Skip to content

Commit

Permalink
ci: Update ALL Dependencies (main) -- Workflow Bot (#2918)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent 79f9a8b commit d555f71
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 38 deletions.
66 changes: 35 additions & 31 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3325,7 +3325,7 @@
"chokidar-cli": "^3.0.0",
"concurrently": "^8.2.2",
"esbuild": "^0.19.5",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { EnableFileTypeId, RegExpString } from './annotatedTypes.mjs';
import { AppearanceSettings } from './AppearanceSettings.mjs';
import type { AppearanceSettings } from './AppearanceSettings.mjs';
import type { CSpellMergeFields } from './CSpellSettingsPackageProperties.mjs';
import type { CustomDictionaries, CustomDictionaryEntry } from './CustomDictionary.mjs';
import type { SpellCheckerShouldCheckDocSettings } from './SpellCheckerShouldCheckDocSettings.mjs';
Expand Down
2 changes: 1 addition & 1 deletion packages/_server/src/config/cspellConfig/cspellConfig.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

import type { LanguageSetting, OverrideSettings } from '@cspell/cspell-types';

import type { AppearanceSettings } from './AppearanceSettings.mjs';
import type { CSpellSettingsPackageProperties } from './CSpellSettingsPackageProperties.mjs';
import type { DictionaryDef } from './CustomDictionary.mjs';
import type { PrefixWithCspell } from './Generics.mjs';
import type { SpellCheckerSettings } from './SpellCheckerSettings.mjs';
import type { AppearanceSettings } from './AppearanceSettings.mjs';

interface InternalSettings {
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"vscode-uri": "^3.0.8",
"vscode-webview-rpc": "file:../webview-rpc",
"webview-api": "file:../webview-api",
"yaml": "^2.3.3"
"yaml": "^2.3.4"
},
"engines": {
"node": ">18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/json-rpc-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
},
"devDependencies": {
"@tsconfig/svelte": "^5.0.2",
"@types/vscode": "^1.83.2"
"@types/vscode": "^1.84.0"
}
}
2 changes: 1 addition & 1 deletion packages/webview-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
},
"devDependencies": {
"@tsconfig/svelte": "^5.0.2",
"@types/vscode": "^1.83.2"
"@types/vscode": "^1.84.0"
}
}
2 changes: 1 addition & 1 deletion packages/webview-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/vscode-webview": "^1.57.3",
"@vscode/codicons": "^0.0.33",
"rollup": "^3.29.4",
"rollup-plugin-css-only": "^4.4.0",
"rollup-plugin-css-only": "^4.5.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.1.6",
"svelte": "^4.2.2",
Expand Down

0 comments on commit d555f71

Please sign in to comment.