Skip to content

Bump regex from 0.1.1 to 4.3.2 #79

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 Oct 1, 2024

Bumps regex from 0.1.1 to 4.3.2.

Release notes

Sourced from regex's releases.

v4.3.2

🐞 Fixes

  • Don't find possessive quantifiers within character classes.

v4.3.1

🐞 Fixes

  • Fix usage of multiple possessive quantifiers in the same regex.

v4.3.0

🚀 Features

  • Replaced the use of \u{0} with \x00 in emitted source for sandboxed null tokens.
  • Removed the rewrite function's deprecated alias processRegex.
    • rewrite is no longer considered experimental.

v4.2.1

🚀 Features

  • Renamed function processRegex as rewrite.
    • processRegex remains as a deprecated alias but will be removed in the next release.

v4.2.0

🚀 Features

  • Added function processRegex, which returns an object with expression and flags strings.
    • Warning: This feature is experimental and may change without following semver.

🐞 Fixes

  • When using emulated flag x, if flag v is disabled or unsupported and unicodeSetsPlugin is explicitly set to null, allow whitespace-separated, unescaped (literal) hyphens on the end of character class ranges.

v4.1.3

🚀 Features

  • Added a top-level types field to package.json for tools and configurations that rely on it. (#23, @​jaslong)
  • Avoids auto-escaping certain characters within character classes when not required. (#22)

v4.1.2

🚀 Features

v4.1.1

🚀 Features

  • Combining atomic/possessive syntax with subroutines previously resulted in subroutines using capturing wrappers. This is now avoided when the regex doesn’t use backreferences, resulting in faster-running generated regex source.
  • Possessive fixed repetition quantifiers (e.g. {2}+) are now converted to greedy quantifiers (e.g. {2}), which gives the same behavior with faster-running generated regex source.

... (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)

Bumps [regex](https://github.com/slevithan/regex) from 0.1.1 to 4.3.2.
- [Release notes](https://github.com/slevithan/regex/releases)
- [Changelog](https://github.com/slevithan/regex/blob/main/CHANGELOG.md)
- [Commits](https://github.com/slevithan/regex/commits/v4.3.2)

---
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 added the dependencies Pull requests that update a dependency file label Oct 1, 2024
Copy link
Author

dependabot bot commented on behalf of github Nov 1, 2024

Superseded by #83.

@dependabot dependabot bot closed this Nov 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/regex-4.3.2 branch November 1, 2024 02:49
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.

0 participants