Skip to content

Commit fa037b2

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 55e293a commit fa037b2

File tree

14 files changed

+157
-157
lines changed

14 files changed

+157
-157
lines changed

.github/workflows/GitHub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
AZURE_CORE_COLLECT_TELEMETRY: 0
2626
CHOOSENIM_NO_ANALYTICS: 1
2727
DIEZ_DO_NOT_TRACK: 1
28+
DO_NOT_TRACK: 1
2829
DOTNET_CLI_TELEMETRY_OPTOUT: 1
2930
DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT: 1
30-
DO_NOT_TRACK: 1
3131
ET_NO_TELEMETRY: 1
3232
GATSBY_TELEMETRY_DISABLED: 1
33-
GATSBY_TELEMETRY_OPTOUT: 1
3433
GATSBY_TELEMETRY_OPT_OUT: 1
34+
GATSBY_TELEMETRY_OPTOUT: 1
3535
GRIT_TELEMETRY_DISABLED: 1
3636
HASURA_GRAPHQL_ENABLE_TELEMETRY: false
3737
HINT_TELEMETRY: off

.github/workflows/NPM.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
AZURE_CORE_COLLECT_TELEMETRY: 0
2727
CHOOSENIM_NO_ANALYTICS: 1
2828
DIEZ_DO_NOT_TRACK: 1
29+
DO_NOT_TRACK: 1
2930
DOTNET_CLI_TELEMETRY_OPTOUT: 1
3031
DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT: 1
31-
DO_NOT_TRACK: 1
3232
ET_NO_TELEMETRY: 1
3333
GATSBY_TELEMETRY_DISABLED: 1
34-
GATSBY_TELEMETRY_OPTOUT: 1
3534
GATSBY_TELEMETRY_OPT_OUT: 1
35+
GATSBY_TELEMETRY_OPTOUT: 1
3636
GRIT_TELEMETRY_DISABLED: 1
3737
HASURA_GRAPHQL_ENABLE_TELEMETRY: false
3838
HINT_TELEMETRY: off

.github/workflows/Node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
AZURE_CORE_COLLECT_TELEMETRY: 0
2929
CHOOSENIM_NO_ANALYTICS: 1
3030
DIEZ_DO_NOT_TRACK: 1
31+
DO_NOT_TRACK: 1
3132
DOTNET_CLI_TELEMETRY_OPTOUT: 1
3233
DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT: 1
33-
DO_NOT_TRACK: 1
3434
ET_NO_TELEMETRY: 1
3535
GATSBY_TELEMETRY_DISABLED: 1
36-
GATSBY_TELEMETRY_OPTOUT: 1
3736
GATSBY_TELEMETRY_OPT_OUT: 1
37+
GATSBY_TELEMETRY_OPTOUT: 1
3838
GRIT_TELEMETRY_DISABLED: 1
3939
HASURA_GRAPHQL_ENABLE_TELEMETRY: false
4040
HINT_TELEMETRY: off

.github/workflows/Rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
AZURE_CORE_COLLECT_TELEMETRY: 0
2727
CHOOSENIM_NO_ANALYTICS: 1
2828
DIEZ_DO_NOT_TRACK: 1
29+
DO_NOT_TRACK: 1
2930
DOTNET_CLI_TELEMETRY_OPTOUT: 1
3031
DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT: 1
31-
DO_NOT_TRACK: 1
3232
ET_NO_TELEMETRY: 1
3333
GATSBY_TELEMETRY_DISABLED: 1
34-
GATSBY_TELEMETRY_OPTOUT: 1
3534
GATSBY_TELEMETRY_OPT_OUT: 1
35+
GATSBY_TELEMETRY_OPTOUT: 1
3636
GRIT_TELEMETRY_DISABLED: 1
3737
HASURA_GRAPHQL_ENABLE_TELEMETRY: false
3838
HINT_TELEMETRY: off

build/package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -5,41 +5,41 @@
55
"npmCheckJs": "../node_modules/.bin/tsc --noEmit"
66
},
77
"devDependencies": {
8-
"@types/ansi-colors": "^3.2.6",
9-
"@types/byline": "^4.2.36",
10-
"@types/debounce": "^1.2.4",
11-
"@types/debug": "^4.1.12",
12-
"@types/fancy-log": "^2.0.2",
13-
"@types/fs-extra": "^11.0.4",
14-
"@types/glob": "^8.1.0",
15-
"@types/gulp-sort": "^2.0.4",
16-
"@types/jws": "^3.2.10",
8+
"@types/ansi-colors": "3.2.6",
9+
"@types/byline": "4.2.36",
10+
"@types/debounce": "1.2.4",
11+
"@types/debug": "4.1.12",
12+
"@types/fancy-log": "2.0.2",
13+
"@types/fs-extra": "11.0.4",
14+
"@types/glob": "8.1.0",
15+
"@types/gulp-sort": "2.0.4",
16+
"@types/jws": "3.2.10",
1717
"@types/mime": "4.0.0",
18-
"@types/minimatch": "^5.1.2",
19-
"@types/minimist": "^1.2.5",
18+
"@types/minimatch": "5.1.2",
19+
"@types/minimist": "1.2.5",
2020
"@types/node": "22.x",
21-
"@types/pump": "^1.1.3",
22-
"@types/rimraf": "^4.0.5",
23-
"@types/through": "^0.0.33",
24-
"@types/through2": "^2.0.41",
25-
"@types/workerpool": "^6.4.7",
21+
"@types/pump": "1.1.3",
22+
"@types/rimraf": "4.0.5",
23+
"@types/through": "0.0.33",
24+
"@types/through2": "2.0.41",
25+
"@types/workerpool": "6.4.7",
2626
"@types/xml2js": "0.4.14",
27-
"byline": "^5.0.0",
28-
"debug": "^4.3.7",
27+
"byline": "5.0.0",
28+
"debug": "4.3.7",
2929
"esbuild": "0.24.0",
30-
"extract-zip": "^2.0.1",
31-
"gulp-sort": "^2.0.0",
32-
"jsonc-parser": "^3.3.1",
33-
"jws": "^4.0.0",
34-
"mime": "^4.0.4",
30+
"extract-zip": "2.0.1",
31+
"gulp-sort": "2.0.0",
32+
"jsonc-parser": "3.3.1",
33+
"jws": "4.0.0",
34+
"mime": "4.0.4",
3535
"source-map": "0.7.4",
36-
"ternary-stream": "^3.0.0",
37-
"through2": "^4.0.2",
38-
"tree-sitter": "^0.22.1",
39-
"workerpool": "^9.2.0",
40-
"yauzl": "^3.2.0"
36+
"ternary-stream": "3.0.0",
37+
"through2": "4.0.2",
38+
"tree-sitter": "0.22.1",
39+
"workerpool": "9.2.0",
40+
"yauzl": "3.2.0"
4141
},
4242
"optionalDependencies": {
43-
"tree-sitter-typescript": "^0.23.2"
43+
"tree-sitter-typescript": "0.23.2"
4444
}
4545
}

