Skip to content

Bump xregexp from 4.2.4 to 5.0.1#139

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/xregexp-5.0.1
Closed

Bump xregexp from 4.2.4 to 5.0.1#139
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/xregexp-5.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 10, 2021

Bumps xregexp from 4.2.4 to 5.0.1.

Release notes

Sourced from xregexp's releases.

v5.0.1

  • Hotfix for broken npm package.
  • Adds docs folder with extensive documentation.

v5.0.0

Breaking Changes

  • Enable the namespacing feature by default for alignment with ES2018 (moves named capture properties to the groups object of matches and to the last argument of replacement callbacks): slevithan/xregexp#316
  • Handle ES2018 capture names (mostly this adds support for an extended set of Unicode characters, but it also prevents using a number as the first character in a capture name): slevithan/xregexp#247
  • Remove support for Unicode blocks, for alignment with ES2018 (use Unicode scripts instead): slevithan/xregexp#225

Improvements

Bug Fixes

  • XRegExp.exec: Preserve the groups object that comes from native ES2018 named capture: slevithan/xregexp@c4a83e7
  • XRegExp.exec: Set the groups property to undefined if there are no named captures: slevithan/xregexp#320
  • XRegExp.escape: Escape whitespace in a way that works with ES6 flag u: slevithan/xregexp#197
  • XRegExp.replace: Throw when using native named capture and a numbered backreference one higher than the number of captures in the same regex: slevithan/xregexp#317
  • XRegExp.replace: Fix edge case issues with replacement text syntax: slevithan/xregexp#318

v4.4.1

v4.4.0

  • Upgrade to Unicode 13.0.0
  • Add TypeScript definitions and tests #285 #286 #288
  • Fix infinite loop in IE11 when used with core-js 3.6.0+ #300

v4.3.0

Commits
  • 8300a02 Bump version to 5.0.1
  • a7ba78a Unicode Base: Update comment to remove mention of blocks
  • afe4c80 Add v5 full docs from xregexp.com to repo
  • 124adc0 Fix version number in README (#321)
  • e52e0a0 Bump version to 5.0.0 (#321)
  • b709238 Documentation improvements
  • 2a64bc4 XRegExp.matchRecursive: Defer to native flag s in edge case to match recent c...
  • 9660b90 XRegExp.matchRecursive: Add delimiter and pos info when unbalanced delimiters...
  • dbb0def Remove RequireJS example in README
  • e22a52b XRegExp.escape: Escape whitespace in a way that works with ES6 flag u (fixes ...
  • Additional commits viewable in compare view

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 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 [xregexp](https://github.com/slevithan/xregexp) from 4.2.4 to 5.0.1.
- [Release notes](https://github.com/slevithan/xregexp/releases)
- [Commits](slevithan/xregexp@v4.2.4...v5.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 10, 2021
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 1, 2021

Superseded by #152.

@dependabot dependabot Bot closed this Apr 1, 2021
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/xregexp-5.0.1 branch April 1, 2021 05:41
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