aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-12-10 22:12:39 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-12-10 22:12:50 +0000
commit192108118d957364c39e588df666c1ead3c08110 (patch)
tree3d56363999829a9875d1cdcf6afb871790479c0e /src
parentbuild(deps-dev): bump the nodejs-dependencies group with 4 updates (diff)
downloadlocusts-192108118d957364c39e588df666c1ead3c08110.tar
locusts-192108118d957364c39e588df666c1ead3c08110.tar.gz
locusts-192108118d957364c39e588df666c1ead3c08110.tar.bz2
locusts-192108118d957364c39e588df666c1ead3c08110.tar.lz
locusts-192108118d957364c39e588df666c1ead3c08110.tar.xz
locusts-192108118d957364c39e588df666c1ead3c08110.tar.zst
locusts-192108118d957364c39e588df666c1ead3c08110.zip
build(deps-dev): bump the nodejs-dependencies group with 2 updates
Bumps the nodejs-dependencies group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [publint](https://github.com/publint/publint/tree/HEAD/packages/publint). Updates `@types/node` from 24.10.2 to 25.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `publint` from 0.3.15 to 0.3.16 - [Release notes](https://github.com/publint/publint/releases) - [Changelog](https://github.com/publint/publint/blob/master/packages/publint/CHANGELOG.md) - [Commits](https://github.com/publint/publint/commits/publint@0.3.16/packages/publint) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: nodejs-dependencies - dependency-name: publint dependency-version: 0.3.16 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/locusts/package.json4
-rw-r--r--src/packages/react/package.json2
-rw-r--r--src/packages/svelte/package.json2
-rw-r--r--src/packages/vue/package.json2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/packages/locusts/package.json b/src/packages/locusts/package.json
index bb56809..12f5dd2 100644
--- a/src/packages/locusts/package.json
+++ b/src/packages/locusts/package.json
@@ -7,9 +7,9 @@
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
- "@types/node": "^24.10.2",
+ "@types/node": "^25.0.0",
"globals": "^16.5.0",
- "publint": "^0.3.15",
+ "publint": "^0.3.16",
"tsup": "^8.5.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
diff --git a/src/packages/react/package.json b/src/packages/react/package.json
index f9b0264..9d5baae 100644
--- a/src/packages/react/package.json
+++ b/src/packages/react/package.json
@@ -50,7 +50,7 @@
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
- "publint": "^0.3.15",
+ "publint": "^0.3.16",
"typescript": "^5.9.3",
"typescript-eslint": "^8.49.0",
"vite": "^7.2.7"
diff --git a/src/packages/svelte/package.json b/src/packages/svelte/package.json
index e896694..6e59e7d 100644
--- a/src/packages/svelte/package.json
+++ b/src/packages/svelte/package.json
@@ -60,7 +60,7 @@
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.13.1",
"prettier-plugin-svelte": "^3.4.0",
- "publint": "^0.3.15",
+ "publint": "^0.3.16",
"svelte": "^5.45.8",
"svelte-check": "^4.3.4",
"typescript": "^5.9.3",
diff --git a/src/packages/vue/package.json b/src/packages/vue/package.json
index 62edbad..0570817 100644
--- a/src/packages/vue/package.json
+++ b/src/packages/vue/package.json
@@ -47,7 +47,7 @@
"@repo/typescript-config": "workspace:*",
"@vitejs/plugin-vue": "^6.0.2",
"eslint-plugin-vue": "^10.6.2",
- "publint": "^0.3.15",
+ "publint": "^0.3.16",
"typescript": "^5.9.3",
"vite": "^7.2.7",
"vue-tsc": "^3.1.8"