From 3bee8b5af3188e2b7ace45cfd6351191dbfe2418 Mon Sep 17 00:00:00 2001 From: chouchouji <1305974212@qq.com> Date: Sat, 11 Jan 2025 10:23:15 +0800 Subject: [PATCH] chore: bump @configurajs/prettier --- .github/workflows/lint.yml | 2 +- .prettierignore | 1 - package.json | 2 +- packages/core/package.json | 2 +- packages/examples/package.json | 2 +- pnpm-lock.yaml | 93 +++++++++++++++++++++++++--------- 6 files changed, 74 insertions(+), 28 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9587aa4..8fcbf30 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,6 +20,6 @@ jobs: - name: Install Dependencies run: pnpm i - + - name: Lint run: pnpm lint diff --git a/.prettierignore b/.prettierignore index cf005f1..093ae04 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,3 @@ *.md -**/package.json **/pnpm-lock.yaml diff --git a/package.json b/package.json index 7abcc23..4d18f98 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "@configurajs/eslint": "^0.0.14", - "@configurajs/prettier": "^0.0.2", + "@configurajs/prettier": "^0.1.1", "eslint": "9.17.0", "prettier": "^3.2.5" } diff --git a/packages/core/package.json b/packages/core/package.json index 9e3b9d9..0c60530 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -54,4 +54,4 @@ "peerDependencies": { "vite": ">=2.0.0" } -} \ No newline at end of file +} diff --git a/packages/examples/package.json b/packages/examples/package.json index 9cbb904..f28c5ff 100755 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -36,4 +36,4 @@ "vite-plugin-magic-preloader": "workspace:*", "vue-tsc": "^2.0.21" } -} \ No newline at end of file +} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1295c3c..64cfeef 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^0.0.14 version: 0.0.14(eslint-config-prettier@9.1.0(eslint@9.17.0))(eslint@9.17.0)(prettier@3.4.2)(typescript@5.7.2) '@configurajs/prettier': - specifier: ^0.0.2 - version: 0.0.2(@vue/compiler-sfc@3.5.13)(prettier@3.4.2)(typescript@5.7.2) + specifier: ^0.1.1 + version: 0.1.1(@vue/compiler-sfc@3.5.13)(prettier@3.4.2) eslint: specifier: 9.17.0 version: 9.17.0 @@ -256,8 +256,8 @@ packages: peerDependencies: eslint: ^9.17.0 - '@configurajs/prettier@0.0.2': - resolution: {integrity: sha512-iSo//i+712ytBiTVFy9dmPgbCZjS9LltexIja/t34PlWjWFV9u5Q+0cW6OVJslnzTBcyOSvPBO20cCSYfmP4NQ==} + '@configurajs/prettier@0.1.1': + resolution: {integrity: sha512-vFqu5BCTwxS3k0mfUfFx0tU7gFM0VkIYn+c5wl9lUTAwWrhQMZSX8HmYuMcjycrINUjR4OxcTf1xYaiNBxEb1w==} engines: {pnpm: '>=9.0'} peerDependencies: prettier: ^3.4.2 @@ -1419,6 +1419,14 @@ packages: deep-is@0.1.4: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} + detect-indent@7.0.1: + resolution: {integrity: sha512-Mc7QhQ8s+cLrnUfU/Ji94vG/r8M26m8f++vyres4ZoojaRDpZ1eSIh/EpzLNwlWuvzSZ3UbDFspjFvTDXe6e/g==} + engines: {node: '>=12.20'} + + detect-newline@4.0.1: + resolution: {integrity: sha512-qE3Veg1YXzGHQhlA6jzebZN2qVf6NX+A7m7qlhCGG30dJixrAQhYOsJjsnBjJkCSmuOPpCk30145fr8FV0bzog==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dir-glob@3.0.1: resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} engines: {node: '>=8'} @@ -1845,9 +1853,16 @@ packages: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} engines: {node: '>=6.9.0'} + get-stdin@9.0.0: + resolution: {integrity: sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==} + engines: {node: '>=12'} + get-tsconfig@4.8.1: resolution: {integrity: sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==} + git-hooks-list@3.1.0: + resolution: {integrity: sha512-LF8VeHeR7v+wAbXqfgRlTSX/1BJR9Q1vEMR8JAz1cEg6GX07+zyj3sAdDvYjj/xnlIfVuGgj4qBei1K3hKH+PA==} + git-raw-commits@4.0.0: resolution: {integrity: sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==} engines: {node: '>=16'} @@ -1985,6 +2000,10 @@ packages: resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} engines: {node: '>=8'} + is-plain-obj@4.1.0: + resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==} + engines: {node: '>=12'} + is-text-path@2.0.0: resolution: {integrity: sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==} engines: {node: '>=8'} @@ -2299,6 +2318,14 @@ packages: resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==} engines: {node: '>=6.0.0'} + prettier-plugin-packagejson@2.5.6: + resolution: {integrity: sha512-TY7KiLtyt6Tlf53BEbXUWkN0+TRdHKgIMmtXtDCyHH6yWnZ50Lwq6Vb6lyjapZrhDTXooC4EtlY5iLe1sCgi5w==} + peerDependencies: + prettier: '>= 1.16.0' + peerDependenciesMeta: + prettier: + optional: true + prettier-plugin-tailwindcss@0.6.9: resolution: {integrity: sha512-r0i3uhaZAXYP0At5xGfJH876W3HHGHDp+LCRUJrs57PBeQ6mYHMwr25KH8NPX44F2yGTvdnH7OqCshlQx183Eg==} engines: {node: '>=14.21.3'} @@ -2460,6 +2487,13 @@ packages: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} + sort-object-keys@1.1.3: + resolution: {integrity: sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==} + + sort-package-json@2.12.0: + resolution: {integrity: sha512-/HrPQAeeLaa+vbAH/znjuhwUluuiM/zL5XX9kop8UpDgjtyWKt43hGDk2vd/TBdDpzIyzIHVUgmYofzYrAQjew==} + hasBin: true + source-map-js@1.2.1: resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} engines: {node: '>=0.10.0'} @@ -3015,13 +3049,13 @@ snapshots: - supports-color - typescript - '@configurajs/prettier@0.0.2(@vue/compiler-sfc@3.5.13)(prettier@3.4.2)(typescript@5.7.2)': + '@configurajs/prettier@0.1.1(@vue/compiler-sfc@3.5.13)(prettier@3.4.2)': dependencies: '@ianvs/prettier-plugin-sort-imports': 4.4.0(@vue/compiler-sfc@3.5.13)(prettier@3.4.2) prettier: 3.4.2 + prettier-plugin-packagejson: 2.5.6(prettier@3.4.2) prettier-plugin-tailwindcss: 0.6.9(@ianvs/prettier-plugin-sort-imports@4.4.0(@vue/compiler-sfc@3.5.13)(prettier@3.4.2))(prettier@3.4.2) rattail: 1.0.18 - vue: 3.5.13(typescript@5.7.2) transitivePeerDependencies: - '@prettier/plugin-pug' - '@shopify/prettier-plugin-liquid' @@ -3040,7 +3074,6 @@ snapshots: - prettier-plugin-style-order - prettier-plugin-svelte - supports-color - - typescript '@esbuild/aix-ppc64@0.21.5': optional: true @@ -3988,12 +4021,6 @@ snapshots: '@vue/shared': 3.5.13 vue: 3.5.13(typescript@5.4.5) - '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.7.2))': - dependencies: - '@vue/compiler-ssr': 3.5.13 - '@vue/shared': 3.5.13 - vue: 3.5.13(typescript@5.7.2) - '@vue/shared@3.5.13': {} '@vue/tsconfig@0.5.1': {} @@ -4212,6 +4239,10 @@ snapshots: deep-is@0.1.4: {} + detect-indent@7.0.1: {} + + detect-newline@4.0.1: {} + dir-glob@3.0.1: dependencies: path-type: 4.0.0 @@ -4811,10 +4842,14 @@ snapshots: gensync@1.0.0-beta.2: {} + get-stdin@9.0.0: {} + get-tsconfig@4.8.1: dependencies: resolve-pkg-maps: 1.0.0 + git-hooks-list@3.1.0: {} + git-raw-commits@4.0.0: dependencies: dargs: 8.1.0 @@ -4948,6 +4983,8 @@ snapshots: is-path-inside@3.0.3: {} + is-plain-obj@4.1.0: {} + is-text-path@2.0.0: dependencies: text-extensions: 2.4.0 @@ -5208,6 +5245,13 @@ snapshots: dependencies: fast-diff: 1.3.0 + prettier-plugin-packagejson@2.5.6(prettier@3.4.2): + dependencies: + sort-package-json: 2.12.0 + synckit: 0.9.2 + optionalDependencies: + prettier: 3.4.2 + prettier-plugin-tailwindcss@0.6.9(@ianvs/prettier-plugin-sort-imports@4.4.0(@vue/compiler-sfc@3.5.13)(prettier@3.4.2))(prettier@3.4.2): dependencies: prettier: 3.4.2 @@ -5317,6 +5361,19 @@ snapshots: slash@3.0.0: {} + sort-object-keys@1.1.3: {} + + sort-package-json@2.12.0: + dependencies: + detect-indent: 7.0.1 + detect-newline: 4.0.1 + get-stdin: 9.0.0 + git-hooks-list: 3.1.0 + is-plain-obj: 4.1.0 + semver: 7.6.3 + sort-object-keys: 1.1.3 + tinyglobby: 0.2.10 + source-map-js@1.2.1: {} source-map@0.6.1: {} @@ -5586,16 +5643,6 @@ snapshots: optionalDependencies: typescript: 5.4.5 - vue@3.5.13(typescript@5.7.2): - dependencies: - '@vue/compiler-dom': 3.5.13 - '@vue/compiler-sfc': 3.5.13 - '@vue/runtime-dom': 3.5.13 - '@vue/server-renderer': 3.5.13(vue@3.5.13(typescript@5.7.2)) - '@vue/shared': 3.5.13 - optionalDependencies: - typescript: 5.7.2 - webidl-conversions@4.0.2: {} whatwg-url@7.1.0: