From 9686a7478382a696f650000bb5b218f5283bfcea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 18:41:28 +0000 Subject: [PATCH] Bump prettier and @types/prettier Bumps [prettier](https://github.com/prettier/prettier) and [@types/prettier](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prettier). These dependencies needed to be updated together. Updates `prettier` from 2.8.8 to 3.4.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.8.8...3.4.2) Updates `@types/prettier` from 2.7.3 to 3.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prettier) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/prettier" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 155 +++++++++++++++------------ package.json | 4 +- packages/form-generator/package.json | 2 +- 3 files changed, 88 insertions(+), 73 deletions(-) diff --git a/package-lock.json b/package-lock.json index 889039955a9..a750fe2c797 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@shopify/eslint-plugin": "^43.0.0", "@types/fs-extra": "^11.0.1", "@types/node": "^18.15.11", - "@types/prettier": "^2.7.3", + "@types/prettier": "^3.0.0", "@typescript-eslint/eslint-plugin": "^6.18.1", "@typescript-eslint/parser": "^6.18.1", "c8": "^7.13.0", @@ -50,7 +50,7 @@ "glob": "^10.1.0", "husky": "^8.0.3", "lint-staged": "^15.2.10", - "prettier": "^2.8.7", + "prettier": "^3.4.2", "rimraf": "^5.0.0", "semver": "^7.5.4", "tsx": "^4.6.1", @@ -15271,6 +15271,21 @@ "graceful-fs": "^4.1.6" } }, + "node_modules/@changesets/apply-release-plan/node_modules/prettier": { + "version": "2.8.8", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", + "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "dev": true, + "bin": { + "prettier": "bin-prettier.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + }, "node_modules/@changesets/apply-release-plan/node_modules/universalify": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", @@ -15655,6 +15670,21 @@ "graceful-fs": "^4.1.6" } }, + "node_modules/@changesets/write/node_modules/prettier": { + "version": "2.8.8", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", + "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "dev": true, + "bin": { + "prettier": "bin-prettier.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + }, "node_modules/@changesets/write/node_modules/universalify": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", @@ -18481,23 +18511,6 @@ } } }, - "node_modules/@shopify/eslint-plugin/node_modules/prettier": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", - "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", - "dev": true, - "license": "MIT", - "peer": true, - "bin": { - "prettier": "bin/prettier.cjs" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/prettier/prettier?sponsor=1" - } - }, "node_modules/@sindresorhus/merge-streams": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz", @@ -19706,11 +19719,14 @@ } }, "node_modules/@types/prettier": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz", - "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-3.0.0.tgz", + "integrity": "sha512-mFMBfMOz8QxhYVbuINtswBp9VL2b4Y0QqYHwqLz3YbgtfAcat2Dl6Y1o4e22S/OVE6Ebl9m7wWiMT2lSbAs1wA==", + "deprecated": "This is a stub types definition. prettier provides its own type definitions, so you do not need this installed.", "dev": true, - "license": "MIT" + "dependencies": { + "prettier": "*" + } }, "node_modules/@types/semver": { "version": "7.5.8", @@ -30163,15 +30179,14 @@ } }, "node_modules/prettier": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", - "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", - "license": "MIT", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", + "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", "bin": { - "prettier": "bin-prettier.js" + "prettier": "bin/prettier.cjs" }, "engines": { - "node": ">=10.13.0" + "node": ">=14" }, "funding": { "url": "https://github.com/prettier/prettier?sponsor=1" @@ -33635,20 +33650,20 @@ }, "packages/backend": { "name": "@aws-amplify/backend", - "version": "1.11.0", + "version": "1.12.0", "license": "Apache-2.0", "dependencies": { "@aws-amplify/backend-auth": "^1.4.2", - "@aws-amplify/backend-data": "^1.3.0", - "@aws-amplify/backend-function": "^1.10.0", + "@aws-amplify/backend-data": "^1.4.0", + "@aws-amplify/backend-function": "^1.11.0", "@aws-amplify/backend-output-schemas": "^1.4.0", "@aws-amplify/backend-output-storage": "^1.1.4", "@aws-amplify/backend-secret": "^1.1.4", "@aws-amplify/backend-storage": "^1.2.4", - "@aws-amplify/client-config": "^1.5.4", + "@aws-amplify/client-config": "^1.5.5", "@aws-amplify/data-schema": "^1.13.4", - "@aws-amplify/platform-core": "^1.4.0", - "@aws-amplify/plugin-types": "^1.6.0", + "@aws-amplify/platform-core": "^1.5.0", + "@aws-amplify/plugin-types": "^1.7.0", "@aws-sdk/client-amplify": "^3.624.0" }, "devDependencies": { @@ -33663,15 +33678,15 @@ }, "packages/backend-ai": { "name": "@aws-amplify/backend-ai", - "version": "1.2.0", + "version": "1.3.0", "license": "Apache-2.0", "dependencies": { "@aws-amplify/ai-constructs": "^1.2.0", "@aws-amplify/backend-output-schemas": "^1.4.0", "@aws-amplify/backend-output-storage": "^1.1.4", "@aws-amplify/data-schema-types": "^1.2.0", - "@aws-amplify/platform-core": "^1.3.0", - "@aws-amplify/plugin-types": "^1.6.0" + "@aws-amplify/platform-core": "^1.5.0", + "@aws-amplify/plugin-types": "^1.7.0" }, "peerDependencies": { "aws-cdk-lib": "^2.168.0", @@ -33703,7 +33718,7 @@ }, "packages/backend-data": { "name": "@aws-amplify/backend-data", - "version": "1.3.0", + "version": "1.4.0", "license": "Apache-2.0", "dependencies": { "@aws-amplify/backend-output-schemas": "^1.4.0", @@ -33711,12 +33726,12 @@ "@aws-amplify/data-construct": "^1.14.5", "@aws-amplify/data-schema-types": "^1.2.0", "@aws-amplify/graphql-generator": "^0.5.1", - "@aws-amplify/plugin-types": "^1.6.0" + "@aws-amplify/plugin-types": "^1.7.0" }, "devDependencies": { "@aws-amplify/backend-platform-test-stubs": "^0.3.7", "@aws-amplify/data-schema": "^1.13.4", - "@aws-amplify/platform-core": "^1.4.0" + "@aws-amplify/platform-core": "^1.5.0" }, "peerDependencies": { "aws-cdk-lib": "^2.168.0", @@ -33725,11 +33740,11 @@ }, "packages/backend-deployer": { "name": "@aws-amplify/backend-deployer", - "version": "1.1.12", + "version": "1.1.13", "license": "Apache-2.0", "dependencies": { - "@aws-amplify/platform-core": "^1.4.0", - "@aws-amplify/plugin-types": "^1.6.0", + "@aws-amplify/platform-core": "^1.5.0", + "@aws-amplify/plugin-types": "^1.7.0", "execa": "^9.5.1", "strip-ansi": "^6.0.1", "tsx": "^4.6.1" @@ -33859,18 +33874,18 @@ }, "packages/backend-function": { "name": "@aws-amplify/backend-function", - "version": "1.10.0", + "version": "1.11.0", "license": "Apache-2.0", "dependencies": { "@aws-amplify/backend-output-schemas": "^1.4.0", "@aws-amplify/backend-output-storage": "^1.1.4", - "@aws-amplify/plugin-types": "^1.6.0", + "@aws-amplify/plugin-types": "^1.7.0", "@aws-sdk/client-s3": "^3.624.0", "execa": "^9.5.1" }, "devDependencies": { "@aws-amplify/backend-platform-test-stubs": "^0.3.7", - "@aws-amplify/platform-core": "^1.4.0", + "@aws-amplify/platform-core": "^1.5.0", "@aws-sdk/client-s3": "^3.624.0", "@aws-sdk/client-ssm": "^3.624.0", "aws-sdk": "^2.1550.0", @@ -34080,20 +34095,20 @@ }, "packages/cli": { "name": "@aws-amplify/backend-cli", - "version": "1.4.5", + "version": "1.4.6", "license": "Apache-2.0", "dependencies": { - "@aws-amplify/backend-deployer": "^1.1.12", + "@aws-amplify/backend-deployer": "^1.1.13", "@aws-amplify/backend-output-schemas": "^1.4.0", "@aws-amplify/backend-secret": "^1.1.2", "@aws-amplify/cli-core": "^1.2.1", - "@aws-amplify/client-config": "^1.5.4", + "@aws-amplify/client-config": "^1.5.5", "@aws-amplify/deployed-backend-client": "^1.5.0", "@aws-amplify/form-generator": "^1.0.3", - "@aws-amplify/model-generator": "^1.0.11", - "@aws-amplify/platform-core": "^1.4.0", - "@aws-amplify/plugin-types": "^1.6.0", - "@aws-amplify/sandbox": "^1.2.8", + "@aws-amplify/model-generator": "^1.0.12", + "@aws-amplify/platform-core": "^1.5.0", + "@aws-amplify/plugin-types": "^1.7.0", + "@aws-amplify/sandbox": "^1.2.9", "@aws-amplify/schema-generator": "^1.2.6", "@aws-sdk/client-amplify": "^3.624.0", "@aws-sdk/client-cloudformation": "^3.624.0", @@ -34470,14 +34485,14 @@ }, "packages/client-config": { "name": "@aws-amplify/client-config", - "version": "1.5.4", + "version": "1.5.5", "license": "Apache-2.0", "dependencies": { "@aws-amplify/backend-output-schemas": "^1.4.0", "@aws-amplify/deployed-backend-client": "^1.5.0", - "@aws-amplify/model-generator": "^1.0.10", - "@aws-amplify/platform-core": "^1.4.0", - "@aws-amplify/plugin-types": "^1.6.0", + "@aws-amplify/model-generator": "^1.0.12", + "@aws-amplify/platform-core": "^1.5.0", + "@aws-amplify/plugin-types": "^1.7.0", "zod": "^3.22.2" }, "devDependencies": { @@ -34768,7 +34783,7 @@ "@graphql-codegen/typescript": "^2.8.3", "graphql": "^15.8.0", "node-fetch": "^3.3.2", - "prettier": "^2.8.7" + "prettier": "^3.4.2" } }, "packages/integration-tests": { @@ -34961,15 +34976,15 @@ }, "packages/model-generator": { "name": "@aws-amplify/model-generator", - "version": "1.0.11", + "version": "1.0.12", "license": "Apache-2.0", "dependencies": { "@aws-amplify/backend-output-schemas": "^1.1.0", "@aws-amplify/deployed-backend-client": "^1.5.0", "@aws-amplify/graphql-generator": "^0.5.1", "@aws-amplify/graphql-types-generator": "^3.6.0", - "@aws-amplify/platform-core": "^1.4.0", - "@aws-amplify/plugin-types": "^1.4.0", + "@aws-amplify/platform-core": "^1.5.0", + "@aws-amplify/plugin-types": "^1.7.0", "@aws-sdk/client-appsync": "^3.624.0", "@aws-sdk/client-s3": "^3.624.0", "@aws-sdk/credential-providers": "^3.624.0", @@ -34983,10 +34998,10 @@ }, "packages/platform-core": { "name": "@aws-amplify/platform-core", - "version": "1.4.0", + "version": "1.5.0", "license": "Apache-2.0", "dependencies": { - "@aws-amplify/plugin-types": "^1.6.0", + "@aws-amplify/plugin-types": "^1.7.0", "@aws-sdk/client-sts": "^3.624.0", "is-ci": "^3.0.1", "lodash.mergewith": "^4.6.2", @@ -35020,7 +35035,7 @@ }, "packages/plugin-types": { "name": "@aws-amplify/plugin-types", - "version": "1.6.0", + "version": "1.7.0", "license": "Apache-2.0", "peerDependencies": { "@aws-sdk/types": "^3.609.0", @@ -35030,16 +35045,16 @@ }, "packages/sandbox": { "name": "@aws-amplify/sandbox", - "version": "1.2.8", + "version": "1.2.9", "license": "Apache-2.0", "dependencies": { - "@aws-amplify/backend-deployer": "^1.1.12", + "@aws-amplify/backend-deployer": "^1.1.13", "@aws-amplify/backend-secret": "^1.1.2", "@aws-amplify/cli-core": "^1.2.1", - "@aws-amplify/client-config": "^1.5.4", + "@aws-amplify/client-config": "^1.5.5", "@aws-amplify/deployed-backend-client": "^1.5.0", - "@aws-amplify/platform-core": "^1.4.0", - "@aws-amplify/plugin-types": "^1.6.0", + "@aws-amplify/platform-core": "^1.5.0", + "@aws-amplify/plugin-types": "^1.7.0", "@aws-sdk/client-cloudwatch-logs": "^3.624.0", "@aws-sdk/client-lambda": "^3.624.0", "@aws-sdk/client-ssm": "^3.624.0", diff --git a/package.json b/package.json index 064c496cf6d..2c5cd8107a2 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@shopify/eslint-plugin": "^43.0.0", "@types/fs-extra": "^11.0.1", "@types/node": "^18.15.11", - "@types/prettier": "^2.7.3", + "@types/prettier": "^3.0.0", "@typescript-eslint/eslint-plugin": "^6.18.1", "@typescript-eslint/parser": "^6.18.1", "c8": "^7.13.0", @@ -91,7 +91,7 @@ "glob": "^10.1.0", "husky": "^8.0.3", "lint-staged": "^15.2.10", - "prettier": "^2.8.7", + "prettier": "^3.4.2", "rimraf": "^5.0.0", "semver": "^7.5.4", "tsx": "^4.6.1", diff --git a/packages/form-generator/package.json b/packages/form-generator/package.json index 31a56527203..c5126a33669 100644 --- a/packages/form-generator/package.json +++ b/packages/form-generator/package.json @@ -31,6 +31,6 @@ "@graphql-codegen/typescript": "^2.8.3", "graphql": "^15.8.0", "node-fetch": "^3.3.2", - "prettier": "^2.8.7" + "prettier": "^3.4.2" } }