chore(deps-dev): Bump brace-expansion from 5.0.3 to 5.0.7 - #249
Merged
abdulahmad307 merged 1 commit intoJul 21, 2026
Conversation
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 5.0.3 to 5.0.7. - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v5.0.3...v5.0.7) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 5.0.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
abdulahmad307
approved these changes
Jul 21, 2026
Merged
taarikashenafi
added a commit
that referenced
this pull request
Jul 24, 2026
## Summary Cuts the v3.4.0 minor release by merging the reviewed changes on `main` since immutable release `v3.3.0` into the stable `v3` action branch. ### What's new - **NPM scanner plugins** — object entries in `scans` can install and load allowlisted first-party packages at runtime, including a pinned version ([#242](#242)). - **AccessLint engine** — `accesslint` is available as a built-in alternative or complement to Axe, with comparison and selection guidance ([#241](#241)). - **Alt-text plugin documentation** — documents `@github/accessibility-scanner-alt-text-plugin` and the object `scans` configuration ([#247](#247)). ### Maintenance - Update `ruby/setup-ruby` ([#246](#246), [#248](#248)). - Update `actions/setup-node` and patched `brace-expansion` ([#248](#248), [#249](#249)). ## Upgrade notes This is additive and backward-compatible. Existing workflows using `github/accessibility-scanner@v3` need no configuration changes. Axe remains the default when `scans` is omitted. To pin the currently published alt-text plugin: ```yaml scans: | ["axe", {"name": "alt-text-scan", "package": "@github/accessibility-scanner-alt-text-plugin", "version": "1.0.0"}] ``` Only allowlisted first-party NPM plugins are loaded. Package lifecycle scripts are disabled during installation. ## Validation - `npm run lint` — passed on `main` at `096ac67` - `npm run format:check` — passed - Action unit tests — 81 passed - `.github/actions/find` TypeScript build — passed - Repository `Test` workflow — passed: https://github.com/github/accessibility-scanner/actions/runs/30118540795 - Manual local integration using `@github/accessibility-scanner-alt-text-plugin@1.0.0` with object `scans` syntax — package installed and loaded through the scanner plugin manager; a local page with `alt="image.jpg"` produced the expected `filename-alt-text` finding - Root production dependency audit — 0 vulnerabilities ## Release procedure after approval 1. Merge this PR using a merge commit, preserving the established `main` → `v3` release history. 2. Validate the resulting `v3` commit. 3. Publish immutable GitHub release/tag `v3.4.0` from `v3` and verify `github/accessibility-scanner@v3` and `v3.4.0` contain #242 and the intended release delta.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps brace-expansion from 5.0.3 to 5.0.7.
Commits
b735ba65.0.7c7e33ecMerge commit from forkfa1786aBump tar from 7.5.11 to 7.5.16 (#116)c16f1ecfix(package.json): use git+https instead of git+ssh for repository URL (#115)196bbccBump ip-address from 10.1.0 to 10.2.0 (#104)eb18dd6Update ci.yml (#107)a39928dBump minimatch (#106)7950ae3ci: correct test workflow (#105)46317b55.0.6c0b095bMerge commit from forkDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.