mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-23 15:34:20 +01:00
build: defer watcher bump until release
Keep draft CI on the current published dependency. The final 1.5.0 version and lockfile update will land immediately after policy-watcher #75 is published. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
co-authored by
Copilot
parent
957df156dd
commit
3d2106a04e
Generated
+4
-4
@@ -31,7 +31,7 @@
|
||||
"@vscode/iconv-lite-umd": "0.7.1",
|
||||
"@vscode/native-watchdog": "^1.4.6",
|
||||
"@vscode/os-proxy-resolver": "^0.3.0",
|
||||
"@vscode/policy-watcher": "https://github.com/microsoft/vscode-policy-watcher/archive/d66a468f91c4a79db6d1122e96c6d84fd82402c2.tar.gz",
|
||||
"@vscode/policy-watcher": "^1.4.0",
|
||||
"@vscode/proxy-agent": "^0.44.0",
|
||||
"@vscode/ripgrep-universal": "^1.18.0",
|
||||
"@vscode/sandbox-runtime": "0.0.1",
|
||||
@@ -4785,9 +4785,9 @@
|
||||
]
|
||||
},
|
||||
"node_modules/@vscode/policy-watcher": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://github.com/microsoft/vscode-policy-watcher/archive/d66a468f91c4a79db6d1122e96c6d84fd82402c2.tar.gz",
|
||||
"integrity": "sha512-vPp79mjI11fkqljeap0uZ11gFU7KyvwQGhES0TlbW5uCVM+RCFxAY6xnY6J8Au7rVOB6xdn4pjQNjmUufOJFdA==",
|
||||
"version": "1.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@vscode/policy-watcher/-/policy-watcher-1.4.0.tgz",
|
||||
"integrity": "sha512-QKTLV/UtV0HH5AJELfN5D3Jcxj2hB9CYT9GtG334I8bU5TdusaSGYSpDjumZBGWO2YxwVYpBNytA7mq/I3ZtzA==",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
+2
-2
@@ -120,7 +120,7 @@
|
||||
"@vscode/iconv-lite-umd": "0.7.1",
|
||||
"@vscode/native-watchdog": "^1.4.6",
|
||||
"@vscode/os-proxy-resolver": "^0.3.0",
|
||||
"@vscode/policy-watcher": "https://github.com/microsoft/vscode-policy-watcher/archive/d66a468f91c4a79db6d1122e96c6d84fd82402c2.tar.gz",
|
||||
"@vscode/policy-watcher": "^1.4.0",
|
||||
"@vscode/proxy-agent": "^0.44.0",
|
||||
"@vscode/ripgrep-universal": "^1.18.0",
|
||||
"@vscode/sandbox-runtime": "0.0.1",
|
||||
@@ -313,7 +313,7 @@
|
||||
"@vscode/native-watchdog@1.4.6": true,
|
||||
"@vscode/ripgrep@1.17.1": true,
|
||||
"@vscode/deviceid@0.1.5": true,
|
||||
"@vscode/policy-watcher@1.5.0": true,
|
||||
"@vscode/policy-watcher@1.4.0": true,
|
||||
"@vscode/spdlog@0.15.8": true,
|
||||
"@vscode/sqlite3@5.1.12-vscode": true,
|
||||
"@vscode/windows-registry@1.2.0": true,
|
||||
|
||||
Reference in New Issue
Block a user