diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-16 22:37:38 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-16 22:37:52 +0000 |
commit | 50335651ee8e2a00d37d762247a27189e0ca9b0e (patch) | |
tree | ca9d85f289f09698f5fa99c90c0cde6e3db6b4bd /packages/eslint-config | |
parent | Bump the nodejs-dependencies group with 3 updates (diff) | |
download | locusts-50335651ee8e2a00d37d762247a27189e0ca9b0e.tar locusts-50335651ee8e2a00d37d762247a27189e0ca9b0e.tar.gz locusts-50335651ee8e2a00d37d762247a27189e0ca9b0e.tar.bz2 locusts-50335651ee8e2a00d37d762247a27189e0ca9b0e.tar.lz locusts-50335651ee8e2a00d37d762247a27189e0ca9b0e.tar.xz locusts-50335651ee8e2a00d37d762247a27189e0ca9b0e.tar.zst locusts-50335651ee8e2a00d37d762247a27189e0ca9b0e.zip |
Bump the nodejs-dependencies group with 3 updates
Bumps the nodejs-dependencies 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 [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Updates `@typescript-eslint/eslint-plugin` from 8.5.0 to 8.6.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/v8.6.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.5.0 to 8.6.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/v8.6.0/packages/parser)
Updates `@types/node` from 22.5.4 to 22.5.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nodejs-dependencies
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nodejs-dependencies
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: nodejs-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | packages/eslint-config/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index b829caf..395c345 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -2,8 +2,8 @@ "name": "@repo/eslint-config", "version": "0.0.0", "devDependencies": { - "@typescript-eslint/eslint-plugin": "8.5.0", - "@typescript-eslint/parser": "8.5.0", + "@typescript-eslint/eslint-plugin": "8.6.0", + "@typescript-eslint/parser": "8.6.0", "@vercel/style-guide": "6.0.0", "eslint-config-prettier": "^9.1.0", "eslint-config-turbo": "^2.1.2", |