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
771 changes: 702 additions & 69 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions sdk/advisor/arm-advisor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@types/node": "catalog:",
"@vitest/browser-playwright": "catalog:testing",
Expand Down
1 change: 1 addition & 0 deletions sdk/agrifood/arm-agrifood/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@types/node": "catalog:",
"@vitest/browser-playwright": "catalog:testing",
Expand Down
1 change: 1 addition & 0 deletions sdk/analysisservices/arm-analysisservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@types/node": "catalog:",
"@vitest/browser-playwright": "catalog:testing",
Expand Down
1 change: 1 addition & 0 deletions sdk/apicenter/arm-apicenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@types/node": "catalog:",
"@vitest/browser-playwright": "catalog:testing",
Expand Down
1 change: 1 addition & 0 deletions sdk/apimanagement/arm-apimanagement/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@azure/logger": "^1.1.4",
"@types/node": "catalog:",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@types/node": "catalog:",
"@vitest/browser-playwright": "catalog:testing",
Expand Down
1 change: 1 addition & 0 deletions sdk/appconfiguration/arm-appconfiguration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@azure/logger": "^1.1.4",
"@types/node": "catalog:",
Expand Down
1 change: 1 addition & 0 deletions sdk/appcontainers/arm-appcontainers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@azure/logger": "workspace:^",
"@types/node": "catalog:",
Expand Down
1 change: 1 addition & 0 deletions sdk/applicationinsights/arm-appinsights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@types/node": "catalog:",
"@vitest/browser-playwright": "catalog:testing",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@types/node": "catalog:",
"@vitest/browser-playwright": "catalog:testing",
Expand Down
41 changes: 21 additions & 20 deletions sdk/appservice/arm-appservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"node": ">=20.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.5.4",
"@azure/abort-controller": "^2.1.2",
"@azure/core-paging": "^1.6.2",
"@azure/core-client": "^1.9.3",
"@azure/core-auth": "^1.9.0",
"@azure/core-client": "^1.9.3",
"@azure/core-lro": "^2.5.4",
"@azure/core-paging": "^1.6.2",
"@azure/core-rest-pipeline": "^1.19.1",
"tslib": "^2.8.1"
},
Expand All @@ -30,23 +30,24 @@
"types": "./dist/commonjs/index.d.ts",
"type": "module",
"devDependencies": {
"typescript": "catalog:",
"rimraf": "catalog:",
"dotenv": "catalog:testing",
"@azure-tools/test-credential": "workspace:^",
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"cross-env": "catalog:",
"eslint": "catalog:",
"prettier": "catalog:",
"tshy": "catalog:",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@azure/logger": "workspace:^",
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-credential": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@types/node": "catalog:",
"@vitest/browser-playwright": "catalog:testing",
"@vitest/coverage-istanbul": "catalog:testing",
"cross-env": "catalog:",
"dotenv": "catalog:testing",
"eslint": "catalog:",
"playwright": "catalog:testing",
"prettier": "catalog:",
"rimraf": "catalog:",
"tshy": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:testing"
},
"repository": "github:Azure/azure-sdk-for-js",
Expand All @@ -60,19 +61,19 @@
],
"scripts": {
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
"pack": "pnpm pack 2>&1",
"extract-api": "dev-tool run extract-api",
"lint": "echo skipped",
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"execute:samples": "echo skipped",
"extract-api": "dev-tool run extract-api",
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
"lint": "echo skipped",
"pack": "pnpm pack 2>&1",
"test": "npm run test:node && npm run test:browser",
"test:node": "dev-tool run test:vitest",
"test:browser": "echo skipped",
"update-snippets": "dev-tool run update-snippets",
"test:node:esm": "dev-tool run test:vitest --esm"
"test:node": "dev-tool run test:vitest",
"test:node:esm": "dev-tool run test:vitest --esm",
"update-snippets": "dev-tool run update-snippets"
},
"sideEffects": false,
"//metadata": {
Expand Down
1 change: 1 addition & 0 deletions sdk/astro/arm-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@azure/logger": "^1.1.4",
"@types/node": "catalog:",
Expand Down
1 change: 1 addition & 0 deletions sdk/attestation/arm-attestation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@azure/logger": "^1.1.4",
"@types/node": "catalog:",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@azure/logger": "^1.1.4",
"@types/node": "catalog:",
Expand Down
1 change: 1 addition & 0 deletions sdk/authorization/arm-authorization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@azure/logger": "^1.1.4",
"@types/node": "catalog:",
Expand Down
1 change: 1 addition & 0 deletions sdk/automanage/arm-automanage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@azure/logger": "^1.1.4",
"@types/node": "catalog:",
Expand Down
1 change: 1 addition & 0 deletions sdk/automation/arm-automation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@azure/logger": "^1.1.4",
"@types/node": "catalog:",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@azure/logger": "^1.1.4",
"@types/node": "catalog:",
Expand Down
1 change: 1 addition & 0 deletions sdk/azurestack/arm-azurestack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@azure/logger": "^1.1.4",
"@types/node": "catalog:",
Expand Down
1 change: 1 addition & 0 deletions sdk/azurestackhci/arm-azurestackhci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@azure/logger": "^1.1.4",
"@types/node": "catalog:",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@azure/logger": "^1.1.4",
"@types/node": "catalog:",
Expand Down
1 change: 1 addition & 0 deletions sdk/batch/arm-batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/arm-storage": "catalog:arm",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@azure/logger": "^1.1.4",
"@types/node": "catalog:",
Expand Down
1 change: 1 addition & 0 deletions sdk/billing/arm-billing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@azure/logger": "^1.1.4",
"@types/node": "catalog:",
Expand Down
1 change: 1 addition & 0 deletions sdk/billingbenefits/arm-billingbenefits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@azure/logger": "^1.1.4",
"@types/node": "catalog:",
Expand Down
1 change: 1 addition & 0 deletions sdk/botservice/arm-botservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@azure/logger": "^1.1.4",
"@types/node": "catalog:",
Expand Down
1 change: 1 addition & 0 deletions sdk/cdn/arm-cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@azure/logger": "^1.1.4",
"@types/node": "catalog:",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"node": ">=20.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.5.4",
"@azure/abort-controller": "^2.1.2",
"@azure/core-paging": "^1.6.2",
"@azure/core-client": "^1.9.3",
"@azure/core-auth": "^1.9.0",
"@azure/core-client": "^1.9.3",
"@azure/core-lro": "^2.5.4",
"@azure/core-paging": "^1.6.2",
"@azure/core-rest-pipeline": "^1.19.1",
"tslib": "^2.8.1"
},
Expand All @@ -30,23 +30,24 @@
"types": "./dist/commonjs/index.d.ts",
"type": "module",
"devDependencies": {
"typescript": "catalog:",
"rimraf": "catalog:",
"dotenv": "catalog:testing",
"@azure-tools/test-credential": "workspace:^",
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"cross-env": "catalog:",
"eslint": "catalog:",
"prettier": "catalog:",
"tshy": "catalog:",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@azure/logger": "workspace:^",
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-credential": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@types/node": "catalog:",
"@vitest/browser-playwright": "catalog:testing",
"@vitest/coverage-istanbul": "catalog:testing",
"cross-env": "catalog:",
"dotenv": "catalog:testing",
"eslint": "catalog:",
"playwright": "catalog:testing",
"prettier": "catalog:",
"rimraf": "catalog:",
"tshy": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:testing"
},
"repository": "github:Azure/azure-sdk-for-js",
Expand All @@ -60,19 +61,19 @@
],
"scripts": {
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
"pack": "pnpm pack 2>&1",
"extract-api": "dev-tool run extract-api",
"lint": "echo skipped",
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"execute:samples": "echo skipped",
"extract-api": "dev-tool run extract-api",
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
"lint": "echo skipped",
"pack": "pnpm pack 2>&1",
"test": "npm run test:node && npm run test:browser",
"test:node": "dev-tool run test:vitest",
"test:browser": "echo skipped",
"update-snippets": "dev-tool run update-snippets",
"test:node:esm": "dev-tool run test:vitest --esm"
"test:node": "dev-tool run test:vitest",
"test:node:esm": "dev-tool run test:vitest --esm",
"update-snippets": "dev-tool run update-snippets"
},
"sideEffects": false,
"//metadata": {
Expand Down
1 change: 1 addition & 0 deletions sdk/changeanalysis/arm-changeanalysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@azure/logger": "^1.1.4",
"@types/node": "catalog:",
Expand Down
1 change: 1 addition & 0 deletions sdk/changes/arm-changes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@azure/dev-tool": "workspace:^",
"@azure/eslint-plugin-azure-sdk": "workspace:^",
"@azure/identity": "catalog:internal",
"@types/node": "catalog:",
"@vitest/browser-playwright": "catalog:testing",
Expand Down
Loading