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 the npm-development group with 5 updates #128

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the npm-development group with 5 updates:

Package From To
@eslint/compat 1.2.5 1.2.6
@typescript-eslint/eslint-plugin 8.21.0 8.22.0
@typescript-eslint/parser 8.21.0 8.22.0
eslint 9.18.0 9.19.0
eslint-plugin-jsonc 2.18.2 2.19.1

Updates @eslint/compat from 1.2.5 to 1.2.6

Release notes

Sourced from @​eslint/compat's releases.

compat: v1.2.6

1.2.6 (2025-01-31)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.10.0 to ^0.11.0
Commits

Updates @typescript-eslint/eslint-plugin from 8.21.0 to 8.22.0

Release notes

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

v8.22.0

8.22.0 (2025-01-27)

🚀 Features

  • parser: add standalone isolatedDeclarations option (#10499)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#10638)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#10678)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#10612)
  • type-utils: support matching intersection types in TypeOrValueSpecifier with a PackageSpecifier (#10667)

❤️ Thank You

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

Changelog

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

8.22.0 (2025-01-27)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#10612)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#10678)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#10638)
  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)

❤️ Thank You

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

Commits
  • 94e8098 chore(release): publish 8.22.0
  • 9f0ce90 docs: add FAQ and docs around verbatimModuleSyntax and similar options (#10...
  • f1e9a5d fix(eslint-plugin): [no-unnecessary-template-expression] handle template lite...
  • acab0a9 fix(eslint-plugin): [prefer-readonly] autofixer doesn't add type to property ...
  • a3a157c fix(eslint-plugin): [no-extraneous-class] handle accessor keyword (#10678)
  • 586e7eb fix(eslint-plugin): [no-shadow] don't report unnecessarily on valid ways of u...
  • 9e8828b fix(eslint-plugin): [no-duplicate-type-constituents] handle nested types (#10...
  • 74c4155 chore: correct docs test snapshot for no-unused-vars
  • 1e2305e fix(eslint-plugin): [prefer-nullish-coalescing] doesn't report on ternary but...
  • 974f2b1 docs(eslint-plugin): [no-unused-vars] add types-only values FAQ (#10690)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.21.0 to 8.22.0

Release notes

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

v8.22.0

8.22.0 (2025-01-27)

🚀 Features

  • parser: add standalone isolatedDeclarations option (#10499)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#10638)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#10678)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#10612)
  • type-utils: support matching intersection types in TypeOrValueSpecifier with a PackageSpecifier (#10667)

❤️ Thank You

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

Changelog

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

8.22.0 (2025-01-27)

🚀 Features

  • parser: add standalone isolatedDeclarations option (#10499)

❤️ Thank You

  • Josh Goldberg ✨

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

Commits

Updates eslint from 9.18.0 to 9.19.0

Release notes

Sourced from eslint's releases.

v9.19.0

Features

  • 1637b8e feat: add --report-unused-inline-configs (#19201) (Josh Goldberg ✨)

Bug Fixes

  • aae6717 fix: sync rule type header comments automatically (#19276) (Francesco Trotta)

Documentation

  • cfea9ab docs: Clarify overrideConfig option (#19370) (Nicholas C. Zakas)
  • 2b84f66 docs: Update README (#19362) (Nicholas C. Zakas)
  • 044f93c docs: clarify frozen rule description (#19351) (Pavel)
  • 797ee7c docs: fix Bluesky links (#19368) (Milos Djermanovic)
  • 81a9c0e docs: Update README (GitHub Actions Bot)
  • 093fb3d docs: replace var with let and const in rule examples (#19365) (Tanuj Kanti)
  • 417de32 docs: replace var with const in rule examples (#19352) (jj)
  • 17f2aae docs: update getting-started config to match default generated config (#19308) (0xDev)
  • 8a0a5a8 docs: better global ignores instruction (#19297) (Jacopo Marrone)
  • 6671a2c docs: Update README (GitHub Actions Bot)
  • e39d3f2 docs: fix divider for rule category (#19264) (Tanuj Kanti)
  • e0cf53f docs: fix search result box position for small screens (#19328) (Tanuj Kanti)
  • f92a680 docs: replace var with let or const in rule examples (#19331) (Ravi Teja Kolla)
  • b04b84b docs: revert accidental changes in TS config files docs (#19336) (Francesco Trotta)

Chores

  • 9b9cb05 chore: upgrade @​eslint/js@​9.19.0 (#19371) (Milos Djermanovic)
  • 58560e7 chore: package.json update for @​eslint/js release (Jenkins)
  • 2089707 test: fix failing test in Node.js v22.13.0 (#19345) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v9.19.0 - January 24, 2025

  • 9b9cb05 chore: upgrade @​eslint/js@​9.19.0 (#19371) (Milos Djermanovic)
  • 58560e7 chore: package.json update for @​eslint/js release (Jenkins)
  • cfea9ab docs: Clarify overrideConfig option (#19370) (Nicholas C. Zakas)
  • 2b84f66 docs: Update README (#19362) (Nicholas C. Zakas)
  • 044f93c docs: clarify frozen rule description (#19351) (Pavel)
  • 797ee7c docs: fix Bluesky links (#19368) (Milos Djermanovic)
  • 81a9c0e docs: Update README (GitHub Actions Bot)
  • 093fb3d docs: replace var with let and const in rule examples (#19365) (Tanuj Kanti)
  • 417de32 docs: replace var with const in rule examples (#19352) (jj)
  • 17f2aae docs: update getting-started config to match default generated config (#19308) (0xDev)
  • aae6717 fix: sync rule type header comments automatically (#19276) (Francesco Trotta)
  • 8a0a5a8 docs: better global ignores instruction (#19297) (Jacopo Marrone)
  • 2089707 test: fix failing test in Node.js v22.13.0 (#19345) (Francesco Trotta)
  • 6671a2c docs: Update README (GitHub Actions Bot)
  • 1637b8e feat: add --report-unused-inline-configs (#19201) (Josh Goldberg ✨)
  • e39d3f2 docs: fix divider for rule category (#19264) (Tanuj Kanti)
  • e0cf53f docs: fix search result box position for small screens (#19328) (Tanuj Kanti)
  • f92a680 docs: replace var with let or const in rule examples (#19331) (Ravi Teja Kolla)
  • b04b84b docs: revert accidental changes in TS config files docs (#19336) (Francesco Trotta)
Commits

Updates eslint-plugin-jsonc from 2.18.2 to 2.19.1

Release notes

Sourced from eslint-plugin-jsonc's releases.

v2.19.1

Patch Changes

v2.19.0

Minor Changes

Changelog

Sourced from eslint-plugin-jsonc's changelog.

2.19.1

Patch Changes

2.19.0

Minor Changes

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-development group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/compat](https://github.com/eslint/rewrite) | `1.2.5` | `1.2.6` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.21.0` | `8.22.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.21.0` | `8.22.0` |
| [eslint](https://github.com/eslint/eslint) | `9.18.0` | `9.19.0` |
| [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.18.2` | `2.19.1` |


Updates `@eslint/compat` from 1.2.5 to 1.2.6
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@compat-v1.2.5...compat-v1.2.6)

Updates `@typescript-eslint/eslint-plugin` from 8.21.0 to 8.22.0
- [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.22.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.21.0 to 8.22.0
- [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.22.0/packages/parser)

Updates `eslint` from 9.18.0 to 9.19.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.18.0...v9.19.0)

Updates `eslint-plugin-jsonc` from 2.18.2 to 2.19.1
- [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.18.2...v2.19.1)

---
updated-dependencies:
- dependency-name: "@eslint/compat"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: eslint-plugin-jsonc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
...

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 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 49.1s as part of the 'test-action-native-image-musl' job in run #12.

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.741% 3,573 41.135% 14,669 42.323%
Reflection 1,010 21.895% 6 0.069% 119 0.343%
JNI 57 1.236% 58 0.668% 52 0.150%
Loaded 4,613 100.000% 8,686 100.000% 34,660 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,120 objects, 171.41KB for 55 resources
Other data 1.41MB 10.853%
Total 13.02MB 100.000%

Resource Usage

Garbage collection 2.05s (4.180% of total time) in 483 GCs
Peak RSS 1.05GB (6.698% of 15.62GB system memory)
CPU load 3.659 (91.464% 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 6s as part of the 'test-action-native-image-windows' job in run #12.

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.460% 3,571 41.288% 14,657 42.603%
Reflection 997 21.985% 6 0.069% 119 0.346%
JNI 61 1.345% 51 0.590% 52 0.151%
Loaded 4,535 100.000% 8,649 100.000% 34,404 100.000%

Image Details

Category Size in % Details
Code area 5.09MB 41.788% 8,463 compilation units
Image heap 6.69MB 54.942% 84,955 objects, 171.41KB for 55 resources
Other data 407.53KB 3.270%
Total 12.17MB 100.000%

Resource Usage

Garbage collection 2.42s (3.635% of total time) in 540 GCs
Peak RSS 1.05GB (6.586% of 16.00GB system memory)
CPU load 2.977 (74.424% 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 5s as part of the 'test-action-native-image-windows-msvc' job in run #12.

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.919% 3,464 compilation units
Image heap 3.45MB 54.709% 48,651 objects, 108.00B for 1 resources
Other data 88.59KB 1.372%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.68s (2.576% of total time) in 127 GCs
Peak RSS 979.06MB (5.976% of 16.00GB system memory)
CPU load 2.578 (64.451% 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 45.7s as part of the 'test-action-extensive' job in run #12.

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.167% 48,930 objects, 108.00B for 1 resources
Debug info 5.33MB 44.901%
Other data 334.71KB 2.751%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.74s (3.800% of total time) in 223 GCs
Peak RSS 955.44MB (5.975% of 15.62GB system memory)
CPU load 3.612 (90.305% of 4 CPU cores)

Report generated by setup-graalvm.

fniephaus
fniephaus previously approved these changes Feb 3, 2025
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

Copy link

github-actions bot commented Feb 3, 2025

GraalVM Native Image Build Report

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

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.755% 3,573 41.135% 14,669 42.412%
Reflection 1,010 21.899% 6 0.069% 119 0.344%
JNI 57 1.236% 58 0.668% 52 0.150%
Loaded 4,612 100.000% 8,686 100.000% 34,587 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,146 objects, 171.41KB for 55 resources
Other data 1.41MB 10.853%
Total 13.02MB 100.000%

Resource Usage

Garbage collection 2.04s (4.038% of total time) in 476 GCs
Peak RSS 1.05GB (6.700% of 15.62GB system memory)
CPU load 3.653 (91.313% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

github-actions bot commented Feb 3, 2025

GraalVM Native Image Build Report

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

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.912% 3,464 compilation units
Image heap 3.45MB 54.709% 48,649 objects, 108.00B for 1 resources
Other data 89.06KB 1.380%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.65s (2.373% of total time) in 123 GCs
Peak RSS 984.67MB (6.010% of 16.00GB system memory)
CPU load 2.306 (57.644% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

github-actions bot commented Feb 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 #22.

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.570%
Reflection 997 21.994% 6 0.069% 119 0.346%
JNI 61 1.346% 51 0.590% 52 0.151%
Loaded 4,533 100.000% 8,649 100.000% 34,430 100.000%

Image Details

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

Resource Usage

Garbage collection 2.25s (2.776% of total time) in 450 GCs
Peak RSS 1.05GB (6.591% of 16.00GB system memory)
CPU load 2.388 (59.688% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

github-actions bot commented Feb 3, 2025

GraalVM Native Image Build Report

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

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.183% 3,484 compilation units
Image heap 3.46MB 29.165% 48,942 objects, 108.00B for 1 resources
Debug info 5.33MB 44.903%
Other data 334.38KB 2.749%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.69s (3.762% of total time) in 187 GCs
Peak RSS 989.41MB (6.188% of 15.62GB system memory)
CPU load 3.582 (89.539% of 4 CPU cores)

Report generated by setup-graalvm.

@fniephaus fniephaus self-assigned this Feb 10, 2025
@fniephaus fniephaus merged commit 02f9160 into main Feb 10, 2025
226 checks passed
@fniephaus fniephaus deleted the dependabot/npm_and_yarn/npm-development-d89d99daf9 branch February 10, 2025 07: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