diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-25 22:41:55 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-04-25 22:42:06 +0000 |
commit | 6091f5c75fc2ef0a0e951b55087d0fb93ed04116 (patch) | |
tree | 7e43df0d554af6091399db5f40ee3c5bc4949c32 /src/packages/eslint-config/package.json | |
parent | build(deps-dev): bump the nodejs-dependencies group with 2 updates (diff) | |
download | locusts-6091f5c75fc2ef0a0e951b55087d0fb93ed04116.tar locusts-6091f5c75fc2ef0a0e951b55087d0fb93ed04116.tar.gz locusts-6091f5c75fc2ef0a0e951b55087d0fb93ed04116.tar.bz2 locusts-6091f5c75fc2ef0a0e951b55087d0fb93ed04116.tar.lz locusts-6091f5c75fc2ef0a0e951b55087d0fb93ed04116.tar.xz locusts-6091f5c75fc2ef0a0e951b55087d0fb93ed04116.tar.zst locusts-6091f5c75fc2ef0a0e951b55087d0fb93ed04116.zip |
build(deps-dev): bump the nodejs-dependencies group with 3 updates
Bumps the nodejs-dependencies group with 3 updates: [turbo](https://github.com/vercel/turborepo), [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Updates `turbo` from 2.5.1 to 2.5.2
- [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.5.1...v2.5.2)
Updates `eslint-config-turbo` from 2.5.1 to 2.5.2
- [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.5.2/packages/eslint-config-turbo)
Updates `@types/node` from 22.15.0 to 22.15.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: turbo
dependency-version: 2.5.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: nodejs-dependencies
- dependency-name: eslint-config-turbo
dependency-version: 2.5.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: nodejs-dependencies
- dependency-name: "@types/node"
dependency-version: 22.15.2
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 | 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 22480f1..b1182dc 100644 --- a/src/packages/eslint-config/package.json +++ b/src/packages/eslint-config/package.json @@ -5,7 +5,7 @@ "@types/eslint": "^9.6.0", "eslint": "^9.25.1", "eslint-config-prettier": "^10.1.2", - "eslint-config-turbo": "^2.5.1", + "eslint-config-turbo": "^2.5.2", "globals": "^16.0.0", "typescript": "^5.8.3", "typescript-eslint": "^8.31.0" |