Update dependencies - May 2024 (#3401)

This commit is contained in:
Timothee Guerin 2024-05-20 09:31:39 -07:00 коммит произвёл GitHub
Родитель 46d50af478
Коммит e316792dcd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
34 изменённых файлов: 3491 добавлений и 2834 удалений

Просмотреть файл

@ -0,0 +1,25 @@
---
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
changeKind: dependencies
packages:
- "@typespec/bundler"
- "@typespec/compiler"
- "@typespec/eslint-plugin"
- "@typespec/html-program-viewer"
- "@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"
- tmlanguage-generator
- typespec-vscode
- "@typespec/versioning"
- "@typespec/xml"
---
Update dependencies - May 2024

Просмотреть файл

@ -71,7 +71,7 @@ extends:
steps:
- checkout: self
- script: npx -p @chronus/github-pr-commenter@0.4.0 chronus-github-pr-commenter verify
- script: npx -p @chronus/github-pr-commenter@0.5.0 chronus-github-pr-commenter
displayName: Make comment about changes
env:
GITHUB_TOKEN: $(azuresdk-github-pat)

Просмотреть файл

@ -36,33 +36,33 @@
"sync-labels": "tsx ./eng/common/scripts/labels/sync-labels.ts"
},
"devDependencies": {
"@chronus/chronus": "^0.10.1",
"@chronus/github": "^0.3.2",
"@chronus/chronus": "^0.10.2",
"@chronus/github": "^0.4.0",
"@eslint/js": "^8.57.0",
"@octokit/core": "^6.1.2",
"@octokit/plugin-paginate-graphql": "^5.2.2",
"@octokit/plugin-rest-endpoint-methods": "^13.2.1",
"@pnpm/find-workspace-packages": "^6.0.9",
"@types/node": "~18.11.19",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/utils": "^7.6.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/utils": "^7.9.0",
"c8": "^9.1.0",
"cspell": "^8.7.0",
"cspell": "^8.8.1",
"eslint": "^8.57.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-vitest": "^0.5.3",
"picocolors": "~1.0.0",
"eslint-plugin-unicorn": "^53.0.0",
"eslint-plugin-vitest": "^0.5.4",
"picocolors": "~1.0.1",
"prettier": "~3.2.5",
"prettier-plugin-organize-imports": "~3.2.4",
"rimraf": "~5.0.5",
"syncpack": "^12.3.0",
"tsx": "^4.9.4",
"rimraf": "~5.0.7",
"syncpack": "^12.3.2",
"tsx": "^4.10.5",
"typescript": "~5.4.5",
"typescript-eslint": "^7.6.0",
"vitest": "^1.5.0",
"yaml": "~2.4.1"
"typescript-eslint": "^7.9.0",
"vitest": "^1.6.0",
"yaml": "~2.4.2"
},
"syncpack": {
"dependencyTypes": [

Просмотреть файл

@ -46,11 +46,11 @@
"devDependencies": {
"@types/node": "~18.11.19",
"@typespec/compiler": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}

Просмотреть файл

@ -37,22 +37,22 @@
"!dist/test/**"
],
"dependencies": {
"@azure/identity": "~4.1.0",
"@azure/storage-blob": "~12.17.0",
"@azure/identity": "~4.2.0",
"@azure/storage-blob": "~12.18.0",
"@pnpm/find-workspace-packages": "^6.0.9",
"@typespec/bundler": "workspace:~",
"json5": "^2.2.3",
"picocolors": "~1.0.0",
"semver": "^7.6.0"
"picocolors": "~1.0.1",
"semver": "^7.6.2"
},
"devDependencies": {
"@types/node": "~18.11.19",
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}

Просмотреть файл

@ -49,19 +49,19 @@
"@rollup/plugin-node-resolve": "~15.2.3",
"@rollup/plugin-virtual": "~3.0.2",
"@typespec/compiler": "workspace:~",
"picocolors": "~1.0.0",
"rollup": "~4.14.3",
"picocolors": "~1.0.1",
"rollup": "~4.17.2",
"yargs": "~17.7.2"
},
"devDependencies": {
"@types/node": "~18.11.19",
"@types/yargs": "~17.0.32",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vite": "^5.2.8",
"vitest": "^1.5.0"
"vite": "^5.2.11",
"vitest": "^1.6.0"
}
}

Просмотреть файл

