From 493d6ba1d1a7270afb682156595bf6740f15a1af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 02:36:59 +0000 Subject: [PATCH] chore(deps): bump the lint group with 2 updates Bumps the lint group with 2 updates: [eslint-plugin-playwright](https://github.com/mskelton/eslint-plugin-playwright) and [stylelint](https://github.com/stylelint/stylelint). Updates `eslint-plugin-playwright` from 2.10.2 to 2.10.4 - [Release notes](https://github.com/mskelton/eslint-plugin-playwright/releases) - [Changelog](https://github.com/mskelton/eslint-plugin-playwright/blob/main/CHANGELOG.md) - [Commits](https://github.com/mskelton/eslint-plugin-playwright/compare/v2.10.2...v2.10.4) Updates `stylelint` from 17.11.0 to 17.11.1 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/17.11.0...17.11.1) --- updated-dependencies: - dependency-name: eslint-plugin-playwright dependency-version: 2.10.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: stylelint dependency-version: 17.11.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++++++---------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 455b354cb..85b03a5fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ "eslint": "^9.39.4", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-playwright": "^2.10.2", + "eslint-plugin-playwright": "^2.10.4", "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-react": "^7.37.2", "eslint-plugin-unused-imports": "^4.4.1", @@ -92,7 +92,7 @@ "redux-mock-store": "^1.5.4", "sass-loader": "^16.0.7", "source-map-loader": "^5.0.0", - "stylelint": "^17.11.0", + "stylelint": "^17.11.1", "stylelint-config-prettier-scss": "^1.0.0", "stylelint-config-recommended-scss": "^17.0.1", "stylelint-scss": "^7.1.1", @@ -11848,9 +11848,9 @@ } }, "node_modules/eslint-plugin-playwright": { - "version": "2.10.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-2.10.2.tgz", - "integrity": "sha512-0N+2OWc3NZbOZ0gK8mp2TK6Qu3UWcJTQ9rqU0UM2yRJXgT758pvpY0lsOLIySfbyFrLqn3TcXjixbmcK90VnuQ==", + "version": "2.10.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-2.10.4.tgz", + "integrity": "sha512-l0V/VxyqfFbtqCTxj5AdRn3Q6S/hIW4nKBnKZVleVbZ24N2My6Usj//ytX3dKKqAoSbvKck9YtSytfdZ5qjLuA==", "dev": true, "license": "MIT", "dependencies": { @@ -21043,9 +21043,9 @@ } }, "node_modules/stylelint": { - "version": "17.11.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.11.0.tgz", - "integrity": "sha512-/3czzmbF9XdGWvReDF3Ex4R23Ajolo7j8RB2bFNEqk6Ht356nlpVV+G5bG2Qt8AW1ofJzXztBRDnAtd7cgowWA==", + "version": "17.11.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.11.1.tgz", + "integrity": "sha512-+smN/HqVTggUx3iuAzOi9fPh8SrH+cJWlZrYVldXoJ06orWBhZ4Ue/QEp64oei6pVrAh4w3tG+Y12Vw7MbCFRQ==", "dev": true, "funding": [ { @@ -21080,13 +21080,12 @@ "html-tags": "^5.1.0", "ignore": "^7.0.5", "import-meta-resolve": "^4.2.0", - "is-plain-object": "^5.0.0", "mathml-tag-names": "^4.0.0", "meow": "^14.1.0", "micromatch": "^4.0.8", "normalize-path": "^3.0.0", "picocolors": "^1.1.1", - "postcss": "^8.5.13", + "postcss": "^8.5.14", "postcss-safe-parser": "^7.0.1", "postcss-selector-parser": "^7.1.1", "postcss-value-parser": "^4.2.0", diff --git a/package.json b/package.json index 2121de1e5..1669209be 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint": "^9.39.4", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-playwright": "^2.10.2", + "eslint-plugin-playwright": "^2.10.4", "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-react": "^7.37.2", "eslint-plugin-unused-imports": "^4.4.1", @@ -87,7 +87,7 @@ "redux-mock-store": "^1.5.4", "sass-loader": "^16.0.7", "source-map-loader": "^5.0.0", - "stylelint": "^17.11.0", + "stylelint": "^17.11.1", "stylelint-config-prettier-scss": "^1.0.0", "stylelint-config-recommended-scss": "^17.0.1", "stylelint-scss": "^7.1.1",