From ad8fa9a3e3d5e59163baaa4682176263cb9803a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 07:46:11 +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: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [lint-staged](https://github.com/lint-staged/lint-staged). Updates `eslint-plugin-jest` from 29.15.5 to 29.16.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v29.15.5...v29.16.0) Updates `lint-staged` from 17.1.0 to 17.2.0 - [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.1.0...v17.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dev-minor-patch - dependency-name: lint-staged dependency-version: 17.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dev-minor-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0b27c1..5fc6b93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,15 +11,15 @@ "devDependencies": { "@wordpress/eslint-plugin": "^25.7.0", "@wordpress/prettier-config": "^4.51.0", - "eslint-plugin-jest": "^29.15.5", + "eslint-plugin-jest": "^29.16.0", "lefthook": "^2.1.10", - "lint-staged": "^17.1.0", + "lint-staged": "^17.2.0", "prettier": "npm:wp-prettier@^3", "string-argv": "^0.3.2" }, "engines": { - "node": ">=24.12.0", - "npm": ">=11.14.1" + "node": ">=24.0.0", + "npm": ">=11.0.0" }, "peerDependencies": { "@wordpress/eslint-plugin": ">=25.0.0", @@ -4693,9 +4693,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.15.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.5.tgz", - "integrity": "sha512-gnY9aw4HO7bI6lnKf+tx9uX/dwDPX5tHK3MB5Jd/NmmOHwEY8H8Caf2a39DNCZoqJ+j8EqNra/iuoj/z3GuAeA==", + "version": "29.16.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.16.0.tgz", + "integrity": "sha512-0WFBxDHlT2ratGQfnFQEVIsgQJ5cfd+0IV8Kc6U3X2onB8ATLG23voD2Ch5G9fCkEpCPmCMuzW0tbS0kYb8biw==", "dev": true, "license": "MIT", "dependencies": { @@ -6408,9 +6408,9 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.1.0.tgz", - "integrity": "sha512-d7UQRu/9ZPgfu4+hu/k0wny5GEaIxo+2jb2LJqQDkE7cHRTm1HGqNUDq5UOwsGPpjpaNAFmgAsYo3TR+i9cSJw==", + "version": "17.2.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.2.0.tgz", + "integrity": "sha512-FchGnFe4i4B1C/a35SPU9bNGPEHSC1+1iV0plLjzBmKVe9klZrlRfSgK6Cw4VeHyqOXbJUXP0vON61uRftNQ0A==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index bb41e89..c9e8cb1 100644 --- a/package.json +++ b/package.json @@ -63,9 +63,9 @@ "devDependencies": { "@wordpress/eslint-plugin": "^25.7.0", "@wordpress/prettier-config": "^4.51.0", - "eslint-plugin-jest": "^29.15.5", + "eslint-plugin-jest": "^29.16.0", "lefthook": "^2.1.10", - "lint-staged": "^17.1.0", + "lint-staged": "^17.2.0", "prettier": "npm:wp-prettier@^3", "string-argv": "^0.3.2" },