diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-07-08 01:45:24 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-07-08 01:45:35 +0000 |
commit | 6ce44abb371cbf54561e3e18c074fc35b6231794 (patch) | |
tree | 23396f0ab5288ba6fe3e61c4d1b9619a758cdc7d /src/packages/eslint-config | |
parent | build(deps-dev): bump vite in the nodejs-dependencies group (diff) | |
download | locusts-6ce44abb371cbf54561e3e18c074fc35b6231794.tar locusts-6ce44abb371cbf54561e3e18c074fc35b6231794.tar.gz locusts-6ce44abb371cbf54561e3e18c074fc35b6231794.tar.bz2 locusts-6ce44abb371cbf54561e3e18c074fc35b6231794.tar.lz locusts-6ce44abb371cbf54561e3e18c074fc35b6231794.tar.xz locusts-6ce44abb371cbf54561e3e18c074fc35b6231794.tar.zst locusts-6ce44abb371cbf54561e3e18c074fc35b6231794.zip |
build(deps-dev): bump the nodejs-dependencies group with 2 updates
Bumps the nodejs-dependencies group with 2 updates: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte).
Updates `typescript-eslint` from 8.35.1 to 8.36.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.36.0/packages/typescript-eslint)
Updates `svelte` from 5.35.2 to 5.35.4
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.35.4/packages/svelte)
---
updated-dependencies:
- dependency-name: typescript-eslint
dependency-version: 8.36.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nodejs-dependencies
- dependency-name: svelte
dependency-version: 5.35.4
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')
-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 c1d775d..6bb29e0 100644 --- a/src/packages/eslint-config/package.json +++ b/src/packages/eslint-config/package.json @@ -8,7 +8,7 @@ "eslint-config-turbo": "^2.5.4", "globals": "^16.3.0", "typescript": "^5.8.3", - "typescript-eslint": "^8.35.1" + "typescript-eslint": "^8.36.0" }, "files": [ "library.mjs" |