Skip to content

Commit f5b7fe1

Browse files
chore(deps-dev): bump the lint group with 3 updates (#392)
Bumps the lint group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise). Updates `@typescript-eslint/eslint-plugin` from 7.14.1 to 7.15.0 - [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.15.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.14.1 to 7.15.0 - [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.15.0/packages/parser) Updates `eslint-plugin-promise` from 6.2.0 to 6.4.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.2.0...v6.4.0) --- 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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d64de4a commit f5b7fe1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
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.14.1",
100-
"@typescript-eslint/parser": "7.14.1",
99+
"@typescript-eslint/eslint-plugin": "7.15.0",
100+
"@typescript-eslint/parser": "7.15.0",
101101
"@vitest/coverage-v8": "^1.5.2",
102102
"all-contributors-cli": "^6.26.1",
103103
"doctoc": "^2.2.1",
@@ -107,7 +107,7 @@
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.2.0",
110+
"eslint-plugin-promise": "6.4.0",
111111
"eslint-plugin-simple-import-sort": "12.1.0",
112112
"eslint-plugin-svelte": "2.41.0",
113113
"eslint-plugin-vitest-globals": "1.5.0",

0 commit comments

Comments
 (0)