Skip to content

chore(deps-dev): bump @tsconfig/node22 from 22.0.5 to 22.0.6 - #270

Merged
dhensby merged 1 commit into
masterfrom
dependabot/npm_and_yarn/tsconfig/node22-22.0.6
Aug 24, 2026
Merged

chore(deps-dev): bump @tsconfig/node22 from 22.0.5 to 22.0.6#270
dhensby merged 1 commit into
masterfrom
dependabot/npm_and_yarn/tsconfig/node22-22.0.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps @tsconfig/node22 from 22.0.5 to 22.0.6.

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 24, 2026

@dhensby dhensby left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 repotsconfig.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.

@dhensby
dhensby merged commit 67a8fdd into master Aug 24, 2026
7 checks passed
@dhensby
dhensby deleted the dependabot/npm_and_yarn/tsconfig/node22-22.0.6 branch August 24, 2026 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant