Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update node and typescript dependencies #1900

Merged
merged 1 commit into from
Jul 31, 2024
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
832 changes: 30 additions & 802 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
},
"dependencies": {
"@vscode/vsce": "^2.26.1",
"rimraf": "^5.0.1"
"typescript": "^5.5.4"
},
"devDependencies": {
"@types/source-map-support": "^0.5.6"
"@types/source-map-support": "^0.5.6",
"rimraf": "3.0.2"
}
}
2 changes: 1 addition & 1 deletion pipeline-templates/package-vsix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
workingDirectory: $(dir-name)
- bash: |
npm install rimraf --reg https://registry.npmjs.org/ --verbose
npm install vsce -g --reg https://registry.npmjs.org/ --verbose
npm install @vscode/vsce@latest -g --reg https://registry.npmjs.org/ --verbose
vsce package -o $(package-name)-$(GetVersion.version).vsix --ignoreFile ../.vscodeignore --yarn
displayName: 📦 Package Artifact
workingDirectory: $(dir-name)
Expand Down
58 changes: 29 additions & 29 deletions sample/package-lock.json

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

2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"devDependencies": {
"@types/mocha": "9.0.0",
"@types/node": "16.11.7",
"@types/node": "20.0.0",
"@types/rimraf": "3.0.2",
"@types/source-map-support": "^0.5.10",
"@types/vscode": "1.74.0",
Expand Down
18 changes: 9 additions & 9 deletions sample/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/@types/mocha/-/mocha-9.0.0.tgz"
integrity sha1-MgW80Vram8aBrCC+9k6ebfiP0pc=

"@types/node@*", "@types/node@16.11.7":
version "16.11.7"
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/@types/node/-/node-16.11.7.tgz"
integrity sha1-NoIJRQYTJpeMQqAeVrYc0iPf3EI=
"@types/node@*", "@types/node@20.0.0":
version "20.0.0"
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/@types/node/-/node-20.0.0.tgz"
integrity sha1-CB2a/ShCG+lWwaR87RyaADS0Z+I=

"@types/rimraf@3.0.2":
version "3.0.2"
Expand Down Expand Up @@ -1802,10 +1802,10 @@ util-deprecate@^1.0.1:
dependencies:
"@types/chai-as-promised" "^7.1.4"
"@types/mocha" "^9.0.0"
"@types/node" "16.11.7"
"@types/node" "^20.0.0"
"@types/rimraf" "3.0.2"
"@types/semver" "^7.3.9"
"@types/shelljs" "0.8.9"
"@types/shelljs" "^0.8.9"
"@types/vscode" "1.74.0"
"@vscode/sudo-prompt" "^9.3.1"
axios "^1.7.2"
Expand All @@ -1822,7 +1822,7 @@ util-deprecate@^1.0.1:
rimraf "3.0.2"
run-script-os "^1.1.6"
semver "^7.6.2"
shelljs "0.8.5"
shelljs "^0.8.5"
typescript "4.4.4"
vscode-extension-telemetry "^0.4.3"
vscode-test "^1.6.1"
Expand Down Expand Up @@ -1857,7 +1857,7 @@ util-deprecate@^1.0.1:
"@types/chai" "4.2.22"
"@types/chai-as-promised" "^7.1.4"
"@types/mocha" "^9.0.0"
"@types/node" "16.11.7"
"@types/node" "^20.0.0"
"@types/rimraf" "3.0.2"
"@types/vscode" "1.74.0"
"@vscode/test-electron" "^2.3.9"
Expand All @@ -1875,7 +1875,7 @@ util-deprecate@^1.0.1:
shelljs "^0.8.5"
source-map-support "^0.5.21"
ts-loader "^9.5.1"
typescript "4.4.4"
typescript "^4.4.4"
vscode-dotnet-runtime-library "file:../vscode-dotnet-runtime-library"

watchpack@^2.4.0:
Expand Down
Loading
Loading