Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IBMa/equal-access
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.8
Choose a base ref
...
head repository: IBMa/equal-access
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.9
Choose a head ref
  • 7 commits
  • 219 files changed
  • 2 contributors

Commits on Aug 21, 2025

  1. chore(boilerplates): Update the boilerplate READMEs to better explain…

    … what's in the boilerplates (#2349)
    
    * New README for the mocha-puppeteer-ts boilerplate
    
    * Update the other boilerplates
    
    * Basic jest missing
    
    * Add links to NPM
    tombrunet authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    06be2ae View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

  1. Configuration menu
    Copy the full SHA
    f62ddd2 View commit details
    Browse the repository at this point in the history
  2. Bump sha.js and web-ext in /accessibility-checker-extension (#2354)

    Removes [sha.js](https://github.com/crypto-browserify/sha.js). It's no longer used after updating ancestor dependency [web-ext](https://github.com/mozilla/web-ext). These dependencies need to be updated together.
    
    
    Removes `sha.js`
    
    Updates `web-ext` from 8.0.0 to 8.9.0
    - [Release notes](https://github.com/mozilla/web-ext/releases)
    - [Commits](mozilla/web-ext@8.0.0...8.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: sha.js
      dependency-version: 
      dependency-type: indirect
    - dependency-name: web-ext
      dependency-version: 8.9.0
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Tom Brunet <[email protected]>
    dependabot[bot] and tombrunet authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    36d905a View commit details
    Browse the repository at this point in the history
  3. Bump tmp from 0.2.1 to 0.2.4 in /accessibility-checker (#2353)

    Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.1 to 0.2.4.
    - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
    - [Commits](raszi/node-tmp@v0.2.1...v0.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: tmp
      dependency-version: 0.2.4
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Tom Brunet <[email protected]>
    dependabot[bot] and tombrunet authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    1b7fb84 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2025

  1. Bump form-data in /report-react (#2368)

    Bumps  and [form-data](https://github.com/form-data/form-data). These dependencies needed to be updated together.
    
    Updates `form-data` from 3.0.3 to 3.0.4
    - [Release notes](https://github.com/form-data/form-data/releases)
    - [Changelog](https://github.com/form-data/form-data/blob/v3.0.4/CHANGELOG.md)
    - [Commits](form-data/form-data@v3.0.3...v3.0.4)
    
    Updates `form-data` from 2.5.3 to 2.5.5
    - [Release notes](https://github.com/form-data/form-data/releases)
    - [Changelog](https://github.com/form-data/form-data/blob/v3.0.4/CHANGELOG.md)
    - [Commits](form-data/form-data@v3.0.3...v3.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: form-data
      dependency-version: 3.0.4
      dependency-type: indirect
    - dependency-name: form-data
      dependency-version: 2.5.5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Tom Brunet <[email protected]>
    dependabot[bot] and tombrunet authored Aug 30, 2025
    Configuration menu
    Copy the full SHA
    2f83430 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. fix(engine): Add a means of loading engine directly to the window obj…

    …ect (#2369)
    
    * fix(engine): Add a means of loading engine directly to the window object
    
    * Added to debug in wrong command
    tombrunet authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    ffa6d6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c62f0f0 View commit details
    Browse the repository at this point in the history
Loading