Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core): Explicitly name the axe module 'axe-core' #859

Merged
merged 10 commits into from
May 19, 2018

Commits on Apr 22, 2018

  1. fix(core): Explicitly name the axe module 'axe-core'

    Avoid the "Mismatched anonymous define() modules" error when the axe script is injected in a page that uses requireJS
    
    Closes dequelabs#849
    noead01 committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    0e7e03a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Configuration menu
    Copy the full SHA
    147b665 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cff3ce7 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. chore: Enable Greenkeeper for managing dependencies (dequelabs#847)

    * chore: add Greenkeeper config file
    
    * chore(package): update dependencies
    
    * chore(package): update dependencies
    
    * chore(package): update dependencies
    
    * chore(package): update dependencies
    
    * chore(package): update dependencies
    
    * chore(package): update dependencies
    
    * docs(readme): add Greenkeeper badge
    
    * chore: update to use babel-core
    
    * chore: update to latest uglify config properties
    
    `bracketize` became `braces` and `expect` became `reserved`
    greenkeeper[bot] authored and marcysutton committed May 1, 2018
    Configuration menu
    Copy the full SHA
    f97d89f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5829a6e View commit details
    Browse the repository at this point in the history
  3. chore: disable growl to prevent errors in testing

    Marcy Sutton committed May 1, 2018
    Configuration menu
    Copy the full SHA
    fff3511 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. chore: Rename Jest example to help greenkeeper (dequelabs#871)

    * chore: rename jest example to help greenkeeper
    
    plus signs are invalid in filenames/directories
    
    Closes dequelabs#869
    
    * chore: add config to jest_react example
    
    Closes dequelabs#865
    marcysutton authored and WilcoFiers committed May 2, 2018
    Configuration menu
    Copy the full SHA
    0e0e76e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. fix(core): Explicitly name the axe module 'axe-core'

    Avoid the "Mismatched anonymous define() modules" error when the axe script is injected in a page that uses requireJS
    
    Closes dequelabs#849
    noead01 committed May 3, 2018
    Configuration menu
    Copy the full SHA
    8a19b91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6346e6c View commit details
    Browse the repository at this point in the history
  3. test(core): Validate that the axe module is named 'axe-core'

    Added integration test to check the value of the first argument to define()
    
    Closes dequelabs#849
    noead01 committed May 3, 2018
    Configuration menu
    Copy the full SHA
    eb24609 View commit details
    Browse the repository at this point in the history