An open index of dependabot pull requests across open source projects.

Bump regex from 0.1.1 to 6.0.1

Closed
Number: #94
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 1
Created: February 01, 2025 at 02:02 AM UTC
(over 1 year ago)
Updated: January 01, 2026 at 02:02 AM UTC
(5 months ago)
Closed: January 01, 2026 at 02:02 AM UTC
(5 months ago)
Time to Close: 11 months
Labels:
dependencies
Description:

Bumps regex from 0.1.1 to 6.0.1.

Release notes

Sourced from regex's releases.

v6.0.1

  • ./internals: Update plugin argument types.

v6.0.0

Version 6 includes breaking changes that don't affect direct use of the library. It alters APIs used by tools that build on top of Regex+.

🚨 Breaking

  • rewrite: Renamed the returned expression property as pattern.
  • Plugins: Changed the API to expect an object with a string property pattern.
  • Plugins: Hidden capture indices are now explicitly provided/returned, rather than embedded via markers in the pattern.
  • ./internals: Removed RegExpSubclass's undocumented and experimental support for capture transfer.
  • ./internals: Removed emulationGroupMarker since pattern markers are no longer used for hidden captures.

🚀 Features

  • Improved performance of the subclass option, especially with long patterns that contain extended syntax.

v5.1.1

🐞 Fixes

  • Edge case fix for emulation-only capturing groups with transfer markers (for libraries that use Regex+ internals).

v5.1.0

🚀 Features

  • Export emulationGroupMarker in ./internals.
  • Add support for emulation groups with subpattern transfer to RegExpSubclass.
    • Intended for use in libraries that build on Regex+ internals. This feature is undocumented and experimental; it might change without following semver.

v5.0.2

🚀 Features

  • Enables better tree shaking for ./internals.

v5.0.1

🚀 Features

  • Minor improvements for subclass types and error handling.
  • Updated logo for new library name.

v5.0.0

This library was renamed from just regex to Regex+, to make it easier to refer to the library and its regex flavor. The package and tag name remain regex as before, so this has no effect on code.

Version 5 is a minor update with small breaking changes that won't affect most people.

🚨 Breaking

  • Type files (d.ts) were moved from ./types to ./dist/esm and ./dist/cjs.
  • The undocumented ./atomic export added in v4.4.0 was renamed as ./internals.

... (truncated)

Commits
Maintainer changes

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


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Package Dependencies
Package:
regex
Ecosystem:
npm
Version Change:
0.1.1 → 6.0.1
Update Type:
Major
Technical Details
ID: 12415328
UUID: 2824739153
Node ID: PR_kwDODSVcOM6JtPnr
Host: GitHub
Repository: controlshift/aws-lambda-redshift-loader