diff --git a/package.json b/package.json index 13a420a..0721017 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "prettier-plugin-organize-attributes": "^1.0.0", "prettier-plugin-organize-imports": "^4.0.0", "prettier-plugin-tailwindcss": "^0.6.5", - "stylelint": "^16.7.0", + "stylelint": "^16.8.0", "stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-standard": "^36.0.1", "stylelint-config-tailwindcss": "^0.0.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ffd25f0..52736d0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -115,17 +115,17 @@ importers: specifier: ^0.6.5 version: 0.6.5(prettier-plugin-organize-attributes@1.0.0(prettier@3.3.3))(prettier-plugin-organize-imports@4.0.0(prettier@3.3.3)(typescript@5.4.5)(vue-tsc@2.0.28(typescript@5.4.5)))(prettier@3.3.3) stylelint: - specifier: ^16.7.0 - version: 16.7.0(typescript@5.4.5) + specifier: ^16.8.0 + version: 16.8.0(typescript@5.4.5) stylelint-config-recommended-vue: specifier: ^1.5.0 - version: 1.5.0(postcss-html@1.7.0)(stylelint@16.7.0(typescript@5.4.5)) + version: 1.5.0(postcss-html@1.7.0)(stylelint@16.8.0(typescript@5.4.5)) stylelint-config-standard: specifier: ^36.0.1 - version: 36.0.1(stylelint@16.7.0(typescript@5.4.5)) + version: 36.0.1(stylelint@16.8.0(typescript@5.4.5)) stylelint-config-tailwindcss: specifier: ^0.0.7 - version: 0.0.7(stylelint@16.7.0(typescript@5.4.5))(tailwindcss@3.4.6) + version: 0.0.7(stylelint@16.8.0(typescript@5.4.5))(tailwindcss@3.4.6) tailwindcss: specifier: ^3.4.6 version: 3.4.6 @@ -1464,6 +1464,15 @@ packages: supports-color: optional: true + debug@4.3.6: + resolution: {integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + decamelize-keys@1.1.1: resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} engines: {node: '>=0.10.0'} @@ -2519,8 +2528,8 @@ packages: peerDependencies: postcss: ^8.2.14 - postcss-resolve-nested-selector@0.1.1: - resolution: {integrity: sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==} + postcss-resolve-nested-selector@0.1.4: + resolution: {integrity: sha512-R6vHqZWgVnTAPq0C+xjyHfEZqfIYboCBVSy24MjxEDm+tIh1BU4O6o7DP7AA7kHzf136d+Qc5duI4tlpHjixDw==} postcss-safe-parser@6.0.0: resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} @@ -2545,6 +2554,10 @@ packages: resolution: {integrity: sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==} engines: {node: ^10 || ^12 || >=14} + postcss@8.4.40: + resolution: {integrity: sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==} + engines: {node: ^10 || ^12 || >=14} + prelude-ls@1.2.1: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} @@ -2860,8 +2873,8 @@ packages: stylelint: '>=13.13.1' tailwindcss: '>=2.2.16' - stylelint@16.7.0: - resolution: {integrity: sha512-Q1ATiXlz+wYr37a7TGsfvqYn2nSR3T/isw3IWlZQzFzCNoACHuGBb6xBplZXz56/uDRJHIygxjh7jbV/8isewA==} + stylelint@16.8.0: + resolution: {integrity: sha512-Jjr40w3PXDiJVW6c9swLM0a1e0DgDm/XkFozc4XgAcREFas+/nchzmDmeVxazbzXgpDrwm+cW6W6iGtZqYUh+g==} engines: {node: '>=18.12.0'} hasBin: true @@ -4632,6 +4645,10 @@ snapshots: dependencies: ms: 2.1.2 + debug@4.3.6: + dependencies: + ms: 2.1.2 + decamelize-keys@1.1.1: dependencies: decamelize: 1.2.0 @@ -4780,7 +4797,7 @@ snapshots: eslint-plugin-stylelint@0.1.1(eslint@8.57.0)(typescript@5.4.5): dependencies: eslint: 8.57.0 - stylelint: 16.7.0(typescript@5.4.5) + stylelint: 16.8.0(typescript@5.4.5) synckit: 0.9.1 transitivePeerDependencies: - supports-color @@ -5670,15 +5687,15 @@ snapshots: postcss: 8.4.39 postcss-selector-parser: 6.1.1 - postcss-resolve-nested-selector@0.1.1: {} + postcss-resolve-nested-selector@0.1.4: {} postcss-safe-parser@6.0.0(postcss@8.4.39): dependencies: postcss: 8.4.39 - postcss-safe-parser@7.0.0(postcss@8.4.39): + postcss-safe-parser@7.0.0(postcss@8.4.40): dependencies: - postcss: 8.4.39 + postcss: 8.4.40 postcss-selector-parser@6.1.1: dependencies: @@ -5693,6 +5710,12 @@ snapshots: picocolors: 1.0.1 source-map-js: 1.2.0 + postcss@8.4.40: + dependencies: + nanoid: 3.3.7 + picocolors: 1.0.1 + source-map-js: 1.2.0 + prelude-ls@1.2.1: {} prettier-linter-helpers@1.0.0: @@ -5910,34 +5933,34 @@ snapshots: dependencies: escape-string-regexp: 1.0.5 - stylelint-config-html@1.1.0(postcss-html@1.7.0)(stylelint@16.7.0(typescript@5.4.5)): + stylelint-config-html@1.1.0(postcss-html@1.7.0)(stylelint@16.8.0(typescript@5.4.5)): dependencies: postcss-html: 1.7.0 - stylelint: 16.7.0(typescript@5.4.5) + stylelint: 16.8.0(typescript@5.4.5) - stylelint-config-recommended-vue@1.5.0(postcss-html@1.7.0)(stylelint@16.7.0(typescript@5.4.5)): + stylelint-config-recommended-vue@1.5.0(postcss-html@1.7.0)(stylelint@16.8.0(typescript@5.4.5)): dependencies: postcss-html: 1.7.0 semver: 7.6.2 - stylelint: 16.7.0(typescript@5.4.5) - stylelint-config-html: 1.1.0(postcss-html@1.7.0)(stylelint@16.7.0(typescript@5.4.5)) - stylelint-config-recommended: 14.0.1(stylelint@16.7.0(typescript@5.4.5)) + stylelint: 16.8.0(typescript@5.4.5) + stylelint-config-html: 1.1.0(postcss-html@1.7.0)(stylelint@16.8.0(typescript@5.4.5)) + stylelint-config-recommended: 14.0.1(stylelint@16.8.0(typescript@5.4.5)) - stylelint-config-recommended@14.0.1(stylelint@16.7.0(typescript@5.4.5)): + stylelint-config-recommended@14.0.1(stylelint@16.8.0(typescript@5.4.5)): dependencies: - stylelint: 16.7.0(typescript@5.4.5) + stylelint: 16.8.0(typescript@5.4.5) - stylelint-config-standard@36.0.1(stylelint@16.7.0(typescript@5.4.5)): + stylelint-config-standard@36.0.1(stylelint@16.8.0(typescript@5.4.5)): dependencies: - stylelint: 16.7.0(typescript@5.4.5) - stylelint-config-recommended: 14.0.1(stylelint@16.7.0(typescript@5.4.5)) + stylelint: 16.8.0(typescript@5.4.5) + stylelint-config-recommended: 14.0.1(stylelint@16.8.0(typescript@5.4.5)) - stylelint-config-tailwindcss@0.0.7(stylelint@16.7.0(typescript@5.4.5))(tailwindcss@3.4.6): + stylelint-config-tailwindcss@0.0.7(stylelint@16.8.0(typescript@5.4.5))(tailwindcss@3.4.6): dependencies: - stylelint: 16.7.0(typescript@5.4.5) + stylelint: 16.8.0(typescript@5.4.5) tailwindcss: 3.4.6 - stylelint@16.7.0(typescript@5.4.5): + stylelint@16.8.0(typescript@5.4.5): dependencies: '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 @@ -5949,7 +5972,7 @@ snapshots: cosmiconfig: 9.0.0(typescript@5.4.5) css-functions-list: 3.2.2 css-tree: 2.3.1 - debug: 4.3.5 + debug: 4.3.6 fast-glob: 3.3.2 fastest-levenshtein: 1.0.16 file-entry-cache: 9.0.0 @@ -5966,9 +5989,9 @@ snapshots: micromatch: 4.0.7 normalize-path: 3.0.0 picocolors: 1.0.1 - postcss: 8.4.39 - postcss-resolve-nested-selector: 0.1.1 - postcss-safe-parser: 7.0.0(postcss@8.4.39) + postcss: 8.4.40 + postcss-resolve-nested-selector: 0.1.4 + postcss-safe-parser: 7.0.0(postcss@8.4.40) postcss-selector-parser: 6.1.1 postcss-value-parser: 4.2.0 resolve-from: 5.0.0