Skip to content

Commit 37cb72f

Browse files
Upgrade depdendencies (#10340)
1 parent d3fe294 commit 37cb72f

12 files changed

Lines changed: 3084 additions & 2638 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
changeKind: internal
3+
packages:
4+
- "@typespec/emitter-framework"
5+
- "@typespec/http-client-js"
6+
- "@typespec/http-client"
7+
- "@typespec/http-server-js"
8+
- "@typespec/tspd"
9+
- typespec-vscode
10+
---
11+

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM mcr.microsoft.com/devcontainers/javascript-node:20
22

33
RUN corepack enable pnpm \
4-
&& echo 'alias pnpm="corepack pnpm"' >>/home/node/.bash_aliases
4+
&& echo 'alias pnpm="corepack pnpm"' >> /home/node/.bash_aliases

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ COPY --from=builder /app/packages/compiler/*.tgz /tmp/compiler.tgz
2828

2929
RUN npm install -g /tmp/compiler.tgz && rm /tmp/compiler.tgz
3030

31-
ENTRYPOINT [ "tsp" ]
31+
ENTRYPOINT ["tsp"]

packages/emitter-framework/vitest.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ export default mergeConfig(
1010
passWithNoTests: true,
1111
setupFiles: ["./test/vitest.setup.ts"],
1212
},
13-
esbuild: {
14-
jsx: "preserve",
15-
sourcemap: "both",
16-
},
1713
plugins: [alloyPlugin()],
1814
}),
1915
);

packages/http-client-js/vitest.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ export default mergeConfig(
1010
exclude: ["test/e2e/**/*"],
1111
passWithNoTests: true,
1212
},
13-
esbuild: {
14-
jsx: "preserve",
15-
sourcemap: "both",
16-
},
1713
plugins: [alloyPlugin()],
1814
}),
1915
);

packages/http-client/vitest.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ export default mergeConfig(
99
include: ["test/**/*.test.ts"],
1010
passWithNoTests: true,
1111
},
12-
esbuild: {
13-
jsx: "preserve",
14-
sourcemap: "both",
15-
},
1612
plugins: [alloyPlugin()],
1713
}),
1814
);

packages/http-server-js/generated-defs/package.json.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
export const hsjsDependencies: Record<string, string> = {
77
"@types/express": "^5.0.6",
88
"@types/morgan": "^1.9.10",
9-
"@types/node": "~25.5.0",
9+
"@types/node": "^25.5.2",
1010
"@types/swagger-ui-express": "^4.1.8",
1111
"@typespec/compiler": "workspace:^",
1212
"@typespec/http": "workspace:^",
@@ -15,23 +15,23 @@ export const hsjsDependencies: Record<string, string> = {
1515
"@typespec/openapi3": "workspace:^",
1616
"@typespec/spector": "workspace:^",
1717
"@typespec/tspd": "workspace:^",
18-
"@vitest/coverage-v8": "^4.1.0",
19-
"@vitest/ui": "^4.1.0",
18+
"@vitest/coverage-v8": "^4.1.3",
19+
"@vitest/ui": "^4.1.3",
2020
"decimal.js": "^10.6.0",
2121
"express": "^5.2.1",
22-
"globby": "~16.1.1",
23-
"@inquirer/prompts": "^8.3.0",
22+
"globby": "^16.2.0",
23+
"@inquirer/prompts": "^8.4.1",
2424
"morgan": "^1.10.1",
2525
"ora": "^9.3.0",
2626
"p-limit": "^7.3.0",
2727
"pathe": "^2.0.3",
28-
"picocolors": "~1.1.1",
28+
"picocolors": "^1.1.1",
2929
"swagger-ui-express": "^5.0.1",
3030
"temporal-polyfill": "^0.3.2",
3131
"tsx": "^4.21.0",
3232
"typescript": "~6.0.2",
33-
"vitest": "^4.1.0",
34-
"yargs": "~18.0.0",
35-
"prettier": "~3.8.1",
36-
"yaml": "~2.8.2",
33+
"vitest": "^4.1.3",
34+
"yargs": "^18.0.0",
35+
"prettier": "^3.8.1",
36+
"yaml": "^2.8.3",
3737
};

packages/tspd/vitest.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ import { defaultTypeSpecVitestConfig } from "../../vitest.config.js";
55
export default mergeConfig(
66
defaultTypeSpecVitestConfig,
77
defineConfig({
8-
esbuild: {
9-
jsx: "preserve",
10-
sourcemap: "both",
11-
},
128
plugins: [alloyPlugin()],
139
}),
1410
);

packages/typespec-vscode/ThirdPartyNotices.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ granted herein, whether by implication, estoppel or otherwise.
3131
21. shebang-regex version 3.0.0 (sindresorhus/shebang-regex)
3232
22. which version 2.0.2 (https://github.com/isaacs/node-which)
3333
23. which version 6.0.1 (https://github.com/npm/node-which)
34-
24. yaml version 2.8.2 (github:eemeli/yaml)
34+
24. yaml version 2.8.3 (github:eemeli/yaml)
3535

3636

3737
%% @babel/code-frame NOTICES AND INFORMATION BEGIN HERE

packages/typespec-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"main": "./dist/src/extension.cjs",
2727
"browser": "./dist/src/web/extension.js",
2828
"engines": {
29-
"vscode": "^1.110.0"
29+
"vscode": "^1.115.0"
3030
},
3131
"exports": {
3232
".": {
@@ -285,7 +285,7 @@
285285
"@types/cross-spawn": "catalog:",
286286
"@types/node": "catalog:",
287287
"@types/semver": "catalog:",
288-
"@types/vscode": "~1.110.0",
288+
"@types/vscode": "~1.115.0",
289289
"@types/which": "catalog:",
290290
"@typespec/compiler": "workspace:^",
291291
"@typespec/internal-build-utils": "workspace:^",

0 commit comments

Comments
 (0)