Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm-updates group with 16 updates:

Package From To
@actions/http-client 2.2.3 3.0.0
@actions/io 1.1.3 2.0.0
@octokit/types 15.0.0 16.0.0
semver 7.7.2 7.7.3
@eslint/compat 1.4.0 1.4.1
@rollup/plugin-commonjs 28.0.6 29.0.0
@rollup/plugin-node-resolve 16.0.1 16.0.3
@rollup/plugin-typescript 12.1.4 12.3.0
@types/node 24.6.1 24.9.2
@typescript-eslint/eslint-plugin 8.45.0 8.46.2
@typescript-eslint/parser 8.45.0 8.46.2
eslint 9.36.0 9.39.0
eslint-plugin-jsonc 2.20.1 2.21.0
rollup 4.52.3 4.52.5
ts-jest 29.4.4 29.4.5
@rollup/rollup-linux-x64-gnu 4.52.3 4.52.5

Updates @actions/http-client from 2.2.3 to 3.0.0

Changelog

Sourced from @​actions/http-client's changelog.

3.0.0

  • Add support for Node 24 #2110
Commits

Updates @actions/io from 1.1.3 to 2.0.0

Changelog

Sourced from @​actions/io's changelog.

2.0.0

  • Add support for Node 24 #2110
  • Ensures consistent behavior for paths on Node 24 with Windows
Commits

Updates @octokit/types from 15.0.0 to 16.0.0

Release notes

Sourced from @​octokit/types's releases.

v16.0.0

16.0.0 (2025-10-30)

