Bump regex from 0.1.1 to 6.0.1
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(over 1 year ago)
(5 months ago)
(5 months ago)
dependencies
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 returnedexpressionproperty aspattern.- 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: RemovedRegExpSubclass's undocumented and experimental support for capture transfer../internals: RemovedemulationGroupMarkersince pattern markers are no longer used for hidden captures.🚀 Features
- Improved performance of the
subclassoption, 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
emulationGroupMarkerin./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
regexto Regex+, to make it easier to refer to the library and its regex flavor. The package and tag name remainregexas 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./typesto./dist/esmand./dist/cjs.- The undocumented
./atomicexport added in v4.4.0 was renamed as./internals.
... (truncated)
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by slevithan, a new releaser for regex since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
Technical Details
| ID: | 12415328 |
| UUID: | 2824739153 |
| Node ID: | PR_kwDODSVcOM6JtPnr |
| Host: | GitHub |
| Repository: | controlshift/aws-lambda-redshift-loader |