diff --git a/.husky/commit-msg b/.husky/commit-msg index 9ef41ae..2e6b87e 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1 +1 @@ -pnpm commitlint --edit "$1" +pnpm exec commitlint --edit "$1" diff --git a/package.json b/package.json index 06c8020..43893af 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,13 @@ "node": "22" }, "packageManager": "pnpm@10.10.0", + "pnpm": { + "ignoredBuiltDependencies": [ + "@parcel/watcher", + "esbuild", + "unrs-resolver" + ] + }, "scripts": { "prepare": "husky" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b799b37..0d62ea5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -54,8 +54,8 @@ importers: specifier: 5.4.0 version: 5.4.0(eslint-config-prettier@10.1.5(eslint@9.26.0(jiti@2.4.2)))(eslint@9.26.0(jiti@2.4.2))(prettier@3.5.3) lint-staged: - specifier: 15.5.2 - version: 15.5.2 + specifier: 16.0.0 + version: 16.0.0 nuxt: specifier: 3.17.3 version: 3.17.3(@parcel/watcher@2.5.1)(@types/node@22.15.17)(db0@0.3.2)(eslint@9.26.0(jiti@2.4.2))(ioredis@5.6.1)(magicast@0.3.5)(meow@13.2.0)(optionator@0.9.4)(rollup@4.40.2)(terser@5.39.0)(typescript@5.8.3)(vite@6.3.5(@types/node@22.15.17)(jiti@2.4.2)(terser@5.39.0)(yaml@2.7.1))(vue-tsc@2.2.10(typescript@5.8.3))(yaml@2.7.1) @@ -3467,9 +3467,9 @@ packages: lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - lint-staged@15.5.2: - resolution: {integrity: sha512-YUSOLq9VeRNAo/CTaVmhGDKG+LBtA8KF1X4K5+ykMSwWST1vDxJRB2kv2COgLb1fvpCo+A/y9A0G0znNVmdx4w==} - engines: {node: '>=18.12.0'} + lint-staged@16.0.0: + resolution: {integrity: sha512-sUCprePs6/rbx4vKC60Hez6X10HPkpDJaGcy3D1NdwR7g1RcNkWL8q9mJMreOqmHBTs+1sNFp+wOiX9fr+hoOQ==} + engines: {node: '>=20.18'} hasBin: true listhen@1.9.0: @@ -3785,6 +3785,10 @@ packages: mz@2.7.0: resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} + nano-spawn@1.0.1: + resolution: {integrity: sha512-BfcvzBlUTxSDWfT+oH7vd6CbUV+rThLLHCIym/QO6GGLBsyVXleZs00fto2i2jzC/wPiBYk5jyOmpXWg4YopiA==} + engines: {node: '>=20.18'} + nanoid@3.3.11: resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} @@ -9595,15 +9599,15 @@ snapshots: lines-and-columns@1.2.4: {} - lint-staged@15.5.2: + lint-staged@16.0.0: dependencies: chalk: 5.4.1 commander: 13.1.0 debug: 4.4.0 - execa: 8.0.1 lilconfig: 3.1.3 listr2: 8.3.3 micromatch: 4.0.8 + nano-spawn: 1.0.1 pidtree: 0.6.0 string-argv: 0.3.2 yaml: 2.7.1 @@ -9896,6 +9900,8 @@ snapshots: object-assign: 4.1.1 thenify-all: 1.6.0 + nano-spawn@1.0.1: {} + nanoid@3.3.11: {} nanoid@5.1.5: {} diff --git a/src/package.json b/src/package.json index eeca962..7ad4ca4 100644 --- a/src/package.json +++ b/src/package.json @@ -4,7 +4,7 @@ "eslint": "9.26.0", "eslint-config-prettier": "10.1.5", "eslint-plugin-prettier": "5.4.0", - "lint-staged": "15.5.2", + "lint-staged": "16.0.0", "nuxt": "3.17.3", "prettier": "3.5.3", "serve": "14.2.4",