fastify-cli icon indicating copy to clipboard operation
fastify-cli copied to clipboard

chore(deps-dev): bump tsd from 0.16.0 to 0.22.0

Open dependabot[bot] opened this issue 3 years ago • 3 comments

Bumps tsd from 0.16.0 to 0.22.0.

Release notes

Sourced from tsd's releases.

v0.22.0

Breaking

  • Require Node.js 14 8ab9869

Improvements

  • Infer value for moduleResolution tsconfig field if not set (#149) c6c2ec4

https://github.com/SamVerschueren/tsd/compare/v0.21.0...v0.22.0

v0.21.0

  • Upgrade to TypeScript 4.7 (#148) ddd1c4d

https://github.com/SamVerschueren/tsd/compare/v0.20.0...v0.21.0

v0.20.0

  • Upgrade TypeScript to 4.6 5c06110

https://github.com/SamVerschueren/tsd/compare/v0.19.1...v0.20.0

v0.19.1

  • Make expectError support TS2820 error introduced in TypeScript 4.5 (#139) b231b70

https://github.com/SamVerschueren/tsd/compare/v0.19.0...v0.19.1

v0.19.0

  • Upgrade TypeScript to 4.5 (#131) 8caa0b0

https://github.com/SamVerschueren/tsd/compare/v0.18.0...v0.19.0

v0.18.0

  • Upgrade to TypeScript 4.4.3 (#124) eb0e4c5
  • Allow expectError assertions to detect Expected at least arguments error 293ff33

https://github.com/SamVerschueren/tsd/compare/v0.17.0...v0.18.0

v0.17.0

Breaking

  • Require Node.js 12 f94f918

Improvements

  • Upgrade to TypeScript 4.3 and allow expectError to detect override related errors (#108) f2cfca7
  • Implement printType helper to print the type of the passed expression as a warning (#115) 6480ca9
  • Process gitignore-style patterns in files property of package.json (#116) 6d0ce6c
  • Allow omitting types property for non-barrel main (#112) f1a2057
  • Ignore errors from libs in node_modules folders (#110) 3b61da7

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Jul 04 '22 02:07 dependabot[bot]

@dependabot rebase

mcollina avatar Aug 07 '22 12:08 mcollina

@fastify/typescript can you take a look? This is utterly weird.

mcollina avatar Aug 07 '22 13:08 mcollina

To fix this I had to do this ugly hack:

https://github.com/Uzlopak/fastify-cli/commit/cf20daf803a8389cb1a4adf33f4d381746c206dd

Uzlopak avatar Aug 08 '22 11:08 Uzlopak

Superseded by #542.

dependabot[bot] avatar Aug 29 '22 02:08 dependabot[bot]