Skip to content

Commit

Permalink
Bump eslint-plugin-simple-import-sort from 7.0.0 to 8.0.0 (#676)
Browse files Browse the repository at this point in the history
* Bump eslint-plugin-simple-import-sort from 7.0.0 to 8.0.0

Bumps [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/lydell/eslint-plugin-simple-import-sort/releases)
- [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md)
- [Commits](lydell/eslint-plugin-simple-import-sort@v7.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-simple-import-sort
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Test dependabot fix

* Reformat package-lock.json [dependabot skip]

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Wu <[email protected]>
Co-authored-by: cjwooo <[email protected]>
  • Loading branch information
3 people authored Sep 6, 2022
1 parent 21263e6 commit 4b666db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dependabot-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ on:
push:
branches:
- dependabot/npm_and_yarn/**
paths:
- "package-lock.json"
- "**/package.json"
workflow_dispatch:

jobs:
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/verror": "^1.10.5",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint": "^8.17.0",
"husky": "^8.0.1",
"jest-extended": "^3.0.2",
Expand Down

0 comments on commit 4b666db

Please sign in to comment.