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 #36

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2023

This PR contains the following updates:

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

Release Notes

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

v2.7.0

Compare Source

Minor Changes
  • Add support for ES2025 duplicate named capturing groups (#​752)
Patch Changes
  • Updates unicode property alias resource with latest (#​766)

  • fix(regexp/no-useless-dollar-replacements): Correct capturing group not found grammar (#​776)

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: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 18, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: markdownlint-rule-max-one-sentence-per-line@0.0.2
npm ERR! Found: eslint@8.38.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"8.38.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@">=8.44.0" from eslint-plugin-regexp@2.5.0
npm ERR! node_modules/eslint-plugin-regexp
npm ERR!   dev eslint-plugin-regexp@"2.5.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-04-08T02_23_44_429Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-04-08T02_23_44_429Z-debug-0.log

@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch 2 times, most recently from f222c89 to 67e948f Compare October 23, 2023 11:35
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch 3 times, most recently from 21d2bd7 to 48522ca Compare December 4, 2023 04:31
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch from 48522ca to 661465a Compare January 8, 2024 15:18
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch from 661465a to 4aca9c0 Compare March 9, 2024 13:59
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch from 4aca9c0 to 5b44fda Compare March 24, 2024 06:08
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch from 5b44fda to f03003d Compare April 8, 2024 02:23
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch from f03003d to 0247bfd Compare May 21, 2024 23:45
Copy link
Contributor Author

renovate bot commented May 21, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: markdownlint-rule-max-one-sentence-per-line@0.0.2
npm error Found: eslint@8.38.0
npm error node_modules/eslint
npm error   dev eslint@"8.38.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer eslint@">=8.44.0" from eslint-plugin-regexp@2.7.0
npm error node_modules/eslint-plugin-regexp
npm error   dev eslint-plugin-regexp@"2.7.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-12-30T12_33_22_678Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-12-30T12_33_22_678Z-debug-0.log

@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch from 0247bfd to 7e055d4 Compare July 8, 2024 07:47
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch from 7e055d4 to 053b9d4 Compare July 30, 2024 08:16
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch from 053b9d4 to 85f9997 Compare November 15, 2024 05:04
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch from 85f9997 to d214a04 Compare December 30, 2024 12:31
@renovate renovate bot force-pushed the renovate/eslint-plugin-regexp-2.x branch from d214a04 to d57502c Compare December 30, 2024 12:33
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.

0 participants