Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit b392015

Browse files
committed
Bump eslint-plugin-prettier to 3.0.1
1 parent 6e92f4b commit b392015

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
### Fixed
66

77
* `jest/no-vague-titles` no longer flags when the word `call` is used.
8+
* Update `eslint-plugin-prettier` to 3.0.1 so it does not crash when given an unparsable file ([#212](https://github.com/Shopify/eslint-plugin-shopify/pull/212))
89

910
### Changed
11+
1012
* `jest/no-vague-titles` added `should` and `properly` to vague rules and new configuration to `allow` words.
1113

1214
## [26.1.1] - 2018-10-31

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"eslint-plugin-lodash": "2.6.1",
8686
"eslint-plugin-mocha": "5.2.0",
8787
"eslint-plugin-node": "7.0.1",
88-
"eslint-plugin-prettier": "3.0.0",
88+
"eslint-plugin-prettier": "3.0.1",
8989
"eslint-plugin-promise": "4.0.0",
9090
"eslint-plugin-react": "7.11.1",
9191
"eslint-plugin-sort-class-members": "1.3.1",

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1916,10 +1916,10 @@ [email protected]:
19161916
resolve "^1.8.1"
19171917
semver "^5.5.0"
19181918

1919-
1920-
version "3.0.0"
1921-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.0.0.tgz#f6b823e065f8c36529918cdb766d7a0e975ec30c"
1922-
integrity sha512-4g11opzhqq/8+AMmo5Vc2Gn7z9alZ4JqrbZ+D4i8KlSyxeQhZHlmIrY8U9Akf514MoEhogPa87Jgkq87aZ2Ohw==
1919+
1920+
version "3.0.1"
1921+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.0.1.tgz#19d521e3981f69dd6d14f64aec8c6a6ac6eb0b0d"
1922+
integrity sha512-/PMttrarPAY78PLvV3xfWibMOdMDl57hmlQ2XqFeA37wd+CJ7WSxV7txqjVPHi/AAFKd2lX0ZqfsOc/i5yFCSQ==
19231923
dependencies:
19241924
prettier-linter-helpers "^1.0.0"
19251925

@@ -1943,6 +1943,7 @@ [email protected]:
19431943
version "26.1.1"
19441944
dependencies:
19451945
babel-eslint "9.0.0"
1946+
common-tags "^1.8.0"
19461947
eslint-config-prettier "3.0.1"
19471948
eslint-import-resolver-typescript "^1.1.1"
19481949
eslint-module-utils "2.1.1"
@@ -1958,7 +1959,7 @@ [email protected]:
19581959
eslint-plugin-lodash "2.6.1"
19591960
eslint-plugin-mocha "5.2.0"
19601961
eslint-plugin-node "7.0.1"
1961-
eslint-plugin-prettier "3.0.0"
1962+
eslint-plugin-prettier "3.0.1"
19621963
eslint-plugin-promise "4.0.0"
19631964
eslint-plugin-react "7.11.1"
19641965
eslint-plugin-sort-class-members "1.3.1"

0 commit comments

Comments
 (0)