diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-04 23:03:19 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-11-04 23:03:31 +0000 |
commit | fb47539a56b1066d95908f8f3fe841b3d8a41625 (patch) | |
tree | 026cf49cf3e81610301499f7c9f490058e3f1782 /src/packages/eslint-config/package.json | |
parent | ci: add name (diff) | |
download | locusts-fb47539a56b1066d95908f8f3fe841b3d8a41625.tar locusts-fb47539a56b1066d95908f8f3fe841b3d8a41625.tar.gz locusts-fb47539a56b1066d95908f8f3fe841b3d8a41625.tar.bz2 locusts-fb47539a56b1066d95908f8f3fe841b3d8a41625.tar.lz locusts-fb47539a56b1066d95908f8f3fe841b3d8a41625.tar.xz locusts-fb47539a56b1066d95908f8f3fe841b3d8a41625.tar.zst locusts-fb47539a56b1066d95908f8f3fe841b3d8a41625.zip |
build(deps-dev): bump the nodejs-dependencies group with 3 updates
Bumps the nodejs-dependencies group with 3 updates: [globals](https://github.com/sindresorhus/globals), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Updates `globals` from 15.11.0 to 15.12.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.11.0...v15.12.0)
Updates `typescript-eslint` from 8.12.2 to 8.13.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/typescript-eslint)
Updates `@types/node` from 22.8.6 to 22.8.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: globals
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nodejs-dependencies
- dependency-name: typescript-eslint
dependency-type: direct:development
update-type: version-update:semver-minor
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/packages/eslint-config/package.json b/src/packages/eslint-config/package.json index cd3e538..41d79ce 100644 --- a/src/packages/eslint-config/package.json +++ b/src/packages/eslint-config/package.json @@ -6,9 +6,9 @@ "eslint": "^9.14.0", "eslint-config-prettier": "^9.1.0", "eslint-config-turbo": "^2.2.3", - "globals": "^15.0.0", + "globals": "^15.12.0", "typescript": "^5.6.3", - "typescript-eslint": "^8.0.0" + "typescript-eslint": "^8.13.0" }, "files": [ "library.mjs" |