From 829c7ae82bc98374a48b781d5a6c0f5766307114 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 14:59:19 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- package.json | 2 +- pnpm-lock.yaml | 70 +++++++++++++++++++++++++------------------------- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/package.json b/package.json index 64b443e..139fb4d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "email": "lucasnrgaard@gmail.com", "url": "https://luxass.dev" }, - "packageManager": "pnpm@10.12.3", + "packageManager": "pnpm@10.12.4", "license": "MIT", "homepage": "https://github.com/mojisdev/loomicode", "repository": "https://github.com/mojisdev/loomicode", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5ab63de..a760aa8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,13 +17,13 @@ importers: devDependencies: '@luxass/eslint-config': specifier: ^4.18.1 - version: 4.19.0(@vue/compiler-sfc@3.5.13)(eslint@9.28.0)(typescript@5.8.3)(vitest@3.1.4(@types/debug@4.1.12)(@types/node@22.15.33)(yaml@2.8.0)) + version: 4.19.0(@vue/compiler-sfc@3.5.13)(eslint@9.28.0)(typescript@5.8.3)(vitest@3.1.4(@types/debug@4.1.12)(@types/node@22.16.0)(yaml@2.8.0)) '@types/node': specifier: ^22.10.10 - version: 22.15.33 + version: 22.16.0 '@vitest/coverage-v8': specifier: ^3.1.1 - version: 3.1.4(vitest@3.1.4(@types/debug@4.1.12)(@types/node@22.15.33)(yaml@2.8.0)) + version: 3.1.4(vitest@3.1.4(@types/debug@4.1.12)(@types/node@22.16.0)(yaml@2.8.0)) eslint: specifier: ^9.23.0 version: 9.28.0 @@ -35,7 +35,7 @@ importers: version: 5.8.3 vitest: specifier: ^3.1.1 - version: 3.1.4(@types/debug@4.1.12)(@types/node@22.15.33)(yaml@2.8.0) + version: 3.1.4(@types/debug@4.1.12)(@types/node@22.16.0)(yaml@2.8.0) packages: @@ -60,13 +60,13 @@ packages: resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==} engines: {node: '>=6.9.0'} - '@babel/parser@7.27.7': - resolution: {integrity: sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==} + '@babel/parser@7.28.0': + resolution: {integrity: sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==} engines: {node: '>=6.0.0'} hasBin: true - '@babel/types@7.27.7': - resolution: {integrity: sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==} + '@babel/types@7.28.0': + resolution: {integrity: sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==} engines: {node: '>=6.9.0'} '@bcoe/v8-coverage@1.0.2': @@ -526,8 +526,8 @@ packages: '@types/ms@2.1.0': resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==} - '@types/node@22.15.33': - resolution: {integrity: sha512-wzoocdnnpSxZ+6CjW4ADCK1jVmd1S/J3ArNWfn8FDDQtRm8dkDg7TA+mvek2wNrfCgwuZxqEOiB9B1XCJ6+dbw==} + '@types/node@22.16.0': + resolution: {integrity: sha512-B2egV9wALML1JCpv3VQoQ+yesQKAmNMBIAY7OteVrikcOcAkWm+dGL6qpeCktPjAv6N1JLnhbNiqS35UpFyBsQ==} '@types/unist@3.0.3': resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} @@ -2030,11 +2030,11 @@ snapshots: '@babel/helper-validator-identifier@7.27.1': {} - '@babel/parser@7.27.7': + '@babel/parser@7.28.0': dependencies: - '@babel/types': 7.27.7 + '@babel/types': 7.28.0 - '@babel/types@7.27.7': + '@babel/types@7.28.0': dependencies: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 @@ -2255,7 +2255,7 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.0 - '@luxass/eslint-config@4.19.0(@vue/compiler-sfc@3.5.13)(eslint@9.28.0)(typescript@5.8.3)(vitest@3.1.4(@types/debug@4.1.12)(@types/node@22.15.33)(yaml@2.8.0))': + '@luxass/eslint-config@4.19.0(@vue/compiler-sfc@3.5.13)(eslint@9.28.0)(typescript@5.8.3)(vitest@3.1.4(@types/debug@4.1.12)(@types/node@22.16.0)(yaml@2.8.0))': dependencies: '@antfu/install-pkg': 1.1.0 '@clack/prompts': 0.11.0 @@ -2264,7 +2264,7 @@ snapshots: '@stylistic/eslint-plugin': 4.4.1(eslint@9.28.0)(typescript@5.8.3) '@typescript-eslint/eslint-plugin': 8.34.1(@typescript-eslint/parser@8.34.1(eslint@9.28.0)(typescript@5.8.3))(eslint@9.28.0)(typescript@5.8.3) '@typescript-eslint/parser': 8.34.1(eslint@9.28.0)(typescript@5.8.3) - '@vitest/eslint-plugin': 1.2.7(eslint@9.28.0)(typescript@5.8.3)(vitest@3.1.4(@types/debug@4.1.12)(@types/node@22.15.33)(yaml@2.8.0)) + '@vitest/eslint-plugin': 1.2.7(eslint@9.28.0)(typescript@5.8.3)(vitest@3.1.4(@types/debug@4.1.12)(@types/node@22.16.0)(yaml@2.8.0)) eslint: 9.28.0 eslint-config-flat-gitignore: 2.1.0(eslint@9.28.0) eslint-flat-config-utils: 2.1.0 @@ -2401,7 +2401,7 @@ snapshots: '@types/ms@2.1.0': {} - '@types/node@22.15.33': + '@types/node@22.16.0': dependencies: undici-types: 6.21.0 @@ -2499,7 +2499,7 @@ snapshots: '@typescript-eslint/types': 8.34.1 eslint-visitor-keys: 4.2.1 - '@vitest/coverage-v8@3.1.4(vitest@3.1.4(@types/debug@4.1.12)(@types/node@22.15.33)(yaml@2.8.0))': + '@vitest/coverage-v8@3.1.4(vitest@3.1.4(@types/debug@4.1.12)(@types/node@22.16.0)(yaml@2.8.0))': dependencies: '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 1.0.2 @@ -2513,17 +2513,17 @@ snapshots: std-env: 3.9.0 test-exclude: 7.0.1 tinyrainbow: 2.0.0 - vitest: 3.1.4(@types/debug@4.1.12)(@types/node@22.15.33)(yaml@2.8.0) + vitest: 3.1.4(@types/debug@4.1.12)(@types/node@22.16.0)(yaml@2.8.0) transitivePeerDependencies: - supports-color - '@vitest/eslint-plugin@1.2.7(eslint@9.28.0)(typescript@5.8.3)(vitest@3.1.4(@types/debug@4.1.12)(@types/node@22.15.33)(yaml@2.8.0))': + '@vitest/eslint-plugin@1.2.7(eslint@9.28.0)(typescript@5.8.3)(vitest@3.1.4(@types/debug@4.1.12)(@types/node@22.16.0)(yaml@2.8.0))': dependencies: '@typescript-eslint/utils': 8.34.1(eslint@9.28.0)(typescript@5.8.3) eslint: 9.28.0 optionalDependencies: typescript: 5.8.3 - vitest: 3.1.4(@types/debug@4.1.12)(@types/node@22.15.33)(yaml@2.8.0) + vitest: 3.1.4(@types/debug@4.1.12)(@types/node@22.16.0)(yaml@2.8.0) transitivePeerDependencies: - supports-color @@ -2534,13 +2534,13 @@ snapshots: chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.1.4(vite@6.2.1(@types/node@22.15.33)(yaml@2.8.0))': + '@vitest/mocker@3.1.4(vite@6.2.1(@types/node@22.16.0)(yaml@2.8.0))': dependencies: '@vitest/spy': 3.1.4 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.2.1(@types/node@22.15.33)(yaml@2.8.0) + vite: 6.2.1(@types/node@22.16.0)(yaml@2.8.0) '@vitest/pretty-format@3.1.4': dependencies: @@ -2569,7 +2569,7 @@ snapshots: '@vue/compiler-core@3.5.13': dependencies: - '@babel/parser': 7.27.7 + '@babel/parser': 7.28.0 '@vue/shared': 3.5.13 entities: 4.5.0 estree-walker: 2.0.2 @@ -2582,7 +2582,7 @@ snapshots: '@vue/compiler-sfc@3.5.13': dependencies: - '@babel/parser': 7.27.7 + '@babel/parser': 7.28.0 '@vue/compiler-core': 3.5.13 '@vue/compiler-dom': 3.5.13 '@vue/compiler-ssr': 3.5.13 @@ -3292,8 +3292,8 @@ snapshots: magicast@0.3.5: dependencies: - '@babel/parser': 7.27.7 - '@babel/types': 7.27.7 + '@babel/parser': 7.28.0 + '@babel/types': 7.28.0 source-map-js: 1.2.1 make-dir@4.0.0: @@ -4024,13 +4024,13 @@ snapshots: util-deprecate@1.0.2: {} - vite-node@3.1.4(@types/node@22.15.33)(yaml@2.8.0): + vite-node@3.1.4(@types/node@22.16.0)(yaml@2.8.0): dependencies: cac: 6.7.14 debug: 4.4.1 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 6.2.1(@types/node@22.15.33)(yaml@2.8.0) + vite: 6.2.1(@types/node@22.16.0)(yaml@2.8.0) transitivePeerDependencies: - '@types/node' - jiti @@ -4045,20 +4045,20 @@ snapshots: - tsx - yaml - vite@6.2.1(@types/node@22.15.33)(yaml@2.8.0): + vite@6.2.1(@types/node@22.16.0)(yaml@2.8.0): dependencies: esbuild: 0.25.5 postcss: 8.5.6 rollup: 4.41.1 optionalDependencies: - '@types/node': 22.15.33 + '@types/node': 22.16.0 fsevents: 2.3.3 yaml: 2.8.0 - vitest@3.1.4(@types/debug@4.1.12)(@types/node@22.15.33)(yaml@2.8.0): + vitest@3.1.4(@types/debug@4.1.12)(@types/node@22.16.0)(yaml@2.8.0): dependencies: '@vitest/expect': 3.1.4 - '@vitest/mocker': 3.1.4(vite@6.2.1(@types/node@22.15.33)(yaml@2.8.0)) + '@vitest/mocker': 3.1.4(vite@6.2.1(@types/node@22.16.0)(yaml@2.8.0)) '@vitest/pretty-format': 3.1.4 '@vitest/runner': 3.1.4 '@vitest/snapshot': 3.1.4 @@ -4075,12 +4075,12 @@ snapshots: tinyglobby: 0.2.14 tinypool: 1.0.2 tinyrainbow: 2.0.0 - vite: 6.2.1(@types/node@22.15.33)(yaml@2.8.0) - vite-node: 3.1.4(@types/node@22.15.33)(yaml@2.8.0) + vite: 6.2.1(@types/node@22.16.0)(yaml@2.8.0) + vite-node: 3.1.4(@types/node@22.16.0)(yaml@2.8.0) why-is-node-running: 2.3.0 optionalDependencies: '@types/debug': 4.1.12 - '@types/node': 22.15.33 + '@types/node': 22.16.0 transitivePeerDependencies: - jiti - less