From 71bc2c803bd74662fbed433322b68e4a30c78a76 Mon Sep 17 00:00:00 2001 From: Dinh Le Date: Sat, 5 Sep 2026 15:20:44 +0700 Subject: [PATCH] chore: upgrade to pnpm 12 and restore Node 20 in CI pnpm 12's lockfile supply-chain verification resolves @jsr/* packages against the default npm registry and 404s, so the @jsr scope is declared through `registries` in pnpm-workspace.yaml while the jsr: specifiers stay unchanged. Node 20 returns to the CI matrix now that pnpm no longer requires Node 22.13. --- .github/workflows/ci.yaml | 2 +- package.json | 2 +- pnpm-lock.yaml | 494 +++++++++++++++----------------------- pnpm-workspace.yaml | 4 + 4 files changed, 200 insertions(+), 302 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9e15d5b..5e5980b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [26, 24, 22] + node-version: [26, 24, 22, 20] fail-fast: false steps: - uses: actions/checkout@v7 diff --git a/package.json b/package.json index cea5ac0..5618757 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "devEngines": { "packageManager": { "name": "pnpm", - "version": "^11.0.0", + "version": "^12.0.0", "onFail": "download" } }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7f0c1d9..51695a9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,195 +6,97 @@ importers: .: configDependencies: {} packageManagerDependencies: - '@pnpm/exe': - specifier: ^11.0.0 - version: 11.25.0 pnpm: - specifier: ^11.0.0 - version: 11.25.0 + specifier: ^12.0.0 + version: 12.3.4 packages: - '@pnpm/exe@11.25.0': - resolution: {integrity: sha512-X19R2uC+VAJ4UJQE9c/PCdOXbDaWnZtad7WUrTHBFQuMVaK9MAHbyO/WgahQCuRtTmJkLbxcWKKCk+JeTYFm/g==} - hasBin: true - - '@pnpm/linux-arm64@11.25.0': - resolution: {integrity: sha512-ra8akqhzsbcOhKSJ9fFV8H+Oc9uGQAcp/XmIBEdT+8hPPoZCit3+RNCHmg8bLoNvpSLtRvZE0WFCMj7WyzxeBA==} + '@pnpm/exe.darwin-arm64@12.3.4': + resolution: {integrity: sha512-PAyUol8T1+/+ViOiXAt51ECA+QnfXCqz6foL4bW+LsoX0NcVd5XVEM2mRQu+LV4oc7uRz9zf9U0P+XFfuQeDAw==} cpu: [arm64] - os: [linux] + os: [darwin] - '@pnpm/linux-x64@11.25.0': - resolution: {integrity: sha512-pQl/L10diKQCbF73viRrtVU8qVWMTudUCSG1uZ+EWBNKtU9Sbxe6Q378diXDb1uTwSgUVMQoypxlC1MTzh7qvQ==} + '@pnpm/exe.darwin-x64@12.3.4': + resolution: {integrity: sha512-fxP9JCk0Cdye+ePuj+GJJLMUMTqHGWRdb1dtv4How876uQ2ehxvenpgiYAir/ceO9PsYUZkFTtyZdx+rRu5QOA==} cpu: [x64] - os: [linux] + os: [darwin] - '@pnpm/linuxstatic-arm64@11.25.0': - resolution: {integrity: sha512-cYcrbB/xN1N6/5VUlFuHblb1gNyJgZv1CF5Pk1T0sHJxQMY4DFJV3OqHVAgahxyUfSTaQcVLvH1H2JFvd/+sgw==} + '@pnpm/exe.linux-arm64-musl@12.3.4': + resolution: {integrity: sha512-FBOt0/7ye6O6q4AllVV5QMviB6qE6fqkeczV/+MDWQsmo+QJrlfsh6X7CpH/tClVpBZEyIbjpUoT8bNhCYBxEg==} cpu: [arm64] os: [linux] libc: [musl] - '@pnpm/linuxstatic-x64@11.25.0': - resolution: {integrity: sha512-HXDtaeQod16DDMUUcVLIMxvEc1jKn7IYsNPwbwAPs/Je/d3umRPJi3Ejjdn6e9qpXN6Oon+yvSsJr7B9oDt6KA==} - cpu: [x64] - os: [linux] - libc: [musl] - - '@pnpm/macos-arm64@11.25.0': - resolution: {integrity: sha512-m/eAgEqKhiSexGxWPHNXNnSRI0hudymg6K7LbrU2EoDs9IgJ28OKEz9mGxMzhkYBweEquR4k5teMNes/aToy9w==} - cpu: [arm64] - os: [darwin] - - '@pnpm/win-arm64@11.25.0': - resolution: {integrity: sha512-oAeECbtZ+eJziaBmPUkwJM8Dx7KVQ5FO367AXTjD2HGfB5ob1Bcu5hoUF5RBTgDBiP9fRQ1u13uAEpqar/6NLA==} - cpu: [arm64] - os: [win32] - - '@pnpm/win-x64@11.25.0': - resolution: {integrity: sha512-8/n+wCc0a8TRYTMFqti93Vh0cscdJ25xfMyYSDdXrLUh2ccxSFuS+SE7cNPjd/nOXoFAJvdW0kwfbyRPLa16/w==} - cpu: [x64] - os: [win32] - - '@reflink/reflink-darwin-arm64@0.1.19': - resolution: {integrity: sha512-ruy44Lpepdk1FqDz38vExBY/PVUsjxZA+chd9wozjUH9JjuDT/HEaQYA6wYN9mf041l0yLVar6BCZuWABJvHSA==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [darwin] - - '@reflink/reflink-darwin-x64@0.1.19': - resolution: {integrity: sha512-By85MSWrMZa+c26TcnAy8SDk0sTUkYlNnwknSchkhHpGXOtjNDUOxJE9oByBnGbeuIE1PiQsxDG3Ud+IVV9yuA==} - engines: {node: '>= 10'} - cpu: [x64] - os: [darwin] - - '@reflink/reflink-linux-arm64-gnu@0.1.19': - resolution: {integrity: sha512-7P+er8+rP9iNeN+bfmccM4hTAaLP6PQJPKWSA4iSk2bNvo6KU6RyPgYeHxXmzNKzPVRcypZQTpFgstHam6maVg==} - engines: {node: '>= 10'} + '@pnpm/exe.linux-arm64@12.3.4': + resolution: {integrity: sha512-t71AVA7LRqiKTyZ5xMYaZc2n5DfdpMbfokZuiIOXHBOM03ECnF0t4iYwaBDqJgVjlKYUOwaF/bRQajGNA4cJ4w==} cpu: [arm64] os: [linux] libc: [glibc] - '@reflink/reflink-linux-arm64-musl@0.1.19': - resolution: {integrity: sha512-37iO/Dp6m5DDaC2sf3zPtx/hl9FV3Xze4xoYidrxxS9bgP3S8ALroxRK6xBG/1TtfXKTvolvp+IjrUU6ujIGmA==} - engines: {node: '>= 10'} - cpu: [arm64] + '@pnpm/exe.linux-x64-musl@12.3.4': + resolution: {integrity: sha512-RPmk7Jb/aYaFvL2iyDN/AtMY+hUEsue732WmXpcuQ9tBpMnGyA5py7Z3+e+qmQaJ0zY/4ni9jJiyPBQHujmv6w==} + cpu: [x64] os: [linux] libc: [musl] - '@reflink/reflink-linux-x64-gnu@0.1.19': - resolution: {integrity: sha512-jbI8jvuYCaA3MVUdu8vLoLAFqC+iNMpiSuLbxlAgg7x3K5bsS8nOpTRnkLF7vISJ+rVR8W+7ThXlXlUQ93ulkw==} - engines: {node: '>= 10'} + '@pnpm/exe.linux-x64@12.3.4': + resolution: {integrity: sha512-2ZqOlSPkfwX1h5cR+FPiWf8+F+2hZT/3TvhUK5sigHqwaQCIiq8R7CGxhndKs63JtcLi2a1Qpo+wX/EoyfjyJQ==} cpu: [x64] os: [linux] libc: [glibc] - '@reflink/reflink-linux-x64-musl@0.1.19': - resolution: {integrity: sha512-e9FBWDe+lv7QKAwtKOt6A2W/fyy/aEEfr0g6j/hWzvQcrzHCsz07BNQYlNOjTfeytrtLU7k449H1PI95jA4OjQ==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - libc: [musl] - - '@reflink/reflink-win32-arm64-msvc@0.1.19': - resolution: {integrity: sha512-09PxnVIQcd+UOn4WAW73WU6PXL7DwGS6wPlkMhMg2zlHHG65F3vHepOw06HFCq+N42qkaNAc8AKIabWvtk6cIQ==} - engines: {node: '>= 10'} + '@pnpm/exe.win32-arm64@12.3.4': + resolution: {integrity: sha512-ANyrHqyqco6SXBysUTRF74itDyyraea7IbFsKFdNXTjcFnfycTDx37EwuhdpPYFNSIh2JhUG4fByclsRfiHX7w==} cpu: [arm64] os: [win32] - '@reflink/reflink-win32-x64-msvc@0.1.19': - resolution: {integrity: sha512-E//yT4ni2SyhwP8JRjVGWr3cbnhWDiPLgnQ66qqaanjjnMiu3O/2tjCPQXlcGc/DEYofpDc9fvhv6tALQsMV9w==} - engines: {node: '>= 10'} + '@pnpm/exe.win32-x64@12.3.4': + resolution: {integrity: sha512-WH/KqBPY/hq2Tb7SgQltEZytimcjgKRaCRL/aM9CI0c67iKc5TVmHUhIiL3Ux9FB4bWn36i6XewUcScQI+zG8w==} cpu: [x64] os: [win32] - '@reflink/reflink@0.1.19': - resolution: {integrity: sha512-DmCG8GzysnCZ15bres3N5AHCmwBwYgp0As6xjhQ47rAUTUXxJiK+lLUxaGsX3hd/30qUpVElh05PbGuxRPgJwA==} - engines: {node: '>= 10'} - - detect-libc@2.1.2: - resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} - engines: {node: '>=8'} - - pnpm@11.25.0: - resolution: {integrity: sha512-XN6SW08HX3Jetx+64YpC/+eEUkeJ8ZthxzHLhyHsKKruFg4BqNWvT+2ypCzb8wDv4j2zVrDUoXtNY+EfirfJVg==} - engines: {node: '>=22.13'} + pnpm@12.3.4: + resolution: {integrity: sha512-lhqkH7B32joEpEHZ+OFevAyW2o73ELLrZ7+e58sGEOq9SPH9hfUc/+c4RnhfoPh8VqOocqHYk/hEZ0G1zORUVw==} + engines: {node: '>=18.*'} hasBin: true snapshots: - '@pnpm/exe@11.25.0': - dependencies: - '@reflink/reflink': 0.1.19 - detect-libc: 2.1.2 - optionalDependencies: - '@pnpm/linux-arm64': 11.25.0 - '@pnpm/linux-x64': 11.25.0 - '@pnpm/linuxstatic-arm64': 11.25.0 - '@pnpm/linuxstatic-x64': 11.25.0 - '@pnpm/macos-arm64': 11.25.0 - '@pnpm/win-arm64': 11.25.0 - '@pnpm/win-x64': 11.25.0 - - '@pnpm/linux-arm64@11.25.0': - optional: true - - '@pnpm/linux-x64@11.25.0': - optional: true - - '@pnpm/linuxstatic-arm64@11.25.0': - optional: true - - '@pnpm/linuxstatic-x64@11.25.0': + '@pnpm/exe.darwin-arm64@12.3.4': optional: true - '@pnpm/macos-arm64@11.25.0': + '@pnpm/exe.darwin-x64@12.3.4': optional: true - '@pnpm/win-arm64@11.25.0': + '@pnpm/exe.linux-arm64-musl@12.3.4': optional: true - '@pnpm/win-x64@11.25.0': + '@pnpm/exe.linux-arm64@12.3.4': optional: true - '@reflink/reflink-darwin-arm64@0.1.19': + '@pnpm/exe.linux-x64-musl@12.3.4': optional: true - '@reflink/reflink-darwin-x64@0.1.19': + '@pnpm/exe.linux-x64@12.3.4': optional: true - '@reflink/reflink-linux-arm64-gnu@0.1.19': + '@pnpm/exe.win32-arm64@12.3.4': optional: true - '@reflink/reflink-linux-arm64-musl@0.1.19': + '@pnpm/exe.win32-x64@12.3.4': optional: true - '@reflink/reflink-linux-x64-gnu@0.1.19': - optional: true - - '@reflink/reflink-linux-x64-musl@0.1.19': - optional: true - - '@reflink/reflink-win32-arm64-msvc@0.1.19': - optional: true - - '@reflink/reflink-win32-x64-msvc@0.1.19': - optional: true - - '@reflink/reflink@0.1.19': + pnpm@12.3.4: optionalDependencies: - '@reflink/reflink-darwin-arm64': 0.1.19 - '@reflink/reflink-darwin-x64': 0.1.19 - '@reflink/reflink-linux-arm64-gnu': 0.1.19 - '@reflink/reflink-linux-arm64-musl': 0.1.19 - '@reflink/reflink-linux-x64-gnu': 0.1.19 - '@reflink/reflink-linux-x64-musl': 0.1.19 - '@reflink/reflink-win32-arm64-msvc': 0.1.19 - '@reflink/reflink-win32-x64-msvc': 0.1.19 - - detect-libc@2.1.2: {} - - pnpm@11.25.0: {} + '@pnpm/exe.darwin-arm64': 12.3.4 + '@pnpm/exe.darwin-x64': 12.3.4 + '@pnpm/exe.linux-arm64': 12.3.4 + '@pnpm/exe.linux-arm64-musl': 12.3.4 + '@pnpm/exe.linux-x64': 12.3.4 + '@pnpm/exe.linux-x64-musl': 12.3.4 + '@pnpm/exe.win32-arm64': 12.3.4 + '@pnpm/exe.win32-x64': 12.3.4 --- lockfileVersion: '9.0' @@ -629,8 +531,8 @@ packages: resolution: {integrity: sha512-WivZqV5jPTYDQJgIMp0hTsyQESKYNY6yCJr4b0l84tYtQntkAMkc6zARh2vlRQyeg4aYHPUkCUDpvr2IWAiGpQ==} engines: {node: ^22.22.2 || >=24.15.0} - '@es-joy/jsdoccomment@0.95.1': - resolution: {integrity: sha512-LO/RI08Fo9bhXwB7Od9G+1j3eSNq63+ZS5CQO8YLXHbDg6kx6S/DhTeY0+Fc9uZrjK1zZSyTx8Sg5gv5DIoCnA==} + '@es-joy/jsdoccomment@0.96.0': + resolution: {integrity: sha512-nvtxrDqAJOKMPSsMHqshCnHvnCqFnJTsKpTaTSaZoUi9VxGVe2JvgQeAY/Qvh2wyqXByIAqNTgI7h9elXzn0yQ==} engines: {node: ^22.22.2 || >=24.15.0} '@es-joy/resolve.exports@1.2.0': @@ -965,8 +867,8 @@ packages: resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint/compat@2.1.0': - resolution: {integrity: sha512-LgaSCymEpw7tF53xvDw9SNsraPb1IBHxpdABIOM0hW8UAlP8znrjYtuxfR58FSJ3L9BhwD+FaPRFQpZq84Nh6g==} + '@eslint/compat@2.1.1': + resolution: {integrity: sha512-rMcy8GSrwNzcISX/BlTDY/GLB4eCopEuy9woIls3To+15OLxykZrxxq+WUcylCPCQ6F4MujjBM1DX5V1aqI3Vw==} engines: {node: ^20.19.0 || ^22.13.0 || >=24} peerDependencies: eslint: ^8.40 || 9 || 10 @@ -1002,8 +904,8 @@ packages: resolution: {integrity: sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==} engines: {node: ^20.19.0 || ^22.13.0 || >=24} - '@eslint/plugin-kit@0.7.2': - resolution: {integrity: sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==} + '@eslint/plugin-kit@0.7.3': + resolution: {integrity: sha512-IkO+/KEUvwbVpiURZg+P7zF74z5Jxe0UgJxVni+RtoHQ6IZieXaO02kmadomap/q+l6bc/jdPGGqTjhuZnuz1Q==} engines: {node: ^20.19.0 || ^22.13.0 || >=24} '@fastify/ajv-compiler@4.0.6': @@ -1808,8 +1710,8 @@ packages: resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==} engines: {node: 18 || 20 || >=22} - baseline-browser-mapping@2.11.20: - resolution: {integrity: sha512-H0ulySigv6icDJ1F7SjtdCD6PrhTpdYCmP0CactWy1+ekh0AFd0o1Wn5T8b+hnTmdBx19u9yhL6wvCylXMY7zw==} + baseline-browser-mapping@2.11.21: + resolution: {integrity: sha512-uh8vpY/1/YyFkunIDFH/12p7/7VdPKA1hejMVEbdkEaWnUz0Hesvx5EbiU6XxjyHZIOju+ZMbQJkRh+es3/spQ==} engines: {node: '>=6.0.0'} hasBin: true @@ -2166,8 +2068,8 @@ packages: ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - electron-to-chromium@1.5.420: - resolution: {integrity: sha512-2yD6XreGusOfNV+dUcvipJEXc3n/n7fgr7996aszTG+YY5E4mqM4tOq/3uhP129cazL9YHbVWSpc79ePotWtPA==} + electron-to-chromium@1.5.422: + resolution: {integrity: sha512-UvA/32XqrLDdZSn7Jllo1AYNcWji/G0d5M0GTViE7KoGBiMunw3a34Sb2KO4ZZyrSEhqsxFoVhWWJshdyfKqJA==} empathic@2.0.1: resolution: {integrity: sha512-YGRs8knHhKHVShLkFET/rWAU8kmHbOV5LwN938RHI0pljAJ1Gf6SzXsSmRaEzcXTtOOmVqJ5+WtQPL5uigY50Q==} @@ -2309,8 +2211,8 @@ packages: peerDependencies: eslint: ^9.0.0 || ^10.0.0 - eslint-plugin-jsdoc@64.3.4: - resolution: {integrity: sha512-aZZp44/yc6UTuH6U+cp1IVTTImfP2gd4JTuc+zMoB76ZI746avwbAqbdTejlKDFIYl6gBBhx3FG+jTRPZjnSXw==} + eslint-plugin-jsdoc@64.3.5: + resolution: {integrity: sha512-BqRUwfREoBH+7pzDD+uIQ3aema5P7BnPYcHj3mU0DLm+p/5TEHdimkXgnQfYl0AGgB9PZxZW/Lk7D69FTJSLXw==} engines: {node: ^22.22.2 || >=24.15.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 @@ -2349,8 +2251,8 @@ packages: peerDependencies: eslint: ^9.0.0 || ^10.0.0 - eslint-plugin-regexp@3.2.0: - resolution: {integrity: sha512-4yq47CnLxyfHFKJEo5kvNaiJ0aDtBxSJWk4M2LiamplUXdWxdlzDYqImb/ZVCp+2BqkQjBAmw4Xc07Q8SXVDZg==} + eslint-plugin-regexp@3.3.0: + resolution: {integrity: sha512-TT0JTQbW7CRKohntpGAsMdQ1K3MsmJK4gdAhKJtIwlJ0JvuYxauymFgJdvqxIY4lqNj0EuRZWVrymQtEdJYEFg==} engines: {node: ^20.19.0 || ^22.13.0 || >=24} peerDependencies: eslint: '>=9.38.0' @@ -2830,10 +2732,6 @@ packages: resolution: {integrity: sha512-1LJ/negRKJxH0+ulOsJYEpUgzIs1DAOz9QctuS4In2LW/Ro3l8C4ej5al+5FU2hBGEOAY3R3SCnP6x8226JMIw==} engines: {node: ^22.22.2 || >=24.15.0} - jsdoc-type-pratt-parser@9.1.2: - resolution: {integrity: sha512-9EXymowgk1mb9RY1VxuwKc+AhaxfBk2CV0dWxgGM+l5RURTtiUoAx7MlKwcsiVcEXK5HEPa7FeH/tsRpqjEPRg==} - engines: {node: ^22.22.2 || >=24.15.0} - jsdoc-type-pratt-parser@9.2.1: resolution: {integrity: sha512-V4Ww4EHnTcTLSOMoB0FsF72JhQvcAsriCm/LWnxJeGWoxIjEL2l9na11abQok5SYShq8m0Gl02el/xAbTCulvQ==} engines: {node: ^22.22.2 || >=24.15.0} @@ -3530,8 +3428,8 @@ packages: postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - postcss@8.5.27: - resolution: {integrity: sha512-79Iho8QeYyooJ8e9lCRyTVlyTAkS/kXBYKff6TMzS3kEWGQ8Ds5UEtXpGrSUDLUWok6QTvxeYy0GO8fopHnaSA==} + postcss@8.5.28: + resolution: {integrity: sha512-RRuzqDtt5Y9h3quz5hWhK+TPnsmVs6WwSU6LkJMeY4HstUEDuYTG8UJSdawMRzmzAtV+KEoG8N3Qg2qLy5vM/A==} engines: {node: ^10 || ^12 || >=14} prelude-ls@1.2.1: @@ -3547,8 +3445,8 @@ packages: engines: {node: '>=14'} hasBin: true - pretty-bytes@7.1.2: - resolution: {integrity: sha512-spZIOSORH9joSPGN0L/tYfvINH+xbOpnI3kdcEkq0mzGMjFvDZzyRVbqEOV0wACF0gggdKE9RWO2mosGsBh/Rg==} + pretty-bytes@7.1.3: + resolution: {integrity: sha512-U2KZ675nqba6XSBppSjU2pRgc9Ffx9+uUtd/RTWYmOawVkZuUbBYuwdtFZQmLv+yMgQ2TQxWWuOpyNje67J9tg==} engines: {node: '>=20'} process-warning@4.0.1: @@ -4247,13 +4145,13 @@ snapshots: eslint-plugin-antfu: 3.2.3(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0)) eslint-plugin-command: 4.0.0(@typescript-eslint/typescript-estree@8.69.0(supports-color@7.2.0)(typescript@6.0.3))(@typescript-eslint/utils@8.69.0(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3))(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0)) eslint-plugin-import-lite: 0.6.0(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0)) - eslint-plugin-jsdoc: 64.3.4(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3) + eslint-plugin-jsdoc: 64.3.5(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3) eslint-plugin-jsonc: 3.4.2(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0)) eslint-plugin-n: 18.3.0(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0))(typescript@6.0.3) eslint-plugin-no-only-tests: 3.4.0 eslint-plugin-perfectionist: 5.11.0(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3) eslint-plugin-pnpm: 1.9.1(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0)) - eslint-plugin-regexp: 3.2.0(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0)) + eslint-plugin-regexp: 3.3.0(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0)) eslint-plugin-toml: 1.5.0(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0) eslint-plugin-unicorn: 74.0.0(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0)) eslint-plugin-unused-imports: 4.4.1(@typescript-eslint/eslint-plugin@8.69.0(@typescript-eslint/parser@8.69.0(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3))(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3))(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0)) @@ -4365,13 +4263,13 @@ snapshots: esquery: 1.7.0 jsdoc-type-pratt-parser: 9.0.1 - '@es-joy/jsdoccomment@0.95.1': + '@es-joy/jsdoccomment@0.96.0': dependencies: '@types/estree': 1.0.9 '@typescript-eslint/types': 8.69.0 comment-parser: 1.4.8 esquery: 1.7.0 - jsdoc-type-pratt-parser: 9.1.2 + jsdoc-type-pratt-parser: 9.2.1 '@es-joy/resolve.exports@1.2.0': {} @@ -4544,7 +4442,7 @@ snapshots: '@eslint-community/regexpp@4.12.2': {} - '@eslint/compat@2.1.0(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0))': + '@eslint/compat@2.1.1(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0))': dependencies: '@eslint/core': 1.2.1 optionalDependencies: @@ -4578,7 +4476,7 @@ snapshots: '@eslint/markdown@8.0.3(supports-color@7.2.0)': dependencies: '@eslint/core': 1.2.1 - '@eslint/plugin-kit': 0.7.2 + '@eslint/plugin-kit': 0.7.3 github-slugger: 2.0.0 mdast-util-from-markdown: 2.0.3(supports-color@7.2.0) mdast-util-frontmatter: 2.0.1(supports-color@7.2.0) @@ -4593,7 +4491,7 @@ snapshots: '@eslint/object-schema@3.0.5': {} - '@eslint/plugin-kit@0.7.2': + '@eslint/plugin-kit@0.7.3': dependencies: '@eslint/core': 1.2.1 levn: 0.4.1 @@ -5295,7 +5193,7 @@ snapshots: '@vue/shared': 3.5.42 estree-walker: 2.0.2 magic-string: 0.30.21 - postcss: 8.5.27 + postcss: 8.5.28 source-map-js: 1.2.1 '@vue/compiler-ssr@3.5.42': @@ -5373,13 +5271,13 @@ snapshots: atomic-sleep@1.0.0: {} - autoprefixer@10.5.4(postcss@8.5.27): + autoprefixer@10.5.4(postcss@8.5.28): dependencies: browserslist: 4.28.8 caniuse-lite: 1.0.30001810 fraction.js: 5.3.4 picocolors: 1.1.1 - postcss: 8.5.27 + postcss: 8.5.28 postcss-value-parser: 4.2.0 avvio@9.3.0: @@ -5399,7 +5297,7 @@ snapshots: balanced-match@4.0.4: {} - baseline-browser-mapping@2.11.20: {} + baseline-browser-mapping@2.11.21: {} binary-extensions@2.3.0: {} @@ -5429,9 +5327,9 @@ snapshots: browserslist@4.28.8: dependencies: - baseline-browser-mapping: 2.11.20 + baseline-browser-mapping: 2.11.21 caniuse-lite: 1.0.30001810 - electron-to-chromium: 1.5.420 + electron-to-chromium: 1.5.422 node-releases: 2.0.54 update-browserslist-db: 1.3.2(browserslist@4.28.8) @@ -5635,9 +5533,9 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 - css-declaration-sorter@7.4.0(postcss@8.5.27): + css-declaration-sorter@7.4.0(postcss@8.5.28): dependencies: - postcss: 8.5.27 + postcss: 8.5.28 css-select@6.0.0: dependencies: @@ -5661,49 +5559,49 @@ snapshots: cssesc@3.0.0: {} - cssnano-preset-default@7.0.17(postcss@8.5.27): + cssnano-preset-default@7.0.17(postcss@8.5.28): dependencies: browserslist: 4.28.8 - css-declaration-sorter: 7.4.0(postcss@8.5.27) - cssnano-utils: 5.0.3(postcss@8.5.27) - postcss: 8.5.27 - postcss-calc: 10.1.1(postcss@8.5.27) - postcss-colormin: 7.0.10(postcss@8.5.27) - postcss-convert-values: 7.0.12(postcss@8.5.27) - postcss-discard-comments: 7.0.8(postcss@8.5.27) - postcss-discard-duplicates: 7.0.4(postcss@8.5.27) - postcss-discard-empty: 7.0.3(postcss@8.5.27) - postcss-discard-overridden: 7.0.3(postcss@8.5.27) - postcss-merge-longhand: 7.0.7(postcss@8.5.27) - postcss-merge-rules: 7.0.11(postcss@8.5.27) - postcss-minify-font-values: 7.0.3(postcss@8.5.27) - postcss-minify-gradients: 7.0.5(postcss@8.5.27) - postcss-minify-params: 7.0.9(postcss@8.5.27) - postcss-minify-selectors: 7.1.2(postcss@8.5.27) - postcss-normalize-charset: 7.0.3(postcss@8.5.27) - postcss-normalize-display-values: 7.0.3(postcss@8.5.27) - postcss-normalize-positions: 7.0.4(postcss@8.5.27) - postcss-normalize-repeat-style: 7.0.4(postcss@8.5.27) - postcss-normalize-string: 7.0.3(postcss@8.5.27) - postcss-normalize-timing-functions: 7.0.3(postcss@8.5.27) - postcss-normalize-unicode: 7.0.9(postcss@8.5.27) - postcss-normalize-url: 7.0.3(postcss@8.5.27) - postcss-normalize-whitespace: 7.0.3(postcss@8.5.27) - postcss-ordered-values: 7.0.4(postcss@8.5.27) - postcss-reduce-initial: 7.0.9(postcss@8.5.27) - postcss-reduce-transforms: 7.0.3(postcss@8.5.27) - postcss-svgo: 7.1.3(postcss@8.5.27) - postcss-unique-selectors: 7.0.7(postcss@8.5.27) - - cssnano-utils@5.0.3(postcss@8.5.27): - dependencies: - postcss: 8.5.27 - - cssnano@7.1.9(postcss@8.5.27): - dependencies: - cssnano-preset-default: 7.0.17(postcss@8.5.27) + css-declaration-sorter: 7.4.0(postcss@8.5.28) + cssnano-utils: 5.0.3(postcss@8.5.28) + postcss: 8.5.28 + postcss-calc: 10.1.1(postcss@8.5.28) + postcss-colormin: 7.0.10(postcss@8.5.28) + postcss-convert-values: 7.0.12(postcss@8.5.28) + postcss-discard-comments: 7.0.8(postcss@8.5.28) + postcss-discard-duplicates: 7.0.4(postcss@8.5.28) + postcss-discard-empty: 7.0.3(postcss@8.5.28) + postcss-discard-overridden: 7.0.3(postcss@8.5.28) + postcss-merge-longhand: 7.0.7(postcss@8.5.28) + postcss-merge-rules: 7.0.11(postcss@8.5.28) + postcss-minify-font-values: 7.0.3(postcss@8.5.28) + postcss-minify-gradients: 7.0.5(postcss@8.5.28) + postcss-minify-params: 7.0.9(postcss@8.5.28) + postcss-minify-selectors: 7.1.2(postcss@8.5.28) + postcss-normalize-charset: 7.0.3(postcss@8.5.28) + postcss-normalize-display-values: 7.0.3(postcss@8.5.28) + postcss-normalize-positions: 7.0.4(postcss@8.5.28) + postcss-normalize-repeat-style: 7.0.4(postcss@8.5.28) + postcss-normalize-string: 7.0.3(postcss@8.5.28) + postcss-normalize-timing-functions: 7.0.3(postcss@8.5.28) + postcss-normalize-unicode: 7.0.9(postcss@8.5.28) + postcss-normalize-url: 7.0.3(postcss@8.5.28) + postcss-normalize-whitespace: 7.0.3(postcss@8.5.28) + postcss-ordered-values: 7.0.4(postcss@8.5.28) + postcss-reduce-initial: 7.0.9(postcss@8.5.28) + postcss-reduce-transforms: 7.0.3(postcss@8.5.28) + postcss-svgo: 7.1.3(postcss@8.5.28) + postcss-unique-selectors: 7.0.7(postcss@8.5.28) + + cssnano-utils@5.0.3(postcss@8.5.28): + dependencies: + postcss: 8.5.28 + + cssnano@7.1.9(postcss@8.5.28): + dependencies: + cssnano-preset-default: 7.0.17(postcss@8.5.28) lilconfig: 3.1.3 - postcss: 8.5.27 + postcss: 8.5.28 csso@5.0.5: dependencies: @@ -5785,7 +5683,7 @@ snapshots: ee-first@1.1.1: {} - electron-to-chromium@1.5.420: {} + electron-to-chromium@1.5.422: {} empathic@2.0.1: {} @@ -5892,7 +5790,7 @@ snapshots: eslint-config-flat-gitignore@2.4.0(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0)): dependencies: - '@eslint/compat': 2.1.0(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0)) + '@eslint/compat': 2.1.1(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0)) eslint: 10.9.1(jiti@2.7.0)(supports-color@7.2.0) eslint-flat-config-utils@3.2.0: @@ -5956,9 +5854,9 @@ snapshots: dependencies: eslint: 10.9.1(jiti@2.7.0)(supports-color@7.2.0) - eslint-plugin-jsdoc@64.3.4(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3): + eslint-plugin-jsdoc@64.3.5(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3): dependencies: - '@es-joy/jsdoccomment': 0.95.1 + '@es-joy/jsdoccomment': 0.96.0 '@es-joy/resolve.exports': 1.2.0 '@typescript-eslint/utils': 8.69.0(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0)(typescript@6.0.3) are-docs-informative: 0.1.1 @@ -5982,7 +5880,7 @@ snapshots: dependencies: '@eslint-community/eslint-utils': 4.10.1(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0)) '@eslint/core': 1.2.1 - '@eslint/plugin-kit': 0.7.2 + '@eslint/plugin-kit': 0.7.3 '@ota-meshi/ast-token-store': 0.3.0 diff-sequences: 29.6.3 eslint: 10.9.1(jiti@2.7.0)(supports-color@7.2.0) @@ -6032,7 +5930,7 @@ snapshots: transitivePeerDependencies: - '@eslint/json' - eslint-plugin-regexp@3.2.0(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0)): + eslint-plugin-regexp@3.3.0(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0)): dependencies: '@eslint-community/eslint-utils': 4.10.1(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0)) '@eslint-community/regexpp': 4.12.2 @@ -6046,7 +5944,7 @@ snapshots: eslint-plugin-toml@1.5.0(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0))(supports-color@7.2.0): dependencies: '@eslint/core': 1.2.1 - '@eslint/plugin-kit': 0.7.2 + '@eslint/plugin-kit': 0.7.3 '@ota-meshi/ast-token-store': 0.3.0 debug: 4.4.3(supports-color@7.2.0) eslint: 10.9.1(jiti@2.7.0)(supports-color@7.2.0) @@ -6101,7 +5999,7 @@ snapshots: eslint-plugin-yml@3.8.1(eslint@10.9.1(jiti@2.7.0)(supports-color@7.2.0)): dependencies: '@eslint/core': 1.2.1 - '@eslint/plugin-kit': 0.7.2 + '@eslint/plugin-kit': 0.7.3 '@ota-meshi/ast-token-store': 0.3.0 diff-sequences: 29.6.3 escape-string-regexp: 5.0.0 @@ -6134,7 +6032,7 @@ snapshots: '@eslint/config-array': 0.23.5(supports-color@7.2.0) '@eslint/config-helpers': 0.7.0 '@eslint/core': 1.2.1 - '@eslint/plugin-kit': 0.7.2 + '@eslint/plugin-kit': 0.7.3 '@humanfs/node': 0.16.8 '@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/retry': 0.4.3 @@ -6575,10 +6473,6 @@ snapshots: dependencies: '@types/estree': 1.0.9 - jsdoc-type-pratt-parser@9.1.2: - dependencies: - '@types/estree': 1.0.9 - jsdoc-type-pratt-parser@9.2.1: dependencies: '@types/estree': 1.0.9 @@ -7059,17 +6953,17 @@ snapshots: mkdist@2.4.1(typescript@6.0.3): dependencies: - autoprefixer: 10.5.4(postcss@8.5.27) + autoprefixer: 10.5.4(postcss@8.5.28) citty: 0.1.6 - cssnano: 7.1.9(postcss@8.5.27) + cssnano: 7.1.9(postcss@8.5.28) defu: 6.1.7 esbuild: 0.25.12 jiti: 1.21.7 mlly: 1.8.2 pathe: 2.0.3 pkg-types: 2.3.2 - postcss: 8.5.27 - postcss-nested: 7.0.2(postcss@8.5.27) + postcss: 8.5.28 + postcss-nested: 7.0.2(postcss@8.5.28) semver: 7.8.5 tinyglobby: 0.2.17 optionalDependencies: @@ -7292,149 +7186,149 @@ snapshots: dependencies: yaml: 2.9.0 - postcss-calc@10.1.1(postcss@8.5.27): + postcss-calc@10.1.1(postcss@8.5.28): dependencies: - postcss: 8.5.27 + postcss: 8.5.28 postcss-selector-parser: 7.1.6 postcss-value-parser: 4.2.0 - postcss-colormin@7.0.10(postcss@8.5.27): + postcss-colormin@7.0.10(postcss@8.5.28): dependencies: '@colordx/core': 5.8.0 browserslist: 4.28.8 caniuse-api: 3.0.0 - postcss: 8.5.27 + postcss: 8.5.28 postcss-value-parser: 4.2.0 - postcss-convert-values@7.0.12(postcss@8.5.27): + postcss-convert-values@7.0.12(postcss@8.5.28): dependencies: browserslist: 4.28.8 - postcss: 8.5.27 + postcss: 8.5.28 postcss-value-parser: 4.2.0 - postcss-discard-comments@7.0.8(postcss@8.5.27): + postcss-discard-comments@7.0.8(postcss@8.5.28): dependencies: - postcss: 8.5.27 + postcss: 8.5.28 postcss-selector-parser: 7.1.6 - postcss-discard-duplicates@7.0.4(postcss@8.5.27): + postcss-discard-duplicates@7.0.4(postcss@8.5.28): dependencies: - postcss: 8.5.27 + postcss: 8.5.28 - postcss-discard-empty@7.0.3(postcss@8.5.27): + postcss-discard-empty@7.0.3(postcss@8.5.28): dependencies: - postcss: 8.5.27 + postcss: 8.5.28 - postcss-discard-overridden@7.0.3(postcss@8.5.27): + postcss-discard-overridden@7.0.3(postcss@8.5.28): dependencies: - postcss: 8.5.27 + postcss: 8.5.28 - postcss-merge-longhand@7.0.7(postcss@8.5.27): + postcss-merge-longhand@7.0.7(postcss@8.5.28): dependencies: - postcss: 8.5.27 + postcss: 8.5.28 postcss-value-parser: 4.2.0 - stylehacks: 7.0.11(postcss@8.5.27) + stylehacks: 7.0.11(postcss@8.5.28) - postcss-merge-rules@7.0.11(postcss@8.5.27): + postcss-merge-rules@7.0.11(postcss@8.5.28): dependencies: browserslist: 4.28.8 caniuse-api: 3.0.0 - cssnano-utils: 5.0.3(postcss@8.5.27) - postcss: 8.5.27 + cssnano-utils: 5.0.3(postcss@8.5.28) + postcss: 8.5.28 postcss-selector-parser: 7.1.6 - postcss-minify-font-values@7.0.3(postcss@8.5.27): + postcss-minify-font-values@7.0.3(postcss@8.5.28): dependencies: - postcss: 8.5.27 + postcss: 8.5.28 postcss-value-parser: 4.2.0 - postcss-minify-gradients@7.0.5(postcss@8.5.27): + postcss-minify-gradients@7.0.5(postcss@8.5.28): dependencies: '@colordx/core': 5.8.0 - cssnano-utils: 5.0.3(postcss@8.5.27) - postcss: 8.5.27 + cssnano-utils: 5.0.3(postcss@8.5.28) + postcss: 8.5.28 postcss-value-parser: 4.2.0 - postcss-minify-params@7.0.9(postcss@8.5.27): + postcss-minify-params@7.0.9(postcss@8.5.28): dependencies: browserslist: 4.28.8 - cssnano-utils: 5.0.3(postcss@8.5.27) - postcss: 8.5.27 + cssnano-utils: 5.0.3(postcss@8.5.28) + postcss: 8.5.28 postcss-value-parser: 4.2.0 - postcss-minify-selectors@7.1.2(postcss@8.5.27): + postcss-minify-selectors@7.1.2(postcss@8.5.28): dependencies: browserslist: 4.28.8 caniuse-api: 3.0.0 cssesc: 3.0.0 - postcss: 8.5.27 + postcss: 8.5.28 postcss-selector-parser: 7.1.6 - postcss-nested@7.0.2(postcss@8.5.27): + postcss-nested@7.0.2(postcss@8.5.28): dependencies: - postcss: 8.5.27 + postcss: 8.5.28 postcss-selector-parser: 7.1.6 - postcss-normalize-charset@7.0.3(postcss@8.5.27): + postcss-normalize-charset@7.0.3(postcss@8.5.28): dependencies: - postcss: 8.5.27 + postcss: 8.5.28 - postcss-normalize-display-values@7.0.3(postcss@8.5.27): + postcss-normalize-display-values@7.0.3(postcss@8.5.28): dependencies: - postcss: 8.5.27 + postcss: 8.5.28 postcss-value-parser: 4.2.0 - postcss-normalize-positions@7.0.4(postcss@8.5.27): + postcss-normalize-positions@7.0.4(postcss@8.5.28): dependencies: - postcss: 8.5.27 + postcss: 8.5.28 postcss-value-parser: 4.2.0 - postcss-normalize-repeat-style@7.0.4(postcss@8.5.27): + postcss-normalize-repeat-style@7.0.4(postcss@8.5.28): dependencies: - postcss: 8.5.27 + postcss: 8.5.28 postcss-value-parser: 4.2.0 - postcss-normalize-string@7.0.3(postcss@8.5.27): + postcss-normalize-string@7.0.3(postcss@8.5.28): dependencies: - postcss: 8.5.27 + postcss: 8.5.28 postcss-value-parser: 4.2.0 - postcss-normalize-timing-functions@7.0.3(postcss@8.5.27): + postcss-normalize-timing-functions@7.0.3(postcss@8.5.28): dependencies: - postcss: 8.5.27 + postcss: 8.5.28 postcss-value-parser: 4.2.0 - postcss-normalize-unicode@7.0.9(postcss@8.5.27): + postcss-normalize-unicode@7.0.9(postcss@8.5.28): dependencies: browserslist: 4.28.8 - postcss: 8.5.27 + postcss: 8.5.28 postcss-value-parser: 4.2.0 - postcss-normalize-url@7.0.3(postcss@8.5.27): + postcss-normalize-url@7.0.3(postcss@8.5.28): dependencies: - postcss: 8.5.27 + postcss: 8.5.28 postcss-value-parser: 4.2.0 - postcss-normalize-whitespace@7.0.3(postcss@8.5.27): + postcss-normalize-whitespace@7.0.3(postcss@8.5.28): dependencies: - postcss: 8.5.27 + postcss: 8.5.28 postcss-value-parser: 4.2.0 - postcss-ordered-values@7.0.4(postcss@8.5.27): + postcss-ordered-values@7.0.4(postcss@8.5.28): dependencies: - cssnano-utils: 5.0.3(postcss@8.5.27) - postcss: 8.5.27 + cssnano-utils: 5.0.3(postcss@8.5.28) + postcss: 8.5.28 postcss-value-parser: 4.2.0 - postcss-reduce-initial@7.0.9(postcss@8.5.27): + postcss-reduce-initial@7.0.9(postcss@8.5.28): dependencies: browserslist: 4.28.8 caniuse-api: 3.0.0 - postcss: 8.5.27 + postcss: 8.5.28 - postcss-reduce-transforms@7.0.3(postcss@8.5.27): + postcss-reduce-transforms@7.0.3(postcss@8.5.28): dependencies: - postcss: 8.5.27 + postcss: 8.5.28 postcss-value-parser: 4.2.0 postcss-selector-parser@7.1.6: @@ -7442,20 +7336,20 @@ snapshots: cssesc: 3.0.0 util-deprecate: 1.0.2 - postcss-svgo@7.1.3(postcss@8.5.27): + postcss-svgo@7.1.3(postcss@8.5.28): dependencies: - postcss: 8.5.27 + postcss: 8.5.28 postcss-value-parser: 4.2.0 svgo: 4.1.0 - postcss-unique-selectors@7.0.7(postcss@8.5.27): + postcss-unique-selectors@7.0.7(postcss@8.5.28): dependencies: - postcss: 8.5.27 + postcss: 8.5.28 postcss-selector-parser: 7.1.6 postcss-value-parser@4.2.0: {} - postcss@8.5.27: + postcss@8.5.28: dependencies: nanoid: 3.3.18 picocolors: 1.1.1 @@ -7469,7 +7363,7 @@ snapshots: prettier@3.9.6: {} - pretty-bytes@7.1.2: {} + pretty-bytes@7.1.3: {} process-warning@4.0.1: {} @@ -7789,10 +7683,10 @@ snapshots: strip-indent@4.1.1: {} - stylehacks@7.0.11(postcss@8.5.27): + stylehacks@7.0.11(postcss@8.5.28): dependencies: browserslist: 4.28.8 - postcss: 8.5.27 + postcss: 8.5.28 postcss-selector-parser: 7.1.6 super-regex@1.1.0: @@ -7948,7 +7842,7 @@ snapshots: mlly: 1.8.2 pathe: 2.0.3 pkg-types: 2.3.2 - pretty-bytes: 7.1.2 + pretty-bytes: 7.1.3 rollup: 4.63.1 rollup-plugin-dts: 6.5.1(rollup@4.63.1)(typescript@6.0.3) scule: 1.3.0 @@ -8035,7 +7929,7 @@ snapshots: esbuild: 0.28.2 fdir: 6.5.0(picomatch@4.0.7) picomatch: 4.0.7 - postcss: 8.5.27 + postcss: 8.5.28 rollup: 4.63.1 tinyglobby: 0.2.17 optionalDependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 35f611f..38c689c 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,7 @@ +registries: + https://npm.jsr.io/: + scopes: ['@jsr'] + packages: - packages/* - playgrounds/*