From 1125a81b4245f2d1ab98446eaac03a288c15fc8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 16:02:19 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/lint.yml | 4 +- .github/workflows/release.yml | 4 +- .github/workflows/test.yml | 4 +- package.json | 10 +- pnpm-lock.yaml | 188 +++++++++++++++++----------------- 5 files changed, 105 insertions(+), 105 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4ae42bc..5dfded2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,11 +26,11 @@ jobs: - name: Setup Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: 24.16.0 + node-version: 24.17.0 package-manager-cache: false - name: Install Pnpm - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: run_install: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ca9e8d..be9b184 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,11 +23,11 @@ jobs: - name: Setup Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: 24.16.0 + node-version: 24.17.0 package-manager-cache: false - name: Install Pnpm - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: run_install: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b5b742..84a8989 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,11 +26,11 @@ jobs: - name: Setup Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: 24.16.0 + node-version: 24.17.0 package-manager-cache: false - name: Install Pnpm - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: run_install: true diff --git a/package.json b/package.json index 8c98944..4711ee7 100644 --- a/package.json +++ b/package.json @@ -38,15 +38,15 @@ "ts-checker-rspack-plugin": "^1.4.0" }, "devDependencies": { - "@playwright/test": "^1.61.0", + "@playwright/test": "^1.61.1", "@rsbuild/core": "^2.0.15", "@rslib/core": "^0.23.0", - "@rslint/core": "^0.6.2", + "@rslint/core": "^0.6.3", "@types/fs-extra": "^11.0.4", "@types/node": "^24.13.2", - "@typescript/native-preview": "7.0.0-dev.20260617.2", + "@typescript/native-preview": "7.0.0-dev.20260624.1", "fs-extra": "^11.3.5", - "playwright": "^1.61.0", + "playwright": "^1.61.1", "prettier": "^3.8.4", "simple-git-hooks": "^2.13.1", "typescript": "^6.0.3" @@ -63,7 +63,7 @@ "optional": true } }, - "packageManager": "pnpm@11.7.0", + "packageManager": "pnpm@11.9.0", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ef1234d..133396b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -19,20 +19,20 @@ importers: version: 1.1.2 ts-checker-rspack-plugin: specifier: ^1.4.0 - version: 1.4.0(@rspack/core@2.0.8(@swc/helpers@0.5.23))(@typescript/native-preview@7.0.0-dev.20260617.2)(tslib@2.8.1)(typescript@6.0.3) + version: 1.4.0(@rspack/core@2.0.8(@swc/helpers@0.5.23))(@typescript/native-preview@7.0.0-dev.20260624.1)(tslib@2.8.1)(typescript@6.0.3) devDependencies: '@playwright/test': - specifier: ^1.61.0 - version: 1.61.0 + specifier: ^1.61.1 + version: 1.61.1 '@rsbuild/core': specifier: ^2.0.15 version: 2.0.15 '@rslib/core': specifier: ^0.23.0 - version: 0.23.0(@typescript/native-preview@7.0.0-dev.20260617.2)(typescript@6.0.3) + version: 0.23.0(@typescript/native-preview@7.0.0-dev.20260624.1)(typescript@6.0.3) '@rslint/core': - specifier: ^0.6.2 - version: 0.6.2 + specifier: ^0.6.3 + version: 0.6.3 '@types/fs-extra': specifier: ^11.0.4 version: 11.0.4 @@ -40,14 +40,14 @@ importers: specifier: ^24.13.2 version: 24.13.2 '@typescript/native-preview': - specifier: 7.0.0-dev.20260617.2 - version: 7.0.0-dev.20260617.2 + specifier: 7.0.0-dev.20260624.1 + version: 7.0.0-dev.20260624.1 fs-extra: specifier: ^11.3.5 version: 11.3.5 playwright: - specifier: ^1.61.0 - version: 1.61.0 + specifier: ^1.61.1 + version: 1.61.1 prettier: specifier: ^3.8.4 version: 3.8.4 @@ -257,8 +257,8 @@ packages: '@emnapi/core': ^1.7.1 '@emnapi/runtime': ^1.7.1 - '@playwright/test@1.61.0': - resolution: {integrity: sha512-cKA5B6lpFEMyMGjxF54QihfYpB4FkEGH+qZhtArDEG+wezQAJY8Pq6C7T1SjWz+FFzt3TbyoXBQYk/0292TdJA==} + '@playwright/test@1.61.1': + resolution: {integrity: sha512-8nKv6+0RJSL9FE4jYOEGXnPeM/Hg12qZpmqzZjRh3qM0Y7c3z1mrOTfFLids72RDQYVh9WpLEfR5WdpNX4fkig==} engines: {node: '>=18'} hasBin: true @@ -285,8 +285,8 @@ packages: typescript: optional: true - '@rslint/core@0.6.2': - resolution: {integrity: sha512-ogJpVQzQm32JsHTG1NGNkBSRBIrvFJl+gAQzpCJGX1kk1H57uKl+jUQXy0iEX/coWsz01F3IpaFg1XpXPKWt6g==} + '@rslint/core@0.6.3': + resolution: {integrity: sha512-/NFPjAVtt3X6c1PXmbWs4jhoQ4HAG6/r4hVXIBJFZ8mbxr20wBVLkqDb2X/ou6hp38o/z6vz3VLa76NE5FiEsQ==} hasBin: true peerDependencies: jiti: ^2.0.0 @@ -294,47 +294,47 @@ packages: jiti: optional: true - '@rslint/native-darwin-arm64@0.6.2': - resolution: {integrity: sha512-0lZ3QihOEtII9pVXrhrjIJklcM68GkrffyRikX9HSpkNzUVlzzRwFIRIdk7FLkD+xBUdmbjcP0SoBn4fFQhfHA==} + '@rslint/native-darwin-arm64@0.6.3': + resolution: {integrity: sha512-AeDPUmPZEIoT2EoT9lCTpPICyY53hMbgP2/uuJH1E0M1mOsQQNj3V2chR9Xd8m4St8mmBzRQwEOauPNN8UpKFQ==} cpu: [arm64] os: [darwin] - '@rslint/native-darwin-x64@0.6.2': - resolution: {integrity: sha512-Qt5MFGRoLT9yve/QB+J4oOyBl0dUUO8CH4JqOOEPzwNhF+9uoLqOWnCY6g0h0aDRGaNKklcyNoSksIpdrYsUCA==} + '@rslint/native-darwin-x64@0.6.3': + resolution: {integrity: sha512-N3wezRfoHPkN9EjLWKiA62iFbOmWshQMA11A7K7u3O6OBzbCq08KcvK2favY+8AtPubz3ZoQlZWdkdw/PSOJIw==} cpu: [x64] os: [darwin] - '@rslint/native-linux-arm64-gnu@0.6.2': - resolution: {integrity: sha512-S6yRUXaH0c+K4jFPSz2jOdqDx6IzFqp9J9QFv7IqtZSZCj0fszam1xKrWfaR5eBMeF/WhP3gJFxZMsHRjt6zvw==} + '@rslint/native-linux-arm64-gnu@0.6.3': + resolution: {integrity: sha512-vy9pleYzzli4E4lI+bBx/QqYOm4YbKL+LxJ/NdIaUKCvd5105GoY+W6JkghSo4A1fWLvY2oT0iCJlTs8mboWyQ==} cpu: [arm64] os: [linux] libc: [glibc] - '@rslint/native-linux-arm64-musl@0.6.2': - resolution: {integrity: sha512-t32ryxYDsfqdiJyAm3QaPH2Tk6nwEgPvHTqBw6zQicPlWQdOI2vgFfNJSLFCiYnlPthRCu7zez6RTcrbEScn3w==} + '@rslint/native-linux-arm64-musl@0.6.3': + resolution: {integrity: sha512-L9Mmf4NOrDGR+Rw5LFV1xKYluZK1rcFA4lYU3BUuO2fFHciXeEb+uBfGMApMVWiP3ySHzZuT5Gwwmvu1f35U4Q==} cpu: [arm64] os: [linux] libc: [musl] - '@rslint/native-linux-x64-gnu@0.6.2': - resolution: {integrity: sha512-7OERRKE+G11r8mkxFIYXeBQ1D782SN/NXYaOekBBnPT0S/Dd1LLK7gdBkUoyXbfLslKWgjAc5/ijfNIk4tFDhw==} + '@rslint/native-linux-x64-gnu@0.6.3': + resolution: {integrity: sha512-folnUJWVEiCYtSNNsAlqGM3b7LhyUgD4de8nnKPvlNqnYTvDdaIWsRnwKFL369B5Fq2gdiYJx2RMKc0jg8q9og==} cpu: [x64] os: [linux] libc: [glibc] - '@rslint/native-linux-x64-musl@0.6.2': - resolution: {integrity: sha512-fuz2ASX8jxm0OuOoM8CGK7GIqTPVG/w7VZG3bMqfPgdGFsElyCgbEud29uz0NwIxWitEVqIsyR+hfHN/AAOdsQ==} + '@rslint/native-linux-x64-musl@0.6.3': + resolution: {integrity: sha512-dWPm6eYMt51DD3A0YX6x5yjNKR8R4EPRKpJeenExQD9529DNEgpuZ9ZAVeQAkKcJxvk0DM/X0KdLEVNinbWhtw==} cpu: [x64] os: [linux] libc: [musl] - '@rslint/native-win32-arm64-msvc@0.6.2': - resolution: {integrity: sha512-e2TFf7jMX7KzeMUj0FyaAiAs/EeQn2SFyYRWBXn0yGzo41y7lwuBC3JdPqfi08aNNyjWnDS5HtBt3B4Tm1Ursw==} + '@rslint/native-win32-arm64-msvc@0.6.3': + resolution: {integrity: sha512-06lU+dD29ZNjikDU8HlLZN7diT/v5Z3LGIZDdLeEQTXRC5seMq7h/cM0i7SjhOjrdjPKRMaCzaAKe4ywUpd3gA==} cpu: [arm64] os: [win32] - '@rslint/native-win32-x64-msvc@0.6.2': - resolution: {integrity: sha512-GetOAXl97lNr9LQjVlhMX1g6tvtUnFhgI4k9P8l16HHzVVHyfIRifWIjDCv8keE4HhZ8mwtSGqGwI6escST7pA==} + '@rslint/native-win32-x64-msvc@0.6.3': + resolution: {integrity: sha512-tl+LpaYRySuG4brFs1UndDgWIvnwH3oUUb4KISEFVRWuxAe+BcrX2qjCg3MRcnxnN37Es7gpPNNCrOEAlRs7xw==} cpu: [x64] os: [win32] @@ -427,50 +427,50 @@ packages: '@types/node@24.13.2': resolution: {integrity: sha512-fRa09kZTgu8o71KFcDjUFuc7F+dEbZYZmkI0mg5YBTRs0yMKjYHsq/c0urDKeDb+D5qVgXOdFcuu+DZPKOITwA==} - '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260617.2': - resolution: {integrity: sha512-fr6hLBO+XOUJQ+WDRIbGLDhVOL1vDlrnn086U6QKVu2aT5XtGOcas1KIl2NJOihSgEI5ZRaUGrQsGpeXu0LNwQ==} + '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260624.1': + resolution: {integrity: sha512-g8CqDkYCHTCYdhBHXs5cMraBurOS+KrcMFxE0SsaKZoI6Tnp+le1aWvxUBbzNKJYyThHJqb/1mLopzEJxJCuKA==} engines: {node: '>=16.20.0'} cpu: [arm64] os: [darwin] - '@typescript/native-preview-darwin-x64@7.0.0-dev.20260617.2': - resolution: {integrity: sha512-tJy6NnyvCqD2NgW+izXJ4D8d/xve5W+lkbDMPsX60aqqnS3f9yMuhHLIbj9vnIfB7NMv+xeV5uC2DK3g7FRDZw==} + '@typescript/native-preview-darwin-x64@7.0.0-dev.20260624.1': + resolution: {integrity: sha512-P00JVvSV90eioYDuINAKmOSA8yhFTWLq6RvS5lrCfUuDlcgr2kSOgZAfFHIksHBVz6ZXpAXpa0dHPmc5SJ3Ymw==} engines: {node: '>=16.20.0'} cpu: [x64] os: [darwin] - '@typescript/native-preview-linux-arm64@7.0.0-dev.20260617.2': - resolution: {integrity: sha512-H78Hs/Ycr+i+b3+UToAs16SX+2s/ZZ2jDVXx+EIQ2qxVkQWFkiAg99uFDC6nthLrjw9dyIICwby6ZnwbFW47iQ==} + '@typescript/native-preview-linux-arm64@7.0.0-dev.20260624.1': + resolution: {integrity: sha512-cppM2yTZ/Gd1hOXy8NEJcUBxJ0O0zl9CU3OU1ZWZ/OHWWX/ukEzCCr94SUwJhjIWOylBCpIYkrvYoTwxNa94XQ==} engines: {node: '>=16.20.0'} cpu: [arm64] os: [linux] - '@typescript/native-preview-linux-arm@7.0.0-dev.20260617.2': - resolution: {integrity: sha512-uVBcvZ7Z9H3BkIOyC1wpsGb+Mfvnl+Ss6V+4yLJQA9Rh3ghpBIZj0ZAWH7XwdjoazU2zyj8IiJJB5CgeIp3d9w==} + '@typescript/native-preview-linux-arm@7.0.0-dev.20260624.1': + resolution: {integrity: sha512-eWHELvfQMkVRjafMd+3ATgM9p9yAergJaM4AOY8AekCNWnHFwUrp/ohh+ryyMUIqque5jjb/kuTiOiGj728I2Q==} engines: {node: '>=16.20.0'} cpu: [arm] os: [linux] - '@typescript/native-preview-linux-x64@7.0.0-dev.20260617.2': - resolution: {integrity: sha512-KKW/eqJRe1xm2omYPZJvOu7xDspJPVKb8Z6v0MwgzOnRtRTcGRj+nRJX9h9LKTWxyv5D7TU6zNzLlJvNfP8kAQ==} + '@typescript/native-preview-linux-x64@7.0.0-dev.20260624.1': + resolution: {integrity: sha512-FaB8rS+rKYz4nDrEsHsF3b4cn7eCKCYroMJReA375OuQ6PHcmCNQ6QlVetA0dfFBxTTgejmoKyfw9xgAA5P4Yw==} engines: {node: '>=16.20.0'} cpu: [x64] os: [linux] - '@typescript/native-preview-win32-arm64@7.0.0-dev.20260617.2': - resolution: {integrity: sha512-XsLqZ6nz+fwQqR0lAHYsCOI2BwTsp4iBgdHFIwfjznBnyctPX5WxKZSqmnRxrhQxF+6qKwXplwcfP+2bOCWf/A==} + '@typescript/native-preview-win32-arm64@7.0.0-dev.20260624.1': + resolution: {integrity: sha512-BgkqbCmSHDb5UxqWaFlFFJ/DHNT3lEUO4W8627ap6+QthJZuXk2imiHAX3PgYXC6en9fLLyR6jjcseAa4CCshg==} engines: {node: '>=16.20.0'} cpu: [arm64] os: [win32] - '@typescript/native-preview-win32-x64@7.0.0-dev.20260617.2': - resolution: {integrity: sha512-+nSSVVhp17R5KHSQw2uO0CGtTGCb9bUeQ/INcUCycVfO0tguwdyoYiuL8enlVkh059MgZW6LjqIhKXQHkGW+Lw==} + '@typescript/native-preview-win32-x64@7.0.0-dev.20260624.1': + resolution: {integrity: sha512-WaZ+ue63NgB2j/lqjirfevh/TqcsCxSqnKhGGiRnlxHyYIBcoq+x7KngyEnyGIaywJE1PcFeXA+2EMSIPlSEiQ==} engines: {node: '>=16.20.0'} cpu: [x64] os: [win32] - '@typescript/native-preview@7.0.0-dev.20260617.2': - resolution: {integrity: sha512-PvEU1RcMgON18fb65PW8xkAD1X270kjvC6BjE3c6YMe6T4cmXxOPYuNQWGIBTpeNSxN2yW1qUlHdMxKgUYuKxQ==} + '@typescript/native-preview@7.0.0-dev.20260624.1': + resolution: {integrity: sha512-ogwfNo1xuAutOF8RbTCo3Ut0q/65u2ucOeHizi6O14q+3vnelNS+u8qVC2QWXubMcwtuN5E9cbfPslvGC4kdwA==} engines: {node: '>=16.20.0'} hasBin: true @@ -568,13 +568,13 @@ packages: resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==} engines: {node: '>=12'} - playwright-core@1.61.0: - resolution: {integrity: sha512-caX7TrY3Ml6egyDX0WUcTHDxodl/b51y5wJOdCEA36QviK/s2g081hvmGs8eaE3DWb6NYZQ6BjO/QkNRPenoPA==} + playwright-core@1.61.1: + resolution: {integrity: sha512-h7Qlt6m4REp25qvIdvbDtVmD4LqVXfpRxhORv9L0jzETM05p4fuPJ3dKyuSXQxDSbXnmS79HAgi9589lGSpLkg==} engines: {node: '>=18'} hasBin: true - playwright@1.61.0: - resolution: {integrity: sha512-Z+7BeeqQPRRzklHsVFP4KTGIyMxKUmfeRA4WisM6G3/XW6nwGeX6fX9qYaDa+CiUqpOkb2f6X3nar05R3kSuJQ==} + playwright@1.61.1: + resolution: {integrity: sha512-DWnY5o3YbLWK4GovuAVwpqL+1VwGNdUGrRr++8j8PtQQzvAVZUIMjKQ90fY689sEJZJBbZVw1rXaOKSTitkzPQ==} engines: {node: '>=18'} hasBin: true @@ -847,9 +847,9 @@ snapshots: '@tybys/wasm-util': 0.10.1 optional: true - '@playwright/test@1.61.0': + '@playwright/test@1.61.1': dependencies: - playwright: 1.61.0 + playwright: 1.61.1 '@rsbuild/core@2.0.15': dependencies: @@ -858,10 +858,10 @@ snapshots: transitivePeerDependencies: - '@module-federation/runtime-tools' - '@rslib/core@0.23.0(@typescript/native-preview@7.0.0-dev.20260617.2)(typescript@6.0.3)': + '@rslib/core@0.23.0(@typescript/native-preview@7.0.0-dev.20260624.1)(typescript@6.0.3)': dependencies: '@rsbuild/core': 2.0.15 - rsbuild-plugin-dts: 0.23.0(@rsbuild/core@2.0.15)(@typescript/native-preview@7.0.0-dev.20260617.2)(typescript@6.0.3) + rsbuild-plugin-dts: 0.23.0(@rsbuild/core@2.0.15)(@typescript/native-preview@7.0.0-dev.20260624.1)(typescript@6.0.3) optionalDependencies: typescript: 6.0.3 transitivePeerDependencies: @@ -869,41 +869,41 @@ snapshots: - '@typescript/native-preview' - core-js - '@rslint/core@0.6.2': + '@rslint/core@0.6.3': dependencies: picomatch: 4.0.4 optionalDependencies: - '@rslint/native-darwin-arm64': 0.6.2 - '@rslint/native-darwin-x64': 0.6.2 - '@rslint/native-linux-arm64-gnu': 0.6.2 - '@rslint/native-linux-arm64-musl': 0.6.2 - '@rslint/native-linux-x64-gnu': 0.6.2 - '@rslint/native-linux-x64-musl': 0.6.2 - '@rslint/native-win32-arm64-msvc': 0.6.2 - '@rslint/native-win32-x64-msvc': 0.6.2 - - '@rslint/native-darwin-arm64@0.6.2': + '@rslint/native-darwin-arm64': 0.6.3 + '@rslint/native-darwin-x64': 0.6.3 + '@rslint/native-linux-arm64-gnu': 0.6.3 + '@rslint/native-linux-arm64-musl': 0.6.3 + '@rslint/native-linux-x64-gnu': 0.6.3 + '@rslint/native-linux-x64-musl': 0.6.3 + '@rslint/native-win32-arm64-msvc': 0.6.3 + '@rslint/native-win32-x64-msvc': 0.6.3 + + '@rslint/native-darwin-arm64@0.6.3': optional: true - '@rslint/native-darwin-x64@0.6.2': + '@rslint/native-darwin-x64@0.6.3': optional: true - '@rslint/native-linux-arm64-gnu@0.6.2': + '@rslint/native-linux-arm64-gnu@0.6.3': optional: true - '@rslint/native-linux-arm64-musl@0.6.2': + '@rslint/native-linux-arm64-musl@0.6.3': optional: true - '@rslint/native-linux-x64-gnu@0.6.2': + '@rslint/native-linux-x64-gnu@0.6.3': optional: true - '@rslint/native-linux-x64-musl@0.6.2': + '@rslint/native-linux-x64-musl@0.6.3': optional: true - '@rslint/native-win32-arm64-msvc@0.6.2': + '@rslint/native-win32-arm64-msvc@0.6.3': optional: true - '@rslint/native-win32-x64-msvc@0.6.2': + '@rslint/native-win32-x64-msvc@0.6.3': optional: true '@rspack/binding-darwin-arm64@2.0.8': @@ -987,36 +987,36 @@ snapshots: dependencies: undici-types: 7.18.2 - '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260617.2': + '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260624.1': optional: true - '@typescript/native-preview-darwin-x64@7.0.0-dev.20260617.2': + '@typescript/native-preview-darwin-x64@7.0.0-dev.20260624.1': optional: true - '@typescript/native-preview-linux-arm64@7.0.0-dev.20260617.2': + '@typescript/native-preview-linux-arm64@7.0.0-dev.20260624.1': optional: true - '@typescript/native-preview-linux-arm@7.0.0-dev.20260617.2': + '@typescript/native-preview-linux-arm@7.0.0-dev.20260624.1': optional: true - '@typescript/native-preview-linux-x64@7.0.0-dev.20260617.2': + '@typescript/native-preview-linux-x64@7.0.0-dev.20260624.1': optional: true - '@typescript/native-preview-win32-arm64@7.0.0-dev.20260617.2': + '@typescript/native-preview-win32-arm64@7.0.0-dev.20260624.1': optional: true - '@typescript/native-preview-win32-x64@7.0.0-dev.20260617.2': + '@typescript/native-preview-win32-x64@7.0.0-dev.20260624.1': optional: true - '@typescript/native-preview@7.0.0-dev.20260617.2': + '@typescript/native-preview@7.0.0-dev.20260624.1': optionalDependencies: - '@typescript/native-preview-darwin-arm64': 7.0.0-dev.20260617.2 - '@typescript/native-preview-darwin-x64': 7.0.0-dev.20260617.2 - '@typescript/native-preview-linux-arm': 7.0.0-dev.20260617.2 - '@typescript/native-preview-linux-arm64': 7.0.0-dev.20260617.2 - '@typescript/native-preview-linux-x64': 7.0.0-dev.20260617.2 - '@typescript/native-preview-win32-arm64': 7.0.0-dev.20260617.2 - '@typescript/native-preview-win32-x64': 7.0.0-dev.20260617.2 + '@typescript/native-preview-darwin-arm64': 7.0.0-dev.20260624.1 + '@typescript/native-preview-darwin-x64': 7.0.0-dev.20260624.1 + '@typescript/native-preview-linux-arm': 7.0.0-dev.20260624.1 + '@typescript/native-preview-linux-arm64': 7.0.0-dev.20260624.1 + '@typescript/native-preview-linux-x64': 7.0.0-dev.20260624.1 + '@typescript/native-preview-win32-arm64': 7.0.0-dev.20260624.1 + '@typescript/native-preview-win32-x64': 7.0.0-dev.20260624.1 anymatch@3.1.3: dependencies: @@ -1113,11 +1113,11 @@ snapshots: picomatch@4.0.4: {} - playwright-core@1.61.0: {} + playwright-core@1.61.1: {} - playwright@1.61.0: + playwright@1.61.1: dependencies: - playwright-core: 1.61.0 + playwright-core: 1.61.1 optionalDependencies: fsevents: 2.3.2 @@ -1129,12 +1129,12 @@ snapshots: reduce-configs@1.1.2: {} - rsbuild-plugin-dts@0.23.0(@rsbuild/core@2.0.15)(@typescript/native-preview@7.0.0-dev.20260617.2)(typescript@6.0.3): + rsbuild-plugin-dts@0.23.0(@rsbuild/core@2.0.15)(@typescript/native-preview@7.0.0-dev.20260624.1)(typescript@6.0.3): dependencies: '@ast-grep/napi': 0.37.0 '@rsbuild/core': 2.0.15 optionalDependencies: - '@typescript/native-preview': 7.0.0-dev.20260617.2 + '@typescript/native-preview': 7.0.0-dev.20260624.1 typescript: 6.0.3 simple-git-hooks@2.13.1: {} @@ -1151,7 +1151,7 @@ snapshots: dependencies: tslib: 2.8.1 - ts-checker-rspack-plugin@1.4.0(@rspack/core@2.0.8(@swc/helpers@0.5.23))(@typescript/native-preview@7.0.0-dev.20260617.2)(tslib@2.8.1)(typescript@6.0.3): + ts-checker-rspack-plugin@1.4.0(@rspack/core@2.0.8(@swc/helpers@0.5.23))(@typescript/native-preview@7.0.0-dev.20260624.1)(tslib@2.8.1)(typescript@6.0.3): dependencies: '@rspack/lite-tapable': 1.1.2 chokidar: 3.6.0 @@ -1160,7 +1160,7 @@ snapshots: typescript: 6.0.3 optionalDependencies: '@rspack/core': 2.0.8(@swc/helpers@0.5.23) - '@typescript/native-preview': 7.0.0-dev.20260617.2 + '@typescript/native-preview': 7.0.0-dev.20260624.1 transitivePeerDependencies: - tslib