Skip to content

Commit 266e2df

Browse files
chore(deps-dev): bump the lint group across 1 directory with 9 updates (#370)
Bumps the lint group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.19.1` | `7.8.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.19.1` | `7.8.0` | | [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` | | [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) | `10.0.0` | `12.1.0` | | [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.35.1` | `2.38.0` | | [eslint-plugin-vitest-globals](https://github.com/saqqdy/eslint-plugin-vitest-globals) | `1.4.0` | `1.5.0` | | [prettier](https://github.com/prettier/prettier) | `3.2.4` | `3.2.5` | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.1.2` | `3.2.3` | Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Cousins <[email protected]>
1 parent 5464ac2 commit 266e2df

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

.github/dependabot.yml

+7
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ updates:
2323
development:
2424
dependency-type: 'development'
2525

26+
# TODO(mcous, 2024-04-30): update to ESLint v9 + flat config
27+
ignore:
28+
- dependency-name: 'eslint'
29+
versions: ['>=9']
30+
- dependency-name: 'eslint-plugin-n'
31+
versions: ['>=17']
32+
2633
# Update GitHub Actions dependencies
2734
- package-ecosystem: 'github-actions'
2835
directory: '/'

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -93,27 +93,27 @@
9393
"@sveltejs/vite-plugin-svelte": "^3.0.2",
9494
"@testing-library/jest-dom": "^6.3.0",
9595
"@testing-library/user-event": "^14.5.2",
96-
"@typescript-eslint/eslint-plugin": "6.19.1",
97-
"@typescript-eslint/parser": "6.19.1",
96+
"@typescript-eslint/eslint-plugin": "7.8.0",
97+
"@typescript-eslint/parser": "7.8.0",
9898
"@vitest/coverage-v8": "^1.5.2",
9999
"all-contributors-cli": "^6.26.1",
100100
"doctoc": "^2.2.1",
101-
"eslint": "8.56.0",
101+
"eslint": "8.57.0",
102102
"eslint-config-prettier": "9.1.0",
103103
"eslint-config-standard": "17.1.0",
104104
"eslint-plugin-import": "2.29.1",
105105
"eslint-plugin-json-files": "^4.1.0",
106106
"eslint-plugin-n": "16.6.2",
107107
"eslint-plugin-promise": "6.1.1",
108-
"eslint-plugin-simple-import-sort": "10.0.0",
109-
"eslint-plugin-svelte": "2.35.1",
110-
"eslint-plugin-vitest-globals": "1.4.0",
108+
"eslint-plugin-simple-import-sort": "12.1.0",
109+
"eslint-plugin-svelte": "2.38.0",
110+
"eslint-plugin-vitest-globals": "1.5.0",
111111
"expect-type": "^0.19.0",
112112
"happy-dom": "^14.7.1",
113113
"jsdom": "^24.0.0",
114114
"npm-run-all": "^4.1.5",
115-
"prettier": "3.2.4",
116-
"prettier-plugin-svelte": "3.1.2",
115+
"prettier": "3.2.5",
116+
"prettier-plugin-svelte": "3.2.3",
117117
"svelte": "^3 || ^4 || ^5",
118118
"svelte-check": "^3.6.3",
119119
"svelte-jester": "^3.0.0",

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"noEmit": true,
55
"skipLibCheck": true,
66
"strict": true,
7-
"types": ["svelte", "vite/client", "vitest", "vitest/globals"],
7+
"types": ["svelte", "vite/client", "vitest", "vitest/globals"]
88
},
9-
"include": ["src", "types"],
9+
"include": ["src", "types"]
1010
}

0 commit comments

Comments
 (0)