aboutsummaryrefslogtreecommitdiffstats
path: root/src/packages
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-01-23 22:25:14 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2026-01-23 22:25:29 +0000
commitab7be47b6c4baa16a6d7fe0e984670045e5f85b5 (patch)
tree70674d7b775eebe2201f9de440fd32d421e1e1b5 /src/packages
parentbuild(deps): bump gradle-wrapper in the jvm-dependencies group (diff)
downloadlocusts-ab7be47b6c4baa16a6d7fe0e984670045e5f85b5.tar
locusts-ab7be47b6c4baa16a6d7fe0e984670045e5f85b5.tar.gz
locusts-ab7be47b6c4baa16a6d7fe0e984670045e5f85b5.tar.bz2
locusts-ab7be47b6c4baa16a6d7fe0e984670045e5f85b5.tar.lz
locusts-ab7be47b6c4baa16a6d7fe0e984670045e5f85b5.tar.xz
locusts-ab7be47b6c4baa16a6d7fe0e984670045e5f85b5.tar.zst
locusts-ab7be47b6c4baa16a6d7fe0e984670045e5f85b5.zip
build(deps-dev): bump the nodejs-dependencies group with 3 updates
Bumps the nodejs-dependencies group with 3 updates: [globals](https://github.com/sindresorhus/globals), [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc). Updates `globals` from 17.0.0 to 17.1.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v17.0.0...v17.1.0) Updates `@sveltejs/kit` from 2.50.0 to 2.50.1 - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.50.1/packages/kit) Updates `vue-tsc` from 3.2.2 to 3.2.3 - [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.2.3/packages/tsc) --- updated-dependencies: - dependency-name: globals dependency-version: 17.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies - dependency-name: "@sveltejs/kit" dependency-version: 2.50.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies - dependency-name: vue-tsc dependency-version: 3.2.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
-rw-r--r--src/packages/vue/package.json2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/packages/eslint-config/package.json b/src/packages/eslint-config/package.json
index 1063321..405e0ef 100644
--- a/src/packages/eslint-config/package.json
+++ b/src/packages/eslint-config/package.json
@@ -6,7 +6,7 @@
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-config-turbo": "^2.7.5",
- "globals": "^17.0.0",
+ "globals": "^17.1.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.1"
},
diff --git a/src/packages/locusts/package.json b/src/packages/locusts/package.json
index 4e134dc..ff4f527 100644
--- a/src/packages/locusts/package.json
+++ b/src/packages/locusts/package.json
@@ -8,7 +8,7 @@
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^25.0.10",
- "globals": "^17.0.0",
+ "globals": "^17.1.0",
"publint": "^0.3.17",
"tsup": "^8.5.1",
"tsx": "^4.21.0",
diff --git a/src/packages/react/package.json b/src/packages/react/package.json
index 3903aa9..ce647be 100644
--- a/src/packages/react/package.json
+++ b/src/packages/react/package.json
@@ -49,7 +49,7 @@
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
- "globals": "^17.0.0",
+ "globals": "^17.1.0",
"publint": "^0.3.17",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.1",
diff --git a/src/packages/svelte/package.json b/src/packages/svelte/package.json
index 22498ad..ea9ec51 100644
--- a/src/packages/svelte/package.json
+++ b/src/packages/svelte/package.json
@@ -54,7 +54,7 @@
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@sveltejs/adapter-auto": "^7.0.0",
- "@sveltejs/kit": "^2.50.0",
+ "@sveltejs/kit": "^2.50.1",
"@sveltejs/package": "^2.5.7",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"eslint-config-prettier": "^10.1.8",
diff --git a/src/packages/vue/package.json b/src/packages/vue/package.json
index cc02a9c..9757fbc 100644
--- a/src/packages/vue/package.json
+++ b/src/packages/vue/package.json
@@ -50,7 +50,7 @@
"publint": "^0.3.17",
"typescript": "^5.9.3",
"vite": "^7.3.1",
- "vue-tsc": "^3.2.2"
+ "vue-tsc": "^3.2.3"
},
"publishConfig": {
"access": "public"