Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump golang.org/x/text from 0.3.6 to 0.3.7 #386

Merged
merged 1 commit into from
Aug 20, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2021

Bumps golang.org/x/text from 0.3.6 to 0.3.7.

Commits
  • 383b2e7 language: turn parsing panics into ErrSyntax
  • 3115f89 language: use multiple runs in TestBestMatchAlloc
  • 5c7c50e go.mod: upgrade to go 1.17
  • c2d28a6 number: match input example to be Dutch as in the output
  • See full diff 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 Aug 18, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 20, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/text-0.3.7 branch from 45e9b39 to 85aaac9 Compare August 20, 2021 01:39
@codecov
Copy link

codecov bot commented Aug 20, 2021

Codecov Report

Merging #386 (ad2786c) into master (33e09c5) will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #386      +/-   ##
==========================================
+ Coverage   73.15%   73.18%   +0.04%     
==========================================
  Files         124      124              
  Lines        7999     7999              
==========================================
+ Hits         5851     5854       +3     
+ Misses       1655     1649       -6     
- Partials      493      496       +3     
Impacted Files Coverage Δ
operator/builtin/output/otlp/otlp.go 68.13% <0.00%> (+3.30%) ⬆️

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 33e09c5...ad2786c. Read the comment docs.

@djaglowski
Copy link
Member

Log Files Logs / Second CPU Avg (%) CPU Avg Δ (%) Memory Avg (MB) Memory Avg Δ (MB)
1 1000 1.4482589 +0.03444302 127.95663 -2.3411942
1 5000 5.103542 +0.17249441 136.36288 -2.0793304
1 10000 10.327634 +0.37925148 144.3622 -2.1015625
1 50000 49.9659 -1.3824768 174.51239 -1.2525635
1 100000 94.9069 -1.5586166 222.25996 -1.7574158
10 100 1.9483454 -0.017229438 134.66621 +0.5705719
10 500 6.0000806 -0.5172806 137.93669 -4.6682434
10 1000 11.672505 -0.72426224 148.15086 +3.308197
10 5000 56.310966 -3.1033096 178.13214 -4.6706543
10 10000 107.13905 -0.022521973 218.29068 -1.3565521

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.6 to 0.3.7.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.3.6...v0.3.7)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/text-0.3.7 branch from 85aaac9 to ad2786c Compare August 20, 2021 01:58
@jsirianni jsirianni self-requested a review August 20, 2021 01:59
@djaglowski
Copy link
Member

Log Files Logs / Second CPU Avg (%) CPU Avg Δ (%) Memory Avg (MB) Memory Avg Δ (MB)
1 1000 1.5172853 +0.10346949 128.76495 -1.5328674
1 5000 5.172438 +0.2413907 138.55482 +0.11260986
1 10000 10.551889 +0.60350704 144.7543 -1.7094574
1 50000 50.0676 -1.280777 170.5272 -5.237747
1 100000 99.43145 +2.9659348 231.66676 +7.6493835
10 100 2.0000677 +0.03449285 132.08311 -2.0125275
10 500 5.9310927 -0.5862684 136.9445 -5.660431
10 1000 11.724285 -0.6724825 149.80698 +4.9643097
10 5000 56.535572 -2.878704 178.6945 -4.1082916
10 10000 102.61384 -4.547737 223.11046 +3.4632263

@jsirianni jsirianni merged commit f188790 into master Aug 20, 2021
@jsirianni jsirianni deleted the dependabot/go_modules/golang.org/x/text-0.3.7 branch August 20, 2021 02:11
@jsirianni jsirianni mentioned this pull request Aug 24, 2021
4 tasks
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