Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-node-pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
using: composite
steps:
- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10

- name: Use Node.js ${{ inputs.node-version }}
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,13 +233,13 @@ jobs:
persist-credentials: false

- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10

- name: Use Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
registry-url: "https://registry.npmjs.org"
node-version: 26.2.0
node-version: 26.5.1
cache: "pnpm"

- run: pnpm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
persist-credentials: false

- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10

- name: Use Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 26.2.0
node-version: 26.5.1
package-manager-cache: false

- run: pnpm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
persist-credentials: false

- name: Install pnpm
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10

- name: Use Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
registry-url: "https://registry.npmjs.org"
node-version: 26.2.0
node-version: 26.5.1
package-manager-cache: false

- name: Validate tag matches package.json versions
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/typescript-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@angular/build": "catalog:",
"@angular/cli": "catalog:",
"@angular/compiler-cli": "catalog:",
"jsdom": "^29.1.1",
"jsdom": "^30.0.0",
"typescript": "catalog:typescript6",
"vitest": "catalog:"
}
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/typescript-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"tslib": "^2.8.1"
},
"devDependencies": {
"@types/node": "^22.20.0",
"@types/node": "^26.0.0",
"typescript": "catalog:typescript7"
}
}
2 changes: 1 addition & 1 deletion integration-tests/typescript-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"tslib": "^2.8.1"
},
"devDependencies": {
"@types/node": "^22.20.0",
"@types/node": "^26.0.0",
"typescript": "catalog:typescript7"
}
}
28 changes: 13 additions & 15 deletions mise.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lockfile = true
experimental = true

[tools]
node = "26.5.0"
node = "26.6.0"
"npm:corepack" = "0.35.0"

[hooks]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@lerna-lite/version": "catalog:",
"@tsconfig/node24": "^24.0.4",
"@tsconfig/strictest": "^2.0.8",
"@types/node": "^22.20.1",
"@types/node": "^26.0.0",
"@vitest/coverage-v8": "catalog:",
"commander": "catalog:",
"conventional-changelog-conventionalcommits": "catalog:",
Expand Down
4 changes: 2 additions & 2 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@monaco-editor/react": "^4.7.0",
"@nahkies/openapi-code-generator": "workspace:*",
"lodash": "^4.18.1",
"monaco-editor": "^0.55.1",
"monaco-editor": "^0.56.0",
"monaco-editor-auto-typings": "^0.4.6",
"next": "catalog:",
"nextra": "^4.6.1",
Expand All @@ -42,7 +42,7 @@
},
"devDependencies": {
"@types/lodash": "^4.17.24",
"@types/node": "^22.20.0",
"@types/node": "^26.0.0",
"@types/react": "catalog:",
"@types/react-dom": "^19.2.3",
"gh-pages": "^6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-common-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"test": "vitest run"
},
"dependencies": {
"raw-body": "^3.0.2",
"raw-body": "^4.0.0",
"tslib": "^2.8.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-express-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"test": "vitest run"
},
"dependencies": {
"raw-body": "^3.0.2",
"raw-body": "^4.0.0",
"tslib": "^2.8.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-koa-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"test": "vitest run"
},
"dependencies": {
"raw-body": "^3.0.2",
"raw-body": "^4.0.0",
"tslib": "^2.8.1"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ catalog:
'@angular/platform-browser': ^22.0.7
'@angular/router': ^22.0.7
'@arethetypeswrong/core': ^0.18.5
'@azure-tools/typespec-autorest': 0.70.0
'@azure-tools/typespec-autorest': 0.70.1
'@azure-tools/typespec-azure-core': 0.70.0
'@azure-tools/typespec-azure-resource-manager': 0.70.0
'@azure-tools/typespec-client-generator-core': 0.70.0
'@biomejs/biome': 2.5.4
'@biomejs/biome': 2.5.5
'@biomejs/js-api': 6.0.0
'@biomejs/wasm-nodejs': 2.5.4
'@biomejs/wasm-nodejs': 2.5.5
'@commander-js/extra-typings': ^15.0.0
'@hyperjump/json-schema': ^1.17.7
'@koa/router': ^15.7.0
'@lerna-lite/cli': ^5.4.1
'@lerna-lite/publish': ^5.4.1
'@lerna-lite/version': ^5.4.1
'@types/node': ^22.20.0
'@types/node': ^26.0.0
'@types/react': ^19.2.17
'@vitest/coverage-v8': 4.1.10
axios: ^1.18.1
Expand All @@ -34,16 +34,16 @@ catalog:
lint-staged: ^17.0.7
next: ^16.2.11
prettier: ^3.9.5
react: 19.2.7
react-dom: 19.2.7
react: 19.2.8
react-dom: 19.2.8
react-hook-form: ^7.82.0
tsdown: ^0.22.9
tsx: ^4.23.1
vitest: ^4.1.10

catalogs:
typescript6:
typescript: ^6.0.3
typescript: ^7.0.0
typescript7:
typescript: ^7.0.2

Expand Down Expand Up @@ -95,10 +95,10 @@ overrides:
dompurify@^3: ^3.4.12
postcss@^8: ^8.5.18
qs: ^6.14.2
sharp: 0.35.0
sharp: 0.35.3
tar: ^7.5.21
zod: ^4.4.3
fast-uri@^3: ^3.1.4
fast-uri@^3: ^4.0.0

preferWorkspacePackages: true

Expand Down
Loading