@ -83,17 +83,17 @@
},
"dependencies": {
"@babel/code-frame": "~7.24.2",
"ajv": "~8.12.0",
"ajv": "~8.13.0",
"change-case": "~5.4.4",
"globby": "~14.0.1",
"mustache": "~4.2.0",
"picocolors": "~1.0.0",
"picocolors": "~1.0.1",
"prettier": "~3.2.5",
"prompts": "~2.4.2",
"semver": "^7.6.0",
"semver": "^7.6.2",
"vscode-languageserver": "~9.0.1",
"vscode-languageserver-textdocument": "~1.0.11",
"yaml": "~2.4.1",
"yaml": "~2.4.2",
"yargs": "~17.7.2"
},
"devDependencies": {
@ -104,16 +104,16 @@
"@types/semver": "^7.5.8",
"@types/yargs": "~17.0.32",
"@typespec/internal-build-utils": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"grammarkdown": "~3.3.2",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"source-map-support": "~0.5.21",
"tmlanguage-generator": "workspace:~",
"ts-node": "~10.9.2",
"typescript": "~5.4.5",
"vitest": "^1.5.0",
"vitest": "^1.6.0",
"vscode-oniguruma": "~2.0.1",
"vscode-textmate": "~9.0.0"
}

Просмотреть файл

@ -1,4 +1,4 @@
import { JSONSchemaType } from "ajv";
import type { JSONSchemaType } from "ajv";
import { EmitterOptions, TypeSpecRawConfig } from "./types.js";
const emitterOptionsSchema: JSONSchemaType<EmitterOptions> = {

Просмотреть файл

@ -1,4 +1,4 @@
import Ajv, { ErrorObject, Options } from "ajv";
import { Ajv, type ErrorObject, type Options } from "ajv";
import { getLocationInYamlScript } from "../yaml/diagnostics.js";
import { YamlPathTarget, YamlScript } from "../yaml/types.js";
import { compilerAssert } from "./diagnostics.js";
@ -22,7 +22,7 @@ export function createJSONSchemaValidator<T>(
schema: JSONSchemaType<T>,
options: JSONSchemaValidatorOptions = { strict: true }
): JSONSchemaValidator {
const ajv: import("ajv").default = new (Ajv as any)({
const ajv = new Ajv({
strict: options.strict,
coerceTypes: options.coerceTypes,
allErrors: true,

Просмотреть файл

@ -1,4 +1,4 @@
import { JSONSchemaType } from "ajv";
import type { JSONSchemaType } from "ajv";
import { TypeSpecConfigJsonSchema } from "../config/config-schema.js";
import { TypeSpecRawConfig } from "../config/types.js";

Просмотреть файл

@ -41,18 +41,18 @@
},
"devDependencies": {
"@types/node": "~18.11.19",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/rule-tester": "^7.6.0",
"@typescript-eslint/types": "^7.6.0",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/rule-tester": "^7.9.0",
"@typescript-eslint/types": "^7.9.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"eslint": "^8.57.0",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
},
"dependencies": {
"@typescript-eslint/utils": "^7.6.0"
"@typescript-eslint/utils": "^7.9.0"
}
}

Просмотреть файл

@ -53,21 +53,21 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"prettier": "~3.2.5",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-is": "~18.2.0"
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-is": "~18.3.1"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/core": "^7.24.5",
"@types/node": "~18.11.19",
"@types/react": "~18.2.78",
"@types/react-dom": "~18.2.25",
"@types/react": "~18.3.2",
"@types/react-dom": "~18.3.0",
"@typespec/compiler": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}

Просмотреть файл

@ -60,11 +60,11 @@
"@typespec/compiler": "workspace:~",
"@typespec/library-linter": "workspace:~",
"@typespec/tspd": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}

Просмотреть файл

@ -41,8 +41,8 @@
],
"dependencies": {
"@pnpm/find-workspace-packages": "^6.0.9",
"cspell": "^8.7.0",
"semver": "^7.6.0",
"cspell": "^8.8.1",
"semver": "^7.6.2",
"strip-json-comments": "~5.0.1",
"yargs": "~17.7.2"
},
@ -50,12 +50,12 @@
"@types/node": "~18.11.19",
"@types/semver": "^7.5.8",
"@types/yargs": "~17.0.32",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"chokidar": "~3.6.0",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}

Просмотреть файл

