Skip to content

Bump regex from 0.1.1 to 4.3.3 #83

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

Bumps regex from 0.1.1 to 4.3.3.

Release notes

Sourced from regex's releases.

v4.3.3

🚀 Features

  • When an invalid regex throws, always include the generated source and flags in the error message (some browsers automatically include them, but Firefox and Safari don't).

🐞 Fixes

  • Convert numbers interpolated in enclosed \u{…} to hexadecimal. In other words, although interpolating a string like regex`\u{${'160'}}` returns /\u{160}/, interpolating the number regex`\u{${160}}` in this context returns /\u{A0}/. (#24, @​graphemecluster)

v4.3.2

🐞 Fixes

  • Fix character classes containing + following some other punctuation.

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

... (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 Nov 1, 2024
@lavaturtle
Copy link

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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/regex-4.3.3 branch from 86acbb2 to c3ec217 Compare November 1, 2024 15:51
Bumps [regex](https://github.com/slevithan/regex) from 0.1.1 to 4.3.3.
- [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.3)

---
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-4.3.3 branch from c3ec217 to 01e656d Compare November 1, 2024 15:53
Copy link
Author

dependabot bot commented on behalf of github Dec 1, 2024

Superseded by #86.

@dependabot dependabot bot closed this Dec 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/regex-4.3.3 branch December 1, 2024 02:29
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