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 semver from 7.4.0 to 7.5.2 #52

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 26, 2023

Bumps semver from 7.4.0 to 7.5.2.

Release notes

Sourced from semver's releases.

v7.5.2

7.5.2 (2023-06-15)

Bug Fixes

v7.5.1

7.5.1 (2023-05-12)

Bug Fixes

v7.5.0

7.5.0 (2023-04-17)

Features

Bug Fixes

Changelog

Sourced from semver's changelog.

7.5.2 (2023-06-15)

Bug Fixes

7.5.1 (2023-05-12)

Bug Fixes

7.5.0 (2023-04-17)

Features

Bug Fixes

Commits
  • e7b78de chore: release 7.5.2
  • 58c791f fix: diff when detecting major change from prerelease (#566)
  • 5c8efbc fix: preserve build in raw after inc (#565)
  • 717534e fix: better handling of whitespace (#564)
  • 2f738e9 chore: bump @​npmcli/template-oss from 4.14.1 to 4.15.1 (#558)
  • aa016a6 chore: release 7.5.1
  • d30d25a fix: show type on invalid semver error (#559)
  • 09c69e2 chore: bump @​npmcli/template-oss from 4.13.0 to 4.14.1 (#555)
  • 5b02ad7 chore: release 7.5.0
  • e219bb4 fix: throw on bad version with correct error message (#552)
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [semver](https://github.com/npm/node-semver) from 7.4.0 to 7.5.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.4.0...v7.5.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
...

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

GraalVM Native Image Build Report

helloworld generated in 1m 19s as part of the 'test-native-image-musl' job in run #235.

Environment

Java version 20.0.1+9 Vendor version GraalVM CE 20.0.1-dev+9.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,156 72.452% 3,794 50.092% 15,156 45.895%
Reflection 952 21.855% 81 1.069% 476 1.441%
JNI 57 1.309% 55 0.726% 52 0.157%
Loaded 4,356 100.000% 7,574 100.000% 33,023 100.000%

Image Details

Category Size in % Details
Code area 5.28MB 39.405% 8,611 compilation units
Image heap 7.77MB 58.000% 106,783 objects, 154.26KB for 5 resources
Other data 356.08KB 2.596%
Total 13.40MB 100.000%

Resource Usage

Garbage collection 5.95s (7.440% of total time) in 73 GCs
Peak RSS 1.27GB (18.822% of 6.77GB system memory)
CPU load 1.959 (97.937% of 2 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

GraalVM Native Image Build Report

helloworld generated in 2m 11s as part of the 'test-native-image-windows' job in run #235.

Environment

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

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,129 73.056% 3,773 50.160% 15,112 46.220%
Reflection 939 21.924% 81 1.077% 478 1.462%
JNI 61 1.424% 51 0.678% 52 0.159%
Loaded 4,283 100.000% 7,522 100.000% 32,696 100.000%

Image Details

Category Size in % Details
Code area 5.42MB 42.170% 8,603 compilation units
Image heap 7.27MB 56.561% 94,666 objects, 154.26KB for 5 resources
Other data 167.08KB 1.269%
Total 12.86MB 100.000%

Resource Usage

Garbage collection 7.81s (5.930% of total time) in 110 GCs
Peak RSS 1.06GB (15.204% of 7.00GB system memory)
CPU load 1.610 (80.502% of 2 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

GraalVM Native Image Build Report

helloworld generated in 2m 5s as part of the 'test-native-image-windows-msvc' job in run #235.

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 cl.exe (microsoft, x64, 19.35.32217)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 1,811 59.260% 1,680 45.814% 7,601 35.704%
Reflection 617 20.190% 0 0.000% 282 1.325%
JNI 53 1.734% 30 0.818% 48 0.225%
Loaded 3,056 100.000% 3,667 100.000% 21,289 100.000%

Image Details

Category Size in % Details
Code area 2.80MB 44.200% 3,438 compilation units
Image heap 3.45MB 54.506% 48,460 objects, 108.00B for 1 resources
Other data 83.86KB 1.294%
Total 6.33MB 100.000%

Resource Usage

Garbage collection 4.97s (3.959% of total time) in 98 GCs
Peak RSS 1.00GB (14.319% of 7.00GB system memory)
CPU load 1.548 (77.410% of 2 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

GraalVM Native Image Build Report

helloworld generated in 1m 26s as part of the 'test-extensive' job in run #235.

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.3.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.613%
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,655 100.000%

Image Details

Category Size in % Details
Code area 2.75MB 23.179% 3,484 compilation units
Image heap 3.46MB 29.165% 48,880 objects, 108.00B for 1 resources
Debug info 5.33MB 44.904%
Other data 334.86KB 2.753%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 4.81s (5.555% of total time) in 74 GCs
Peak RSS 1.23GB (18.107% of 6.77GB system memory)
CPU load 1.935 (96.771% of 2 CPU cores)

Report generated by setup-graalvm.

@fniephaus fniephaus merged commit 10c2dc2 into main Jul 26, 2023
87 of 92 checks passed
@fniephaus fniephaus deleted the dependabot/npm_and_yarn/semver-7.5.2 branch July 26, 2023 10: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