diff --git a/package.json b/package.json index 31941f2..3cbb387 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "simple-icons": "10.1.0", "stylelint": "15.11.0", "stylelint-config-recess-order": "4.3.0", - "stylelint-config-recommended-scss": "13.1.0", + "stylelint-config-recommended-scss": "14.0.0", "stylelint-config-recommended-vue": "1.5.0", "stylelint-config-standard-scss": "11.1.0", "tailwindcss": "3.3.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 808d1f1..d924144 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -81,8 +81,8 @@ devDependencies: specifier: 4.3.0 version: 4.3.0(stylelint@15.11.0) stylelint-config-recommended-scss: - specifier: 13.1.0 - version: 13.1.0(postcss@8.4.31)(stylelint@15.11.0) + specifier: 14.0.0 + version: 14.0.0(postcss@8.4.31)(stylelint@15.11.0) stylelint-config-recommended-vue: specifier: 1.5.0 version: 1.5.0(postcss-html@1.5.0)(stylelint@15.11.0) @@ -5901,6 +5901,10 @@ packages: resolution: {integrity: sha512-Ne7wqW7/9Cz54PDt4I3tcV+hAyat8ypyOGzYRJQfdxnnjeWsTxt1cy8pjvvKeI5kfXuyvULyeeAvwvvtAX3ayQ==} dev: true + /known-css-properties@0.31.0: + resolution: {integrity: sha512-sBPIUGTNF0czz0mwGGUoKKJC8Q7On1GPbCSFPfyEsfHb2DyBG0Y4QtV+EVWpINSaiGKZblDNuF5AezxSgOhesQ==} + dev: true + /kolorist@1.8.0: resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==} dev: true @@ -7854,6 +7858,14 @@ packages: util-deprecate: 1.0.2 dev: true + /postcss-selector-parser@6.1.0: + resolution: {integrity: sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==} + engines: {node: '>=4'} + dependencies: + cssesc: 3.0.0 + util-deprecate: 1.0.2 + dev: true + /postcss-sorting@8.0.2(postcss@8.4.31): resolution: {integrity: sha512-M9dkSrmU00t/jK7rF6BZSZauA5MAaBW4i5EnJXspMwt4iqTh/L9j6fgMnbElEOfyRyfLfVbIHj/R52zHzAPe1Q==} peerDependencies: @@ -8800,6 +8812,23 @@ packages: stylelint-scss: 5.3.1(stylelint@15.11.0) dev: true + /stylelint-config-recommended-scss@14.0.0(postcss@8.4.31)(stylelint@15.11.0): + resolution: {integrity: sha512-HDvpoOAQ1RpF+sPbDOT2Q2/YrBDEJDnUymmVmZ7mMCeNiFSdhRdyGEimBkz06wsN+HaFwUh249gDR+I9JR7Onw==} + engines: {node: '>=18.12.0'} + peerDependencies: + postcss: ^8.3.3 + stylelint: ^16.0.2 + peerDependenciesMeta: + postcss: + optional: true + dependencies: + postcss: 8.4.31 + postcss-scss: 4.0.9(postcss@8.4.31) + stylelint: 15.11.0(typescript@5.2.2) + stylelint-config-recommended: 14.0.0(stylelint@15.11.0) + stylelint-scss: 6.3.1(stylelint@15.11.0) + dev: true + /stylelint-config-recommended-vue@1.5.0(postcss-html@1.5.0)(stylelint@15.11.0): resolution: {integrity: sha512-65TAK/clUqkNtkZLcuytoxU0URQYlml+30Nhop7sRkCZ/mtWdXt7T+spPSB3KMKlb+82aEVJ4OrcstyDBdbosg==} engines: {node: ^12 || >=14} @@ -8823,6 +8852,15 @@ packages: stylelint: 15.11.0(typescript@5.2.2) dev: true + /stylelint-config-recommended@14.0.0(stylelint@15.11.0): + resolution: {integrity: sha512-jSkx290CglS8StmrLp2TxAppIajzIBZKYm3IxT89Kg6fGlxbPiTiyH9PS5YUuVAFwaJLl1ikiXX0QWjI0jmgZQ==} + engines: {node: '>=18.12.0'} + peerDependencies: + stylelint: ^16.0.0 + dependencies: + stylelint: 15.11.0(typescript@5.2.2) + dev: true + /stylelint-config-standard-scss@11.1.0(postcss@8.4.31)(stylelint@15.11.0): resolution: {integrity: sha512-5gnBgeNTgRVdchMwiFQPuBOtj9QefYtfXiddrOMJA2pI22zxt6ddI2s+e5Oh7/6QYl7QLJujGnaUR5YyGq72ow==} peerDependencies: @@ -8871,6 +8909,20 @@ packages: stylelint: 15.11.0(typescript@5.2.2) dev: true + /stylelint-scss@6.3.1(stylelint@15.11.0): + resolution: {integrity: sha512-w/czBoWUZxJNk5fBRPODcXSN4qcPv3WHjTSSpFovVY+TE3MZTMR0yRlbmaDYrm8tTWHvpwQAuEBZ0lk2wwkboQ==} + engines: {node: '>=18.12.0'} + peerDependencies: + stylelint: ^16.0.2 + dependencies: + known-css-properties: 0.31.0 + postcss-media-query-parser: 0.2.3 + postcss-resolve-nested-selector: 0.1.1 + postcss-selector-parser: 6.1.0 + postcss-value-parser: 4.2.0 + stylelint: 15.11.0(typescript@5.2.2) + dev: true + /stylelint-webpack-plugin@4.1.1(stylelint@15.11.0)(webpack@5.89.0): resolution: {integrity: sha512-yOyd2AfrxfawxKDememazGVJX2vMq9o11E6HvBu4+SKvgK3ZulkjpYdI1muBTxItwoxH2UmfIZzQM+/M5V3kTQ==} engines: {node: '>= 14.15.0'}