aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-01-21 22:25:26 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2026-01-21 22:25:36 +0000
commitf13ebee133fb43a6a3d4a8bc17cd18746c58d956 (patch)
tree8cbd6e651daff254a6d904a7a8418310ddb7e269 /src
parentbuild(deps-dev): bump @types/react in the nodejs-dependencies group (diff)
downloadlocusts-f13ebee133fb43a6a3d4a8bc17cd18746c58d956.tar
locusts-f13ebee133fb43a6a3d4a8bc17cd18746c58d956.tar.gz
locusts-f13ebee133fb43a6a3d4a8bc17cd18746c58d956.tar.bz2
locusts-f13ebee133fb43a6a3d4a8bc17cd18746c58d956.tar.lz
locusts-f13ebee133fb43a6a3d4a8bc17cd18746c58d956.tar.xz
locusts-f13ebee133fb43a6a3d4a8bc17cd18746c58d956.tar.zst
locusts-f13ebee133fb43a6a3d4a8bc17cd18746c58d956.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 [publint](https://github.com/publint/publint/tree/HEAD/packages/publint). Updates `prettier` from 3.8.0 to 3.8.1 - [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.8.0...3.8.1) Updates `publint` from 0.3.16 to 0.3.17 - [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.17/packages/publint) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.8.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies - dependency-name: publint dependency-version: 0.3.17 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 '')
-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
4 files changed, 4 insertions, 4 deletions
diff --git a/src/packages/locusts/package.json b/src/packages/locusts/package.json
index 147caba..5b2172b 100644
--- a/src/packages/locusts/package.json
+++ b/src/packages/locusts/package.json
@@ -9,7 +9,7 @@
"@repo/typescript-config": "workspace:*",
"@types/node": "^25.0.9",
"globals": "^17.0.0",
- "publint": "^0.3.16",
+ "publint": "^0.3.17",
"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 e755581..3903aa9 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.26",
"globals": "^17.0.0",
- "publint": "^0.3.16",
+ "publint": "^0.3.17",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.1",
"vite": "^7.3.1"
diff --git a/src/packages/svelte/package.json b/src/packages/svelte/package.json
index 1025d13..6b3253d 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.14.0",
"prettier-plugin-svelte": "^3.4.1",
- "publint": "^0.3.16",
+ "publint": "^0.3.17",
"svelte": "^5.47.1",
"svelte-check": "^4.3.5",
"typescript": "^5.9.3",
diff --git a/src/packages/vue/package.json b/src/packages/vue/package.json
index 3031ff6..cc02a9c 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.3",
"eslint-plugin-vue": "^10.7.0",
- "publint": "^0.3.16",
+ "publint": "^0.3.17",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vue-tsc": "^3.2.2"