[go: nahoru, domu]

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 braces from 3.0.2 to 3.0.3 #98

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps braces from 3.0.2 to 3.0.3.

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 17, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jun 17, 2024
Copy link

GraalVM Native Image Build Report

helloworld generated in 48.6s as part of the 'test-native-image-musl' job in run #375.

Environment

Java version 24+1 Vendor version GraalVM CE 24-dev+1.1
Graal compiler optimization level: 2, target machine: x86-64-v3
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.2.1)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,301 70.746% 3,866 44.062% 15,540 44.432%
Reflection 1,029 22.053% 66 0.752% 374 1.069%
JNI 57 1.222% 57 0.650% 52 0.149%
Loaded 4,666 100.000% 8,774 100.000% 34,975 100.000%

Image Details

Category Size in % Details
Code area 5.34MB 39.140% 8,881 compilation units
Image heap 7.73MB 56.681% 106,486 objects, 154.36KB for 55 resources
Other data 583.74KB 4.179%
Total 13.64MB 100.000%

Resource Usage

Garbage collection 2.07s (4.271% of total time) in 439 GCs
Peak RSS 981.33MB (6.141% of 15.61GB system memory)
CPU load 3.629 (90.715% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

helloworld generated in 1m 10s as part of the 'test-native-image-windows-msvc' job in run #375.

Environment

Java version 17.0.11+7-LTS Vendor version Oracle GraalVM 17.0.11+7.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler cl.exe (microsoft, x64, 19.40.33811)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 1,809 59.331% 1,684 45.612% 7,634 35.805%
Reflection 618 20.269% 0 0.000% 282 1.323%
JNI 53 1.738% 30 0.813% 48 0.225%
Loaded 3,049 100.000% 3,692 100.000% 21,321 100.000%

Image Details

Category Size in % Details
Code area 2.81MB 44.196% 3,456 compilation units
Image heap 3.46MB 54.428% 48,542 objects, 108.00B for 1 resources
Other data 89.47KB 1.376%
Total 6.35MB 100.000%

Resource Usage

Garbage collection 1.71s (2.439% of total time) in 132 GCs
Peak RSS 896.70MB (5.473% of 16.00GB system memory)
CPU load 2.375 (59.369% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

helloworld generated in 1m 26s as part of the 'test-native-image-windows' job in run #375.

Environment

Java version 24+1 Vendor version GraalVM CE 24-dev+1.1
Graal compiler optimization level: 2, target machine: x86-64-v3
C compiler cl.exe (microsoft, x64, 19.40.33811)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,263 71.307% 3,829 43.961% 15,470 44.756%
Reflection 1,010 22.072% 58 0.666% 374 1.082%
JNI 61 1.333% 51 0.586% 52 0.150%
Loaded 4,576 100.000% 8,710 100.000% 34,565 100.000%

Image Details

Category Size in % Details
Code area 5.47MB 42.508% 8,866 compilation units
Image heap 7.24MB 56.195% 94,278 objects, 154.36KB for 55 resources
Other data 171.09KB 1.297%
Total 12.88MB 100.000%

Resource Usage

Garbage collection 2.38s (2.740% of total time) in 462 GCs
Peak RSS 941.47MB (5.746% of 16.00GB system memory)
CPU load 2.154 (53.857% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

helloworld generated in 46.0s as part of the 'test-extensive' job in run #375.

Environment

Java version 17.0.8+9-LTS Vendor version Oracle GraalVM 17.0.8+9.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler gcc (linux, x86_64, 11.4.0)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 1,853 59.145% 1,737 46.369% 7,712 35.618%
Reflection 638 20.364% 0 0.000% 281 1.298%
JNI 49 1.564% 32 0.854% 48 0.222%
Loaded 3,133 100.000% 3,746 100.000% 21,652 100.000%

Image Details

Category Size in % Details
Code area 2.75MB 23.179% 3,484 compilation units
Image heap 3.46MB 29.169% 48,951 objects, 108.00B for 1 resources
Debug info 5.33MB 44.896%
Other data 335.16KB 2.755%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.49s (3.237% of total time) in 124 GCs
Peak RSS 1.09GB (6.963% of 15.61GB system memory)
CPU load 3.555 (88.883% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link
Member
@fniephaus fniephaus left a comment

Choose a reason for hiding this comment

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

LGTM

@fniephaus fniephaus merged commit e92be2c into main Jun 18, 2024
184 of 190 checks passed
@fniephaus fniephaus deleted the dependabot/npm_and_yarn/braces-3.0.3 branch June 18, 2024 08:58
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 OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant