Skip to content

Commit

Permalink
Upgrade dependencies (#5690)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Jan 23, 2025
1 parent 97ac839 commit 34e32f9
Show file tree
Hide file tree
Showing 56 changed files with 4,099 additions and 4,001 deletions.
7 changes: 0 additions & 7 deletions .chronus/changes/typegraph-v2-2024-6-1-10-17-30.md

This file was deleted.

34 changes: 34 additions & 0 deletions .chronus/changes/upgrade-deps-jan-2025-2025-0-21-23-21-7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
changeKind: dependencies
packages:
- "@typespec/bundler"
- "@typespec/compiler"
- "@typespec/eslint-plugin"
- "@typespec/events"
- "@typespec/html-program-viewer"
- "@typespec/http-server-csharp"
- "@typespec/http-server-javascript"
- "@typespec/http-specs"
- "@typespec/http"
- "@typespec/internal-build-utils"
- "@typespec/json-schema"
- "@typespec/library-linter"
- "@typespec/openapi"
- "@typespec/openapi3"
- "@typespec/playground"
- "@typespec/prettier-plugin-typespec"
- "@typespec/protobuf"
- "@typespec/rest"
- "@typespec/spec-api"
- "@typespec/spec-coverage-sdk"
- "@typespec/spector"
- "@typespec/sse"
- "@typespec/streams"
- tmlanguage-generator
- typespec-vscode
- "@typespec/versioning"
- "@typespec/xml"
---

Upgrade dependencies
1 change: 1 addition & 0 deletions cspell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ words:
- xplat
- xxsubtype
- yamls
- français
ignorePaths:
- "**/node_modules/**"
- "**/dist/**"
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"build": "pnpm build:all && pnpm check:eng && pnpm gen-compiler-extern-signature",
"build:all": "pnpm -r --workspace-concurrency=Infinity --aggregate-output --reporter=append-only build",
"build:all": "pnpm -r --workspace-concurrency=Infinity build",
"check:eng": "tsc -p ./tsconfig.eng.json --noEmit",
"setup:min": "pnpm install && pnpm --filter \"@typespec/prettier-plugin-typespec...\" run build",
"check-version-mismatch": "syncpack list-mismatches",
Expand Down Expand Up @@ -40,38 +40,38 @@
"upload-manifest": "pnpm -r --filter=@typespec/http-specs run upload-manifest"
},
"devDependencies": {
"@chronus/chronus": "^0.13.0",
"@chronus/github": "^0.4.4",
"@eslint/js": "^9.15.0",
"@microsoft/api-extractor": "^7.47.11",
"@octokit/core": "^6.1.2",
"@chronus/chronus": "^0.14.0",
"@chronus/github": "^0.4.5",
"@eslint/js": "^9.18.0",
"@microsoft/api-extractor": "^7.49.1",
"@octokit/core": "^6.1.3",
"@octokit/plugin-paginate-graphql": "^5.2.4",
"@octokit/plugin-rest-endpoint-methods": "^13.2.6",
"@octokit/plugin-rest-endpoint-methods": "^13.3.0",
"@pnpm/find-workspace-packages": "^6.0.9",
"@types/micromatch": "^4.0.9",
"@types/node": "~22.7.9",
"@vitest/coverage-v8": "^2.1.5",
"c8": "^10.1.2",
"cspell": "^8.16.0",
"eslint": "^9.15.0",
"@types/node": "~22.10.7",
"@vitest/coverage-v8": "^3.0.3",
"c8": "^10.1.3",
"cspell": "^8.17.2",
"eslint": "^9.18.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-vitest": "^0.5.4",
"micromatch": "^4.0.8",
"picocolors": "~1.1.1",
"playwright": "^1.49.0",
"prettier": "~3.3.3",
"playwright": "^1.49.1",
"prettier": "~3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "~4.1.0",
"rimraf": "~6.0.1",
"syncpack": "^13.0.0",
"tsx": "^4.19.2",
"typescript": "~5.6.3",
"typescript-eslint": "^8.15.0",
"vitest": "^2.1.5",
"yaml": "~2.5.1"
"typescript": "~5.7.3",
"typescript-eslint": "^8.21.0",
"vitest": "^3.0.3",
"yaml": "~2.7.0"
},
"syncpack": {
"dependencyTypes": [
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@typespec/playground": "workspace:~",
"astro-expressive-code": "^0.40.1",
"react": "~18.3.1",
"typescript": "~5.6.3"
"typescript": "~5.7.3"
}
}
12 changes: 6 additions & 6 deletions packages/best-practices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
"@typespec/compiler": "workspace:~"
},
"devDependencies": {
"@types/node": "~22.7.9",
"@types/node": "~22.10.7",
"@typespec/compiler": "workspace:~",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/ui": "^2.1.2",
"c8": "^10.1.2",
"@vitest/coverage-v8": "^3.0.3",
"@vitest/ui": "^3.0.3",
"c8": "^10.1.3",
"rimraf": "~6.0.1",
"typescript": "~5.6.3",
"vitest": "^2.1.5"
"typescript": "~5.7.3",
"vitest": "^3.0.3"
}
}
16 changes: 8 additions & 8 deletions packages/bundle-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@
"!dist/test/**"
],
"dependencies": {
"@azure/identity": "~4.4.1",
"@azure/storage-blob": "~12.25.0",
"@azure/identity": "~4.6.0",
"@azure/storage-blob": "~12.26.0",
"@pnpm/find-workspace-packages": "^6.0.9",
"@typespec/bundler": "workspace:~",
"json5": "^2.2.3",
"picocolors": "~1.1.1",
"semver": "^7.6.3"
},
"devDependencies": {
"@types/node": "~22.7.9",
"@types/node": "~22.10.7",
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/ui": "^2.1.2",
"c8": "^10.1.2",
"@vitest/coverage-v8": "^3.0.3",
"@vitest/ui": "^3.0.3",
"c8": "^10.1.3",
"rimraf": "~6.0.1",
"typescript": "~5.6.3",
"vitest": "^2.1.5"
"typescript": "~5.7.3",
"vitest": "^3.0.3"
}
}
20 changes: 10 additions & 10 deletions packages/bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,25 @@
],
"dependencies": {
"@rollup/plugin-alias": "~5.1.1",
"@rollup/plugin-commonjs": "~28.0.0",
"@rollup/plugin-commonjs": "~28.0.2",
"@rollup/plugin-json": "~6.1.0",
"@rollup/plugin-multi-entry": "~6.0.1",
"@rollup/plugin-node-resolve": "~15.3.0",
"@rollup/plugin-node-resolve": "~16.0.0",
"@rollup/plugin-virtual": "~3.0.2",
"@typespec/compiler": "workspace:~",
"picocolors": "~1.1.1",
"rollup": "~4.24.0",
"rollup": "~4.31.0",
"yargs": "~17.7.2"
},
"devDependencies": {
"@types/node": "~22.7.9",
"@types/node": "~22.10.7",
"@types/yargs": "~17.0.33",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/ui": "^2.1.2",
"c8": "^10.1.2",
"@vitest/coverage-v8": "^3.0.3",
"@vitest/ui": "^3.0.3",
"c8": "^10.1.3",
"rimraf": "~6.0.1",
"typescript": "~5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.5"
"typescript": "~5.7.3",
"vite": "^6.0.11",
"vitest": "^3.0.3"
}
}
20 changes: 10 additions & 10 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,39 +87,39 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@babel/code-frame": "~7.25.7",
"@babel/code-frame": "~7.26.2",
"ajv": "~8.17.1",
"change-case": "~5.4.4",
"globby": "~14.0.2",
"mustache": "~4.2.0",
"picocolors": "~1.1.1",
"prettier": "~3.3.3",
"prettier": "~3.4.2",
"prompts": "~2.4.2",
"semver": "^7.6.3",
"temporal-polyfill": "^0.2.5",
"vscode-languageserver": "~9.0.1",
"vscode-languageserver-textdocument": "~1.0.12",
"yaml": "~2.5.1",
"yaml": "~2.7.0",
"yargs": "~17.7.2"
},
"devDependencies": {
"@types/babel__code-frame": "~7.0.6",
"@types/mustache": "~4.2.5",
"@types/node": "~22.7.9",
"@types/node": "~22.10.7",
"@types/prompts": "~2.4.9",
"@types/semver": "^7.5.8",
"@types/yargs": "~17.0.33",
"@typespec/internal-build-utils": "workspace:~",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/ui": "^2.1.2",
"c8": "^10.1.2",
"@vitest/coverage-v8": "^3.0.3",
"@vitest/ui": "^3.0.3",
"c8": "^10.1.3",
"grammarkdown": "~3.3.2",
"rimraf": "~6.0.1",
"source-map-support": "~0.5.21",
"tmlanguage-generator": "workspace:~",
"typescript": "~5.6.3",
"vitest": "^2.1.5",
"typescript": "~5.7.3",
"vitest": "^3.0.3",
"vscode-oniguruma": "~2.0.1",
"vscode-textmate": "~9.1.0"
"vscode-textmate": "~9.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/compiler/test/core/numeric.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe("instantiate", () => {
});
it("prevent new Numeric()", () => {
// @ts-expect-error 'new' expression, whose target lacks a construct signature
expect(() => new Numeric("123")).toThrow(new TypeError("Numeric is not a constructor"));
expect(() => new Numeric("123")).toThrow(new Error("Numeric is not a constructor"));
});
});
describe("parsing", () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ describe("packages", () => {
resolveModule(host, "test-lib/named", { baseDir: "/ws/proj" }),
).rejects.toThrowError(
new ResolveModuleError(
"MODULE_NOT_FOUND",
"INVALID_MODULE",
`Could not resolve import "test-lib/named" using exports defined in file:///ws/proj/node_modules/test-lib.`,
),
);
Expand Down Expand Up @@ -364,7 +364,7 @@ describe("packages", () => {
}),
).rejects.toThrowError(
new ResolveModuleError(
"MODULE_NOT_FOUND",
"INVALID_MODULE",
`Could not resolve import "test-lib/named" using exports defined in file:///ws/proj/node_modules/test-lib.`,
),
);
Expand Down
24 changes: 12 additions & 12 deletions packages/eslint-plugin-typespec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@
"!dist/test/**"
],
"peerDependencies": {
"eslint": "^9.15.0"
"eslint": "^9.18.0"
},
"devDependencies": {
"@types/node": "~22.7.9",
"@typescript-eslint/parser": "^8.8.1",
"@typescript-eslint/rule-tester": "^8.8.1",
"@typescript-eslint/types": "^8.8.1",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/ui": "^2.1.2",
"c8": "^10.1.2",
"eslint": "^9.15.0",
"@types/node": "~22.10.7",
"@typescript-eslint/parser": "^8.21.0",
"@typescript-eslint/rule-tester": "^8.21.0",
"@typescript-eslint/types": "^8.21.0",
"@vitest/coverage-v8": "^3.0.3",
"@vitest/ui": "^3.0.3",
"c8": "^10.1.3",
"eslint": "^9.18.0",
"rimraf": "~6.0.1",
"typescript": "~5.6.3",
"vitest": "^2.1.5"
"typescript": "~5.7.3",
"vitest": "^3.0.3"
},
"dependencies": {
"@typescript-eslint/utils": "^8.8.1"
"@typescript-eslint/utils": "^8.21.0"
}
}
12 changes: 6 additions & 6 deletions packages/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
"@typespec/compiler": "workspace:~"
},
"devDependencies": {
"@types/node": "~22.7.9",
"@types/node": "~22.10.7",
"@typespec/compiler": "workspace:~",
"@typespec/library-linter": "workspace:~",
"@typespec/tspd": "workspace:~",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/ui": "^2.1.2",
"c8": "^10.1.2",
"@vitest/coverage-v8": "^3.0.3",
"@vitest/ui": "^3.0.3",
"c8": "^10.1.3",
"rimraf": "~6.0.1",
"typescript": "~5.6.3",
"vitest": "^2.1.5"
"typescript": "~5.7.3",
"vitest": "^3.0.3"
}
}
32 changes: 16 additions & 16 deletions packages/html-program-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,32 +51,32 @@
"@typespec/compiler": "workspace:~"
},
"dependencies": {
"@fluentui/react-components": "~9.55.0",
"@fluentui/react-icons": "^2.0.260",
"@fluentui/react-list-preview": "^0.3.8",
"@fluentui/react-components": "~9.57.0",
"@fluentui/react-icons": "^2.0.271",
"@fluentui/react-list-preview": "^0.4.4",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-hotkeys-hook": "^4.5.1"
"react-hotkeys-hook": "^4.6.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/node": "~22.7.9",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/node": "~22.10.7",
"@types/react": "~18.3.11",
"@types/react-dom": "~18.3.0",
"@typespec/compiler": "workspace:~",
"@typespec/react-components": "workspace:~",
"@vitejs/plugin-react": "~4.3.2",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/ui": "^2.1.2",
"c8": "^10.1.2",
"@vitejs/plugin-react": "~4.3.4",
"@vitest/coverage-v8": "^3.0.3",
"@vitest/ui": "^3.0.3",
"c8": "^10.1.3",
"rimraf": "~6.0.1",
"typescript": "~5.6.3",
"vite": "^5.4.8",
"typescript": "~5.7.3",
"vite": "^6.0.11",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-dts": "4.2.3",
"vitest": "^2.1.5"
"vite-plugin-dts": "4.5.0",
"vitest": "^3.0.3"
}
}
Loading

0 comments on commit 34e32f9

Please sign in to comment.