Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2023

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

Commits
  • 03d34d8 fixes #65 add support for \pX syntax for single-char code classes
  • 014f217 fixes #63 add the ability for unit tests to wait on the timeout background go...
  • 31eacab fixes #60 align atomicTime usage to prevent panic on 32-bit architectures
  • af93f4c Speed up matches in the presence of timeouts.
  • 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
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 23, 2023
@dependabot dependabot bot requested a review from gildardogmsft as a code owner May 23, 2023 06:36
@dependabot dependabot bot added the go Pull requests that update Go code label May 23, 2023
Bumps [github.com/dlclark/regexp2](https://github.com/dlclark/regexp2) from 1.4.0 to 1.10.0.
- [Commits](dlclark/regexp2@v1.4.0...v1.10.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 force-pushed the dependabot/go_modules/github.com/dlclark/regexp2-1.10.0 branch from c8b0fdb to 86e6923 Compare May 23, 2023 19:11
Copy link
Member

@northtyphoon northtyphoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@northtyphoon northtyphoon merged commit ae8062c into main May 23, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/dlclark/regexp2-1.10.0 branch May 23, 2023 19:59
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants