aboutsummaryrefslogtreecommitdiffstats
path: root/src/packages
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-09-30 01:23:13 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-09-30 01:23:25 +0000
commitade64668981d27002e1651178a9eba624943c6d5 (patch)
tree09cae09bb01e2236c6ef7510384cd2f9ccb166a9 /src/packages
parentbuild(deps-dev): bump the nodejs-dependencies group with 2 updates (diff)
downloadlocusts-ade64668981d27002e1651178a9eba624943c6d5.tar
locusts-ade64668981d27002e1651178a9eba624943c6d5.tar.gz
locusts-ade64668981d27002e1651178a9eba624943c6d5.tar.bz2
locusts-ade64668981d27002e1651178a9eba624943c6d5.tar.lz
locusts-ade64668981d27002e1651178a9eba624943c6d5.tar.xz
locusts-ade64668981d27002e1651178a9eba624943c6d5.tar.zst
locusts-ade64668981d27002e1651178a9eba624943c6d5.zip
build(deps-dev): bump the nodejs-dependencies group with 4 updates
Bumps the nodejs-dependencies group with 4 updates: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc). Updates `typescript-eslint` from 8.44.1 to 8.45.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.45.0/packages/typescript-eslint) Updates `@types/node` from 24.5.2 to 24.6.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 19.1.14 to 19.1.15 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `vue-tsc` from 3.0.8 to 3.1.0 - [Release notes](https://github.com/vuejs/language-tools/releases) - [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/language-tools/commits/v3.1.0/packages/tsc) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.45.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies - dependency-name: "@types/node" dependency-version: 24.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies - dependency-name: "@types/react" dependency-version: 19.1.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies - dependency-name: vue-tsc dependency-version: 3.1.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 '')
-rw-r--r--src/packages/eslint-config/package.json2
-rw-r--r--src/packages/locusts/package.json2
-rw-r--r--src/packages/react/package.json4
-rw-r--r--src/packages/svelte/package.json2
-rw-r--r--src/packages/vue/package.json2
5 files changed, 6 insertions, 6 deletions
diff --git a/src/packages/eslint-config/package.json b/src/packages/eslint-config/package.json
index 871faa7..a7c4a67 100644
--- a/src/packages/eslint-config/package.json
+++ b/src/packages/eslint-config/package.json
@@ -8,7 +8,7 @@
"eslint-config-turbo": "^2.5.8",
"globals": "^16.4.0",
"typescript": "^5.9.2",
- "typescript-eslint": "^8.44.1"
+ "typescript-eslint": "^8.45.0"
},
"files": [
"library.mjs"
diff --git a/src/packages/locusts/package.json b/src/packages/locusts/package.json
index ce01286..c019bcf 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": "^24.5.2",
+ "@types/node": "^24.6.0",
"globals": "^16.4.0",
"publint": "^0.3.13",
"tsup": "^8.5.0",
diff --git a/src/packages/react/package.json b/src/packages/react/package.json
index 5e9e34a..b1f2a25 100644
--- a/src/packages/react/package.json
+++ b/src/packages/react/package.json
@@ -43,7 +43,7 @@
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
- "@types/react": "^19.1.14",
+ "@types/react": "^19.1.15",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react-swc": "^4.1.0",
"eslint-plugin-react": "^7.37.5",
@@ -52,7 +52,7 @@
"globals": "^16.4.0",
"publint": "^0.3.13",
"typescript": "^5.9.2",
- "typescript-eslint": "^8.44.1",
+ "typescript-eslint": "^8.45.0",
"vite": "^7.1.7"
},
"publishConfig": {
diff --git a/src/packages/svelte/package.json b/src/packages/svelte/package.json
index eec7067..9b1689c 100644
--- a/src/packages/svelte/package.json
+++ b/src/packages/svelte/package.json
@@ -64,7 +64,7 @@
"svelte": "^5.39.6",
"svelte-check": "^4.3.2",
"typescript": "^5.9.2",
- "typescript-eslint": "^8.44.1",
+ "typescript-eslint": "^8.45.0",
"vite": "^7.1.7",
"vitest": "^3.2.4"
},
diff --git a/src/packages/vue/package.json b/src/packages/vue/package.json
index 8e1b7a0..8b76a64 100644
--- a/src/packages/vue/package.json
+++ b/src/packages/vue/package.json
@@ -50,7 +50,7 @@
"publint": "^0.3.13",
"typescript": "^5.9.2",
"vite": "^7.1.7",
- "vue-tsc": "^3.0.8"
+ "vue-tsc": "^3.1.0"
},
"publishConfig": {
"access": "public"