From 7ef48ad8539c4237de238af01cad0983424781d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 04:33:27 +0000 Subject: [PATCH] build(deps-dev): bump publint from 0.3.17 to 0.3.18 Bumps [publint](https://github.com/publint/publint/tree/HEAD/packages/publint) from 0.3.17 to 0.3.18. - [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.18/packages/publint) --- updated-dependencies: - dependency-name: publint dependency-version: 0.3.18 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e5946be9..d19f0de3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "lint-staged": "16.2.7", "playwright": "1.58.2", "preact": "10.28.4", - "publint": "0.3.17", + "publint": "0.3.18", "react": "19.2.4", "react-dom": "19.2.4", "rollup": "4.59.0", @@ -6470,13 +6470,13 @@ "license": "MIT" }, "node_modules/publint": { - "version": "0.3.17", - "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.17.tgz", - "integrity": "sha512-Q3NLegA9XM6usW+dYQRG1g9uEHiYUzcCVBJDJ7yMcWRqVU9LYZUWdqbwMZfmTCFC5PZLQpLAmhvRcQRl3exqkw==", + "version": "0.3.18", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.18.tgz", + "integrity": "sha512-JRJFeBTrfx4qLwEuGFPk+haJOJN97KnPuK01yj+4k/Wj5BgoOK5uNsivporiqBjk2JDaslg7qJOhGRnpltGeog==", "dev": true, "license": "MIT", "dependencies": { - "@publint/pack": "^0.1.3", + "@publint/pack": "^0.1.4", "package-manager-detector": "^1.6.0", "picocolors": "^1.1.1", "sade": "^1.8.1" diff --git a/package.json b/package.json index da3d5165..e9bcefb2 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "lint-staged": "16.2.7", "playwright": "1.58.2", "preact": "10.28.4", - "publint": "0.3.17", + "publint": "0.3.18", "react": "19.2.4", "react-dom": "19.2.4", "rollup": "4.59.0",