Skip to content

Commit cd2a2ff

Browse files
authored
Merge pull request #37 from claui/update-vsce
Fix regression that kept the vsce patch from being applied
2 parents e0b8d15 + 1b159b2 commit cd2a2ff

3 files changed

Lines changed: 41 additions & 7 deletions

File tree

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/vscode": "=1.92",
1616
"@typescript-eslint/eslint-plugin": "<=7.x",
1717
"@typescript-eslint/parser": "<=7.x",
18-
"@vscode/vsce": "=2.21.0",
18+
"@vscode/vsce": "^2.21.1",
1919
"del-cli": "^5.1.0",
2020
"esbuild": "^0.23.1",
2121
"esbuild-copy-static-files": "^0.1.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test": "true yarn workspace packaging test",
3535
"upgrade-all": "printf >&2 '%s\\n\\t%s\\n' 'Run the following command line manually:' 'yarn set version 4 && yarn install && yarn upgrade-packages' && false",
3636
"upgrade-lockfile": "yarn up -R '**' && yarn clean-install",
37-
"upgrade-packages": "yarn up '**' '@types/node@<=20.x' '@types/vscode@=1.92' '@typescript-eslint/eslint-plugin@<=7.x' '@typescript-eslint/parser@<=7.x' '@vscode/vsce@=2.21.0' '@yarnpkg/sdks@^3.1.0' 'eslint@<=8.x' 'typescript@<=5.5.x' && yarn up -R '**' && yarn clean-install",
37+
"upgrade-packages": "yarn up '**' '@types/node@<=20.x' '@types/vscode@=1.92' '@typescript-eslint/eslint-plugin@<=7.x' '@typescript-eslint/parser@<=7.x' '@vscode/vsce@^2.21.1' '@yarnpkg/sdks@^3.1.0' 'eslint@<=8.x' 'typescript@<=5.5.x' && yarn up -R '**' && yarn clean-install",
3838
"upgrade-yarn-itself": "printf >&2 '%s\\n\\t%s\\n' 'Run the following command line manually:' 'yarn set version 4 && yarn install && yarn clean-install' && false"
3939
},
4040
"workspaces": [

yarn.lock

Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1733,9 +1733,9 @@ __metadata:
17331733
languageName: node
17341734
linkType: hard
17351735

1736-
"@vscode/vsce@npm:=2.21.0":
1737-
version: 2.21.0
1738-
resolution: "@vscode/vsce@npm:2.21.0"
1736+
"@vscode/vsce@npm:2.21.1":
1737+
version: 2.21.1
1738+
resolution: "@vscode/vsce@npm:2.21.1"
17391739
dependencies:
17401740
azure-devops-node-api: "npm:^11.0.1"
17411741
chalk: "npm:^2.4.2"
@@ -1763,7 +1763,7 @@ __metadata:
17631763
optional: true
17641764
bin:
17651765
vsce: vsce
1766-
checksum: 10c0/e3867e8ce58d5ac5f7e9f2a8a41b67c706c232f44370886a2b0ac2c303c5a5ec1ccda89943ad2cb500571aa48b50f48bd6e252305af5e760f9cd4803c41ab72e
1766+
checksum: 10c0/3f2fd3f09e6d232fc10093f7e62f7b9dd15f783ef8f2afbc0429dc868c9eb48e78f4dce40db472e84565b8e16d9723b70bfcb0a2b5f8c20b8de7cb8b9cbde26d
17671767
languageName: node
17681768
linkType: hard
17691769

@@ -1805,6 +1805,40 @@ __metadata:
18051805
languageName: node
18061806
linkType: hard
18071807

1808+
"@vscode/vsce@patch:@vscode/vsce@npm:2.21.1#./.yarn/patches/@vscode-vsce-npm-2.21.1.patch::locator=vscode-packaging%40workspace%3A.":
1809+
version: 2.21.1
1810+
resolution: "@vscode/vsce@patch:@vscode/vsce@npm%3A2.21.1#./.yarn/patches/@vscode-vsce-npm-2.21.1.patch::version=2.21.1&hash=76cb5f&locator=vscode-packaging%40workspace%3A."
1811+
dependencies:
1812+
azure-devops-node-api: "npm:^11.0.1"
1813+
chalk: "npm:^2.4.2"
1814+
cheerio: "npm:^1.0.0-rc.9"
1815+
commander: "npm:^6.2.1"
1816+
glob: "npm:^7.0.6"
1817+
hosted-git-info: "npm:^4.0.2"
1818+
jsonc-parser: "npm:^3.2.0"
1819+
keytar: "npm:^7.7.0"
1820+
leven: "npm:^3.1.0"
1821+
markdown-it: "npm:^12.3.2"
1822+
mime: "npm:^1.3.4"
1823+
minimatch: "npm:^3.0.3"
1824+
parse-semver: "npm:^1.1.1"
1825+
read: "npm:^1.0.7"
1826+
semver: "npm:^7.5.2"
1827+
tmp: "npm:^0.2.1"
1828+
typed-rest-client: "npm:^1.8.4"
1829+
url-join: "npm:^4.0.1"
1830+
xml2js: "npm:^0.5.0"
1831+
yauzl: "npm:^2.3.1"
1832+
yazl: "npm:^2.2.2"
1833+
dependenciesMeta:
1834+
keytar:
1835+
optional: true
1836+
bin:
1837+
vsce: vsce
1838+
checksum: 10c0/4b950728558bff38658b01bb0d15eb8c71e32be8d10e6850e8d0e50610631e1011ee7fb499ad37f95f205e5635c1bee756b3686b18bb415201ad49a7e19a20af
1839+
languageName: node
1840+
linkType: hard
1841+
18081842
"@yarnpkg/core@npm:^4.1.2":
18091843
version: 4.1.2
18101844
resolution: "@yarnpkg/core@npm:4.1.2"
@@ -3432,7 +3466,7 @@ __metadata:
34323466
"@types/vscode": "npm:=1.92"
34333467
"@typescript-eslint/eslint-plugin": "npm:<=7.x"
34343468
"@typescript-eslint/parser": "npm:<=7.x"
3435-
"@vscode/vsce": "npm:=2.21.0"
3469+
"@vscode/vsce": "npm:^2.21.1"
34363470
del-cli: "npm:^5.1.0"
34373471
esbuild: "npm:^0.23.1"
34383472
esbuild-copy-static-files: "npm:^0.1.0"

0 commit comments

Comments
 (0)