Skip to content

Commit 923ef2f

Browse files
dependabot[bot]Akash Satheesan
and
Akash Satheesan
authored
chore(deps-dev): bump eslint-config-prettier from 6.12.0 to 8.1.0 (#2918)
* chore(deps-dev): bump eslint-config-prettier from 6.12.0 to 8.1.0 Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.12.0 to 8.1.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v6.12.0...v8.1.0) Signed-off-by: dependabot[bot] <[email protected]> * fix(eslintrc): remove prettier/@typescript extend Removed by upstream in v8.0. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Akash Satheesan <[email protected]>
1 parent a41b47c commit 923ef2f

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

.eslintrc.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ extends:
1616
- plugin:import/typescript
1717
- plugin:prettier/recommended
1818
- prettier # Removes eslint rules that conflict with prettier.
19-
- prettier/@typescript-eslint # Remove conflicts again.
2019

2120
rules:
2221
# Sometimes you need to add args to implement a function signature even

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@typescript-eslint/parser": "^4.7.0",
5656
"doctoc": "^2.0.0",
5757
"eslint": "^7.7.0",
58-
"eslint-config-prettier": "^6.0.0",
58+
"eslint-config-prettier": "^8.1.0",
5959
"eslint-import-resolver-alias": "^1.1.2",
6060
"eslint-plugin-import": "^2.18.2",
6161
"eslint-plugin-prettier": "^3.1.0",

yarn.lock

+4-11
Original file line numberDiff line numberDiff line change
@@ -3088,12 +3088,10 @@ escodegen@~1.9.0:
30883088
optionalDependencies:
30893089
source-map "~0.6.1"
30903090

3091-
eslint-config-prettier@^6.0.0:
3092-
version "6.12.0"
3093-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.12.0.tgz#9eb2bccff727db1c52104f0b49e87ea46605a0d2"
3094-
integrity sha512-9jWPlFlgNwRUYVoujvWTQ1aMO8o6648r+K7qU7K5Jmkbyqav1fuEZC0COYpGBxyiAJb65Ra9hrmFx19xRGwXWw==
3095-
dependencies:
3096-
get-stdin "^6.0.0"
3091+
eslint-config-prettier@^8.1.0:
3092+
version "8.1.0"
3093+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz#4ef1eaf97afe5176e6a75ddfb57c335121abc5a6"
3094+
integrity sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw==
30973095

30983096
eslint-import-resolver-alias@^1.1.2:
30993097
version "1.1.2"
@@ -3646,11 +3644,6 @@ get-port@^3.2.0:
36463644
resolved "https://registry.yarnpkg.com/get-port/-/get-port-3.2.0.tgz#dd7ce7de187c06c8bf353796ac71e099f0980ebc"
36473645
integrity sha1-3Xzn3hh8Bsi/NTeWrHHgmfCYDrw=
36483646

3649-
get-stdin@^6.0.0:
3650-
version "6.0.0"
3651-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
3652-
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
3653-
36543647
get-stdin@^8.0.0:
36553648
version "8.0.0"
36563649
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53"

0 commit comments

Comments
 (0)