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-regexp to v2 #132

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)

v2.6.0

Compare Source

Minor Changes
  • Improved compatibility of type information with typescript-eslint in config. (#​740)

v2.5.0

Compare Source

Minor Changes
  • Add regexp/unicode-property rule to enforce consistent naming of unicode properties (#​722)
Patch Changes
  • Publish type declarations (#​724)

v2.4.0

Compare Source

Minor Changes
  • Change default configuration of prefer-d to ignore digits inside character classes. (#​715)

v2.3.0

Compare Source

Minor Changes
  • Add support for flat config (#​702)

v2.2.0

Compare Source

Minor Changes
  • Add allowNamed option to no-unused-capturing-group rule to allow for unused named capturing groups. (#​689)

v2.1.2

Compare Source

Patch Changes
  • Fixed false positives for hasIndices in regexp/no-unused-capturing-group (#​676)

v2.1.1

Compare Source

Patch Changes
  • Improved error message and docs for regexp/no-useless-non-capturing-group (#​668)

v2.1.0

Compare Source

Minor Changes
  • Improve detection of useless assertions for regexp/no-useless-assertion (#​663)

  • Add suggestions for regexp/no-useless-assertion (#​666)

Patch Changes
  • Fixed crash for v flag in regexp/optimal-quantifier-concatenation (#​660)

  • Fixed minor mistake in message of no-misleading-unicode-character (#​664)

v2.0.0

Compare Source

Major Changes
  • Drop support for Node.js <=v17, and v19 (#​550)

  • Add regexp/simplify-set-operations rule (#​595)

  • Remove deprecated rules (#​652)

  • Add regexp/no-useless-string-literal rule (#​639)

  • Add regexp/no-empty-string-literal rule (#​632)

  • Change recommended config (#​552)

  • Drop support for ESLint < v8.44 (#​558)

  • Add regexp/no-useless-set-operand rule (#​625)

  • Add regexp/prefer-set-operation rule (#​616)

  • Use jsdoc-type-pratt-parser instead of jsdoctypeparser (#​651)

Minor Changes
  • Add support for v flag to regexp/no-dupe-disjunctions (#​612)

  • Add support for v flag to regexp/optimal-quantifier-concatenation (#​618)

  • Add support for v flag to regexp/no-non-standard-flag rule (#​596)

  • Add regexp/grapheme-string-literal rule (#​646)

  • Add support for v flag to regexp/prefer-character-class (#​619)

  • Improve regexp/strict rule to ignore patterns with v flag (#​591)

  • Add support for string literal to regexp/no-empty-alternative (#​633)

  • Add support for v flag to regexp/prefer-d rule (#​602)

  • Add support for v flag to regexp/use-ignore-case (#​617)

  • Update refa, regexp-ast-analysis, and scslre (#​568)

  • Add support for v flag to regexp/prefer-unicode-codepoint-escapes rule (#​592)

  • Improve regexp/negation rule to report nested negation character classes (#​595)

  • Add support for v flag to regexp/no-dupe-characters-character-class rule (#​608)

  • Add support for v flag to regexp/no-useless-character-class rule (#​593)

  • Add support for v flag to regexp/sort-character-class-elements rule (#​588)

  • Add support for v flag to regexp/negation rule (#​560)

  • Use Intl.Segmenter instead of grapheme-splitter (#​642)

  • Add support for v flag to regexp/no-misleading-capturing-group (#​620)

  • Add support for v flag to regexp/unicode-escape rule (#​592)

  • Add support for v flag to regexp/match-any (#​628)

  • Improve regexp/require-unicode-regexp rule to allow patterns with v flag (#​586)

  • Add support for v flag to regexp/no-contradiction-with-assertion (#​606)

  • Add support for v flag to regexp/no-empty-character-class (#​637)

  • Add suggestions for regexp/no-lazy-ends (#​624)

  • Improve regexp/sort-alternatives rule to add support for string alternatives and v flag (#​587)

  • Add suggestions for regexp/optimal-lookaround-quantifier (#​623)

  • Add support for v flag to regexp/no-useless-escape rule (#​585)

  • Update @eslint-community/regexpp to v4.6 (#​554)

  • Add support for v flag to regexp/no-misleading-unicode-character rule (#​584)

  • Add regexp/require-unicode-sets-regexp rule (#​598)

  • Add suggestions for regexp/no-empty-alternative (#​621)

  • prefer-w: Add support for v flag (#​578)

  • Added suggestions for regexp/no-escape-backspace (#​622)

  • Improve regexp/no-invalid-regexp rule to check for unknown pattern flags. (#​583)

  • Add support for v flag to regexp/prefer-predefined-assertion (#​611)

Patch Changes
  • fix: update regexpp (#​634)

  • Fixed incorrect default of ignoreSticky option in regexp/no-super-linear-move (#​630)

  • Use new refa AST transformers and fixed max character for v-flag regexes in no-dupe-disjunctions and no-super-linear-move. (#​569)

  • fix: autofix for incorrect no-escaping in regexp/no-useless-string-literal (#​645)

  • Fix typo in no-useless-non-capturing-group (#​555)

  • Use new ESLint API (#​654)

  • Account for v flag in 2 util methods (#​570)

  • Add more v flag tests (#​627)

  • Fix parseFlags (#​571)


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 enabled auto-merge (squash) October 20, 2023 00:33
@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.69%. Comparing base (c12ce3a) to head (7f0bb08).
Report is 3 commits behind head on main.

Current head 7f0bb08 differs from pull request most recent head 496afd8

Please upload reports for the commit 496afd8 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #132   +/-   ##
=======================================
  Coverage   76.69%   76.69%           
=======================================
  Files           7        7           
  Lines         206      206           
  Branches       26       26           
=======================================
  Hits          158      158           
  Misses         48       48           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch 4 times, most recently from 6c227cd to 9b51156 Compare October 30, 2023 18:05
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch 2 times, most recently from 140b067 to 2ce3567 Compare November 4, 2023 22:56
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch 5 times, most recently from f4bd7ee to e6022c7 Compare November 17, 2023 15:21
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch 3 times, most recently from d847093 to af6ee7b Compare November 27, 2023 18:13
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch 2 times, most recently from e3b85ce to cb1e253 Compare December 16, 2023 15:28
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch 2 times, most recently from 37c597a to 3c9b619 Compare December 29, 2023 18:48
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch 5 times, most recently from 08e3ca2 to e660c17 Compare January 12, 2024 21:51
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch 3 times, most recently from 3d27fe8 to 85297b3 Compare January 17, 2024 10:32
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch from 85297b3 to ee2cf5d Compare January 25, 2024 10:08
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch 3 times, most recently from 0ef5fd5 to 4bc5af9 Compare January 26, 2024 19:40
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch 2 times, most recently from c355ab9 to fbc18eb Compare February 13, 2024 21:15
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch from fbc18eb to 7f0bb08 Compare March 30, 2024 17:25
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch 2 times, most recently from 56a1e6c to a85bc36 Compare June 3, 2024 04:50
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch from a85bc36 to 496afd8 Compare June 3, 2024 11:09
auto-merge was automatically disabled June 3, 2024 11:31

Pull request was closed

Copy link
Contributor Author

renovate bot commented Jun 3, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/eslint-plugin-regexp-2.x branch June 3, 2024 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant