Skip to content
Merged
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
15 changes: 1 addition & 14 deletions api/client/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,21 +92,8 @@
"vitest": "4.1.8",
"zod": "4.4.3"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"packageManager": "pnpm@11.1.2+sha512.415a1cc25974731e75455c1468371be74c5aa5fb7621b50d4056d222451609f11412f23fd602e6169f1e060466641f798597e1be961a10688836a67b16569499",
"peerDependencies": {
"react": ">=18.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"unrs-resolver"
],
"patchedDependencies": {
"openapi-typescript": "patches/openapi-typescript.patch"
},
"overrides": {
"vite@>=7.0.0 <=7.3.1": ">=7.3.2",
"vite@>=7.1.0 <=7.3.1": ">=7.3.2"
}
}
}
7 changes: 7 additions & 0 deletions api/client/javascript/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
blockExoticSubdeps: true
minimumReleaseAge: 4320
trustPolicy: no-downgrade
patchedDependencies:
openapi-typescript: patches/openapi-typescript.patch
overrides:
'vite@>=7.0.0 <=7.3.1': '>=7.3.2'
'vite@>=7.1.0 <=7.3.1': '>=7.3.2'
allowBuilds:
esbuild: true
19 changes: 1 addition & 18 deletions api/spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,5 @@
"./v3/openapi.yaml": "./packages/aip/output/definitions/metering-and-billing/v3/openapi.MeteringAndBilling.yaml"
},
"private": true,
"packageManager": "pnpm@10.34.1+sha512.b58fbde6dca66a929538021581f648b4570b6ca19b18e7cbd7f2c07a7b24454155388dacdf08f2af3678e88a6d1fe04f9d609df24bf51735a060ea041b374ab7",
"pnpm": {
"onlyBuiltDependencies": [
"@typespec/http-client-python"
],
"patchedDependencies": {
"@typespec/http": "patches/@typespec__http.patch",
"@typespec/compiler": "patches/@typespec__compiler.patch",
"@typespec/openapi": "patches/@typespec__openapi.patch",
"@typespec/openapi3": "patches/@typespec__openapi3.patch",
"@typespec/http-client": "patches/@typespec__http-client.patch",
"@typespec/http-client-python": "patches/@typespec__http-client-python.patch",
"@typespec/emitter-framework@0.17.0": "patches/@typespec__emitter-framework@0.17.0.patch"
},
"overrides": {
"semver@<7.7.4": ">=7.7.4"
}
}
"packageManager": "pnpm@11.1.2+sha512.415a1cc25974731e75455c1468371be74c5aa5fb7621b50d4056d222451609f11412f23fd602e6169f1e060466641f798597e1be961a10688836a67b16569499"
}
28 changes: 7 additions & 21 deletions api/spec/pnpm-lock.yaml

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

19 changes: 19 additions & 0 deletions api/spec/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,22 @@ minimumReleaseAge: 4320
minimumReleaseAgeExclude:
- vite
trustPolicy: no-downgrade
patchedDependencies:
'@typespec/http': patches/@typespec__http.patch
'@typespec/compiler': patches/@typespec__compiler.patch
'@typespec/openapi': patches/@typespec__openapi.patch
'@typespec/openapi3': patches/@typespec__openapi3.patch
'@typespec/http-client': patches/@typespec__http-client.patch
'@typespec/http-client-python': patches/@typespec__http-client-python.patch
'@typespec/emitter-framework@0.17.0': patches/@typespec__emitter-framework@0.17.0.patch
overrides:
'semver@<7.7.4': '>=7.7.4'
# pnpm 11 replaces onlyBuiltDependencies with an explicit allow/deny map.
# Preserve the prior allowlist: only @typespec/http-client-python may run its
# build script; core-js/esbuild/protobufjs were never allowed and stay denied
# so an install does not silently start running their postinstall scripts.
allowBuilds:
'@typespec/http-client-python': true
core-js: false
esbuild: false
protobufjs: false
Loading