Skip to content

build(deps): bump the typescript group across 1 directory with 5 updates - #4587

Closed
dependabot[bot] wants to merge 2 commits into
trunkfrom
dependabot/npm_and_yarn/typescript-2c6be6c89b
Closed

build(deps): bump the typescript group across 1 directory with 5 updates#4587
dependabot[bot] wants to merge 2 commits into
trunkfrom
dependabot/npm_and_yarn/typescript-2c6be6c89b

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the typescript group with 5 updates in the / directory:

Package From To
typescript 6.0.3 7.0.2
@types/node 25.9.3 26.2.0
@tsconfig/node10 1.0.12 1.0.13
@types/express-serve-static-core 4.19.8 4.19.9
@types/hast 3.0.4 3.0.5

Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


Updates @types/node from 25.9.3 to 26.2.0

Commits

Updates @tsconfig/node10 from 1.0.12 to 1.0.13

Commits

Updates @types/express-serve-static-core from 4.19.8 to 4.19.9

Commits

Updates @types/hast from 3.0.4 to 3.0.5

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the typescript group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.3` | `26.2.0` |
| [@tsconfig/node10](https://github.com/tsconfig/bases/tree/HEAD/bases) | `1.0.12` | `1.0.13` |
| [@types/express-serve-static-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-serve-static-core) | `4.19.8` | `4.19.9` |
| [@types/hast](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/hast) | `3.0.4` | `3.0.5` |



Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

Updates `@types/node` from 25.9.3 to 26.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@tsconfig/node10` from 1.0.12 to 1.0.13
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

Updates `@types/express-serve-static-core` from 4.19.8 to 4.19.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-serve-static-core)

Updates `@types/hast` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/hast)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript
- dependency-name: "@tsconfig/node10"
  dependency-version: 1.0.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: typescript
- dependency-name: "@types/express-serve-static-core"
  dependency-version: 4.19.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: typescript
- dependency-name: "@types/hast"
  dependency-version: 3.0.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: typescript
...

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 18, 2026
@github-actions

Copy link
Copy Markdown
Contributor

ℹ️ This PR updates development dependencies with major version changes. Please review for potential breaking changes in the build/test pipeline.

@katinthehatsite

Copy link
Copy Markdown
Contributor

I will rebase for now and see what happens to tests as they were all failing previously

@epeicher

Copy link
Copy Markdown
Contributor

Upgrading typescript is blocked at the moment because typescript-eslint hard-errors as soon as it loads against TS 7 (Error:t ypescript-eslint does not support TS 7.0), which takes out npm run lint in every workspace. There's no released version that supports it: 8.68.0 is the latest and still caps at typescript <6.1.0. Support is tracked upstream in typescript-eslint/typescript-eslint#10940 — currently blocked on external APIs and targeting TS ≥ 7.1.

Separately, knip's peer range (typescript >=5.0.4 <7) makes npm ci fail outright, which is why every job here died within two minutes rather than on an actual test.

The @types/node half of this group is fine on its own — split out into #4744.

The codebase itself is ready for typescript 7, npm run typecheck passes on 7.0.2. The blocker is purely the lint toolchain

@epeicher epeicher closed this Aug 31, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/typescript-2c6be6c89b branch August 31, 2026 13:48
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.

2 participants