Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 6, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-regexp ^0.2.0 -> ^0.3.0 age adoption passing confidence

Release Notes

ota-meshi/eslint-plugin-regexp

v0.3.0

Compare Source

✨ Enhancements

  • #​28 Added regexp/no-useless-character-class rule that reports character classes that defines only one character.
  • #​31 Added regexp/no-useless-non-greedy rule that reports unnecessary quantifier non-greedy (?).
  • #​32 Added regexp/prefer-regexp-exec rule that aimed at enforcing the more performant way of applying regular expressions on strings.
  • #​32 Added regexp/prefer-regexp-test rule that aimed to use RegExp#test to check if a pattern matches a string.
  • #​33 Added regexp/prefer-unicode-codepoint-escapes rule that enforces the use of Unicode codepoint escapes instead of Unicode escapes using surrogate pairs.
  • #​35 Added regexp/letter-case rule that aimed to unify the case of letters.
  • #​34 Added regexp/no-useless-range rule that reports unnecessary range of characters by using a hyphen. e.g. [a-a]

⚙️ Updates

  • #​29 Improved performance.

Renovate configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@ota-meshi ota-meshi merged commit 27359d5 into master Mar 6, 2021
@ota-meshi ota-meshi deleted the renovate/eslint-plugin-regexp-0.x branch March 6, 2021 05:52
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.

3 participants