Skip to content

chore(deps-dev): bump the javascript group with 2 updates - #65

Merged
timdixon82 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/javascript-9f6c5628cf
Sep 3, 2026
Merged

chore(deps-dev): bump the javascript group with 2 updates#65
timdixon82 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/javascript-9f6c5628cf

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the javascript group with 2 updates: eslint and html-validate.

Updates eslint from 10.8.1 to 10.9.1

Release notes

Sourced from eslint's releases.

v10.9.1

Bug Fixes

  • 1e641c9 fix: no-loss-of-precision false positive with trailing decimal point (#21251) (Aleksandr Shoronov)

Documentation

  • ad74a8d docs: add deprecation steps for EOL package versions (#21248) (Francesco Trotta)

Chores

v10.9.0

Features

  • 08de88e feat: handle underflow in no-loss-of-precision (#21218) (Rithish S)
  • 55db479 feat: add checkConditionalExpressions to no-unmodified-loop-condition (#21175) (sethamus)

Bug Fixes

  • 2ba3025 fix: prevent unsafe no-var autofix with hoisted functions (#21213) (sethamus)
  • 8e69622 fix: Prevent no-var autofix when var is shadowed by catch parameter (#21204) (Yang Hyeonjong)
  • 684b579 fix: prefer-template invalid autofix creates a tagged template call (#21207) (김채영)

Documentation

  • 9ef407a docs: use eslint.config.* wherever config file names are listed (#21216) (Marry (Subin Yang))
  • 87f66f4 docs: Update README (GitHub Actions Bot)
  • 585ef37 docs: update architecture documentation (#21112) (Francesco Trotta)
  • f3993b0 docs: Update README (GitHub Actions Bot)
  • ffc87d6 docs: fix broken links in Further Reading sections (#21203) (Minsu)
  • 1a761e1 docs: update moved JSX specification links (#21198) (Imran Mustafa)
  • 4d00ca4 docs: update ESLint peer dependency to ^10.0.0 in shareable configs (#21202) (lumir)
  • 510d1a2 docs: Update README (GitHub Actions Bot)

Chores

  • 899dbf1 chore: update github/codeql-action action to v4.37.7 (#21243) (renovate[bot])
  • 9aa3873 chore: update ecosystem plugins (#21235) (ESLint Bot)
  • dc1e7a8 chore: update ecosystem plugins (#21208) (ESLint Bot)
  • f878d21 ci: bump pnpm/action-setup from 6.0.9 to 6.0.10 (#21200) (dependabot[bot])
  • 4891e50 ci: bump github/codeql-action from 4.37.4 to 4.37.6 (#21199) (dependabot[bot])
Commits

Updates html-validate from 11.8.0 to 11.10.0

Release notes

Sourced from html-validate's releases.

v11.10.0

11.10.0 (2026-08-23)

Features

  • config: add new configuration option aria to specify which ARIA version to use (64321ed)
  • jest: toHTMLValidate() matcher accepts any object with outerHTML, innerHTML or html() (749dfc2)
  • rules: add autofix support to attr-case (b22b27c)
  • rules: add autofix support to attr-delimiter (72fc6cb)
  • rules: add autofix support to doctype-html (12ed8b8)
  • rules: add autofix support to doctype-style (168b786)
  • rules: add autofix support to element-case (f5bc934)
  • rules: add autofix support to no-trailing-whitespace (94b7dba)
  • rules: add autofix support to no-utf8-bom (78b2ff1)
  • support rule autofixing (4f2a7e8)
  • vitest: toHTMLValidate() matcher accepts any object with outerHTML, innerHTML or html() (3898790)

v11.9.0

11.9.0 (2026-08-20)

Features

  • rules: add include and exclude options to no-dup-id (777acf3)
Changelog

Sourced from html-validate's changelog.

11.10.0 (2026-08-23)

Features

  • config: add new configuration option aria to specify which ARIA version to use (64321ed)
  • jest: toHTMLValidate() matcher accepts any object with outerHTML, innerHTML or html() (749dfc2)
  • rules: add autofix support to attr-case (b22b27c)
  • rules: add autofix support to attr-delimiter (72fc6cb)
  • rules: add autofix support to doctype-html (12ed8b8)
  • rules: add autofix support to doctype-style (168b786)
  • rules: add autofix support to element-case (f5bc934)
  • rules: add autofix support to no-trailing-whitespace (94b7dba)
  • rules: add autofix support to no-utf8-bom (78b2ff1)
  • support rule autofixing (4f2a7e8)
  • vitest: toHTMLValidate() matcher accepts any object with outerHTML, innerHTML or html() (3898790)

11.9.0 (2026-08-20)

Features

  • rules: add include and exclude options to no-dup-id (777acf3)
Commits
  • 155aa13 chore(release): 11.10.0
  • 267a5d8 Merge branch 'feature/autofix-rules' into 'master'
  • 78b2ff1 feat(rules): add autofix support to no-utf8-bom
  • 94b7dba feat(rules): add autofix support to no-trailing-whitespace
  • 72fc6cb feat(rules): add autofix support to attr-delimiter
  • 168b786 feat(rules): add autofix support to doctype-style
  • 12ed8b8 feat(rules): add autofix support to doctype-html
  • f5bc934 feat(rules): add autofix support to element-case
  • b22b27c feat(rules): add autofix support to attr-case
  • 5bc0435 refactor: location must always be set for this event
  • 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 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 group with 2 updates: [eslint](https://github.com/eslint/eslint) and [html-validate](https://gitlab.com/html-validate/html-validate).


Updates `eslint` from 10.8.1 to 10.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.8.1...v10.9.1)

Updates `html-validate` from 11.8.0 to 11.10.0
- [Release notes](https://gitlab.com/html-validate/html-validate/tags)
- [Changelog](https://gitlab.com/html-validate/html-validate/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/html-validate/html-validate/compare/v11.8.0...v11.10.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript
- dependency-name: html-validate
  dependency-version: 11.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript
...

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 Sep 3, 2026
@dependabot
dependabot Bot requested a review from timdixon82 as a code owner September 3, 2026 00:34
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 3, 2026

@timdixon82 timdixon82 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed dependency-only update. The diff is correctly scoped and all CI checks pass.

@timdixon82
timdixon82 merged commit c0aad5f into main Sep 3, 2026
7 checks passed
@timdixon82
timdixon82 deleted the dependabot/npm_and_yarn/javascript-9f6c5628cf branch September 3, 2026 10:23
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.

1 participant