From 425563b9e6e9be8b07e407392d8b9afe045b40bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 07:43:16 +0000 Subject: [PATCH] chore(deps-dev): bump the npm-dev-minor-patch group with 2 updates Bumps the npm-dev-minor-patch group with 2 updates: [@wordpress/prettier-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/prettier-config) and [lint-staged](https://github.com/lint-staged/lint-staged). Updates `@wordpress/prettier-config` from 4.54.0 to 4.55.0 - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/prettier-config/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/prettier-config@4.55.0/packages/prettier-config) Updates `lint-staged` from 17.5.0 to 17.5.1 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v17.5.0...v17.5.1) --- updated-dependencies: - dependency-name: "@wordpress/prettier-config" dependency-version: 4.55.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dev-minor-patch - dependency-name: lint-staged dependency-version: 17.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dev-minor-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 88e901e..2678a7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,10 +10,10 @@ "license": "GPL-2.0-or-later", "devDependencies": { "@wordpress/eslint-plugin": "^25.10.0", - "@wordpress/prettier-config": "^4.51.0", + "@wordpress/prettier-config": "^4.55.0", "eslint-plugin-jest": "^29.16.6", "lefthook": "^2.1.12", - "lint-staged": "^17.5.0", + "lint-staged": "^17.5.1", "prettier": "npm:wp-prettier@^3", "string-argv": "^0.3.2" }, @@ -3183,9 +3183,9 @@ } }, "node_modules/@wordpress/prettier-config": { - "version": "4.54.0", - "resolved": "https://registry.npmjs.org/@wordpress/prettier-config/-/prettier-config-4.54.0.tgz", - "integrity": "sha512-uwiRJ3S2d/T/+ZwB2HjehVfu3rw+LYBjSiJcE/CSxbBC7eobtQ3WZsNsUc5p1M7Be6orpowtl2wtAFg/bUDJuA==", + "version": "4.55.0", + "resolved": "https://registry.npmjs.org/@wordpress/prettier-config/-/prettier-config-4.55.0.tgz", + "integrity": "sha512-rNC37BQ+Z/JkHWJ6iBNNAx96ccg2pG+8AUeav0VfxkDtd4RodbNLVpZp5Zm8wBjmZOvBkPtEqoASGTR14pNi6A==", "dev": true, "license": "GPL-2.0-or-later", "engines": { @@ -6385,9 +6385,9 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "17.5.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.5.0.tgz", - "integrity": "sha512-ah2qsNtvKP1+Ak4rAvEEIvcXDLjjbr/xmxCvlequxqEOFYk0qINcZcRxD3Ic8wRn7/oQ8+wC9s0DfDrdMVCRFg==", + "version": "17.5.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.5.1.tgz", + "integrity": "sha512-7EDuco1xnBMeVpvAbeMq1U5KXwJGLmY8q6l+Ye78r36C4mPc+Vg1Z2SK8gHyRTyvPro90A0q5/FAZ+Au23d6QQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0eafee6..87c15a1 100644 --- a/package.json +++ b/package.json @@ -62,10 +62,10 @@ }, "devDependencies": { "@wordpress/eslint-plugin": "^25.10.0", - "@wordpress/prettier-config": "^4.51.0", + "@wordpress/prettier-config": "^4.55.0", "eslint-plugin-jest": "^29.16.6", "lefthook": "^2.1.12", - "lint-staged": "^17.5.0", + "lint-staged": "^17.5.1", "prettier": "npm:wp-prettier@^3", "string-argv": "^0.3.2" },