Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps the javascript-minor-patch group in /src with 3 updates: @types/node, eslint and happy-dom.

Updates @types/node from 24.7.2 to 24.8.1

Commits

Updates eslint from 9.37.0 to 9.38.0

Release notes

Sourced from eslint's releases.

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)

Chores

  • d17c795 chore: upgrade @​eslint/js@​9.38.0 (#20221) (Milos Djermanovic)
  • 25d0e33 chore: package.json update for @​eslint/js release (Jenkins)
  • c82b5ef refactor: Use types from @​eslint/core (#20168) (Nicholas C. Zakas)
  • ff31609 ci: add Node.js 25 to ci.yml (#20220) (루밀LuMir)
  • 004577e ci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])
  • eac71fb test: remove use of nodejsScope option of eslint-scope from tests (#20206) (Milos Djermanovic)
  • 4168a18 chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)
  • 205dbd2 chore: fix typos (#20200) (ntnyq)
  • dbb200e chore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)
  • 8962089 chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)
Commits

Updates happy-dom from 20.0.2 to 20.0.7

Release notes

Sourced from happy-dom's releases.

v20.0.7

👷‍♂️ Patch fixes

  • Fix incorrect handling of >= operator in media query parser - By @​lkritsimas in task #1869

v20.0.6

👷‍♂️ Patch fixes

  • Changes implementation for DOMTokenList.forEach(), Headers.forEach() and NodeList.forEach() to be spec compliant - By @​ikeyan in task #1858

v20.0.5

👷‍♂️ Patch fixes

  • The setter TreeWalker.currentNode should validate if the value is a Node - By @​capricorn86 in task #1935

v20.0.4

👷‍♂️ Patch fixes

  • Only adds buttons to FormData if they are the submitter - By @​maxmil and @ karpiuMG in task #1859

v20.0.3

👷‍♂️ Patch fixes

  • Moves URL resolution to after checking if module preloading is enabled to prevent URL errors to be thrown when unresolvable - By @​iam-medvedev in task #1851
  • Fixes issue where CSS variables aren't parsed correctly when inside CSS functions - By @​fimion in task #1837
Commits
  • 7852969 fix: #1869 Fix incorrect handling of >= operator in media query parser (#...
  • aab20c3 fix: #1858 forEach should accept callback's this value and pass `this...
  • 0eb4e65 fix: #1935 The setter TreeWalker currentNode should validate if the value i...
  • 5da6c37 fix: #1859 Only add buttons to FormData if they are the submitter (#1860)
  • 45d6948 chore: #1856 Change IterableIterator return type to ArrayIterator (#1857)
  • 9e1bd67 fix: #1851 Moves URL resolution to after checking if module preloading is e...
  • 620fb2f fix: #1837 Fixes issue where CSS var() isn't parsed correctly when inside C...
  • See full diff in compare view

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 javascript-minor-patch group in /src with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint](https://github.com/eslint/eslint) and [happy-dom](https://github.com/capricorn86/happy-dom).


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

Updates `eslint` from 9.37.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.37.0...v9.38.0)

Updates `happy-dom` from 20.0.2 to 20.0.7
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.0.2...v20.0.7)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-minor-patch
- dependency-name: eslint
  dependency-version: 9.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-minor-patch
- dependency-name: happy-dom
  dependency-version: 20.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 20, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 20, 2025 05:18
@dependabot dependabot bot requested review from mikkbachmann and removed request for a team October 20, 2025 05:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 20, 2025
Copy link

Copy link

Eco CI Output [RUN-ID: 18642922563]:

🌳 CO2 Data:
City: CONSTANT, Lat: , Lon:
IP:
CO₂ from energy is: 4.938257520 g
CO₂ from manufacturing (embodied carbon) is: 0.555563047 g
Carbon Intensity for this location: 472 gCO₂eq/kWh
SCI: 5.493821 gCO₂eq / pipeline run emitted


Total cost of whole PR so far:

Label🖥 avg. CPU utilization [%]🔋 Total Energy [Joules]🔌 avg. Power [Watts]Duration [Seconds]
Build environment setup28.0632255.0344.0962.30
Build, unit tests and packaging60.02817955.145.891351.06
Packaging and upload artifacts28.51762252.244.22533.84
Total Run72.9910462.415.371947.20
Additional overhead from Eco CIN/A29.194.326.76

Copy link

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
x-road-core build sonar test intTest jacocoTestReport 9.0.0 Build Scan not published

Copy link

Eco CI Output [RUN-ID: 18642922563]:

🌳 CO2 Data:
City: CONSTANT, Lat: , Lon:
IP:
CO₂ from energy is: 0.801385200 g
CO₂ from manufacturing (embodied carbon) is: 0.114941521 g
Carbon Intensity for this location: 472 gCO₂eq/kWh
SCI: 0.916327 gCO₂eq / pipeline run emitted


Total cost of whole PR so far:

Label🖥 avg. CPU utilization [%]🔋 Total Energy [Joules]🔌 avg. Power [Watts]Duration [Seconds]
Set up arm packaging26.785536.0433.94135.91
Packaging for arm architecture31.13221161.814.35266.95
Total Run40.171697.854.21402.86
Additional overhead from Eco CIN/A10.014.392.28

Copy link

Job Summary for Gradle

Build and test :: BuildAndPackageOnArm
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
x-road-core :service:signer:signer-api:make 9.0.0 Build Scan not published

Copy link

Eco CI Output [RUN-ID: 18642922563]:

🌳 CO2 Data:
City: CONSTANT, Lat: , Lon:
IP:
CO₂ from energy is: 1.754003920 g
CO₂ from manufacturing (embodied carbon) is: 0.207448817 g
Carbon Intensity for this location: 472 gCO₂eq/kWh
SCI: 1.961453 gCO₂eq / pipeline run emitted


Total cost of whole PR so far:

Label🖥 avg. CPU utilization [%]🔋 Total Energy [Joules]🔌 avg. Power [Watts]Duration [Seconds]
Set up E2E tests30.32081142.464.32264.47
E2E tests52.0862573.655.56462.62
Total Run63.113716.115.11727.09
Additional overhead from Eco CIN/A10.752.584.17

Copy link

Eco CI Output [RUN-ID: 18642922563]:

🌳 CO2 Data:
City: CONSTANT, Lat: , Lon:
IP:
CO₂ from energy is: 2.315476240 g
CO₂ from manufacturing (embodied carbon) is: 0.314267453 g
Carbon Intensity for this location: 472 gCO₂eq/kWh
SCI: 2.629744 gCO₂eq / pipeline run emitted


Total cost of whole PR so far:

Label🖥 avg. CPU utilization [%]🔋 Total Energy [Joules]🔌 avg. Power [Watts]Duration [Seconds]
Set up Security Server tests27.3345706.624.21167.74
Test Security Server35.98644199.054.50933.74
Total Run40.154905.674.451101.48
Additional overhead from Eco CIN/A18.384.554.04

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants