diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-14 22:32:24 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-10-14 22:32:37 +0000 |
commit | fc0cd0bdfcd3c7daa29946c4938670b83d276f92 (patch) | |
tree | b7dc0569d0e1a3392e3c168c8dc5f48ad0aae3fa /src/packages/eslint-config/package.json | |
parent | Bump typescript from 5.6.2 to 5.6.3 in the nodejs-dependencies group (diff) | |
download | locusts-fc0cd0bdfcd3c7daa29946c4938670b83d276f92.tar locusts-fc0cd0bdfcd3c7daa29946c4938670b83d276f92.tar.gz locusts-fc0cd0bdfcd3c7daa29946c4938670b83d276f92.tar.bz2 locusts-fc0cd0bdfcd3c7daa29946c4938670b83d276f92.tar.lz locusts-fc0cd0bdfcd3c7daa29946c4938670b83d276f92.tar.xz locusts-fc0cd0bdfcd3c7daa29946c4938670b83d276f92.tar.zst locusts-fc0cd0bdfcd3c7daa29946c4938670b83d276f92.zip |
Bump the nodejs-dependencies group with 2 updates
Bumps the nodejs-dependencies group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
Updates `@typescript-eslint/eslint-plugin` from 8.8.1 to 8.9.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.9.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.8.1 to 8.9.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.9.0/packages/parser)
---
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
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'src/packages/eslint-config/package.json')
-rw-r--r-- | src/packages/eslint-config/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/packages/eslint-config/package.json b/src/packages/eslint-config/package.json index 956fe6e..8670d04 100644 --- a/src/packages/eslint-config/package.json +++ b/src/packages/eslint-config/package.json @@ -2,8 +2,8 @@ "name": "@repo/eslint-config", "version": "0.0.0", "devDependencies": { - "@typescript-eslint/eslint-plugin": "8.8.1", - "@typescript-eslint/parser": "8.8.1", + "@typescript-eslint/eslint-plugin": "8.9.0", + "@typescript-eslint/parser": "8.9.0", "@vercel/style-guide": "6.0.0", "eslint-config-prettier": "^9.1.0", "eslint-config-turbo": "^2.1.3", |