Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency eslint-plugin-sonarjs to ^0.24.0 #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-sonarjs ^0.5.0 -> ^0.24.0 age adoption passing confidence

Release Notes

SonarSource/eslint-plugin-sonarjs (eslint-plugin-sonarjs)

v0.24.0

Compare Source

What's Changed

Full Changelog: SonarSource/eslint-plugin-sonarjs@0.23.0...0.24.0

v0.23.0

Compare Source

What's Changed

Full Changelog: SonarSource/eslint-plugin-sonarjs@0.22.0...0.23.0

v0.22.0

Compare Source

What's Changed

  • Update vulnerable dependencies

Full Changelog: SonarSource/eslint-plugin-sonarjs@0.21.0...0.22.0

v0.21.0

Compare Source

What's Changed

  • Fix FP S1764 (no-identical-expressions): using BigInts in bit shifting
  • Update vulnerable dependencies

Full Changelog: SonarSource/eslint-plugin-sonarjs@0.20.0...0.21.0

v0.20.0

Compare Source

What's Changed

Full Changelog: SonarSource/eslint-plugin-sonarjs@0.19.0...0.20.0

v0.19.0

Compare Source

What's Changed

Full Changelog: SonarSource/eslint-plugin-sonarjs@0.18.0...0.19.0

v0.18.0

Compare Source

Update json5 dep

v0.17.0

Compare Source

What's Changed

Full Changelog: SonarSource/eslint-plugin-sonarjs@0.16.0...0.17.0

v0.16.0

Compare Source

What's Changed

Full Changelog: SonarSource/eslint-plugin-sonarjs@0.15.0...0.16.0

v0.15.0

Compare Source

  • Add exception to S4144

v0.14.0

Compare Source

  • Fix FP in no-gratuitous-expressions: inlined react expression
  • Update Babel parser to use @babel/eslint-parser
  • Update other dependencies

v0.13.0

Compare Source

New suggestions

  • Add suggestion for 'no-redundant-jump' (#​338)
  • Add suggestion for 'no-collection-size-mischeck' (#​340)
  • Add suggestion for 'prefer-single-boolean-return' (#​337)
  • Add suggestion for 'non-existent-operator' (#​336)
  • Add suggestion for 'no-same-line-conditional' (#​339)

Many thanks to our contributor! 🥇

Full Changelog: SonarSource/eslint-plugin-sonarjs@0.12.0...0.13.0

v0.12.0

Compare Source

Main changes

  • Improve no-identical-functions: add option for min function size (#​325)
  • Improve no-nested-template-literals: do not report on multiline literal (#​326)
  • Improve prefer-single-boolean-return: report when next statement returns boolean (#​324)
  • Deactivate no-inverted-boolean and replace fix with suggestion (#​322)

Many thanks to our contributors! 🥇

Full Changelog: SonarSource/eslint-plugin-sonarjs@0.11.0...0.12.0

v0.11.0

Compare Source

v0.10.0

Compare Source

  • Fix link to docs in rule meta (#​270)
  • Fix no-inverted-boolean-check: enclose autofix with parentheses on double negation (#​187)
  • Fix no-gratuitous-expressions: TypeError when accessing non-existing parent scope (#​271)
  • Improve prefer-immediate-return: ignore when returned variable has a declared type (#​274)

v0.9.1

Compare Source

Bug-fix release:

  • Remove rule generator-without-yield #​264
  • Fix missing dependencies (typescript and @typescript-eslint/experimental-utils) #​262

v0.9.0

Compare Source

New rules:

  • no-ignored-return Return values from functions without side effects should not be ignored #​40
  • elseif-without-else "if ... else if" constructs should end with "else" clauses #​238
  • no-gratuitous-expressions Boolean expressions should not be gratuitous #​149
  • generator-without-yield Generators should "yield" something #​235
  • no-nested-switch "switch" statements should not be nested #​240
  • no-nested-template-literals Template literals should not be nested #​63
  • no-empty-collection Empty collections should not be accessed or iterated #​151
  • non-existent-operator Non-existent operators '=+', '=-' and '=!' should not be used #​234

Improvements:

  • Improve highlighting for no-extra-arguments #​178
  • Improve prefer-immediate-return: keep comments when fixing #​198
  • Add meta.docs for each rule #​246 (contributed by @​Loxos)
  • Indicate which rules are part of the preset, and which aren't #​165
  • Improve prefer-while: ignore 'for' without condition #​196
  • no-unused-collections should not fire if collection is exported #​197 (contributed by @​pustovitDmytro)
  • Fix cognitive-complexity: consider JSX Fragment #​245 (contributed by @​Anuovec)

Thanks a lot to the contributions!

v0.7.0

Compare Source

v0.6.0

Compare Source

We are happy to announce eslint-plugin-sonarjs 0.6.
This version includes:

  • Bump TypeScript dependency to 4.1.4
  • Bump ESLint dependency to 7.19.0

Configuration

📅 Schedule: Branch creation - "after 5:00am and before 6:00am on saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-sonarjs to ^0.19.0 fix(deps): update dependency eslint-plugin-sonarjs to ^0.20.0 Aug 5, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-sonarjs-0.x branch from 26f7e3d to 6178725 Compare August 5, 2023 02:45
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-sonarjs to ^0.20.0 fix(deps): update dependency eslint-plugin-sonarjs to ^0.21.0 Aug 24, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-sonarjs-0.x branch from 6178725 to ea5a6bf Compare August 24, 2023 05:48
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-sonarjs to ^0.21.0 fix(deps): update dependency eslint-plugin-sonarjs to ^0.22.0 Nov 2, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-sonarjs-0.x branch from ea5a6bf to 9a9a274 Compare November 2, 2023 05:27
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-sonarjs to ^0.22.0 fix(deps): update dependency eslint-plugin-sonarjs to ^0.23.0 Nov 4, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-sonarjs-0.x branch from 9a9a274 to ece1f23 Compare November 4, 2023 05:44
@renovate renovate bot force-pushed the renovate/eslint-plugin-sonarjs-0.x branch from ece1f23 to fe98fbc Compare February 13, 2024 02:15
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-sonarjs to ^0.23.0 fix(deps): update dependency eslint-plugin-sonarjs to ^0.24.0 Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants