chore(deps-dev): bump @tsconfig/node22 from 22.0.5 to 22.0.6 - #270
Conversation
Bumps [@tsconfig/node22](https://github.com/tsconfig/bases/tree/HEAD/bases) from 22.0.5 to 22.0.6. - [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases) --- updated-dependencies: - dependency-name: "@tsconfig/node22" dependency-version: 22.0.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dhensby
left a comment
There was a problem hiding this comment.
Approving — dev-only patch bump, no-op here.
Supply chain — @tsconfig/node22@22.0.6 published by typescript-deploys <typescript-design@microsoft.com>, unchanged from 22.0.5, with SLSA v1 provenance attesting a build from tsconfig/bases. No install hooks either side.
What actually changed. The GitHub compare view is misleading — the provenance commit only touches bases/bun.json. Diffing the published tarballs shows the real change (file lists otherwise identical):
"target": "es2022",
+ "types": ["node"],Setting types disables TypeScript's automatic inclusion of every @types/* package under typeRoots, narrowing it to @types/node.
No-op in this repo — tsconfig.json already sets "types": ["node"], which is identical to the value the base now supplies, so the effective configuration does not change at all. @types/node is also the only @types package this repo declares, so there is nothing else the narrowing could exclude. include is ["./src"] and tests run under tsx, so the test tree is unaffected either way.
CI: Run tests green on 20.x, 22.x and 24.x, plus Test coverage, Lint code and Lint commits.
Bumps @tsconfig/node22 from 22.0.5 to 22.0.6.
Commits
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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)