Features

  • add immutable releases, enterprise team membership, enterprise team organization, custom runner images, many type additions and improvements (#693) (dc1ceeb)

BREAKING CHANGES

  • Removed endpoints

v15.0.2

15.0.2 (2025-10-29)

Bug Fixes

  • update generated file & update dependency node to v24 (#691) (f5f5743)

v15.0.1

15.0.1 (2025-10-20)

Bug Fixes

Commits
  • dc1ceeb feat: add immutable releases, enterprise team membership, enterprise team org...
  • f5f5743 fix: update generated file & update dependency node to v24 (#691)
  • a0529c1 fix: reduce complexity (#687)
  • 435bdcc ci(action): update peter-evans/create-or-update-comment action to v5 (#684)
  • 52ffdca ci(action): update actions/setup-node action to v6 (#689)
  • aaf87a2 ci(action): update github/codeql-action action to v4 (#688)
  • db7d9bc chore(deps): update dependency semantic-release to v25 (#690)
  • See full diff in compare view

Updates semver from 7.7.2 to 7.7.3

Release notes

Sourced from semver's releases.

v7.7.3

7.7.3 (2025-10-06)

Bug Fixes

Chores

Changelog

Sourced from semver's changelog.

7.7.3 (2025-10-06)

Bug Fixes

Chores

Commits
  • a25789b chore: release 7.7.3 (#812)
  • e37e0ca fix: faster paths for compare (#813)
  • 2471d75 fix: x-range build metadata support
  • 8f05c87 chore: bump @​npmcli/template-oss from 4.25.0 to 4.25.1 (#807)
  • d17aebf chore: bump @​npmcli/template-oss from 4.24.4 to 4.25.0 (#797)
  • 3b03e3b chore: bump @​npmcli/template-oss from 4.24.3 to 4.24.4 (#790)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for semver since your current version.


Updates @eslint/compat from 1.4.0 to 1.4.1

Release notes

Sourced from @​eslint/compat's releases.

migrate-config: v1.4.1

1.4.1 (2025-04-01)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^1.2.7 to ^1.2.8

compat: v1.4.1

1.4.1 (2025-10-27)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.16.0 to ^0.17.0
Changelog

Sourced from @​eslint/compat's changelog.

1.4.1 (2025-10-27)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.16.0 to ^0.17.0
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​eslint/compat since your current version.


Updates @rollup/plugin-commonjs from 28.0.6 to 29.0.0

Changelog

Sourced from @​rollup/plugin-commonjs's changelog.

v29.0.0

2025-10-30

Breaking Changes

  • feat!: revert #1909 and add requireNodeBuiltins option (#1937)

v28.0.9

2025-10-24

Bugfixes

  • fix: handle node: builtins with strictRequires: auto (#1930)

v28.0.8

2025-10-16

Bugfixes

  • fix: guard moduleSideEffects for wrapped externals (#1914)

v28.0.7

2025-10-14

Bugfixes

  • fix: avoid hoisting dynamically required node: builtins under strictRequires (#1909)
Commits
  • c8e78c8 chore(release): commonjs v29.0.0
  • d2b14ed feat(commonjs)!: revert #1909 and add requireNodeBuiltins option (#1937)
  • b079b59 chore(release): commonjs v28.0.9
  • 0881496 fix(commonjs): handle node: builtins with strictRequires: auto (#1930)
  • 232dcf8 chore(release): commonjs v28.0.8
  • 5a6175b fix(commonjs): guard moduleSideEffects for wrapped externals (#1914)
  • 1935e9e chore(release): commonjs v28.0.7
  • e80d4b2 fix(commonjs): avoid hoisting dynamically required node: builtins under stric...
  • 0862902 chore(repo): update commonjs comment to clarify top-level this rewrite (#1888)
  • See full diff in compare view

Updates @rollup/plugin-node-resolve from 16.0.1 to 16.0.3

Changelog

Sourced from @​rollup/plugin-node-resolve's changelog.

v16.0.3

2025-10-13

Bugfixes

  • fix: resolve bare targets of package "imports" using export maps; avoid fileURLToPath(null) (#1908)

v16.0.2

2025-10-04

Bugfixes

  • fix: error thrown with empty entry (#1893)
Commits
  • 764910a chore(release): node-resolve v16.0.3
  • 3569720 fix(node-resolve): resolve bare targets of package "imports" using export map...
  • 516ed1d chore(release): node-resolve v16.0.2
  • 7ad5057 fix(node-resolve): error thrown with empty entry (#1893)
  • See full diff in compare view

Updates @rollup/plugin-typescript from 12.1.4 to 12.3.0

Changelog

Sourced from @​rollup/plugin-typescript's changelog.

v12.3.0

2025-10-23

Features

  • feat: expose latest Program to transformers in watch mode (#1923)

v12.2.0

2025-10-22

Features

  • feat: process .js when allowJs is enabled (#1920)
Commits
  • 973054d chore(release): typescript v12.3.0
  • b6f027b feat(typescript): expose latest Program to transformers in watch mode (#1923)
  • a9cdbb5 chore(release): typescript v12.2.0
  • 89fa680 feat(typescript): process .js when allowJs is enabled (#1920)
  • See full diff in compare view

Updates @types/node from 24.6.1 to 24.9.2

Commits

Updates @typescript-eslint/eslint-plugin from 8.45.0 to 8.46.2

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.46.2

8.46.2 (2025-10-20)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
  • typescript-estree: forbid invalid modifiers in object methods (#11689)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.46.1

8.46.1 (2025-10-13)

🩹 Fixes

  • ast-spec: cleanup TSLiteralType (#11624)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#11667)

❤️ Thank You

  • Abraham Guo
  • mdm317
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

v8.46.0

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
  • rule-schema-to-typescript-types: clean up and make public (#11633)
  • typescript-eslint: export util types (#10848, #10849)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
  • eslint-plugin: removed error type previously deprecated (#11674)

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.46.2 (2025-10-20)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)

❤️ Thank You

  • mdm317

You can read about our versioning strategy and releases on our website.

8.46.1 (2025-10-13)

🩹 Fixes

  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#11667)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)

❤️ Thank You

  • mdm317
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • rule-schema-to-typescript-types: clean up and make public (#11633)

🩹 Fixes

  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
  • typescript-estree: forbid abstract method and accessor to have implementation (#11657)
  • eslint-plugin: removed error type previously deprecated (#11674)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)

❤️ Thank You

... (truncated)

Commits
  • 55ca033 chore(release): publish 8.46.2
  • 698e7a8 fix(eslint-plugin): [prefer-optional-chain] skip optional chaining when it co...
  • 3f5fbf6 chore(release): publish 8.46.1
  • a64b3cc fix(eslint-plugin): [no-misused-promises] special-case .finally not to repo...
  • 73003bf fix(eslint-plugin): [prefer-optional-chain] include mixed "nullish comparison...
  • aec785e chore(release): publish 8.46.0
  • a974191 fix(eslint-plugin): [prefer-readonly-parameter-types] ignore tagged primitive...
  • 02e0278 fix(typescript-estree): forbid abstract method and accessor to have implement...
  • f083798 feat(eslint-plugin): [no-unsafe-member-access] add allowOptionalChaining opti...
  • a62f625 fix(eslint-plugin): removed error type previously deprecated (#11674)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.45.0 to 8.46.2

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.46.2

8.46.2 (2025-10-20)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
  • typescript-estree: forbid invalid modifiers in object methods (#11689)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.46.1

8.46.1 (2025-10-13)

🩹 Fixes

  • ast-spec: cleanup TSLiteralType (#11624)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#11667)

❤️ Thank You

  • Abraham Guo
  • mdm317
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

v8.46.0

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
  • rule-schema-to-typescript-types: clean up and make public (#11633)
  • typescript-eslint: export util types (#10848, #10849)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
  • eslint-plugin: removed error type previously deprecated (#11674)

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.46.2 (2025-10-20)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.46.1 (2025-10-13)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.46.0 (2025-10-06)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint from 9.36.0 to 9.39.0

Release notes

Sourced from eslint's releases.

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#20222) (sethamus)

Chores

  • dfe3c1b chore: update @eslint/js version to 9.39.0 (#20270) (Francesco Trotta)
  • 2375a6d chore: package.json update for @​eslint/js release (Jenkins)
  • a1f4e52 chore: update @eslint dependencies (#20265) (Francesco Trotta)
  • c7d3229 chore: update dependency @​eslint/core to ^0.17.0 (#20256) (renovate[bot])
  • 27549bc chore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)
  • a1370ee ci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)

v9.38.0

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#20190) (Percy Ma)

... (truncated)

Commits

Updates eslint-plugin-jsonc from 2.20.1 to 2.21.0

Release notes

Sourced from eslint-plugin-jsonc's releases.

v2.21.0

Minor Changes

  • #426 efc00a6 Thanks @​ota-meshi! - feat(sort-array-values): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction

  • #426 efc00a6 Thanks @​ota-meshi! - feat(sort-keys): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction

Changelog

Sourced from eslint-plugin-jsonc's changelog.

2.21.0

Minor Changes

  • #426 efc00a6 Thanks @​ota-meshi! - feat(sort-array-values): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction

  • #426 efc00a6 Thanks @​ota-meshi! - feat(sort-keys): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction

Commits
  • ee6e6a9 chore: fix workflow
  • 4296941 chore: release eslint-plugin-jsonc (#430)
  • b18253d chore(deps): update actions/setup-node action to v5 (#424)
  • 7ab13e1 chore(deps): update dependency @​eslint/json to ^0.13.0 (#414)
  • d223e18 chore(deps): update dependency vite-plugin-eslint4b to ^0.6.0 (#412)
  • d0ba2d6 chore(deps): update dependency stylelint-config-standard to v39 (#417)
  • cd9d58d chore(deps): update dependency @​ota-meshi/eslint-plugin to ^0.18.0 (#419)
  • efc00a6 feat(sort-keys, sort-array-values): improve to calculate the minimum edit dis...
  • da27c0e chore: repository maintenance (#427)
  • caef3c1 chore(deps): update dependency @​types/eslint-scope to v8 (#409)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-jsonc since your current version.


Updates rollup from 4.52.3 to 4.52.5

Release notes

Sourced from rollup's releases.

v4.52.5

4.52.5

2025-10-18

Bug Fixes

  • Always produce valid UUIDs as debugIds in sourcemaps (#6144)

Pull Requests

v4.52.4

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.52.5

2025-10-18

Bug Fixes

  • Always produce valid UUIDs as debugIds in sourcemaps (#6144)

Pull Requests

4.52.4

2025-10-03

Bug Fixes

  • Fix an issue where the wrong branch of nullish coalescing was picked (#6133)

Pull Requests

Commits
  • 55a8fd5 4.52.5
  • 58f5a7b fix: generation of debugIDs with invalid length (#6144)
  • 0b816b0 chore(deps): lock file maintenance minor/patch updates (#6146)
  • a973ed8 chore: eslint enable concurrency option (#6143)
  • bfa9e9f chore(deps): update actions/setup-node action to v6 (#6147)
  • 69a9336 fix(deps): lock file maintenance minor/patch updates (#6142)
  • 88b18b9 chore(deps): update peter-evans/create-or-update-comment action to v5 (#6140)

Bumps the npm-updates group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) | `2.2.3` | `3.0.0` |
| [@actions/io](https://github.com/actions/toolkit/tree/HEAD/packages/io) | `1.1.3` | `2.0.0` |
| [@octokit/types](https://github.com/octokit/types.ts) | `15.0.0` | `16.0.0` |
| [semver](https://github.com/npm/node-semver) | `7.7.2` | `7.7.3` |
| [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `1.4.0` | `1.4.1` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `28.0.6` | `29.0.0` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `16.0.1` | `16.0.3` |
| [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) | `12.1.4` | `12.3.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.6.1` | `24.9.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.45.0` | `8.46.2` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.45.0` | `8.46.2` |
| [eslint](https://github.com/eslint/eslint) | `9.36.0` | `9.39.0` |
| [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.20.1` | `2.21.0` |
| [rollup](https://github.com/rollup/rollup) | `4.52.3` | `4.52.5` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.4` | `29.4.5` |
| [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) | `4.52.3` | `4.52.5` |


Updates `@actions/http-client` from 2.2.3 to 3.0.0
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/http-client/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/http-client)

Updates `@actions/io` from 1.1.3 to 2.0.0
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/io/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/io)

Updates `@octokit/types` from 15.0.0 to 16.0.0
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](octokit/types.ts@v15.0.0...v16.0.0)

Updates `semver` from 7.7.2 to 7.7.3
- [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.7.2...v7.7.3)

Updates `@eslint/compat` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/compat-v1.4.1/packages/compat)

Updates `@rollup/plugin-commonjs` from 28.0.6 to 29.0.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v29.0.0/packages/commonjs)

Updates `@rollup/plugin-node-resolve` from 16.0.1 to 16.0.3
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v16.0.3/packages/node-resolve)

Updates `@rollup/plugin-typescript` from 12.1.4 to 12.3.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v12.3.0/packages/typescript)

Updates `@types/node` from 24.6.1 to 24.9.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.45.0 to 8.46.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.45.0 to 8.46.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/parser)

Updates `eslint` from 9.36.0 to 9.39.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.36.0...v9.39.0)

Updates `eslint-plugin-jsonc` from 2.20.1 to 2.21.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-jsonc@v2.20.1...v2.21.0)

Updates `rollup` from 4.52.3 to 4.52.5
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.5)

Updates `ts-jest` from 29.4.4 to 29.4.5
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.4...v29.4.5)

Updates `@rollup/rollup-linux-x64-gnu` from 4.52.3 to 4.52.5
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.3...v4.52.5)

---
updated-dependencies:
- dependency-name: "@actions/http-client"
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-updates
- dependency-name: "@actions/io"
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-updates
- dependency-name: "@octokit/types"
  dependency-version: 16.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-updates
- dependency-name: semver
  dependency-version: 7.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-updates
- dependency-name: "@eslint/compat"
  dependency-version: 1.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-updates
- dependency-name: "@rollup/plugin-commonjs"
  dependency-version: 29.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-updates
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-version: 16.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-updates
- dependency-name: "@rollup/plugin-typescript"
  dependency-version: 12.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@types/node"
  dependency-version: 24.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.46.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.46.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: eslint
  dependency-version: 9.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: eslint-plugin-jsonc
  dependency-version: 2.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: rollup
  dependency-version: 4.52.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-updates
- dependency-name: ts-jest
  dependency-version: 29.4.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-updates
- dependency-name: "@rollup/rollup-linux-x64-gnu"
  dependency-version: 4.52.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 1, 2025
@github-actions
Copy link

github-actions bot commented Nov 1, 2025

GraalVM Native Image Build Report

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

Environment

Java version 21.0.9+7-LTS Vendor version Oracle GraalVM 21.0.9+7.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.3.0)
Garbage collector G1 GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 2,029 60.047% 1,896 44.940% 8,293 34.993%
Reflection 732 21.663% 37 0.877% 287 1.211%
JNI 49 1.450% 33 0.782% 48 0.203%
Loaded 3,379 100.000% 4,219 100.000% 23,699 100.000%

Image Details

Category Size in % Details
Code area 3.35MB 33.949% 3,823 compilation units
Image heap 3.64MB 36.881% 52,346 objects, 120.00B for 29 resources
Other data 2.88MB 29.170%
Total 9.88MB 100.000%

Resource Usage

Garbage collection 2.45s (5.997% of total time) in 383 GCs
Peak RSS 731.88MB (4.576% of 15.62GB system memory)
CPU load 3.625 (90.626% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 1, 2025

GraalVM Native Image Build Report

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

Environment

Java version 25.0.1+8-LTS Vendor version Oracle GraalVM 25.0.1+8.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.3.0)
Garbage collector G1 GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 2,043 55.850% 1,840 36.508% 8,211 32.695%
Reflection 753 20.585% 35 0.694% 284 1.131%
JNI 49 1.340% 35 0.694% 48 0.191%
Loaded 3,658 100.000% 5,040 100.000% 25,114 100.000%

Image Details

Category Size in % Details
Code area 3.13MB 30.729% 3,831 compilation units
Image heap 4.11MB 40.328% 59,287 objects, 0.00B for 52 resources
Other data 2.95MB 28.943%
Total 10.18MB 100.000%

Resource Usage

Garbage collection 2.07s (4.246% of total time) in 456 GCs
Peak RSS 1014.51MB (6.342% of 15.62GB system memory)
CPU load 3.666 (91.658% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 1, 2025

GraalVM Native Image Build Report

helloworld generated in 53.2s as part of the 'test-action-native-image-windows-msvc' job in run #279.

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.44.35219)
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.820%
Reflection 618 20.262% 0 0.000% 282 1.323%
JNI 53 1.738% 30 0.812% 48 0.225%
Loaded 3,050 100.000% 3,694 100.000% 21,315 100.000%

Image Details

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

Resource Usage

Garbage collection 1.88s (3.533% of total time) in 145 GCs
Peak RSS 936.48MB (5.716% of 16.00GB system memory)
CPU load 3.063 (76.586% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 1, 2025

GraalVM Native Image Build Report

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

Environment

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

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,278 68.420% 3,756 41.416% 15,349 43.056%
Reflection 1,057 22.062% 36 0.397% 416 1.167%
JNI 62 1.294% 52 0.573% 52 0.146%
Loaded 4,791 100.000% 9,069 100.000% 35,649 100.000%

Image Details

Category Size in % Details
Code area 5.26MB 40.531% 8,883 compilation units
Image heap 7.31MB 56.335% 89,116 objects, 0.00B for 4 resources
Other data 416.56KB 3.134%
Total 12.98MB 100.000%

Resource Usage

Garbage collection 3.29s (5.096% of total time) in 175 GCs
Peak RSS 1.11GB (6.959% of 16.00GB system memory)
CPU load 3.105 (77.631% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 1, 2025

GraalVM Native Image Build Report

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

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.615%
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,654 100.000%

Image Details

Category Size in % Details
Code area 2.75MB 23.182% 3,484 compilation units
Image heap 3.46MB 29.166% 48,933 objects, 108.00B for 1 resources
Debug info 5.33MB 44.902%
Other data 334.51KB 2.750%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.75s (3.734% of total time) in 229 GCs
Peak RSS 1009.72MB (6.313% of 15.62GB system memory)
CPU load 3.526 (88.160% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

Environment

Java version 21.0.9+7-LTS Vendor version Oracle GraalVM 21.0.9+7.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.3.0)
Garbage collector G1 GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 2,029 60.083% 1,896 44.940% 8,293 34.997%
Reflection 732 21.676% 37 0.877% 287 1.211%
JNI 49 1.451% 33 0.782% 48 0.203%
Loaded 3,377 100.000% 4,219 100.000% 23,696 100.000%

Image Details

Category Size in % Details
Code area 3.35MB 33.949% 3,823 compilation units
Image heap 3.64MB 36.882% 52,349 objects, 120.00B for 29 resources
Other data 2.88MB 29.169%
Total 9.88MB 100.000%

Resource Usage

Garbage collection 2.26s (5.376% of total time) in 345 GCs
Peak RSS 728.18MB (4.552% of 15.62GB system memory)
CPU load 3.525 (88.122% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

Environment

Java version 25.0.1+8-LTS Vendor version Oracle GraalVM 25.0.1+8.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.3.0)
Garbage collector G1 GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 2,043 55.789% 1,840 36.508% 8,211 32.596%
Reflection 753 20.563% 35 0.694% 284 1.127%
JNI 49 1.338% 35 0.694% 48 0.191%
Loaded 3,662 100.000% 5,040 100.000% 25,190 100.000%

Image Details

Category Size in % Details
Code area 3.13MB 30.729% 3,831 compilation units
Image heap 4.11MB 40.325% 59,275 objects, 0.00B for 52 resources
Other data 2.95MB 28.946%
Total 10.18MB 100.000%

Resource Usage

Garbage collection 2.10s (3.960% of total time) in 419 GCs
Peak RSS 1005.27MB (6.285% of 15.62GB system memory)
CPU load 3.660 (91.491% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

helloworld generated in 53.4s as part of the 'test-action-native-image-windows-msvc' job in run #284.

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.44.35219)
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.923% 3,464 compilation units
Image heap 3.45MB 54.709% 48,652 objects, 108.00B for 1 resources
Other data 88.33KB 1.368%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.63s (3.055% of total time) in 123 GCs
Peak RSS 987.48MB (6.027% of 16.00GB system memory)
CPU load 3.020 (75.494% of 4 CPU cores)

Report generated by setup-graalvm.

@fniephaus fniephaus self-assigned this Nov 3, 2025
@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

Environment

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

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,278 68.434% 3,756 41.416% 15,349 42.964%
Reflection 1,057 22.067% 36 0.397% 416 1.164%
JNI 62 1.294% 52 0.573% 52 0.146%
Loaded 4,790 100.000% 9,069 100.000% 35,725 100.000%

Image Details

Category Size in % Details
Code area 5.26MB 40.532% 8,883 compilation units
Image heap 7.31MB 56.335% 89,109 objects, 0.00B for 4 resources
Other data 416.53KB 3.134%
Total 12.98MB 100.000%

Resource Usage

Garbage collection 3.37s (5.209% of total time) in 130 GCs
Peak RSS 1.13GB (7.036% of 16.00GB system memory)
CPU load 3.102 (77.542% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

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.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.180% 3,484 compilation units
Image heap 3.46MB 29.166% 48,955 objects, 108.00B for 1 resources
Debug info 5.33MB 44.902%
Other data 334.79KB 2.752%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.84s (3.842% of total time) in 133 GCs
Peak RSS 1.09GB (6.948% of 15.62GB system memory)
CPU load 3.493 (87.313% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

Environment

Java version 21.0.9+7-LTS Vendor version Oracle GraalVM 21.0.9+7.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.3.0)
Garbage collector G1 GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 2,029 60.083% 1,896 44.940% 8,293 34.996%
Reflection 732 21.676% 37 0.877% 287 1.211%
JNI 49 1.451% 33 0.782% 48 0.203%
Loaded 3,377 100.000% 4,219 100.000% 23,697 100.000%

Image Details

Category Size in % Details
Code area 3.35MB 33.949% 3,823 compilation units
Image heap 3.64MB 36.883% 52,352 objects, 120.00B for 29 resources
Other data 2.88MB 29.168%
Total 9.88MB 100.000%

Resource Usage

Garbage collection 2.10s (5.474% of total time) in 356 GCs
Peak RSS 737.95MB (4.613% of 15.62GB system memory)
CPU load 3.618 (90.449% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

Environment

Java version 25.0.1+8-LTS Vendor version Oracle GraalVM 25.0.1+8.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.3.0)
Garbage collector G1 GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 2,043 55.804% 1,840 36.508% 8,211 32.759%
Reflection 753 20.568% 35 0.694% 284 1.133%
JNI 49 1.338% 35 0.694% 48 0.192%
Loaded 3,661 100.000% 5,040 100.000% 25,065 100.000%

Image Details

Category Size in % Details
Code area 3.13MB 30.729% 3,831 compilation units
Image heap 4.11MB 40.327% 59,281 objects, 0.00B for 52 resources
Other data 2.95MB 28.945%
Total 10.18MB 100.000%

Resource Usage

Garbage collection 2.11s (4.267% of total time) in 492 GCs
Peak RSS 1.01GB (6.443% of 15.62GB system memory)
CPU load 3.657 (91.427% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

helloworld generated in 56.8s as part of the 'test-action-native-image-windows-msvc' job in run #286.

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.44.35219)
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.820%
Reflection 618 20.262% 0 0.000% 282 1.323%
JNI 53 1.738% 30 0.812% 48 0.225%
Loaded 3,050 100.000% 3,694 100.000% 21,315 100.000%

Image Details

Category Size in % Details
Code area 2.77MB 43.935% 3,464 compilation units
Image heap 3.45MB 54.709% 48,653 objects, 108.00B for 1 resources
Other data 87.56KB 1.356%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.74s (3.055% of total time) in 124 GCs
Peak RSS 1005.02MB (6.134% of 16.00GB system memory)
CPU load 2.981 (74.518% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

Environment

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

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,278 68.449% 3,756 41.416% 15,349 42.994%
Reflection 1,057 22.071% 36 0.397% 416 1.165%
JNI 62 1.295% 52 0.573% 52 0.146%
Loaded 4,789 100.000% 9,069 100.000% 35,700 100.000%

Image Details

Category Size in % Details
Code area 5.26MB 40.531% 8,883 compilation units
Image heap 7.31MB 56.335% 89,113 objects, 0.00B for 4 resources
Other data 416.56KB 3.134%
Total 12.98MB 100.000%

Resource Usage

Garbage collection 3.47s (5.261% of total time) in 186 GCs
Peak RSS 1.10GB (6.865% of 16.00GB system memory)
CPU load 3.132 (78.291% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

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.615%
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,654 100.000%

Image Details

Category Size in % Details
Code area 2.75MB 23.175% 3,484 compilation units
Image heap 3.46MB 29.168% 48,957 objects, 108.00B for 1 resources
Debug info 5.33MB 44.898%
Other data 335.66KB 2.759%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.71s (3.699% of total time) in 215 GCs
Peak RSS 995.78MB (6.225% of 15.62GB system memory)
CPU load 3.547 (88.681% of 4 CPU cores)

Report generated by setup-graalvm.

@fniephaus fniephaus force-pushed the dependabot/npm_and_yarn/npm-updates-419b343fa2 branch from 4da909f to b72fac3 Compare November 3, 2025 10:23
@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

Environment

Java version 21.0.9+7-LTS Vendor version Oracle GraalVM 21.0.9+7.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.3.0)
Garbage collector G1 GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 2,029 60.047% 1,896 44.940% 8,293 34.993%
Reflection 732 21.663% 37 0.877% 287 1.211%
JNI 49 1.450% 33 0.782% 48 0.203%
Loaded 3,379 100.000% 4,219 100.000% 23,699 100.000%

Image Details

Category Size in % Details
Code area 3.35MB 33.949% 3,823 compilation units
Image heap 3.64MB 36.882% 52,348 objects, 120.00B for 29 resources
Other data 2.88MB 29.170%
Total 9.88MB 100.000%

Resource Usage

Garbage collection 2.50s (5.934% of total time) in 422 GCs
Peak RSS 722.09MB (4.514% of 15.62GB system memory)
CPU load 3.630 (90.758% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

Environment

Java version 25.0.1+8-LTS Vendor version Oracle GraalVM 25.0.1+8.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.3.0)
Garbage collector G1 GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 2,043 55.820% 1,840 36.508% 8,211 32.683%
Reflection 753 20.574% 35 0.694% 284 1.130%
JNI 49 1.339% 35 0.694% 48 0.191%
Loaded 3,660 100.000% 5,040 100.000% 25,123 100.000%

Image Details

Category Size in % Details
Code area 3.13MB 30.729% 3,831 compilation units
Image heap 4.11MB 40.335% 59,296 objects, 0.00B for 52 resources
Other data 2.95MB 28.936%
Total 10.18MB 100.000%

Resource Usage

Garbage collection 2.08s (4.257% of total time) in 446 GCs
Peak RSS 1.01GB (6.437% of 15.62GB system memory)
CPU load 3.670 (91.760% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

helloworld generated in 51.6s as part of the 'test-action-native-image-windows-msvc' job in run #288.

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.44.35219)
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.818%
Reflection 618 20.262% 0 0.000% 282 1.323%
JNI 53 1.738% 30 0.812% 48 0.225%
Loaded 3,050 100.000% 3,694 100.000% 21,316 100.000%

Image Details

Category Size in % Details
Code area 2.77MB 43.923% 3,464 compilation units
Image heap 3.45MB 54.709% 48,652 objects, 108.00B for 1 resources
Other data 88.31KB 1.368%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.66s (3.212% of total time) in 123 GCs
Peak RSS 961.98MB (5.872% of 16.00GB system memory)
CPU load 3.175 (79.369% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

Environment

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

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,278 68.463% 3,756 41.416% 15,349 42.975%
Reflection 1,057 22.076% 36 0.397% 416 1.165%
JNI 62 1.295% 52 0.573% 52 0.146%
Loaded 4,788 100.000% 9,069 100.000% 35,716 100.000%

Image Details

Category Size in % Details
Code area 5.26MB 40.531% 8,883 compilation units
Image heap 7.31MB 56.335% 89,122 objects, 0.00B for 4 resources
Other data 416.56KB 3.134%
Total 12.98MB 100.000%

Resource Usage

Garbage collection 3.30s (5.408% of total time) in 133 GCs
Peak RSS 1.15GB (7.174% of 16.00GB system memory)
CPU load 3.044 (76.104% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

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.177% 3,484 compilation units
Image heap 3.46MB 29.168% 48,922 objects, 108.00B for 1 resources
Debug info 5.33MB 44.898%
Other data 335.40KB 2.757%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.71s (3.676% of total time) in 130 GCs
Peak RSS 1.13GB (7.225% of 15.62GB system memory)
CPU load 3.407 (85.170% of 4 CPU cores)

Report generated by setup-graalvm.

@fniephaus fniephaus force-pushed the dependabot/npm_and_yarn/npm-updates-419b343fa2 branch from b72fac3 to b1fbccc Compare November 3, 2025 10:26
@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

Environment

Java version 21.0.9+7-LTS Vendor version Oracle GraalVM 21.0.9+7.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.3.0)
Garbage collector G1 GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 2,029 60.083% 1,896 44.940% 8,293 34.993%
Reflection 732 21.676% 37 0.877% 287 1.211%
JNI 49 1.451% 33 0.782% 48 0.203%
Loaded 3,377 100.000% 4,219 100.000% 23,699 100.000%

Image Details

Category Size in % Details
Code area 3.35MB 33.949% 3,823 compilation units
Image heap 3.64MB 36.882% 52,348 objects, 120.00B for 29 resources
Other data 2.88MB 29.169%
Total 9.88MB 100.000%

Resource Usage

Garbage collection 2.26s (5.117% of total time) in 347 GCs
Peak RSS 731.38MB (4.572% of 15.62GB system memory)
CPU load 3.502 (87.559% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

Environment

Java version 25.0.1+8-LTS Vendor version Oracle GraalVM 25.0.1+8.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.3.0)
Garbage collector G1 GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 2,043 55.804% 1,840 36.508% 8,211 32.661%
Reflection 753 20.568% 35 0.694% 284 1.130%
JNI 49 1.338% 35 0.694% 48 0.191%
Loaded 3,661 100.000% 5,040 100.000% 25,140 100.000%

Image Details

Category Size in % Details
Code area 3.13MB 30.728% 3,831 compilation units
Image heap 4.11MB 40.327% 59,282 objects, 0.00B for 52 resources
Other data 2.95MB 28.945%
Total 10.18MB 100.000%

Resource Usage

Garbage collection 2.05s (4.238% of total time) in 463 GCs
Peak RSS 1021.01MB (6.383% of 15.62GB system memory)
CPU load 3.637 (90.924% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

helloworld generated in 53.3s as part of the 'test-action-native-image-windows-msvc' job in run #290.

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.44.35219)
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.793%
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,331 100.000%

Image Details

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

Resource Usage

Garbage collection 1.61s (3.022% of total time) in 121 GCs
Peak RSS 1000.41MB (6.106% of 16.00GB system memory)
CPU load 3.000 (75.002% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

Environment

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

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,278 68.463% 3,756 41.416% 15,349 43.074%
Reflection 1,057 22.076% 36 0.397% 416 1.167%
JNI 62 1.295% 52 0.573% 52 0.146%
Loaded 4,788 100.000% 9,069 100.000% 35,634 100.000%

Image Details

Category Size in % Details
Code area 5.26MB 40.532% 8,883 compilation units
Image heap 7.31MB 56.335% 89,115 objects, 0.00B for 4 resources
Other data 416.53KB 3.134%
Total 12.98MB 100.000%

Resource Usage

Garbage collection 4.36s (5.755% of total time) in 174 GCs
Peak RSS 1.09GB (6.821% of 16.00GB system memory)
CPU load 2.609 (65.234% of 4 CPU cores)

Report generated by setup-graalvm.

@fniephaus fniephaus force-pushed the dependabot/npm_and_yarn/npm-updates-419b343fa2 branch from b1fbccc to be013e7 Compare November 3, 2025 10:29
@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

Environment

Java version 21.0.9+7-LTS Vendor version Oracle GraalVM 21.0.9+7.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.3.0)
Garbage collector G1 GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 2,029 60.083% 1,896 44.940% 8,293 34.996%
Reflection 732 21.676% 37 0.877% 287 1.211%
JNI 49 1.451% 33 0.782% 48 0.203%
Loaded 3,377 100.000% 4,219 100.000% 23,697 100.000%

Image Details

Category Size in % Details
Code area 3.35MB 33.949% 3,823 compilation units
Image heap 3.64MB 36.883% 52,350 objects, 120.00B for 29 resources
Other data 2.88MB 29.169%
Total 9.88MB 100.000%

Resource Usage

Garbage collection 2.22s (5.440% of total time) in 381 GCs
Peak RSS 728.53MB (4.555% of 15.62GB system memory)
CPU load 3.634 (90.842% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

Environment

Java version 25.0.1+8-LTS Vendor version Oracle GraalVM 25.0.1+8.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.3.0)
Garbage collector G1 GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 2,043 55.804% 1,840 36.508% 8,211 32.705%
Reflection 753 20.568% 35 0.694% 284 1.131%
JNI 49 1.338% 35 0.694% 48 0.191%
Loaded 3,661 100.000% 5,040 100.000% 25,106 100.000%

Image Details

Category Size in % Details
Code area 3.13MB 30.728% 3,831 compilation units
Image heap 4.11MB 40.335% 59,294 objects, 0.00B for 52 resources
Other data 2.95MB 28.937%
Total 10.18MB 100.000%

Resource Usage

Garbage collection 2.02s (4.031% of total time) in 441 GCs
Peak RSS 1015.63MB (6.349% of 15.62GB system memory)
CPU load 3.664 (91.589% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

helloworld generated in 55.4s as part of the 'test-action-native-image-windows-msvc' job in run #292.

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.44.35219)
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.931% 3,464 compilation units
Image heap 3.45MB 54.709% 48,658 objects, 108.00B for 1 resources
Other data 87.81KB 1.360%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.60s (2.889% of total time) in 120 GCs
Peak RSS 991.69MB (6.053% of 16.00GB system memory)
CPU load 2.912 (72.808% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

Environment

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

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,278 68.506% 3,756 41.416% 15,349 43.074%
Reflection 1,057 22.090% 36 0.397% 416 1.167%
JNI 62 1.296% 52 0.573% 52 0.146%
Loaded 4,785 100.000% 9,069 100.000% 35,634 100.000%

Image Details

Category Size in % Details
Code area 5.26MB 40.531% 8,883 compilation units
Image heap 7.31MB 56.335% 89,125 objects, 0.00B for 4 resources
Other data 416.56KB 3.134%
Total 12.98MB 100.000%

Resource Usage

Garbage collection 3.30s (4.053% of total time) in 146 GCs
Peak RSS 1.10GB (6.890% of 16.00GB system memory)
CPU load 2.429 (60.718% of 4 CPU cores)

Report generated by setup-graalvm.

@fniephaus fniephaus force-pushed the dependabot/npm_and_yarn/npm-updates-419b343fa2 branch from be013e7 to e1369b9 Compare November 3, 2025 10:32
@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

Environment

Java version 21.0.9+7-LTS Vendor version Oracle GraalVM 21.0.9+7.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.3.0)
Garbage collector G1 GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 2,029 60.083% 1,896 44.940% 8,293 34.996%
Reflection 732 21.676% 37 0.877% 287 1.211%
JNI 49 1.451% 33 0.782% 48 0.203%
Loaded 3,377 100.000% 4,219 100.000% 23,697 100.000%

Image Details

Category Size in % Details
Code area 3.35MB 33.949% 3,823 compilation units
Image heap 3.64MB 36.884% 52,355 objects, 120.00B for 29 resources
Other data 2.88MB 29.167%
Total 9.88MB 100.000%

Resource Usage

Garbage collection 2.43s (5.786% of total time) in 369 GCs
Peak RSS 724.34MB (4.528% of 15.62GB system memory)
CPU load 3.537 (88.414% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

Environment

Java version 25.0.1+8-LTS Vendor version Oracle GraalVM 25.0.1+8.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.3.0)
Garbage collector G1 GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 2,043 55.820% 1,840 36.508% 8,211 32.662%
Reflection 753 20.574% 35 0.694% 284 1.130%
JNI 49 1.339% 35 0.694% 48 0.191%
Loaded 3,660 100.000% 5,040 100.000% 25,139 100.000%

Image Details

Category Size in % Details
Code area 3.13MB 30.729% 3,831 compilation units
Image heap 4.11MB 40.328% 59,285 objects, 0.00B for 52 resources
Other data 2.95MB 28.944%
Total 10.18MB 100.000%

Resource Usage

Garbage collection 2.11s (4.254% of total time) in 467 GCs
Peak RSS 1.00GB (6.409% of 15.62GB system memory)
CPU load 3.669 (91.734% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

Environment

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

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,278 68.434% 3,756 41.416% 15,349 43.037%
Reflection 1,057 22.067% 36 0.397% 416 1.166%
JNI 62 1.294% 52 0.573% 52 0.146%
Loaded 4,790 100.000% 9,069 100.000% 35,665 100.000%

Image Details

Category Size in % Details
Code area 5.26MB 40.531% 8,883 compilation units
Image heap 7.31MB 56.335% 89,116 objects, 0.00B for 4 resources
Other data 416.56KB 3.134%
Total 12.98MB 100.000%

Resource Usage

Garbage collection 3.39s (5.185% of total time) in 148 GCs
Peak RSS 1.11GB (6.953% of 16.00GB system memory)
CPU load 3.129 (78.226% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

helloworld generated in 59.7s as part of the 'test-action-native-image-windows-msvc' job in run #294.

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.44.35219)
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.818%
Reflection 618 20.262% 0 0.000% 282 1.323%
JNI 53 1.738% 30 0.812% 48 0.225%
Loaded 3,050 100.000% 3,694 100.000% 21,316 100.000%

Image Details

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

Resource Usage

Garbage collection 1.69s (2.823% of total time) in 123 GCs
Peak RSS 962.95MB (5.878% of 16.00GB system memory)
CPU load 2.721 (68.029% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

GraalVM Native Image Build Report

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

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.176% 3,484 compilation units
Image heap 3.46MB 29.169% 48,928 objects, 108.00B for 1 resources
Debug info 5.33MB 44.895%
Other data 335.60KB 2.759%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.92s (4.241% of total time) in 127 GCs
Peak RSS 1.10GB (7.073% of 15.62GB system memory)
CPU load 3.622 (90.556% of 4 CPU cores)

Report generated by setup-graalvm.

@fniephaus fniephaus merged commit cfa19cd into main Nov 3, 2025
232 checks passed
@fniephaus fniephaus deleted the dependabot/npm_and_yarn/npm-updates-419b343fa2 branch November 3, 2025 11: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