From 1caf6f12302e6d360225fdb32bbc6d42014b2cc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 23:13:20 +0000 Subject: [PATCH] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [@herb-tools/linter](https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter) and [eslint](https://github.com/eslint/eslint). Updates `@herb-tools/linter` from 0.9.6 to 0.9.7 - [Release notes](https://github.com/marcoroth/herb/releases) - [Commits](https://github.com/marcoroth/herb/commits/v0.9.7/javascript/packages/linter) Updates `eslint` from 10.2.0 to 10.2.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.2.0...v10.2.1) --- updated-dependencies: - dependency-name: "@herb-tools/linter" dependency-version: 0.9.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: eslint dependency-version: 10.2.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- yarn.lock | 130 +++++++++++++++++++++++++++--------------------------- 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/yarn.lock b/yarn.lock index ab16e0a45..0227a59c3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -163,7 +163,7 @@ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b" integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew== -"@eslint/config-array@^0.23.4": +"@eslint/config-array@^0.23.5": version "0.23.5" resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.5.tgz#56e86d243049195d8acc0c06a1b3dfdc3fa3de95" integrity sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA== @@ -172,14 +172,14 @@ debug "^4.3.1" minimatch "^10.2.4" -"@eslint/config-helpers@^0.5.4": +"@eslint/config-helpers@^0.5.5": version "0.5.5" resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.5.tgz#ae16134e4792ac5fbdc533548a24ac1ea9f7f3ae" integrity sha512-eIJYKTCECbP/nsKaaruF6LW967mtbQbsw4JTtSVkUQc9MneSkbrgPJAbKl9nWr0ZeowV8BfsarBmPpBzGelA2w== dependencies: "@eslint/core" "^1.2.1" -"@eslint/core@^1.2.0", "@eslint/core@^1.2.1": +"@eslint/core@^1.2.1": version "1.2.1" resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.2.1.tgz#c1da7cd1b82fa8787f98b5629fb811848a1b63ce" integrity sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ== @@ -196,7 +196,7 @@ resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.5.tgz#88e9bf4d11d2b19c082e78ebe7ce88724a5eb091" integrity sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw== -"@eslint/plugin-kit@^0.7.0": +"@eslint/plugin-kit@^0.7.1": version "0.7.1" resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.7.1.tgz#c4125fd015eceeb09b793109fdbcd4dd0a02d346" integrity sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ== @@ -204,76 +204,76 @@ "@eslint/core" "^1.2.1" levn "^0.4.1" -"@herb-tools/config@0.9.6": - version "0.9.6" - resolved "https://registry.yarnpkg.com/@herb-tools/config/-/config-0.9.6.tgz#60fff48a35cdf50d4d276bbe7242fb8fe93f9348" - integrity sha512-GE3KkN7749HFrsdhjdt7qJixVasOU6Mk748gwuw4xeOIwzU3u+z4D832IohbsuoWjF65iV7GuB1t0o2U8KpgeA== +"@herb-tools/config@0.9.7": + version "0.9.7" + resolved "https://registry.yarnpkg.com/@herb-tools/config/-/config-0.9.7.tgz#a55f1e946203504254bb4919bd7845a398710860" + integrity sha512-si5+0K2DRm+OC1xNUoMPrH9DSnfB4BWrTmRp2uQ7A9hc+ZAEoNC7+lsCtOy3BGUYD7gag6fGe5Rs0kaiN4+hRA== dependencies: - "@herb-tools/core" "0.9.6" + "@herb-tools/core" "0.9.7" picomatch "^4.0.4" tinyglobby "^0.2.16" yaml "^2.8.3" -"@herb-tools/core@0.9.6": - version "0.9.6" - resolved "https://registry.yarnpkg.com/@herb-tools/core/-/core-0.9.6.tgz#b212270fd20d378b9ee4497c683e91ef686622cd" - integrity sha512-H0LsafXLv8ouj/jWKDkdaojUDmd5ssV3CjmSuZEoxb5qIyHt/xqXC+3HY51eUP0MNrHPDMipRV7kW9qNWENcSA== +"@herb-tools/core@0.9.7": + version "0.9.7" + resolved "https://registry.yarnpkg.com/@herb-tools/core/-/core-0.9.7.tgz#ae87f8d5d5481685d2e007ebe930ecc1dc737412" + integrity sha512-YI/jQbNAOyX1G/tVfS/NAQWM+6zDv9UUY68Myqn6j5uW6jPBH3nBcVz2zP02bh7fFTk5ROCiL5bgBkJw1W+HXA== -"@herb-tools/highlighter@0.9.6": - version "0.9.6" - resolved "https://registry.yarnpkg.com/@herb-tools/highlighter/-/highlighter-0.9.6.tgz#7b0389c1d6d8ce2fa2325e27ec0212c1648b1bad" - integrity sha512-oHSTDlww+gJxODQJBOFdVV+ZEDapmXMEBKuBwKd5bySdkWos9zDVTKf/ygnOIT2ZCnQMNuwhz6y63AyzRy2D6Q== +"@herb-tools/highlighter@0.9.7": + version "0.9.7" + resolved "https://registry.yarnpkg.com/@herb-tools/highlighter/-/highlighter-0.9.7.tgz#858f7398c969854762310585aba0ed801d00e641" + integrity sha512-U6xm+S7Yiu8b6zYBI6+HfZJjaKi7jrEFRcOP/G7CTA46vlhv7NOIGLgQMFpD8TfGItBxjh6c79pC5w2M11Pitg== dependencies: - "@herb-tools/core" "0.9.6" - "@herb-tools/node-wasm" "0.9.6" + "@herb-tools/core" "0.9.7" + "@herb-tools/node-wasm" "0.9.7" "@herb-tools/linter@^0.9.2": - version "0.9.6" - resolved "https://registry.yarnpkg.com/@herb-tools/linter/-/linter-0.9.6.tgz#ca4ad0523dc0d870b2b2dab709a8b03abdf601fd" - integrity sha512-X7luRti9VcS/pQ/f71XqzaXogFg/oiCbbxZb+2VGjswbW4kzk+QW+C2KWXzeVth1VKFKnZGSS5C6zAHsp6IczA== - dependencies: - "@herb-tools/config" "0.9.6" - "@herb-tools/core" "0.9.6" - "@herb-tools/highlighter" "0.9.6" - "@herb-tools/node-wasm" "0.9.6" - "@herb-tools/printer" "0.9.6" - "@herb-tools/rewriter" "0.9.6" + version "0.9.7" + resolved "https://registry.yarnpkg.com/@herb-tools/linter/-/linter-0.9.7.tgz#3bb2f154b0e0fcc4fc6a2ea96840ad2cf0862f8b" + integrity sha512-2vdIzY3MXXHQQzAig1Hji5PpRWRjNa3VTN731WMANWdACHdeqx9y4Go/uB+XKkW1vdO9dOzAUdEsAASnuJimFg== + dependencies: + "@herb-tools/config" "0.9.7" + "@herb-tools/core" "0.9.7" + "@herb-tools/highlighter" "0.9.7" + "@herb-tools/node-wasm" "0.9.7" + "@herb-tools/printer" "0.9.7" + "@herb-tools/rewriter" "0.9.7" picomatch "^4.0.4" tinyglobby "^0.2.15" -"@herb-tools/node-wasm@0.9.6": - version "0.9.6" - resolved "https://registry.yarnpkg.com/@herb-tools/node-wasm/-/node-wasm-0.9.6.tgz#bd431ee18011efde52609eafdf7c57097f89f121" - integrity sha512-eqWWI5U10qGQ5C3PKxP9tHQmX1YNfmA9VZpyueyQ8T6Sh7UmolLvTaRoA6QEl2Xj62jCiJ5C14/36OiwVBSveA== +"@herb-tools/node-wasm@0.9.7": + version "0.9.7" + resolved "https://registry.yarnpkg.com/@herb-tools/node-wasm/-/node-wasm-0.9.7.tgz#b56e9db410ed97d3458c76c886be1f0e9e84d0e2" + integrity sha512-JZaGwbUkMsAYxoMACrCiVGdOE95dIoytTc0pMJ5IAPMLLXiIK8uCkDpzTv4BPn7H7VEb3YATnfKJSNBgz7TbQA== dependencies: - "@herb-tools/core" "0.9.6" + "@herb-tools/core" "0.9.7" -"@herb-tools/printer@0.9.6": - version "0.9.6" - resolved "https://registry.yarnpkg.com/@herb-tools/printer/-/printer-0.9.6.tgz#45305e56ee81d5f9ba870c8ecf61f27e8a25d862" - integrity sha512-20uhj90hKGcTQaDTsxtJFhB2E6s4diplpGXFJRxmfNdgoFBQHh5P2Ssnq1W4lUGTZrlTD8P0b7iohqw+IhNONA== +"@herb-tools/printer@0.9.7": + version "0.9.7" + resolved "https://registry.yarnpkg.com/@herb-tools/printer/-/printer-0.9.7.tgz#34ba213a6ee81b4e93908bfe377780a1e04c59ac" + integrity sha512-YlimzQWNWMge8alPydMSpm2Ns3DD1RA7r5XEgJneEZmPAmzilqxBpPRsfVI32W0GcJ5O/a19GmB7q392OIITPA== dependencies: - "@herb-tools/core" "0.9.6" + "@herb-tools/core" "0.9.7" tinyglobby "^0.2.15" -"@herb-tools/rewriter@0.9.6": - version "0.9.6" - resolved "https://registry.yarnpkg.com/@herb-tools/rewriter/-/rewriter-0.9.6.tgz#611b8d19355b1650cf095aad2c8b9429d86734f0" - integrity sha512-ZZywAoFEh7y8FozGz78iPPyWDg1vpjH/osI4xotvHULd0du8Vi3IN30oRfOUmqXdg2f6HOy9pSIBtqOTNku3Pw== +"@herb-tools/rewriter@0.9.7": + version "0.9.7" + resolved "https://registry.yarnpkg.com/@herb-tools/rewriter/-/rewriter-0.9.7.tgz#61fca57facf0db1e2c00cc256171282a10c8028c" + integrity sha512-SBjvCUgHBfbUp0sIXA9bAVrBsTcJeKtHBCIYuyyusL43M+oNX12zVQx7R8kfgespOnPwL6JULkmzRAnurHQmLQ== dependencies: - "@herb-tools/core" "0.9.6" - "@herb-tools/tailwind-class-sorter" "0.9.6" + "@herb-tools/core" "0.9.7" + "@herb-tools/tailwind-class-sorter" "0.9.7" tinyglobby "^0.2.15" -"@herb-tools/tailwind-class-sorter@0.9.6": - version "0.9.6" - resolved "https://registry.yarnpkg.com/@herb-tools/tailwind-class-sorter/-/tailwind-class-sorter-0.9.6.tgz#ccc5b3fe6432aa91bc5dd316d70d00218fcf738e" - integrity sha512-RHA+04Wy26S9unRAtL5zb4AX5eCA5l4Dmq5fVpawevuCgHeEegfr5RQNg7cHZR8svngixLGvylXQ6Hn4iYP97A== +"@herb-tools/tailwind-class-sorter@0.9.7": + version "0.9.7" + resolved "https://registry.yarnpkg.com/@herb-tools/tailwind-class-sorter/-/tailwind-class-sorter-0.9.7.tgz#be2bb336c776bd68e1304540c921fc6895faceea" + integrity sha512-boyEUxnT4EVO3mzVldhrNTJI/eztXmURhestrHLVUOGNd7ow1tQ+8btCMKtI1MXgwRZCOO1YLwuVwk5Imu7XzA== dependencies: clear-module "^4.1.2" escalade "^3.2.0" jiti "^2.5.1" - postcss "^8.5.8" + postcss "^8.5.10" postcss-import "^16.1.1" "@humanfs/core@^0.19.1": @@ -1063,16 +1063,16 @@ eslint-visitor-keys@^5.0.1: integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA== eslint@^10.0.0: - version "10.2.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.2.0.tgz#711c80d32fc3fdd3a575bb93977df43887c3ec8e" - integrity sha512-+L0vBFYGIpSNIt/KWTpFonPrqYvgKw1eUI5Vn7mEogrQcWtWYtNQ7dNqC+px/J0idT3BAkiWrhfS7k+Tum8TUA== + version "10.2.1" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.2.1.tgz#224b2a6caeb34473eddcf918762363e2e063222a" + integrity sha512-wiyGaKsDgqXvF40P8mDwiUp/KQjE1FdrIEJsM8PZ3XCiniTMXS3OHWWUe5FI5agoCnr8x4xPrTDZuxsBlNHl+Q== dependencies: "@eslint-community/eslint-utils" "^4.8.0" "@eslint-community/regexpp" "^4.12.2" - "@eslint/config-array" "^0.23.4" - "@eslint/config-helpers" "^0.5.4" - "@eslint/core" "^1.2.0" - "@eslint/plugin-kit" "^0.7.0" + "@eslint/config-array" "^0.23.5" + "@eslint/config-helpers" "^0.5.5" + "@eslint/core" "^1.2.1" + "@eslint/plugin-kit" "^0.7.1" "@humanfs/node" "^0.16.6" "@humanwhocodes/module-importer" "^1.0.1" "@humanwhocodes/retry" "^0.4.2" @@ -1752,19 +1752,19 @@ postcss-value-parser@^4.0.0: resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== -postcss@^8.5.6: - version "8.5.6" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c" - integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg== +postcss@^8.5.10: + version "8.5.10" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.10.tgz#8992d8c30acf3f12169e7c09514a12fed7e48356" + integrity sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ== dependencies: nanoid "^3.3.11" picocolors "^1.1.1" source-map-js "^1.2.1" -postcss@^8.5.8: - version "8.5.8" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.8.tgz#6230ecc8fb02e7a0f6982e53990937857e13f399" - integrity sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg== +postcss@^8.5.6: + version "8.5.6" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c" + integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg== dependencies: nanoid "^3.3.11" picocolors "^1.1.1" -- 2.47.3