Update dependency eslint-plugin-regexp to ^0.3.0 #81
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.2.0->^0.3.0Release Notes
ota-meshi/eslint-plugin-regexp
v0.3.0Compare Source
✨ Enhancements
regexp/no-useless-character-classrule that reports character classes that defines only one character.regexp/no-useless-non-greedyrule that reports unnecessary quantifier non-greedy (?).regexp/prefer-regexp-execrule that aimed at enforcing the more performant way of applying regular expressions on strings.regexp/prefer-regexp-testrule that aimed to useRegExp#testto check if a pattern matches a string.regexp/prefer-unicode-codepoint-escapesrule that enforces the use of Unicode codepoint escapes instead of Unicode escapes using surrogate pairs.regexp/letter-caserule that aimed to unify the case of letters.regexp/no-useless-rangerule that reports unnecessary range of characters by using a hyphen. e.g.[a-a]⚙️ Updates
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.
This PR has been generated by WhiteSource Renovate. View repository job log here.