diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-21 22:24:27 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-10-21 22:24:40 +0000 |
commit | ded783412db023f37aaaac346244004d004eaff1 (patch) | |
tree | ce6afac161154059f190d11e4de4d97423b92149 /src/packages/eslint-config/package.json | |
parent | Bump the nodejs-dependencies group with 2 updates (diff) | |
download | locusts-ded783412db023f37aaaac346244004d004eaff1.tar locusts-ded783412db023f37aaaac346244004d004eaff1.tar.gz locusts-ded783412db023f37aaaac346244004d004eaff1.tar.bz2 locusts-ded783412db023f37aaaac346244004d004eaff1.tar.lz locusts-ded783412db023f37aaaac346244004d004eaff1.tar.xz locusts-ded783412db023f37aaaac346244004d004eaff1.tar.zst locusts-ded783412db023f37aaaac346244004d004eaff1.zip |
Bump the nodejs-dependencies group with 5 updates
Bumps the nodejs-dependencies group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [turbo](https://github.com/vercel/turborepo) | `2.2.0` | `2.2.3` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.10.0` | `8.11.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.10.0` | `8.11.0` |
| [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo) | `2.2.0` | `2.2.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.6` | `22.7.7` |
Updates `turbo` from 2.2.0 to 2.2.3
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](https://github.com/vercel/turborepo/compare/v2.2.0...v2.2.3)
Updates `@typescript-eslint/eslint-plugin` from 8.10.0 to 8.11.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.11.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.10.0 to 8.11.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.11.0/packages/parser)
Updates `eslint-config-turbo` from 2.2.0 to 2.2.3
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](https://github.com/vercel/turborepo/commits/v2.2.3/packages/eslint-config-turbo)
Updates `@types/node` from 22.7.6 to 22.7.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: turbo
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: nodejs-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: eslint-config-turbo
dependency-type: direct:development
update-type: version-update:semver-patch
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 'src/packages/eslint-config/package.json')
-rw-r--r-- | src/packages/eslint-config/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/packages/eslint-config/package.json b/src/packages/eslint-config/package.json index d0a1df1..c301ce0 100644 --- a/src/packages/eslint-config/package.json +++ b/src/packages/eslint-config/package.json @@ -2,11 +2,11 @@ "name": "@repo/eslint-config", "version": "0.0.0", "devDependencies": { - "@typescript-eslint/eslint-plugin": "8.10.0", - "@typescript-eslint/parser": "8.10.0", + "@typescript-eslint/eslint-plugin": "8.11.0", + "@typescript-eslint/parser": "8.11.0", "@vercel/style-guide": "6.0.0", "eslint-config-prettier": "^9.1.0", - "eslint-config-turbo": "^2.2.0", + "eslint-config-turbo": "^2.2.3", "eslint-plugin-only-warn": "^1.1.0", "typescript": "^5.6.3" }, |