Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the development-dependencies group with 5 updates in the / directory:

Package From To
@eslint/js 9.37.0 9.39.0
eslint 9.37.0 9.39.0
hugo-bin 0.148.0 0.149.2
linkinator 6.1.4 7.4.1
vnu-jar 24.10.17 25.11.1

Updates @eslint/js from 9.37.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) (唯然)

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

Updates eslint from 9.37.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 hugo-bin from 0.148.0 to 0.149.2

Commits

Updates linkinator from 6.1.4 to 7.4.1

Release notes

Sourced from linkinator's releases.

linkinator: v7.4.1

7.4.1 (2025-10-31)

Bug Fixes

  • add GitHub-style heading IDs for markdown fragment validation (#735) (9516653)

linkinator: v7.4.0

7.4.0 (2025-10-29)

Features

Bug Fixes

  • normalize base URLs for correct relative link resolution (#374) (#732) (1b8c330)
  • replace emojis with Unicode symbols for Windows compatibility (#730) (321ff07)

linkinator: v7.3.0

7.3.0 (2025-10-24)

Features

Bug Fixes

  • remove default browser User-Agent to prevent redirect loops (#721) (811a833)
  • skip fragment validation for non-2xx responses and soft 404s (#726) (7cd2b49)

linkinator: v7.2.0

7.2.0 (2025-10-20)

Features

  • add --allow-insecure-certs flag for local development (#716) (6aa769c)
  • add --require-https flag for HTTPS enforcement (#715) (439451f)
  • add support for custom HTTP headers (#711) (14f4ebf)
  • handle 429s without retry-after header as error (#674) (9280037)
  • introduce flag for managing redirects (#712) (27824d4)

... (truncated)

Changelog

Sourced from linkinator's changelog.

7.4.1 (2025-10-31)

Bug Fixes

  • add GitHub-style heading IDs for markdown fragment validation (#735) (9516653)

7.4.0 (2025-10-29)

Features

Bug Fixes

  • normalize base URLs for correct relative link resolution (#374) (#732) (1b8c330)
  • replace emojis with Unicode symbols for Windows compatibility (#730) (321ff07)

7.3.0 (2025-10-24)

Features

Bug Fixes

  • remove default browser User-Agent to prevent redirect loops (#721) (811a833)
  • skip fragment validation for non-2xx responses and soft 404s (#726) (7cd2b49)

7.2.0 (2025-10-20)

Features

  • add --allow-insecure-certs flag for local development (#716) (6aa769c)
  • add --require-https flag for HTTPS enforcement (#715) (439451f)
  • add support for custom HTTP headers (#711) (14f4ebf)
  • handle 429s without retry-after header as error (#674) (9280037)
  • introduce flag for managing redirects (#712) (27824d4)
  • support non-standard retry-after header formats (#713) (8f9ca39)

Bug Fixes

... (truncated)

Commits
  • 3be79c1 chore(main): release linkinator 7.4.1 (#736)
  • 9516653 fix: add GitHub-style heading IDs for markdown fragment validation (#735)
  • 23884b6 chore(main): release linkinator 7.4.0 (#731)
  • b5ef84c feat: add configurable status code handling (#627, #718) (#733)
  • 1b8c330 fix: normalize base URLs for correct relative link resolution (#374) (#732)
  • 321ff07 fix: replace emojis with Unicode symbols for Windows compatibility (#730)
  • 08c95c4 docs: add linkinator-mcp section to README (#729)
  • 6b8c578 docs: use absolute URL for README image to fix npm display (#728)
  • 4a5a8b8 chore(main): release linkinator 7.3.0 (#720)
  • 7a622c6 feat: add clean URLs support for extensionless links (#727)
  • 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 linkinator since your current version.


Updates vnu-jar from 24.10.17 to 25.11.1

Release notes

Sourced from vnu-jar's releases.

latest

32d2d2b48976532388d46799b5b34bb082c979e3 — docker: Fix to handle change we made to sha1 format

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

…ates

Bumps the development-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.37.0` | `9.39.0` |
| [eslint](https://github.com/eslint/eslint) | `9.37.0` | `9.39.0` |
| [hugo-bin](https://github.com/fenneclab/hugo-bin) | `0.148.0` | `0.149.2` |
| [linkinator](https://github.com/JustinBeckwith/linkinator) | `6.1.4` | `7.4.1` |
| [vnu-jar](https://github.com/validator/validator) | `24.10.17` | `25.11.1` |



Updates `@eslint/js` from 9.37.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 `eslint` from 9.37.0 to 9.39.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.37.0...v9.39.0)

Updates `hugo-bin` from 0.148.0 to 0.149.2
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](fenneclab/hugo-bin@v0.148.0...v0.149.2)

Updates `linkinator` from 6.1.4 to 7.4.1
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Changelog](https://github.com/JustinBeckwith/linkinator/blob/main/CHANGELOG.md)
- [Commits](JustinBeckwith/linkinator@v6.1.4...linkinator-v7.4.1)

Updates `vnu-jar` from 24.10.17 to 25.11.1
- [Release notes](https://github.com/validator/validator/releases)
- [Commits](https://github.com/validator/validator/commits)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint
  dependency-version: 9.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: hugo-bin
  dependency-version: 0.149.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: linkinator
  dependency-version: 7.4.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: vnu-jar
  dependency-version: 25.11.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@julien-deramond julien-deramond self-requested a review November 1, 2025 10:05
@julien-deramond julien-deramond merged commit 737ffbd into main Nov 1, 2025
8 checks passed
@julien-deramond julien-deramond deleted the dependabot/npm_and_yarn/development-dependencies-14d3a87122 branch November 1, 2025 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants