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: dequelabs/axe-core-npm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.10.1
Choose a base ref
...
head repository: dequelabs/axe-core-npm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.10.2
Choose a head ref
  • 14 commits
  • 32 files changed
  • 11 contributors

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    5ef3809 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. add bidi support notice

    ballendq authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    ef059e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. ci: generate notes from tag (#1019)

    This should generate the notes based on tag
    
    no qa required
    michael-siek authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    d0f62a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2beb90 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. ci: resolve chromedrivers not running in Ubuntu runners >=24.04 (#1150)

    This patch adds `--no-sandbox` chrome flag allowing CI to pass in
    runners using >= Ubuntu 24.04
    
    Resolves this
    [error](https://github.com/dequelabs/axe-core-npm/actions/runs/12889457050/job/36296592750#step:6:403):
    
    > SessionNotCreatedError: session not created: probably user data
    directory is already in use, please specify a unique value for
    --user-data-dir argument, or don't use --user-data-dir
    
    Related issues: SeleniumHQ/selenium#14609
    
    No QA required
    Zidious authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    5528656 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5567480 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. docs(webdriverio): bidi support notice (#1145)

    Update README to ensure the community is aware of a possible issue with
    the bidi protocol which is the new default within WebDriverIO v9.
    
    QA notes: No QA needed.
    ballendq authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    527d4bd View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. fix: Optimize AxeBuilder memory usage. (#1154)

    If `AxeBuilder` is instantiated many times, each instance of the class
    will store the 250kb axe source string causing performance issues.
    
    I looked at `@axe-core/puppeteer` and they follow the pattern in this
    PR:
    -
    https://github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/axePuppeteer.ts#L59
    -
    https://github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/utils.ts#L34
    
    No QA required
    
    Co-authored-by: Ben Senescu <bensenescu@gmail.com>
    scottmries and bensenescu authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    e53cd36 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. chore: update node to 22 (#1158)

    Closes dequelabs/bass-team#176
    
    No QA required
    scottmries authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    b46343d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. chore: Update CODEOWNERS (#1163)

    No QA required
    straker authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    e558bc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. fix: Update axe-core to v4.10.3 (#1155)

    This pull request updates the version of
    [`axe-core`](https://npmjs.org/axe-core) to v4.10.3.
    
    This PR was opened by a robot 🤖 🎉.
    
    Co-authored-by: Zidious <Zidious@users.noreply.github.com>
    attest-team-ci and Zidious authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    f8e3a14 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. chore(wdio): add webdriverio ^9 to peer dependencies (#1167)

    Closes #1160 
    
    No QA required.
    
    Co-authored-by: Siarhei_Kliushnikau <siarhei_kliushnikau@epam.com>
    scottmries and udarrr authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    ed312fc View commit details
    Browse the repository at this point in the history
  2. fix(wdio): resolve blank navigation issue in WDIO v9 (#1169)

    No QA required.
    
    Co-authored-by: usama <76848490+usamaJ17@users.noreply.github.com>
    scottmries and usamaJ17 authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    6505560 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. chore: RC v4.10.2

    attest-team-ci committed May 12, 2025
    Configuration menu
    Copy the full SHA
    82124cd View commit details
    Browse the repository at this point in the history
Loading