Skip to content

Commit

Permalink
chore(deps): Bump eslint-plugin-sonarjs from 0.25.1 to 1.0.3 (#35)
Browse files Browse the repository at this point in the history
* chore(deps): Bump eslint-plugin-sonarjs from 0.25.1 to 1.0.3

Bumps [eslint-plugin-sonarjs](https://github.com/SonarSource/eslint-plugin-sonarjs) from 0.25.1 to 1.0.3.
- [Release notes](https://github.com/SonarSource/eslint-plugin-sonarjs/releases)
- [Commits](SonarSource/eslint-plugin-sonarjs@0.25.1...1.0.3)

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

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

* fix: .eslintrc breaking change

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Purtov <[email protected]>
  • Loading branch information
dependabot[bot] and danielptv authored May 11, 2024
1 parent 420eedc commit 91a3737
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ extends:
- plugin:import/typescript
- plugin:@typescript-eslint/strict-type-checked
- plugin:@typescript-eslint/stylistic-type-checked
- plugin:sonarjs/recommended
- plugin:sonarjs/recommended-legacy
- plugin:deprecation/recommended
- plugin:sonarjs/recommended
- plugin:import/errors
- plugin:import/warnings
- plugin:promise/recommended
Expand Down
10 changes: 5 additions & 5 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 @@ -31,7 +31,7 @@
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-regexp": "2.5.0",
"eslint-plugin-sonarjs": "0.25.1",
"eslint-plugin-sonarjs": "1.0.3",
"eslint-plugin-unicorn": "53.0.0",
"jest": "29.7.0",
"json-2-csv": "5.5.1",
Expand Down

0 comments on commit 91a3737

Please sign in to comment.