From 06d0c592979a9328ad6515ec77cc0cb79f4f7398 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:16:11 +0000 Subject: [PATCH 1/3] fix(deps): update dependency stylelint-config-standard-scss to v14 --- packages/stylelint-config/package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index a2c9c2f..b98ddb8 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -44,7 +44,7 @@ "stylelint-config-html": "1.1.0", "stylelint-config-prettier-scss": "1.0.0", "stylelint-config-standard": "36.0.1", - "stylelint-config-standard-scss": "13.1.0", + "stylelint-config-standard-scss": "14.0.0", "stylelint-order": "6.0.4" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e8f8436..1c57a0b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -174,8 +174,8 @@ importers: specifier: 36.0.1 version: 36.0.1(stylelint@16.10.0(typescript@5.7.2)) stylelint-config-standard-scss: - specifier: 13.1.0 - version: 13.1.0(postcss@8.4.49)(stylelint@16.10.0(typescript@5.7.2)) + specifier: 14.0.0 + version: 14.0.0(postcss@8.4.49)(stylelint@16.10.0(typescript@5.7.2)) stylelint-order: specifier: 6.0.4 version: 6.0.4(stylelint@16.10.0(typescript@5.7.2)) @@ -2815,12 +2815,12 @@ packages: peerDependencies: stylelint: ^16.1.0 - stylelint-config-standard-scss@13.1.0: - resolution: {integrity: sha512-Eo5w7/XvwGHWkeGLtdm2FZLOMYoZl1omP2/jgFCXyl2x5yNz7/8vv4Tj6slHvMSSUNTaGoam/GAZ0ZhukvalfA==} + stylelint-config-standard-scss@14.0.0: + resolution: {integrity: sha512-6Pa26D9mHyi4LauJ83ls3ELqCglU6VfCXchovbEqQUiEkezvKdv6VgsIoMy58i00c854wVmOw0k8W5FTpuaVqg==} engines: {node: '>=18.12.0'} peerDependencies: postcss: ^8.3.3 - stylelint: ^16.3.1 + stylelint: ^16.11.0 peerDependenciesMeta: postcss: optional: true @@ -5994,7 +5994,7 @@ snapshots: dependencies: stylelint: 16.10.0(typescript@5.7.2) - stylelint-config-standard-scss@13.1.0(postcss@8.4.49)(stylelint@16.10.0(typescript@5.7.2)): + stylelint-config-standard-scss@14.0.0(postcss@8.4.49)(stylelint@16.10.0(typescript@5.7.2)): dependencies: stylelint: 16.10.0(typescript@5.7.2) stylelint-config-recommended-scss: 14.1.0(postcss@8.4.49)(stylelint@16.10.0(typescript@5.7.2)) From 661f919c9ad4c5c337b52f00fb76f6fe01751236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmetcan=20Y=C4=B1lmaz?= Date: Thu, 12 Dec 2024 16:24:49 +0300 Subject: [PATCH 2/3] chore(deps): update stylelint peer dep version --- .changeset/gorgeous-badgers-decide.md | 6 ++++++ packages/stylelint-config/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changeset/gorgeous-badgers-decide.md diff --git a/.changeset/gorgeous-badgers-decide.md b/.changeset/gorgeous-badgers-decide.md new file mode 100644 index 0000000..2438a84 --- /dev/null +++ b/.changeset/gorgeous-badgers-decide.md @@ -0,0 +1,6 @@ +--- +'@commencis/stylelint-config': minor +--- + +update dependency: `stylelint-config-recommended-scss@14.1.0` +_[BREAKING CHANGE]_: peer dependency `stylelint` now requires `>=16.11` diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index b98ddb8..1a8f12a 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -53,6 +53,6 @@ "typescript": "5.7.2" }, "peerDependencies": { - "stylelint": ">= 16.8" + "stylelint": ">=16.11" } } From 1d90f79ff5fd94ad5bc544bbfc904545fd713dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmetcan=20Y=C4=B1lmaz?= Date: Thu, 12 Dec 2024 16:27:23 +0300 Subject: [PATCH 3/3] chore: update lockfile --- .changeset/gorgeous-badgers-decide.md | 4 +- pnpm-lock.yaml | 118 +++++++++++++++----------- 2 files changed, 69 insertions(+), 53 deletions(-) diff --git a/.changeset/gorgeous-badgers-decide.md b/.changeset/gorgeous-badgers-decide.md index 2438a84..9c66c71 100644 --- a/.changeset/gorgeous-badgers-decide.md +++ b/.changeset/gorgeous-badgers-decide.md @@ -2,5 +2,5 @@ '@commencis/stylelint-config': minor --- -update dependency: `stylelint-config-recommended-scss@14.1.0` -_[BREAKING CHANGE]_: peer dependency `stylelint` now requires `>=16.11` +- update dependency: `stylelint-config-recommended-scss@14.1.0` +- **[BREAKING CHANGE]**: peer dependency `stylelint` now requires `>=16.11` diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1c57a0b..bb84169 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -157,28 +157,28 @@ importers: dependencies: '@stylistic/stylelint-config': specifier: 2.0.0 - version: 2.0.0(stylelint@16.10.0(typescript@5.7.2)) + version: 2.0.0(stylelint@16.11.0(typescript@5.7.2)) postcss-styled-syntax: specifier: 0.7.0 version: 0.7.0(postcss@8.4.49) stylelint: - specifier: '>= 16.8' - version: 16.10.0(typescript@5.7.2) + specifier: '>=16.11' + version: 16.11.0(typescript@5.7.2) stylelint-config-html: specifier: 1.1.0 - version: 1.1.0(postcss-html@1.7.0)(stylelint@16.10.0(typescript@5.7.2)) + version: 1.1.0(postcss-html@1.7.0)(stylelint@16.11.0(typescript@5.7.2)) stylelint-config-prettier-scss: specifier: 1.0.0 - version: 1.0.0(stylelint@16.10.0(typescript@5.7.2)) + version: 1.0.0(stylelint@16.11.0(typescript@5.7.2)) stylelint-config-standard: specifier: 36.0.1 - version: 36.0.1(stylelint@16.10.0(typescript@5.7.2)) + version: 36.0.1(stylelint@16.11.0(typescript@5.7.2)) stylelint-config-standard-scss: specifier: 14.0.0 - version: 14.0.0(postcss@8.4.49)(stylelint@16.10.0(typescript@5.7.2)) + version: 14.0.0(postcss@8.4.49)(stylelint@16.11.0(typescript@5.7.2)) stylelint-order: specifier: 6.0.4 - version: 6.0.4(stylelint@16.10.0(typescript@5.7.2)) + version: 6.0.4(stylelint@16.11.0(typescript@5.7.2)) devDependencies: '@commencis/ts-config': specifier: workspace:* @@ -381,11 +381,18 @@ packages: '@csstools/css-parser-algorithms': ^3.0.1 '@csstools/css-tokenizer': ^3.0.1 - '@csstools/selector-specificity@4.0.0': - resolution: {integrity: sha512-189nelqtPd8++phaHNwYovKZI0FOzH1vQEE3QhHHkNIGrg5fSs9CbYP3RvfEH5geztnIA9Jwq91wyOIwAW5JIQ==} + '@csstools/media-query-list-parser@4.0.2': + resolution: {integrity: sha512-EUos465uvVvMJehckATTlNqGj4UJWkTmdWuDMjqvSUkjGpmOyFZBVwb4knxCm/k2GMTXY+c/5RkdndzFYWeX5A==} engines: {node: '>=18'} peerDependencies: - postcss-selector-parser: ^6.1.0 + '@csstools/css-parser-algorithms': ^3.0.4 + '@csstools/css-tokenizer': ^3.0.3 + + '@csstools/selector-specificity@5.0.0': + resolution: {integrity: sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==} + engines: {node: '>=18'} + peerDependencies: + postcss-selector-parser: ^7.0.0 '@dual-bundle/import-meta-resolve@4.1.0': resolution: {integrity: sha512-+nxncfwHM5SgAtrVzgpzJOI1ol0PkumhVo469KCf9lUi21IGcY90G98VuHm9VRrUypmAzawAHO9bs6hqeADaVg==} @@ -2124,9 +2131,6 @@ packages: resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} engines: {node: '>=0.10.0'} - known-css-properties@0.34.0: - resolution: {integrity: sha512-tBECoUqNFbyAY4RrbqsBQqDFpGXAEbdD5QKr8kACx3+rnArmuuR22nKQWKazvp07N9yjTyDZaw/20UIH8tL9DQ==} - known-css-properties@0.35.0: resolution: {integrity: sha512-a/RAk2BfKk+WFGhhOCAYqSiFLc34k8Mt/6NWRI4joER0EYUzXIcFivjjnoD3+XU1DggLn/tZc3DOAgke7l8a4A==} @@ -2530,6 +2534,10 @@ packages: resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} engines: {node: '>=4'} + postcss-selector-parser@7.0.0: + resolution: {integrity: sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==} + engines: {node: '>=4'} + postcss-sorting@8.0.2: resolution: {integrity: sha512-M9dkSrmU00t/jK7rF6BZSZauA5MAaBW4i5EnJXspMwt4iqTh/L9j6fgMnbElEOfyRyfLfVbIHj/R52zHzAPe1Q==} peerDependencies: @@ -2842,8 +2850,8 @@ packages: peerDependencies: stylelint: ^16.0.2 - stylelint@16.10.0: - resolution: {integrity: sha512-z/8X2rZ52dt2c0stVwI9QL2AFJhLhbPkyfpDFcizs200V/g7v+UYY6SNcB9hKOLcDDX/yGLDsY/pX08sLkz9xQ==} + stylelint@16.11.0: + resolution: {integrity: sha512-zrl4IrKmjJQ+h9FoMp69UMCq5SxeHk0URhxUBj4d3ISzo/DplOFBJZc7t7Dr6otB+1bfbbKNLOmCDpzKSlW+Nw==} engines: {node: '>=18.12.0'} hasBin: true @@ -3554,9 +3562,14 @@ snapshots: '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - '@csstools/selector-specificity@4.0.0(postcss-selector-parser@6.1.2)': + '@csstools/media-query-list-parser@4.0.2(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)': dependencies: - postcss-selector-parser: 6.1.2 + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + + '@csstools/selector-specificity@5.0.0(postcss-selector-parser@7.0.0)': + dependencies: + postcss-selector-parser: 7.0.0 '@dual-bundle/import-meta-resolve@4.1.0': {} @@ -3878,12 +3891,12 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.27.3': optional: true - '@stylistic/stylelint-config@2.0.0(stylelint@16.10.0(typescript@5.7.2))': + '@stylistic/stylelint-config@2.0.0(stylelint@16.11.0(typescript@5.7.2))': dependencies: - '@stylistic/stylelint-plugin': 3.1.1(stylelint@16.10.0(typescript@5.7.2)) - stylelint: 16.10.0(typescript@5.7.2) + '@stylistic/stylelint-plugin': 3.1.1(stylelint@16.11.0(typescript@5.7.2)) + stylelint: 16.11.0(typescript@5.7.2) - '@stylistic/stylelint-plugin@3.1.1(stylelint@16.10.0(typescript@5.7.2))': + '@stylistic/stylelint-plugin@3.1.1(stylelint@16.11.0(typescript@5.7.2))': dependencies: '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 @@ -3892,7 +3905,7 @@ snapshots: postcss-selector-parser: 6.1.2 postcss-value-parser: 4.2.0 style-search: 0.1.0 - stylelint: 16.10.0(typescript@5.7.2) + stylelint: 16.11.0(typescript@5.7.2) '@svitejs/changesets-changelog-github-compact@1.2.0': dependencies: @@ -5339,8 +5352,6 @@ snapshots: kind-of@6.0.3: {} - known-css-properties@0.34.0: {} - known-css-properties@0.35.0: {} language-subtag-registry@0.3.23: {} @@ -5684,6 +5695,11 @@ snapshots: cssesc: 3.0.0 util-deprecate: 1.0.2 + postcss-selector-parser@7.0.0: + dependencies: + cssesc: 3.0.0 + util-deprecate: 1.0.2 + postcss-sorting@8.0.2(postcss@8.4.49): dependencies: postcss: 8.4.49 @@ -5972,48 +5988,48 @@ snapshots: style-search@0.1.0: {} - stylelint-config-html@1.1.0(postcss-html@1.7.0)(stylelint@16.10.0(typescript@5.7.2)): + stylelint-config-html@1.1.0(postcss-html@1.7.0)(stylelint@16.11.0(typescript@5.7.2)): dependencies: postcss-html: 1.7.0 - stylelint: 16.10.0(typescript@5.7.2) + stylelint: 16.11.0(typescript@5.7.2) - stylelint-config-prettier-scss@1.0.0(stylelint@16.10.0(typescript@5.7.2)): + stylelint-config-prettier-scss@1.0.0(stylelint@16.11.0(typescript@5.7.2)): dependencies: - stylelint: 16.10.0(typescript@5.7.2) + stylelint: 16.11.0(typescript@5.7.2) - stylelint-config-recommended-scss@14.1.0(postcss@8.4.49)(stylelint@16.10.0(typescript@5.7.2)): + stylelint-config-recommended-scss@14.1.0(postcss@8.4.49)(stylelint@16.11.0(typescript@5.7.2)): dependencies: postcss-scss: 4.0.9(postcss@8.4.49) - stylelint: 16.10.0(typescript@5.7.2) - stylelint-config-recommended: 14.0.1(stylelint@16.10.0(typescript@5.7.2)) - stylelint-scss: 6.9.0(stylelint@16.10.0(typescript@5.7.2)) + stylelint: 16.11.0(typescript@5.7.2) + stylelint-config-recommended: 14.0.1(stylelint@16.11.0(typescript@5.7.2)) + stylelint-scss: 6.9.0(stylelint@16.11.0(typescript@5.7.2)) optionalDependencies: postcss: 8.4.49 - stylelint-config-recommended@14.0.1(stylelint@16.10.0(typescript@5.7.2)): + stylelint-config-recommended@14.0.1(stylelint@16.11.0(typescript@5.7.2)): dependencies: - stylelint: 16.10.0(typescript@5.7.2) + stylelint: 16.11.0(typescript@5.7.2) - stylelint-config-standard-scss@14.0.0(postcss@8.4.49)(stylelint@16.10.0(typescript@5.7.2)): + stylelint-config-standard-scss@14.0.0(postcss@8.4.49)(stylelint@16.11.0(typescript@5.7.2)): dependencies: - stylelint: 16.10.0(typescript@5.7.2) - stylelint-config-recommended-scss: 14.1.0(postcss@8.4.49)(stylelint@16.10.0(typescript@5.7.2)) - stylelint-config-standard: 36.0.1(stylelint@16.10.0(typescript@5.7.2)) + stylelint: 16.11.0(typescript@5.7.2) + stylelint-config-recommended-scss: 14.1.0(postcss@8.4.49)(stylelint@16.11.0(typescript@5.7.2)) + stylelint-config-standard: 36.0.1(stylelint@16.11.0(typescript@5.7.2)) optionalDependencies: postcss: 8.4.49 - stylelint-config-standard@36.0.1(stylelint@16.10.0(typescript@5.7.2)): + stylelint-config-standard@36.0.1(stylelint@16.11.0(typescript@5.7.2)): dependencies: - stylelint: 16.10.0(typescript@5.7.2) - stylelint-config-recommended: 14.0.1(stylelint@16.10.0(typescript@5.7.2)) + stylelint: 16.11.0(typescript@5.7.2) + stylelint-config-recommended: 14.0.1(stylelint@16.11.0(typescript@5.7.2)) - stylelint-order@6.0.4(stylelint@16.10.0(typescript@5.7.2)): + stylelint-order@6.0.4(stylelint@16.11.0(typescript@5.7.2)): dependencies: postcss: 8.4.49 postcss-sorting: 8.0.2(postcss@8.4.49) - stylelint: 16.10.0(typescript@5.7.2) + stylelint: 16.11.0(typescript@5.7.2) - stylelint-scss@6.9.0(stylelint@16.10.0(typescript@5.7.2)): + stylelint-scss@6.9.0(stylelint@16.11.0(typescript@5.7.2)): dependencies: css-tree: 3.0.1 is-plain-object: 5.0.0 @@ -6023,14 +6039,14 @@ snapshots: postcss-resolve-nested-selector: 0.1.6 postcss-selector-parser: 6.1.2 postcss-value-parser: 4.2.0 - stylelint: 16.10.0(typescript@5.7.2) + stylelint: 16.11.0(typescript@5.7.2) - stylelint@16.10.0(typescript@5.7.2): + stylelint@16.11.0(typescript@5.7.2): dependencies: '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) '@csstools/css-tokenizer': 3.0.3 - '@csstools/media-query-list-parser': 3.0.1(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) - '@csstools/selector-specificity': 4.0.0(postcss-selector-parser@6.1.2) + '@csstools/media-query-list-parser': 4.0.2(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.0.0) '@dual-bundle/import-meta-resolve': 4.1.0 balanced-match: 2.0.0 colord: 2.9.3 @@ -6048,7 +6064,7 @@ snapshots: ignore: 6.0.2 imurmurhash: 0.1.4 is-plain-object: 5.0.0 - known-css-properties: 0.34.0 + known-css-properties: 0.35.0 mathml-tag-names: 2.1.3 meow: 13.2.0 micromatch: 4.0.8 @@ -6057,7 +6073,7 @@ snapshots: postcss: 8.4.49 postcss-resolve-nested-selector: 0.1.6 postcss-safe-parser: 7.0.1(postcss@8.4.49) - postcss-selector-parser: 6.1.2 + postcss-selector-parser: 7.0.0 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 string-width: 4.2.3