diff --git a/package.json b/package.json index b0569cbc..86c28125 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "update:deps": "taze" }, "dependencies": { - "@anolilab/multi-semantic-release": "^1.1.6", + "@anolilab/multi-semantic-release": "^1.1.7", "@babel/cli": "^7.26.4", "@babel/core": "^7.26.0", "@babel/preset-env": "^7.26.0", @@ -94,7 +94,7 @@ "@secretlint/secretlint-rule-preset-recommend": "^9.0.0", "@tsconfig/node16": "^16.1.3", "@tsconfig/strictest": "^2.0.5", - "@types/node": "18.19.70", + "@types/node": "18.19.71", "@vitest/coverage-v8": "^2.1.8", "audit-ci": "^7.1.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", @@ -114,7 +114,7 @@ "nx": "20.3.1", "postcss": "^8.4.49", "prettier": "^3.4.2", - "publint": "^0.3.1", + "publint": "^0.3.2", "read-pkg": "^9.0.1", "rimraf": "^6.0.1", "secretlint": "9.0.0", @@ -126,7 +126,7 @@ "typescript": "5.7.3", "vitest": "^2.1.8" }, - "packageManager": "pnpm@9.15.0", + "packageManager": "pnpm@9.15.4", "engines": { "node": ">=18.* <=23.*" }, diff --git a/packages/browserslist-config-anolilab/package.json b/packages/browserslist-config-anolilab/package.json index 89997a06..a34902c6 100644 --- a/packages/browserslist-config-anolilab/package.json +++ b/packages/browserslist-config-anolilab/package.json @@ -66,7 +66,7 @@ "test:coverage": "vitest --config ./vitest.config.ts --run --coverage" }, "devDependencies": { - "@anolilab/semantic-release-preset": "9.0.3", + "@anolilab/semantic-release-preset": "9.0.4", "@visulima/packem": "1.10.7", "browserslist": "4.24.4", "caniuse-lite": "^1.0.30001692", diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index a69e3ba0..dd56e6ba 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -74,7 +74,7 @@ "cz-conventional-changelog": "^3.3.0" }, "devDependencies": { - "@anolilab/semantic-release-preset": "9.0.3", + "@anolilab/semantic-release-preset": "9.0.4", "@commitlint/cli": "^19.6.1", "@visulima/packem": "^1.10.7", "esbuild": "^0.24.2", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 212f9f94..a53af44b 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -134,8 +134,8 @@ "@eslint/js": "^8.52.0", "@html-eslint/eslint-plugin": "^0.20.0", "@html-eslint/parser": "^0.20.0", - "@jsenv/eslint-import-resolver": ">=8.0.4", - "@rushstack/eslint-patch": "^1.5.1", + "@jsenv/eslint-import-resolver": ">=8.2.0", + "@rushstack/eslint-patch": "^1.10.5", "@rushstack/eslint-plugin-security": "^0.7.1", "@typescript-eslint/eslint-plugin": ">=6.9.1", "@typescript-eslint/parser": "^6.9.1", @@ -170,18 +170,18 @@ "globals": "^13.23.0", "jsonc-eslint-parser": "^2.4.0", "read-pkg-up": "^7.0.1", - "semver": "^7.5.4", - "toml-eslint-parser": "^0.6.0", - "yaml-eslint-parser": "^1.2.2" + "semver": "^7.6.3", + "toml-eslint-parser": "^0.6.1", + "yaml-eslint-parser": "^1.2.3" }, "devDependencies": { "@anolilab/semantic-release-preset": "8.0.3", - "@arthurgeron/eslint-plugin-react-usememo": "^2.2.1", + "@arthurgeron/eslint-plugin-react-usememo": "^2.2.3", "@testing-library/dom": "^9.3.3", "@total-typescript/ts-reset": "^0.5.1", "@types/confusing-browser-globals": "^1.0.3", - "@types/eslint": "^8.56.0", - "@types/semver": "^7.5.6", + "@types/eslint": "^8.56.12", + "@types/semver": "^7.5.8", "eslint": "^8.56.0", "eslint-find-rules": "^4.1.0", "eslint-plugin-babel": "^5.3.1", @@ -211,11 +211,11 @@ "eslint-plugin-zod": "^1.4.0", "jest": "^29.7.0", "react": "^18.2.0", - "rimraf": "^5.0.5", + "rimraf": "^5.0.10", "semantic-release": "^22.0.12", - "tsup": "^8.0.1", + "tsup": "^8.0.2", "type-fest": "^4.8.3", - "typescript": "^5.3.3", + "typescript": "^5.7.3", "vitest": "^1.1.0" }, "peerDependencies": { diff --git a/packages/lint-staged-config/package.json b/packages/lint-staged-config/package.json index 40a1b0be..2576a291 100644 --- a/packages/lint-staged-config/package.json +++ b/packages/lint-staged-config/package.json @@ -81,13 +81,13 @@ "test:coverage": "vitest --config ./vitest.config.ts --run --coverage" }, "dependencies": { - "@visulima/fs": "2.3.5", - "@visulima/package": "^3.4.2", + "@visulima/fs": "2.3.7", + "@visulima/package": "^3.4.4", "shell-quote": "^1.8.2" }, "devDependencies": { - "@anolilab/semantic-release-pnpm": "^1.1.6", - "@anolilab/semantic-release-preset": "9.0.3", + "@anolilab/semantic-release-pnpm": "^1.1.7", + "@anolilab/semantic-release-preset": "9.0.4", "@total-typescript/ts-reset": "^0.6.1", "@types/lint-staged": "^13.3.0", "@types/shell-quote": "^1.7.5", diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index be5a0066..32d4be2e 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -71,7 +71,7 @@ "clean": "rimraf node_modules dist" }, "devDependencies": { - "@anolilab/semantic-release-preset": "9.0.3", + "@anolilab/semantic-release-preset": "9.0.4", "@visulima/packem": "^1.10.7", "esbuild": "^0.24.2", "prettier": "^3.4.2", diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 2fee2607..f97b5fca 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -185,7 +185,7 @@ "stylelint-selector-no-empty": "^1.0.9" }, "devDependencies": { - "@anolilab/semantic-release-preset": "9.0.3", + "@anolilab/semantic-release-preset": "9.0.4", "@visulima/packem": "^1.10.7", "esbuild": "^0.24.2", "postcss": "^8.4.49", diff --git a/packages/textlint-config/package.json b/packages/textlint-config/package.json index 08ef15b3..fdd69888 100644 --- a/packages/textlint-config/package.json +++ b/packages/textlint-config/package.json @@ -87,7 +87,7 @@ "write-good": "^1.0.8" }, "devDependencies": { - "@anolilab/semantic-release-preset": "9.0.3", + "@anolilab/semantic-release-preset": "9.0.4", "@visulima/packem": "^1.10.7", "esbuild": "^0.24.2", "rimraf": "^6.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d83224b0..29439c4d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,8 +14,8 @@ importers: .: dependencies: '@anolilab/multi-semantic-release': - specifier: ^1.1.6 - version: 1.1.6(semantic-release@24.2.1(typescript@5.7.3))(typescript@5.7.3) + specifier: ^1.1.7 + version: 1.1.7(semantic-release@24.2.1(typescript@5.7.3))(typescript@5.7.3) '@babel/cli': specifier: ^7.26.4 version: 7.26.4(@babel/core@7.26.0) @@ -27,13 +27,13 @@ importers: version: 7.26.0(@babel/core@7.26.0) '@commitlint/cli': specifier: ^19.6.1 - version: 19.6.1(@types/node@18.19.70)(typescript@5.7.3) + version: 19.6.1(@types/node@18.19.71)(typescript@5.7.3) '@commitlint/config-conventional': specifier: ^19.6.0 version: 19.6.0 '@commitlint/core': specifier: ^19.6.1 - version: 19.6.1(@types/node@18.19.70)(typescript@5.7.3) + version: 19.6.1(@types/node@18.19.71)(typescript@5.7.3) '@secretlint/secretlint-rule-preset-recommend': specifier: ^9.0.0 version: 9.0.0 @@ -44,11 +44,11 @@ importers: specifier: ^2.0.5 version: 2.0.5 '@types/node': - specifier: 18.19.70 - version: 18.19.70 + specifier: 18.19.71 + version: 18.19.71 '@vitest/coverage-v8': specifier: ^2.1.8 - version: 2.1.8(vitest@2.1.8(@types/node@18.19.70)) + version: 2.1.8(vitest@2.1.8(@types/node@18.19.71)) audit-ci: specifier: ^7.1.0 version: 7.1.0 @@ -81,7 +81,7 @@ importers: version: 3.1.5(eslint@9.17.0(jiti@2.4.2)) eslint-plugin-vitest: specifier: ^0.5.4 - version: 0.5.4(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3)(vitest@2.1.8(@types/node@18.19.70)) + version: 0.5.4(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3)(vitest@2.1.8(@types/node@18.19.71)) eslint-plugin-vitest-globals: specifier: ^1.5.0 version: 1.5.0 @@ -104,8 +104,8 @@ importers: specifier: ^3.4.2 version: 3.4.2 publint: - specifier: ^0.3.1 - version: 0.3.1 + specifier: ^0.3.2 + version: 0.3.2 read-pkg: specifier: ^9.0.1 version: 9.0.1 @@ -135,16 +135,16 @@ importers: version: 5.7.3 vitest: specifier: ^2.1.8 - version: 2.1.8(@types/node@18.19.70) + version: 2.1.8(@types/node@18.19.71) packages/browserslist-config-anolilab: devDependencies: '@anolilab/semantic-release-preset': - specifier: 9.0.3 - version: 9.0.3(@anolilab/semantic-release-pnpm@1.1.6(@types/node@22.10.2))(@semantic-release/npm@12.0.1(semantic-release@24.2.1(typescript@5.7.3)))(semantic-release@24.2.1(typescript@5.7.3)) + specifier: 9.0.4 + version: 9.0.4(@anolilab/semantic-release-pnpm@1.1.7(@types/node@22.10.2))(@semantic-release/npm@12.0.1(semantic-release@24.2.1(typescript@5.7.3)))(semantic-release@24.2.1(typescript@5.7.3)) '@visulima/packem': specifier: 1.10.7 - version: 1.10.7(@types/node@22.10.2)(esbuild@0.24.2)(picomatch@4.0.2)(postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.6.1))(postcss-value-parser@4.2.0)(postcss@8.4.49)(sucrase@3.35.0)(typescript@5.7.3) + version: 1.10.7(@types/node@22.10.2)(esbuild@0.24.2)(picomatch@4.0.2)(postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.7.0))(postcss-value-parser@4.2.0)(postcss@8.4.49)(sucrase@3.35.0)(typescript@5.7.3) browserslist: specifier: 4.24.4 version: 4.24.4 @@ -177,7 +177,7 @@ importers: version: 19.6.0 '@commitlint/core': specifier: ^19.6.1 - version: 19.6.1(@types/node@22.10.2)(typescript@5.7.3) + version: 19.6.1(@types/node@18.19.71)(typescript@5.7.3) commitizen: specifier: ^4.3.1 version: 4.3.1(typescript@5.7.3) @@ -189,14 +189,14 @@ importers: version: 3.3.0(typescript@5.7.3) devDependencies: '@anolilab/semantic-release-preset': - specifier: 9.0.3 - version: 9.0.3(@anolilab/semantic-release-pnpm@1.1.6(@types/node@22.10.2))(@semantic-release/npm@12.0.1(semantic-release@24.2.1(typescript@5.7.3)))(semantic-release@24.2.1(typescript@5.7.3)) + specifier: 9.0.4 + version: 9.0.4(@anolilab/semantic-release-pnpm@1.1.7(@types/node@18.19.71))(@semantic-release/npm@12.0.1(semantic-release@24.2.1(typescript@5.7.3)))(semantic-release@24.2.1(typescript@5.7.3)) '@commitlint/cli': specifier: ^19.6.1 - version: 19.6.1(@types/node@22.10.2)(typescript@5.7.3) + version: 19.6.1(@types/node@18.19.71)(typescript@5.7.3) '@visulima/packem': specifier: ^1.10.7 - version: 1.10.7(@types/node@22.10.2)(esbuild@0.24.2)(picomatch@4.0.2)(postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.6.1))(postcss-value-parser@4.2.0)(postcss@8.4.49)(sucrase@3.35.0)(typescript@5.7.3) + version: 1.10.7(@types/node@18.19.71)(esbuild@0.24.2)(picomatch@4.0.2)(postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.7.0))(postcss-value-parser@4.2.0)(postcss@8.4.49)(sucrase@3.35.0)(typescript@5.7.3) esbuild: specifier: ^0.24.2 version: 0.24.2 @@ -211,7 +211,7 @@ importers: version: 5.7.3 vitest: specifier: ^2.1.8 - version: 2.1.8(@types/node@22.10.2) + version: 2.1.8(@types/node@18.19.71) packages/eslint-config: dependencies: @@ -237,23 +237,23 @@ importers: specifier: ^0.20.0 version: 0.20.0 '@jsenv/eslint-import-resolver': - specifier: '>=8.0.4' + specifier: '>=8.2.0' version: 8.2.0 '@rushstack/eslint-patch': - specifier: ^1.5.1 - version: 1.10.4 + specifier: ^1.10.5 + version: 1.10.5 '@rushstack/eslint-plugin-security': specifier: ^0.7.1 - version: 0.7.1(eslint@8.57.1)(typescript@5.7.2) + version: 0.7.1(eslint@8.57.1)(typescript@5.7.3) '@tanstack/eslint-plugin-query': specifier: ^4.34.1 || ^5.0.0 - version: 5.8.4(eslint@8.57.1)(typescript@5.7.2) + version: 5.8.4(eslint@8.57.1)(typescript@5.7.3) '@typescript-eslint/eslint-plugin': specifier: '>=6.9.1' - version: 8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(typescript@5.7.2) + version: 8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3) '@typescript-eslint/parser': specifier: ^6.9.1 - version: 6.21.0(eslint@8.57.1)(typescript@5.7.2) + version: 6.21.0(eslint@8.57.1)(typescript@5.7.3) confusing-browser-globals: specifier: ^1.0.11 version: 1.0.11 @@ -265,7 +265,7 @@ importers: version: 0.3.9 eslint-import-resolver-typescript: specifier: ^3.6.1 - version: 3.7.0(eslint-plugin-import-x@4.5.1(eslint@8.57.1)(typescript@5.7.2))(eslint-plugin-import@2.29.0)(eslint@8.57.1) + version: 3.7.0(eslint-plugin-import-x@4.5.1(eslint@8.57.1)(typescript@5.7.3))(eslint-plugin-import@2.29.0)(eslint@8.57.1) eslint-plugin-antfu: specifier: ^1.0.1 version: 1.0.13(eslint@8.57.1) @@ -289,7 +289,7 @@ importers: version: 7.1.0 eslint-plugin-i: specifier: ^2.29.0 - version: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) + version: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) eslint-plugin-jsonc: specifier: ^2.10.0 version: 2.18.2(eslint@8.57.1) @@ -316,10 +316,10 @@ importers: version: 0.5.0 eslint-plugin-perfectionist: specifier: ^2.2.0 - version: 2.11.0(eslint@8.57.1)(typescript@5.7.2) + version: 2.11.0(eslint@8.57.1)(typescript@5.7.3) eslint-plugin-playwright: specifier: ^0.16.0 || ^0.18.0 - version: 0.18.0(eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(jest@29.7.0(@types/node@18.19.70)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)))(typescript@5.7.2))(eslint@8.57.1) + version: 0.18.0(eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(jest@29.7.0(@types/node@18.19.71)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)))(typescript@5.7.3))(eslint@8.57.1) eslint-plugin-promise: specifier: ^6.1.1 version: 6.6.0(eslint@8.57.1) @@ -360,20 +360,20 @@ importers: specifier: ^7.0.1 version: 7.0.1 semver: - specifier: ^7.5.4 + specifier: ^7.6.3 version: 7.6.3 toml-eslint-parser: - specifier: ^0.6.0 + specifier: ^0.6.1 version: 0.6.1 yaml-eslint-parser: - specifier: ^1.2.2 + specifier: ^1.2.3 version: 1.2.3 devDependencies: '@anolilab/semantic-release-preset': specifier: 8.0.3 - version: 8.0.3(semantic-release@22.0.12(typescript@5.7.2)) + version: 8.0.3(semantic-release@22.0.12(typescript@5.7.3)) '@arthurgeron/eslint-plugin-react-usememo': - specifier: ^2.2.1 + specifier: ^2.2.3 version: 2.4.4 '@testing-library/dom': specifier: ^9.3.3 @@ -385,10 +385,10 @@ importers: specifier: ^1.0.3 version: 1.0.3 '@types/eslint': - specifier: ^8.56.0 + specifier: ^8.56.12 version: 8.56.12 '@types/semver': - specifier: ^7.5.6 + specifier: ^7.5.8 version: 7.5.8 eslint: specifier: ^8.56.0 @@ -404,16 +404,16 @@ importers: version: 2.15.2(eslint@8.57.1) eslint-plugin-deprecation: specifier: ^2.0.0 - version: 2.0.0(eslint@8.57.1)(typescript@5.7.2) + version: 2.0.0(eslint@8.57.1)(typescript@5.7.3) eslint-plugin-editorconfig: specifier: ^4.0.3 version: 4.0.3 eslint-plugin-etc: specifier: ^2.0.3 - version: 2.0.3(eslint@8.57.1)(typescript@5.7.2) + version: 2.0.3(eslint@8.57.1)(typescript@5.7.3) eslint-plugin-jest: specifier: ^27.6.0 - version: 27.9.0(@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(jest@29.7.0(@types/node@18.19.70)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)))(typescript@5.7.2) + version: 27.9.0(@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(jest@29.7.0(@types/node@18.19.71)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)))(typescript@5.7.3) eslint-plugin-jest-async: specifier: ^1.0.3 version: 1.0.3 @@ -449,19 +449,19 @@ importers: version: 1.3.0(eslint@8.57.1) eslint-plugin-storybook: specifier: ^0.6.15 - version: 0.6.15(eslint@8.57.1)(typescript@5.7.2) + version: 0.6.15(eslint@8.57.1)(typescript@5.7.3) eslint-plugin-tailwindcss: specifier: ^3.13.0 - version: 3.17.5(tailwindcss@3.3.5(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2))) + version: 3.17.5(tailwindcss@3.3.5(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3))) eslint-plugin-testing-library: specifier: ^6.2.0 - version: 6.5.0(eslint@8.57.1)(typescript@5.7.2) + version: 6.5.0(eslint@8.57.1)(typescript@5.7.3) eslint-plugin-validate-jsx-nesting: specifier: ^0.1.1 version: 0.1.1(eslint@8.57.1) eslint-plugin-vitest: specifier: ^0.3.18 - version: 0.3.26(@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(typescript@5.7.2)(vitest@1.6.0(@types/node@18.19.70)) + version: 0.3.26(@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3)(vitest@1.6.0(@types/node@18.19.71)) eslint-plugin-you-dont-need-lodash-underscore: specifier: ^6.13.0 version: 6.14.0 @@ -473,43 +473,43 @@ importers: version: 1.4.0(eslint@8.57.1) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@18.19.70)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)) + version: 29.7.0(@types/node@18.19.71)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)) react: specifier: ^18.2.0 version: 18.3.1 rimraf: - specifier: ^5.0.5 + specifier: ^5.0.10 version: 5.0.10 semantic-release: specifier: ^22.0.12 - version: 22.0.12(typescript@5.7.2) + version: 22.0.12(typescript@5.7.3) tsup: - specifier: ^8.0.1 - version: 8.3.5(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(typescript@5.7.2)(yaml@2.6.1) + specifier: ^8.0.2 + version: 8.3.5(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(typescript@5.7.3)(yaml@2.7.0) type-fest: specifier: ^4.8.3 version: 4.30.2 typescript: - specifier: ^5.3.3 - version: 5.7.2 + specifier: ^5.7.3 + version: 5.7.3 vitest: specifier: ^1.1.0 - version: 1.6.0(@types/node@18.19.70) + version: 1.6.0(@types/node@18.19.71) packages/lint-staged-config: dependencies: '@visulima/fs': - specifier: 2.3.5 - version: 2.3.5 + specifier: 2.3.7 + version: 2.3.7 '@visulima/package': - specifier: ^3.4.2 - version: 3.4.2(@types/node@18.19.70) + specifier: ^3.4.4 + version: 3.4.4(@types/node@18.19.71) eslint: specifier: ^8.49.0 version: 8.54.0 jest: specifier: ^27.x || ^28.x - version: 28.1.3(@types/node@18.19.70)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.3)) + version: 28.1.3(@types/node@18.19.71)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)) nano-staged: specifier: ^0.8 version: 0.8.0 @@ -527,11 +527,11 @@ importers: version: 16.7.0(typescript@5.7.3) devDependencies: '@anolilab/semantic-release-pnpm': - specifier: ^1.1.6 - version: 1.1.6(@types/node@18.19.70) + specifier: ^1.1.7 + version: 1.1.7(@types/node@18.19.71) '@anolilab/semantic-release-preset': - specifier: 9.0.3 - version: 9.0.3(@anolilab/semantic-release-pnpm@1.1.6(@types/node@18.19.70))(@semantic-release/npm@12.0.1(semantic-release@24.2.1(typescript@5.7.3)))(semantic-release@24.2.1(typescript@5.7.3)) + specifier: 9.0.4 + version: 9.0.4(@anolilab/semantic-release-pnpm@1.1.7(@types/node@18.19.71))(@semantic-release/npm@12.0.1(semantic-release@24.2.1(typescript@5.7.3)))(semantic-release@24.2.1(typescript@5.7.3)) '@total-typescript/ts-reset': specifier: ^0.6.1 version: 0.6.1 @@ -543,10 +543,10 @@ importers: version: 1.7.5 '@visulima/packem': specifier: ^1.10.7 - version: 1.10.7(@types/node@18.19.70)(esbuild@0.24.2)(picomatch@4.0.2)(postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.6.1))(postcss-value-parser@4.2.0)(postcss@8.4.49)(sucrase@3.35.0)(typescript@5.7.3) + version: 1.10.7(@types/node@18.19.71)(esbuild@0.24.2)(picomatch@4.0.2)(postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.7.0))(postcss-value-parser@4.2.0)(postcss@8.4.49)(sucrase@3.35.0)(typescript@5.7.3) '@vitest/coverage-v8': specifier: ^2.1.8 - version: 2.1.8(vitest@2.1.8(@types/node@18.19.70)) + version: 2.1.8(vitest@2.1.8(@types/node@18.19.71)) esbuild: specifier: ^0.24.2 version: 0.24.2 @@ -570,16 +570,16 @@ importers: version: 5.7.3 vitest: specifier: ^2.1.8 - version: 2.1.8(@types/node@18.19.70) + version: 2.1.8(@types/node@18.19.71) packages/prettier-config: devDependencies: '@anolilab/semantic-release-preset': - specifier: 9.0.3 - version: 9.0.3(@anolilab/semantic-release-pnpm@1.1.6(@types/node@22.10.2))(@semantic-release/npm@12.0.1(semantic-release@24.2.1(typescript@5.7.3)))(semantic-release@24.2.1(typescript@5.7.3)) + specifier: 9.0.4 + version: 9.0.4(@anolilab/semantic-release-pnpm@1.1.7(@types/node@22.10.2))(@semantic-release/npm@12.0.1(semantic-release@24.2.1(typescript@5.7.3)))(semantic-release@24.2.1(typescript@5.7.3)) '@visulima/packem': specifier: ^1.10.7 - version: 1.10.7(@types/node@22.10.2)(esbuild@0.24.2)(picomatch@4.0.2)(postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.6.1))(postcss-value-parser@4.2.0)(postcss@8.4.49)(sucrase@3.35.0)(typescript@5.7.3) + version: 1.10.7(@types/node@22.10.2)(esbuild@0.24.2)(picomatch@4.0.2)(postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.7.0))(postcss-value-parser@4.2.0)(postcss@8.4.49)(sucrase@3.35.0)(typescript@5.7.3) esbuild: specifier: ^0.24.2 version: 0.24.2 @@ -630,11 +630,11 @@ importers: version: 1.0.9(stylelint@16.12.0(typescript@5.7.3)) devDependencies: '@anolilab/semantic-release-preset': - specifier: 9.0.3 - version: 9.0.3(@anolilab/semantic-release-pnpm@1.1.6(@types/node@22.10.2))(@semantic-release/npm@12.0.1(semantic-release@24.2.1(typescript@5.7.3)))(semantic-release@24.2.1(typescript@5.7.3)) + specifier: 9.0.4 + version: 9.0.4(@anolilab/semantic-release-pnpm@1.1.7(@types/node@22.10.2))(@semantic-release/npm@12.0.1(semantic-release@24.2.1(typescript@5.7.3)))(semantic-release@24.2.1(typescript@5.7.3)) '@visulima/packem': specifier: ^1.10.7 - version: 1.10.7(@types/node@22.10.2)(esbuild@0.24.2)(picomatch@4.0.2)(postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.6.1))(postcss-value-parser@4.2.0)(postcss@8.4.49)(sucrase@3.35.0)(typescript@5.7.3) + version: 1.10.7(@types/node@22.10.2)(esbuild@0.24.2)(picomatch@4.0.2)(postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.7.0))(postcss-value-parser@4.2.0)(postcss@8.4.49)(sucrase@3.35.0)(typescript@5.7.3) esbuild: specifier: ^0.24.2 version: 0.24.2 @@ -724,11 +724,11 @@ importers: version: 1.0.8 devDependencies: '@anolilab/semantic-release-preset': - specifier: 9.0.3 - version: 9.0.3(@anolilab/semantic-release-pnpm@1.1.6(@types/node@22.10.2))(@semantic-release/npm@12.0.1(semantic-release@24.2.1(typescript@5.7.3)))(semantic-release@24.2.1(typescript@5.7.3)) + specifier: 9.0.4 + version: 9.0.4(@anolilab/semantic-release-pnpm@1.1.7(@types/node@22.10.2))(@semantic-release/npm@12.0.1(semantic-release@24.2.1(typescript@5.7.3)))(semantic-release@24.2.1(typescript@5.7.3)) '@visulima/packem': specifier: ^1.10.7 - version: 1.10.7(@types/node@22.10.2)(esbuild@0.24.2)(picomatch@4.0.2)(postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.6.1))(postcss-value-parser@4.2.0)(postcss@8.4.49)(sucrase@3.35.0)(typescript@5.7.3) + version: 1.10.7(@types/node@22.10.2)(esbuild@0.24.2)(picomatch@4.0.2)(postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.7.0))(postcss-value-parser@4.2.0)(postcss@8.4.49)(sucrase@3.35.0)(typescript@5.7.3) esbuild: specifier: ^0.24.2 version: 0.24.2 @@ -766,8 +766,8 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@anolilab/multi-semantic-release@1.1.6': - resolution: {integrity: sha512-qDYKUnEfYZr3jLp9xdKA+SsnIGaxQld7xwjczLdeDa38kC3zbgtXP/tT1sJtf/QkSQ+PqZZck4g7pAgxl+cQSQ==} + '@anolilab/multi-semantic-release@1.1.7': + resolution: {integrity: sha512-yStfboKFSPYR0dFABD/Rp5Z5RGerH4nHsOvptIbwwRXS+zA3L/hlIqHbdkFBAvkGiQv/UvVJxL6WVumavRkjnw==} engines: {node: '>=18 || >=20.6.1'} os: [darwin, linux, win32] hasBin: true @@ -777,13 +777,14 @@ packages: '@anolilab/package-json-utils@3.0.9': resolution: {integrity: sha512-CYwpW2hlsOSdwtksYG5vH7Y48X7qwSnvk4yTsplce/FZFZLKRxuCbwlUqgTEYUng3nZ55A+5EC3rEttgor7e9w==} engines: {node: '>=18.* <=21.*'} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. - '@anolilab/rc@1.1.4': - resolution: {integrity: sha512-SZjqwMQKrLN+i6xVhG+oZo1Rfe2QyTyDuSCjWEiFWkIMMyXtpb/5bH15jGyKY2G2EukCYKqVk54Cc6YZpd/67Q==} + '@anolilab/rc@1.1.5': + resolution: {integrity: sha512-Vay1Yt88B8lWZt5tHkyNziiJ4cVNYAmkRu2gTFdV7z6W/KfuqfY9XyLIUJJ1q4qWMjk8uoTB2K+c24+HclBn4w==} engines: {node: '>=18.* <=23.*'} - '@anolilab/semantic-release-pnpm@1.1.6': - resolution: {integrity: sha512-DDBueLoAOKQ37Z5K0ApLFTsO7dktX8DYlkjEikzbcFp3bhcjA1BQ8MLyhX4b16Kq6P4L1Ap6I76p9LcU+CyTzg==} + '@anolilab/semantic-release-pnpm@1.1.7': + resolution: {integrity: sha512-zZOmNYomLOcOaEg7I2ZWtwSWiMGBxzRo+8uWqHgkQIT9LgzD7XOLzUjlWIMSR2FACMOov8nCOBVjKDoPGJ+h2g==} engines: {node: '>=18.* <=23.*'} '@anolilab/semantic-release-preset@8.0.3': @@ -792,12 +793,12 @@ packages: peerDependencies: semantic-release: '>=22' - '@anolilab/semantic-release-preset@9.0.3': - resolution: {integrity: sha512-DJy99i/dNcQXJb8ZwrsErwDvPJcu836Jol5OxAK5TABX6D2yBSY51W8XvRAuR2gUF39fHQGvfQwrisXKGehQHg==} + '@anolilab/semantic-release-preset@9.0.4': + resolution: {integrity: sha512-S0qfmPP09Vml7WAONjKMbwXx/K50CnNsBTuoNTeIdzcaxM8uAQu/zq9LiQDqd+rX725/54pxQ4Oefwcw5HilZg==} engines: {node: ^18.17 || >=20.6.1} os: [darwin, linux, win32] peerDependencies: - '@anolilab/semantic-release-pnpm': 1.1.6 + '@anolilab/semantic-release-pnpm': 1.1.7 '@semantic-release/npm': ^12.0.1 semantic-release: ^24.0.0 semantic-release-yarn: ^3.0.2 @@ -812,6 +813,9 @@ packages: '@antfu/install-pkg@0.5.0': resolution: {integrity: sha512-dKnk2xlAyC7rvTkpkHmu+Qy/2Zc3Vm/l8PtNyIOGDBtXPY3kThfU4ORNEp3V7SXw5XSOb+tOJaUYpfquPzL/Tg==} + '@antfu/install-pkg@1.0.0': + resolution: {integrity: sha512-xvX6P/lo1B3ej0OsaErAjqgFYzYVcJpamjLAFLYh9vRJngBrMoUG7aVnrGTeqM7yxbyTD5p3F2+0/QUEh8Vzhw==} + '@antfu/ni@0.23.2': resolution: {integrity: sha512-FSEVWXvwroExDXUu8qV6Wqp2X3D1nJ0Li4LFymCyvCVrm7I3lNfG0zZWSWvGU1RE7891eTnFTyh31L3igOwNKQ==} hasBin: true @@ -2238,6 +2242,7 @@ packages: '@humanwhocodes/config-array@0.11.13': resolution: {integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==} engines: {node: '>=10.10.0'} + deprecated: Use @eslint/config-array instead '@humanwhocodes/config-array@0.13.0': resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==} @@ -2250,6 +2255,7 @@ packages: '@humanwhocodes/object-schema@2.0.1': resolution: {integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==} + deprecated: Use @eslint/object-schema instead '@humanwhocodes/object-schema@2.0.3': resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} @@ -2803,8 +2809,8 @@ packages: resolution: {integrity: sha512-UA91GwWPhFExt3IizW6bOeY/pQ0BkuNwKjk9iQW9KqxluGCrg4VenZ0/L+2Y0+ZOtme72EVvg6v0zo3AMQRCeA==} engines: {node: '>=12'} - '@publint/pack@0.1.0': - resolution: {integrity: sha512-NvV5jPAQIMCoHvaJ0ZhfouBJ2woFYYf+o6B7dCHGh/tLKSPVoxhjffi35xPuMHgOv65aTOKUzML5XwQF9EkDAA==} + '@publint/pack@0.1.1': + resolution: {integrity: sha512-TvCl79Y8v18ZhFGd5mjO1kYPovSBq3+4LVCi5Nfl1JI8fS8i8kXbgQFGwBJRXczim8GlW8c2LMBKTtExYXOy/A==} engines: {node: '>=18'} '@rollup/plugin-alias@5.1.1': @@ -2893,11 +2899,6 @@ packages: cpu: [arm] os: [android] - '@rollup/rollup-android-arm-eabi@4.28.1': - resolution: {integrity: sha512-2aZp8AES04KI2dy3Ss6/MDjXbwBzj+i0GqKtWXgw2/Ma6E4jJvujryO6gJAghIRVz7Vwr9Gtl/8na3nDUKpraQ==} - cpu: [arm] - os: [android] - '@rollup/rollup-android-arm-eabi@4.30.1': resolution: {integrity: sha512-pSWY+EVt3rJ9fQ3IqlrEUtXh3cGqGtPDH1FQlNZehO2yYxCHEX1SPsz1M//NXwYfbTlcKr9WObLnJX9FsS9K1Q==} cpu: [arm] @@ -2908,11 +2909,6 @@ packages: cpu: [arm64] os: [android] - '@rollup/rollup-android-arm64@4.28.1': - resolution: {integrity: sha512-EbkK285O+1YMrg57xVA+Dp0tDBRB93/BZKph9XhMjezf6F4TpYjaUSuPt5J0fZXlSag0LmZAsTmdGGqPp4pQFA==} - cpu: [arm64] - os: [android] - '@rollup/rollup-android-arm64@4.30.1': resolution: {integrity: sha512-/NA2qXxE3D/BRjOJM8wQblmArQq1YoBVJjrjoTSBS09jgUisq7bqxNHJ8kjCHeV21W/9WDGwJEWSN0KQ2mtD/w==} cpu: [arm64] @@ -2923,11 +2919,6 @@ packages: cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-arm64@4.28.1': - resolution: {integrity: sha512-prduvrMKU6NzMq6nxzQw445zXgaDBbMQvmKSJaxpaZ5R1QDM8w+eGxo6Y/jhT/cLoCvnZI42oEqf9KQNYz1fqQ==} - cpu: [arm64] - os: [darwin] - '@rollup/rollup-darwin-arm64@4.30.1': resolution: {integrity: sha512-r7FQIXD7gB0WJ5mokTUgUWPl0eYIH0wnxqeSAhuIwvnnpjdVB8cRRClyKLQr7lgzjctkbp5KmswWszlwYln03Q==} cpu: [arm64] @@ -2938,31 +2929,16 @@ packages: cpu: [x64] os: [darwin] - '@rollup/rollup-darwin-x64@4.28.1': - resolution: {integrity: sha512-WsvbOunsUk0wccO/TV4o7IKgloJ942hVFK1CLatwv6TJspcCZb9umQkPdvB7FihmdxgaKR5JyxDjWpCOp4uZlQ==} - cpu: [x64] - os: [darwin] - '@rollup/rollup-darwin-x64@4.30.1': resolution: {integrity: sha512-x78BavIwSH6sqfP2xeI1hd1GpHL8J4W2BXcVM/5KYKoAD3nNsfitQhvWSw+TFtQTLZ9OmlF+FEInEHyubut2OA==} cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.28.1': - resolution: {integrity: sha512-HTDPdY1caUcU4qK23FeeGxCdJF64cKkqajU0iBnTVxS8F7H/7BewvYoG+va1KPSL63kQ1PGNyiwKOfReavzvNA==} - cpu: [arm64] - os: [freebsd] - '@rollup/rollup-freebsd-arm64@4.30.1': resolution: {integrity: sha512-HYTlUAjbO1z8ywxsDFWADfTRfTIIy/oUlfIDmlHYmjUP2QRDTzBuWXc9O4CXM+bo9qfiCclmHk1x4ogBjOUpUQ==} cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.28.1': - resolution: {integrity: sha512-m/uYasxkUevcFTeRSM9TeLyPe2QDuqtjkeoTpP9SW0XxUWfcYrGDMkO/m2tTw+4NMAF9P2fU3Mw4ahNvo7QmsQ==} - cpu: [x64] - os: [freebsd] - '@rollup/rollup-freebsd-x64@4.30.1': resolution: {integrity: sha512-1MEdGqogQLccphhX5myCJqeGNYTNcmTyaic9S7CG3JhwuIByJ7J05vGbZxsizQthP1xpVx7kd3o31eOogfEirw==} cpu: [x64] @@ -2973,11 +2949,6 @@ packages: cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-gnueabihf@4.28.1': - resolution: {integrity: sha512-QAg11ZIt6mcmzpNE6JZBpKfJaKkqTm1A9+y9O+frdZJEuhQxiugM05gnCWiANHj4RmbgeVJpTdmKRmH/a+0QbA==} - cpu: [arm] - os: [linux] - '@rollup/rollup-linux-arm-gnueabihf@4.30.1': resolution: {integrity: sha512-PaMRNBSqCx7K3Wc9QZkFx5+CX27WFpAMxJNiYGAXfmMIKC7jstlr32UhTgK6T07OtqR+wYlWm9IxzennjnvdJg==} cpu: [arm] @@ -2988,11 +2959,6 @@ packages: cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.28.1': - resolution: {integrity: sha512-dRP9PEBfolq1dmMcFqbEPSd9VlRuVWEGSmbxVEfiq2cs2jlZAl0YNxFzAQS2OrQmsLBLAATDMb3Z6MFv5vOcXg==} - cpu: [arm] - os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.30.1': resolution: {integrity: sha512-B8Rcyj9AV7ZlEFqvB5BubG5iO6ANDsRKlhIxySXcF1axXYUyqwBok+XZPgIYGBgs7LDXfWfifxhw0Ik57T0Yug==} cpu: [arm] @@ -3003,11 +2969,6 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.28.1': - resolution: {integrity: sha512-uGr8khxO+CKT4XU8ZUH1TTEUtlktK6Kgtv0+6bIFSeiSlnGJHG1tSFSjm41uQ9sAO/5ULx9mWOz70jYLyv1QkA==} - cpu: [arm64] - os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.30.1': resolution: {integrity: sha512-hqVyueGxAj3cBKrAI4aFHLV+h0Lv5VgWZs9CUGqr1z0fZtlADVV1YPOij6AhcK5An33EXaxnDLmJdQikcn5NEw==} cpu: [arm64] @@ -3018,21 +2979,11 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.28.1': - resolution: {integrity: sha512-QF54q8MYGAqMLrX2t7tNpi01nvq5RI59UBNx+3+37zoKX5KViPo/gk2QLhsuqok05sSCRluj0D00LzCwBikb0A==} - cpu: [arm64] - os: [linux] - '@rollup/rollup-linux-arm64-musl@4.30.1': resolution: {integrity: sha512-i4Ab2vnvS1AE1PyOIGp2kXni69gU2DAUVt6FSXeIqUCPIR3ZlheMW3oP2JkukDfu3PsexYRbOiJrY+yVNSk9oA==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-loongarch64-gnu@4.28.1': - resolution: {integrity: sha512-vPul4uodvWvLhRco2w0GcyZcdyBfpfDRgNKU+p35AWEbJ/HPs1tOUrkSueVbBS0RQHAf/A+nNtDpvw95PeVKOA==} - cpu: [loong64] - os: [linux] - '@rollup/rollup-linux-loongarch64-gnu@4.30.1': resolution: {integrity: sha512-fARcF5g296snX0oLGkVxPmysetwUk2zmHcca+e9ObOovBR++9ZPOhqFUM61UUZ2EYpXVPN1redgqVoBB34nTpQ==} cpu: [loong64] @@ -3043,11 +2994,6 @@ packages: cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.28.1': - resolution: {integrity: sha512-pTnTdBuC2+pt1Rmm2SV7JWRqzhYpEILML4PKODqLz+C7Ou2apEV52h19CR7es+u04KlqplggmN9sqZlekg3R1A==} - cpu: [ppc64] - os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.30.1': resolution: {integrity: sha512-GLrZraoO3wVT4uFXh67ElpwQY0DIygxdv0BNW9Hkm3X34wu+BkqrDrkcsIapAY+N2ATEbvak0XQ9gxZtCIA5Rw==} cpu: [ppc64] @@ -3058,11 +3004,6 @@ packages: cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.28.1': - resolution: {integrity: sha512-vWXy1Nfg7TPBSuAncfInmAI/WZDd5vOklyLJDdIRKABcZWojNDY0NJwruY2AcnCLnRJKSaBgf/GiJfauu8cQZA==} - cpu: [riscv64] - os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.30.1': resolution: {integrity: sha512-0WKLaAUUHKBtll0wvOmh6yh3S0wSU9+yas923JIChfxOaaBarmb/lBKPF0w/+jTVozFnOXJeRGZ8NvOxvk/jcw==} cpu: [riscv64] @@ -3073,11 +3014,6 @@ packages: cpu: [s390x] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.28.1': - resolution: {integrity: sha512-/yqC2Y53oZjb0yz8PVuGOQQNOTwxcizudunl/tFs1aLvObTclTwZ0JhXF2XcPT/zuaymemCDSuuUPXJJyqeDOg==} - cpu: [s390x] - os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.30.1': resolution: {integrity: sha512-GWFs97Ruxo5Bt+cvVTQkOJ6TIx0xJDD/bMAOXWJg8TCSTEK8RnFeOeiFTxKniTc4vMIaWvCplMAFBt9miGxgkA==} cpu: [s390x] @@ -3088,11 +3024,6 @@ packages: cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.28.1': - resolution: {integrity: sha512-fzgeABz7rrAlKYB0y2kSEiURrI0691CSL0+KXwKwhxvj92VULEDQLpBYLHpF49MSiPG4sq5CK3qHMnb9tlCjBw==} - cpu: [x64] - os: [linux] - '@rollup/rollup-linux-x64-gnu@4.30.1': resolution: {integrity: sha512-UtgGb7QGgXDIO+tqqJ5oZRGHsDLO8SlpE4MhqpY9Llpzi5rJMvrK6ZGhsRCST2abZdBqIBeXW6WPD5fGK5SDwg==} cpu: [x64] @@ -3103,11 +3034,6 @@ packages: cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.28.1': - resolution: {integrity: sha512-xQTDVzSGiMlSshpJCtudbWyRfLaNiVPXt1WgdWTwWz9n0U12cI2ZVtWe/Jgwyv/6wjL7b66uu61Vg0POWVfz4g==} - cpu: [x64] - os: [linux] - '@rollup/rollup-linux-x64-musl@4.30.1': resolution: {integrity: sha512-V9U8Ey2UqmQsBT+xTOeMzPzwDzyXmnAoO4edZhL7INkwQcaW1Ckv3WJX3qrrp/VHaDkEWIBWhRwP47r8cdrOow==} cpu: [x64] @@ -3118,11 +3044,6 @@ packages: cpu: [arm64] os: [win32] - '@rollup/rollup-win32-arm64-msvc@4.28.1': - resolution: {integrity: sha512-wSXmDRVupJstFP7elGMgv+2HqXelQhuNf+IS4V+nUpNVi/GUiBgDmfwD0UGN3pcAnWsgKG3I52wMOBnk1VHr/A==} - cpu: [arm64] - os: [win32] - '@rollup/rollup-win32-arm64-msvc@4.30.1': resolution: {integrity: sha512-WabtHWiPaFF47W3PkHnjbmWawnX/aE57K47ZDT1BXTS5GgrBUEpvOzq0FI0V/UYzQJgdb8XlhVNH8/fwV8xDjw==} cpu: [arm64] @@ -3133,11 +3054,6 @@ packages: cpu: [ia32] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.28.1': - resolution: {integrity: sha512-ZkyTJ/9vkgrE/Rk9vhMXhf8l9D+eAhbAVbsGsXKy2ohmJaWg0LPQLnIxRdRp/bKyr8tXuPlXhIoGlEB5XpJnGA==} - cpu: [ia32] - os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.30.1': resolution: {integrity: sha512-pxHAU+Zv39hLUTdQQHUVHf4P+0C47y/ZloorHpzs2SXMRqeAWmGghzAhfOlzFHHwjvgokdFAhC4V+6kC1lRRfw==} cpu: [ia32] @@ -3148,11 +3064,6 @@ packages: cpu: [x64] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.28.1': - resolution: {integrity: sha512-ZvK2jBafvttJjoIdKm/Q/Bh7IJ1Ose9IBOwpOXcOvW3ikGTQGmKDgxTC6oCAzW6PynbkKP8+um1du81XJHZ0JA==} - cpu: [x64] - os: [win32] - '@rollup/rollup-win32-x64-msvc@4.30.1': resolution: {integrity: sha512-D6qjsXGcvhTjv0kI4fU8tUuBDF/Ueee4SVX79VfNDXZa64TfCW1Slkb6Z7O1p7vflqZjcmOVdZlqf8gvJxc6og==} cpu: [x64] @@ -3164,8 +3075,8 @@ packages: peerDependencies: stylelint: 10 - 15 - '@rushstack/eslint-patch@1.10.4': - resolution: {integrity: sha512-WJgX9nzTqknM393q1QJDJmoW28kUfEnybeTfVNcNAPnIx210RXm2DiXiHzfNPJNIUUb1tJnz/l4QGtJ30PgWmA==} + '@rushstack/eslint-patch@1.10.5': + resolution: {integrity: sha512-kkKUDVlII2DQiKy7UstOR1ErJP8kUKAQ4oa+SQtM0K+lPdmmjj0YnnxBgtTVYH7mUKtbsxeFC9y0AmK7Yb78/A==} '@rushstack/eslint-plugin-security@0.7.1': resolution: {integrity: sha512-84N42tlONhcbXdlk5Rkb+/pVxPnH+ojX8XwtFoecCRV88/4Ii7eGEyJPb73lOpHaE3NJxLzLVIeixKYQmdjImA==} @@ -3265,6 +3176,12 @@ packages: peerDependencies: semantic-release: '>=20.1.0' + '@semantic-release/commit-analyzer@13.0.1': + resolution: {integrity: sha512-wdnBPHKkr9HhNhXOhZD5a2LNl91+hs8CC2vsAVYxtZH3y0dV3wKn+uZSN61rdJQZ8EGxzWB3inWocBHV9+u/CQ==} + engines: {node: '>=20.8.1'} + peerDependencies: + semantic-release: '>=20.1.0' + '@semantic-release/error@3.0.0': resolution: {integrity: sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw==} engines: {node: '>=14.17'} @@ -3327,6 +3244,12 @@ packages: peerDependencies: semantic-release: '>=20.1.0' + '@semantic-release/release-notes-generator@14.0.3': + resolution: {integrity: sha512-XxAZRPWGwO5JwJtS83bRdoIhCiYIx8Vhr+u231pQAsdFIAbm19rSVJLdnBN+Avvk7CKvNQE/nJ4y7uqKH6WTiw==} + engines: {node: '>=20.8.1'} + peerDependencies: + semantic-release: '>=20.1.0' + '@semrel-extra/topo@1.14.1': resolution: {integrity: sha512-V7hlOQoBXgqLSa4ai9S0LGOO7cKTqRu5dh0T83xfE+VqZQmDkuRm956ooJ2/M8y62kWIxS2VEfePnEoB74x6fg==} @@ -3626,9 +3549,6 @@ packages: '@types/estree-jsx@1.0.3': resolution: {integrity: sha512-pvQ+TKeRHeiUGRhvYwRrQ/ISnohKkSJR14fT2yqyZ4e9K5vqc7hrtY2Y1Dw0ZwAzQ6DQsxsaCUuSIIi8v0Cq6w==} - '@types/estree@1.0.5': - resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} - '@types/estree@1.0.6': resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} @@ -3683,8 +3603,8 @@ packages: '@types/nlcst@1.0.4': resolution: {integrity: sha512-ABoYdNQ/kBSsLvZAekMhIPMQ3YUZvavStpKYs7BjLLuKVmIMA0LUgZ7b54zzuWJRbHF80v1cNf4r90Vd6eMQDg==} - '@types/node@18.19.70': - resolution: {integrity: sha512-RE+K0+KZoEpDUbGGctnGdkrLFwi1eYKTlIHNl2Um98mUkGsm1u2Ff6Ltd0e8DktTtC98uy7rSj+hO8t/QuLoVQ==} + '@types/node@18.19.71': + resolution: {integrity: sha512-evXpcgtZm8FY4jqBSN8+DmOTcVkkvTmAayeo4Wf3m1xAruyVGzGuDh/Fb/WWX2yLItUiho42ozyJjB0dw//Tkw==} '@types/node@20.10.5': resolution: {integrity: sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==} @@ -3935,8 +3855,8 @@ packages: engines: {node: '>=18.* <=23.*'} os: [darwin, linux, win32] - '@visulima/fs@2.3.5': - resolution: {integrity: sha512-WS6bi0S20o/tLKyic++5QjncT9IpnkyoWLtQGbjBzDY5d+1hOLo6NsdalVRqj56u/j8Kmmx3Sghh2XY3qiMiBQ==} + '@visulima/fs@2.3.7': + resolution: {integrity: sha512-aMR0qjlfh9Le49ZAi0V/xyipqDztHrWLEpeL0YmlHrPG/H2bDExxAkaskOr5NgZzKVA/n6iF36IqlJKcp8pIWA==} engines: {node: '>=18.* <=23.*'} os: [darwin, linux, win32] @@ -3958,8 +3878,8 @@ packages: engines: {node: '>=18.* <=23.*'} os: [darwin, linux, win32] - '@visulima/package@3.4.2': - resolution: {integrity: sha512-b9PeY9Q0v2Hpf94HfRN3Q8K90tgVmmOnZqnoe3XoAKXrIXxcL/4lIc6+mJR8Ch7EcSuBMddXlt8GlWElMY7zqA==} + '@visulima/package@3.4.4': + resolution: {integrity: sha512-f6OqBxW0JdLFEJEezM2FQeXvJ+CUjeT9Bg+2J20dAtXGhjhpIm3zbiOFMp7sIhe/J6asRoPBexA5y5bBS2/cuw==} engines: {node: '>=18.* <=23.*'} os: [darwin, linux, win32] @@ -4055,18 +3975,13 @@ packages: rotating-file-stream: optional: true - '@visulima/path@1.1.2': - resolution: {integrity: sha512-/8uVp7cfxpVpbT/gTsCDteCXWtLZPtNGeuG/D0zCaS+Z6UgYYkWjt230TNIbNYnuEX3fE/goRxh+8RFN26Zrkg==} - engines: {node: '>=18.* <=23.*'} - os: [darwin, linux, win32] - '@visulima/path@1.2.0': resolution: {integrity: sha512-OXiDZrK+wSM/qXx0bIiBwKRLvLFnedrBlq2IfczadBMAuobcxQzM+g/qMjoixT5/eHhJdK845zNKCY6NvjxOAw==} engines: {node: '>=18.* <=23.*'} os: [darwin, linux, win32] - '@visulima/path@1.3.1': - resolution: {integrity: sha512-v6oMbiNR9mtDB6+0b8ccEMHNFF/je4bhEzqQ6g1Qo5tqVW0ur8bxftgWHzfP0aH6db/+ogtFo1NSrTwOnp0VmA==} + '@visulima/path@1.3.3': + resolution: {integrity: sha512-fZtkhILqLAJXmMAaT5ifodd6MZ7vy77o4/cAeXyhD7vbbyjQXyntNbjEb46TpnbGr/nysc1maNPOXg78DYw7Hw==} engines: {node: '>=18.* <=23.*'} os: [darwin, linux, win32] @@ -6072,6 +5987,7 @@ packages: eslint@8.54.0: resolution: {integrity: sha512-NY0DfAkM8BIZDVl6PgSa1ttZbx3xHgJzSNJKYcQglem6CppHyMhRIQkBVSSMaSRnLhig3jsDbEzOjwCVt4AmmA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true eslint@8.57.1: @@ -6542,11 +6458,6 @@ packages: resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} engines: {node: '>=10.13.0'} - glob@10.3.10: - resolution: {integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==} - engines: {node: '>=16 || 14 >=14.17'} - hasBin: true - glob@10.4.5: resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} hasBin: true @@ -6558,6 +6469,7 @@ packages: glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported glob@8.1.0: resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} @@ -6902,6 +6814,7 @@ packages: inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} @@ -7307,10 +7220,6 @@ packages: resolution: {integrity: sha512-x4WH0BWmrMmg4oHHl+duwubhrvczGlyuGAZu3nvrf0UXOfPu8IhZObFEr7DE/iv01YgVZrsOiRcqw2srkKEDIA==} engines: {node: '>= 0.4'} - jackspeak@2.3.6: - resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} - engines: {node: '>=14'} - jackspeak@3.4.3: resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} @@ -8477,10 +8386,6 @@ packages: minimist@1.2.8: resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} - minipass@7.0.4: - resolution: {integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==} - engines: {node: '>=16 || 14 >=14.17'} - minipass@7.1.2: resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} engines: {node: '>=16 || 14 >=14.17'} @@ -9044,10 +8949,6 @@ packages: path-parse@1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} - path-scurry@1.10.1: - resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==} - engines: {node: '>=16 || 14 >=14.17'} - path-scurry@1.11.1: resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} engines: {node: '>=16 || 14 >=14.18'} @@ -9307,8 +9208,8 @@ packages: proxy-from-env@1.1.0: resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} - publint@0.3.1: - resolution: {integrity: sha512-kZo30Y7aRyF/KmXMiGjkQFuhqQ7+dS6msPUoMUhhCYpVd1bEO3LC2tYueJxzscFAM7P+ayJ5vWGUeoj1xDCmHw==} + publint@0.3.2: + resolution: {integrity: sha512-fPs7QUbUvwixxPYUUTn0Kqp0rbH5rbiAOZwQOXMkIj+4Nopby1AngodSQmzTkJWTJ5R4uVV8oYmgVIjj+tgv1w==} engines: {node: '>=18'} hasBin: true @@ -9735,11 +9636,6 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true - rollup@4.28.1: - resolution: {integrity: sha512-61fXYl/qNVinKmGSTHAZ6Yy8I3YIJC/r2m9feHo6SwVAVcLT5MPwOUFe7EuURA/4m0NR8lXG4BBXuo/IZEsjMg==} - engines: {node: '>=18.0.0', npm: '>=8.0.0'} - hasBin: true - rollup@4.30.1: resolution: {integrity: sha512-mlJ4glW020fPuLi7DkM/lN97mYEZGWeqBnrljzN0gs7GLctqX3lNWxKQ7Gl712UAX+6fog/L3jh4gb7R6aVi3w==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} @@ -10561,6 +10457,7 @@ packages: try-resolve@1.0.1: resolution: {integrity: sha512-yHeaPjCBzVaXwWl5IMUapTaTC2rn/eBYg2fsG2L+CvJd+ttFbk0ylDnpTO3wVhosmE1tQEvcebbBeKLCwScQSQ==} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. ts-api-utils@1.3.0: resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} @@ -10724,11 +10621,6 @@ packages: typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} - typescript@5.7.2: - resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==} - engines: {node: '>=14.17'} - hasBin: true - typescript@5.7.3: resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==} engines: {node: '>=14.17'} @@ -11234,15 +11126,16 @@ packages: resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} engines: {node: '>= 6'} - yaml@2.3.4: - resolution: {integrity: sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==} - engines: {node: '>= 14'} - yaml@2.6.1: resolution: {integrity: sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==} engines: {node: '>= 14'} hasBin: true + yaml@2.7.0: + resolution: {integrity: sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==} + engines: {node: '>= 14'} + hasBin: true + yargs-parser@20.2.9: resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} engines: {node: '>=10'} @@ -11301,7 +11194,7 @@ snapshots: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - '@anolilab/multi-semantic-release@1.1.6(semantic-release@24.2.1(typescript@5.7.3))(typescript@5.7.3)': + '@anolilab/multi-semantic-release@1.1.7(semantic-release@24.2.1(typescript@5.7.3))(typescript@5.7.3)': dependencies: '@semrel-extra/topo': 1.14.1 blork: 9.3.0 @@ -11327,20 +11220,20 @@ snapshots: dot-path-value: 0.0.10 read-pkg-up: 7.0.1 - '@anolilab/rc@1.1.4': + '@anolilab/rc@1.1.5': dependencies: - '@visulima/fs': 2.3.5 - '@visulima/path': 1.1.2 + '@visulima/fs': 2.3.7 + '@visulima/path': 1.3.3 ini: 5.0.0 ts-deepmerge: 7.0.2 - '@anolilab/semantic-release-pnpm@1.1.6(@types/node@18.19.70)': + '@anolilab/semantic-release-pnpm@1.1.7(@types/node@18.19.71)': dependencies: - '@anolilab/rc': 1.1.4 + '@anolilab/rc': 1.1.5 '@semantic-release/error': 4.0.0 - '@visulima/fs': 2.3.5 - '@visulima/package': 3.4.2(@types/node@18.19.70) - '@visulima/path': 1.1.2 + '@visulima/fs': 2.3.7 + '@visulima/package': 3.4.4(@types/node@18.19.71) + '@visulima/path': 1.3.3 aggregate-error: 5.0.0 execa: 9.5.2 ini: 5.0.0 @@ -11350,13 +11243,13 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@anolilab/semantic-release-pnpm@1.1.6(@types/node@22.10.2)': + '@anolilab/semantic-release-pnpm@1.1.7(@types/node@22.10.2)': dependencies: - '@anolilab/rc': 1.1.4 + '@anolilab/rc': 1.1.5 '@semantic-release/error': 4.0.0 - '@visulima/fs': 2.3.5 - '@visulima/package': 3.4.2(@types/node@22.10.2) - '@visulima/path': 1.1.2 + '@visulima/fs': 2.3.7 + '@visulima/package': 3.4.4(@types/node@22.10.2) + '@visulima/path': 1.3.3 aggregate-error: 5.0.0 execa: 9.5.2 ini: 5.0.0 @@ -11367,49 +11260,49 @@ snapshots: - '@types/node' optional: true - '@anolilab/semantic-release-preset@8.0.3(semantic-release@22.0.12(typescript@5.7.2))': + '@anolilab/semantic-release-preset@8.0.3(semantic-release@22.0.12(typescript@5.7.3))': dependencies: '@anolilab/package-json-utils': 3.0.9 - '@semantic-release/changelog': 6.0.3(semantic-release@22.0.12(typescript@5.7.2)) - '@semantic-release/commit-analyzer': 11.1.0(semantic-release@22.0.12(typescript@5.7.2)) - '@semantic-release/exec': 6.0.3(semantic-release@22.0.12(typescript@5.7.2)) - '@semantic-release/git': 10.0.1(semantic-release@22.0.12(typescript@5.7.2)) - '@semantic-release/github': 9.2.6(semantic-release@22.0.12(typescript@5.7.2)) - '@semantic-release/npm': 11.0.3(semantic-release@22.0.12(typescript@5.7.2)) - '@semantic-release/release-notes-generator': 12.1.0(semantic-release@22.0.12(typescript@5.7.2)) + '@semantic-release/changelog': 6.0.3(semantic-release@22.0.12(typescript@5.7.3)) + '@semantic-release/commit-analyzer': 11.1.0(semantic-release@22.0.12(typescript@5.7.3)) + '@semantic-release/exec': 6.0.3(semantic-release@22.0.12(typescript@5.7.3)) + '@semantic-release/git': 10.0.1(semantic-release@22.0.12(typescript@5.7.3)) + '@semantic-release/github': 9.2.6(semantic-release@22.0.12(typescript@5.7.3)) + '@semantic-release/npm': 11.0.3(semantic-release@22.0.12(typescript@5.7.3)) + '@semantic-release/release-notes-generator': 12.1.0(semantic-release@22.0.12(typescript@5.7.3)) conventional-changelog-conventionalcommits: 7.0.2 - semantic-release: 22.0.12(typescript@5.7.2) + semantic-release: 22.0.12(typescript@5.7.3) transitivePeerDependencies: - supports-color - '@anolilab/semantic-release-preset@9.0.3(@anolilab/semantic-release-pnpm@1.1.6(@types/node@18.19.70))(@semantic-release/npm@12.0.1(semantic-release@24.2.1(typescript@5.7.3)))(semantic-release@24.2.1(typescript@5.7.3))': + '@anolilab/semantic-release-preset@9.0.4(@anolilab/semantic-release-pnpm@1.1.7(@types/node@18.19.71))(@semantic-release/npm@12.0.1(semantic-release@24.2.1(typescript@5.7.3)))(semantic-release@24.2.1(typescript@5.7.3))': dependencies: '@semantic-release/changelog': 6.0.3(semantic-release@24.2.1(typescript@5.7.3)) - '@semantic-release/commit-analyzer': 13.0.0(semantic-release@24.2.1(typescript@5.7.3)) + '@semantic-release/commit-analyzer': 13.0.1(semantic-release@24.2.1(typescript@5.7.3)) '@semantic-release/exec': 6.0.3(semantic-release@24.2.1(typescript@5.7.3)) '@semantic-release/git': 10.0.1(semantic-release@24.2.1(typescript@5.7.3)) '@semantic-release/github': 11.0.1(semantic-release@24.2.1(typescript@5.7.3)) - '@semantic-release/release-notes-generator': 14.0.1(semantic-release@24.2.1(typescript@5.7.3)) + '@semantic-release/release-notes-generator': 14.0.3(semantic-release@24.2.1(typescript@5.7.3)) conventional-changelog-conventionalcommits: 8.0.0 semantic-release: 24.2.1(typescript@5.7.3) optionalDependencies: - '@anolilab/semantic-release-pnpm': 1.1.6(@types/node@18.19.70) + '@anolilab/semantic-release-pnpm': 1.1.7(@types/node@18.19.71) '@semantic-release/npm': 12.0.1(semantic-release@24.2.1(typescript@5.7.3)) transitivePeerDependencies: - supports-color - '@anolilab/semantic-release-preset@9.0.3(@anolilab/semantic-release-pnpm@1.1.6(@types/node@22.10.2))(@semantic-release/npm@12.0.1(semantic-release@24.2.1(typescript@5.7.3)))(semantic-release@24.2.1(typescript@5.7.3))': + '@anolilab/semantic-release-preset@9.0.4(@anolilab/semantic-release-pnpm@1.1.7(@types/node@22.10.2))(@semantic-release/npm@12.0.1(semantic-release@24.2.1(typescript@5.7.3)))(semantic-release@24.2.1(typescript@5.7.3))': dependencies: '@semantic-release/changelog': 6.0.3(semantic-release@24.2.1(typescript@5.7.3)) - '@semantic-release/commit-analyzer': 13.0.0(semantic-release@24.2.1(typescript@5.7.3)) + '@semantic-release/commit-analyzer': 13.0.1(semantic-release@24.2.1(typescript@5.7.3)) '@semantic-release/exec': 6.0.3(semantic-release@24.2.1(typescript@5.7.3)) '@semantic-release/git': 10.0.1(semantic-release@24.2.1(typescript@5.7.3)) '@semantic-release/github': 11.0.1(semantic-release@24.2.1(typescript@5.7.3)) - '@semantic-release/release-notes-generator': 14.0.1(semantic-release@24.2.1(typescript@5.7.3)) + '@semantic-release/release-notes-generator': 14.0.3(semantic-release@24.2.1(typescript@5.7.3)) conventional-changelog-conventionalcommits: 8.0.0 semantic-release: 24.2.1(typescript@5.7.3) optionalDependencies: - '@anolilab/semantic-release-pnpm': 1.1.6(@types/node@22.10.2) + '@anolilab/semantic-release-pnpm': 1.1.7(@types/node@22.10.2) '@semantic-release/npm': 12.0.1(semantic-release@24.2.1(typescript@5.7.3)) transitivePeerDependencies: - supports-color @@ -11419,6 +11312,11 @@ snapshots: package-manager-detector: 0.2.7 tinyexec: 0.3.2 + '@antfu/install-pkg@1.0.0': + dependencies: + package-manager-detector: 0.2.8 + tinyexec: 0.3.2 + '@antfu/ni@0.23.2': {} '@antfu/utils@0.7.10': {} @@ -12308,7 +12206,7 @@ snapshots: '@babel/template@7.24.7': dependencies: - '@babel/code-frame': 7.24.7 + '@babel/code-frame': 7.26.2 '@babel/parser': 7.26.3 '@babel/types': 7.26.3 @@ -12355,7 +12253,7 @@ snapshots: '@babel/parser': 7.26.3 '@babel/template': 7.25.9 '@babel/types': 7.26.3 - debug: 4.3.7 + debug: 4.4.0 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -12392,24 +12290,11 @@ snapshots: '@colors/colors@1.5.0': optional: true - '@commitlint/cli@19.6.1(@types/node@18.19.70)(typescript@5.7.3)': - dependencies: - '@commitlint/format': 19.5.0 - '@commitlint/lint': 19.6.0 - '@commitlint/load': 19.6.1(@types/node@18.19.70)(typescript@5.7.3) - '@commitlint/read': 19.5.0 - '@commitlint/types': 19.5.0 - tinyexec: 0.3.1 - yargs: 17.7.2 - transitivePeerDependencies: - - '@types/node' - - typescript - - '@commitlint/cli@19.6.1(@types/node@22.10.2)(typescript@5.7.3)': + '@commitlint/cli@19.6.1(@types/node@18.19.71)(typescript@5.7.3)': dependencies: '@commitlint/format': 19.5.0 '@commitlint/lint': 19.6.0 - '@commitlint/load': 19.6.1(@types/node@22.10.2)(typescript@5.7.3) + '@commitlint/load': 19.6.1(@types/node@18.19.71)(typescript@5.7.3) '@commitlint/read': 19.5.0 '@commitlint/types': 19.5.0 tinyexec: 0.3.1 @@ -12434,21 +12319,11 @@ snapshots: '@commitlint/types': 19.5.0 ajv: 8.12.0 - '@commitlint/core@19.6.1(@types/node@18.19.70)(typescript@5.7.3)': + '@commitlint/core@19.6.1(@types/node@18.19.71)(typescript@5.7.3)': dependencies: '@commitlint/format': 19.5.0 '@commitlint/lint': 19.6.0 - '@commitlint/load': 19.6.1(@types/node@18.19.70)(typescript@5.7.3) - '@commitlint/read': 19.5.0 - transitivePeerDependencies: - - '@types/node' - - typescript - - '@commitlint/core@19.6.1(@types/node@22.10.2)(typescript@5.7.3)': - dependencies: - '@commitlint/format': 19.5.0 - '@commitlint/lint': 19.6.0 - '@commitlint/load': 19.6.1(@types/node@22.10.2)(typescript@5.7.3) + '@commitlint/load': 19.6.1(@types/node@18.19.71)(typescript@5.7.3) '@commitlint/read': 19.5.0 transitivePeerDependencies: - '@types/node' @@ -12491,10 +12366,10 @@ snapshots: '@commitlint/execute-rule': 18.4.3 '@commitlint/resolve-extends': 18.4.3 '@commitlint/types': 18.4.3 - '@types/node': 18.19.70 + '@types/node': 18.19.71 chalk: 4.1.2 cosmiconfig: 8.3.6(typescript@5.7.3) - cosmiconfig-typescript-loader: 5.0.0(@types/node@18.19.70)(cosmiconfig@8.3.6(typescript@5.7.3))(typescript@5.7.3) + cosmiconfig-typescript-loader: 5.0.0(@types/node@18.19.71)(cosmiconfig@8.3.6(typescript@5.7.3))(typescript@5.7.3) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -12503,7 +12378,7 @@ snapshots: - typescript optional: true - '@commitlint/load@19.6.1(@types/node@18.19.70)(typescript@5.7.3)': + '@commitlint/load@19.6.1(@types/node@18.19.71)(typescript@5.7.3)': dependencies: '@commitlint/config-validator': 19.5.0 '@commitlint/execute-rule': 19.5.0 @@ -12511,23 +12386,7 @@ snapshots: '@commitlint/types': 19.5.0 chalk: 5.3.0 cosmiconfig: 9.0.0(typescript@5.7.3) - cosmiconfig-typescript-loader: 6.1.0(@types/node@18.19.70)(cosmiconfig@9.0.0(typescript@5.7.3))(typescript@5.7.3) - lodash.isplainobject: 4.0.6 - lodash.merge: 4.6.2 - lodash.uniq: 4.5.0 - transitivePeerDependencies: - - '@types/node' - - typescript - - '@commitlint/load@19.6.1(@types/node@22.10.2)(typescript@5.7.3)': - dependencies: - '@commitlint/config-validator': 19.5.0 - '@commitlint/execute-rule': 19.5.0 - '@commitlint/resolve-extends': 19.5.0 - '@commitlint/types': 19.5.0 - chalk: 5.3.0 - cosmiconfig: 9.0.0(typescript@5.7.3) - cosmiconfig-typescript-loader: 6.1.0(@types/node@22.10.2)(cosmiconfig@9.0.0(typescript@5.7.3))(typescript@5.7.3) + cosmiconfig-typescript-loader: 6.1.0(@types/node@18.19.71)(cosmiconfig@9.0.0(typescript@5.7.3))(typescript@5.7.3) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -13003,11 +12862,11 @@ snapshots: '@humanwhocodes/retry@0.4.1': {} - '@inquirer/confirm@5.1.2(@types/node@18.19.70)': + '@inquirer/confirm@5.1.2(@types/node@18.19.71)': dependencies: - '@inquirer/core': 10.1.3(@types/node@18.19.70) - '@inquirer/type': 3.0.2(@types/node@18.19.70) - '@types/node': 18.19.70 + '@inquirer/core': 10.1.3(@types/node@18.19.71) + '@inquirer/type': 3.0.2(@types/node@18.19.71) + '@types/node': 18.19.71 '@inquirer/confirm@5.1.2(@types/node@22.10.2)': dependencies: @@ -13015,10 +12874,10 @@ snapshots: '@inquirer/type': 3.0.2(@types/node@22.10.2) '@types/node': 22.10.2 - '@inquirer/core@10.1.3(@types/node@18.19.70)': + '@inquirer/core@10.1.3(@types/node@18.19.71)': dependencies: '@inquirer/figures': 1.0.9 - '@inquirer/type': 3.0.2(@types/node@18.19.70) + '@inquirer/type': 3.0.2(@types/node@18.19.71) ansi-escapes: 4.3.2 cli-width: 4.1.0 mute-stream: 2.0.0 @@ -13045,9 +12904,9 @@ snapshots: '@inquirer/figures@1.0.9': {} - '@inquirer/type@3.0.2(@types/node@18.19.70)': + '@inquirer/type@3.0.2(@types/node@18.19.71)': dependencies: - '@types/node': 18.19.70 + '@types/node': 18.19.71 '@inquirer/type@3.0.2(@types/node@22.10.2)': dependencies: @@ -13075,7 +12934,7 @@ snapshots: '@jest/console@28.1.3': dependencies: '@jest/types': 28.1.3 - '@types/node': 18.19.70 + '@types/node': 18.19.71 chalk: 4.1.2 jest-message-util: 28.1.3 jest-util: 28.1.3 @@ -13084,27 +12943,27 @@ snapshots: '@jest/console@29.7.0': dependencies: '@jest/types': 29.6.3 - '@types/node': 18.19.70 + '@types/node': 18.19.71 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 slash: 3.0.0 - '@jest/core@28.1.3(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.3))': + '@jest/core@28.1.3(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3))': dependencies: '@jest/console': 28.1.3 '@jest/reporters': 28.1.3 '@jest/test-result': 28.1.3 '@jest/transform': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.19.70 + '@types/node': 18.19.71 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 28.1.3 - jest-config: 28.1.3(@types/node@18.19.70)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.3)) + jest-config: 28.1.3(@types/node@18.19.71)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)) jest-haste-map: 28.1.3 jest-message-util: 28.1.3 jest-regex-util: 28.0.2 @@ -13125,21 +12984,21 @@ snapshots: - supports-color - ts-node - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0 '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.19.70 + '@types/node': 18.19.71 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@18.19.70)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)) + jest-config: 29.7.0(@types/node@18.19.71)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -13164,14 +13023,14 @@ snapshots: dependencies: '@jest/fake-timers': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.19.70 + '@types/node': 18.19.71 jest-mock: 28.1.3 '@jest/environment@29.7.0': dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.19.70 + '@types/node': 18.19.71 jest-mock: 29.7.0 '@jest/expect-utils@28.1.3': @@ -13200,7 +13059,7 @@ snapshots: dependencies: '@jest/types': 28.1.3 '@sinonjs/fake-timers': 9.1.2 - '@types/node': 18.19.70 + '@types/node': 18.19.71 jest-message-util: 28.1.3 jest-mock: 28.1.3 jest-util: 28.1.3 @@ -13209,7 +13068,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 18.19.70 + '@types/node': 18.19.71 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -13239,7 +13098,7 @@ snapshots: '@jest/transform': 28.1.3 '@jest/types': 28.1.3 '@jridgewell/trace-mapping': 0.3.25 - '@types/node': 18.19.70 + '@types/node': 18.19.71 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -13269,7 +13128,7 @@ snapshots: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.25 - '@types/node': 18.19.70 + '@types/node': 18.19.71 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -13383,7 +13242,7 @@ snapshots: '@jest/schemas': 28.1.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 18.19.70 + '@types/node': 18.19.71 '@types/yargs': 17.0.32 chalk: 4.1.2 @@ -13392,7 +13251,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 18.19.70 + '@types/node': 18.19.71 '@types/yargs': 17.0.32 chalk: 4.1.2 @@ -13405,7 +13264,7 @@ snapshots: '@jridgewell/gen-mapping@0.3.5': dependencies: '@jridgewell/set-array': 1.2.1 - '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/sourcemap-codec': 1.5.0 '@jridgewell/trace-mapping': 0.3.25 '@jridgewell/resolve-uri@3.1.1': {} @@ -13727,10 +13586,10 @@ snapshots: '@oxc-resolver/binding-win32-x64-msvc@3.0.3': optional: true - '@phenomnomnominal/tsquery@5.0.1(typescript@5.7.2)': + '@phenomnomnominal/tsquery@5.0.1(typescript@5.7.3)': dependencies: esquery: 1.5.0 - typescript: 5.7.2 + typescript: 5.7.3 '@pkgjs/parseargs@0.11.0': optional: true @@ -13749,7 +13608,7 @@ snapshots: '@pnpm/network.ca-file': 1.0.2 config-chain: 1.1.13 - '@publint/pack@0.1.0': {} + '@publint/pack@0.1.1': {} '@rollup/plugin-alias@5.1.1(rollup@4.30.1)': optionalDependencies: @@ -13825,162 +13684,105 @@ snapshots: '@rollup/rollup-android-arm-eabi@4.24.0': optional: true - '@rollup/rollup-android-arm-eabi@4.28.1': - optional: true - '@rollup/rollup-android-arm-eabi@4.30.1': optional: true '@rollup/rollup-android-arm64@4.24.0': optional: true - '@rollup/rollup-android-arm64@4.28.1': - optional: true - '@rollup/rollup-android-arm64@4.30.1': optional: true '@rollup/rollup-darwin-arm64@4.24.0': optional: true - '@rollup/rollup-darwin-arm64@4.28.1': - optional: true - '@rollup/rollup-darwin-arm64@4.30.1': optional: true '@rollup/rollup-darwin-x64@4.24.0': optional: true - '@rollup/rollup-darwin-x64@4.28.1': - optional: true - '@rollup/rollup-darwin-x64@4.30.1': optional: true - '@rollup/rollup-freebsd-arm64@4.28.1': - optional: true - '@rollup/rollup-freebsd-arm64@4.30.1': optional: true - '@rollup/rollup-freebsd-x64@4.28.1': - optional: true - '@rollup/rollup-freebsd-x64@4.30.1': optional: true '@rollup/rollup-linux-arm-gnueabihf@4.24.0': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.28.1': - optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.30.1': optional: true '@rollup/rollup-linux-arm-musleabihf@4.24.0': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.28.1': - optional: true - '@rollup/rollup-linux-arm-musleabihf@4.30.1': optional: true '@rollup/rollup-linux-arm64-gnu@4.24.0': optional: true - '@rollup/rollup-linux-arm64-gnu@4.28.1': - optional: true - '@rollup/rollup-linux-arm64-gnu@4.30.1': optional: true '@rollup/rollup-linux-arm64-musl@4.24.0': optional: true - '@rollup/rollup-linux-arm64-musl@4.28.1': - optional: true - '@rollup/rollup-linux-arm64-musl@4.30.1': optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.28.1': - optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.30.1': optional: true '@rollup/rollup-linux-powerpc64le-gnu@4.24.0': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.28.1': - optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.30.1': optional: true '@rollup/rollup-linux-riscv64-gnu@4.24.0': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.28.1': - optional: true - '@rollup/rollup-linux-riscv64-gnu@4.30.1': optional: true '@rollup/rollup-linux-s390x-gnu@4.24.0': optional: true - '@rollup/rollup-linux-s390x-gnu@4.28.1': - optional: true - '@rollup/rollup-linux-s390x-gnu@4.30.1': optional: true '@rollup/rollup-linux-x64-gnu@4.24.0': optional: true - '@rollup/rollup-linux-x64-gnu@4.28.1': - optional: true - '@rollup/rollup-linux-x64-gnu@4.30.1': optional: true '@rollup/rollup-linux-x64-musl@4.24.0': optional: true - '@rollup/rollup-linux-x64-musl@4.28.1': - optional: true - '@rollup/rollup-linux-x64-musl@4.30.1': optional: true '@rollup/rollup-win32-arm64-msvc@4.24.0': optional: true - '@rollup/rollup-win32-arm64-msvc@4.28.1': - optional: true - '@rollup/rollup-win32-arm64-msvc@4.30.1': optional: true '@rollup/rollup-win32-ia32-msvc@4.24.0': optional: true - '@rollup/rollup-win32-ia32-msvc@4.28.1': - optional: true - '@rollup/rollup-win32-ia32-msvc@4.30.1': optional: true '@rollup/rollup-win32-x64-msvc@4.24.0': optional: true - '@rollup/rollup-win32-x64-msvc@4.28.1': - optional: true - '@rollup/rollup-win32-x64-msvc@4.30.1': optional: true @@ -13988,12 +13790,12 @@ snapshots: dependencies: stylelint: 16.12.0(typescript@5.7.3) - '@rushstack/eslint-patch@1.10.4': {} + '@rushstack/eslint-patch@1.10.5': {} - '@rushstack/eslint-plugin-security@0.7.1(eslint@8.57.1)(typescript@5.7.2)': + '@rushstack/eslint-plugin-security@0.7.1(eslint@8.57.1)(typescript@5.7.3)': dependencies: '@rushstack/tree-pattern': 0.3.1 - '@typescript-eslint/experimental-utils': 5.59.11(eslint@8.57.1)(typescript@5.7.2) + '@typescript-eslint/experimental-utils': 5.59.11(eslint@8.57.1)(typescript@5.7.3) eslint: 8.57.1 transitivePeerDependencies: - supports-color @@ -14028,7 +13830,7 @@ snapshots: '@secretlint/resolver': 9.0.0 '@secretlint/types': 9.0.0 ajv: 8.17.1 - debug: 4.3.7 + debug: 4.4.0 rc-config-loader: 4.1.3 try-resolve: 1.0.1 transitivePeerDependencies: @@ -14047,7 +13849,7 @@ snapshots: dependencies: '@secretlint/profiler': 9.0.0 '@secretlint/types': 9.0.0 - debug: 4.3.7 + debug: 4.4.0 structured-source: 4.0.0 transitivePeerDependencies: - supports-color @@ -14059,7 +13861,7 @@ snapshots: '@textlint/module-interop': 13.4.1 '@textlint/types': 12.6.1 chalk: 4.1.2 - debug: 4.3.7 + debug: 4.4.0 is-file: 1.0.0 pluralize: 8.0.0 strip-ansi: 6.0.1 @@ -14077,7 +13879,7 @@ snapshots: '@textlint/module-interop': 14.4.0 '@textlint/types': 14.4.2 chalk: 4.1.2 - debug: 4.3.7 + debug: 4.4.0 pluralize: 8.0.0 strip-ansi: 6.0.1 table: 6.8.2 @@ -14094,7 +13896,7 @@ snapshots: '@secretlint/profiler': 8.2.4 '@secretlint/source-creator': 8.2.4 '@secretlint/types': 8.2.4 - debug: 4.3.7 + debug: 4.4.0 p-map: 4.0.0 transitivePeerDependencies: - supports-color @@ -14107,7 +13909,7 @@ snapshots: '@secretlint/profiler': 9.0.0 '@secretlint/source-creator': 9.0.0 '@secretlint/types': 9.0.0 - debug: 4.3.7 + debug: 4.4.0 p-map: 4.0.0 transitivePeerDependencies: - supports-color @@ -14134,13 +13936,13 @@ snapshots: '@secretlint/types@9.0.0': {} - '@semantic-release/changelog@6.0.3(semantic-release@22.0.12(typescript@5.7.2))': + '@semantic-release/changelog@6.0.3(semantic-release@22.0.12(typescript@5.7.3))': dependencies: '@semantic-release/error': 3.0.0 aggregate-error: 3.1.0 fs-extra: 11.1.1 lodash: 4.17.21 - semantic-release: 22.0.12(typescript@5.7.2) + semantic-release: 22.0.12(typescript@5.7.3) '@semantic-release/changelog@6.0.3(semantic-release@24.2.1(typescript@5.7.3))': dependencies: @@ -14150,7 +13952,7 @@ snapshots: lodash: 4.17.21 semantic-release: 24.2.1(typescript@5.7.3) - '@semantic-release/commit-analyzer@11.1.0(semantic-release@22.0.12(typescript@5.7.2))': + '@semantic-release/commit-analyzer@11.1.0(semantic-release@22.0.12(typescript@5.7.3))': dependencies: conventional-changelog-angular: 7.0.0 conventional-commits-filter: 4.0.0 @@ -14159,7 +13961,7 @@ snapshots: import-from-esm: 1.3.3 lodash-es: 4.17.21 micromatch: 4.0.8 - semantic-release: 22.0.12(typescript@5.7.2) + semantic-release: 22.0.12(typescript@5.7.3) transitivePeerDependencies: - supports-color @@ -14177,19 +13979,33 @@ snapshots: transitivePeerDependencies: - supports-color + '@semantic-release/commit-analyzer@13.0.1(semantic-release@24.2.1(typescript@5.7.3))': + dependencies: + conventional-changelog-angular: 8.0.0 + conventional-changelog-writer: 8.0.0 + conventional-commits-filter: 5.0.0 + conventional-commits-parser: 6.0.0 + debug: 4.4.0 + import-from-esm: 2.0.0 + lodash-es: 4.17.21 + micromatch: 4.0.8 + semantic-release: 24.2.1(typescript@5.7.3) + transitivePeerDependencies: + - supports-color + '@semantic-release/error@3.0.0': {} '@semantic-release/error@4.0.0': {} - '@semantic-release/exec@6.0.3(semantic-release@22.0.12(typescript@5.7.2))': + '@semantic-release/exec@6.0.3(semantic-release@22.0.12(typescript@5.7.3))': dependencies: '@semantic-release/error': 3.0.0 aggregate-error: 3.1.0 - debug: 4.3.4 + debug: 4.4.0 execa: 5.1.1 lodash: 4.17.21 parse-json: 5.2.0 - semantic-release: 22.0.12(typescript@5.7.2) + semantic-release: 22.0.12(typescript@5.7.3) transitivePeerDependencies: - supports-color @@ -14197,7 +14013,7 @@ snapshots: dependencies: '@semantic-release/error': 3.0.0 aggregate-error: 3.1.0 - debug: 4.3.4 + debug: 4.4.0 execa: 5.1.1 lodash: 4.17.21 parse-json: 5.2.0 @@ -14205,17 +14021,17 @@ snapshots: transitivePeerDependencies: - supports-color - '@semantic-release/git@10.0.1(semantic-release@22.0.12(typescript@5.7.2))': + '@semantic-release/git@10.0.1(semantic-release@22.0.12(typescript@5.7.3))': dependencies: '@semantic-release/error': 3.0.0 aggregate-error: 3.1.0 - debug: 4.3.4 + debug: 4.4.0 dir-glob: 3.0.1 execa: 5.1.1 lodash: 4.17.21 micromatch: 4.0.8 p-reduce: 2.1.0 - semantic-release: 22.0.12(typescript@5.7.2) + semantic-release: 22.0.12(typescript@5.7.3) transitivePeerDependencies: - supports-color @@ -14223,7 +14039,7 @@ snapshots: dependencies: '@semantic-release/error': 3.0.0 aggregate-error: 3.1.0 - debug: 4.3.4 + debug: 4.4.0 dir-glob: 3.0.1 execa: 5.1.1 lodash: 4.17.21 @@ -14277,7 +14093,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@semantic-release/github@9.2.6(semantic-release@22.0.12(typescript@5.7.2))': + '@semantic-release/github@9.2.6(semantic-release@22.0.12(typescript@5.7.3))': dependencies: '@octokit/core': 5.2.0 '@octokit/plugin-paginate-rest': 9.2.1(@octokit/core@5.2.0) @@ -14294,12 +14110,12 @@ snapshots: lodash-es: 4.17.21 mime: 4.0.1 p-filter: 4.1.0 - semantic-release: 22.0.12(typescript@5.7.2) + semantic-release: 22.0.12(typescript@5.7.3) url-join: 5.0.0 transitivePeerDependencies: - supports-color - '@semantic-release/npm@11.0.3(semantic-release@22.0.12(typescript@5.7.2))': + '@semantic-release/npm@11.0.3(semantic-release@22.0.12(typescript@5.7.3))': dependencies: '@semantic-release/error': 4.0.0 aggregate-error: 5.0.0 @@ -14312,7 +14128,7 @@ snapshots: rc: 1.2.8 read-pkg: 9.0.1 registry-auth-token: 5.0.3 - semantic-release: 22.0.12(typescript@5.7.2) + semantic-release: 22.0.12(typescript@5.7.3) semver: 7.6.3 tempy: 3.1.0 @@ -14333,7 +14149,7 @@ snapshots: semver: 7.6.3 tempy: 3.1.0 - '@semantic-release/release-notes-generator@12.1.0(semantic-release@22.0.12(typescript@5.7.2))': + '@semantic-release/release-notes-generator@12.1.0(semantic-release@22.0.12(typescript@5.7.3))': dependencies: conventional-changelog-angular: 7.0.0 conventional-changelog-writer: 7.0.1 @@ -14345,7 +14161,7 @@ snapshots: into-stream: 7.0.0 lodash-es: 4.17.21 read-pkg-up: 11.0.0 - semantic-release: 22.0.12(typescript@5.7.2) + semantic-release: 22.0.12(typescript@5.7.3) transitivePeerDependencies: - supports-color @@ -14365,6 +14181,22 @@ snapshots: transitivePeerDependencies: - supports-color + '@semantic-release/release-notes-generator@14.0.3(semantic-release@24.2.1(typescript@5.7.3))': + dependencies: + conventional-changelog-angular: 8.0.0 + conventional-changelog-writer: 8.0.0 + conventional-commits-filter: 5.0.0 + conventional-commits-parser: 6.0.0 + debug: 4.4.0 + get-stream: 7.0.1 + import-from-esm: 2.0.0 + into-stream: 7.0.0 + lodash-es: 4.17.21 + read-package-up: 11.0.0 + semantic-release: 24.2.1(typescript@5.7.3) + transitivePeerDependencies: + - supports-color + '@semrel-extra/topo@1.14.1': dependencies: fast-glob: 3.3.2 @@ -14407,9 +14239,9 @@ snapshots: dependencies: defer-to-connect: 2.0.1 - '@tanstack/eslint-plugin-query@5.8.4(eslint@8.57.1)(typescript@5.7.2)': + '@tanstack/eslint-plugin-query@5.8.4(eslint@8.57.1)(typescript@5.7.3)': dependencies: - '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.7.2) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.7.3) eslint: 8.57.1 transitivePeerDependencies: - supports-color @@ -14821,7 +14653,7 @@ snapshots: '@types/acorn@4.0.6': dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 '@types/aria-query@5.0.4': {} @@ -14848,13 +14680,13 @@ snapshots: '@types/concat-stream@2.0.3': dependencies: - '@types/node': 18.19.70 + '@types/node': 18.19.71 '@types/confusing-browser-globals@1.0.3': {} '@types/conventional-commits-parser@5.0.0': dependencies: - '@types/node': 18.19.70 + '@types/node': 18.19.71 '@types/debug@4.1.12': dependencies: @@ -14870,15 +14702,13 @@ snapshots: '@types/estree-jsx@1.0.3': dependencies: - '@types/estree': 1.0.5 - - '@types/estree@1.0.5': {} + '@types/estree': 1.0.6 '@types/estree@1.0.6': {} '@types/graceful-fs@4.1.9': dependencies: - '@types/node': 18.19.70 + '@types/node': 18.19.71 '@types/hast@2.3.8': dependencies: @@ -14927,7 +14757,7 @@ snapshots: dependencies: '@types/unist': 2.0.10 - '@types/node@18.19.70': + '@types/node@18.19.71': dependencies: undici-types: 5.26.5 @@ -14966,49 +14796,49 @@ snapshots: dependencies: '@types/yargs-parser': 21.0.3 - '@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(typescript@5.7.2)': + '@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 6.21.0(eslint@8.57.1)(typescript@5.7.2) + '@typescript-eslint/parser': 6.21.0(eslint@8.57.1)(typescript@5.7.3) '@typescript-eslint/scope-manager': 8.18.1 - '@typescript-eslint/type-utils': 8.18.1(eslint@8.57.1)(typescript@5.7.2) - '@typescript-eslint/utils': 8.18.1(eslint@8.57.1)(typescript@5.7.2) + '@typescript-eslint/type-utils': 8.18.1(eslint@8.57.1)(typescript@5.7.3) + '@typescript-eslint/utils': 8.18.1(eslint@8.57.1)(typescript@5.7.3) '@typescript-eslint/visitor-keys': 8.18.1 eslint: 8.57.1 graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 - ts-api-utils: 1.3.0(typescript@5.7.2) - typescript: 5.7.2 + ts-api-utils: 1.3.0(typescript@5.7.3) + typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/experimental-utils@5.59.11(eslint@8.57.1)(typescript@5.7.2)': + '@typescript-eslint/experimental-utils@5.59.11(eslint@8.57.1)(typescript@5.7.3)': dependencies: - '@typescript-eslint/utils': 5.59.11(eslint@8.57.1)(typescript@5.7.2) + '@typescript-eslint/utils': 5.59.11(eslint@8.57.1)(typescript@5.7.3) eslint: 8.57.1 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/experimental-utils@5.62.0(eslint@8.57.1)(typescript@5.7.2)': + '@typescript-eslint/experimental-utils@5.62.0(eslint@8.57.1)(typescript@5.7.3)': dependencies: - '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.7.2) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.7.3) eslint: 8.57.1 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.2)': + '@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.3)': dependencies: '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.7.2) + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.7.3) '@typescript-eslint/visitor-keys': 6.21.0 debug: 4.4.0 eslint: 8.57.1 optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - supports-color @@ -15037,14 +14867,14 @@ snapshots: '@typescript-eslint/types': 8.18.1 '@typescript-eslint/visitor-keys': 8.18.1 - '@typescript-eslint/type-utils@8.18.1(eslint@8.57.1)(typescript@5.7.2)': + '@typescript-eslint/type-utils@8.18.1(eslint@8.57.1)(typescript@5.7.3)': dependencies: - '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2) - '@typescript-eslint/utils': 8.18.1(eslint@8.57.1)(typescript@5.7.2) + '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.3) + '@typescript-eslint/utils': 8.18.1(eslint@8.57.1)(typescript@5.7.3) debug: 4.4.0 eslint: 8.57.1 - ts-api-utils: 1.3.0(typescript@5.7.2) - typescript: 5.7.2 + ts-api-utils: 1.3.0(typescript@5.7.3) + typescript: 5.7.3 transitivePeerDependencies: - supports-color @@ -15058,7 +14888,7 @@ snapshots: '@typescript-eslint/types@8.18.1': {} - '@typescript-eslint/typescript-estree@5.59.11(typescript@5.7.2)': + '@typescript-eslint/typescript-estree@5.59.11(typescript@5.7.3)': dependencies: '@typescript-eslint/types': 5.59.11 '@typescript-eslint/visitor-keys': 5.59.11 @@ -15066,13 +14896,13 @@ snapshots: globby: 11.1.0 is-glob: 4.0.3 semver: 7.6.3 - tsutils: 3.21.0(typescript@5.7.2) + tsutils: 3.21.0(typescript@5.7.3) optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@5.62.0(typescript@5.7.2)': + '@typescript-eslint/typescript-estree@5.62.0(typescript@5.7.3)': dependencies: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 @@ -15080,13 +14910,13 @@ snapshots: globby: 11.1.0 is-glob: 4.0.3 semver: 7.6.3 - tsutils: 3.21.0(typescript@5.7.2) + tsutils: 3.21.0(typescript@5.7.3) optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@6.21.0(typescript@5.7.2)': + '@typescript-eslint/typescript-estree@6.21.0(typescript@5.7.3)': dependencies: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/visitor-keys': 6.21.0 @@ -15095,24 +14925,9 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.3 semver: 7.6.3 - ts-api-utils: 1.3.0(typescript@5.7.2) - optionalDependencies: - typescript: 5.7.2 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/typescript-estree@7.16.1(typescript@5.7.2)': - dependencies: - '@typescript-eslint/types': 7.16.1 - '@typescript-eslint/visitor-keys': 7.16.1 - debug: 4.3.4 - globby: 11.1.0 - is-glob: 4.0.3 - minimatch: 9.0.5 - semver: 7.6.3 - ts-api-utils: 1.3.0(typescript@5.7.2) + ts-api-utils: 1.3.0(typescript@5.7.3) optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - supports-color @@ -15120,7 +14935,7 @@ snapshots: dependencies: '@typescript-eslint/types': 7.16.1 '@typescript-eslint/visitor-keys': 7.16.1 - debug: 4.3.4 + debug: 4.4.0 globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.5 @@ -15131,7 +14946,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.18.1(typescript@5.7.2)': + '@typescript-eslint/typescript-estree@8.18.1(typescript@5.7.3)': dependencies: '@typescript-eslint/types': 8.18.1 '@typescript-eslint/visitor-keys': 8.18.1 @@ -15140,19 +14955,19 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 - ts-api-utils: 1.3.0(typescript@5.7.2) - typescript: 5.7.2 + ts-api-utils: 1.3.0(typescript@5.7.3) + typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@5.59.11(eslint@8.57.1)(typescript@5.7.2)': + '@typescript-eslint/utils@5.59.11(eslint@8.57.1)(typescript@5.7.3)': dependencies: '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.1) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 5.59.11 '@typescript-eslint/types': 5.59.11 - '@typescript-eslint/typescript-estree': 5.59.11(typescript@5.7.2) + '@typescript-eslint/typescript-estree': 5.59.11(typescript@5.7.3) eslint: 8.57.1 eslint-scope: 5.1.1 semver: 7.6.3 @@ -15160,14 +14975,14 @@ snapshots: - supports-color - typescript - '@typescript-eslint/utils@5.62.0(eslint@8.57.1)(typescript@5.7.2)': + '@typescript-eslint/utils@5.62.0(eslint@8.57.1)(typescript@5.7.3)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.7.2) + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.7.3) eslint: 8.57.1 eslint-scope: 5.1.1 semver: 7.6.3 @@ -15175,26 +14990,26 @@ snapshots: - supports-color - typescript - '@typescript-eslint/utils@6.21.0(eslint@8.57.1)(typescript@5.7.2)': + '@typescript-eslint/utils@6.21.0(eslint@8.57.1)(typescript@5.7.3)': dependencies: '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.1) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.7.2) + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.7.3) eslint: 8.57.1 semver: 7.6.3 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/utils@7.16.1(eslint@8.57.1)(typescript@5.7.2)': + '@typescript-eslint/utils@7.16.1(eslint@8.57.1)(typescript@5.7.3)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1) '@typescript-eslint/scope-manager': 7.16.1 '@typescript-eslint/types': 7.16.1 - '@typescript-eslint/typescript-estree': 7.16.1(typescript@5.7.2) + '@typescript-eslint/typescript-estree': 7.16.1(typescript@5.7.3) eslint: 8.57.1 transitivePeerDependencies: - supports-color @@ -15211,14 +15026,14 @@ snapshots: - supports-color - typescript - '@typescript-eslint/utils@8.18.1(eslint@8.57.1)(typescript@5.7.2)': + '@typescript-eslint/utils@8.18.1(eslint@8.57.1)(typescript@5.7.3)': dependencies: '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.1) '@typescript-eslint/scope-manager': 8.18.1 '@typescript-eslint/types': 8.18.1 - '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2) + '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.3) eslint: 8.57.1 - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - supports-color @@ -15283,10 +15098,10 @@ snapshots: '@visulima/path': 1.2.0 yaml: 2.6.1 - '@visulima/fs@2.3.5': + '@visulima/fs@2.3.7': dependencies: - '@visulima/path': 1.3.1 - yaml: 2.6.1 + '@visulima/path': 1.3.3 + yaml: 2.7.0 '@visulima/humanizer@1.0.16': {} @@ -15294,10 +15109,10 @@ snapshots: '@visulima/is-ansi-color-supported@2.2.9': {} - '@visulima/package@3.4.0(@types/node@18.19.70)': + '@visulima/package@3.4.0(@types/node@18.19.71)': dependencies: '@antfu/install-pkg': 0.5.0 - '@inquirer/confirm': 5.1.2(@types/node@18.19.70) + '@inquirer/confirm': 5.1.2(@types/node@18.19.71) '@visulima/fs': 2.3.3 '@visulima/path': 1.2.0 normalize-package-data: 7.0.0 @@ -15314,28 +15129,28 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@visulima/package@3.4.2(@types/node@18.19.70)': + '@visulima/package@3.4.4(@types/node@18.19.71)': dependencies: - '@antfu/install-pkg': 0.5.0 - '@inquirer/confirm': 5.1.2(@types/node@18.19.70) - '@visulima/fs': 2.3.5 - '@visulima/path': 1.3.1 + '@antfu/install-pkg': 1.0.0 + '@inquirer/confirm': 5.1.2(@types/node@18.19.71) + '@visulima/fs': 2.3.7 + '@visulima/path': 1.3.3 normalize-package-data: 7.0.0 transitivePeerDependencies: - '@types/node' - '@visulima/package@3.4.2(@types/node@22.10.2)': + '@visulima/package@3.4.4(@types/node@22.10.2)': dependencies: - '@antfu/install-pkg': 0.5.0 + '@antfu/install-pkg': 1.0.0 '@inquirer/confirm': 5.1.2(@types/node@22.10.2) - '@visulima/fs': 2.3.5 - '@visulima/path': 1.3.1 + '@visulima/fs': 2.3.7 + '@visulima/path': 1.3.3 normalize-package-data: 7.0.0 transitivePeerDependencies: - '@types/node' optional: true - '@visulima/packem@1.10.7(@types/node@18.19.70)(esbuild@0.24.2)(picomatch@4.0.2)(postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.6.1))(postcss-value-parser@4.2.0)(postcss@8.4.49)(sucrase@3.35.0)(typescript@5.7.3)': + '@visulima/packem@1.10.7(@types/node@18.19.71)(esbuild@0.24.2)(picomatch@4.0.2)(postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.7.0))(postcss-value-parser@4.2.0)(postcss@8.4.49)(sucrase@3.35.0)(typescript@5.7.3)': dependencies: '@antfu/install-pkg': 0.5.0 '@babel/parser': 7.26.3 @@ -15357,7 +15172,7 @@ snapshots: '@visulima/find-cache-dir': 1.0.18 '@visulima/fs': 2.3.3 '@visulima/humanizer': 1.0.16 - '@visulima/package': 3.4.0(@types/node@18.19.70) + '@visulima/package': 3.4.0(@types/node@18.19.71) '@visulima/pail': 2.1.13 '@visulima/path': 1.2.0 '@visulima/source-map': 1.0.12 @@ -15385,7 +15200,7 @@ snapshots: optionalDependencies: esbuild: 0.24.2 postcss: 8.4.49 - postcss-load-config: 6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.6.1) + postcss-load-config: 6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.7.0) postcss-value-parser: 4.2.0 sucrase: 3.35.0 typescript: 5.7.3 @@ -15397,7 +15212,7 @@ snapshots: - rolldown - rotating-file-stream - '@visulima/packem@1.10.7(@types/node@22.10.2)(esbuild@0.24.2)(picomatch@4.0.2)(postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.6.1))(postcss-value-parser@4.2.0)(postcss@8.4.49)(sucrase@3.35.0)(typescript@5.7.3)': + '@visulima/packem@1.10.7(@types/node@22.10.2)(esbuild@0.24.2)(picomatch@4.0.2)(postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.7.0))(postcss-value-parser@4.2.0)(postcss@8.4.49)(sucrase@3.35.0)(typescript@5.7.3)': dependencies: '@antfu/install-pkg': 0.5.0 '@babel/parser': 7.26.3 @@ -15447,7 +15262,7 @@ snapshots: optionalDependencies: esbuild: 0.24.2 postcss: 8.4.49 - postcss-load-config: 6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.6.1) + postcss-load-config: 6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.7.0) postcss-value-parser: 4.2.0 sucrase: 3.35.0 typescript: 5.7.3 @@ -15467,11 +15282,9 @@ snapshots: '@visulima/inspector': 1.0.14 safe-stable-stringify: 2.5.0 - '@visulima/path@1.1.2': {} - '@visulima/path@1.2.0': {} - '@visulima/path@1.3.1': {} + '@visulima/path@1.3.3': {} '@visulima/source-map@1.0.12': dependencies: @@ -15485,7 +15298,7 @@ snapshots: jsonc-parser: 3.3.1 resolve-pkg-maps: 1.0.0 - '@vitest/coverage-v8@2.1.8(vitest@2.1.8(@types/node@18.19.70))': + '@vitest/coverage-v8@2.1.8(vitest@2.1.8(@types/node@18.19.71))': dependencies: '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 0.2.3 @@ -15499,7 +15312,7 @@ snapshots: std-env: 3.8.0 test-exclude: 7.0.1 tinyrainbow: 1.2.0 - vitest: 2.1.8(@types/node@18.19.70) + vitest: 2.1.8(@types/node@18.19.71) transitivePeerDependencies: - supports-color @@ -15516,13 +15329,21 @@ snapshots: chai: 5.1.2 tinyrainbow: 1.2.0 - '@vitest/mocker@2.1.8(vite@5.4.10(@types/node@18.19.70))': + '@vitest/mocker@2.1.8(vite@5.4.10(@types/node@18.19.71))': dependencies: '@vitest/spy': 2.1.8 estree-walker: 3.0.3 magic-string: 0.30.15 optionalDependencies: - vite: 5.4.10(@types/node@18.19.70) + vite: 5.4.10(@types/node@18.19.71) + + '@vitest/mocker@2.1.8(vite@5.4.10(@types/node@22.10.2))': + dependencies: + '@vitest/spy': 2.1.8 + estree-walker: 3.0.3 + magic-string: 0.30.15 + optionalDependencies: + vite: 5.4.10(@types/node@22.10.2) '@vitest/pretty-format@2.1.8': dependencies: @@ -16565,24 +16386,17 @@ snapshots: core-util-is@1.0.3: {} - cosmiconfig-typescript-loader@5.0.0(@types/node@18.19.70)(cosmiconfig@8.3.6(typescript@5.7.3))(typescript@5.7.3): + cosmiconfig-typescript-loader@5.0.0(@types/node@18.19.71)(cosmiconfig@8.3.6(typescript@5.7.3))(typescript@5.7.3): dependencies: - '@types/node': 18.19.70 + '@types/node': 18.19.71 cosmiconfig: 8.3.6(typescript@5.7.3) jiti: 1.21.0 typescript: 5.7.3 optional: true - cosmiconfig-typescript-loader@6.1.0(@types/node@18.19.70)(cosmiconfig@9.0.0(typescript@5.7.3))(typescript@5.7.3): - dependencies: - '@types/node': 18.19.70 - cosmiconfig: 9.0.0(typescript@5.7.3) - jiti: 2.4.1 - typescript: 5.7.3 - - cosmiconfig-typescript-loader@6.1.0(@types/node@22.10.2)(cosmiconfig@9.0.0(typescript@5.7.3))(typescript@5.7.3): + cosmiconfig-typescript-loader@6.1.0(@types/node@18.19.71)(cosmiconfig@9.0.0(typescript@5.7.3))(typescript@5.7.3): dependencies: - '@types/node': 22.10.2 + '@types/node': 18.19.71 cosmiconfig: 9.0.0(typescript@5.7.3) jiti: 2.4.1 typescript: 5.7.3 @@ -16596,15 +16410,6 @@ snapshots: yaml: 1.10.2 optional: true - cosmiconfig@8.3.6(typescript@5.7.2): - dependencies: - import-fresh: 3.3.0 - js-yaml: 4.1.0 - parse-json: 5.2.0 - path-type: 4.0.0 - optionalDependencies: - typescript: 5.7.2 - cosmiconfig@8.3.6(typescript@5.7.3): dependencies: import-fresh: 3.3.0 @@ -16613,7 +16418,6 @@ snapshots: path-type: 4.0.0 optionalDependencies: typescript: 5.7.3 - optional: true cosmiconfig@9.0.0(typescript@5.7.3): dependencies: @@ -16624,13 +16428,13 @@ snapshots: optionalDependencies: typescript: 5.7.3 - create-jest@29.7.0(@types/node@18.19.70)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)): + create-jest@29.7.0(@types/node@18.19.71)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@18.19.70)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)) + jest-config: 29.7.0(@types/node@18.19.71)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -17262,13 +17066,13 @@ snapshots: eslint-define-config@1.24.1: {} - eslint-etc@5.2.1(eslint@8.57.1)(typescript@5.7.2): + eslint-etc@5.2.1(eslint@8.57.1)(typescript@5.7.3): dependencies: - '@typescript-eslint/experimental-utils': 5.62.0(eslint@8.57.1)(typescript@5.7.2) + '@typescript-eslint/experimental-utils': 5.62.0(eslint@8.57.1)(typescript@5.7.3) eslint: 8.57.1 - tsutils: 3.21.0(typescript@5.7.2) - tsutils-etc: 1.4.2(tsutils@3.21.0(typescript@5.7.2))(typescript@5.7.2) - typescript: 5.7.2 + tsutils: 3.21.0(typescript@5.7.3) + tsutils-etc: 1.4.2(tsutils@3.21.0(typescript@5.7.3))(typescript@5.7.3) + typescript: 5.7.3 transitivePeerDependencies: - supports-color @@ -17289,7 +17093,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.7.0(eslint-plugin-import-x@4.5.1(eslint@8.57.1)(typescript@5.7.2))(eslint-plugin-import@2.29.0)(eslint@8.57.1): + eslint-import-resolver-typescript@3.7.0(eslint-plugin-import-x@4.5.1(eslint@8.57.1)(typescript@5.7.3))(eslint-plugin-import@2.29.0)(eslint@8.57.1): dependencies: '@nolyfill/is-core-module': 1.0.39 debug: 4.4.0 @@ -17301,8 +17105,8 @@ snapshots: is-glob: 4.0.3 stable-hash: 0.0.4 optionalDependencies: - eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) - eslint-plugin-import-x: 4.5.1(eslint@8.57.1)(typescript@5.7.2) + eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) + eslint-plugin-import-x: 4.5.1(eslint@8.57.1)(typescript@5.7.3) transitivePeerDependencies: - supports-color @@ -17352,14 +17156,14 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1): + eslint-module-utils@2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 6.21.0(eslint@8.57.1)(typescript@5.7.2) + '@typescript-eslint/parser': 6.21.0(eslint@8.57.1)(typescript@5.7.3) eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import-x@4.5.1(eslint@8.57.1)(typescript@5.7.2))(eslint-plugin-import@2.29.0)(eslint@8.57.1) + eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import-x@4.5.1(eslint@8.57.1)(typescript@5.7.3))(eslint-plugin-import@2.29.0)(eslint@8.57.1) transitivePeerDependencies: - supports-color @@ -17404,13 +17208,13 @@ snapshots: eslint: 8.57.1 globals: 13.23.0 - eslint-plugin-deprecation@2.0.0(eslint@8.57.1)(typescript@5.7.2): + eslint-plugin-deprecation@2.0.0(eslint@8.57.1)(typescript@5.7.3): dependencies: - '@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.7.2) + '@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.7.3) eslint: 8.57.1 tslib: 2.8.1 - tsutils: 3.21.0(typescript@5.7.2) - typescript: 5.7.2 + tsutils: 3.21.0(typescript@5.7.3) + typescript: 5.7.3 transitivePeerDependencies: - supports-color @@ -17445,16 +17249,16 @@ snapshots: eslint: 8.57.1 ignore: 5.3.2 - eslint-plugin-etc@2.0.3(eslint@8.57.1)(typescript@5.7.2): + eslint-plugin-etc@2.0.3(eslint@8.57.1)(typescript@5.7.3): dependencies: - '@phenomnomnominal/tsquery': 5.0.1(typescript@5.7.2) - '@typescript-eslint/experimental-utils': 5.62.0(eslint@8.57.1)(typescript@5.7.2) + '@phenomnomnominal/tsquery': 5.0.1(typescript@5.7.3) + '@typescript-eslint/experimental-utils': 5.62.0(eslint@8.57.1)(typescript@5.7.3) eslint: 8.57.1 - eslint-etc: 5.2.1(eslint@8.57.1)(typescript@5.7.2) + eslint-etc: 5.2.1(eslint@8.57.1)(typescript@5.7.3) requireindex: 1.2.0 tslib: 2.6.2 - tsutils: 3.21.0(typescript@5.7.2) - typescript: 5.7.2 + tsutils: 3.21.0(typescript@5.7.3) + typescript: 5.7.3 transitivePeerDependencies: - supports-color @@ -17462,13 +17266,13 @@ snapshots: dependencies: htmlparser2: 8.0.2 - eslint-plugin-i@2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1): + eslint-plugin-i@2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1): dependencies: debug: 4.4.0 doctrine: 3.0.0 eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) get-tsconfig: 4.8.1 is-glob: 4.0.3 minimatch: 3.1.2 @@ -17479,11 +17283,11 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-plugin-import-x@4.5.1(eslint@8.57.1)(typescript@5.7.2): + eslint-plugin-import-x@4.5.1(eslint@8.57.1)(typescript@5.7.3): dependencies: '@types/doctrine': 0.0.9 '@typescript-eslint/scope-manager': 8.18.1 - '@typescript-eslint/utils': 8.18.1(eslint@8.57.1)(typescript@5.7.2) + '@typescript-eslint/utils': 8.18.1(eslint@8.57.1)(typescript@5.7.3) debug: 4.4.0 doctrine: 3.0.0 eslint: 8.57.1 @@ -17499,7 +17303,7 @@ snapshots: - typescript optional: true - eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1): + eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1): dependencies: array-includes: 3.1.8 array.prototype.findlastindex: 1.2.3 @@ -17509,7 +17313,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) hasown: 2.0.2 is-core-module: 2.13.1 is-glob: 4.0.3 @@ -17520,7 +17324,7 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 6.21.0(eslint@8.57.1)(typescript@5.7.2) + '@typescript-eslint/parser': 6.21.0(eslint@8.57.1)(typescript@5.7.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -17543,13 +17347,13 @@ snapshots: dependencies: eslint: 8.57.1 - eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(jest@29.7.0(@types/node@18.19.70)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)))(typescript@5.7.2): + eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(jest@29.7.0(@types/node@18.19.71)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)))(typescript@5.7.3): dependencies: - '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.7.2) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.7.3) eslint: 8.57.1 optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(typescript@5.7.2) - jest: 29.7.0(@types/node@18.19.70)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)) + '@typescript-eslint/eslint-plugin': 8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3) + jest: 29.7.0(@types/node@18.19.71)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)) transitivePeerDependencies: - supports-color - typescript @@ -17680,9 +17484,9 @@ snapshots: is-obj-prop: 1.0.0 is-proto-prop: 2.0.0 - eslint-plugin-perfectionist@2.11.0(eslint@8.57.1)(typescript@5.7.2): + eslint-plugin-perfectionist@2.11.0(eslint@8.57.1)(typescript@5.7.3): dependencies: - '@typescript-eslint/utils': 7.16.1(eslint@8.57.1)(typescript@5.7.2) + '@typescript-eslint/utils': 7.16.1(eslint@8.57.1)(typescript@5.7.3) eslint: 8.57.1 minimatch: 9.0.5 natural-compare-lite: 1.4.0 @@ -17690,12 +17494,12 @@ snapshots: - supports-color - typescript - eslint-plugin-playwright@0.18.0(eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(jest@29.7.0(@types/node@18.19.70)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)))(typescript@5.7.2))(eslint@8.57.1): + eslint-plugin-playwright@0.18.0(eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(jest@29.7.0(@types/node@18.19.71)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)))(typescript@5.7.3))(eslint@8.57.1): dependencies: eslint: 8.57.1 globals: 13.23.0 optionalDependencies: - eslint-plugin-jest: 27.9.0(@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(jest@29.7.0(@types/node@18.19.70)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)))(typescript@5.7.2) + eslint-plugin-jest: 27.9.0(@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(jest@29.7.0(@types/node@18.19.71)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)))(typescript@5.7.3) eslint-plugin-prefer-object-spread@1.2.1(eslint@8.57.1): dependencies: @@ -17765,10 +17569,10 @@ snapshots: eslint: 8.57.1 globals: 13.23.0 - eslint-plugin-storybook@0.6.15(eslint@8.57.1)(typescript@5.7.2): + eslint-plugin-storybook@0.6.15(eslint@8.57.1)(typescript@5.7.3): dependencies: '@storybook/csf': 0.0.1 - '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.7.2) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.7.3) eslint: 8.57.1 requireindex: 1.2.0 ts-dedent: 2.2.0 @@ -17776,15 +17580,15 @@ snapshots: - supports-color - typescript - eslint-plugin-tailwindcss@3.17.5(tailwindcss@3.3.5(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2))): + eslint-plugin-tailwindcss@3.17.5(tailwindcss@3.3.5(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3))): dependencies: fast-glob: 3.3.2 postcss: 8.4.49 - tailwindcss: 3.3.5(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)) + tailwindcss: 3.3.5(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)) - eslint-plugin-testing-library@6.5.0(eslint@8.57.1)(typescript@5.7.2): + eslint-plugin-testing-library@6.5.0(eslint@8.57.1)(typescript@5.7.3): dependencies: - '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.7.2) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.7.3) eslint: 8.57.1 transitivePeerDependencies: - supports-color @@ -17830,23 +17634,23 @@ snapshots: eslint-plugin-vitest-globals@1.5.0: {} - eslint-plugin-vitest@0.3.26(@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(typescript@5.7.2)(vitest@1.6.0(@types/node@18.19.70)): + eslint-plugin-vitest@0.3.26(@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3)(vitest@1.6.0(@types/node@18.19.71)): dependencies: - '@typescript-eslint/utils': 7.16.1(eslint@8.57.1)(typescript@5.7.2) + '@typescript-eslint/utils': 7.16.1(eslint@8.57.1)(typescript@5.7.3) eslint: 8.57.1 optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1)(typescript@5.7.2) - vitest: 1.6.0(@types/node@18.19.70) + '@typescript-eslint/eslint-plugin': 8.18.1(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3) + vitest: 1.6.0(@types/node@18.19.71) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-vitest@0.5.4(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3)(vitest@2.1.8(@types/node@18.19.70)): + eslint-plugin-vitest@0.5.4(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3)(vitest@2.1.8(@types/node@18.19.71)): dependencies: '@typescript-eslint/utils': 7.16.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) eslint: 9.17.0(jiti@2.4.2) optionalDependencies: - vitest: 2.1.8(@types/node@18.19.70) + vitest: 2.1.8(@types/node@18.19.71) transitivePeerDependencies: - supports-color - typescript @@ -18082,7 +17886,7 @@ snapshots: estree-walker@3.0.3: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 esutils@2.0.3: {} @@ -18534,14 +18338,6 @@ snapshots: dependencies: is-glob: 4.0.3 - glob@10.3.10: - dependencies: - foreground-child: 3.1.1 - jackspeak: 2.3.6 - minimatch: 9.0.5 - minipass: 7.0.4 - path-scurry: 1.10.1 - glob@10.4.5: dependencies: foreground-child: 3.1.1 @@ -19324,7 +19120,7 @@ snapshots: istanbul-lib-source-maps@5.0.6: dependencies: '@jridgewell/trace-mapping': 0.3.25 - debug: 4.3.5 + debug: 4.4.0 istanbul-lib-coverage: 3.2.2 transitivePeerDependencies: - supports-color @@ -19348,12 +19144,6 @@ snapshots: reflect.getprototypeof: 1.0.8 set-function-name: 2.0.2 - jackspeak@2.3.6: - dependencies: - '@isaacs/cliui': 8.0.2 - optionalDependencies: - '@pkgjs/parseargs': 0.11.0 - jackspeak@3.4.3: dependencies: '@isaacs/cliui': 8.0.2 @@ -19385,7 +19175,7 @@ snapshots: '@jest/expect': 28.1.3 '@jest/test-result': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.19.70 + '@types/node': 18.19.71 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -19409,7 +19199,7 @@ snapshots: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.19.70 + '@types/node': 18.19.71 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.1(babel-plugin-macros@3.1.0) @@ -19429,16 +19219,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@28.1.3(@types/node@18.19.70)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.3)): + jest-cli@28.1.3(@types/node@18.19.71)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)): dependencies: - '@jest/core': 28.1.3(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.3)) + '@jest/core': 28.1.3(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)) '@jest/test-result': 28.1.3 '@jest/types': 28.1.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 import-local: 3.1.0 - jest-config: 28.1.3(@types/node@18.19.70)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.3)) + jest-config: 28.1.3(@types/node@18.19.71)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)) jest-util: 28.1.3 jest-validate: 28.1.3 prompts: 2.4.2 @@ -19448,16 +19238,16 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@18.19.70)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)): + jest-cli@29.7.0(@types/node@18.19.71)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@18.19.70)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)) + create-jest: 29.7.0(@types/node@18.19.71)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)) exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0(@types/node@18.19.70)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)) + jest-config: 29.7.0(@types/node@18.19.71)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -19467,7 +19257,7 @@ snapshots: - supports-color - ts-node - jest-config@28.1.3(@types/node@18.19.70)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.3)): + jest-config@28.1.3(@types/node@18.19.71)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)): dependencies: '@babel/core': 7.26.0 '@jest/test-sequencer': 28.1.3 @@ -19492,12 +19282,12 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 18.19.70 - ts-node: 10.9.1(@types/node@18.19.70)(typescript@5.7.3) + '@types/node': 18.19.71 + ts-node: 10.9.1(@types/node@18.19.71)(typescript@5.7.3) transitivePeerDependencies: - supports-color - jest-config@29.7.0(@types/node@18.19.70)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)): + jest-config@29.7.0(@types/node@18.19.71)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)): dependencies: '@babel/core': 7.26.0 '@jest/test-sequencer': 29.7.0 @@ -19522,8 +19312,8 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 18.19.70 - ts-node: 10.9.1(@types/node@18.19.70)(typescript@5.7.2) + '@types/node': 18.19.71 + ts-node: 10.9.1(@types/node@18.19.71)(typescript@5.7.3) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -19571,7 +19361,7 @@ snapshots: '@jest/environment': 28.1.3 '@jest/fake-timers': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.19.70 + '@types/node': 18.19.71 jest-mock: 28.1.3 jest-util: 28.1.3 @@ -19580,7 +19370,7 @@ snapshots: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.19.70 + '@types/node': 18.19.71 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -19592,7 +19382,7 @@ snapshots: dependencies: '@jest/types': 28.1.3 '@types/graceful-fs': 4.1.9 - '@types/node': 18.19.70 + '@types/node': 18.19.71 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -19608,7 +19398,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 18.19.70 + '@types/node': 18.19.71 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -19671,12 +19461,12 @@ snapshots: jest-mock@28.1.3: dependencies: '@jest/types': 28.1.3 - '@types/node': 18.19.70 + '@types/node': 18.19.71 jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 18.19.70 + '@types/node': 18.19.71 jest-util: 29.7.0 jest-pnp-resolver@1.2.3(jest-resolve@28.1.3): @@ -19736,7 +19526,7 @@ snapshots: '@jest/test-result': 28.1.3 '@jest/transform': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.19.70 + '@types/node': 18.19.71 chalk: 4.1.2 emittery: 0.10.2 graceful-fs: 4.2.11 @@ -19762,7 +19552,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.19.70 + '@types/node': 18.19.71 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -19817,7 +19607,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.19.70 + '@types/node': 18.19.71 chalk: 4.1.2 cjs-module-lexer: 1.2.3 collect-v8-coverage: 1.0.2 @@ -19891,7 +19681,7 @@ snapshots: jest-util@28.1.3: dependencies: '@jest/types': 28.1.3 - '@types/node': 18.19.70 + '@types/node': 18.19.71 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -19900,7 +19690,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 18.19.70 + '@types/node': 18.19.71 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -19928,7 +19718,7 @@ snapshots: dependencies: '@jest/test-result': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.19.70 + '@types/node': 18.19.71 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.10.2 @@ -19939,7 +19729,7 @@ snapshots: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 18.19.70 + '@types/node': 18.19.71 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -19948,34 +19738,34 @@ snapshots: jest-worker@28.1.3: dependencies: - '@types/node': 18.19.70 + '@types/node': 18.19.71 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@29.7.0: dependencies: - '@types/node': 18.19.70 + '@types/node': 18.19.71 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 - jest@28.1.3(@types/node@18.19.70)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.3)): + jest@28.1.3(@types/node@18.19.71)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)): dependencies: - '@jest/core': 28.1.3(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.3)) + '@jest/core': 28.1.3(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)) '@jest/types': 28.1.3 import-local: 3.1.0 - jest-cli: 28.1.3(@types/node@18.19.70)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.3)) + jest-cli: 28.1.3(@types/node@18.19.71)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)) transitivePeerDependencies: - '@types/node' - supports-color - ts-node - jest@29.7.0(@types/node@18.19.70)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)): + jest@29.7.0(@types/node@18.19.71)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)) '@jest/types': 29.6.3 import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@18.19.70)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)) + jest-cli: 29.7.0(@types/node@18.19.71)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -20895,7 +20685,7 @@ snapshots: micromark-extension-mdx-expression@1.0.8: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 micromark-factory-mdx-expression: 1.0.9 micromark-factory-space: 1.1.0 micromark-util-character: 1.2.0 @@ -20906,7 +20696,7 @@ snapshots: micromark-extension-mdx-expression@3.0.0: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 devlop: 1.1.0 micromark-factory-mdx-expression: 2.0.1 micromark-factory-space: 2.0.0 @@ -20918,7 +20708,7 @@ snapshots: micromark-extension-mdx-jsx@1.0.5: dependencies: '@types/acorn': 4.0.6 - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 estree-util-is-identifier-name: 2.1.0 micromark-factory-mdx-expression: 1.0.9 micromark-factory-space: 1.1.0 @@ -20931,7 +20721,7 @@ snapshots: micromark-extension-mdx-jsx@3.0.0: dependencies: '@types/acorn': 4.0.6 - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 devlop: 1.1.0 estree-util-is-identifier-name: 3.0.0 micromark-factory-mdx-expression: 2.0.1 @@ -20951,7 +20741,7 @@ snapshots: micromark-extension-mdxjs-esm@1.0.5: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 micromark-core-commonmark: 1.1.0 micromark-util-character: 1.2.0 micromark-util-events-to-acorn: 1.2.3 @@ -20963,7 +20753,7 @@ snapshots: micromark-extension-mdxjs-esm@3.0.0: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 devlop: 1.1.0 micromark-core-commonmark: 2.0.0 micromark-util-character: 2.0.1 @@ -21023,7 +20813,7 @@ snapshots: micromark-factory-mdx-expression@1.0.9: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 micromark-util-character: 1.2.0 micromark-util-events-to-acorn: 1.2.3 micromark-util-symbol: 1.1.0 @@ -21034,7 +20824,7 @@ snapshots: micromark-factory-mdx-expression@2.0.1: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 devlop: 1.1.0 micromark-util-character: 2.0.1 micromark-util-events-to-acorn: 2.0.2 @@ -21150,7 +20940,7 @@ snapshots: micromark-util-events-to-acorn@1.2.3: dependencies: '@types/acorn': 4.0.6 - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 '@types/unist': 2.0.10 estree-util-visit: 1.2.1 micromark-util-symbol: 1.1.0 @@ -21161,7 +20951,7 @@ snapshots: micromark-util-events-to-acorn@2.0.2: dependencies: '@types/acorn': 4.0.6 - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 '@types/unist': 3.0.2 devlop: 1.1.0 estree-util-visit: 2.0.0 @@ -21333,8 +21123,6 @@ snapshots: minimist@1.2.8: {} - minipass@7.0.4: {} - minipass@7.1.2: {} misspellings@1.1.0: {} @@ -21857,14 +21645,14 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.23.4 + '@babel/code-frame': 7.26.2 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 parse-json@6.0.2: dependencies: - '@babel/code-frame': 7.24.7 + '@babel/code-frame': 7.26.2 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 2.0.4 @@ -21923,11 +21711,6 @@ snapshots: path-parse@1.0.7: {} - path-scurry@1.10.1: - dependencies: - lru-cache: 10.4.3 - minipass: 7.0.4 - path-scurry@1.11.1: dependencies: lru-cache: 10.4.3 @@ -22025,22 +21808,22 @@ snapshots: camelcase-css: 2.0.1 postcss: 8.4.49 - postcss-load-config@4.0.2(postcss@8.4.49)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)): + postcss-load-config@4.0.2(postcss@8.4.49)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)): dependencies: lilconfig: 3.1.3 yaml: 2.6.1 optionalDependencies: postcss: 8.4.49 - ts-node: 10.9.1(@types/node@18.19.70)(typescript@5.7.2) + ts-node: 10.9.1(@types/node@18.19.71)(typescript@5.7.3) - postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.6.1): + postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.7.0): dependencies: lilconfig: 3.1.3 optionalDependencies: jiti: 2.4.2 postcss: 8.4.49 tsx: 4.19.2 - yaml: 2.6.1 + yaml: 2.7.0 postcss-nested@6.0.1(postcss@8.4.49): dependencies: @@ -22140,9 +21923,9 @@ snapshots: proxy-from-env@1.1.0: {} - publint@0.3.1: + publint@0.3.2: dependencies: - '@publint/pack': 0.1.0 + '@publint/pack': 0.1.1 package-manager-detector: 0.2.8 picocolors: 1.1.1 sade: 1.8.1 @@ -22739,31 +22522,6 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.24.0 fsevents: 2.3.3 - rollup@4.28.1: - dependencies: - '@types/estree': 1.0.6 - optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.28.1 - '@rollup/rollup-android-arm64': 4.28.1 - '@rollup/rollup-darwin-arm64': 4.28.1 - '@rollup/rollup-darwin-x64': 4.28.1 - '@rollup/rollup-freebsd-arm64': 4.28.1 - '@rollup/rollup-freebsd-x64': 4.28.1 - '@rollup/rollup-linux-arm-gnueabihf': 4.28.1 - '@rollup/rollup-linux-arm-musleabihf': 4.28.1 - '@rollup/rollup-linux-arm64-gnu': 4.28.1 - '@rollup/rollup-linux-arm64-musl': 4.28.1 - '@rollup/rollup-linux-loongarch64-gnu': 4.28.1 - '@rollup/rollup-linux-powerpc64le-gnu': 4.28.1 - '@rollup/rollup-linux-riscv64-gnu': 4.28.1 - '@rollup/rollup-linux-s390x-gnu': 4.28.1 - '@rollup/rollup-linux-x64-gnu': 4.28.1 - '@rollup/rollup-linux-x64-musl': 4.28.1 - '@rollup/rollup-win32-arm64-msvc': 4.28.1 - '@rollup/rollup-win32-ia32-msvc': 4.28.1 - '@rollup/rollup-win32-x64-msvc': 4.28.1 - fsevents: 2.3.3 - rollup@4.30.1: dependencies: '@types/estree': 1.0.6 @@ -22870,15 +22628,15 @@ snapshots: map-like: 1.1.3 txt-ast-traverse: 1.2.1 - semantic-release@22.0.12(typescript@5.7.2): + semantic-release@22.0.12(typescript@5.7.3): dependencies: - '@semantic-release/commit-analyzer': 11.1.0(semantic-release@22.0.12(typescript@5.7.2)) + '@semantic-release/commit-analyzer': 11.1.0(semantic-release@22.0.12(typescript@5.7.3)) '@semantic-release/error': 4.0.0 - '@semantic-release/github': 9.2.6(semantic-release@22.0.12(typescript@5.7.2)) - '@semantic-release/npm': 11.0.3(semantic-release@22.0.12(typescript@5.7.2)) - '@semantic-release/release-notes-generator': 12.1.0(semantic-release@22.0.12(typescript@5.7.2)) + '@semantic-release/github': 9.2.6(semantic-release@22.0.12(typescript@5.7.3)) + '@semantic-release/npm': 11.0.3(semantic-release@22.0.12(typescript@5.7.3)) + '@semantic-release/release-notes-generator': 12.1.0(semantic-release@22.0.12(typescript@5.7.3)) aggregate-error: 5.0.0 - cosmiconfig: 8.3.6(typescript@5.7.2) + cosmiconfig: 8.3.6(typescript@5.7.3) debug: 4.4.0 env-ci: 10.0.0 execa: 8.0.1 @@ -23565,7 +23323,7 @@ snapshots: string-width: 4.2.3 strip-ansi: 6.0.1 - tailwindcss@3.3.5(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)): + tailwindcss@3.3.5(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)): dependencies: '@alloc/quick-lru': 5.2.0 arg: 5.0.2 @@ -23584,7 +23342,7 @@ snapshots: postcss: 8.4.49 postcss-import: 15.1.0(postcss@8.4.49) postcss-js: 4.0.1(postcss@8.4.49) - postcss-load-config: 4.0.2(postcss@8.4.49)(ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2)) + postcss-load-config: 4.0.2(postcss@8.4.49)(ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3)) postcss-nested: 6.0.1(postcss@8.4.49) postcss-selector-parser: 6.1.2 resolve: 1.22.8 @@ -23900,10 +23658,6 @@ snapshots: try-resolve@1.0.1: {} - ts-api-utils@1.3.0(typescript@5.7.2): - dependencies: - typescript: 5.7.2 - ts-api-utils@1.3.0(typescript@5.7.3): dependencies: typescript: 5.7.3 @@ -23914,33 +23668,14 @@ snapshots: ts-interface-checker@0.1.13: {} - ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.2): + ts-node@10.9.1(@types/node@18.19.71)(typescript@5.7.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.9 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 18.19.70 - acorn: 8.14.0 - acorn-walk: 8.3.4 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 5.7.2 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - optional: true - - ts-node@10.9.1(@types/node@18.19.70)(typescript@5.7.3): - dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.9 - '@tsconfig/node12': 1.0.11 - '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.4 - '@types/node': 18.19.70 + '@types/node': 18.19.71 acorn: 8.14.0 acorn-walk: 8.3.4 arg: 4.1.3 @@ -23972,7 +23707,7 @@ snapshots: tslib@2.8.1: {} - tsup@8.3.5(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(typescript@5.7.2)(yaml@2.6.1): + tsup@8.3.5(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(typescript@5.7.3)(yaml@2.7.0): dependencies: bundle-require: 5.0.0(esbuild@0.24.2) cac: 6.7.14 @@ -23982,34 +23717,34 @@ snapshots: esbuild: 0.24.2 joycon: 3.1.1 picocolors: 1.1.1 - postcss-load-config: 6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.6.1) + postcss-load-config: 6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.2)(yaml@2.7.0) resolve-from: 5.0.0 - rollup: 4.28.1 + rollup: 4.30.1 source-map: 0.8.0-beta.0 sucrase: 3.35.0 - tinyexec: 0.3.1 + tinyexec: 0.3.2 tinyglobby: 0.2.10 tree-kill: 1.2.2 optionalDependencies: postcss: 8.4.49 - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - jiti - supports-color - tsx - yaml - tsutils-etc@1.4.2(tsutils@3.21.0(typescript@5.7.2))(typescript@5.7.2): + tsutils-etc@1.4.2(tsutils@3.21.0(typescript@5.7.3))(typescript@5.7.3): dependencies: '@types/yargs': 17.0.32 - tsutils: 3.21.0(typescript@5.7.2) - typescript: 5.7.2 + tsutils: 3.21.0(typescript@5.7.3) + typescript: 5.7.3 yargs: 17.7.2 - tsutils@3.21.0(typescript@5.7.2): + tsutils@3.21.0(typescript@5.7.3): dependencies: tslib: 1.14.1 - typescript: 5.7.2 + typescript: 5.7.3 tsx@4.19.2: dependencies: @@ -24087,8 +23822,6 @@ snapshots: typedarray@0.0.6: {} - typescript@5.7.2: {} - typescript@5.7.3: {} typical@7.2.0: {} @@ -24148,7 +23881,7 @@ snapshots: '@types/concat-stream': 2.0.3 '@types/debug': 4.1.12 '@types/is-empty': 1.2.3 - '@types/node': 18.19.70 + '@types/node': 18.19.71 '@types/unist': 2.0.10 concat-stream: 2.0.0 debug: 4.4.0 @@ -24179,8 +23912,8 @@ snapshots: '@types/unist': 3.0.2 '@ungap/structured-clone': 1.2.0 concat-stream: 2.0.0 - debug: 4.3.4 - glob: 10.3.10 + debug: 4.4.0 + glob: 10.4.5 ignore: 5.3.0 is-empty: 1.2.0 is-plain-obj: 4.1.0 @@ -24192,7 +23925,7 @@ snapshots: vfile-message: 4.0.2 vfile-reporter: 8.1.0 vfile-statistics: 3.0.0 - yaml: 2.3.4 + yaml: 2.6.1 transitivePeerDependencies: - supports-color @@ -24526,13 +24259,13 @@ snapshots: unist-util-stringify-position: 4.0.0 vfile-message: 4.0.2 - vite-node@1.6.0(@types/node@18.19.70): + vite-node@1.6.0(@types/node@18.19.71): dependencies: cac: 6.7.14 debug: 4.4.0 pathe: 1.1.2 picocolors: 1.1.1 - vite: 5.4.10(@types/node@18.19.70) + vite: 5.4.10(@types/node@18.19.71) transitivePeerDependencies: - '@types/node' - less @@ -24544,13 +24277,13 @@ snapshots: - supports-color - terser - vite-node@2.1.8(@types/node@18.19.70): + vite-node@2.1.8(@types/node@18.19.71): dependencies: cac: 6.7.14 debug: 4.3.7 es-module-lexer: 1.5.4 pathe: 1.1.2 - vite: 5.4.10(@types/node@18.19.70) + vite: 5.4.10(@types/node@18.19.71) transitivePeerDependencies: - '@types/node' - less @@ -24580,13 +24313,13 @@ snapshots: - supports-color - terser - vite@5.4.10(@types/node@18.19.70): + vite@5.4.10(@types/node@18.19.71): dependencies: esbuild: 0.21.5 postcss: 8.4.49 rollup: 4.24.0 optionalDependencies: - '@types/node': 18.19.70 + '@types/node': 18.19.71 fsevents: 2.3.3 vite@5.4.10(@types/node@22.10.2): @@ -24598,7 +24331,7 @@ snapshots: '@types/node': 22.10.2 fsevents: 2.3.3 - vitest@1.6.0(@types/node@18.19.70): + vitest@1.6.0(@types/node@18.19.71): dependencies: '@vitest/expect': 1.6.0 '@vitest/runner': 1.6.0 @@ -24617,11 +24350,11 @@ snapshots: strip-literal: 2.1.1 tinybench: 2.9.0 tinypool: 0.8.4 - vite: 5.4.10(@types/node@18.19.70) - vite-node: 1.6.0(@types/node@18.19.70) + vite: 5.4.10(@types/node@18.19.71) + vite-node: 1.6.0(@types/node@18.19.71) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 18.19.70 + '@types/node': 18.19.71 transitivePeerDependencies: - less - lightningcss @@ -24632,10 +24365,10 @@ snapshots: - supports-color - terser - vitest@2.1.8(@types/node@18.19.70): + vitest@2.1.8(@types/node@18.19.71): dependencies: '@vitest/expect': 2.1.8 - '@vitest/mocker': 2.1.8(vite@5.4.10(@types/node@18.19.70)) + '@vitest/mocker': 2.1.8(vite@5.4.10(@types/node@18.19.71)) '@vitest/pretty-format': 2.1.8 '@vitest/runner': 2.1.8 '@vitest/snapshot': 2.1.8 @@ -24651,11 +24384,11 @@ snapshots: tinyexec: 0.3.1 tinypool: 1.0.1 tinyrainbow: 1.2.0 - vite: 5.4.10(@types/node@18.19.70) - vite-node: 2.1.8(@types/node@18.19.70) + vite: 5.4.10(@types/node@18.19.71) + vite-node: 2.1.8(@types/node@18.19.71) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 18.19.70 + '@types/node': 18.19.71 transitivePeerDependencies: - less - lightningcss @@ -24670,7 +24403,7 @@ snapshots: vitest@2.1.8(@types/node@22.10.2): dependencies: '@vitest/expect': 2.1.8 - '@vitest/mocker': 2.1.8(vite@5.4.10(@types/node@18.19.70)) + '@vitest/mocker': 2.1.8(vite@5.4.10(@types/node@22.10.2)) '@vitest/pretty-format': 2.1.8 '@vitest/runner': 2.1.8 '@vitest/snapshot': 2.1.8 @@ -24869,10 +24602,10 @@ snapshots: yaml@1.10.2: optional: true - yaml@2.3.4: {} - yaml@2.6.1: {} + yaml@2.7.0: {} + yargs-parser@20.2.9: {} yargs-parser@21.1.1: {}