Skip to content

Commit 723011b

Browse files
chore(deps-dev): bump the typescript-toolchain group across 1 directory with 3 updates
Bumps the typescript-toolchain group with 3 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [tsx](https://github.com/privatenumber/tsx) and [typescript](https://github.com/microsoft/TypeScript). Updates `@types/node` from 24.13.2 to 26.1.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `tsx` from 4.22.4 to 4.23.1 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.22.4...v4.23.1) Updates `typescript` from 5.9.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript-toolchain - dependency-name: tsx dependency-version: 4.23.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-toolchain - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript-toolchain ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f26f19 commit 723011b

15 files changed

Lines changed: 383 additions & 287 deletions

File tree

integrations/road-conditions-openconditions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/geojson": "^7946.0.14",
2222
"postgres": "^3.4.0",
2323
"tsup": "^8.0.0",
24-
"typescript": "^5.0.0",
24+
"typescript": "^7.0.2",
2525
"vitest": "^3.0.0"
2626
}
2727
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@commitlint/config-conventional": "^21.1.0",
2222
"@openconditions/ingest-framework": "workspace:*",
2323
"@openconditions/roads": "workspace:*",
24-
"@types/node": "^24.0.0",
24+
"@types/node": "^26.1.1",
2525
"@typescript-eslint/eslint-plugin": "^8.0.0",
2626
"@typescript-eslint/parser": "^8.0.0",
2727
"@vitest/coverage-v8": "^3.0.0",
@@ -32,7 +32,7 @@
3232
"tsup": "^8.0.0",
3333
"tsx": "^4.19.0",
3434
"turbo": "^2.0.0",
35-
"typescript": "^5.0.0",
35+
"typescript": "^7.0.2",
3636
"typescript-eslint": "^8",
3737
"vitest": "^3.0.0"
3838
},

packages/contrib-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@types/geojson": "^7946.0.14",
3535
"tsup": "^8.0.0",
36-
"typescript": "^5.0.0",
36+
"typescript": "^7.0.2",
3737
"vitest": "^3.0.0"
3838
}
3939
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/tz-lookup": "^6.1.2",
3939
"drizzle-kit": "^0.31.1",
4040
"tsup": "^8.0.0",
41-
"typescript": "^5.0.0",
41+
"typescript": "^7.0.2",
4242
"vitest": "^3.0.0"
4343
},
4444
"dependencies": {

packages/federation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/geojson": "^7946.0.14",
4343
"testcontainers": "^12.0.3",
4444
"tsup": "^8.0.0",
45-
"typescript": "^5.0.0",
45+
"typescript": "^7.0.2",
4646
"vitest": "^3.0.0"
4747
}
4848
}

packages/ingest-framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"tsup": "^8.0.0",
37-
"typescript": "^5.0.0",
37+
"typescript": "^7.0.2",
3838
"vitest": "^3.0.0"
3939
}
4040
}

packages/normalize/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"@openconditions/core": "workspace:*"
3131
},
3232
"devDependencies": {
33-
"@types/node": "^24.0.0",
33+
"@types/node": "^26.1.1",
3434
"tsup": "^8.0.0",
35-
"typescript": "^5.0.0",
35+
"typescript": "^7.0.2",
3636
"vitest": "^3.0.0"
3737
}
3838
}

packages/openlr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@types/geojson": "^7946.0.14",
3535
"tsup": "^8.0.0",
36-
"typescript": "^5.0.0",
36+
"typescript": "^7.0.2",
3737
"vitest": "^3.0.0"
3838
}
3939
}

packages/probe-spike/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"@openconditions/contrib-core": "workspace:*",
3333
"@openconditions/contributions-api": "workspace:*",
3434
"@openconditions/core": "workspace:*",
35-
"@types/node": "^24.0.0",
35+
"@types/node": "^26.1.1",
3636
"postgres": "^3.4.0",
3737
"testcontainers": "^12.0.3",
3838
"tsup": "^8.0.0",
39-
"typescript": "^5.0.0",
39+
"typescript": "^7.0.2",
4040
"vitest": "^3.0.0"
4141
}
4242
}

packages/publishers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@openconditions/roads": "workspace:*",
4040
"@types/geojson": "^7946.0.14",
4141
"tsup": "^8.0.0",
42-
"typescript": "^5.0.0",
42+
"typescript": "^7.0.2",
4343
"vitest": "^3.0.0"
4444
}
4545
}

0 commit comments

Comments
 (0)