aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-06-24 01:21:58 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-06-24 01:22:13 +0000
commit460e386339c95402fd0175ed9b499c141c693038 (patch)
tree8ada476a8907de36ab83ef5500fed7c5d9c8d4de /src
parentbuild(deps): bump org.jetbrains.kotlin.jvm in the jvm-dependencies group (diff)
downloadlocusts-460e386339c95402fd0175ed9b499c141c693038.tar
locusts-460e386339c95402fd0175ed9b499c141c693038.tar.gz
locusts-460e386339c95402fd0175ed9b499c141c693038.tar.bz2
locusts-460e386339c95402fd0175ed9b499c141c693038.tar.lz
locusts-460e386339c95402fd0175ed9b499c141c693038.tar.xz
locusts-460e386339c95402fd0175ed9b499c141c693038.tar.zst
locusts-460e386339c95402fd0175ed9b499c141c693038.zip
build(deps-dev): bump the nodejs-dependencies group with 2 updates
Bumps the nodejs-dependencies group with 2 updates: [prettier](https://github.com/prettier/prettier) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `prettier` from 3.5.3 to 3.6.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.5.3...3.6.0) Updates `typescript-eslint` from 8.34.1 to 8.35.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.35.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies - dependency-name: typescript-eslint dependency-version: 8.35.0 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 '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.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/packages/eslint-config/package.json b/src/packages/eslint-config/package.json
index 17352e6..6c63467 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.2.0",
"typescript": "^5.8.3",
- "typescript-eslint": "^8.34.1"
+ "typescript-eslint": "^8.35.0"
},
"files": [
"library.mjs"
diff --git a/src/packages/react/package.json b/src/packages/react/package.json
index 10acbfd..e78f733 100644
--- a/src/packages/react/package.json
+++ b/src/packages/react/package.json
@@ -52,7 +52,7 @@
"globals": "^16.2.0",
"publint": "^0.3.12",
"typescript": "^5.8.3",
- "typescript-eslint": "^8.34.1",
+ "typescript-eslint": "^8.35.0",
"vite": "^6.3.5"
},
"publishConfig": {
diff --git a/src/packages/svelte/package.json b/src/packages/svelte/package.json
index 1acb546..a15b65a 100644
--- a/src/packages/svelte/package.json
+++ b/src/packages/svelte/package.json
@@ -64,7 +64,7 @@
"svelte": "^5.34.7",
"svelte-check": "^4.2.2",
"typescript": "^5.8.3",
- "typescript-eslint": "^8.34.1",
+ "typescript-eslint": "^8.35.0",
"vite": "^6.3.5",
"vitest": "^3.2.4"
},