Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2022

Bumps github.com/dlclark/regexp2 from 1.4.0 to 1.7.0.

Commits
  • 3511044 Merge pull request #52 from mstoykov/ecmascriptUnicodeEscape
  • 304ee33 Return the actual symbols in the reversed range error
  • e8de5ea Add some ECMAScript and Unicode documentation
  • 4d323a2 Support \u{HEX} syntax in ECMAScript and Unicode
  • 8fc3b60 fixes #49 when extracting literals from pattern copy the bytes to prevent con...
  • 5596495 fixes #44 change RE2 option to allow default character escape sequences
  • d0559a0 fixes #47 change RE2 option to match the same characters for \s \w and \d as RE2
  • a2a8dda Only fail on invalid \k back references, allowing things like ''' and '<' t...
  • 9ff549b Improved the handling of named group references in ECMAScript mode:
  • 86a04cb Travis-ci: added support for ppc64le (#38)
  • 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 [github.com/dlclark/regexp2](https://github.com/dlclark/regexp2) from 1.4.0 to 1.7.0.
- [Release notes](https://github.com/dlclark/regexp2/releases)
- [Commits](dlclark/regexp2@v1.4.0...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/dlclark/regexp2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 18, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #114 (2d8f1a9) into master (f08c427) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #114   +/-   ##
=======================================
  Coverage   77.68%   77.68%           
=======================================
  Files          11       11           
  Lines         345      345           
=======================================
  Hits          268      268           
  Misses         69       69           
  Partials        8        8           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f08c427...2d8f1a9. Read the comment docs.

@antham antham merged commit 859128e into master Jul 18, 2022
@antham antham deleted the dependabot-go_modules-github.com-dlclark-regexp2-1.7.0 branch July 18, 2022 07:25
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.

2 participants