From 832a7bcc582f9a1782139c3fd5be9a42dc7444a1 Mon Sep 17 00:00:00 2001 From: vben Date: Tue, 30 Jul 2024 21:18:00 +0800 Subject: [PATCH] chore: update deps --- .stylelintignore | 1 - .../lint-configs/eslint-config/package.json | 2 +- .../stylelint-config/package.json | 4 +- package.json | 3 +- pnpm-lock.yaml | 381 +++++++++--------- 5 files changed, 199 insertions(+), 192 deletions(-) diff --git a/.stylelintignore b/.stylelintignore index 3c28ee32..f4b2db2c 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -2,4 +2,3 @@ dist public __tests__ coverage -ui-kit diff --git a/internal/lint-configs/eslint-config/package.json b/internal/lint-configs/eslint-config/package.json index 9d7be71c..42db6311 100644 --- a/internal/lint-configs/eslint-config/package.json +++ b/internal/lint-configs/eslint-config/package.json @@ -39,7 +39,7 @@ "eslint": "^9.8.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-eslint-comments": "^3.2.0", - "eslint-plugin-jsdoc": "^48.9.2", + "eslint-plugin-jsdoc": "^48.10.1", "eslint-plugin-jsonc": "^2.16.0", "eslint-plugin-n": "^17.10.1", "eslint-plugin-no-only-tests": "^3.1.0", diff --git a/internal/lint-configs/stylelint-config/package.json b/internal/lint-configs/stylelint-config/package.json index c66dae73..267d1c88 100644 --- a/internal/lint-configs/stylelint-config/package.json +++ b/internal/lint-configs/stylelint-config/package.json @@ -28,7 +28,7 @@ } }, "dependencies": { - "@stylistic/stylelint-plugin": "^2.1.3", + "@stylistic/stylelint-plugin": "^3.0.0", "stylelint-config-recess-order": "^5.0.1", "stylelint-scss": "^6.4.1" }, @@ -37,7 +37,7 @@ "postcss-html": "^1.7.0", "postcss-scss": "^4.0.9", "prettier": "^3.3.3", - "stylelint": "^16.8.0", + "stylelint": "^16.8.1", "stylelint-config-recommended": "^14.0.1", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-config-recommended-vue": "^1.5.0", diff --git a/package.json b/package.json index 3d1a556d..4be35413 100644 --- a/package.json +++ b/package.json @@ -66,8 +66,9 @@ "@vben/vite-config": "workspace:*", "@vben/vsh": "workspace:*", "@vue/test-utils": "^2.4.6", + "autoprefixer": "^10.4.19", "cross-env": "^7.0.3", - "cspell": "^8.12.1", + "cspell": "^8.13.0", "husky": "^9.1.4", "is-ci": "^3.0.1", "jsdom": "^24.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6fe3a60b..730654ce 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,12 +58,15 @@ importers: '@vue/test-utils': specifier: ^2.4.6 version: 2.4.6 + autoprefixer: + specifier: ^10.4.19 + version: 10.4.19(postcss@8.4.40) cross-env: specifier: ^7.0.3 version: 7.0.3 cspell: - specifier: ^8.12.1 - version: 8.12.1 + specifier: ^8.13.0 + version: 8.13.0 husky: specifier: ^9.1.4 version: 9.1.4 @@ -219,8 +222,8 @@ importers: specifier: ^3.2.0 version: 3.2.0(eslint@9.8.0) eslint-plugin-jsdoc: - specifier: ^48.9.2 - version: 48.9.2(eslint@9.8.0) + specifier: ^48.10.1 + version: 48.10.1(eslint@9.8.0) eslint-plugin-jsonc: specifier: ^2.16.0 version: 2.16.0(eslint@9.8.0) @@ -279,14 +282,14 @@ importers: internal/lint-configs/stylelint-config: dependencies: '@stylistic/stylelint-plugin': - specifier: ^2.1.3 - version: 2.1.3(stylelint@16.8.0(typescript@5.5.4)) + specifier: ^3.0.0 + version: 3.0.0(stylelint@16.8.1(typescript@5.5.4)) stylelint-config-recess-order: specifier: ^5.0.1 - version: 5.0.1(stylelint@16.8.0(typescript@5.5.4)) + version: 5.0.1(stylelint@16.8.1(typescript@5.5.4)) stylelint-scss: specifier: ^6.4.1 - version: 6.4.1(stylelint@16.8.0(typescript@5.5.4)) + version: 6.4.1(stylelint@16.8.1(typescript@5.5.4)) devDependencies: postcss: specifier: ^8.4.40 @@ -301,26 +304,26 @@ importers: specifier: ^3.3.3 version: 3.3.3 stylelint: - specifier: ^16.8.0 - version: 16.8.0(typescript@5.5.4) + specifier: ^16.8.1 + version: 16.8.1(typescript@5.5.4) stylelint-config-recommended: specifier: ^14.0.1 - version: 14.0.1(stylelint@16.8.0(typescript@5.5.4)) + version: 14.0.1(stylelint@16.8.1(typescript@5.5.4)) stylelint-config-recommended-scss: specifier: ^14.1.0 - version: 14.1.0(postcss@8.4.40)(stylelint@16.8.0(typescript@5.5.4)) + version: 14.1.0(postcss@8.4.40)(stylelint@16.8.1(typescript@5.5.4)) stylelint-config-recommended-vue: specifier: ^1.5.0 - version: 1.5.0(postcss-html@1.7.0)(stylelint@16.8.0(typescript@5.5.4)) + version: 1.5.0(postcss-html@1.7.0)(stylelint@16.8.1(typescript@5.5.4)) stylelint-config-standard: specifier: ^36.0.1 - version: 36.0.1(stylelint@16.8.0(typescript@5.5.4)) + version: 36.0.1(stylelint@16.8.1(typescript@5.5.4)) stylelint-order: specifier: ^6.0.4 - version: 6.0.4(stylelint@16.8.0(typescript@5.5.4)) + version: 6.0.4(stylelint@16.8.1(typescript@5.5.4)) stylelint-prettier: specifier: ^5.0.2 - version: 5.0.2(prettier@3.3.3)(stylelint@16.8.0(typescript@5.5.4)) + version: 5.0.2(prettier@3.3.3)(stylelint@16.8.1(typescript@5.5.4)) internal/node-utils: dependencies: @@ -690,9 +693,6 @@ importers: vue: specifier: ^3.4.34 version: 3.4.34(typescript@5.5.4) - vue-router: - specifier: ^4.4.0 - version: 4.4.0(vue@3.4.34(typescript@5.5.4)) packages/effects/chart-ui: dependencies: @@ -1899,28 +1899,28 @@ packages: resolution: {integrity: sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==} engines: {node: '>=v18'} - '@cspell/cspell-bundled-dicts@8.12.1': - resolution: {integrity: sha512-55wCxlKwRsYCt8uWB65C0xiJ4bP43UE3b/GK01ekyz2fZ11mudMWGMrX/pdKwGIOXFfFqDz3DCRxFs+fHS58oA==} + '@cspell/cspell-bundled-dicts@8.13.0': + resolution: {integrity: sha512-vtABTJeicWtd1bO74OB1IYSY/+nhK7S5yyW2GRcq1c9dEqRkgJNcYm8SUCm4EOH2oNGzeptjjGgR8emnvCiTfQ==} engines: {node: '>=18'} - '@cspell/cspell-json-reporter@8.12.1': - resolution: {integrity: sha512-nO/3GTk3rBpLRBzkmcKFxbtEDd3FKXfQ5uTCpJ27XYVHYjlU+d4McOYYMClMhpFianVol2JCyberpGAj6bVgLg==} + '@cspell/cspell-json-reporter@8.13.0': + resolution: {integrity: sha512-OR6+gxWImIOegn9Zi9zlnPZtZMWFToFD8l5bDbHMaScTDygB0IJNg9ZGxWGpxpbMXLNMiefAo5inJwF6LW9F3w==} engines: {node: '>=18'} - '@cspell/cspell-pipe@8.12.1': - resolution: {integrity: sha512-lh0zIm43r/Fj3sQWXc68msKnXNrfPOo8VvzL1hOP0v/j2eH61fvELH08/K+nQJ8cCutNZ4zhk9+KMDU4KmsMtw==} + '@cspell/cspell-pipe@8.13.0': + resolution: {integrity: sha512-YukXZSSUUD5OqzThpyUUusXH7E+z2YViCVUwTb6bQ/DIHHEUIlTPSF8n/xGUmOR6XeQDBxqgNasTDB5AeRXPJg==} engines: {node: '>=18'} - '@cspell/cspell-resolver@8.12.1': - resolution: {integrity: sha512-3HE04m7DS/6xYpWPN2QBGCHr26pvxHa78xYk+PjiPD2Q49ceqTNdFcZOYd+Wba8HbRXSukchSLhrTujmPEzqpw==} + '@cspell/cspell-resolver@8.13.0': + resolution: {integrity: sha512-smUDfAQDrO5iodDe/7OL1i/fZhu8YrxNfbMCiazqLIYBhw2wrvS6LerBaM7HVUPZ8ZrdeYzIQ1wvEolsrJzuWw==} engines: {node: '>=18'} - '@cspell/cspell-service-bus@8.12.1': - resolution: {integrity: sha512-UQPddS38dQ/FG00y2wginCzdS6yxryiGrWXSD/P59idCrYYDCYnI9pPsx4u10tmRkW1zJ+O7gGCsXw7xa5DAJQ==} + '@cspell/cspell-service-bus@8.13.0': + resolution: {integrity: sha512-370hfBsAFJQ5AJkD/aJF0NITu0kbABGpEkTvutkHAwoIedLp0vNMvlWja7CnFgXxAJOABROSwMXDjG8hLBkXOQ==} engines: {node: '>=18'} - '@cspell/cspell-types@8.12.1': - resolution: {integrity: sha512-17POyyRgl7m7mMuv1qk2xX6E5bdT0F3247vloBCdUMyaVtmtN4uEiQ/jqU5vtW02vxlKjKS0HcTvKz4EVfSlzQ==} + '@cspell/cspell-types@8.13.0': + resolution: {integrity: sha512-BnNPwycI/4v/9jFrMofUrUsYmI/Q5ZCE+HL0Yif+mS3r+twaE6Qpmtc9AnpBkLeXlUcY1aeQTASTD9smgGuxsQ==} engines: {node: '>=18'} '@cspell/dict-ada@4.0.2': @@ -1932,11 +1932,11 @@ packages: '@cspell/dict-bash@4.1.3': resolution: {integrity: sha512-tOdI3QVJDbQSwPjUkOiQFhYcu2eedmX/PtEpVWg0aFps/r6AyjUQINtTgpqMYnYuq8O1QUIQqnpx21aovcgZCw==} - '@cspell/dict-companies@3.1.2': - resolution: {integrity: sha512-OwR5i1xbYuJX7FtHQySmTy3iJtPV1rZQ3jFCxFGwrA1xRQ4rtRcDQ+sTXBCIAoJHkXa84f9J3zsngOKmMGyS/w==} + '@cspell/dict-companies@3.1.3': + resolution: {integrity: sha512-qaAmfKtQLA7Sbe9zfFVpcwyG92cx6+EiWIpPURv11Ng2QMv2PKhYcterUJBooAvgqD0/qq+AsLN8MREloY5Mdw==} - '@cspell/dict-cpp@5.1.11': - resolution: {integrity: sha512-skDl1ozBK99Cq/mSh8BTbvk5V4UJwm3+PT0RC94/DqQTUHHNCUutWRipoot2JZ296fjNsivFCyuelUDhj3r9eg==} + '@cspell/dict-cpp@5.1.12': + resolution: {integrity: sha512-6lXLOFIa+k/qBcu0bjaE/Kc6v3sh9VhsDOXD1Dalm3zgd0QIMjp5XBmkpSdCAK3pWCPV0Se7ysVLDfCea1BuXg==} '@cspell/dict-cryptocurrencies@5.0.0': resolution: {integrity: sha512-Z4ARIw5+bvmShL+4ZrhDzGhnc9znaAGHOEMaB/GURdS/jdoreEDY34wdN0NtdLHDO5KO7GduZnZyqGdRoiSmYA==} @@ -1983,8 +1983,8 @@ packages: '@cspell/dict-fsharp@1.0.1': resolution: {integrity: sha512-23xyPcD+j+NnqOjRHgW3IU7Li912SX9wmeefcY0QxukbAxJ/vAN4rBpjSwwYZeQPAn3fxdfdNZs03fg+UM+4yQ==} - '@cspell/dict-fullstack@3.1.8': - resolution: {integrity: sha512-YRlZupL7uqMCtEBK0bDP9BrcPnjDhz7m4GBqCc1EYqfXauHbLmDT8ELha7T/E7wsFKniHSjzwDZzhNXo2lusRQ==} + '@cspell/dict-fullstack@3.2.0': + resolution: {integrity: sha512-sIGQwU6G3rLTo+nx0GKyirR5dQSFeTIzFTOrURw51ISf+jKG9a3OmvsVtc2OANfvEAOLOC9Wfd8WYhmsO8KRDQ==} '@cspell/dict-gaming-terms@1.0.5': resolution: {integrity: sha512-C3riccZDD3d9caJQQs1+MPfrUrQ+0KHdlj9iUR1QD92FgTOF6UxoBpvHUUZ9YSezslcmpFQK4xQQ5FUGS7uWfw==} @@ -2013,8 +2013,8 @@ packages: '@cspell/dict-julia@1.0.1': resolution: {integrity: sha512-4JsCLCRhhLMLiaHpmR7zHFjj1qOauzDI5ZzCNQS31TUMfsOo26jAKDfo0jljFAKgw5M2fEG7sKr8IlPpQAYrmQ==} - '@cspell/dict-k8s@1.0.5': - resolution: {integrity: sha512-Cj+/ZV4S+MKlwfocSJZqe/2UAd/sY8YtlZjbK25VN1nCnrsKrBjfkX29vclwSj1U9aJg4Z9jw/uMjoaKu9ZrpQ==} + '@cspell/dict-k8s@1.0.6': + resolution: {integrity: sha512-srhVDtwrd799uxMpsPOQqeDJY+gEocgZpoK06EFrb4GRYGhv7lXo9Fb+xQMyQytzOW9dw4DNOEck++nacDuymg==} '@cspell/dict-latex@4.0.0': resolution: {integrity: sha512-LPY4y6D5oI7D3d+5JMJHK/wxYTQa2lJMSNxps2JtuF8hbAnBQb3igoWEjEbIbRRH1XBM0X8dQqemnjQNCiAtxQ==} @@ -2034,8 +2034,8 @@ packages: '@cspell/dict-node@5.0.1': resolution: {integrity: sha512-lax/jGz9h3Dv83v8LHa5G0bf6wm8YVRMzbjJPG/9rp7cAGPtdrga+XANFq+B7bY5+jiSA3zvj10LUFCFjnnCCg==} - '@cspell/dict-npm@5.0.17': - resolution: {integrity: sha512-MEzlVq9CLWpBaA/Mtqjs8NAQtEJzRDjQr1N9y3dtETtIjddI0Q5QXa6+ZvVDOFaCLsSEDALsmGx0dve4bkuGIw==} + '@cspell/dict-npm@5.0.18': + resolution: {integrity: sha512-weMTyxWpzz19q4wv9n183BtFvdD5fCjtze+bFKpl+4rO/YlPhHL2cXLAeexJz/VDSBecwX4ybTZYoknd1h2J4w==} '@cspell/dict-php@4.0.8': resolution: {integrity: sha512-TBw3won4MCBQ2wdu7kvgOCR3dY2Tb+LJHgDUpuquy3WnzGiSDJ4AVelrZdE1xu7mjFJUr4q48aB21YT5uQqPZA==} @@ -2046,8 +2046,8 @@ packages: '@cspell/dict-public-licenses@2.0.7': resolution: {integrity: sha512-KlBXuGcN3LE7tQi/GEqKiDewWGGuopiAD0zRK1QilOx5Co8XAvs044gk4MNIQftc8r0nHeUI+irJKLGcR36DIQ==} - '@cspell/dict-python@4.2.1': - resolution: {integrity: sha512-9X2jRgyM0cxBoFQRo4Zc8oacyWnXi+0/bMI5FGibZNZV4y/o9UoFEr6agjU260/cXHTjIdkX233nN7eb7dtyRg==} + '@cspell/dict-python@4.2.3': + resolution: {integrity: sha512-C1CPX9wwEGgcHv/p7KfjuIOp1G6KNyx5gWYweAd6/KPv+ZpeM1v572zFUTmpO8WDuAfKFf00nqYL8/GmCENWBw==} '@cspell/dict-r@2.0.1': resolution: {integrity: sha512-KCmKaeYMLm2Ip79mlYPc8p+B2uzwBp4KMkzeLd5E6jUlCL93Y5Nvq68wV5fRLDRTf7N1LvofkVFWfDcednFOgA==} @@ -2055,14 +2055,14 @@ packages: '@cspell/dict-ruby@5.0.2': resolution: {integrity: sha512-cIh8KTjpldzFzKGgrqUX4bFyav5lC52hXDKo4LbRuMVncs3zg4hcSf4HtURY+f2AfEZzN6ZKzXafQpThq3dl2g==} - '@cspell/dict-rust@4.0.4': - resolution: {integrity: sha512-v9/LcZknt/Xq7m1jdTWiQEtmkVVKdE1etAfGL2sgcWpZYewEa459HeWndNA0gfzQrpWX9sYay18mt7pqClJEdA==} + '@cspell/dict-rust@4.0.5': + resolution: {integrity: sha512-DIvlPRDemjKQy8rCqftAgGNZxY5Bg+Ps7qAIJjxkSjmMETyDgl0KTVuaJPt7EK4jJt6uCZ4ILy96npsHDPwoXA==} '@cspell/dict-scala@5.0.3': resolution: {integrity: sha512-4yGb4AInT99rqprxVNT9TYb1YSpq58Owzq7zi3ZS5T0u899Y4VsxsBiOgHnQ/4W+ygi+sp+oqef8w8nABR2lkg==} - '@cspell/dict-software-terms@4.0.0': - resolution: {integrity: sha512-qJEknEiEIG3RlXd87uW2G5HF2AWCIDx6bODBswUGezi5YFtNO24KNbWuJzzKPrYxWx5bC7s8IRN000RagOtI6w==} + '@cspell/dict-software-terms@4.0.3': + resolution: {integrity: sha512-65QAVMc3YlcI7PcqWRY5ox53tTWC8aktUZdJYCVs4VDBPUCTSDnTSmSreeg4F5Z468clv9KF/S0PkxbLjgW72A==} '@cspell/dict-sql@2.1.3': resolution: {integrity: sha512-SEyTNKJrjqD6PAzZ9WpdSu6P7wgdNtGV2RV8Kpuw1x6bV+YsSptuClYG+JSdRExBTE6LwIe1bTklejUp3ZP8TQ==} @@ -2076,22 +2076,22 @@ packages: '@cspell/dict-terraform@1.0.0': resolution: {integrity: sha512-Ak+vy4HP/bOgzf06BAMC30+ZvL9mzv21xLM2XtfnBLTDJGdxlk/nK0U6QT8VfFLqJ0ZZSpyOxGsUebWDCTr/zQ==} - '@cspell/dict-typescript@3.1.5': - resolution: {integrity: sha512-EkIwwNV/xqEoBPJml2S16RXj65h1kvly8dfDLgXerrKw6puybZdvAHerAph6/uPTYdtLcsPyJYkPt5ISOJYrtw==} + '@cspell/dict-typescript@3.1.6': + resolution: {integrity: sha512-1beC6O4P/j23VuxX+i0+F7XqPVc3hhiAzGJHEKqnWf5cWAXQtg0xz3xQJ5MvYx2a7iLaSa+lu7+05vG9UHyu9Q==} '@cspell/dict-vue@3.0.0': resolution: {integrity: sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A==} - '@cspell/dynamic-import@8.12.1': - resolution: {integrity: sha512-18faXHALiMsXtG3v67qeyDhNRZVtkhX5Je2qw8iZQB/i61y0Mfm22iiZeXsKImrXbwP0acyhRkRA1sp1NaQmOw==} + '@cspell/dynamic-import@8.13.0': + resolution: {integrity: sha512-M1cIy6rqWs36M8HFghKsGz/m/WPpK7IIICBptCKoSc5F9VWCjq69UJKrhDMaMOAfJevrmomW5NqF4uhYxg7lNQ==} engines: {node: '>=18.0'} - '@cspell/strong-weak-map@8.12.1': - resolution: {integrity: sha512-0O5qGHRXoKl0+hXGdelox2awrCMr8LXObUcWwYbSih7HIm4DwhxMO4qjDFye1NdjW0P88yhpQ23J2ceSto9C5Q==} + '@cspell/strong-weak-map@8.13.0': + resolution: {integrity: sha512-+SvzzupsnKm6+OfK8t2KL2uY0RzTDhjTVEaEIug8IgwlHSf4waYgQ2MJ4ZJPww7OvNEcBmUAeh6Z1+cwiqMycQ==} engines: {node: '>=18'} - '@cspell/url@8.12.1': - resolution: {integrity: sha512-mUYaDniHVLw0YXn2egT2e21MYubMAf+1LDeC0kkbg4VWNxSlC1Ksyv6pqhos495esaa8OCjizdIdnGSF6al9Rw==} + '@cspell/url@8.13.0': + resolution: {integrity: sha512-+MEFtLb/VJK5WEwmtLCqfghkDBnPNK5XdUNt24tKfwinAlf4VSMxCmplqPwRjXVIbT5C4stSUY/ZrPadEWjw8Q==} engines: {node: '>=18.0'} '@csstools/cascade-layer-name-parser@1.0.13': @@ -3084,7 +3084,6 @@ packages: '@ls-lint/ls-lint@2.2.3': resolution: {integrity: sha512-ekM12jNm/7O2I/hsRv9HvYkRdfrHpiV1epVuI2NP+eTIcEgdIdKkKCs9KgQydu/8R5YXTov9aHdOgplmCHLupw==} - cpu: [x64, arm64, s390x] os: [darwin, linux, win32] hasBin: true @@ -3561,11 +3560,11 @@ packages: resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} engines: {node: '>=18'} - '@stylistic/stylelint-plugin@2.1.3': - resolution: {integrity: sha512-/KUcqX36AbbUk7KvNuM0dWv2XSlPa1M12CPcC//eA4MNEFsZFl+2Kf8UZCLjlIWIrDNitd591vaVkXfOwUtsFQ==} + '@stylistic/stylelint-plugin@3.0.0': + resolution: {integrity: sha512-GymY+9CSqkPaZ1A3m3w/tvCdpP3qQcaL1FSaoVv9aKL3Tn6GVJWHc2VWVkbNEsYr4QImHjWnlmVZROwgUEjMmQ==} engines: {node: ^18.12 || >=20.9} peerDependencies: - stylelint: ^16.0.2 + stylelint: ^16.8.0 '@surma/rollup-plugin-off-main-thread@2.2.3': resolution: {integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==} @@ -4715,42 +4714,42 @@ packages: resolution: {integrity: sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==} engines: {node: '>=12'} - cspell-config-lib@8.12.1: - resolution: {integrity: sha512-xEoKdb8hyturyiUXFdRgQotYegYe3OZS+Yc7JHnB75Ykt+Co2gtnu2M/Yb0yoqaHCXflVO6MITrKNaxricgqVw==} + cspell-config-lib@8.13.0: + resolution: {integrity: sha512-KsTzkv5OLb2PSDq+3yVeS6fCsLvqgEFDJ79I+3VZqWyAmixi2LZMdaobbXXItJRNiDuQ9RnbG2UM9smcJCQTUA==} engines: {node: '>=18'} - cspell-dictionary@8.12.1: - resolution: {integrity: sha512-jYHEA48on6pBQYVUEzXV63wy5Ulx/QNUZcoiG3C0OmYIKjACTaEg02AMDOr+Eaj34E5v4pGEShzot4Qtt/aiNQ==} + cspell-dictionary@8.13.0: + resolution: {integrity: sha512-+ZmB7ReBkAba9S0CmYOMm6EVsqyNlRg8V7I0PP9ttMriaGJ4yO+9IIsn6wI79pYB4DaDNBxblLgs12eMWOlNeQ==} engines: {node: '>=18'} - cspell-gitignore@8.12.1: - resolution: {integrity: sha512-XlO87rdrab3VKU8e7+RGEfqEtYqo7ObgfZeYEAdJlwUXvqYxBzA11jDZAovDz/5jv0YfRMx6ch5t6+1zfSeBbQ==} + cspell-gitignore@8.13.0: + resolution: {integrity: sha512-tu3h6JbejYkGgn9VgW1VAoYchFg3tUtLAzL9oVnkPc58n7gwQpz1cLSKzGpmWyXzjFd6pX0aywnkcOBeWaudMQ==} engines: {node: '>=18'} hasBin: true - cspell-glob@8.12.1: - resolution: {integrity: sha512-ZplEPLlNwj7luEKu/VudIaV+cGTQHExihGvAUxlIVMFURiAFMT5eH0UsQoCEpSevIEueO+slLUDy7rxwTwAGdQ==} + cspell-glob@8.13.0: + resolution: {integrity: sha512-4xghVAHGSwDEOB+OsXDmQoBVfo/NtUpxPlmd89vaZtqv1CmnlUzmglEb13jYx6oFydDaY+mSRKw2V0unATnpBA==} engines: {node: '>=18'} - cspell-grammar@8.12.1: - resolution: {integrity: sha512-IAES553M5nuB/wtiWYayDX2/5OmDu2VmEcnV6SXNze8oop0oodSqr3h46rLy+m1EOOD8nenMa295N/dRPqTB/g==} + cspell-grammar@8.13.0: + resolution: {integrity: sha512-vrfIO2LqZPPA7Pe8xPPJwXKiXq9nWJxH5JesdVFQZ+DtkklzC07J8OrGTFFo0/r9/CfQMNqqs0XbtRcoa+xRYg==} engines: {node: '>=18'} hasBin: true - cspell-io@8.12.1: - resolution: {integrity: sha512-uPjYQP/OKmA8B1XbJunUTBingtrb6IKkp7enyljsZEbtPRKSudP16QPacgyZLLb5rCVQXyexebGfQ182jmq7dg==} + cspell-io@8.13.0: + resolution: {integrity: sha512-9rcHUWHmNum7w7eCVJrUZgvJpL30OAYum8Ij9NenqwGhim95tPQc2CtHZ2aibJ6G4c4Aape9ytSgNxoIYG97DQ==} engines: {node: '>=18'} - cspell-lib@8.12.1: - resolution: {integrity: sha512-z2aZXnrip76zbH0j0ibTGux3mA71TMHtoEAd+n66so7Tx3QydUDAI0u7tzfbP3JyqL9ZWPlclQAfbutMUuzMBQ==} + cspell-lib@8.13.0: + resolution: {integrity: sha512-WTVswCFQduFrEBKTj0EKB5GeEfMwQou23DEcudyWIc2sFoovYF0d/Fr6J69HbGIvwQq1ToPM4eayoQK0/Qn6Mg==} engines: {node: '>=18'} - cspell-trie-lib@8.12.1: - resolution: {integrity: sha512-a9QmGGUhparM9v184YsB+D0lSdzVgWDlLFEBjVLQJyvp43HErZjvcTPUojUypNQUEjxvksX0/C4pO5Wq8YUD8w==} + cspell-trie-lib@8.13.0: + resolution: {integrity: sha512-3v9q5nUF0Y88bQQLmSXUcf7izsu+Dj/g5Dk0hqqykcsobqq4EN2dmfZH+Ej1Q5h3DCiwPemGb7IPg8pfqTHpAg==} engines: {node: '>=18'} - cspell@8.12.1: - resolution: {integrity: sha512-mdnUUPydxxdj/uyF84U/DvPiY/l58Z2IpNwTx3H9Uve9dfT0vRv/7jiFNAvK4hAfZQaMaE7DPC00ckywTI/XgA==} + cspell@8.13.0: + resolution: {integrity: sha512-sByh0pN9NTBA9eGOsuN6r0c8vwD6LVwH4rhHfCMQ1Gjw5ckH9Obp8JxwrIM0fxm14EXQDcKaAewRfHYx2d1jRg==} engines: {node: '>=18'} hasBin: true @@ -5292,10 +5291,10 @@ packages: resolution: {integrity: sha512-/UbPA+bYY7nIxcjL3kpcDY3UNdoLHFhyBFzHox2M0ypcUoueTn6woZUUmzzi5et/dXChksasYYFeKE2wshOrhg==} engines: {node: '>=16'} peerDependencies: - eslint: ^9.7.0 + eslint: ^8.56.0 || ^9.0.0-0 - eslint-plugin-jsdoc@48.9.2: - resolution: {integrity: sha512-ydqg2lEY/WxhMXEb1ZAn+yRbc43DlKYdMP/nUreF5ODE1P9mgeff8atL16lYNNKOvYxNOzL85/5gFVeGylSioA==} + eslint-plugin-jsdoc@48.10.1: + resolution: {integrity: sha512-dxV7ytazLW9CdPahds07FljQ960vLQG65mUnFi8/6Pc6u6miCZNGYrnKVHrnnrcj+LikhiKAayjrUiNttzRMEg==} engines: {node: '>=18'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 @@ -5364,7 +5363,7 @@ packages: resolution: {integrity: sha512-n3AKiVpY2/uDcGrS3+QsYDkjPfaOrNrsfQxU9nt5nitd9KuvVXrfAvgCO9DYPSfap+Gqjw9EOrXIsBp5tlHZjA==} engines: {node: '>=18.18'} peerDependencies: - eslint: ^8.57.0 + eslint: '>=8.56.0' eslint-plugin-unused-imports@4.0.1: resolution: {integrity: sha512-rax76s05z64uQgG9YXsWFmXrgjkaK79AvfeAWiSxhPP6RVGxeRaj4+2u+wxxu/mDy2pmJoOy1QTOEALMia2xGQ==} @@ -8360,8 +8359,8 @@ packages: peerDependencies: stylelint: ^16.0.2 - stylelint@16.8.0: - resolution: {integrity: sha512-Jjr40w3PXDiJVW6c9swLM0a1e0DgDm/XkFozc4XgAcREFas+/nchzmDmeVxazbzXgpDrwm+cW6W6iGtZqYUh+g==} + stylelint@16.8.1: + resolution: {integrity: sha512-O8aDyfdODSDNz/B3gW2HQ+8kv8pfhSu7ZR7xskQ93+vI6FhKKGUJMQ03Ydu+w3OvXXE0/u4hWU4hCPNOyld+OA==} engines: {node: '>=18.12.0'} hasBin: true @@ -9288,6 +9287,11 @@ packages: engines: {node: '>= 14'} hasBin: true + yaml@2.5.0: + resolution: {integrity: sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==} + engines: {node: '>= 14'} + hasBin: true + yargs-parser@18.1.3: resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==} engines: {node: '>=6'} @@ -10642,13 +10646,13 @@ snapshots: '@types/conventional-commits-parser': 5.0.0 chalk: 5.3.0 - '@cspell/cspell-bundled-dicts@8.12.1': + '@cspell/cspell-bundled-dicts@8.13.0': dependencies: '@cspell/dict-ada': 4.0.2 '@cspell/dict-aws': 4.0.3 '@cspell/dict-bash': 4.1.3 - '@cspell/dict-companies': 3.1.2 - '@cspell/dict-cpp': 5.1.11 + '@cspell/dict-companies': 3.1.3 + '@cspell/dict-cpp': 5.1.12 '@cspell/dict-cryptocurrencies': 5.0.0 '@cspell/dict-csharp': 4.0.2 '@cspell/dict-css': 4.0.12 @@ -10663,7 +10667,7 @@ snapshots: '@cspell/dict-filetypes': 3.0.4 '@cspell/dict-fonts': 4.0.0 '@cspell/dict-fsharp': 1.0.1 - '@cspell/dict-fullstack': 3.1.8 + '@cspell/dict-fullstack': 3.2.0 '@cspell/dict-gaming-terms': 1.0.5 '@cspell/dict-git': 3.0.0 '@cspell/dict-golang': 6.0.9 @@ -10673,43 +10677,43 @@ snapshots: '@cspell/dict-html-symbol-entities': 4.0.0 '@cspell/dict-java': 5.0.7 '@cspell/dict-julia': 1.0.1 - '@cspell/dict-k8s': 1.0.5 + '@cspell/dict-k8s': 1.0.6 '@cspell/dict-latex': 4.0.0 '@cspell/dict-lorem-ipsum': 4.0.0 '@cspell/dict-lua': 4.0.3 '@cspell/dict-makefile': 1.0.0 '@cspell/dict-monkeyc': 1.0.6 '@cspell/dict-node': 5.0.1 - '@cspell/dict-npm': 5.0.17 + '@cspell/dict-npm': 5.0.18 '@cspell/dict-php': 4.0.8 '@cspell/dict-powershell': 5.0.5 '@cspell/dict-public-licenses': 2.0.7 - '@cspell/dict-python': 4.2.1 + '@cspell/dict-python': 4.2.3 '@cspell/dict-r': 2.0.1 '@cspell/dict-ruby': 5.0.2 - '@cspell/dict-rust': 4.0.4 + '@cspell/dict-rust': 4.0.5 '@cspell/dict-scala': 5.0.3 - '@cspell/dict-software-terms': 4.0.0 + '@cspell/dict-software-terms': 4.0.3 '@cspell/dict-sql': 2.1.3 '@cspell/dict-svelte': 1.0.2 '@cspell/dict-swift': 2.0.1 '@cspell/dict-terraform': 1.0.0 - '@cspell/dict-typescript': 3.1.5 + '@cspell/dict-typescript': 3.1.6 '@cspell/dict-vue': 3.0.0 - '@cspell/cspell-json-reporter@8.12.1': + '@cspell/cspell-json-reporter@8.13.0': dependencies: - '@cspell/cspell-types': 8.12.1 + '@cspell/cspell-types': 8.13.0 - '@cspell/cspell-pipe@8.12.1': {} + '@cspell/cspell-pipe@8.13.0': {} - '@cspell/cspell-resolver@8.12.1': + '@cspell/cspell-resolver@8.13.0': dependencies: global-directory: 4.0.1 - '@cspell/cspell-service-bus@8.12.1': {} + '@cspell/cspell-service-bus@8.13.0': {} - '@cspell/cspell-types@8.12.1': {} + '@cspell/cspell-types@8.13.0': {} '@cspell/dict-ada@4.0.2': {} @@ -10717,9 +10721,9 @@ snapshots: '@cspell/dict-bash@4.1.3': {} - '@cspell/dict-companies@3.1.2': {} + '@cspell/dict-companies@3.1.3': {} - '@cspell/dict-cpp@5.1.11': {} + '@cspell/dict-cpp@5.1.12': {} '@cspell/dict-cryptocurrencies@5.0.0': {} @@ -10751,7 +10755,7 @@ snapshots: '@cspell/dict-fsharp@1.0.1': {} - '@cspell/dict-fullstack@3.1.8': {} + '@cspell/dict-fullstack@3.2.0': {} '@cspell/dict-gaming-terms@1.0.5': {} @@ -10771,7 +10775,7 @@ snapshots: '@cspell/dict-julia@1.0.1': {} - '@cspell/dict-k8s@1.0.5': {} + '@cspell/dict-k8s@1.0.6': {} '@cspell/dict-latex@4.0.0': {} @@ -10785,7 +10789,7 @@ snapshots: '@cspell/dict-node@5.0.1': {} - '@cspell/dict-npm@5.0.17': {} + '@cspell/dict-npm@5.0.18': {} '@cspell/dict-php@4.0.8': {} @@ -10793,7 +10797,7 @@ snapshots: '@cspell/dict-public-licenses@2.0.7': {} - '@cspell/dict-python@4.2.1': + '@cspell/dict-python@4.2.3': dependencies: '@cspell/dict-data-science': 2.0.1 @@ -10801,11 +10805,11 @@ snapshots: '@cspell/dict-ruby@5.0.2': {} - '@cspell/dict-rust@4.0.4': {} + '@cspell/dict-rust@4.0.5': {} '@cspell/dict-scala@5.0.3': {} - '@cspell/dict-software-terms@4.0.0': {} + '@cspell/dict-software-terms@4.0.3': {} '@cspell/dict-sql@2.1.3': {} @@ -10815,17 +10819,17 @@ snapshots: '@cspell/dict-terraform@1.0.0': {} - '@cspell/dict-typescript@3.1.5': {} + '@cspell/dict-typescript@3.1.6': {} '@cspell/dict-vue@3.0.0': {} - '@cspell/dynamic-import@8.12.1': + '@cspell/dynamic-import@8.13.0': dependencies: import-meta-resolve: 4.1.0 - '@cspell/strong-weak-map@8.12.1': {} + '@cspell/strong-weak-map@8.13.0': {} - '@cspell/url@8.12.1': {} + '@cspell/url@8.13.0': {} '@csstools/cascade-layer-name-parser@1.0.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)': dependencies: @@ -12096,7 +12100,7 @@ snapshots: '@sindresorhus/merge-streams@2.3.0': {} - '@stylistic/stylelint-plugin@2.1.3(stylelint@16.8.0(typescript@5.5.4))': + '@stylistic/stylelint-plugin@3.0.0(stylelint@16.8.1(typescript@5.5.4))': dependencies: '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 @@ -12105,7 +12109,7 @@ snapshots: postcss-selector-parser: 6.1.1 postcss-value-parser: 4.2.0 style-search: 0.1.0 - stylelint: 16.8.0(typescript@5.5.4) + stylelint: 16.8.1(typescript@5.5.4) '@surma/rollup-plugin-off-main-thread@2.2.3': dependencies: @@ -13479,59 +13483,58 @@ snapshots: dependencies: type-fest: 1.4.0 - cspell-config-lib@8.12.1: + cspell-config-lib@8.13.0: dependencies: - '@cspell/cspell-types': 8.12.1 + '@cspell/cspell-types': 8.13.0 comment-json: 4.2.4 - yaml: 2.4.5 + yaml: 2.5.0 - cspell-dictionary@8.12.1: + cspell-dictionary@8.13.0: dependencies: - '@cspell/cspell-pipe': 8.12.1 - '@cspell/cspell-types': 8.12.1 - cspell-trie-lib: 8.12.1 + '@cspell/cspell-pipe': 8.13.0 + '@cspell/cspell-types': 8.13.0 + cspell-trie-lib: 8.13.0 fast-equals: 5.0.1 - gensequence: 7.0.0 - cspell-gitignore@8.12.1: + cspell-gitignore@8.13.0: dependencies: - '@cspell/url': 8.12.1 - cspell-glob: 8.12.1 - cspell-io: 8.12.1 + '@cspell/url': 8.13.0 + cspell-glob: 8.13.0 + cspell-io: 8.13.0 find-up-simple: 1.0.0 - cspell-glob@8.12.1: + cspell-glob@8.13.0: dependencies: - '@cspell/url': 8.12.1 + '@cspell/url': 8.13.0 micromatch: 4.0.7 - cspell-grammar@8.12.1: + cspell-grammar@8.13.0: dependencies: - '@cspell/cspell-pipe': 8.12.1 - '@cspell/cspell-types': 8.12.1 + '@cspell/cspell-pipe': 8.13.0 + '@cspell/cspell-types': 8.13.0 - cspell-io@8.12.1: + cspell-io@8.13.0: dependencies: - '@cspell/cspell-service-bus': 8.12.1 - '@cspell/url': 8.12.1 + '@cspell/cspell-service-bus': 8.13.0 + '@cspell/url': 8.13.0 - cspell-lib@8.12.1: + cspell-lib@8.13.0: dependencies: - '@cspell/cspell-bundled-dicts': 8.12.1 - '@cspell/cspell-pipe': 8.12.1 - '@cspell/cspell-resolver': 8.12.1 - '@cspell/cspell-types': 8.12.1 - '@cspell/dynamic-import': 8.12.1 - '@cspell/strong-weak-map': 8.12.1 - '@cspell/url': 8.12.1 + '@cspell/cspell-bundled-dicts': 8.13.0 + '@cspell/cspell-pipe': 8.13.0 + '@cspell/cspell-resolver': 8.13.0 + '@cspell/cspell-types': 8.13.0 + '@cspell/dynamic-import': 8.13.0 + '@cspell/strong-weak-map': 8.13.0 + '@cspell/url': 8.13.0 clear-module: 4.1.2 comment-json: 4.2.4 - cspell-config-lib: 8.12.1 - cspell-dictionary: 8.12.1 - cspell-glob: 8.12.1 - cspell-grammar: 8.12.1 - cspell-io: 8.12.1 - cspell-trie-lib: 8.12.1 + cspell-config-lib: 8.13.0 + cspell-dictionary: 8.13.0 + cspell-glob: 8.13.0 + cspell-grammar: 8.13.0 + cspell-io: 8.13.0 + cspell-trie-lib: 8.13.0 env-paths: 3.0.0 fast-equals: 5.0.1 gensequence: 7.0.0 @@ -13541,26 +13544,27 @@ snapshots: vscode-uri: 3.0.8 xdg-basedir: 5.1.0 - cspell-trie-lib@8.12.1: + cspell-trie-lib@8.13.0: dependencies: - '@cspell/cspell-pipe': 8.12.1 - '@cspell/cspell-types': 8.12.1 + '@cspell/cspell-pipe': 8.13.0 + '@cspell/cspell-types': 8.13.0 gensequence: 7.0.0 - cspell@8.12.1: + cspell@8.13.0: dependencies: - '@cspell/cspell-json-reporter': 8.12.1 - '@cspell/cspell-pipe': 8.12.1 - '@cspell/cspell-types': 8.12.1 - '@cspell/dynamic-import': 8.12.1 - '@cspell/url': 8.12.1 + '@cspell/cspell-json-reporter': 8.13.0 + '@cspell/cspell-pipe': 8.13.0 + '@cspell/cspell-types': 8.13.0 + '@cspell/dynamic-import': 8.13.0 + '@cspell/url': 8.13.0 chalk: 5.3.0 chalk-template: 1.1.0 commander: 12.1.0 - cspell-gitignore: 8.12.1 - cspell-glob: 8.12.1 - cspell-io: 8.12.1 - cspell-lib: 8.12.1 + cspell-dictionary: 8.13.0 + cspell-gitignore: 8.13.0 + cspell-glob: 8.13.0 + cspell-io: 8.13.0 + cspell-lib: 8.13.0 fast-glob: 3.3.2 fast-json-stable-stringify: 2.1.0 file-entry-cache: 9.0.0 @@ -14215,14 +14219,15 @@ snapshots: - supports-color - typescript - eslint-plugin-jsdoc@48.9.2(eslint@9.8.0): + eslint-plugin-jsdoc@48.10.1(eslint@9.8.0): dependencies: '@es-joy/jsdoccomment': 0.46.0 are-docs-informative: 0.0.2 comment-parser: 1.4.1 - debug: 4.3.5 + debug: 4.3.6 escape-string-regexp: 4.0.0 eslint: 9.8.0 + espree: 10.1.0 esquery: 1.6.0 parse-imports: 2.1.1 semver: 7.6.3 @@ -17394,64 +17399,64 @@ snapshots: postcss: 8.4.40 postcss-selector-parser: 6.1.1 - stylelint-config-html@1.1.0(postcss-html@1.7.0)(stylelint@16.8.0(typescript@5.5.4)): + stylelint-config-html@1.1.0(postcss-html@1.7.0)(stylelint@16.8.1(typescript@5.5.4)): dependencies: postcss-html: 1.7.0 - stylelint: 16.8.0(typescript@5.5.4) + stylelint: 16.8.1(typescript@5.5.4) - stylelint-config-recess-order@5.0.1(stylelint@16.8.0(typescript@5.5.4)): + stylelint-config-recess-order@5.0.1(stylelint@16.8.1(typescript@5.5.4)): dependencies: - stylelint: 16.8.0(typescript@5.5.4) - stylelint-order: 6.0.4(stylelint@16.8.0(typescript@5.5.4)) + stylelint: 16.8.1(typescript@5.5.4) + stylelint-order: 6.0.4(stylelint@16.8.1(typescript@5.5.4)) - stylelint-config-recommended-scss@14.1.0(postcss@8.4.40)(stylelint@16.8.0(typescript@5.5.4)): + stylelint-config-recommended-scss@14.1.0(postcss@8.4.40)(stylelint@16.8.1(typescript@5.5.4)): dependencies: postcss-scss: 4.0.9(postcss@8.4.40) - stylelint: 16.8.0(typescript@5.5.4) - stylelint-config-recommended: 14.0.1(stylelint@16.8.0(typescript@5.5.4)) - stylelint-scss: 6.4.1(stylelint@16.8.0(typescript@5.5.4)) + stylelint: 16.8.1(typescript@5.5.4) + stylelint-config-recommended: 14.0.1(stylelint@16.8.1(typescript@5.5.4)) + stylelint-scss: 6.4.1(stylelint@16.8.1(typescript@5.5.4)) optionalDependencies: postcss: 8.4.40 - stylelint-config-recommended-vue@1.5.0(postcss-html@1.7.0)(stylelint@16.8.0(typescript@5.5.4)): + stylelint-config-recommended-vue@1.5.0(postcss-html@1.7.0)(stylelint@16.8.1(typescript@5.5.4)): dependencies: postcss-html: 1.7.0 semver: 7.6.3 - stylelint: 16.8.0(typescript@5.5.4) - stylelint-config-html: 1.1.0(postcss-html@1.7.0)(stylelint@16.8.0(typescript@5.5.4)) - stylelint-config-recommended: 14.0.1(stylelint@16.8.0(typescript@5.5.4)) + stylelint: 16.8.1(typescript@5.5.4) + stylelint-config-html: 1.1.0(postcss-html@1.7.0)(stylelint@16.8.1(typescript@5.5.4)) + stylelint-config-recommended: 14.0.1(stylelint@16.8.1(typescript@5.5.4)) - stylelint-config-recommended@14.0.1(stylelint@16.8.0(typescript@5.5.4)): + stylelint-config-recommended@14.0.1(stylelint@16.8.1(typescript@5.5.4)): dependencies: - stylelint: 16.8.0(typescript@5.5.4) + stylelint: 16.8.1(typescript@5.5.4) - stylelint-config-standard@36.0.1(stylelint@16.8.0(typescript@5.5.4)): + stylelint-config-standard@36.0.1(stylelint@16.8.1(typescript@5.5.4)): dependencies: - stylelint: 16.8.0(typescript@5.5.4) - stylelint-config-recommended: 14.0.1(stylelint@16.8.0(typescript@5.5.4)) + stylelint: 16.8.1(typescript@5.5.4) + stylelint-config-recommended: 14.0.1(stylelint@16.8.1(typescript@5.5.4)) - stylelint-order@6.0.4(stylelint@16.8.0(typescript@5.5.4)): + stylelint-order@6.0.4(stylelint@16.8.1(typescript@5.5.4)): dependencies: postcss: 8.4.40 postcss-sorting: 8.0.2(postcss@8.4.40) - stylelint: 16.8.0(typescript@5.5.4) + stylelint: 16.8.1(typescript@5.5.4) - stylelint-prettier@5.0.2(prettier@3.3.3)(stylelint@16.8.0(typescript@5.5.4)): + stylelint-prettier@5.0.2(prettier@3.3.3)(stylelint@16.8.1(typescript@5.5.4)): dependencies: prettier: 3.3.3 prettier-linter-helpers: 1.0.0 - stylelint: 16.8.0(typescript@5.5.4) + stylelint: 16.8.1(typescript@5.5.4) - stylelint-scss@6.4.1(stylelint@16.8.0(typescript@5.5.4)): + stylelint-scss@6.4.1(stylelint@16.8.1(typescript@5.5.4)): dependencies: known-css-properties: 0.34.0 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 postcss-selector-parser: 6.1.1 postcss-value-parser: 4.2.0 - stylelint: 16.8.0(typescript@5.5.4) + stylelint: 16.8.1(typescript@5.5.4) - stylelint@16.8.0(typescript@5.5.4): + stylelint@16.8.1(typescript@5.5.4): dependencies: '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 @@ -18592,6 +18597,8 @@ snapshots: yaml@2.4.5: {} + yaml@2.5.0: {} + yargs-parser@18.1.3: dependencies: camelcase: 5.3.1