From 273f85af1a81e0db241a3a4f524e7514128d8a01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 12:57:02 +0000 Subject: [PATCH] chore(deps): update prettier packages (#904) * chore(deps): update prettier packages | datasource | package | from | to | | ---------- | --------------------------- | ----- | ----- | | npm | prettier | 3.4.2 | 3.5.0 | | npm | prettier-plugin-packagejson | 2.5.6 | 2.5.8 | * chore: lint fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Kriese --- package.json | 6 +++--- pnpm-lock.yaml | 30 +++++++++++++++--------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 643f2284..81d9655c 100644 --- a/package.json +++ b/package.json @@ -20,11 +20,11 @@ "clean": "rimraf dist/", "compile": "node tools/compile.js", "lint": "run-s lint-es prettier", + "lint:fix": "run-s lint-es:fix prettier-fix", "lint-es": "eslint .", "lint-es:file": "eslint", "lint-es:file:fix": "eslint --fix", "lint-es:fix": "eslint --fix .", - "lint:fix": "run-s lint-es:fix prettier-fix", "prepare": "husky", "prettier": "prettier --cache --check --ignore-unknown \"{**/*,*}.*\"", "prettier-fix": "prettier --cache --write --ignore-unknown \"{**/*,*}.*\"", @@ -56,8 +56,8 @@ "husky": "9.1.7", "lint-staged": "15.4.3", "npm-run-all2": "7.0.2", - "prettier": "3.4.2", - "prettier-plugin-packagejson": "2.5.6", + "prettier": "3.5.0", + "prettier-plugin-packagejson": "2.5.8", "rimraf": "6.0.1", "semantic-release": "24.2.2", "typescript": "5.7.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6e7e5573..8b0eaf0d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,11 +73,11 @@ importers: specifier: 7.0.2 version: 7.0.2 prettier: - specifier: 3.4.2 - version: 3.4.2 + specifier: 3.5.0 + version: 3.5.0 prettier-plugin-packagejson: - specifier: 2.5.6 - version: 2.5.6(prettier@3.4.2) + specifier: 2.5.8 + version: 2.5.8(prettier@3.5.0) rimraf: specifier: 6.0.1 version: 6.0.1 @@ -1834,16 +1834,16 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - prettier-plugin-packagejson@2.5.6: - resolution: {integrity: sha512-TY7KiLtyt6Tlf53BEbXUWkN0+TRdHKgIMmtXtDCyHH6yWnZ50Lwq6Vb6lyjapZrhDTXooC4EtlY5iLe1sCgi5w==} + prettier-plugin-packagejson@2.5.8: + resolution: {integrity: sha512-BaGOF63I0IJZoudxpuQe17naV93BRtK8b3byWktkJReKEMX9CC4qdGUzThPDVO/AUhPzlqDiAXbp18U6X8wLKA==} peerDependencies: prettier: '>= 1.16.0' peerDependenciesMeta: prettier: optional: true - prettier@3.4.2: - resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==} + prettier@3.5.0: + resolution: {integrity: sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA==} engines: {node: '>=14'} hasBin: true @@ -1985,8 +1985,8 @@ packages: 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==} + sort-package-json@2.14.0: + resolution: {integrity: sha512-xBRdmMjFB/KW3l51mP31dhlaiFmqkHLfWTfZAno8prb/wbDxwBPWFpxB16GZbiPbYr3wL41H8Kx22QIDWRe8WQ==} hasBin: true source-map@0.6.1: @@ -3983,14 +3983,14 @@ snapshots: prelude-ls@1.2.1: {} - prettier-plugin-packagejson@2.5.6(prettier@3.4.2): + prettier-plugin-packagejson@2.5.8(prettier@3.5.0): dependencies: - sort-package-json: 2.12.0 + sort-package-json: 2.14.0 synckit: 0.9.2 optionalDependencies: - prettier: 3.4.2 + prettier: 3.5.0 - prettier@3.4.2: {} + prettier@3.5.0: {} pretty-ms@9.2.0: dependencies: @@ -4151,7 +4151,7 @@ snapshots: sort-object-keys@1.1.3: {} - sort-package-json@2.12.0: + sort-package-json@2.14.0: dependencies: detect-indent: 7.0.1 detect-newline: 4.0.1