From 063fe7ca401faaf29e00aa2a9084cc96dc0e678c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 03:44:53 +0000 Subject: [PATCH] Bump stylelint-config-recommended from 13.0.0 to 15.0.0 Bumps [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended) from 13.0.0 to 15.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-recommended/releases) - [Changelog](https://github.com/stylelint/stylelint-config-recommended/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-recommended/compare/13.0.0...15.0.0) --- updated-dependencies: - dependency-name: stylelint-config-recommended dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 ++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index da52e33c..d66500fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "npm-run-all": "^4.1.5", "prettier": "^3.4.2", "stylelint": "^15.11.0", - "stylelint-config-recommended": "^13.0.0", + "stylelint-config-recommended": "^15.0.0", "stylelint-config-sass-guidelines": "^10.0.0", "stylelint-no-unsupported-browser-features": "^7.0.0", "stylelint-order": "^6.0.4", @@ -4864,15 +4864,26 @@ } }, "node_modules/stylelint-config-recommended": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-13.0.0.tgz", - "integrity": "sha512-EH+yRj6h3GAe/fRiyaoO2F9l9Tgg50AOFhaszyfov9v6ayXJ1IkSHwTxd7lB48FmOeSGDPLjatjO11fJpmarkQ==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-15.0.0.tgz", + "integrity": "sha512-9LejMFsat7L+NXttdHdTq94byn25TD+82bzGRiV1Pgasl99pWnwipXS5DguTpp3nP1XjvLXVnEJIuYBfsRjRkA==", "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/stylelint" + }, + { + "type": "github", + "url": "https://github.com/sponsors/stylelint" + } + ], + "license": "MIT", "engines": { - "node": "^14.13.1 || >=16.0.0" + "node": ">=18.12.0" }, "peerDependencies": { - "stylelint": "^15.10.0" + "stylelint": "^16.13.0" } }, "node_modules/stylelint-config-sass-guidelines": { @@ -8881,9 +8892,9 @@ } }, "stylelint-config-recommended": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-13.0.0.tgz", - "integrity": "sha512-EH+yRj6h3GAe/fRiyaoO2F9l9Tgg50AOFhaszyfov9v6ayXJ1IkSHwTxd7lB48FmOeSGDPLjatjO11fJpmarkQ==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-15.0.0.tgz", + "integrity": "sha512-9LejMFsat7L+NXttdHdTq94byn25TD+82bzGRiV1Pgasl99pWnwipXS5DguTpp3nP1XjvLXVnEJIuYBfsRjRkA==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 7c1c9a54..029e14fa 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "npm-run-all": "^4.1.5", "prettier": "^3.4.2", "stylelint": "^15.11.0", - "stylelint-config-recommended": "^13.0.0", + "stylelint-config-recommended": "^15.0.0", "stylelint-config-sass-guidelines": "^10.0.0", "stylelint-no-unsupported-browser-features": "^7.0.0", "stylelint-order": "^6.0.4",