Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 2, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

ota-meshi/eslint-plugin-regexp

v0.13.0

Compare Source

✨ Enhancements

  • #​242 Added regexp/no-super-linear-backtracking rule.
  • #​246 Added regexp/no-super-linear-move rule.
  • #​250 Added plugin:regexp/all config.

⚙️ Updates

  • #​248 Changed regexp/strict rule to suggest octal fixes.
  • #​261 Added support for d flag.
  • #​257 Changed regexp/optimal-quantifier-concatenation rule to provide consistent reporting.

🐛 Bug fixes

  • #​249 Fixed issue where rules related to regex usage would appear to use unknown call as regexp exec.
  • #​259 Fixed incorrect pattern parsing when giving RegExp argument to RegExp constructor.

v0.12.1

Compare Source

🐛 Bug Fixes

  • 5f67457 Fixed false positives for space in RegExp constructor in regexp/no-invisible-character rule.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 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.

@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-0.x branch from 06883b8 to ee4e2fa Compare July 2, 2021 02:32
@RunDevelopment
Copy link
Collaborator

I added an ignore comment for one detected case of quadratic backtracking.

The other case is a bug. See #264.

@ota-meshi ota-meshi merged commit a360f21 into master Jul 7, 2021
@ota-meshi ota-meshi deleted the renovate/eslint-plugin-regexp-0.x branch July 7, 2021 00:24
@ota-meshi
Copy link
Owner

ota-meshi commented Jul 7, 2021

Thank you for fixing it!
I was busy working on another plugin, so I couldn't see the status of this plugin 😅

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.

4 participants