From ff52b46aa2b7c4c1be41a0110a4d5c39887d1ab3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 09:46:21 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/release.yml | 4 +- .github/workflows/test.yml | 4 +- package.json | 14 +- pnpm-lock.yaml | 399 ++++++------------------ template-biome/package.json | 2 +- template-eslint/react-js/package.json | 6 +- template-eslint/react-ts/package.json | 8 +- template-eslint/svelte-js/package.json | 6 +- template-eslint/svelte-ts/package.json | 8 +- template-eslint/vanilla-js/package.json | 4 +- template-eslint/vanilla-ts/package.json | 6 +- template-eslint/vue-js/package.json | 4 +- template-eslint/vue-ts/package.json | 8 +- template-prettier/package.json | 2 +- template-rslint/react-js/package.json | 2 +- template-rslint/react-ts/package.json | 2 +- template-rslint/vanilla-js/package.json | 2 +- template-rslint/vanilla-ts/package.json | 2 +- 18 files changed, 136 insertions(+), 347 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71329c4..b1ac4b1 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.18.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 78d7dda..8e3b516 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.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.18.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 f52c456..27e3985 100644 --- a/package.json +++ b/package.json @@ -42,19 +42,19 @@ ] }, "devDependencies": { - "@clack/prompts": "^1.5.1", + "@clack/prompts": "^1.7.0", "@microsoft/api-extractor": "^7.58.9", "@rslib/core": "0.23.2", - "@rslint/core": "^0.6.1", - "@rstest/core": "0.10.4", + "@rslint/core": "^0.6.5", + "@rstest/core": "0.11.0", "@types/fs-extra": "^11.0.4", "@types/minimist": "^1.2.5", - "@types/node": "24.13.2", + "@types/node": "24.13.3", "@vercel/detect-agent": "^1.2.3", "deepmerge": "^4.3.1", - "fs-extra": "^11.3.5", + "fs-extra": "^11.3.6", "minimist": "^1.2.8", - "prettier": "^3.8.4", + "prettier": "^3.9.4", "rimraf": "^6.1.3", "rslog": "^2.1.3", "simple-git-hooks": "^2.13.1", @@ -64,7 +64,7 @@ "engines": { "node": "^20.19.0 || >=22.12.0" }, - "packageManager": "pnpm@11.6.0", + "packageManager": "pnpm@11.10.0", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7cbecba..7279722 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,20 +9,20 @@ importers: .: devDependencies: '@clack/prompts': - specifier: ^1.5.1 - version: 1.5.1 + specifier: ^1.7.0 + version: 1.7.0 '@microsoft/api-extractor': specifier: ^7.58.9 - version: 7.58.9(@types/node@24.13.2) + version: 7.58.9(@types/node@24.13.3) '@rslib/core': specifier: 0.23.2 - version: 0.23.2(@microsoft/api-extractor@7.58.9(@types/node@24.13.2))(typescript@7.0.2) + version: 0.23.2(@microsoft/api-extractor@7.58.9(@types/node@24.13.3))(typescript@7.0.2) '@rslint/core': - specifier: ^0.6.1 - version: 0.6.1 + specifier: ^0.6.5 + version: 0.6.5 '@rstest/core': - specifier: 0.10.4 - version: 0.10.4 + specifier: 0.11.0 + version: 0.11.0 '@types/fs-extra': specifier: ^11.0.4 version: 11.0.4 @@ -30,8 +30,8 @@ importers: specifier: ^1.2.5 version: 1.2.5 '@types/node': - specifier: 24.13.2 - version: 24.13.2 + specifier: 24.13.3 + version: 24.13.3 '@vercel/detect-agent': specifier: ^1.2.3 version: 1.2.3 @@ -39,14 +39,14 @@ importers: specifier: ^4.3.1 version: 4.3.1 fs-extra: - specifier: ^11.3.5 - version: 11.3.5 + specifier: ^11.3.6 + version: 11.3.6 minimist: specifier: ^1.2.8 version: 1.2.8 prettier: - specifier: ^3.8.4 - version: 3.8.4 + specifier: ^3.9.4 + version: 3.9.4 rimraf: specifier: ^6.1.3 version: 6.1.3 @@ -127,29 +127,20 @@ packages: resolution: {integrity: sha512-Hb4o6h1Pf6yRUAX07DR4JVY7dmQw+RVQMW5/m55GoiAT/VRoKCWBtIUPPOnqDVhbx1Cjfil9b6EDrgJsUAujEQ==} engines: {node: '>= 10'} - '@clack/core@1.4.1': - resolution: {integrity: sha512-FILJa1gGKEFTGZAJE9RpVhrjKz3c3h4ar60dSv6cGuDqufQ84YEIS3GAGvZiN+H6yaLbbvTFNejjCC4tXpZEuw==} + '@clack/core@1.4.3': + resolution: {integrity: sha512-/kr3UWNtdJfxZtPgDqUOmG2pvwlmcLGheex5yiZKdwbzZJxhV+HMNR9QNmyY5cGwTNV6LrR7Jtp+KjhUAP1qBQ==} engines: {node: '>= 20.12.0'} - '@clack/prompts@1.5.1': - resolution: {integrity: sha512-zccHj2z2oCCO4yrDiRSlFOxWerGqRiysP7a5jPK6uoI9URKAquwY42Dd/iUP8JWHxEzdRe4TlbvZCo8z1/mhrw==} + '@clack/prompts@1.7.0': + resolution: {integrity: sha512-y7/yvZ2TPAnR9+jnc00klvNNLkJiXFFrQA/hlLCcxA9a2A4zQIOimyFQ9XfwYKiGD1fb5GY8vbKIIgO8d5Tb2A==} engines: {node: '>= 20.12.0'} - '@emnapi/core@1.10.0': - resolution: {integrity: sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==} - '@emnapi/core@1.11.1': resolution: {integrity: sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==} - '@emnapi/runtime@1.10.0': - resolution: {integrity: sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==} - '@emnapi/runtime@1.11.1': resolution: {integrity: sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==} - '@emnapi/wasi-threads@1.2.1': - resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==} - '@emnapi/wasi-threads@1.2.2': resolution: {integrity: sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==} @@ -166,28 +157,12 @@ packages: '@microsoft/tsdoc@0.16.0': resolution: {integrity: sha512-xgAyonlVVS+q7Vc7qLW0UrJU7rSFcETRWsqdXZtjzRU8dF+6CkozTK4V4y1LwOX7j8r/vHphjDeMeGI4tNGeGA==} - '@napi-rs/wasm-runtime@1.1.4': - resolution: {integrity: sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==} - peerDependencies: - '@emnapi/core': ^1.7.1 - '@emnapi/runtime': ^1.7.1 - '@napi-rs/wasm-runtime@1.1.6': resolution: {integrity: sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==} peerDependencies: '@emnapi/core': ^1.7.1 '@emnapi/runtime': ^1.7.1 - '@rsbuild/core@2.0.13': - resolution: {integrity: sha512-nJppOdb6vwCcL4hc/dq9bejDRDgxYy2U/+NxDTh8pd3mrENW4DzEweTYtr+oqobABU1fFfPlU9Owo605wG67cA==} - engines: {node: ^20.19.0 || >=22.12.0} - hasBin: true - peerDependencies: - core-js: '>= 3.0.0' - peerDependenciesMeta: - core-js: - optional: true - '@rsbuild/core@2.1.5': resolution: {integrity: sha512-7TW4U1SH7VxQZzSTIOzvwj5lo9uNTmGpsmTXFr4axQAE4giLDKP3kVUA1ZW4P3/Mz4QQJJyvZP29mVcb8kZCfg==} engines: {node: ^20.19.0 || >=22.12.0} @@ -211,8 +186,8 @@ packages: typescript: optional: true - '@rslint/core@0.6.1': - resolution: {integrity: sha512-UTc2kp3ERxjwkLUBsGMRjuI95K8Ws4xbIriYTrGZ2BAnLHg6BwqWli/sTBWiMAEtefWe/5Vu2ejLwcgV1F3QSA==} + '@rslint/core@0.6.5': + resolution: {integrity: sha512-BAy65hSKOhHrma20Rxqf1DTyGNYBSQGBeo21JKc0bgHzbkTbUcyPSz6EpdI3woDe0HqwGmOsl/tPTGqKvgsz3g==} hasBin: true peerDependencies: jiti: ^2.0.0 @@ -220,91 +195,66 @@ packages: jiti: optional: true - '@rslint/native-darwin-arm64@0.6.1': - resolution: {integrity: sha512-Xt6gkSIztk8l7O1O0YXZ8X6kjEhaQvm9MplkDJR24RRSuALVw4Pzc9Z3ASjEbv4xnkuvPQLNQZg7/M3v274uNw==} + '@rslint/native-darwin-arm64@0.6.5': + resolution: {integrity: sha512-5HDBqR1XgZ29pNEjSnm/YccWpwEWEl9d8rUQZkbDUz3x2VWylfok8Ty1qjDHVAas1k01euMS1YJA4/nku9N0Iw==} cpu: [arm64] os: [darwin] - '@rslint/native-darwin-x64@0.6.1': - resolution: {integrity: sha512-LZ0AaqpF3wAFl3lfDM5P0YCGoavm8AN33Cy9Z5wD+N8Ffj+KR39QdmuWX6ZivPm0OPPw0xov6YDzDRCHvVtsbA==} + '@rslint/native-darwin-x64@0.6.5': + resolution: {integrity: sha512-YU8w9N7NbBBDZ/B8nsmZmVLL5A40AnUxsywsCvDT6nPUhEqHJvCbwze5LHQFT4RvhJEfC/ye/7pqL59SnKN5tA==} cpu: [x64] os: [darwin] - '@rslint/native-linux-arm64-gnu@0.6.1': - resolution: {integrity: sha512-H1jI8uEw4gdeEcD/zTn7xD0LWIJTfSyrhDnimN22xvKZ3ufo3EvTOs5t9alVns7xiGbxFeWnjPjwl/p6DI95AA==} + '@rslint/native-linux-arm64-gnu@0.6.5': + resolution: {integrity: sha512-IGt5Op5dKO9ZbI9vOjZrgBnAM3QfT/X7PNjUVmYYso8OvseapzQv0E6D8qgTJVrN5874VWBwXgc7a/cylYR6IA==} cpu: [arm64] os: [linux] libc: [glibc] - '@rslint/native-linux-arm64-musl@0.6.1': - resolution: {integrity: sha512-BbXisiQaJDgLwCXXIIKllbTDxtJoS33OEsk/zEQ2wvxSH52G9c/XLcoQaEgTa4Mc3XULgmPFfCdlNXQckeJQkg==} + '@rslint/native-linux-arm64-musl@0.6.5': + resolution: {integrity: sha512-cywsTmLudo4a6Rlp4bsriS9QF4n0aMZc25ArgxB/j3sIzHSREIoNdUYx1VHz7pOUJy2W5wmNfHIVWb+uz6R6eA==} cpu: [arm64] os: [linux] libc: [musl] - '@rslint/native-linux-x64-gnu@0.6.1': - resolution: {integrity: sha512-ZQoxbBCxzSY1jnbt2jdyNaSFqGUmF2u69jqMS7v9VsYDod9JtSHb3Wnp71finz3KhslZExHXKqQQvGmdyC5cwA==} + '@rslint/native-linux-x64-gnu@0.6.5': + resolution: {integrity: sha512-4/d3jkZQ0lnf1GtiB0WCLoXfMCPxD04mihVNWmC2qNj5JF8OKTg9tKbfpwZNjJDDVK0noj9JiynQGhVUZCMNDQ==} cpu: [x64] os: [linux] libc: [glibc] - '@rslint/native-linux-x64-musl@0.6.1': - resolution: {integrity: sha512-6uKdu8KAnKdllZvKWInfD5pntdIik3+3p+vDUzcPeLlTgAv6qxT6MQZqGjVCRPa1XbnCamwbdp/zV7onuV79Ag==} + '@rslint/native-linux-x64-musl@0.6.5': + resolution: {integrity: sha512-uz0q2MBm+iAbe+ecFA3JKsmlN12DWxNQYF0wHn81kpF5QPMlM62xsYFLHIs4ER7FtC2oR3SOtCcWsyIGRCiBxQ==} cpu: [x64] os: [linux] libc: [musl] - '@rslint/native-win32-arm64-msvc@0.6.1': - resolution: {integrity: sha512-1TG5JCSkm/rzmUSTlBNrgLE14fxreXUZlC1TgzUWg8rjm6AJSVBKYntvC6c4SestXI33LKMOfnTb+dXd4DdZ8Q==} + '@rslint/native-win32-arm64-msvc@0.6.5': + resolution: {integrity: sha512-bud+61vGaVBO1ykKvaM1vtPILQi0cl5nad0DboBmo4EtEykbZyapZ3aM/g8NV/ldJmkNaFQdwuXcrdfA9+d7Vg==} cpu: [arm64] os: [win32] - '@rslint/native-win32-x64-msvc@0.6.1': - resolution: {integrity: sha512-LXhHXfzu4YjjqVbBC2tKyq1L7UVJqtbnSXyOXMhdaVNHRkHfuCjX3Us5uNe4/TbQdOIH7Qcfwzsj1/GpMYID+A==} + '@rslint/native-win32-x64-msvc@0.6.5': + resolution: {integrity: sha512-7iQozrpTvh/Vj7x5jTYaG+9zKWJkiXz0PgemFNUMIXLCZHWsJffPy7D1ls5q2Rfe6hshFJ9d6UxGk1KmLpZQiw==} cpu: [x64] os: [win32] - '@rslint/native@0.6.1': - resolution: {integrity: sha512-WR/tITtBCjxkBhpDRip4h6n+gxMMqqijFKmDjuc3O/ScWMrX+KbeKcnS0u1Y8e0YfoAmk7dHR9HIT+IRHod1IQ==} - - '@rspack/binding-darwin-arm64@2.0.8': - resolution: {integrity: sha512-vCgbgH7B7qom+uID+RCZsTCOYFb9wC4/4+1U6rMfytrXGVJ72eNQs2tbdjOl0lb18CT3N/n+VkWynUiLk84GwA==} - cpu: [arm64] - os: [darwin] - '@rspack/binding-darwin-arm64@2.1.3': resolution: {integrity: sha512-oOGI0RSL89Ehu9T22rugmfUY9OC2eBqLMeWRYsu7bhlUrjoXeVfGBBSEXCse666BQ1sAiM8hD/k7nqVria/okQ==} cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-x64@2.0.8': - resolution: {integrity: sha512-satPm2PD4B7jDTVlVAdvMVdUszwLvWUEnUDzLb77mvVkezKNDZmuhb+e8s+FfKs8hJpNbZ9VAejuA2rr8o985w==} - cpu: [x64] - os: [darwin] - '@rspack/binding-darwin-x64@2.1.3': resolution: {integrity: sha512-sVqWXNiFTMXAyN362y6IA+eJc8LXZKfHdhEJ/zDuMmRp+u2IvhgaF8tk3vX/OmeB9jydVjySijuiqk8No/FoCA==} cpu: [x64] os: [darwin] - '@rspack/binding-linux-arm64-gnu@2.0.8': - resolution: {integrity: sha512-pSI+npPQE/uDtiboqvcOIRJbEV2+B+H1xffmko/gw50la92oTUW60kVULFwsb6L0+GVCzIcwX3yq60GtYIn+Ug==} - cpu: [arm64] - os: [linux] - libc: [glibc] - '@rspack/binding-linux-arm64-gnu@2.1.3': resolution: {integrity: sha512-aCy9Zli/2Qf+Ee5otXfFQ6mhv5fEyn0wIoBVmouqtJoqOO21et6UTtJ+LHLsMDolwGLyHERAljeSFSmYX3/O5A==} cpu: [arm64] os: [linux] libc: [glibc] - '@rspack/binding-linux-arm64-musl@2.0.8': - resolution: {integrity: sha512-igjJ43yxWQ72GZqjDDZSSHax9/Vg+6rLMmOvFglTJUkQpB4Tyvu/YjW+WRjYj2xRw6blOjLxUSJWASvuSqqlvg==} - cpu: [arm64] - os: [linux] - libc: [musl] - '@rspack/binding-linux-arm64-musl@2.1.3': resolution: {integrity: sha512-flIE7eluz0d21Fn28EVm3vPwoJooOSqtmjLFVSuOMcoCbwV9clfor195oIrAppp/W7dL/3XquFuVfrsa01Jy8Q==} cpu: [arm64] @@ -323,86 +273,40 @@ packages: os: [linux] libc: [musl] - '@rspack/binding-linux-x64-gnu@2.0.8': - resolution: {integrity: sha512-zrkoEOnqj1hOEBO5T2I/2Ts2HSJsYFh1qXwMpK4dMJFGGNWDfNeUa6/LF5uq3VINF3JUl7RL47AgrucoSZJXPA==} - cpu: [x64] - os: [linux] - libc: [glibc] - '@rspack/binding-linux-x64-gnu@2.1.3': resolution: {integrity: sha512-lMXjoGKf0SnviH596fmTszgtnXLHmWOoE90G8grG9MvKVa3pelRmfps5ewZL9s8ENf3NXRfOxIhIf/M9as6MqA==} cpu: [x64] os: [linux] libc: [glibc] - '@rspack/binding-linux-x64-musl@2.0.8': - resolution: {integrity: sha512-6CtDaGZjNDvJd9TBp7a9zABbrPORO21W96+3ZcGBn0YNUPUk4ARxIxrTTpeJ/1F41QDM8AYIkGDdqEYMqTYBsA==} - cpu: [x64] - os: [linux] - libc: [musl] - '@rspack/binding-linux-x64-musl@2.1.3': resolution: {integrity: sha512-0esT35v7pW2ZsJTMc/zDUHwpNXlPqyUCyuiLJvrAAUcdENrgOVe4DmFrgVJ2hwqI4GjeN1VBnGRJ8c+edAHH5w==} cpu: [x64] os: [linux] libc: [musl] - '@rspack/binding-wasm32-wasi@2.0.8': - resolution: {integrity: sha512-Yf4SiqTUroT5Ju+te0YAY2xxKOb35tECsO21v7hYyGa705wrgoAK/MmF7enOvs9GR1iZIqgiLD/wxsIxl8GjJw==} - cpu: [wasm32] - '@rspack/binding-wasm32-wasi@2.1.3': resolution: {integrity: sha512-UsrDjD59UEP0mhfN/Z+uTc3vLgiUvIr+mn92WC1sbQi9gtZohTYvaQYFhWuMkBqsACGcmZp704JAbbSrVrVYCA==} cpu: [wasm32] - '@rspack/binding-win32-arm64-msvc@2.0.8': - resolution: {integrity: sha512-8NCuiQsAhXrwRBy57QZoypqrws/zLBkaQVGiB8hksr6v++8hNigNjqpQARLbd0iyMuHsQQ++8+auGk6xlDXmzw==} - cpu: [arm64] - os: [win32] - '@rspack/binding-win32-arm64-msvc@2.1.3': resolution: {integrity: sha512-42RS/SwKBTkNvXIPZXqTn0yEFN8zwGRfRe/ly0GDvPp/KxpLMFWxJmLxgtoLompU+0UCGvV4KpcBENt3oWs6BA==} cpu: [arm64] os: [win32] - '@rspack/binding-win32-ia32-msvc@2.0.8': - resolution: {integrity: sha512-bxiekytbX7V9KFAra+HkwtNWC6pYfHEBBZFpiT0xUs3mCFOmAAFVBsBSQsoCP9AdCEXoMAvNdnrHNw3iov4OZw==} - cpu: [ia32] - os: [win32] - '@rspack/binding-win32-ia32-msvc@2.1.3': resolution: {integrity: sha512-thk43H1JHHbetNF3txcsGXeOwZi2m6Luf/uVUqNORXjxr5VV8woHAgaAx4QXVZRg70z1VDjd8mBWnHBnKI0FGA==} cpu: [ia32] os: [win32] - '@rspack/binding-win32-x64-msvc@2.0.8': - resolution: {integrity: sha512-7zPs8YCe/ZVJTwd+5lpB0CP0tkn2pONf/T1ycmVY76u21Nrwt8mXQGc/2yH2eWP4B7fikYBr3hGr7mpR2fajqQ==} - cpu: [x64] - os: [win32] - '@rspack/binding-win32-x64-msvc@2.1.3': resolution: {integrity: sha512-ObaUcj+BHo/aBL1weyM3orApaHyAR5Phr3YNEpQEifxjZbNKM1iO5X5prN4OqEv3H+7o5e/Wh9Fy3N7Vvd+psA==} cpu: [x64] os: [win32] - '@rspack/binding@2.0.8': - resolution: {integrity: sha512-3uZ+y8aQxq33ty2srMxg2Nu0XuBI6vVrG50rkDaXqwWqOohfgGUSfFuQK7EnSUNy4aFUQlCG6NHialQHJov0wg==} - '@rspack/binding@2.1.3': resolution: {integrity: sha512-4UGXJqUHmm36tWG1GgFZz3p8sQ5JuSgWI+gq1xPPoihS41uYJL3cXuJnirTeWsmVrusmYZTQhgU3tl3VYGcJYg==} - '@rspack/core@2.0.8': - resolution: {integrity: sha512-+NLGJf8gZxihDmMFzjlly3toc2SMjeDmuvz0/Cai9AMdV4F+Pqcnt2BA9V4e3SY2jmhJQtPwgyyLtR1RiJO77g==} - engines: {node: ^20.19.0 || >=22.12.0} - peerDependencies: - '@module-federation/runtime-tools': ^0.24.1 || ^2.0.0 - '@swc/helpers': ^0.5.23 - peerDependenciesMeta: - '@module-federation/runtime-tools': - optional: true - '@swc/helpers': - optional: true - '@rspack/core@2.1.3': resolution: {integrity: sha512-1iGnxLrP+iyY0ZSjLZeQTaxrISpQz4yLyqJPmaF/l4uw27/dBcrloszAeLOJQ9jiv7EJtU0T5zB+LOFPpivIxA==} engines: {node: ^20.19.0 || >=22.12.0} @@ -415,8 +319,8 @@ packages: '@swc/helpers': optional: true - '@rstest/core@0.10.4': - resolution: {integrity: sha512-HuIINPkS5h5+rUGyOBkaFV/zYdMKTYWQNTTJhNqylMKPffvv1SAa4glLpjoS0iGmX1I8US/X6KDrdFIU/VfvKw==} + '@rstest/core@0.11.0': + resolution: {integrity: sha512-buy6EV9R6d0O9WMOSG0C91jwMcNYDw4Q0uFQNuwPpQLH85rTlVyuUM7EnEnvVGv5lG6dpgGwNTdRWx6mvWybag==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -461,9 +365,6 @@ packages: '@swc/helpers@0.5.23': resolution: {integrity: sha512-5lSsMOTXURePglDfvuAQUqkGek9Hg2kksOYay2m0+XR++b2NWYL/4sWyuvVBIs8oKnJaxkdi9whaL/sqN13afw==} - '@tybys/wasm-util@0.10.1': - resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==} - '@tybys/wasm-util@0.10.3': resolution: {integrity: sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==} @@ -485,11 +386,8 @@ packages: '@types/minimist@1.2.5': resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==} - '@types/node@24.12.4': - resolution: {integrity: sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==} - - '@types/node@24.13.2': - resolution: {integrity: sha512-fRa09kZTgu8o71KFcDjUFuc7F+dEbZYZmkI0mg5YBTRs0yMKjYHsq/c0urDKeDb+D5qVgXOdFcuu+DZPKOITwA==} + '@types/node@24.13.3': + resolution: {integrity: sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==} '@typescript/typescript-aix-ppc64@7.0.2': resolution: {integrity: sha512-MTKKkWB7p/0E9xi1d1tHtZ5PiLkGEMIq88pK2CubZjOsLtYTLqhgIgi6zepFa+9GHZ6h05NMCkQxGKiPXMxXtQ==} @@ -672,8 +570,8 @@ packages: fast-wrap-ansi@0.2.0: resolution: {integrity: sha512-rLV8JHxTyhVmFYhBJuMujcrHqOT2cnO5Zxj37qROj23CP39GXubJRBUFF0z8KFK77Uc0SukZUf7JZhsVEQ6n8w==} - fs-extra@11.3.5: - resolution: {integrity: sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==} + fs-extra@11.3.6: + resolution: {integrity: sha512-w8ZNZr2mKIc7qeNaQ9AVPT1+iFaI+Avd4xudVOvdDJ8VytREi1Ft5Ih7hd9jjehod8vAM5GMsfQ/TpPf4EyoEA==} engines: {node: '>=14.14'} function-bind@1.1.2: @@ -744,8 +642,8 @@ packages: resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==} engines: {node: '>=12'} - prettier@3.8.4: - resolution: {integrity: sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==} + prettier@3.9.4: + resolution: {integrity: sha512-yWG/o/4oJfo036EKAfK6ACAoDOfHeRHx4tuxkfBZiauURiaSmYwlpOr5LQqKtIkRD2z1PLteme2WoxEnj4tHTg==} engines: {node: '>=14'} hasBin: true @@ -830,9 +728,6 @@ packages: engines: {node: '>=16.20.0'} hasBin: true - undici-types@7.16.0: - resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} - undici-types@7.18.2: resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==} @@ -881,67 +776,51 @@ snapshots: '@ast-grep/napi-win32-ia32-msvc': 0.37.0 '@ast-grep/napi-win32-x64-msvc': 0.37.0 - '@clack/core@1.4.1': + '@clack/core@1.4.3': dependencies: fast-wrap-ansi: 0.2.0 sisteransi: 1.0.5 - '@clack/prompts@1.5.1': + '@clack/prompts@1.7.0': dependencies: - '@clack/core': 1.4.1 + '@clack/core': 1.4.3 fast-string-width: 3.0.2 fast-wrap-ansi: 0.2.0 sisteransi: 1.0.5 - '@emnapi/core@1.10.0': - dependencies: - '@emnapi/wasi-threads': 1.2.1 - tslib: 2.8.1 - optional: true - '@emnapi/core@1.11.1': dependencies: '@emnapi/wasi-threads': 1.2.2 tslib: 2.8.1 optional: true - '@emnapi/runtime@1.10.0': - dependencies: - tslib: 2.8.1 - optional: true - '@emnapi/runtime@1.11.1': dependencies: tslib: 2.8.1 optional: true - '@emnapi/wasi-threads@1.2.1': - dependencies: - tslib: 2.8.1 - optional: true - '@emnapi/wasi-threads@1.2.2': dependencies: tslib: 2.8.1 optional: true - '@microsoft/api-extractor-model@7.33.8(@types/node@24.13.2)': + '@microsoft/api-extractor-model@7.33.8(@types/node@24.13.3)': dependencies: '@microsoft/tsdoc': 0.16.0 '@microsoft/tsdoc-config': 0.18.1 - '@rushstack/node-core-library': 5.23.1(@types/node@24.13.2) + '@rushstack/node-core-library': 5.23.1(@types/node@24.13.3) transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor@7.58.9(@types/node@24.13.2)': + '@microsoft/api-extractor@7.58.9(@types/node@24.13.3)': dependencies: - '@microsoft/api-extractor-model': 7.33.8(@types/node@24.13.2) + '@microsoft/api-extractor-model': 7.33.8(@types/node@24.13.3) '@microsoft/tsdoc': 0.16.0 '@microsoft/tsdoc-config': 0.18.1 - '@rushstack/node-core-library': 5.23.1(@types/node@24.13.2) + '@rushstack/node-core-library': 5.23.1(@types/node@24.13.3) '@rushstack/rig-package': 0.7.3 - '@rushstack/terminal': 0.24.0(@types/node@24.13.2) - '@rushstack/ts-command-line': 5.3.10(@types/node@24.13.2) + '@rushstack/terminal': 0.24.0(@types/node@24.13.3) + '@rushstack/ts-command-line': 5.3.10(@types/node@24.13.3) diff: 8.0.2 minimatch: 10.2.3 resolve: 1.22.8 @@ -960,13 +839,6 @@ snapshots: '@microsoft/tsdoc@0.16.0': {} - '@napi-rs/wasm-runtime@1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)': - dependencies: - '@emnapi/core': 1.10.0 - '@emnapi/runtime': 1.10.0 - '@tybys/wasm-util': 0.10.1 - optional: true - '@napi-rs/wasm-runtime@1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)': dependencies: '@emnapi/core': 1.11.1 @@ -974,13 +846,6 @@ snapshots: '@tybys/wasm-util': 0.10.3 optional: true - '@rsbuild/core@2.0.13': - dependencies: - '@rspack/core': 2.0.8(@swc/helpers@0.5.23) - '@swc/helpers': 0.5.23 - transitivePeerDependencies: - - '@module-federation/runtime-tools' - '@rsbuild/core@2.1.5': dependencies: '@rspack/core': 2.1.3(@swc/helpers@0.5.23) @@ -988,88 +853,64 @@ snapshots: transitivePeerDependencies: - '@module-federation/runtime-tools' - '@rslib/core@0.23.2(@microsoft/api-extractor@7.58.9(@types/node@24.13.2))(typescript@7.0.2)': + '@rslib/core@0.23.2(@microsoft/api-extractor@7.58.9(@types/node@24.13.3))(typescript@7.0.2)': dependencies: '@rsbuild/core': 2.1.5 - rsbuild-plugin-dts: 0.23.2(@microsoft/api-extractor@7.58.9(@types/node@24.13.2))(@rsbuild/core@2.1.5)(typescript@7.0.2) + rsbuild-plugin-dts: 0.23.2(@microsoft/api-extractor@7.58.9(@types/node@24.13.3))(@rsbuild/core@2.1.5)(typescript@7.0.2) optionalDependencies: - '@microsoft/api-extractor': 7.58.9(@types/node@24.13.2) + '@microsoft/api-extractor': 7.58.9(@types/node@24.13.3) typescript: 7.0.2 transitivePeerDependencies: - '@module-federation/runtime-tools' - '@typescript/native-preview' - core-js - '@rslint/core@0.6.1': + '@rslint/core@0.6.5': dependencies: - '@rslint/native': 0.6.1 picomatch: 4.0.4 optionalDependencies: - '@rslint/native-darwin-arm64': 0.6.1 - '@rslint/native-darwin-x64': 0.6.1 - '@rslint/native-linux-arm64-gnu': 0.6.1 - '@rslint/native-linux-arm64-musl': 0.6.1 - '@rslint/native-linux-x64-gnu': 0.6.1 - '@rslint/native-linux-x64-musl': 0.6.1 - '@rslint/native-win32-arm64-msvc': 0.6.1 - '@rslint/native-win32-x64-msvc': 0.6.1 - - '@rslint/native-darwin-arm64@0.6.1': - optional: true + '@rslint/native-darwin-arm64': 0.6.5 + '@rslint/native-darwin-x64': 0.6.5 + '@rslint/native-linux-arm64-gnu': 0.6.5 + '@rslint/native-linux-arm64-musl': 0.6.5 + '@rslint/native-linux-x64-gnu': 0.6.5 + '@rslint/native-linux-x64-musl': 0.6.5 + '@rslint/native-win32-arm64-msvc': 0.6.5 + '@rslint/native-win32-x64-msvc': 0.6.5 - '@rslint/native-darwin-x64@0.6.1': + '@rslint/native-darwin-arm64@0.6.5': optional: true - '@rslint/native-linux-arm64-gnu@0.6.1': + '@rslint/native-darwin-x64@0.6.5': optional: true - '@rslint/native-linux-arm64-musl@0.6.1': + '@rslint/native-linux-arm64-gnu@0.6.5': optional: true - '@rslint/native-linux-x64-gnu@0.6.1': + '@rslint/native-linux-arm64-musl@0.6.5': optional: true - '@rslint/native-linux-x64-musl@0.6.1': + '@rslint/native-linux-x64-gnu@0.6.5': optional: true - '@rslint/native-win32-arm64-msvc@0.6.1': + '@rslint/native-linux-x64-musl@0.6.5': optional: true - '@rslint/native-win32-x64-msvc@0.6.1': + '@rslint/native-win32-arm64-msvc@0.6.5': optional: true - '@rslint/native@0.6.1': - optionalDependencies: - '@rslint/native-darwin-arm64': 0.6.1 - '@rslint/native-darwin-x64': 0.6.1 - '@rslint/native-linux-arm64-gnu': 0.6.1 - '@rslint/native-linux-arm64-musl': 0.6.1 - '@rslint/native-linux-x64-gnu': 0.6.1 - '@rslint/native-linux-x64-musl': 0.6.1 - '@rslint/native-win32-arm64-msvc': 0.6.1 - '@rslint/native-win32-x64-msvc': 0.6.1 - - '@rspack/binding-darwin-arm64@2.0.8': + '@rslint/native-win32-x64-msvc@0.6.5': optional: true '@rspack/binding-darwin-arm64@2.1.3': optional: true - '@rspack/binding-darwin-x64@2.0.8': - optional: true - '@rspack/binding-darwin-x64@2.1.3': optional: true - '@rspack/binding-linux-arm64-gnu@2.0.8': - optional: true - '@rspack/binding-linux-arm64-gnu@2.1.3': optional: true - '@rspack/binding-linux-arm64-musl@2.0.8': - optional: true - '@rspack/binding-linux-arm64-musl@2.1.3': optional: true @@ -1079,25 +920,12 @@ snapshots: '@rspack/binding-linux-riscv64-musl@2.1.3': optional: true - '@rspack/binding-linux-x64-gnu@2.0.8': - optional: true - '@rspack/binding-linux-x64-gnu@2.1.3': optional: true - '@rspack/binding-linux-x64-musl@2.0.8': - optional: true - '@rspack/binding-linux-x64-musl@2.1.3': optional: true - '@rspack/binding-wasm32-wasi@2.0.8': - dependencies: - '@emnapi/core': 1.10.0 - '@emnapi/runtime': 1.10.0 - '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) - optional: true - '@rspack/binding-wasm32-wasi@2.1.3': dependencies: '@emnapi/core': 1.11.1 @@ -1105,37 +933,15 @@ snapshots: '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1) optional: true - '@rspack/binding-win32-arm64-msvc@2.0.8': - optional: true - '@rspack/binding-win32-arm64-msvc@2.1.3': optional: true - '@rspack/binding-win32-ia32-msvc@2.0.8': - optional: true - '@rspack/binding-win32-ia32-msvc@2.1.3': optional: true - '@rspack/binding-win32-x64-msvc@2.0.8': - optional: true - '@rspack/binding-win32-x64-msvc@2.1.3': optional: true - '@rspack/binding@2.0.8': - optionalDependencies: - '@rspack/binding-darwin-arm64': 2.0.8 - '@rspack/binding-darwin-x64': 2.0.8 - '@rspack/binding-linux-arm64-gnu': 2.0.8 - '@rspack/binding-linux-arm64-musl': 2.0.8 - '@rspack/binding-linux-x64-gnu': 2.0.8 - '@rspack/binding-linux-x64-musl': 2.0.8 - '@rspack/binding-wasm32-wasi': 2.0.8 - '@rspack/binding-win32-arm64-msvc': 2.0.8 - '@rspack/binding-win32-ia32-msvc': 2.0.8 - '@rspack/binding-win32-x64-msvc': 2.0.8 - '@rspack/binding@2.1.3': optionalDependencies: '@rspack/binding-darwin-arm64': 2.1.3 @@ -1151,59 +957,53 @@ snapshots: '@rspack/binding-win32-ia32-msvc': 2.1.3 '@rspack/binding-win32-x64-msvc': 2.1.3 - '@rspack/core@2.0.8(@swc/helpers@0.5.23)': - dependencies: - '@rspack/binding': 2.0.8 - optionalDependencies: - '@swc/helpers': 0.5.23 - '@rspack/core@2.1.3(@swc/helpers@0.5.23)': dependencies: '@rspack/binding': 2.1.3 optionalDependencies: '@swc/helpers': 0.5.23 - '@rstest/core@0.10.4': + '@rstest/core@0.11.0': dependencies: - '@rsbuild/core': 2.0.13 + '@rsbuild/core': 2.1.5 '@types/chai': 5.2.3 transitivePeerDependencies: - '@module-federation/runtime-tools' - core-js - '@rushstack/node-core-library@5.23.1(@types/node@24.13.2)': + '@rushstack/node-core-library@5.23.1(@types/node@24.13.3)': dependencies: ajv: 8.18.0 ajv-draft-04: 1.0.0(ajv@8.18.0) ajv-formats: 3.0.1(ajv@8.18.0) - fs-extra: 11.3.5 + fs-extra: 11.3.6 import-lazy: 4.0.0 jju: 1.4.0 resolve: 1.22.8 semver: 7.7.4 optionalDependencies: - '@types/node': 24.13.2 + '@types/node': 24.13.3 - '@rushstack/problem-matcher@0.2.1(@types/node@24.13.2)': + '@rushstack/problem-matcher@0.2.1(@types/node@24.13.3)': optionalDependencies: - '@types/node': 24.13.2 + '@types/node': 24.13.3 '@rushstack/rig-package@0.7.3': dependencies: jju: 1.4.0 resolve: 1.22.8 - '@rushstack/terminal@0.24.0(@types/node@24.13.2)': + '@rushstack/terminal@0.24.0(@types/node@24.13.3)': dependencies: - '@rushstack/node-core-library': 5.23.1(@types/node@24.13.2) - '@rushstack/problem-matcher': 0.2.1(@types/node@24.13.2) + '@rushstack/node-core-library': 5.23.1(@types/node@24.13.3) + '@rushstack/problem-matcher': 0.2.1(@types/node@24.13.3) supports-color: 8.1.1 optionalDependencies: - '@types/node': 24.13.2 + '@types/node': 24.13.3 - '@rushstack/ts-command-line@5.3.10(@types/node@24.13.2)': + '@rushstack/ts-command-line@5.3.10(@types/node@24.13.3)': dependencies: - '@rushstack/terminal': 0.24.0(@types/node@24.13.2) + '@rushstack/terminal': 0.24.0(@types/node@24.13.3) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 @@ -1214,11 +1014,6 @@ snapshots: dependencies: tslib: 2.8.1 - '@tybys/wasm-util@0.10.1': - dependencies: - tslib: 2.8.1 - optional: true - '@tybys/wasm-util@0.10.3': dependencies: tslib: 2.8.1 @@ -1236,19 +1031,15 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 24.12.4 + '@types/node': 24.13.3 '@types/jsonfile@6.1.4': dependencies: - '@types/node': 24.12.4 + '@types/node': 24.13.3 '@types/minimist@1.2.5': {} - '@types/node@24.12.4': - dependencies: - undici-types: 7.16.0 - - '@types/node@24.13.2': + '@types/node@24.13.3': dependencies: undici-types: 7.18.2 @@ -1359,7 +1150,7 @@ snapshots: dependencies: fast-string-width: 3.0.2 - fs-extra@11.3.5: + fs-extra@11.3.6: dependencies: graceful-fs: 4.2.11 jsonfile: 6.1.0 @@ -1422,7 +1213,7 @@ snapshots: picomatch@4.0.4: {} - prettier@3.8.4: {} + prettier@3.9.4: {} require-from-string@2.0.2: {} @@ -1437,12 +1228,12 @@ snapshots: glob: 13.0.6 package-json-from-dist: 1.0.1 - rsbuild-plugin-dts@0.23.2(@microsoft/api-extractor@7.58.9(@types/node@24.13.2))(@rsbuild/core@2.1.5)(typescript@7.0.2): + rsbuild-plugin-dts@0.23.2(@microsoft/api-extractor@7.58.9(@types/node@24.13.3))(@rsbuild/core@2.1.5)(typescript@7.0.2): dependencies: '@ast-grep/napi': 0.37.0 '@rsbuild/core': 2.1.5 optionalDependencies: - '@microsoft/api-extractor': 7.58.9(@types/node@24.13.2) + '@microsoft/api-extractor': 7.58.9(@types/node@24.13.3) typescript: 7.0.2 rslog@2.1.3: {} @@ -1494,8 +1285,6 @@ snapshots: '@typescript/typescript-win32-arm64': 7.0.2 '@typescript/typescript-win32-x64': 7.0.2 - undici-types@7.16.0: {} - undici-types@7.18.2: {} universalify@2.0.1: {} diff --git a/template-biome/package.json b/template-biome/package.json index e2a79d3..5d23e56 100644 --- a/template-biome/package.json +++ b/template-biome/package.json @@ -7,6 +7,6 @@ "format": "biome format --write" }, "devDependencies": { - "@biomejs/biome": "2.5.0" + "@biomejs/biome": "2.5.3" } } diff --git a/template-eslint/react-js/package.json b/template-eslint/react-js/package.json index 8028192..5b712e8 100644 --- a/template-eslint/react-js/package.json +++ b/template-eslint/react-js/package.json @@ -7,9 +7,9 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "eslint": "^10.5.0", + "eslint": "^10.6.0", "eslint-plugin-react-hooks": "^7.1.1", - "eslint-plugin-react-refresh": "^0.5.2", - "globals": "^17.6.0" + "eslint-plugin-react-refresh": "^0.5.3", + "globals": "^17.7.0" } } diff --git a/template-eslint/react-ts/package.json b/template-eslint/react-ts/package.json index f5aabca..0077103 100644 --- a/template-eslint/react-ts/package.json +++ b/template-eslint/react-ts/package.json @@ -7,10 +7,10 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "eslint": "^10.5.0", + "eslint": "^10.6.0", "eslint-plugin-react-hooks": "^7.1.1", - "eslint-plugin-react-refresh": "^0.5.2", - "globals": "^17.6.0", - "typescript-eslint": "^8.61.0" + "eslint-plugin-react-refresh": "^0.5.3", + "globals": "^17.7.0", + "typescript-eslint": "^8.63.0" } } diff --git a/template-eslint/svelte-js/package.json b/template-eslint/svelte-js/package.json index 0f482be..226446b 100644 --- a/template-eslint/svelte-js/package.json +++ b/template-eslint/svelte-js/package.json @@ -7,8 +7,8 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "eslint": "^10.5.0", - "eslint-plugin-svelte": "^3.19.0", - "globals": "^17.6.0" + "eslint": "^10.6.0", + "eslint-plugin-svelte": "^3.20.0", + "globals": "^17.7.0" } } diff --git a/template-eslint/svelte-ts/package.json b/template-eslint/svelte-ts/package.json index c48419c..5d8143b 100644 --- a/template-eslint/svelte-ts/package.json +++ b/template-eslint/svelte-ts/package.json @@ -7,10 +7,10 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "eslint": "^10.5.0", - "eslint-plugin-svelte": "^3.19.0", - "globals": "^17.6.0", - "typescript-eslint": "^8.61.0" + "eslint": "^10.6.0", + "eslint-plugin-svelte": "^3.20.0", + "globals": "^17.7.0", + "typescript-eslint": "^8.63.0" }, "type": "module" } diff --git a/template-eslint/vanilla-js/package.json b/template-eslint/vanilla-js/package.json index 894b783..64bca37 100644 --- a/template-eslint/vanilla-js/package.json +++ b/template-eslint/vanilla-js/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "eslint": "^10.5.0", - "globals": "^17.6.0" + "eslint": "^10.6.0", + "globals": "^17.7.0" } } diff --git a/template-eslint/vanilla-ts/package.json b/template-eslint/vanilla-ts/package.json index 00804bf..fbe3ff2 100644 --- a/template-eslint/vanilla-ts/package.json +++ b/template-eslint/vanilla-ts/package.json @@ -7,8 +7,8 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "eslint": "^10.5.0", - "globals": "^17.6.0", - "typescript-eslint": "^8.61.0" + "eslint": "^10.6.0", + "globals": "^17.7.0", + "typescript-eslint": "^8.63.0" } } diff --git a/template-eslint/vue-js/package.json b/template-eslint/vue-js/package.json index 6406b63..3f6b99a 100644 --- a/template-eslint/vue-js/package.json +++ b/template-eslint/vue-js/package.json @@ -7,8 +7,8 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "eslint": "^10.5.0", + "eslint": "^10.6.0", "eslint-plugin-vue": "^10.9.2", - "globals": "^17.6.0" + "globals": "^17.7.0" } } diff --git a/template-eslint/vue-ts/package.json b/template-eslint/vue-ts/package.json index c60e660..49272f3 100644 --- a/template-eslint/vue-ts/package.json +++ b/template-eslint/vue-ts/package.json @@ -6,10 +6,10 @@ "lint": "eslint ." }, "devDependencies": { - "@vue/eslint-config-typescript": "^14.8.0", - "eslint": "^10.5.0", + "@vue/eslint-config-typescript": "^14.9.0", + "eslint": "^10.6.0", "eslint-plugin-vue": "^10.9.2", - "globals": "^17.6.0", - "typescript-eslint": "^8.61.0" + "globals": "^17.7.0", + "typescript-eslint": "^8.63.0" } } diff --git a/template-prettier/package.json b/template-prettier/package.json index 3e8fd29..32fc0b0 100644 --- a/template-prettier/package.json +++ b/template-prettier/package.json @@ -6,6 +6,6 @@ "format": "prettier --write ." }, "devDependencies": { - "prettier": "^3.8.4" + "prettier": "^3.9.4" } } diff --git a/template-rslint/react-js/package.json b/template-rslint/react-js/package.json index c0d990e..fa98f58 100644 --- a/template-rslint/react-js/package.json +++ b/template-rslint/react-js/package.json @@ -6,6 +6,6 @@ "lint": "rslint" }, "devDependencies": { - "@rslint/core": "^0.6.1" + "@rslint/core": "^0.6.5" } } diff --git a/template-rslint/react-ts/package.json b/template-rslint/react-ts/package.json index 5d90724..fc683b9 100644 --- a/template-rslint/react-ts/package.json +++ b/template-rslint/react-ts/package.json @@ -6,6 +6,6 @@ "lint": "rslint" }, "devDependencies": { - "@rslint/core": "^0.6.1" + "@rslint/core": "^0.6.5" } } diff --git a/template-rslint/vanilla-js/package.json b/template-rslint/vanilla-js/package.json index 0aee30b..41d1347 100644 --- a/template-rslint/vanilla-js/package.json +++ b/template-rslint/vanilla-js/package.json @@ -6,6 +6,6 @@ "lint": "rslint" }, "devDependencies": { - "@rslint/core": "^0.6.1" + "@rslint/core": "^0.6.5" } } diff --git a/template-rslint/vanilla-ts/package.json b/template-rslint/vanilla-ts/package.json index 0bdcd75..f683352 100644 --- a/template-rslint/vanilla-ts/package.json +++ b/template-rslint/vanilla-ts/package.json @@ -6,6 +6,6 @@ "lint": "rslint" }, "devDependencies": { - "@rslint/core": "^0.6.1" + "@rslint/core": "^0.6.5" } }