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.6.0
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.6.1
Choose a head ref
  • 14 commits
  • 51 files changed
  • 9 contributors

Commits on Jan 19, 2023

  1. chore: release v4.6.0

    attest-team-ci committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    a0baf94 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    9d122b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4abdc82 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Merge pull request #651 from dequelabs/master

    chore: merge master into develop
    straker committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    31bb4c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. fix: work with extremely large results (#667)

    * fix: work with extremely large partial results
    
    * fix tests
    
    * try again
    straker committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    395d5fc View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. chore(ci,webdriverjs): update selenium-webdriver to latest (#673)

    * chore(ci): update selenium-webdriver to latest
    
    * fix tests
    
    * udpate webdriverjs
    straker committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    b142be9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

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

Commits on Mar 16, 2023

  1. ci: fix webdriverio test using wrong chromedriver (#684

    The webdriverio CI job was failing with the error message:
    
        session not created: This version of ChromeDriver only supports Chrome version 109
        Current browser version is 111.0.5563.64 with binary path /usr/bin/google-chrome
    
    Despite the job running the following steps:
    
        - browser-tools/install-chrome
        - browser-tools/install-chromedriver
        - run: npm run coverage --prefix=packages/webdriverio
    
    And browser-tools/install-chromedriver automatically installing the
    right version of chromedriver based on the previously installed chrome
    version.[1]
    
    This was because browser-tools/install-chromedriver installed the
    chromedriver under /usr/local/bin/chromedriver while
    packages/webdriverio/src/test.ts was using the chromedriver from the
    chromedriver NPM package (which is currently set to ^109.0.0 in
    package.json).
    
    This commit changes the webdriverio test code to instead use the
    system-wide installed chromedriver (that has been installed via
    browser-tools/install-chromedriver) in a CI environment.
    
    [1]: https://circleci.com/developer/orbs/orb/circleci/browser-tools#commands-install-chromedriver
    not-my-profile committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    3a38cf7 View commit details
    Browse the repository at this point in the history
  2. fix(cli): increase --timeout default to 90 seconds (to match --help) (#…

    …683)
    
    The timeout was decreased in 6f5498e
    to 20 seconds (apparently accidentally since that commit was classfied
    as a refactor ... and it also didn't update the --help text accordingly).
    
    This commit changes it back to 90 seconds to match the --help text.
    not-my-profile committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    d11481b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. refactor: make tests respect CHROMEDRIVER_PATH (#690)

    * refactor(webdriverjs): make code more DRY
    
    * refactor: make tests respect CHROMEDRIVER_PATH
    not-my-profile committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    b09ec5a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    13fd512 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1e12a8 View commit details
    Browse the repository at this point in the history
  3. chore(puppeteer): allow using v19 (#682)

    * chore(puppeteer): allow using v19
    
    * use lateset chromedriver
    
    * fix cache path for v19
    
    * try again
    
    * fix(ci): add puppeteer executable path
    
    * remove config file
    
    ---------
    
    Co-authored-by: Colin Rotherham <work@colinr.com>
    straker and colinrotherham committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    bb52d03 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. fix: Update axe-core to v4.6.3 (#698)

    Co-authored-by: michael-siek <michael-siek@users.noreply.github.com>
    attest-team-ci and michael-siek committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a7d53a4 View commit details
    Browse the repository at this point in the history
Loading