Skip to content

Bump regex from 0.1.1 to 3.1.0 #72

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

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps regex from 0.1.1 to 3.1.0.

Release notes

Sourced from regex's releases.

v3.1.0

New features

  • Added a browser-compatible ESM bundle, and updated exports to use it.
  • Added debugging option __extendSyntax, which defaults to the value of __flagN.

Improvements

  • Subroutines avoid adding anonymous captures for regexes that don't use backreferences.
  • The token separator (?:) is added to emitted regex source in fewer cases.

Fixes

  • Rewrote subroutine backreference handling for maintainability, and fixed some complex edge cases in the process.
  • Avoids removing (?:) in edge cases when doing so would make an invalid regex valid.

Additionally, src/index.js was renamed as src/regex.js.

v3.0.0

Breaking changes

  • Renamed function/tag partial as pattern.

New features

  • Added support for definition groups via (?(DEFINE)…) at the end of a regex.

Improvements

  • Added TypeScript definition files, and improved JSDoc-based types.
  • Documentation improvements.
  • Testing improvements to make tests pass on Node.js 14+.

Fixes

  • Fixed an issue with interpolating a regex with numbered backreferences into a pattern with lookbehind, which could throw in edge cases.
  • Fixed an issue that could allow subroutines to reference lookbehind in edge cases.
  • Fixed edge case issues with subroutines that referenced groups containing backreferences to themselves.

v2.1.0

Improvements

  • Now works in environments without native flag v support, extending compatibility from Node.js v20 to v12, and from 2023 to 2019 browsers (2017-era browsers with a Babel build step).
  • Postprocessors (used by extensions) now receive the flags in use.

v2.0.0

Breaking changes

  • Removed deprecated exports default and make (an alias for regex).

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by slevithan, a new releaser for regex since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2024
Bumps [regex](https://github.com/slevithan/regex) from 0.1.1 to 3.1.0.
- [Release notes](https://github.com/slevithan/regex/releases)
- [Commits](https://github.com/slevithan/regex/commits/v3.1.0)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/regex-3.1.0 branch from 6c7bef0 to b5de8a3 Compare August 1, 2024 16:55
@lavaturtle
Copy link

This jumps three major versions, and I don't think we have the bandwidth to evaluate it right now.

Copy link
Author

dependabot bot commented on behalf of github Sep 1, 2024

Superseded by #77.

@dependabot dependabot bot closed this Sep 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/regex-3.1.0 branch September 1, 2024 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant