From 9ce38d033a16f6c31cd8fd8b471a0aee2b1ec3c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Dec 2021 00:10:36 +0000 Subject: [PATCH] Bump @vue/eslint-config-prettier in /packages/eslint-config Bumps [@vue/eslint-config-prettier](https://github.com/vuejs/eslint-config-prettier) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/vuejs/eslint-config-prettier/releases) - [Changelog](https://github.com/vuejs/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/eslint-config-prettier/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: "@vue/eslint-config-prettier" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/eslint-config/package-lock.json | 24 ++++++++++-------------- packages/eslint-config/package.json | 2 +- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/packages/eslint-config/package-lock.json b/packages/eslint-config/package-lock.json index 21689c7..4296f4c 100644 --- a/packages/eslint-config/package-lock.json +++ b/packages/eslint-config/package-lock.json @@ -884,19 +884,20 @@ } }, "@vue/eslint-config-prettier": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@vue/eslint-config-prettier/-/eslint-config-prettier-6.0.0.tgz", - "integrity": "sha512-wFQmv45c3ige5EA+ngijq40YpVcIkAy0Lihupnsnd1Dao5CBbPyfCzqtejFLZX1EwH/kCJdpz3t6s+5wd3+KxQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@vue/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz", + "integrity": "sha512-/CTc6ML3Wta1tCe1gUeO0EYnVXfo3nJXsIhZ8WJr3sov+cGASr6yuiibJTL6lmIBm7GobopToOuB3B6AWyV0Iw==", "requires": { - "eslint-config-prettier": "^6.0.0" + "eslint-config-prettier": "^8.3.0", + "eslint-plugin-prettier": "^4.0.0" }, "dependencies": { - "eslint-config-prettier": { - "version": "6.15.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz", - "integrity": "sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==", + "eslint-plugin-prettier": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz", + "integrity": "sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==", "requires": { - "get-stdin": "^6.0.0" + "prettier-linter-helpers": "^1.0.0" } } } @@ -2083,11 +2084,6 @@ } } }, - "get-stdin": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz", - "integrity": "sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==" - }, "glob-parent": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 9d05bff..8a56681 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -24,7 +24,7 @@ ], "dependencies": { "@babel/core": "^7.12.16", - "@vue/eslint-config-prettier": "^6.0.0", + "@vue/eslint-config-prettier": "^7.0.0", "@vue/eslint-config-standard": "^6.0.0", "babel-eslint": "^10.1.0", "eslint-config-airbnb-base": "^14.2.1",