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

chore(deps): update dependency eslint-plugin-sonarjs to v0.25.1 #21

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 26, 2021

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v0.25.1

Compare Source

What's Changed

New Contributors

Full Changelog: SonarSource/eslint-plugin-sonarjs@0.25.0...0.25.1

v0.25.0

Compare Source

What's Changed

New Contributors

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

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

Many thanks to our contributors! 🥇

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

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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 force-pushed the renovate/eslint-plugin-sonarjs-0.x branch from 2763375 to f30749f Compare October 18, 2021 18:34
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-sonarjs to v0.7.0 chore(deps): update dependency eslint-plugin-sonarjs to v0.10.0 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-sonarjs-0.x branch from f30749f to 33a77d8 Compare March 7, 2022 13:57
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-sonarjs to v0.10.0 chore(deps): update dependency eslint-plugin-sonarjs to v0.12.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-sonarjs-0.x branch from 33a77d8 to 3c5784f Compare April 25, 2022 01:04
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-sonarjs to v0.12.0 chore(deps): update dependency eslint-plugin-sonarjs to v0.13.0 Apr 25, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-sonarjs-0.x branch from 3c5784f to 8a204f2 Compare September 25, 2022 20:48
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-sonarjs to v0.13.0 chore(deps): update dependency eslint-plugin-sonarjs to v0.15.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-sonarjs-0.x branch from 8a204f2 to d9a9f48 Compare November 20, 2022 10:05
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-sonarjs to v0.15.0 chore(deps): update dependency eslint-plugin-sonarjs to v0.16.0 Nov 20, 2022
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-sonarjs to v0.16.0 chore(deps): update dependency eslint-plugin-sonarjs to v0.19.0 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-sonarjs-0.x branch from d9a9f48 to 400bdff Compare March 23, 2023 17:39
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-sonarjs to v0.19.0 chore(deps): update dependency eslint-plugin-sonarjs to v0.19.0 - autoclosed Apr 4, 2023
@renovate renovate bot closed this Apr 4, 2023
@renovate renovate bot deleted the renovate/eslint-plugin-sonarjs-0.x branch April 4, 2023 00:41
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-sonarjs to v0.19.0 - autoclosed chore(deps): update dependency eslint-plugin-sonarjs to v0.19.0 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/eslint-plugin-sonarjs-0.x branch April 4, 2023 08:11
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-sonarjs to v0.19.0 chore(deps): update dependency eslint-plugin-sonarjs to v0.20.0 Aug 4, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-sonarjs-0.x branch from 400bdff to 1eef99d Compare August 4, 2023 11:39
@renovate renovate bot force-pushed the renovate/eslint-plugin-sonarjs-0.x branch from 1eef99d to 0c75023 Compare August 26, 2023 11:57
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-sonarjs to v0.20.0 chore(deps): update dependency eslint-plugin-sonarjs to v0.21.0 Aug 26, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-sonarjs-0.x branch from 0c75023 to 051339e Compare November 2, 2023 02:27
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-sonarjs to v0.21.0 chore(deps): update dependency eslint-plugin-sonarjs to v0.22.0 Nov 2, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-sonarjs-0.x branch from 051339e to 79b500d Compare November 4, 2023 05:10
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-sonarjs to v0.22.0 chore(deps): update dependency eslint-plugin-sonarjs to v0.23.0 Nov 4, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-sonarjs-0.x branch from 79b500d to 76e6b1d Compare February 13, 2024 05:05
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-sonarjs to v0.23.0 chore(deps): update dependency eslint-plugin-sonarjs to v0.24.0 Feb 13, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-sonarjs-0.x branch from 76e6b1d to 34dc6cc Compare March 29, 2024 05:37
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-sonarjs to v0.24.0 chore(deps): update dependency eslint-plugin-sonarjs to v0.25.0 Mar 29, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-sonarjs-0.x branch from 34dc6cc to 2b245a5 Compare April 5, 2024 05:39
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-sonarjs to v0.25.0 chore(deps): update dependency eslint-plugin-sonarjs to v0.25.1 Apr 5, 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
0 participants