@ -60,16 +60,16 @@
"@typespec/internal-build-utils": "workspace:~",
"@typespec/library-linter": "workspace:~",
"@typespec/tspd": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"ajv": "~8.12.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"ajv": "~8.13.0",
"ajv-formats": "~3.0.1",
"c8": "^9.1.0",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
},
"dependencies": {
"yaml": "~2.4.1"
"yaml": "~2.4.2"
}
}

Просмотреть файл

@ -53,11 +53,11 @@
"devDependencies": {
"@types/node": "~18.11.19",
"@typespec/compiler": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}

Просмотреть файл

@ -43,15 +43,15 @@
],
"devDependencies": {
"@types/node": "~18.11.19",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"happy-dom": "^14.7.1",
"rimraf": "~5.0.5",
"happy-dom": "^14.11.0",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
},
"dependencies": {
"monaco-editor-core": "^0.47.0"
"monaco-editor-core": "^0.48.0"
}
}

Просмотреть файл

@ -62,11 +62,11 @@
"@typespec/library-linter": "workspace:~",
"@typespec/rest": "workspace:~",
"@typespec/tspd": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}

Просмотреть файл

@ -52,7 +52,7 @@
"!dist/test/**"
],
"dependencies": {
"yaml": "~2.4.1"
"yaml": "~2.4.2"
},
"peerDependencies": {
"@typespec/compiler": "workspace:~",
@ -69,11 +69,11 @@
"@typespec/rest": "workspace:~",
"@typespec/tspd": "workspace:~",
"@typespec/versioning": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}

Просмотреть файл

@ -61,27 +61,27 @@
"@typespec/protobuf": "workspace:~",
"@typespec/rest": "workspace:~",
"@typespec/versioning": "workspace:~",
"es-module-shims": "~1.9.0",
"react": "~18.2.0",
"react-dom": "~18.2.0"
"es-module-shims": "~1.10.0",
"react": "~18.3.1",
"react-dom": "~18.3.1"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@playwright/test": "^1.43.1",
"@babel/core": "^7.24.5",
"@playwright/test": "^1.44.0",
"@types/debounce": "~1.2.4",
"@types/node": "~18.11.19",
"@types/react": "~18.2.78",
"@types/react-dom": "~18.2.25",
"@types/react": "~18.3.2",
"@types/react-dom": "~18.3.0",
"@types/swagger-ui": "~3.52.4",
"@vitejs/plugin-react": "~4.2.1",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"cross-env": "~7.0.3",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"rollup-plugin-visualizer": "~5.12.0",
"typescript": "~5.4.5",
"vite": "^5.2.8",
"vitest": "^1.5.0"
"vite": "^5.2.11",
"vitest": "^1.6.0"
}
}

Просмотреть файл

@ -67,8 +67,8 @@
"!dist/test/**"
],
"dependencies": {
"@fluentui/react-components": "~9.47.5",
"@fluentui/react-icons": "^2.0.235",
"@fluentui/react-components": "~9.52.0",
"@fluentui/react-icons": "^2.0.240",
"@typespec/bundler": "workspace:~",
"@typespec/compiler": "workspace:~",
"@typespec/html-program-viewer": "workspace:~",
@ -78,38 +78,38 @@
"@typespec/protobuf": "workspace:~",
"@typespec/rest": "workspace:~",
"@typespec/versioning": "workspace:~",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"debounce": "~2.0.0",
"lzutf8": "0.6.3",
"monaco-editor": "~0.46.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"swagger-ui-dist": "^5.15.2",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"swagger-ui-dist": "^5.17.10",
"vscode-languageserver": "~9.0.1",
"vscode-languageserver-textdocument": "~1.0.11"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@playwright/test": "^1.43.1",
"@babel/core": "^7.24.5",
"@playwright/test": "^1.44.0",
"@rollup/plugin-commonjs": "~25.0.7",
"@rollup/plugin-json": "~6.1.0",
"@rollup/plugin-node-resolve": "~15.2.3",
"@rollup/plugin-typescript": "~11.1.6",
"@types/debounce": "~1.2.4",
"@types/node": "~18.11.19",
"@types/react": "~18.2.78",
"@types/react-dom": "~18.2.25",
"@types/react": "~18.3.2",
"@types/react-dom": "~18.3.0",
"@types/swagger-ui-dist": "~3.30.4",
"@typespec/bundler": "workspace:~",
"@vitejs/plugin-react": "~4.2.1",
"c8": "^9.1.0",
"copyfiles": "~2.4.1",
"cross-env": "~7.0.3",
"rimraf": "~5.0.5",
"rollup": "~4.14.3",
"rimraf": "~5.0.7",
"rollup": "~4.17.2",
"rollup-plugin-postcss": "~4.0.2",
"rollup-plugin-visualizer": "~5.12.0",
"typescript": "~5.4.5",
"vite": "^5.2.8"
"vite": "^5.2.11"
}
}

