fastify-cli
fastify-cli copied to clipboard
chore(deps-dev): bump tsd from 0.16.0 to 0.22.0
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
moduleResolutiontsconfig field if not set (#149) c6c2ec4https://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
expectErrorsupport TS2820 error introduced in TypeScript 4.5 (#139) b231b70https://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
expectErrorassertions to detectExpected at least argumentserror 293ff33https://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
expectErrorto detectoverriderelated errors (#108) f2cfca7- Implement
printTypehelper to print the type of the passed expression as a warning (#115) 6480ca9- Process gitignore-style patterns in
filesproperty ofpackage.json(#116) 6d0ce6c- Allow omitting
typesproperty for non-barrel main (#112) f1a2057- Ignore errors from libs in
node_modulesfolders (#110) 3b61da7
... (truncated)
Commits
e4a398c0.22.08ab9869Require Node.js 14c6c2ec4Infer value formoduleResolutiontsconfig if not set (#149)396e8780.21.0ddd1c4dUpgrade to TypeScript 4.7 (#148)106af140.20.05c06110Upgrade TypeScript to 4.60fb92450.19.1b231b70MakeexpectErrorsupport TS2820 error introduced in TypeScript 4.5 (#139)5347e250.19.0- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot rebase
@fastify/typescript can you take a look? This is utterly weird.
To fix this I had to do this ugly hack:
https://github.com/Uzlopak/fastify-cli/commit/cf20daf803a8389cb1a4adf33f4d381746c206dd
Superseded by #542.