From 9203f75c8806b5a0ba13314cb31f94b9e495811d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 09:00:19 +0000 Subject: [PATCH] Update dependency stylelint-config-recommended to v14 | datasource | package | from | to | | ---------- | ---------------------------- | ----- | ------ | | npm | stylelint-config-recommended | 8.0.0 | 14.0.1 | ## [v14.0.1](https://github.com/stylelint/stylelint-config-recommended/blob/HEAD/CHANGELOG.md#1401) - Fixed: missing `funding` field in `package.json`. ## [v14.0.0](https://github.com/stylelint/stylelint-config-recommended/blob/HEAD/CHANGELOG.md#1400) - Removed: `stylelint` less than `16.0.0` from peer dependencies. - Removed: Node.js less than `18.12.0` support. ## [v13.0.0](https://github.com/stylelint/stylelint-config-recommended/blob/HEAD/CHANGELOG.md#1300) - Removed: `stylelint` less than `15.10.0` from peer dependencies. - Added: `media-query-no-invalid` rule. ## [v12.0.0](https://github.com/stylelint/stylelint-config-recommended/blob/HEAD/CHANGELOG.md#1200) - Removed: `stylelint` less than `15.5.0` from peer dependencies. - Changed: `declaration-block-no-duplicate-properties` option to `ignore: ['consecutive-duplicates-with-different-syntaxes']`. ## [v11.0.0](https://github.com/stylelint/stylelint-config-recommended/blob/HEAD/CHANGELOG.md#1100) - Removed: `stylelint` less than `15.3.0` from peer dependencies. - Added: `selector-anb-no-unmatchable` rule. ## [v10.0.1](https://github.com/stylelint/stylelint-config-recommended/blob/HEAD/CHANGELOG.md#1001) - Removed: deprecated `no-extra-semicolons` rule. ## [v10.0.0](https://github.com/stylelint/stylelint-config-recommended/blob/HEAD/CHANGELOG.md#1000) - Removed: `stylelint` less than `15.0.0` from peer dependencies. ## [v9.0.0](https://github.com/stylelint/stylelint-config-recommended/blob/HEAD/CHANGELOG.md#900) - Removed: `stylelint` less than `14.10.0` from peer dependencies. - Added: `annotation-no-unknown` rule. --- package.json | 2 +- pnpm-lock.yaml | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 86d8263..a2f96d0 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "react-dom": "17.0.2", "strong-mock": "~8.0.1", "stylelint": "16.9.0", - "stylelint-config-recommended": "8.0.0", + "stylelint-config-recommended": "14.0.1", "stylelint-config-styled-components": "0.1.1", "stylelint-processor-styled-components": "1.10.0", "ts-node": "10.9.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2b64c46..357408e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -121,8 +121,8 @@ importers: specifier: 16.9.0 version: 16.9.0(typescript@4.9.5) stylelint-config-recommended: - specifier: 8.0.0 - version: 8.0.0(stylelint@16.9.0(typescript@4.9.5)) + specifier: 14.0.1 + version: 14.0.1(stylelint@16.9.0(typescript@4.9.5)) stylelint-config-styled-components: specifier: 0.1.1 version: 0.1.1 @@ -3540,10 +3540,11 @@ packages: strong-mock@8.0.1: resolution: {integrity: sha512-4dtV6JNBaohZTVOMNkJtY1O60GXA9XWSvQIl5lX0obm44ptXuvK5v1uL5rA9C+fLqnsGL5eYHrXFPU5eMEj4RQ==} - stylelint-config-recommended@8.0.0: - resolution: {integrity: sha512-IK6dWvE000+xBv9jbnHOnBq01gt6HGVB2ZTsot+QsMpe82doDQ9hvplxfv4YnpEuUwVGGd9y6nbaAnhrjcxhZQ==} + stylelint-config-recommended@14.0.1: + resolution: {integrity: sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==} + engines: {node: '>=18.12.0'} peerDependencies: - stylelint: ^14.8.0 + stylelint: ^16.1.0 stylelint-config-styled-components@0.1.1: resolution: {integrity: sha512-z5Xz/9GmvxO6e/DLzBMwkB85zHxEEjN6K7Cj80Bi+o/9vR9eS3GX3E9VuMnX9WLFYulqbqLtTapGGY28JBiy9Q==} @@ -8159,7 +8160,7 @@ snapshots: jest-matcher-utils: 29.3.1 lodash: 4.17.21 - stylelint-config-recommended@8.0.0(stylelint@16.9.0(typescript@4.9.5)): + stylelint-config-recommended@14.0.1(stylelint@16.9.0(typescript@4.9.5)): dependencies: stylelint: 16.9.0(typescript@4.9.5)