extensions/git/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3363,8 +3363,8 @@
33633363
"onFileSystem:git-show"
33643364
],
33653365
"dependencies": {
3366-
"@joaomoreno/unique-names-generator": "^5.1.0",
3367-
"byline": "^5.0.0",
3366+
"@joaomoreno/unique-names-generator": "5.1.0",
3367+
"byline": "5.0.0",
33683368
"file-type": "19.6.0",
33693369
"jschardet": "3.1.4",
33703370
"picomatch": "4.0.2",

extensions/markdown-language-features/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -737,21 +737,21 @@
737737
"onWebviewPanel:markdown.preview"
738738
],
739739
"dependencies": {
740-
"dompurify": "^3.2.1",
741-
"highlight.js": "^11.10.0",
742-
"markdown-it": "^14.1.0",
743-
"markdown-it-front-matter": "^0.2.4",
744-
"morphdom": "^2.7.4",
745-
"picomatch": "^4.0.2",
746-
"punycode": "^2.3.1",
747-
"vscode-markdown-languageserver": "^0.5.0-alpha.9"
740+
"dompurify": "3.2.1",
741+
"highlight.js": "11.10.0",
742+
"markdown-it": "14.1.0",
743+
"markdown-it-front-matter": "0.2.4",
744+
"morphdom": "2.7.4",
745+
"picomatch": "4.0.2",
746+
"punycode": "2.3.1",
747+
"vscode-markdown-languageserver": "0.5.0-alpha.9"
748748
},
749749
"devDependencies": {
750-
"@types/dompurify": "^3.2.0",
751-
"@types/lodash.throttle": "^4.1.9",
750+
"@types/dompurify": "3.2.0",
751+
"@types/lodash.throttle": "4.1.9",
752752
"@types/markdown-it": "14.1.2",
753-
"@types/picomatch": "^3.0.1",
754-
"lodash.throttle": "^4.1.1"
753+
"@types/picomatch": "3.0.1",
754+
"lodash.throttle": "4.1.1"
755755
},
756756
"icon": "icon.png",
757757
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",

extensions/microsoft-authentication/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@
9696
},
9797
"activationEvents": [],
9898
"dependencies": {
99-
"@azure/msal-node-extensions": "^1.5.0",
99+
"@azure/msal-node-extensions": "1.5.0",
100100
"keytar": "file:./packageMocks/keytar"
101101
},
102102
"devDependencies": {
103103
"@types/node": "22.x",
104-
"@types/node-fetch": "^2.6.12",
105-
"@types/randombytes": "^2.0.3",
106-
"@types/sha.js": "^2.4.4",
104+
"@types/node-fetch": "2.6.12",
105+
"@types/randombytes": "2.0.3",
106+
"@types/sha.js": "2.4.4",
107107
"@types/uuid": "10.0.0"
108108
},
109109
"icon": "media/icon.png",

extensions/typescript-language-features/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,12 +1737,12 @@
17371737
"onWalkthrough:nodejsWelcome"
17381738
],
17391739
"dependencies": {
1740-
"jsonc-parser": "^3.3.1",
1740+
"jsonc-parser": "3.3.1",
17411741
"semver": "7.6.3"
17421742
},
17431743
"devDependencies": {
17441744
"@types/node": "22.x",
1745-
"@types/semver": "^7.5.8"
1745+
"@types/semver": "7.5.8"
17461746
},
17471747
"icon": "media/icon.png",
17481748
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",

extensions/vscode-api-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@
194194
"activationEvents": [],
195195
"devDependencies": {
196196
"@types/node": "22.x",
197-
"@types/node-forge": "^1.3.11",
198-
"node-forge": "^1.3.1",
199-
"straightforward": "^4.2.2"
197+
"@types/node-forge": "1.3.11",
198+
"node-forge": "1.3.1",
199+
"straightforward": "4.2.2"
200200
},
201201
"icon": "media/icon.png",
202202
"enabledApiProposals": [

0 commit comments

Comments
 (0)