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

chore: update with latest axe-core develop #3

Merged
merged 81 commits into from
Aug 16, 2022

Commits on May 12, 2022

  1. ensure pseudo elements also return required contrast information (deq…

    …uelabs#3453)
    
    * ensure pseudo elements also return required contrast information
    
    * Update test/checks/color/color-contrast.js
    
    Co-authored-by: Steven Lambert <[email protected]>
    
    * remove rule description changes
    
    Co-authored-by: Steven Lambert <[email protected]>
    dylanb and straker authored May 12, 2022
    Configuration menu
    Copy the full SHA
    1a9d95e View commit details
    Browse the repository at this point in the history
  2. fix(aria-valid-attr-value): add note about element id being in a diff…

    …erent shadow DOM tree (dequelabs#3421)
    
    * fix(aria-valid-attr-value): add note about element id being in a different shadow DOM tree
    
    * only mention shadow tree if one exists
    
    * fix test
    straker committed May 12, 2022
    Configuration menu
    Copy the full SHA
    24f74df View commit details
    Browse the repository at this point in the history
  3. ensure pseudo elements also return required contrast information (deq…

    …uelabs#3453)
    
    * ensure pseudo elements also return required contrast information
    
    * Update test/checks/color/color-contrast.js
    
    Co-authored-by: Steven Lambert <[email protected]>
    
    * remove rule description changes
    
    Co-authored-by: Steven Lambert <[email protected]>
    dylanb and straker committed May 12, 2022
    Configuration menu
    Copy the full SHA
    f8a7c32 View commit details
    Browse the repository at this point in the history
  4. docs: change /docs/projects.md to include Parcel (dequelabs#3364)

    Parcel.io (https://parcel.io) now integrates axe-core. Change `/docs/projects.md` to include Parcel
    BrianBock authored and straker committed May 12, 2022
    Configuration menu
    Copy the full SHA
    ddcd9c7 View commit details
    Browse the repository at this point in the history
  5. ci: fix chrome nightly test (dequelabs#3366)

    * ci: fix nightly chrome
    
    * fix package-lock
    
    * fix
    
    * npx
    
    * test nightly
    
    * verbose
    
    * fix chrome install
    
    * almost there
    
    * fix config
    
    * Update package.json
    
    Co-authored-by: Wilco Fiers <[email protected]>
    
    Co-authored-by: Wilco Fiers <[email protected]>
    straker and WilcoFiers committed May 12, 2022
    Configuration menu
    Copy the full SHA
    b656885 View commit details
    Browse the repository at this point in the history
  6. chore: resolve npm audit issues (dequelabs#3378)

    * chore: resolve npm audit issues
    
    * fix ACT karma config
    
    * chore(runPartial): skip tests in IE
    
    * ci: try upgrading win executor
    
    * Update config.yml
    
    * Update config.yml
    
    * More tests not running in IE
    
    * More of these
    
    * bump karma version
    
    * avoid using .finally()
    WilcoFiers authored and straker committed May 12, 2022
    Configuration menu
    Copy the full SHA
    2238e99 View commit details
    Browse the repository at this point in the history
  7. chore: generate metadata-function-map (dequelabs#3392)

    * chore: generate metadata-function-map
    
    * cleanup
    
    * fix windows
    
    * ignore file
    straker committed May 12, 2022
    Configuration menu
    Copy the full SHA
    2d543a7 View commit details
    Browse the repository at this point in the history
  8. tests: split out respondable and frame-messenger tests (dequelabs#3396)

    * tests: split out respondable and frame-messenger tests
    
    * remove
    straker committed May 12, 2022
    Configuration menu
    Copy the full SHA
    d710bf4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b5b3887 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7b5f32b View commit details
    Browse the repository at this point in the history
  11. fix(deprecatedrole,color-contrast): fix message to properly include d…

    …eprecated role, improve color-contrast pass messages (dequelabs#3387)
    
    * fix(deprecatedrole): fix message to properly include deprecated role
    
    * add tests
    
    * ie11
    straker committed May 12, 2022
    Configuration menu
    Copy the full SHA
    650e503 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6cf0964 View commit details
    Browse the repository at this point in the history
  13. chore(i18n): update Japanese translation (dequelabs#3319)

    * chore(i18n): update Japanese translation
    
    grunt translate --lang=ja based on the develop branch as of 2021-12-03
    Add ja translation for checks/aria-errormessage/fail/hidden
    Add ja translation for checks/aria-errormessage/incomplete/idrefs
    add ja translation for checks/aria-level/{pass,fail}
    Add ja translation for checks/aria-valid-attr-value/incomplete/idrefs
    Add ja transation for checks/deprecatedrole/{pass,fail}
    Add ja translation for checks/fallbackrole/incomplete
    add ja translation for checks/p-as-heading/incomplete
    Add ja translation for checks/color-contrast-enhanced/fail/*
    Add ja translation for checks/color-contrast/fail/*
    
    * Update locales/ja.json
    
    role -> ロール
    
    Co-authored-by: Kiyochika Nakamura <[email protected]>
    
    * Update locales/ja.json
    
    role -> ロール
    
    Co-authored-by: Kiyochika Nakamura <[email protected]>
    
    * Update locales/ja.json
    
    陰 -> 影
    
    Co-authored-by: Kiyochika Nakamura <[email protected]>
    
    * Update locales/ja.json
    
    陰 -> 影
    
    Co-authored-by: Kiyochika Nakamura <[email protected]>
    
    * Add ja translation for checks/no-focusable-content
    
    * Make checks/aria-valid-attr-value/incomplete/noId consistent with ./idrefs
    
    * Remove unnecessary whitespaces from checks/aria-valid-attr-value/incomplete/{noId,idrefs}
    
    Co-authored-by: Kiyochika Nakamura <[email protected]>
    2 people authored and straker committed May 12, 2022
    Configuration menu
    Copy the full SHA
    9db7c63 View commit details
    Browse the repository at this point in the history
  14. fix(html-elms): update role allowances for nav element (dequelabs#3402)

    * update role allowances for nav element
    
    closes dequelabs#3401
    
    allows `none` and `presentation` role on `<nav>` element.
    
    * tests for nav role allowance update
    
    * add entries for nav role allowance updates
    
    * Update lib/standards/html-elms.js
    
    Co-authored-by: Wilco Fiers <[email protected]>
    
    Co-authored-by: Wilco Fiers <[email protected]>
    2 people authored and straker committed May 12, 2022
    Configuration menu
    Copy the full SHA
    8aa816a View commit details
    Browse the repository at this point in the history
  15. ci(act): Add nightly job to run latest ACT rules (dequelabs#3403)

    * ci(act): Add nightly job to run latest ACT rules
    
    * Update .circleci/config.yml
    
    Co-authored-by: Steven Lambert <[email protected]>
    
    Co-authored-by: Steven Lambert <[email protected]>
    WilcoFiers and straker committed May 12, 2022
    Configuration menu
    Copy the full SHA
    a459075 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6755e89 View commit details
    Browse the repository at this point in the history
  17. fix(standards): fix address typo in html-elms.js (dequelabs#3418)

    closes dequelabs#3417
    
    fix 'addres' to 'address'
    scottaohara authored and straker committed May 12, 2022
    Configuration menu
    Copy the full SHA
    f235cc7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    222fdef View commit details
    Browse the repository at this point in the history
  19. fix(aria-hidden-focus): Update rule help & description (dequelabs#3422)

    * Update `help` value to include focusable elements
    
    The current `help` value does not include the scenario in which `aria-hidden="true"` is on a focusable element. I updated it to include that scenario. Here's the PR, per Wilco's suggestion. Slack thread: https://deque.slack.com/archives/C0LA5E545/p1646762357136919
    
    * Update lib/rules/aria-hidden-focus.json
    
    Co-authored-by: Wilco Fiers <[email protected]>
    2 people authored and straker committed May 12, 2022
    Configuration menu
    Copy the full SHA
    7cfb4b1 View commit details
    Browse the repository at this point in the history
  20. ci: fix nightly build (dequelabs#3434)

    * ci: fix nightly build
    
    * try again
    
    * run
    
    * fix it?
    
    * revert workflow
    straker committed May 12, 2022
    Configuration menu
    Copy the full SHA
    7194b0f View commit details
    Browse the repository at this point in the history
  21. chore(release): 4.4.2

    straker committed May 12, 2022
    Configuration menu
    Copy the full SHA
    bdd71d5 View commit details
    Browse the repository at this point in the history
  22. Merge pull request dequelabs#3454 from dequelabs/release-4.4.2

    chore(release): 4.4.2
    WilcoFiers authored May 12, 2022
    Configuration menu
    Copy the full SHA
    c31d85c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Merge pull request dequelabs#3455 from dequelabs/master

    chore: merge master into develop
    stephenmathieson authored May 13, 2022
    Configuration menu
    Copy the full SHA
    d84273a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. feat(getRules): return actIds when set (dequelabs#3470)

    * feat(getRules): return actIds when set
    
    * Update doc/API.md
    WilcoFiers authored May 19, 2022
    Configuration menu
    Copy the full SHA
    a3d5cef View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    1c3cc51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34272c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36ace76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7caef89 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

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

Commits on Jun 3, 2022

  1. fix(aria-required-parent): allow nested group and presentational roles (

    dequelabs#3492)
    
    * fix(aria-required-parent): allow nested group and presentational roles
    
    * update
    
    * remove comments
    straker authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    4685270 View commit details
    Browse the repository at this point in the history
  2. feat(metadata): update ACT tags & actIds (dequelabs#3498)

    * feat(metadata): update ACT tags & actIds
    
    * Remove ACT ID from audio-caption
    WilcoFiers authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    571722b View commit details
    Browse the repository at this point in the history
  3. fix(frame-focusable-content): don't fail for elements with negative t…

    …abindex (dequelabs#3493)
    
    * fix(frame-focsuable-content): don't fail for elements with negative tabindex
    
    * revert playground'
    
    * remove test case
    
    * Update lib/checks/keyboard/frame-focusable-content-evaluate.js
    
    Co-authored-by: Wilco Fiers <[email protected]>
    
    Co-authored-by: Wilco Fiers <[email protected]>
    straker and WilcoFiers authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    94e75ac View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    c6af316 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e01b00 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. fix(utils): greatly improve the speed of querySelectorAll (dequelabs#…

    …3423)
    
    * fix(utils): greatly improve the speed of our querySelectorAll code
    
    * fixes
    
    * finalize
    
    * tests
    
    * fix ie11
    
    * const...
    
    * changes
    
    * tie map to cache
    
    * fix test
    
    * remove test
    
    * fixes
    
    * revert rule descriptions
    straker authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    1cae5ea View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

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

Commits on Jun 24, 2022

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

Commits on Jun 27, 2022

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

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    cd5f8a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a38e93e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

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

Commits on Jul 4, 2022

  1. fix(meta-refresh): Add WCAG's 20-hour exception (dequelabs#3525)

    * fix(meta-refresh): Add WCAG's 20-hour exception
    
    * put refreshDelay in check data
    
    * Address feedback
    
    * More tweaks
    WilcoFiers authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    5beb6c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. feat(new-rule): Add meta-refresh-no-exceptions (wcag2aaa, disabled by…

    … default) (dequelabs#3530)
    
    * feat(new-rule): Add meta-refresh-no-exceptions (wcag2aaa, disabled by default)
    
    * Add virtual rule tests
    WilcoFiers authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    27031a8 View commit details
    Browse the repository at this point in the history
  2. docs(code-submission-guidelines): add coding guidelines (dequelabs#3522)

    * docs(code-submission-guidelines): add coding guidelines
    
    * typos
    
    * typo
    
    * Update doc/code-submission-guidelines.md
    
    Co-authored-by: Stephen Mathieson <[email protected]>
    
    Co-authored-by: Stephen Mathieson <[email protected]>
    straker and stephenmathieson authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    736bad9 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. fix(valid-lang): ignore lang on elements with no text (dequelabs#3523)

    * fix(valid-lang): ignore lang on elements with no text
    
    * Delete broken / unnecessary test
    
    * Fix failing tests
    
    * fix broken test
    
    * Address feedback
    
    * Disable flakey IE test
    
    * Make hasLangText part of valid-lang check
    WilcoFiers authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    fd85f39 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

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

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    59ebf0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afb2478 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da7923b View commit details
    Browse the repository at this point in the history
  4. chore(release): 4.4.3

    straker committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    969270a View commit details
    Browse the repository at this point in the history
  5. Merge pull request dequelabs#3546 from dequelabs/release-4.4.3

    chore(release): 4.4.3
    WilcoFiers authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    21a3e6a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. merge master

    straker committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    d181f07 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

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

Commits on Jul 20, 2022

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

Commits on Jul 21, 2022

  1. Merge pull request dequelabs#3550 from dequelabs/merge-master-4.4.3

    chore: merge master
    straker authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    f909b99 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

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

Commits on Jul 25, 2022

  1. test(aria-allowed-attr): put back act test aria-props-permitted (dequ…

    …elabs#3558)
    
    * test(aria-allowed-attr): re-add act test 5c01ea
    
    * Update test/act-mapping/aria-allowed-attr.json
    
    Co-authored-by: Steven Lambert <[email protected]>
    pschwendy and straker authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    ebebe4e View commit details
    Browse the repository at this point in the history
  2. docs: update docs on running tests (dequelabs#3556)

    * docs: update docs on running tests
    
    * Update doc/developer-guide.md
    
    Co-authored-by: Dan Bowling <[email protected]>
    
    * suggestion
    
    * non-headless
    
    * readmes
    
    * typo
    
    * better link
    
    * typo
    
    * update
    
    * typo
    
    * wording
    
    * major typo
    
    Co-authored-by: Dan Bowling <[email protected]>
    straker and dbowling authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    c14cb70 View commit details
    Browse the repository at this point in the history
  3. chore: update dependencies (dequelabs#3539)

    * update esbuild to support m1
    
    * update webdriverjs
    
    * update babel
    
    * update act rules
    
    * update aria practices
    
    * aria-query bump
    
    * update babel
    
    * husky 3.x
    
    # Conflicts:
    #	package-lock.json
    #	package.json
    
    * chore: update dependencies
    
    depenencies with a .x cannot be upgraded further
    
    * Pin execa due to ESM
    
    * bump selenium-webdriver
    
    requested by Michael
    
    * partial fix for selenium-webdriver 3.4.0
    
    Flakey test locally; checking CI
    
    * fix selenium browser name
    
    Requires “internet explorer”
    
    * Fix deepEqual assert
    
    deepEqual() assert failed because selenium now places a banner that throws off window height
    
    * Fix deepEqual assert
    
    deepEqual() assert failed because selenium now places a banner that throws off window height
    
    * fix deepEqual due to webdriver issue
    
    * update globby
    
    * update sinon to 10.x
    
    v11 introduces ESM
    
    * roll back sinon to v9.x
    confirmed v10 sinon does not support IE11 for CI
    
    * break up &&
    
    * linting
    
    * remove comments
    
    * require dev dependencies to be installed
    
    Co-authored-by: Steven Lambert <[email protected]>
    
    * regenerate package-lock after integration
    
    * jsdoc patch update
    
    * patch core-js
    
    * downgrade esbuild
    
    * update esbuild to 0.13.1
    
    * upgrade esbuild to 0.13.2
    
    * esbuild 0.13.15
    
    * update esbuild to 0.14.0
    
    * update esbuild to 0.14.1
    
    * update esbuild to 0.14.2
    
    * update esbuild to 0.14.3
    
    * update esbuild to 0.14.5
    
    * update esbuild to 0.14.6
    
    * update esbuild to 0.14.7
    
    Co-authored-by: Steven Lambert <[email protected]>
    dbowling and straker authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    d01532c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

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

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    940c780 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82b97f0 View commit details
    Browse the repository at this point in the history
  3. tests: support fail case for testutils.awaitNestedLoad (dequelabs#3574)

    * tests: support fail case for testutils.awaitNestedLoad
    
    * dont overwrite default fail function when errCb is not passed
    straker authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    e3947e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6456029 View commit details
    Browse the repository at this point in the history
  5. chore: add target assert to queryFixture (dequelabs#3564)

    * Adds an assert to the axe.testUtils.queryFixture() to guide developers in usage of the fixture helper
    * Refactor to help VS Code pick up correct signatures
    * Add JSDoc
    * Whitespace fixes
    dbowling authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    7843ff9 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. fix(no-autoplay-audio): add reviewOnFail and update tests (dequelabs#…

    …3557)
    
    * fix(no-autoplay-audio): add reviewOnFail and update tests
    
    * fix(no-autoplay-audio): add incomplete example to isolated-env test
    pschwendy authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    60ec997 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b47f0ed View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

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

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    9b932fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3618f50 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. fix(avoid-inline-spacing): add spacing threshold (dequelabs#3533)

    * fix(avoid-inline-spacing): add spacing threshold
    
    * Fix integration tests
    
    * Improve options for inline-style-property
    
    * IE can't count
    
    * Add is-visible-matches method
    
    * nudge circle
    
    * Tweak failure messages
    
    * Lint things
    
    * Apply suggestions from code review
    
    Co-authored-by: Steven Lambert <[email protected]>
    
    * Address feedback
    
    * Move isMultiline to commons.dom
    
    * pull tests that do not pass in IE
    
    Co-authored-by: Steven Lambert <[email protected]>
    WilcoFiers and straker authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    92add05 View commit details
    Browse the repository at this point in the history
  2. chore: add issue forms for issues, feature requests, documentation, a…

    …nd questions (dequelabs#3579)
    
    * chore: add issue forms for issues, feature requests, documentaiton, and questions
    
    * single input for version
    
    * \n
    
    * add ungroomed label
    straker authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    eee2544 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8a9459 View commit details
    Browse the repository at this point in the history
  4. refactor(empty-heading): use virtual node (dequelabs#3582)

    Refactors empty-heading rule to use virtual node
    dbowling authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    115b75c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. refactor(aria-text): use virtualNode (dequelabs#3581)

    * refactor no-focusable-content rule to use virtual node
    * add integration testing
    
    Co-authored-by: Wilco Fiers <[email protected]>
    dbowling and WilcoFiers authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    70b7f2d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

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

Commits on Aug 12, 2022

  1. docs: Typographical Error (dequelabs#3601)

    Updated the typo found in the documentation under Localization.
    sojinsamuel authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    83ffb3d View commit details
    Browse the repository at this point in the history
  2. chore: create action to auto-label extension and linting issues (dequ…

    …elabs#3589)
    
    * chore: create action to auto-label extension and linting issues
    
    * Update .github/workflows/label-extension-linter-issues.yml
    
    Co-authored-by: Stephen Mathieson <[email protected]>
    
    Co-authored-by: Stephen Mathieson <[email protected]>
    straker and stephenmathieson authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    a6b015d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

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

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    13d537a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e281593 View commit details
    Browse the repository at this point in the history