Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm group with 10 updates:

Package From To
@eslint/js 9.38.0 9.39.0
@types/node 24.9.2 24.10.0
eslint 9.38.0 9.39.0
@emnapi/core 1.6.0 1.7.0
@emnapi/runtime 1.6.0 1.7.0
@eslint/core 0.16.0 0.17.0
baseline-browser-mapping 2.8.22 2.8.23
caniuse-lite 1.0.30001752 1.0.30001753
style-to-js 1.1.18 1.1.19
style-to-object 1.0.11 1.0.12

Updates @eslint/js from 9.38.0 to 9.39.0

Release notes

Sourced from @​eslint/js'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) (唯然)
Commits
  • 2375a6d chore: package.json update for @​eslint/js release
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208)
  • See full diff in compare view

Updates @types/node from 24.9.2 to 24.10.0

Commits

Updates eslint from 9.38.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) (唯然)
Commits

Updates @emnapi/core from 1.6.0 to 1.7.0

Release notes

Sourced from @​emnapi/core's releases.

v1.7.0

What's Changed

Full Changelog: toyobayashi/emnapi@v1.6.0...v1.7.0

Commits

Updates @emnapi/runtime from 1.6.0 to 1.7.0

Release notes

Sourced from @​emnapi/runtime's releases.

v1.7.0

What's Changed

Full Changelog: toyobayashi/emnapi@v1.6.0...v1.7.0

Commits

Updates @eslint/core from 0.16.0 to 0.17.0

Release notes

Sourced from @​eslint/core's releases.

config-array: v0.17.0

0.17.0 (2024-06-26)

⚠ BREAKING CHANGES

  • Allow escaping characters on Windows (#61)

Bug Fixes

  • Allow escaping characters on Windows (#61) (8501890)

core: v0.17.0

0.17.0 (2025-10-27)

Features

Bug Fixes

Changelog

Sourced from @​eslint/core's changelog.

0.17.0 (2025-10-27)

Features

Bug Fixes

Commits
Maintainer changes

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


Updates baseline-browser-mapping from 2.8.22 to 2.8.23

Commits

Updates caniuse-lite from 1.0.30001752 to 1.0.30001753

Commits

Updates style-to-js from 1.1.18 to 1.1.19

Release notes

Sourced from style-to-js's releases.

v1.1.19

1.1.19 (2025-11-03)

Build System

  • deps: bump style-to-object from 1.0.11 to 1.0.12 (#769) (e21082b)
Changelog

Sourced from style-to-js's changelog.

1.1.19 (2025-11-03)

Build System

  • deps: bump style-to-object from 1.0.11 to 1.0.12 (#769) (e21082b)
Commits
  • c187021 Merge pull request #775 from remarkablemark/release-please--branches--master-...
  • c529b3c chore(master): release 1.1.19
  • e21082b build(deps): bump style-to-object from 1.0.11 to 1.0.12 (#769)
  • c2952d5 build(deps-dev): bump globals from 16.4.0 to 16.5.0 (#774)
  • 1c44c7d build(deps-dev): bump the eslint group with 2 updates (#773)
  • e16eba6 build(deps-dev): bump @​rollup/plugin-commonjs from 28.0.9 to 29.0.0 (#772)
  • 4f628bf build(deps-dev): bump @​eslint/compat in the eslint group (#771)
  • 11e77fe build(deps-dev): bump @​rollup/plugin-commonjs from 28.0.8 to 28.0.9 (#770)
  • b7c0abb build(deps-dev): bump lint-staged from 16.2.5 to 16.2.6 (#768)
  • 1d47142 build(deps-dev): bump the typescript-eslint group with 2 updates (#766)
  • Additional commits viewable in compare view

Updates style-to-object from 1.0.11 to 1.0.12

Release notes

Sourced from style-to-object's releases.

v1.0.12

1.0.12 (2025-10-24)

Build System

  • deps: bump inline-style-parser from 0.2.4 to 0.2.6 (#774) (50aa645)
Changelog

Sourced from style-to-object's changelog.

1.0.12 (2025-10-24)

Build System

  • deps: bump inline-style-parser from 0.2.4 to 0.2.6 (#774) (50aa645)
Commits
  • 36f4363 Merge pull request #802 from remarkablemark/release-please--branches--master-...
  • f125011 chore(master): release 1.0.12
  • 50aa645 build(deps): bump inline-style-parser from 0.2.4 to 0.2.6 (#774)
  • 0781737 build(deps-dev): bump @​rollup/plugin-commonjs from 28.0.8 to 28.0.9 (#801)
  • c25a7f7 build(deps-dev): bump @​rollup/plugin-typescript from 12.1.4 to 12.3.0 (#800)
  • 1369862 build(deps-dev): bump lint-staged from 16.2.5 to 16.2.6 (#799)
  • 36c3361 build(deps-dev): bump the typescript-eslint group with 2 updates (#796)
  • c54b459 build(deps-dev): bump @​types/node from 24.9.0 to 24.9.1 (#797)
  • 1325c25 build(deps-dev): bump lint-staged from 16.2.4 to 16.2.5 (#798)
  • b597abf build(deps-dev): bump rollup from 4.52.4 to 4.52.5 (#794)
  • Additional commits viewable 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

@dependabot dependabot bot assigned poad Nov 3, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 3, 2025
@vercel
Copy link

vercel bot commented Nov 3, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
github-oauth-example Error Error Nov 3, 2025 11:48pm

@github-actions github-actions bot enabled auto-merge (squash) November 3, 2025 14:25
Bumps the npm group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.38.0` | `9.39.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.9.2` | `24.10.0` |
| [eslint](https://github.com/eslint/eslint) | `9.38.0` | `9.39.0` |
| [@emnapi/core](https://github.com/toyobayashi/emnapi) | `1.6.0` | `1.7.0` |
| [@emnapi/runtime](https://github.com/toyobayashi/emnapi) | `1.6.0` | `1.7.0` |
| [@eslint/core](https://github.com/eslint/rewrite/tree/HEAD/packages/core) | `0.16.0` | `0.17.0` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.8.22` | `2.8.23` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001752` | `1.0.30001753` |
| [style-to-js](https://github.com/remarkablemark/style-to-js) | `1.1.18` | `1.1.19` |
| [style-to-object](https://github.com/remarkablemark/style-to-object) | `1.0.11` | `1.0.12` |

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

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

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

Updates `@emnapi/core` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/toyobayashi/emnapi/releases)
- [Commits](toyobayashi/emnapi@v1.6.0...v1.7.0)

Updates `@emnapi/runtime` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/toyobayashi/emnapi/releases)
- [Commits](toyobayashi/emnapi@v1.6.0...v1.7.0)

Updates `@eslint/core` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/core-v0.17.0/packages/core)

Updates `baseline-browser-mapping` from 2.8.22 to 2.8.23
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.8.22...v2.8.23)

Updates `caniuse-lite` from 1.0.30001752 to 1.0.30001753
- [Commits](browserslist/caniuse-lite@1.0.30001752...1.0.30001753)

Updates `style-to-js` from 1.1.18 to 1.1.19
- [Release notes](https://github.com/remarkablemark/style-to-js/releases)
- [Changelog](https://github.com/remarkablemark/style-to-js/blob/master/CHANGELOG.md)
- [Commits](remarkablemark/style-to-js@v1.1.18...v1.1.19)

Updates `style-to-object` from 1.0.11 to 1.0.12
- [Release notes](https://github.com/remarkablemark/style-to-object/releases)
- [Changelog](https://github.com/remarkablemark/style-to-object/blob/master/CHANGELOG.md)
- [Commits](remarkablemark/style-to-object@v1.0.11...v1.0.12)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@types/node"
  dependency-version: 24.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint
  dependency-version: 9.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@emnapi/core"
  dependency-version: 1.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@emnapi/runtime"
  dependency-version: 1.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@eslint/core"
  dependency-version: 0.17.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: baseline-browser-mapping
  dependency-version: 2.8.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001753
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: style-to-js
  dependency-version: 1.1.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: style-to-object
  dependency-version: 1.0.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@poad poad force-pushed the dependabot/npm_and_yarn/npm-31daf1fd08 branch from 12f1c97 to 25e2e74 Compare November 3, 2025 23:48
@github-actions github-actions bot merged commit 127f403 into main Nov 3, 2025
5 of 6 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/npm-31daf1fd08 branch November 3, 2025 23:49
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