From c555fc5ce11f76a81d9ceccaabf8c4d87af23428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 06:52:24 +0000 Subject: [PATCH] build(deps): bump stylelint from 16.8.2 to 16.9.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.8.2 to 16.9.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.8.2...16.9.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- packages/stylelint-config-scss/package.json | 2 +- pnpm-lock.yaml | 108 ++++++++++---------- 3 files changed, 56 insertions(+), 56 deletions(-) diff --git a/package.json b/package.json index 9993df7..385970a 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint": "^9.9.1", "prettier": "^3.3.3", "sort-package-json": "^2.10.1", - "stylelint": "^16.8.2" + "stylelint": "^16.9.0" }, "packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e" } diff --git a/packages/stylelint-config-scss/package.json b/packages/stylelint-config-scss/package.json index ab153f6..9485068 100644 --- a/packages/stylelint-config-scss/package.json +++ b/packages/stylelint-config-scss/package.json @@ -28,7 +28,7 @@ "test": "tsc --noEmit" }, "dependencies": { - "stylelint": "^16.8.2", + "stylelint": "^16.9.0", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-scss": "^6.5.1" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d8fb39e..5ae77eb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -30,8 +30,8 @@ importers: specifier: ^2.10.1 version: 2.10.1 stylelint: - specifier: ^16.8.2 - version: 16.8.2(typescript@5.5.4) + specifier: ^16.9.0 + version: 16.9.0(typescript@5.5.4) packages/eslint-config: dependencies: @@ -157,14 +157,14 @@ importers: packages/stylelint-config-scss: dependencies: stylelint: - specifier: ^16.8.2 - version: 16.8.2(typescript@5.5.4) + specifier: ^16.9.0 + version: 16.9.0(typescript@5.5.4) stylelint-config-recommended-scss: specifier: ^14.1.0 - version: 14.1.0(postcss@8.4.41)(stylelint@16.8.2(typescript@5.5.4)) + version: 14.1.0(postcss@8.4.41)(stylelint@16.9.0(typescript@5.5.4)) stylelint-scss: specifier: ^6.5.1 - version: 6.5.1(stylelint@16.8.2(typescript@5.5.4)) + version: 6.5.1(stylelint@16.9.0(typescript@5.5.4)) devDependencies: fix-tsup-cjs: specifier: ^1.2.0 @@ -180,10 +180,10 @@ importers: dependencies: stylelint-config-html: specifier: ^1.1.0 - version: 1.1.0(postcss-html@1.6.0)(stylelint@16.8.2(typescript@5.5.4)) + version: 1.1.0(postcss-html@1.6.0)(stylelint@16.9.0(typescript@5.5.4)) stylelint-config-recommended-vue: specifier: ^1.5.0 - version: 1.5.0(postcss-html@1.6.0)(stylelint@16.8.2(typescript@5.5.4)) + version: 1.5.0(postcss-html@1.6.0)(stylelint@16.9.0(typescript@5.5.4)) devDependencies: fix-tsup-cjs: specifier: ^1.2.0 @@ -213,22 +213,22 @@ packages: resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==} engines: {node: '>=6.9.0'} - '@csstools/css-parser-algorithms@3.0.0': - resolution: {integrity: sha512-20hEErXV9GEx15qRbsJVzB91ryayx1F2duHPBrfZXQAHz/dJG0u/611URpr28+sFjm3EI7U17Pj9SVA9NSAGJA==} + '@csstools/css-parser-algorithms@3.0.1': + resolution: {integrity: sha512-lSquqZCHxDfuTg/Sk2hiS0mcSFCEBuj49JfzPHJogDBT0mGCyY5A1AQzBWngitrp7i1/HAZpIgzF/VjhOEIJIg==} engines: {node: '>=18'} peerDependencies: - '@csstools/css-tokenizer': ^3.0.0 + '@csstools/css-tokenizer': ^3.0.1 - '@csstools/css-tokenizer@3.0.0': - resolution: {integrity: sha512-efZvfJyYrqH9hPCKtOBywlTsCXnEzAI9sLHFzUsDpBb+1bQ+bxJnwL9V2bRKv9w4cpIp75yxGeZRaVKoMQnsEg==} + '@csstools/css-tokenizer@3.0.1': + resolution: {integrity: sha512-UBqaiu7kU0lfvaP982/o3khfXccVlHPWp0/vwwiIgDF0GmqqqxoiXC/6FCjlS9u92f7CoEz6nXKQnrn1kIAkOw==} engines: {node: '>=18'} - '@csstools/media-query-list-parser@3.0.0': - resolution: {integrity: sha512-W0JlkUFwXjo703wt06AcaWuUcS+6x6IEDyxV6W65Sw+vLCYp+uPsrps+PXTiIfN0V1Pqj5snPzN7EYLmbz1zjg==} + '@csstools/media-query-list-parser@3.0.1': + resolution: {integrity: sha512-HNo8gGD02kHmcbX6PvCoUuOQvn4szyB9ca63vZHKX5A81QytgDG4oxG4IaEfHTlEZSZ6MjPEMWIVU+zF2PZcgw==} engines: {node: '>=18'} peerDependencies: - '@csstools/css-parser-algorithms': ^3.0.0 - '@csstools/css-tokenizer': ^3.0.0 + '@csstools/css-parser-algorithms': ^3.0.1 + '@csstools/css-tokenizer': ^3.0.1 '@csstools/selector-specificity@4.0.0': resolution: {integrity: sha512-189nelqtPd8++phaHNwYovKZI0FOzH1vQEE3QhHHkNIGrg5fSs9CbYP3RvfEH5geztnIA9Jwq91wyOIwAW5JIQ==} @@ -1293,8 +1293,8 @@ packages: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} engines: {node: '>= 8'} - micromatch@4.0.7: - resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} + micromatch@4.0.8: + resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} engines: {node: '>=8.6'} mimic-fn@2.1.0: @@ -1726,8 +1726,8 @@ packages: peerDependencies: stylelint: ^16.0.2 - stylelint@16.8.2: - resolution: {integrity: sha512-fInKATippQhcSm7AB+T32GpI+626yohrg33GkFT/5jzliUw5qhlwZq2UQQwgl3HsHrf09oeARi0ZwgY/UWEv9A==} + stylelint@16.9.0: + resolution: {integrity: sha512-31Nm3WjxGOBGpQqF43o3wO9L5AC36TPIe6030Lnm13H3vDMTcS21DrLh69bMX+DBilKqMMVLian4iG6ybBoNRQ==} engines: {node: '>=18.12.0'} hasBin: true @@ -1744,8 +1744,8 @@ packages: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} engines: {node: '>=8'} - supports-hyperlinks@3.0.0: - resolution: {integrity: sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA==} + supports-hyperlinks@3.1.0: + resolution: {integrity: sha512-2rn0BZ+/f7puLOHZm1HOJfwBggfaHXUpPUSSG/SWM4TWp5KCfmNYwnC3hruy2rZlMnmWZ+QAGpZfchu3f3695A==} engines: {node: '>=14.18'} supports-preserve-symlinks-flag@1.0.0: @@ -1905,16 +1905,16 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.0.1 - '@csstools/css-parser-algorithms@3.0.0(@csstools/css-tokenizer@3.0.0)': + '@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1)': dependencies: - '@csstools/css-tokenizer': 3.0.0 + '@csstools/css-tokenizer': 3.0.1 - '@csstools/css-tokenizer@3.0.0': {} + '@csstools/css-tokenizer@3.0.1': {} - '@csstools/media-query-list-parser@3.0.0(@csstools/css-parser-algorithms@3.0.0(@csstools/css-tokenizer@3.0.0))(@csstools/css-tokenizer@3.0.0)': + '@csstools/media-query-list-parser@3.0.1(@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1))(@csstools/css-tokenizer@3.0.1)': dependencies: - '@csstools/css-parser-algorithms': 3.0.0(@csstools/css-tokenizer@3.0.0) - '@csstools/css-tokenizer': 3.0.0 + '@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1) + '@csstools/css-tokenizer': 3.0.1 '@csstools/selector-specificity@4.0.0(postcss-selector-parser@6.1.2)': dependencies: @@ -2594,7 +2594,7 @@ snapshots: '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 - micromatch: 4.0.7 + micromatch: 4.0.8 fast-json-stable-stringify@2.1.0: {} @@ -2883,7 +2883,7 @@ snapshots: merge2@1.4.1: {} - micromatch@4.0.7: + micromatch@4.0.8: dependencies: braces: 3.0.3 picomatch: 2.3.1 @@ -3254,37 +3254,37 @@ snapshots: strip-json-comments@3.1.1: {} - stylelint-config-html@1.1.0(postcss-html@1.6.0)(stylelint@16.8.2(typescript@5.5.4)): + stylelint-config-html@1.1.0(postcss-html@1.6.0)(stylelint@16.9.0(typescript@5.5.4)): dependencies: postcss-html: 1.6.0 - stylelint: 16.8.2(typescript@5.5.4) + stylelint: 16.9.0(typescript@5.5.4) - stylelint-config-recommended-scss@14.1.0(postcss@8.4.41)(stylelint@16.8.2(typescript@5.5.4)): + stylelint-config-recommended-scss@14.1.0(postcss@8.4.41)(stylelint@16.9.0(typescript@5.5.4)): dependencies: postcss-scss: 4.0.9(postcss@8.4.41) - stylelint: 16.8.2(typescript@5.5.4) - stylelint-config-recommended: 14.0.1(stylelint@16.8.2(typescript@5.5.4)) - stylelint-scss: 6.5.1(stylelint@16.8.2(typescript@5.5.4)) + stylelint: 16.9.0(typescript@5.5.4) + stylelint-config-recommended: 14.0.1(stylelint@16.9.0(typescript@5.5.4)) + stylelint-scss: 6.5.1(stylelint@16.9.0(typescript@5.5.4)) optionalDependencies: postcss: 8.4.41 - stylelint-config-recommended-vue@1.5.0(postcss-html@1.6.0)(stylelint@16.8.2(typescript@5.5.4)): + stylelint-config-recommended-vue@1.5.0(postcss-html@1.6.0)(stylelint@16.9.0(typescript@5.5.4)): dependencies: postcss-html: 1.6.0 semver: 7.6.0 - stylelint: 16.8.2(typescript@5.5.4) - stylelint-config-html: 1.1.0(postcss-html@1.6.0)(stylelint@16.8.2(typescript@5.5.4)) - stylelint-config-recommended: 14.0.0(stylelint@16.8.2(typescript@5.5.4)) + stylelint: 16.9.0(typescript@5.5.4) + stylelint-config-html: 1.1.0(postcss-html@1.6.0)(stylelint@16.9.0(typescript@5.5.4)) + stylelint-config-recommended: 14.0.0(stylelint@16.9.0(typescript@5.5.4)) - stylelint-config-recommended@14.0.0(stylelint@16.8.2(typescript@5.5.4)): + stylelint-config-recommended@14.0.0(stylelint@16.9.0(typescript@5.5.4)): dependencies: - stylelint: 16.8.2(typescript@5.5.4) + stylelint: 16.9.0(typescript@5.5.4) - stylelint-config-recommended@14.0.1(stylelint@16.8.2(typescript@5.5.4)): + stylelint-config-recommended@14.0.1(stylelint@16.9.0(typescript@5.5.4)): dependencies: - stylelint: 16.8.2(typescript@5.5.4) + stylelint: 16.9.0(typescript@5.5.4) - stylelint-scss@6.5.1(stylelint@16.8.2(typescript@5.5.4)): + stylelint-scss@6.5.1(stylelint@16.9.0(typescript@5.5.4)): dependencies: css-tree: 2.3.1 is-plain-object: 5.0.0 @@ -3293,13 +3293,13 @@ snapshots: postcss-resolve-nested-selector: 0.1.6 postcss-selector-parser: 6.1.2 postcss-value-parser: 4.2.0 - stylelint: 16.8.2(typescript@5.5.4) + stylelint: 16.9.0(typescript@5.5.4) - stylelint@16.8.2(typescript@5.5.4): + stylelint@16.9.0(typescript@5.5.4): dependencies: - '@csstools/css-parser-algorithms': 3.0.0(@csstools/css-tokenizer@3.0.0) - '@csstools/css-tokenizer': 3.0.0 - '@csstools/media-query-list-parser': 3.0.0(@csstools/css-parser-algorithms@3.0.0(@csstools/css-tokenizer@3.0.0))(@csstools/css-tokenizer@3.0.0) + '@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1) + '@csstools/css-tokenizer': 3.0.1 + '@csstools/media-query-list-parser': 3.0.1(@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1))(@csstools/css-tokenizer@3.0.1) '@csstools/selector-specificity': 4.0.0(postcss-selector-parser@6.1.2) '@dual-bundle/import-meta-resolve': 4.1.0 balanced-match: 2.0.0 @@ -3321,7 +3321,7 @@ snapshots: known-css-properties: 0.34.0 mathml-tag-names: 2.1.3 meow: 13.2.0 - micromatch: 4.0.7 + micromatch: 4.0.8 normalize-path: 3.0.0 picocolors: 1.0.1 postcss: 8.4.41 @@ -3332,7 +3332,7 @@ snapshots: resolve-from: 5.0.0 string-width: 4.2.3 strip-ansi: 7.1.0 - supports-hyperlinks: 3.0.0 + supports-hyperlinks: 3.1.0 svg-tags: 1.0.0 table: 6.8.2 write-file-atomic: 5.0.1 @@ -3358,7 +3358,7 @@ snapshots: dependencies: has-flag: 4.0.0 - supports-hyperlinks@3.0.0: + supports-hyperlinks@3.1.0: dependencies: has-flag: 4.0.0 supports-color: 7.2.0