Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps 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

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [eslint](https://github.com/eslint/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)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions
Copy link

🚀 Performance Benchmark Results

📦 class-transformer Compatibility

📊 Performance Comparison Summary


📋 Full class-transformer Benchmark Output
Comparison benchmark failed

✅ class-validator Compatibility

📋 Full class-validator Benchmark Output
Validation benchmark failed

🎯 Core Performance

⚡ Simple Mapping Benchmark
Simple benchmark not available (file not found)

🔧 Complex Transformations Benchmark
Complex benchmark not available (file not found)


💡 Note: These are absolute performance numbers from this PR.
Historical performance trends will be available after merging to main.

Benchmarked with Benchmark.js on Node.js 20 • View History

@github-actions
Copy link

✅ Code Coverage Check

Status: PASSED - Coverage Maintained

Coverage Comparison

Metric Main Branch This PR Change Status
Lines 95.08% 95.08% ➡️ 0.00%
Statements 95.08% 95.08% ➡️ 0.00%
Functions 90.64% 90.64% ➡️ 0.00%
Branches 77.58% 77.58% ➡️ 0.00%

✅ Great Job!\n\nCode coverage has been maintained or improved. This PR is ready for review.


Coverage protection is enabled. PRs that decrease coverage will be blocked from merging.

@github-actions
Copy link

✅ ESM Build Validation

Status: All ESM validation checks passed!

Test Matrix Results

Node.js Version Status
18 ✅ Passed
20 ✅ Passed
22 ✅ Passed

Validation Steps

  • ✅ ESM build artifacts generated
  • package.json type marker present
  • ✅ All imports have proper .js extensions
  • ✅ Runtime import tests passed
  • ✅ Functionality tests passed

What This Validates

The ESM validation suite ensures:

  1. Import Resolution: All relative imports have proper .js extensions for Node.js ESM compatibility
  2. Directory Imports: Directory imports correctly resolve to /index.js
  3. Package Structure: ESM build includes package.json with "type": "module"
  4. Runtime Compatibility: Package can be imported and used in Node.js 18, 20, and 22
  5. Export Completeness: All expected exports are accessible
  6. Functionality: Imported code executes correctly

The package is ready for ESM consumption!


This validation prevents issues like missing .js extensions, broken directory imports, and ERR_MODULE_NOT_FOUND errors.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2025

Dependabot attempted to update this pull request, but because the branch dependabot/npm_and_yarn/eslint-9.38.0 is protected it was unable to do so.

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.

2 participants