From 2ca21a632b34c9411aef3b152e03a5077802bf93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 13:40:20 +0000 Subject: [PATCH] Bump prettier from 2.7.1 to 3.6.2 Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 3.6.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.7.1...3.6.2) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 26 ++++++++++++++++---------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 9de5a75..bbf55ca 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "jsondiffpatch": "^0.4.1", "lodash": "^4.17.21", "mustache": "^4.2.0", - "prettier": "^2.7.1", + "prettier": "^3.6.2", "urlcat": "^2.0.4" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3cdb4aa..126c54f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -30,8 +30,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 prettier: - specifier: ^2.7.1 - version: 2.7.1 + specifier: ^3.6.2 + version: 3.6.2 urlcat: specifier: ^2.0.4 version: 2.0.4 @@ -1573,7 +1573,6 @@ packages: resolution: {integrity: sha512-t0etAxTUk1w5MYdNOkZBZ8rvYYN5iL+2dHCCx/DpkFm/bW28M6y5nUS83D4XdZiHy35Fpaw6LBb+F88fHZnVCw==} engines: {node: '>=8.17.0'} hasBin: true - bundledDependencies: [] jsx-ast-utils@3.3.2: resolution: {integrity: sha512-4ZCADZHRkno244xlNnn4AOG6sRQ7iBZ5BbgZ4vW4y5IZw7cVUD1PPeblm1xx/nfmMxPdt/LHsXZW8z/j58+l9Q==} @@ -1815,11 +1814,16 @@ packages: resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==} engines: {node: '>=6.0.0'} - prettier@2.7.1: - resolution: {integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==} + prettier@2.8.8: + resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} engines: {node: '>=10.13.0'} hasBin: true + prettier@3.6.2: + resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==} + engines: {node: '>=14'} + hasBin: true + pretty-format@28.1.3: resolution: {integrity: sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -3240,10 +3244,10 @@ snapshots: eslint-plugin-import: 2.25.2(@typescript-eslint/parser@5.43.0(eslint@8.28.0)(typescript@4.9.3))(eslint@8.28.0) eslint-plugin-jsx-a11y: 6.6.1(eslint@8.28.0) eslint-plugin-no-only-tests: 2.6.0 - eslint-plugin-prettier: 4.0.0(eslint-config-prettier@8.3.0(eslint@8.28.0))(eslint@8.28.0)(prettier@2.7.1) + eslint-plugin-prettier: 4.0.0(eslint-config-prettier@8.3.0(eslint@8.28.0))(eslint@8.28.0)(prettier@2.8.8) eslint-rule-documentation: 1.0.23 jsx-ast-utils: 3.3.2 - prettier: 2.7.1 + prettier: 2.8.8 svg-element-attributes: 1.3.1 transitivePeerDependencies: - eslint-import-resolver-typescript @@ -3308,10 +3312,10 @@ snapshots: eslint-plugin-no-only-tests@2.6.0: {} - eslint-plugin-prettier@4.0.0(eslint-config-prettier@8.3.0(eslint@8.28.0))(eslint@8.28.0)(prettier@2.7.1): + eslint-plugin-prettier@4.0.0(eslint-config-prettier@8.3.0(eslint@8.28.0))(eslint@8.28.0)(prettier@2.8.8): dependencies: eslint: 8.28.0 - prettier: 2.7.1 + prettier: 2.8.8 prettier-linter-helpers: 1.0.0 optionalDependencies: eslint-config-prettier: 8.3.0(eslint@8.28.0) @@ -4270,7 +4274,9 @@ snapshots: dependencies: fast-diff: 1.2.0 - prettier@2.7.1: {} + prettier@2.8.8: {} + + prettier@3.6.2: {} pretty-format@28.1.3: dependencies: