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 regex from 1.3.9 to 1.4.2 #18

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 2, 2020

Bumps regex from 1.3.9 to 1.4.2.

Changelog

Sourced from regex's changelog.

1.4.2 (2020-11-01)

This is a small bug fix release that bans \P{any}. We previously banned empty classes like [^\w\W], but missed the \P{any} case. In the future, we hope to permit empty classes.

1.4.1 (2020-10-13)

This is a small bug fix release that makes \p{cf} work. Previously, it would report "property not found" even though cf is a valid abbreviation for the Format general category.

1.4.0 (2020-10-11)

This releases has a few minor documentation fixes as well as some very minor API additions. The MSRV remains at Rust 1.28 for now, but this is intended to increase to at least Rust 1.41.1 soon.

This release also adds support for OSS-Fuzz. Kudos to @DavidKorczynski for doing the heavy lifting for that!

New features:

Bug fixes:

Commits

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 [regex](https://github.com/rust-lang/regex) from 1.3.9 to 1.4.2.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.3.9...1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 2, 2020
@codecov-io
Copy link

Codecov Report

Merging #18 into master will decrease coverage by 0.30%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
- Coverage   59.28%   58.98%   -0.31%     
==========================================
  Files         156      156              
  Lines        9820     9820              
==========================================
- Hits         5822     5792      -30     
- Misses       3998     4028      +30     
Impacted Files Coverage Δ
boa/src/syntax/parser/mod.rs 42.10% <0.00%> (-26.32%) ⬇️
boa/src/syntax/parser/statement/if_stm/mod.rs 65.00% <0.00%> (-15.00%) ⬇️
boa/src/syntax/lexer/identifier.rs 76.92% <0.00%> (-7.70%) ⬇️
boa/src/syntax/ast/position.rs 79.31% <0.00%> (-6.90%) ⬇️
boa/src/builtins/map/mod.rs 75.80% <0.00%> (-6.46%) ⬇️
boa/src/syntax/lexer/comment.rs 46.15% <0.00%> (-3.85%) ⬇️
boa/src/syntax/lexer/operator.rs 71.11% <0.00%> (-2.23%) ⬇️
boa/src/builtins/array/mod.rs 75.75% <0.00%> (-1.21%) ⬇️
boa/src/builtins/function/mod.rs 78.65% <0.00%> (-1.13%) ⬇️
boa/src/context.rs 62.29% <0.00%> (-1.10%) ⬇️
... and 4 more

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 3e60d2c...c69a196. Read the comment docs.

@github-actions
Copy link

github-actions bot commented Nov 2, 2020

Benchmark for e8cb9bb

Click to view benchmark
Test PR Benchmark Master Benchmark %
Arithmetic operations (Execution) 379.0±24.20ns 356.1±15.03ns +6.43%
Arithmetic operations (Full) 276.5±8.28µs 287.8±29.45µs -3.93%
Array access (Execution) 8.4±0.28µs 8.5±0.37µs -1.18%
Array access (Full) 296.1±9.42µs 286.2±11.00µs +3.46%
Array creation (Execution) 3.4±0.16ms 3.3±0.19ms +3.03%
Array creation (Full) 3.6±0.17ms 3.7±0.14ms -2.70%
Array pop (Execution) 1227.0±62.97µs 1157.0±64.40µs +6.05%
Array pop (Full) 1702.2±49.15µs 1771.2±78.96µs -3.90%
Boolean Object Access (Execution) 5.1±0.26µs 4.8±0.48µs +6.25%
Boolean Object Access (Full) 285.5±12.98µs 293.8±15.14µs -2.83%
Clean js (Execution) 764.8±39.58µs 745.2±50.90µs +2.63%
Clean js (Full) 1123.4±116.78µs 1125.2±63.86µs -0.16%
Clean js (Parser) 35.9±1.01µs 35.9±1.56µs 0.00%
Create Realm 501.5±24.90ns 483.6±21.68ns +3.70%
Dynamic Object Property Access (Execution) 5.6±0.26µs 5.2±0.43µs +7.69%
Dynamic Object Property Access (Full) 289.9±10.28µs 289.2±17.39µs +0.24%
Expression (Parser) 7.3±0.36µs 7.2±0.52µs +1.39%
Fibonacci (Execution) 822.1±35.98µs 797.4±28.04µs +3.10%
Fibonacci (Full) 1173.0±61.95µs 1100.9±74.53µs +6.55%
For loop (Execution) 23.2±1.06µs 22.0±0.79µs +5.45%
For loop (Full) 311.2±7.88µs 311.6±25.44µs -0.13%
For loop (Parser) 17.8±0.80µs 17.4±0.95µs +2.30%
Goal Symbols (Parser) 12.0±0.57µs 12.0±0.64µs 0.00%
Hello World (Parser) 3.2±0.24µs 3.0±0.10µs +6.67%
Long file (Parser) 781.5±87.75ns 813.6±82.33ns -3.95%
Mini js (Execution) 688.9±43.45µs 736.9±114.18µs -6.51%
Mini js (Full) 1018.6±109.67µs 1008.8±67.99µs +0.97%
Mini js (Parser) 32.7±1.83µs 30.9±1.16µs +5.83%
Number Object Access (Execution) 4.1±0.15µs 3.7±0.28µs +10.81%
Number Object Access (Full) 284.1±11.93µs 280.1±7.38µs +1.43%
Object Creation (Execution) 4.7±0.27µs 4.6±0.25µs +2.17%
Object Creation (Full) 283.3±12.67µs 289.1±17.48µs -2.01%
RegExp (Execution) 67.5±5.54µs 70.8±4.83µs -4.66%
RegExp (Full) 377.9±19.72µs 376.1±17.66µs +0.48%
RegExp Literal (Execution) 68.3±6.58µs 65.9±4.62µs +3.64%
RegExp Literal (Full) 374.4±56.25µs 368.0±13.77µs +1.74%
RegExp Literal Creation (Execution) 66.6±3.54µs 62.5±4.28µs +6.56%
RegExp Literal Creation (Full) 360.9±11.97µs 371.9±28.36µs -2.96%
Static Object Property Access (Execution) 5.1±0.45µs 4.6±0.21µs +10.87%
Static Object Property Access (Full) 288.8±10.76µs 283.1±15.59µs +2.01%
String Object Access (Execution) 7.3±0.33µs 7.1±0.36µs +2.82%
String Object Access (Full) 288.4±11.81µs 291.8±24.95µs -1.17%
String comparison (Execution) 6.6±0.24µs 6.7±0.27µs -1.49%
String comparison (Full) 295.2±29.99µs 287.5±12.80µs +2.68%
String concatenation (Execution) 5.6±0.67µs 5.4±0.87µs +3.70%
String concatenation (Full) 285.2±12.39µs 289.3±14.62µs -1.42%
String copy (Execution) 4.2±0.27µs 4.0±0.15µs +5.00%
String copy (Full) 279.3±11.26µs 278.3±10.77µs +0.36%
Symbols (Execution) 3.4±0.12µs 3.5±0.15µs -2.86%
Symbols (Full) 271.1±7.24µs 273.6±13.76µs -0.91%

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 11, 2021

Superseded by #37.

@dependabot dependabot bot closed this Jan 11, 2021
@dependabot dependabot bot deleted the dependabot/cargo/regex-1.4.2 branch January 11, 2021 07:07
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 rust Pull requests that update Rust code
Projects
None yet
1 participant