aboutsummaryrefslogtreecommitdiffstats
path: root/src/packages
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-28 23:37:31 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-04-28 23:37:43 +0000
commita938981179189165c733c3a488bfa85b648e83b3 (patch)
treef07fa1d46887d599f5a7203daa073ab93d70417b /src/packages
parentbuild(deps-dev): bump the nodejs-dependencies group with 3 updates (diff)
downloadlocusts-a938981179189165c733c3a488bfa85b648e83b3.tar
locusts-a938981179189165c733c3a488bfa85b648e83b3.tar.gz
locusts-a938981179189165c733c3a488bfa85b648e83b3.tar.bz2
locusts-a938981179189165c733c3a488bfa85b648e83b3.tar.lz
locusts-a938981179189165c733c3a488bfa85b648e83b3.tar.xz
locusts-a938981179189165c733c3a488bfa85b648e83b3.tar.zst
locusts-a938981179189165c733c3a488bfa85b648e83b3.zip
build(deps-dev): bump the nodejs-dependencies group with 3 updates
Bumps the nodejs-dependencies group with 3 updates: [syncpack](https://github.com/JamieMason/syncpack), [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 `syncpack` from 13.0.3 to 13.0.4 - [Release notes](https://github.com/JamieMason/syncpack/releases) - [Changelog](https://github.com/JamieMason/syncpack/blob/13.0.4/CHANGELOG.md) - [Commits](https://github.com/JamieMason/syncpack/compare/13.0.3...13.0.4) Updates `typescript-eslint` from 8.31.0 to 8.31.1 - [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.31.1/packages/typescript-eslint) Updates `@types/node` from 22.15.2 to 22.15.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: syncpack dependency-version: 13.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies - dependency-name: typescript-eslint dependency-version: 8.31.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies - dependency-name: "@types/node" dependency-version: 22.15.3 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')
-rw-r--r--src/packages/eslint-config/package.json2
-rw-r--r--src/packages/locusts/package.json2
-rw-r--r--src/packages/react/package.json2
-rw-r--r--src/packages/svelte/package.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/packages/eslint-config/package.json b/src/packages/eslint-config/package.json
index b1182dc..0ba39c5 100644
--- a/src/packages/eslint-config/package.json
+++ b/src/packages/eslint-config/package.json
@@ -8,7 +8,7 @@
"eslint-config-turbo": "^2.5.2",
"globals": "^16.0.0",
"typescript": "^5.8.3",
- "typescript-eslint": "^8.31.0"
+ "typescript-eslint": "^8.31.1"
},
"files": [
"library.mjs"
diff --git a/src/packages/locusts/package.json b/src/packages/locusts/package.json
index 22c9c03..f883929 100644
--- a/src/packages/locusts/package.json
+++ b/src/packages/locusts/package.json
@@ -7,7 +7,7 @@
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
- "@types/node": "^22.15.2",
+ "@types/node": "^22.15.3",
"globals": "^16.0.0",
"publint": "^0.3.12",
"tsup": "^8.4.0",
diff --git a/src/packages/react/package.json b/src/packages/react/package.json
index 6c20713..f02bfca 100644
--- a/src/packages/react/package.json
+++ b/src/packages/react/package.json
@@ -52,7 +52,7 @@
"globals": "^16.0.0",
"publint": "^0.3.12",
"typescript": "^5.8.3",
- "typescript-eslint": "^8.31.0",
+ "typescript-eslint": "^8.31.1",
"vite": "^6.3.3"
},
"publishConfig": {
diff --git a/src/packages/svelte/package.json b/src/packages/svelte/package.json
index e33859e..02f9b3a 100644
--- a/src/packages/svelte/package.json
+++ b/src/packages/svelte/package.json
@@ -64,7 +64,7 @@
"svelte": "^5.28.2",
"svelte-check": "^4.1.6",
"typescript": "^5.8.3",
- "typescript-eslint": "^8.31.0",
+ "typescript-eslint": "^8.31.1",
"vite": "^6.3.3",
"vitest": "^3.1.2"
},