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 @octokit/core from 5.2.0 to 6.1.3 #129

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps @octokit/core from 5.2.0 to 6.1.3.

Release notes

Sourced from @​octokit/core's releases.

v6.1.3

6.1.3 (2025-01-03)

Bug Fixes

  • deps: bump Octokit dependencies to fix Deno compat (#715) (e2b21bb)

v6.1.2

6.1.2 (2024-04-09)

Bug Fixes

v6.1.1

6.1.1 (2024-04-03)

Bug Fixes

  • deps: update dependency @​octokit/types to v13 (ade2813)

v6.1.0

6.1.0 (2024-04-03)

Features

v6.0.1

6.0.1 (2024-02-26)

Bug Fixes

v6.0.0

6.0.0 (2024-02-25)

Features

BREAKING CHANGES

... (truncated)

Commits
  • e2b21bb fix(deps): bump Octokit dependencies to fix Deno compat (#715)
  • 53c4aef chore(deps): remove unused dependency @​types/jest (#714)
  • 50c5386 chore(deps): update dependency prettier to v3.4.2 (#712)
  • 22bbb08 chore(deps): update dependency @​sinonjs/fake-timers to v14 (#713)
  • 4b919f2 chore(deps): update dependency prettier to v3.4.1 (#710)
  • a6a02da chore(deps): update dependency prettier to v3.4.0 (#709)
  • fe79a3e chore(deps): update dependency fetch-mock to v12 (#707)
  • 1a609e8 chore(deps): update dependency @​types/node to v22 (#708)
  • 1ec2783 chore(test): remove unused tsconfig.test.json (#706)
  • fed121a test(types): add --exactOptionalPropertyTypes option (#704)
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 1, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 1, 2025
Copy link

github-actions bot commented Feb 1, 2025

GraalVM Native Image Build Report

helloworld generated in 48.8s as part of the 'test-action-native-image-musl' job in run #14.

Environment

Java version 25+7 Vendor version GraalVM CE 25-dev+7.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,171 68.711% 3,573 41.135% 14,669 42.363%
Reflection 1,010 21.885% 6 0.069% 119 0.344%
JNI 57 1.235% 58 0.668% 52 0.150%
Loaded 4,615 100.000% 8,686 100.000% 34,627 100.000%

Image Details

Category Size in % Details
Code area 4.92MB 37.772% 8,440 compilation units
Image heap 6.69MB 51.375% 85,128 objects, 171.41KB for 55 resources
Other data 1.41MB 10.853%
Total 13.02MB 100.000%

Resource Usage

Garbage collection 2.08s (4.250% of total time) in 486 GCs
Peak RSS 1.06GB (6.785% of 15.62GB system memory)
CPU load 3.646 (91.147% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

github-actions bot commented Feb 1, 2025

GraalVM Native Image Build Report

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

Environment

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

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 1,809 59.311% 1,684 45.587% 7,635 35.796%
Reflection 618 20.262% 0 0.000% 282 1.322%
JNI 53 1.738% 30 0.812% 48 0.225%
Loaded 3,050 100.000% 3,694 100.000% 21,329 100.000%

Image Details

Category Size in % Details
Code area 2.77MB 43.933% 3,464 compilation units
Image heap 3.45MB 54.709% 48,651 objects, 108.00B for 1 resources
Other data 87.70KB 1.358%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.66s (2.582% of total time) in 122 GCs
Peak RSS 984.74MB (6.011% of 16.00GB system memory)
CPU load 2.575 (64.386% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

github-actions bot commented Feb 1, 2025

GraalVM Native Image Build Report

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

Environment

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

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,150 69.490% 3,571 41.288% 14,657 42.546%
Reflection 997 21.994% 6 0.069% 119 0.345%
JNI 61 1.346% 51 0.590% 52 0.151%
Loaded 4,533 100.000% 8,649 100.000% 34,450 100.000%

Image Details

Category Size in % Details
Code area 5.09MB 41.790% 8,463 compilation units
Image heap 6.69MB 54.942% 84,967 objects, 171.41KB for 55 resources
Other data 407.23KB 3.267%
Total 12.17MB 100.000%

Resource Usage

Garbage collection 2.25s (3.182% of total time) in 462 GCs
Peak RSS 1.05GB (6.590% of 16.00GB system memory)
CPU load 2.737 (68.428% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

github-actions bot commented Feb 1, 2025

GraalVM Native Image Build Report

helloworld generated in 47.6s as part of the 'test-action-extensive' job in run #14.

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, 13.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.177% 3,484 compilation units
Image heap 3.46MB 29.170% 48,950 objects, 108.00B for 1 resources
Debug info 5.33MB 44.894%
Other data 335.62KB 2.759%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.82s (3.828% of total time) in 135 GCs
Peak RSS 1.10GB (7.058% of 15.62GB system memory)
CPU load 3.579 (89.477% of 4 CPU cores)

Report generated by setup-graalvm.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/octokit/core-6.1.3 branch from 9b02343 to e0712eb Compare February 12, 2025 13:25
Copy link

GraalVM Native Image Build Report

helloworld generated in 51.2s as part of the 'test-action-native-image-musl' job in run #56.

Environment

Java version 25+8 Vendor version GraalVM CE 25-dev+8.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,170 68.674% 3,588 41.189% 14,684 42.310%
Reflection 1,009 21.859% 8 0.092% 118 0.340%
JNI 57 1.235% 58 0.666% 52 0.150%
Loaded 4,616 100.000% 8,711 100.000% 34,706 100.000%

Image Details

Category Size in % Details
Code area 4.93MB 37.897% 8,418 compilation units
Image heap 6.69MB 51.382% 85,187 objects, 171.41KB for 55 resources
Other data 1.40MB 10.721%
Total 13.02MB 100.000%

Resource Usage

Garbage collection 2.28s (4.459% of total time) in 498 GCs
Peak RSS 1.05GB (6.717% of 15.62GB system memory)
CPU load 3.650 (91.255% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

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

Environment

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

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 1,809 59.311% 1,684 45.587% 7,635 35.795%
Reflection 618 20.262% 0 0.000% 282 1.322%
JNI 53 1.738% 30 0.812% 48 0.225%
Loaded 3,050 100.000% 3,694 100.000% 21,330 100.000%

Image Details

Category Size in % Details
Code area 2.77MB 43.912% 3,464 compilation units
Image heap 3.45MB 54.709% 48,650 objects, 108.00B for 1 resources
Other data 89.05KB 1.379%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.61s (2.192% of total time) in 122 GCs
Peak RSS 990.94MB (6.048% of 16.00GB system memory)
CPU load 2.208 (55.192% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

helloworld.exe generated in 1m 27s as part of the 'test-action-native-image-windows' job in run #56.

Environment

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

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,149 69.407% 3,586 41.342% 14,671 42.549%
Reflection 996 21.953% 8 0.092% 118 0.342%
JNI 61 1.345% 51 0.588% 52 0.151%
Loaded 4,537 100.000% 8,674 100.000% 34,480 100.000%

Image Details

Category Size in % Details
Code area 5.10MB 41.875% 8,441 compilation units
Image heap 6.69MB 54.889% 85,017 objects, 171.41KB for 55 resources
Other data 403.69KB 3.236%
Total 12.18MB 100.000%

Resource Usage

Garbage collection 2.38s (2.729% of total time) in 460 GCs
Peak RSS 1.05GB (6.586% of 16.00GB system memory)
CPU load 2.283 (57.071% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

helloworld generated in 46.9s as part of the 'test-action-extensive' job in run #56.

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, 13.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.184% 3,484 compilation units
Image heap 3.46MB 29.168% 48,947 objects, 108.00B for 1 resources
Debug info 5.33MB 44.899%
Other data 334.54KB 2.750%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.88s (4.013% of total time) in 128 GCs
Peak RSS 1.10GB (7.030% of 15.62GB system memory)
CPU load 3.518 (87.950% of 4 CPU cores)

Report generated by setup-graalvm.

Bumps [@octokit/core](https://github.com/octokit/core.js) from 5.2.0 to 6.1.3.
- [Release notes](https://github.com/octokit/core.js/releases)
- [Commits](octokit/core.js@v5.2.0...v6.1.3)

---
updated-dependencies:
- dependency-name: "@octokit/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/octokit/core-6.1.3 branch from e0712eb to b1fb5ff Compare February 12, 2025 13:39
Copy link

GraalVM Native Image Build Report

helloworld generated in 49.7s as part of the 'test-action-native-image-musl' job in run #63.

Environment

Java version 25+8 Vendor version GraalVM CE 25-dev+8.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,170 68.659% 3,588 41.189% 14,684 42.297%
Reflection 1,009 21.854% 8 0.092% 118 0.340%
JNI 57 1.235% 58 0.666% 52 0.150%
Loaded 4,617 100.000% 8,711 100.000% 34,716 100.000%

Image Details

Category Size in % Details
Code area 4.93MB 37.897% 8,418 compilation units
Image heap 6.69MB 51.382% 85,182 objects, 171.41KB for 55 resources
Other data 1.40MB 10.721%
Total 13.02MB 100.000%

Resource Usage

Garbage collection 2.19s (4.409% of total time) in 523 GCs
Peak RSS 1.05GB (6.725% of 15.62GB system memory)
CPU load 3.652 (91.298% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

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

Environment

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

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 1,809 59.311% 1,684 45.587% 7,635 35.796%
Reflection 618 20.262% 0 0.000% 282 1.322%
JNI 53 1.738% 30 0.812% 48 0.225%
Loaded 3,050 100.000% 3,694 100.000% 21,329 100.000%

Image Details

Category Size in % Details
Code area 2.77MB 43.929% 3,464 compilation units
Image heap 3.45MB 54.709% 48,655 objects, 108.00B for 1 resources
Other data 87.94KB 1.362%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.61s (2.264% of total time) in 118 GCs
Peak RSS 990.80MB (6.048% of 16.00GB system memory)
CPU load 2.348 (58.695% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

helloworld.exe generated in 1m 20s as part of the 'test-action-native-image-windows' job in run #63.

Environment

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

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,149 69.422% 3,586 41.342% 14,671 42.483%
Reflection 996 21.958% 8 0.092% 118 0.342%
JNI 61 1.345% 51 0.588% 52 0.151%
Loaded 4,536 100.000% 8,674 100.000% 34,534 100.000%

Image Details

Category Size in % Details
Code area 5.10MB 41.875% 8,441 compilation units
Image heap 6.69MB 54.889% 85,022 objects, 171.41KB for 55 resources
Other data 403.69KB 3.236%
Total 12.18MB 100.000%

Resource Usage

Garbage collection 2.28s (2.836% of total time) in 462 GCs
Peak RSS 1.04GB (6.531% of 16.00GB system memory)
CPU load 2.415 (60.377% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

helloworld generated in 46.9s as part of the 'test-action-extensive' job in run #63.

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, 13.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.616%
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,653 100.000%

Image Details

Category Size in % Details
Code area 2.75MB 23.181% 3,484 compilation units
Image heap 3.46MB 29.164% 48,931 objects, 108.00B for 1 resources
Debug info 5.33MB 44.905%
Other data 334.55KB 2.750%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.53s (3.271% of total time) in 132 GCs
Peak RSS 1.08GB (6.926% of 15.62GB system memory)
CPU load 3.466 (86.654% of 4 CPU cores)

Report generated by setup-graalvm.

@fniephaus fniephaus closed this Feb 12, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/octokit/core-6.1.3 branch February 12, 2025 14:11
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 javascript Pull requests that update Javascript code OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant