Skip to content

Commit 054bc0d

Browse files
chore(deps-dev): bump the lint group across 1 directory with 6 updates (#387)
Bumps the lint group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.8.0` | `7.14.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.8.0` | `7.14.1` | | [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `6.1.1` | `6.2.0` | | [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.38.0` | `2.41.0` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.2` | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.2.3` | `3.2.5` | Updates `@typescript-eslint/eslint-plugin` from 7.8.0 to 7.14.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.14.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.8.0 to 7.14.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.14.1/packages/parser) Updates `eslint-plugin-promise` from 6.1.1 to 6.2.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-promise@v6.1.1...v6.2.0) Updates `eslint-plugin-svelte` from 2.38.0 to 2.41.0 - [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases) - [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/v2.38.0...eslint-plugin-svelte@2.41.0) Updates `prettier` from 3.2.5 to 3.3.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.5...3.3.2) Updates `prettier-plugin-svelte` from 3.2.3 to 3.2.5 - [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md) - [Commits](sveltejs/prettier-plugin-svelte@v3.2.3...v3.2.5) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint-plugin-svelte dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: prettier-plugin-svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 65ffbb7 commit 054bc0d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
"@sveltejs/vite-plugin-svelte": "^3.1.1",
9797
"@testing-library/jest-dom": "^6.3.0",
9898
"@testing-library/user-event": "^14.5.2",
99-
"@typescript-eslint/eslint-plugin": "7.8.0",
100-
"@typescript-eslint/parser": "7.8.0",
99+
"@typescript-eslint/eslint-plugin": "7.14.1",
100+
"@typescript-eslint/parser": "7.14.1",
101101
"@vitest/coverage-v8": "^1.5.2",
102102
"all-contributors-cli": "^6.26.1",
103103
"doctoc": "^2.2.1",
@@ -107,18 +107,18 @@
107107
"eslint-plugin-import": "2.29.1",
108108
"eslint-plugin-json-files": "^4.1.0",
109109
"eslint-plugin-n": "16.6.2",
110-
"eslint-plugin-promise": "6.1.1",
110+
"eslint-plugin-promise": "6.2.0",
111111
"eslint-plugin-simple-import-sort": "12.1.0",
112-
"eslint-plugin-svelte": "2.38.0",
112+
"eslint-plugin-svelte": "2.41.0",
113113
"eslint-plugin-vitest-globals": "1.5.0",
114114
"expect-type": "^0.19.0",
115115
"happy-dom": "^14.7.1",
116116
"jest": "^29.7.0",
117117
"jest-environment-jsdom": "^29.7.0",
118118
"jsdom": "^24.0.0",
119119
"npm-run-all": "^4.1.5",
120-
"prettier": "3.2.5",
121-
"prettier-plugin-svelte": "3.2.3",
120+
"prettier": "3.3.2",
121+
"prettier-plugin-svelte": "3.2.5",
122122
"svelte": "^3 || ^4 || ^5 || ^5.0.0-next.0",
123123
"svelte-check": "^3.6.3",
124124
"svelte-jester": "^5.0.0",

0 commit comments

Comments
 (0)