Skip to content

Commit

Permalink
Bump the code-style group across 1 directory with 4 updates (#572)
Browse files Browse the repository at this point in the history
* Bump the code-style group across 1 directory with 4 updates

Bumps the code-style group with 4 updates in the /ui directory: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [eslint](https://github.com/eslint/eslint), [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports) and [lint-staged](https://github.com/lint-staged/lint-staged).


Updates `@typescript-eslint/eslint-plugin` from 7.18.0 to 8.0.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.1/packages/eslint-plugin)

Updates `eslint` from 8.57.0 to 9.8.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.8.0)

Updates `eslint-plugin-unused-imports` from 3.2.0 to 4.0.1
- [Commits](https://github.com/sweepline/eslint-plugin-unused-imports/commits)

Updates `lint-staged` from 15.2.7 to 15.2.8
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.7...v15.2.8)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: code-style
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: code-style
- dependency-name: eslint-plugin-unused-imports
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: code-style
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: code-style
...

Signed-off-by: dependabot[bot] <support@github.com>

* Ignore dep conflicts

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paul Cretu <paul.s.cretu@gmail.com>
  • Loading branch information
dependabot[bot] and paulcretu committed Aug 5, 2024
1 parent 60e8b46 commit 2c4c075
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 15 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,11 @@ updates:
- "typescript"
- "phoenix"
- "@types/node"
ignore:
# Ignore until nextjs adds eslint 9 support https://github.com/vercel/next.js/issues/64409
- dependency-name: "eslint"
versions: ["9.0 - 9.8"]
- dependency-name: "eslint-plugin-unused-imports"
versions: ["4.0"]
- dependency-name: "@typescript-eslint/eslint-plugin"
versions: ["8.0"]
28 changes: 14 additions & 14 deletions ui/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 ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-unused-imports": "^3.2.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.8",
"prettier": "3.3.3",
"typescript": "5.4.5"
}
Expand Down

0 comments on commit 2c4c075

Please sign in to comment.