Просмотреть файл

@ -21,8 +21,8 @@
"@rollup/plugin-replace": "~5.0.5",
"@typespec/compiler": "workspace:~",
"@typespec/internal-build-utils": "workspace:~",
"rollup": "~4.14.3",
"vitest": "^1.5.0"
"rollup": "~4.17.2",
"vitest": "^1.6.0"
},
"files": [
"dist/**/*",

Просмотреть файл

@ -44,12 +44,12 @@
"@types/node": "~18.11.19",
"@typespec/compiler": "workspace:~",
"@typespec/tspd": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"micromatch": "^4.0.5",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}

Просмотреть файл

@ -61,11 +61,11 @@
"@typespec/http": "workspace:~",
"@typespec/library-linter": "workspace:~",
"@typespec/tspd": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}

Просмотреть файл

@ -56,12 +56,12 @@
"devDependencies": {
"@types/node": "~18.11.19",
"@typespec/internal-build-utils": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"autorest": "~3.7.1",
"cross-env": "~7.0.3",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}

Просмотреть файл

@ -39,7 +39,7 @@
"devDependencies": {
"@types/node": "~18.11.19",
"@types/plist": "~3.0.5",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5"
}
}

Просмотреть файл

@ -57,9 +57,9 @@
],
"dependencies": {
"@typespec/compiler": "workspace:~",
"picocolors": "~1.0.0",
"picocolors": "~1.0.1",
"prettier": "~3.2.5",
"yaml": "~2.4.1",
"yaml": "~2.4.2",
"yargs": "~17.7.2"
},
"devDependencies": {
@ -67,14 +67,14 @@
"@types/yargs": "~17.0.32",
"@typespec/compiler": "workspace:~",
"@typespec/prettier-plugin-typespec": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"source-map-support": "~0.5.21",
"typedoc": "0.25.13",
"typedoc-plugin-markdown": "4.0.0-next.53",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^4.0.2",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}

Просмотреть файл

@ -12,7 +12,6 @@ export async function generateJsApiDocs(libraryPath: string, outputDir: string)
typeDeclarationFormat: "table",
hidePageTitle: true,
hideBreadcrumbs: true,
hideInPageTOC: true,
hidePageHeader: true,
useCodeBlocks: true,
};

Просмотреть файл

