diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-09 22:56:30 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-09 22:56:45 +0000 |
commit | 5c3dfc9b110ad561b47a4c78303078629d5db703 (patch) | |
tree | bf94a0197611c9c1bdc92c051318eeaa92bf6359 /packages | |
parent | Actually test the node library (diff) | |
download | locusts-5c3dfc9b110ad561b47a4c78303078629d5db703.tar locusts-5c3dfc9b110ad561b47a4c78303078629d5db703.tar.gz locusts-5c3dfc9b110ad561b47a4c78303078629d5db703.tar.bz2 locusts-5c3dfc9b110ad561b47a4c78303078629d5db703.tar.lz locusts-5c3dfc9b110ad561b47a4c78303078629d5db703.tar.xz locusts-5c3dfc9b110ad561b47a4c78303078629d5db703.tar.zst locusts-5c3dfc9b110ad561b47a4c78303078629d5db703.zip |
Bump the nodejs-dependencies group with 3 updates
Bumps the nodejs-dependencies group with 3 updates: [typescript](https://github.com/microsoft/TypeScript), [@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` from 5.5.4 to 5.6.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)
Updates `@typescript-eslint/eslint-plugin` from 8.4.0 to 8.5.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.5.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.4.0 to 8.5.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.5.0/packages/parser)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
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
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/eslint-config/package.json | 6 | ||||
-rw-r--r-- | packages/locusts/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index b495b68..acbbcb1 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -2,13 +2,13 @@ "name": "@repo/eslint-config", "version": "0.0.0", "devDependencies": { - "@typescript-eslint/eslint-plugin": "8.4.0", - "@typescript-eslint/parser": "8.4.0", + "@typescript-eslint/eslint-plugin": "8.5.0", + "@typescript-eslint/parser": "8.5.0", "@vercel/style-guide": "6.0.0", "eslint-config-prettier": "^9.1.0", "eslint-config-turbo": "^2.0.0", "eslint-plugin-only-warn": "^1.1.0", - "typescript": "^5.4.5" + "typescript": "^5.6.2" }, "files": [ "library.js" diff --git a/packages/locusts/package.json b/packages/locusts/package.json index a21b4d7..455e405 100644 --- a/packages/locusts/package.json +++ b/packages/locusts/package.json @@ -10,7 +10,7 @@ "@types/node": "^22.1.0", "tsup": "^8.2.4", "tsx": "^4.16.5", - "typescript": "^5.4.5" + "typescript": "^5.6.2" }, "keywords": [], "license": "0BSD", |