Skip to content

Bump regex from 0.1.1 to 2.1.0 - #66

Closed
dependabot[bot] wants to merge 1 commit into
controlshift-webhooksfrom
dependabot/npm_and_yarn/regex-2.1.0
Closed

Bump regex from 0.1.1 to 2.1.0#66
dependabot[bot] wants to merge 1 commit into
controlshift-webhooksfrom
dependabot/npm_and_yarn/regex-2.1.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJul 1, 2024

Copy link
Copy Markdown

Bumps regex from 0.1.1 to 2.1.0.

Release notes

Sourced from regex's releases.

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

New features:

  • Added support for subroutines via \g<name>.

Improvements:

  • Generated regex source is improved in several edge cases.
  • Atomic groups and other extended syntax can be added in postprocessors.

Bug fixes:

  • Fixed backreference adjustments when an interpolated RegExp instance with a numbered backreference is preceded by an interpolated partial with captures.

v1.1.1

  • Added support for postprocessors, which can be used by extensions.
  • Fixed edge case quantifier issues with implicit flag x.

v1.1.0

The library was renamed from Regex.make to just regex.

  • Renamed tag make as regex, which is more descriptive when using named imports (#1).
    • make remains available as a deprecated alias.

v1.0.0

Initial release.

Thanks @​aaditmshah for npm package name regex!

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)

@dependabotdependabotBot added the dependencies Pull requests that update a dependency file label Jul 1, 2024
Bumps [regex](https://github.com/slevithan/regex) from 0.1.1 to 2.1.0.
- [Release notes](https://github.com/slevithan/regex/releases)
- [Commits](https://github.com/slevithan/regex/commits/v2.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
dependabotBotforce-pushed the dependabot/npm_and_yarn/regex-2.1.0 branch from 525db51 to 5ceb2aaCompareJuly 3, 2024 14:57
@lavaturtle

Copy link
Copy Markdown

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

@dependabot@github

dependabotBot commented on behalf of githubAug 1, 2024

Copy link
Copy Markdown
Author

Superseded by #72.

@dependabotdependabotBot closed this Aug 1, 2024
@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/regex-2.1.0 branch August 1, 2024 02:51
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@lavaturtle