Skip to content

Commit 3372d1e

Browse files
ci: Update ALL Dependencies (main) -- Workflow Bot (#4451)
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
1 parent dd8d075 commit 3372d1e

4 files changed

Lines changed: 22 additions & 22 deletions

File tree

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2316,7 +2316,7 @@
23162316
"order": 1,
23172317
"properties": {
23182318
"cSpell.caseSensitive": {
2319-
"markdownDescription": "Determines if words must match case and accent rules.\n\n- `false` - Case is ignored and accents can be missing on the entire word.\n Incorrect accents or partially missing accents will be marked as incorrect.\n Note: Some languages like Portuguese have case sensitivity turned on by default.\n You must use `#cSpell.languageSettings#` to turn it off.\n- `true` - Case and accents are enforced by default.",
2319+
"markdownDescription": "Determines if words must match case and accent rules.\n\n- `false` - Case is ignored and accents can be missing on the entire word.\n Incorrect accents or partially missing accents will be marked as incorrect.\n **Note:** Some languages like Portuguese have case sensitivity turned on by default.\n You must use `#cSpell.languageSettings#` to turn it off.\n- `true` - Case and accents are enforced by default.",
23202320
"scope": "resource",
23212321
"type": "boolean"
23222322
},
@@ -4199,7 +4199,7 @@
41994199
"@types/vscode": "1.90.0",
42004200
"@types/vscode-webview": "^1.57.5",
42014201
"@vitest/coverage-istanbul": "^3.1.4",
4202-
"@vscode/vsce": "^3.4.1",
4202+
"@vscode/vsce": "^3.4.2",
42034203
"ansi-styles": "^6.2.1",
42044204
"chokidar-cli": "^3.0.0",
42054205
"concurrently": "^9.1.2",

packages/_server/spell-checker-config.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1779,8 +1779,8 @@
17791779
"order": 1,
17801780
"properties": {
17811781
"cSpell.caseSensitive": {
1782-
"description": "Determines if words must match case and accent rules.\n\n- `false` - Case is ignored and accents can be missing on the entire word. Incorrect accents or partially missing accents will be marked as incorrect. Note: Some languages like Portuguese have case sensitivity turned on by default. You must use `#cSpell.languageSettings#` to turn it off.\n- `true` - Case and accents are enforced by default.",
1783-
"markdownDescription": "Determines if words must match case and accent rules.\n\n- `false` - Case is ignored and accents can be missing on the entire word.\n Incorrect accents or partially missing accents will be marked as incorrect.\n Note: Some languages like Portuguese have case sensitivity turned on by default.\n You must use `#cSpell.languageSettings#` to turn it off.\n- `true` - Case and accents are enforced by default.",
1782+
"description": "Determines if words must match case and accent rules.\n\n- `false` - Case is ignored and accents can be missing on the entire word. Incorrect accents or partially missing accents will be marked as incorrect. **Note:** Some languages like Portuguese have case sensitivity turned on by default. You must use `#cSpell.languageSettings#` to turn it off.\n- `true` - Case and accents are enforced by default.",
1783+
"markdownDescription": "Determines if words must match case and accent rules.\n\n- `false` - Case is ignored and accents can be missing on the entire word.\n Incorrect accents or partially missing accents will be marked as incorrect.\n **Note:** Some languages like Portuguese have case sensitivity turned on by default.\n You must use `#cSpell.languageSettings#` to turn it off.\n- `true` - Case and accents are enforced by default.",
17841784
"scope": "resource",
17851785
"type": "boolean"
17861786
},

packages/webview-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"type": "module",
1616
"dependencies": {
17-
"@tanstack/svelte-query": "^5.76.0",
17+
"@tanstack/svelte-query": "^5.76.2",
1818
"@vscode/webview-ui-toolkit": "^1.4.0",
1919
"fast-equals": "^5.2.2",
2020
"sirv-cli": "^3.0.1",
@@ -35,7 +35,7 @@
3535
"rollup-plugin-css-only": "^4.5.2",
3636
"rollup-plugin-livereload": "^2.0.5",
3737
"rollup-plugin-svelte": "^7.2.2",
38-
"svelte": "^5.32.1",
38+
"svelte": "^5.33.1",
3939
"svelte-check": "^4.2.1",
4040
"svelte-preprocess": "^6.0.3",
4141
"tslib": "^2.8.1",

0 commit comments

Comments
 (0)