aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-07-08 01:45:24 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-07-08 01:45:35 +0000
commit6ce44abb371cbf54561e3e18c074fc35b6231794 (patch)
tree23396f0ab5288ba6fe3e61c4d1b9619a758cdc7d /src
parentbuild(deps-dev): bump vite in the nodejs-dependencies group (diff)
downloadlocusts-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')
-rw-r--r--src/packages/eslint-config/package.json2
-rw-r--r--src/packages/react/package.json2
-rw-r--r--src/packages/svelte/package.json4
3 files changed, 4 insertions, 4 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"
diff --git a/src/packages/react/package.json b/src/packages/react/package.json
index 094c292..d63da2e 100644
--- a/src/packages/react/package.json
+++ b/src/packages/react/package.json
@@ -52,7 +52,7 @@
"globals": "^16.3.0",
"publint": "^0.3.12",
"typescript": "^5.8.3",
- "typescript-eslint": "^8.35.1",
+ "typescript-eslint": "^8.36.0",
"vite": "^7.0.2"
},
"publishConfig": {
diff --git a/src/packages/svelte/package.json b/src/packages/svelte/package.json
index 66183a7..68666a6 100644
--- a/src/packages/svelte/package.json
+++ b/src/packages/svelte/package.json
@@ -61,10 +61,10 @@
"eslint-plugin-svelte": "^3.10.1",
"prettier-plugin-svelte": "^3.4.0",
"publint": "^0.3.12",
- "svelte": "^5.35.2",
+ "svelte": "^5.35.4",
"svelte-check": "^4.2.2",
"typescript": "^5.8.3",
- "typescript-eslint": "^8.35.1",
+ "typescript-eslint": "^8.36.0",
"vite": "^7.0.2",
"vitest": "^3.2.4"
},