Skip to content
This repository was archived by the owner on Jul 5, 2026. It is now read-only.

Bump brace-expansion, glob and html-validate - #27

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-f03d229303
Open

Bump brace-expansion, glob and html-validate#27
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-f03d229303

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown

Bumps brace-expansion to 5.0.6 and updates ancestor dependencies brace-expansion, glob and html-validate. These dependencies need to be updated together.

Updates brace-expansion from 2.0.1 to 5.0.6

Release notes

Sourced from brace-expansion's releases.

v4.0.1

  • fmt 5a5cc17
  • Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) 0b6a978

juliangruber/brace-expansion@v4.0.0...v4.0.1

v4.0.0

  • feat: use string replaces instead of splits (#64) 278132b
  • fmt dd72a59
  • add tea.yaml 70e4c1b

juliangruber/brace-expansion@v3.0.0...v4.0.0

As a precaution to not risk breaking anything with 278132b, this is a new semver major release

v3.0.1

  • pkg: publish on tag 3.x 3059c07
  • fmt 8229e6f
  • Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) 15f9b3c

juliangruber/brace-expansion@v3.0.0...v3.0.1

v3.0.0

  • Switch to ES Modules and balanced-match 3.0.0 (#62) c0360e8
  • added jsdoc (#55) 68c0e37
  • node 16 is EOL 9e781e9
  • add standard 3494c4d
  • use const and let (#57) dd5a4cb
  • docs 6dad209
  • remove test e3dd8ae
  • ci: update node versions d23ede9
  • docs: add @​lanodan to contributors 1eb3fa4
  • docs 1e7c9cd
  • switch from tape to test module (#60) 2520537
  • Bump minimist from 1.2.5 to 1.2.6 (#59) 61a94f1
  • Bump path-parse from 1.0.6 to 1.0.7 (#51) dc741cf
  • docs: add back ci badge 8ee5626
  • Add github actions, remove travis. Closes #52 (#53) 5c8756a
  • CI: Drop unused sudo: false Travis directive (#50) 05978a7

juliangruber/brace-expansion@v2.0.1...v3.0.0

v2.1.1

  • Backport v5.0.6 change to v2 (#109) c3a817c

... (truncated)

Commits
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates glob from 10.4.5 to 13.0.6

Changelog

Sourced from glob's changelog.

changeglob

13

  • Move the CLI program out to a separate package, glob-bin. Install that if you'd like to continue using glob from the command line.

12

  • Remove the unsafe --shell option. The --shell option is now ONLY supported on known shells where the behavior can be implemented safely.

11.1

GHSA-5j98-mcp5-4vw2

  • Add the --shell option for the command line, with a warning that this is unsafe. (It will be removed in v12.)
  • Add the --cmd-arg/-g as a way to safely add positional arguments to the command provided to the CLI tool.
  • Detect commands with space or quote characters on known shells, and pass positional arguments to them safely, avoiding shell:true execution.

11.0

  • Drop support for node before v20

10.4

  • Add includeChildMatches: false option
  • Export the Ignore class

10.3

  • Add --default -p flag to provide a default pattern
  • exclude symbolic links to directories when follow and nodir are both set

10.2

  • Add glob cli

10.1

  • Return '.' instead of the empty string '' when the current working directory is returned as a match.
  • Add posix: true option to return / delimited paths, even on

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for glob since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates html-validate from 8.29.0 to 11.5.3

Release notes

Sourced from html-validate's releases.

v11.5.3

11.5.3 (2026-06-07)

Bug Fixes

  • ignore Vite query string imports in rule (e893a48)
  • remove/replace superfluous words (1854d3f)

Performance Improvements

  • optimize performance with caching and loop refinements (a547729)

v11.5.2

11.5.2 (2026-06-04)

Bug Fixes

  • cli: fix regression bug when passing a directory as target (423116d), closes #363

v11.5.1

11.5.1 (2026-06-03)

Bug Fixes

  • fix vitest codeframe matchers not resolving repository configuration properly (d41d8c2)

v11.5.0

11.5.0 (2026-05-31)

Features

  • html5: add more attributes for no-unknown-attributes rule (14af5f3)
  • meta: allow named regular expressions for better error messages (9e715b6)
  • new experimental flat config file support (994fbff)

v11.4.0

11.4.0 (2026-05-25)

Features

  • meta: add reference attribute property to mark an attribute as referencing another element (5632529)

Bug Fixes

  • html5: add missing attributes on <input> element (for no-unknown-attributes) (5520b40), closes #360
  • html5: add missing attributes on <script> element (for no-unknown-attributes) (4b1b993), closes #360
  • html5: support xmlns global attribute (for no-unknown-attributes) (d3739ec), closes #360

v11.3.0

11.3.0 (2026-05-24)

... (truncated)

Changelog

Sourced from html-validate's changelog.

11.5.3 (2026-06-07)

Bug Fixes

  • ignore Vite query string imports in rule (e893a48)
  • remove/replace superfluous words (1854d3f)

Performance Improvements

  • optimize performance with caching and loop refinements (a547729)

11.5.2 (2026-06-04)

Bug Fixes

  • cli: fix regression bug when passing a directory as target (423116d), closes #363

11.5.1 (2026-06-03)

Bug Fixes

  • fix vitest codeframe matchers not resolving repository configuration properly (d41d8c2)

11.5.0 (2026-05-31)

Features

  • html5: add more attributes for no-unknown-attributes rule (14af5f3)
  • meta: allow named regular expressions for better error messages (9e715b6)
  • new experimental flat config file support (994fbff)

11.4.0 (2026-05-25)

Features

  • meta: add reference attribute property to mark an attribute as referencing another element (5632529)

Bug Fixes

  • html5: add missing attributes on <input> element (for no-unknown-attributes) (5520b40), closes #360
  • html5: add missing attributes on <script> element (for no-unknown-attributes) (4b1b993), closes #360
  • html5: support xmlns global attribute (for no-unknown-attributes) (d3739ec), closes #360

11.3.0 (2026-05-24)

Features

  • meta: support pattern attributes (e.g. data-*) (5d27614), closes #361

Bug Fixes

... (truncated)

Commits
  • 7acda96 chore(release): 11.5.3
  • bb6e09b Merge branch 'test/perf' into 'master'
  • a520863 chore: address (inherited) lint issues
  • a547729 perf: optimize performance with caching and loop refinements
  • d9f22aa Merge branch 'fix/copy' into 'master'
  • e893a48 fix: ignore Vite query string imports in rule
  • 1854d3f fix: remove/replace superfluous words
  • 51f9c09 chore(deps): update dependency @​html-validate/prettier-config to v4.1.0
  • 582cbe5 chore(deps): update dependency @​types/node to v22.19.20
  • dc7379b chore(deps): update dependency npm-pkg-lint to v5.1.5
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitLab CI/CD, a new releaser for html-validate since your current version.


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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) to 5.0.6 and updates ancestor dependencies [brace-expansion](https://github.com/juliangruber/brace-expansion), [glob](https://github.com/isaacs/node-glob) and [html-validate](https://gitlab.com/html-validate/html-validate). These dependencies need to be updated together.


Updates `brace-expansion` from 2.0.1 to 5.0.6
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v2.0.1...v5.0.6)

Updates `glob` from 10.4.5 to 13.0.6
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.4.5...v13.0.6)

Updates `html-validate` from 8.29.0 to 11.5.3
- [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/v8.29.0...v11.5.3)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 5.0.6
  dependency-type: indirect
- dependency-name: glob
  dependency-version: 13.0.6
  dependency-type: direct:production
- dependency-name: html-validate
  dependency-version: 11.5.3
  dependency-type: direct:development
...

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 Jun 19, 2026
@vercel

vercel Bot commented Jun 19, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
lore Ready Ready Preview, Comment Jun 19, 2026 2:49pm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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