@ -10,10 +10,8 @@ granted herein, whether by implication, estoppel or otherwise.
1. balanced-match version 1.0.2 (https://github.com/juliangruber/balanced-match)
2. brace-expansion version 2.0.1 (https://github.com/juliangruber/brace-expansion)
3. lru-cache version 6.0.0 (https://github.com/isaacs/node-lru-cache)
4. minimatch version 5.1.6 (https://github.com/isaacs/minimatch)
5. semver version 7.6.0 (https://github.com/npm/node-semver)
6. yallist version 4.0.0 (https://github.com/isaacs/yallist)
3. minimatch version 5.1.6 (https://github.com/isaacs/minimatch)
4. semver version 7.6.2 (https://github.com/npm/node-semver)
%% balanced-match NOTICES AND INFORMATION BEGIN HERE
@ -72,28 +70,6 @@ SOFTWARE.
END OF brace-expansion NOTICES AND INFORMATION
%% lru-cache NOTICES AND INFORMATION BEGIN HERE
=====================================================
The ISC License
Copyright (c) Isaac Z. Schlueter and Contributors
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
=====================================================");
END OF lru-cache NOTICES AND INFORMATION
%% minimatch NOTICES AND INFORMATION BEGIN HERE
=====================================================
The ISC License
@ -135,26 +111,4 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
=====================================================");
END OF semver NOTICES AND INFORMATION
%% yallist NOTICES AND INFORMATION BEGIN HERE
=====================================================
The ISC License
Copyright (c) Isaac Z. Schlueter and Contributors
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
=====================================================");
END OF yallist NOTICES AND INFORMATION
END OF semver NOTICES AND INFORMATION

Просмотреть файл

@ -25,7 +25,7 @@
"type": "module",
"main": "./dist/src/extension.cjs",
"engines": {
"vscode": "^1.88.0"
"vscode": "^1.89.0"
},
"activationEvents": [
"onLanguage:typespec",
@ -133,17 +133,17 @@
"@rollup/plugin-node-resolve": "~15.2.3",
"@rollup/plugin-typescript": "~11.1.6",
"@types/node": "~18.11.19",
"@types/vscode": "~1.88.0",
"@types/vscode": "~1.89.0",
"@typespec/compiler": "workspace:~",
"@typespec/internal-build-utils": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vscode/vsce": "~2.25.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@vscode/vsce": "~2.26.1",
"c8": "^9.1.0",
"rimraf": "~5.0.5",
"rollup": "~4.14.3",
"rimraf": "~5.0.7",
"rollup": "~4.17.2",
"typescript": "~5.4.5",
"vitest": "^1.5.0",
"vitest": "^1.6.0",
"vscode-languageclient": "~9.0.1"
}
}

Просмотреть файл

@ -58,11 +58,11 @@
"@typespec/compiler": "workspace:~",
"@typespec/library-linter": "workspace:~",
"@typespec/tspd": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}

Просмотреть файл

@ -25,30 +25,30 @@
"author": "",
"license": "ISC",
"dependencies": {
"@docusaurus/core": "^3.2.1",
"@docusaurus/plugin-content-docs": "~3.2.1",
"@docusaurus/preset-classic": "^3.2.1",
"@docusaurus/theme-classic": "~3.2.1",
"@docusaurus/theme-common": "~3.2.1",
"@docusaurus/theme-mermaid": "^3.2.1",
"@fluentui/react-components": "~9.47.5",
"@fluentui/react-icons": "^2.0.235",
"@docusaurus/core": "^3.3.2",
"@docusaurus/plugin-content-docs": "~3.3.2",
"@docusaurus/preset-classic": "^3.3.2",
"@docusaurus/theme-classic": "~3.3.2",
"@docusaurus/theme-common": "~3.3.2",
"@docusaurus/theme-mermaid": "^3.3.2",
"@fluentui/react-components": "~9.52.0",
"@fluentui/react-icons": "^2.0.240",
"@mdx-js/react": "^3.0.1",
"@typespec/playground": "workspace:~",
"clsx": "^2.1.0",
"es-module-shims": "~1.9.0",
"clsx": "^2.1.1",
"es-module-shims": "~1.10.0",
"prism-react-renderer": "^2.3.1",
"prismjs": "~1.29.0",
"react": "~18.2.0",
"react-dom": "~18.2.0"
"react": "~18.3.1",
"react-dom": "~18.3.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.2.1",
"@docusaurus/tsconfig": "^3.2.1",
"@docusaurus/types": "^3.2.1",
"@swc/core": "^1.4.14",
"@docusaurus/module-type-aliases": "^3.3.2",
"@docusaurus/tsconfig": "^3.3.2",
"@docusaurus/types": "^3.3.2",
"@swc/core": "^1.5.7",
"@types/node": "~18.11.19",
"@types/react": "~18.2.78",
"@types/react": "~18.3.2",
"@typespec/compiler": "workspace:~",
"@typespec/http": "workspace:~",
"@typespec/internal-build-utils": "workspace:~",
@ -64,12 +64,12 @@
"@typespec/xml": "workspace:~",
"dotenv": "~16.4.5",
"file-loader": "~6.2.0",
"mermaid": "~10.9.0",
"mermaid": "~10.9.1",
"monaco-editor-webpack-plugin": "~7.1.0",
"playwright": "^1.43.1",
"playwright": "^1.44.0",
"prism-themes": "~1.9.0",
"raw-loader": "~4.0.2",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"swc-loader": "^0.2.6",
"typescript": "~5.4.5"
},

Просмотреть файл

@ -53,11 +53,11 @@
"@typespec/compiler": "workspace:~",
"@typespec/library-linter": "workspace:~",
"@typespec/tspd": "workspace:~",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"typescript": "~5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}

5881
pnpm-lock.yaml сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу