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 /package.json | |
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 '')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 90cb87f..297473b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "prettier": "^3.2.5", "syncpack": "13.0.0", "turbo": "^2.0.12", - "typescript": "^5.4.5" + "typescript": "^5.6.2" }, "engines": { "node": ">=18" |