Skip to content

Commit c0a4bbf

Browse files
committed
fix(deps): update package versions and configurations
- Bump pnpm to v10.22.0 - Update @anolilab/multi-semantic-release to v2.0.9 - Upgrade @eslint-react/eslint-plugin to v2.3.5 - Upgrade eslint-plugin-jsdoc to v61.2.0 - Upgrade eslint-plugin-storybook to v10.0.7 - Upgrade eslint-plugin-tsdoc to v0.5.0 - Upgrade @visulima/package to v4.1.5 - Upgrade @visulima/tsconfig to v2.1.1 - Update vite version in overrides to >=7.2.2 - Fix typo in .vscode/settings.json and README.md comments
1 parent ebb5ed3 commit c0a4bbf

File tree

5 files changed

+1100
-911
lines changed

5 files changed

+1100
-911
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
"eslint.runtime": "node",
1515

16-
// Silent the stylistic rules in you IDE, but still auto fix them
16+
// Silent the stylistic rules in your IDE, but still auto fix them
1717
"eslint.rules.customizations": [
1818
{ "rule": "@stylistic/*", "severity": "off", "fixable": true },
1919
{ "rule": "*-indent", "severity": "off", "fixable": true },

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"typescript": "catalog:tsc",
130130
"vitest": "catalog:test"
131131
},
132-
"packageManager": "pnpm@10.21.0",
132+
"packageManager": "pnpm@10.22.0",
133133
"engines": {
134134
"node": ">=20.18.* <=24.*"
135135
}

packages/eslint-config/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Add the following settings to your `.vscode/settings.json`:
230230
"source.organizeImports": "never"
231231
},
232232

233-
// Silent the stylistic rules in you IDE, but still auto fix them
233+
// Silent the stylistic rules in your IDE, but still auto fix them
234234
"eslint.rules.customizations": [
235235
{ "rule": "style/*", "severity": "off", "fixable": true },
236236
{ "rule": "format/*", "severity": "off", "fixable": true },
@@ -324,7 +324,7 @@ lspconfig.eslint.setup(
324324
"postcss"
325325
},
326326
settings = {
327-
-- Silent the stylistic rules in you IDE, but still auto fix them
327+
-- Silent the stylistic rules in your IDE, but still auto fix them
328328
rulesCustomizations = customizations,
329329
},
330330
}

0 commit comments

Comments
 (0)