Skip to content

Commit 707a05a

Browse files
dependabot[bot]scalvertclaude
authored
chore(deps-dev): Bump the build-tools group across 1 directory with 2 updates (#300)
* chore(deps-dev): Bump the build-tools group across 1 directory with 2 updates Bumps the build-tools group with 2 updates in the / directory: [release-it](https://github.com/release-it/release-it) and [typescript](https://github.com/microsoft/TypeScript). Updates `release-it` from 19.2.4 to 20.0.1 - [Release notes](https://github.com/release-it/release-it/releases) - [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md) - [Commits](release-it/release-it@19.2.4...20.0.1) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: release-it dependency-version: 20.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: build-tools - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: build-tools ... Signed-off-by: dependabot[bot] <support@github.com> * fix: make TypeScript 6 bump build clean; hold release-it at 19 - Hold release-it at ^19.2.2: @release-it-plugins/lerna-changelog (latest) peer-caps release-it below 20, so 20 cannot be installed cleanly. - tsconfig for TS 6: ignoreDeprecations "6.0" (deprecated baseUrl/node10), declare @types/node + types:["node"] (TS 6 no longer auto-includes it), target es2020 -> es2021 (source uses String.replaceAll; fixes docs/typedoc CI). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steve Calvert <steve.calvert@gmail.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent f73f7e1 commit 707a05a

3 files changed

Lines changed: 16 additions & 12 deletions

File tree

package-lock.json

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"@babel/preset-typescript": "^7.27.0",
6060
"@eslint/js": "^10.0.1",
6161
"@release-it-plugins/lerna-changelog": "^8.0.1",
62+
"@types/node": "^25.9.1",
6263
"@typescript-eslint/eslint-plugin": "^8.29.1",
6364
"@typescript-eslint/parser": "^8.29.1",
6465
"eslint": "^10.4.1",
@@ -74,7 +75,7 @@
7475
"tsup": "^8.4.0",
7576
"type-fest": "^5.3.1",
7677
"typedoc": "^0.28.15",
77-
"typescript": "^5.8.3",
78+
"typescript": "^6.0.3",
7879
"vite": "^8.0.14",
7980
"vitest": "^4.0.16"
8081
},

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"importHelpers": true,
88
"module": "esnext",
99
"moduleResolution": "Node",
10+
"ignoreDeprecations": "6.0",
11+
"types": ["node"],
1012
"strict": true,
1113
"target": "es2021",
1214
"baseUrl": ".",

0 commit comments

Comments
 (0)