diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-18 23:04:43 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-10-18 23:04:56 +0000 |
commit | ac33fd464cc6b5e344b52886541b5aea40eaa7d4 (patch) | |
tree | 894f9257b182a1602f99bfe07c2885d368ef1961 /src/packages/eslint-config/package.json | |
parent | Bump the nodejs-dependencies group with 3 updates (diff) | |
download | locusts-ac33fd464cc6b5e344b52886541b5aea40eaa7d4.tar locusts-ac33fd464cc6b5e344b52886541b5aea40eaa7d4.tar.gz locusts-ac33fd464cc6b5e344b52886541b5aea40eaa7d4.tar.bz2 locusts-ac33fd464cc6b5e344b52886541b5aea40eaa7d4.tar.lz locusts-ac33fd464cc6b5e344b52886541b5aea40eaa7d4.tar.xz locusts-ac33fd464cc6b5e344b52886541b5aea40eaa7d4.tar.zst locusts-ac33fd464cc6b5e344b52886541b5aea40eaa7d4.zip |
Bump the nodejs-dependencies group with 2 updates
Bumps the nodejs-dependencies group with 2 updates: [turbo](https://github.com/vercel/turborepo) and [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo).
Updates `turbo` from 2.1.3 to 2.2.0
- [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.1.3...v2.2.0)
Updates `eslint-config-turbo` from 2.1.3 to 2.2.0
- [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.0/packages/eslint-config-turbo)
---
updated-dependencies:
- dependency-name: turbo
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-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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/packages/eslint-config/package.json b/src/packages/eslint-config/package.json index 7f95ebe..d0a1df1 100644 --- a/src/packages/eslint-config/package.json +++ b/src/packages/eslint-config/package.json @@ -6,7 +6,7 @@ "@typescript-eslint/parser": "8.10.0", "@vercel/style-guide": "6.0.0", "eslint-config-prettier": "^9.1.0", - "eslint-config-turbo": "^2.1.3", + "eslint-config-turbo": "^2.2.0", "eslint-plugin-only-warn": "^1.1.0", "typescript": "^5.6.3" }, |