trailheadapps / dreamhouse-lwc

Sample application for Lightning Web Components on Salesforce Platform. Part of the sample gallery. Real estate use case. Get inspired and learn best practices.
https://developer.salesforce.com
Apache License 2.0
392 stars 779 forks source link

Bump @sa11y/jest from 1.0.0 to 3.0.0 #345

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @sa11y/jest from 1.0.0 to 3.0.0.

Release notes

Sourced from @​sa11y/jest's releases.

chore: move to unified versioning of @​sa11y packages instead of independent versioning

Chore 🧹

  • Moving to unified versioning of @​sa11y packages instead of independent versioning for reducing complexity of managing independent versions
  • No code changes, No breaking changes
  • This is a one-off switch and semantic versioning will be used going forward

Version bump

  • @​sa11y/assert: 1.0.0 => 3.0.0
  • @​sa11y/browser-lib: 1.0.1 => 3.0.0
  • @​sa11y/common: 0.4.0 => 3.0.0
  • @​sa11y/format: 0.5.0 => 3.0.0
  • @​sa11y/jest: 1.1.0 => 3.0.0
  • @​sa11y/preset-rules: 1.0.1 => 3.0.0
  • @​sa11y/wdio: 2.0.2-beta.0 => 3.0.0
  • @​sa11y/test-integration: 0.2.4 => 3.0.0 (private)
  • @​sa11y/test-utils: 0.4.3 => 3.0.0 (private)

PR

feat(preset-rules): add new rules from axe v4.1.1

0.5.0-beta

Features ✨

Version bump 📦

 - @sa11y/preset-rules: 0.2.2-beta.0 => 0.3.0
 - @sa11y/jest: 0.1.6-beta.0 => 0.2.0
 - @sa11y/wdio: 0.1.3-alpha.0 => 0.2.0-alpha.0
 - @sa11y/browser-lib: 0.2.1-alpha.0 => 0.3.0-beta.0
 - @sa11y/assert: 0.1.5-beta.0 => 0.2.0-beta.0

Released to NPM: True

chore: upgrade to axe v4.1.1

v0.4.1-beta

Chore 🧹

  • Upgrade to axe v4.1.1 which include bug fixes from v4.1.0 and v4.1.1

Documentation 📝

  • docs: add link to youtube video of sa11y jest demo

Version bump 📦

</tr></table> 

... (truncated)

Changelog

Sourced from @​sa11y/jest's changelog.

3.0.0 (2021-09-16)

  • Moving to unified versioning of @​sa11y packages instead of independent versioning for reducing complexity of managing independent versions
  • No code changes, No breaking changes

0.11.2-beta (2021-09-13)

WDIO

0.11.1-beta (2021-09-10)

Automatic checks

  • Add ability and convenience shortcut for excluding files from automatic checks (#74)

Results processor

  • Move the WCAG metadata and Priority info to class name in Jest results so that downstream CI systems make use of the info accordingly
    • Remove WCAG version, Level for brevity
  • Error msgs: Move help URL up in order to prevent it from getting truncated e.g. when CSS selectors are long

WDIO

  • Fix race condition when loading axe using poll with timeout

0.11.0-beta (2021-08-26)

BREAKING CHANGES ⚠️

  • Refactor rulesets into base, extended (#73)
    • with extended replacing recommended
    • base contains WCAG 2.1 AA rules available in axe-core
    • extended contains AAA rules, experimental rules and non-WCAG best practice rules
    • These ruleset changes could result in different test results from previous versions

Features

  • Add priority and WCAG Success Criteria metadata to preset-rules
  • Add config to run rules selectively by priority
  • Add script to generate preset rules markdown table in Readme with provided rules metadata

0.10.0-beta (2021-08-04)

Features

  • jest: add config to run automatic checks only on selected files
  • preset-rules: add config to override default ruleset using environment variable

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 3 years ago

Codecov Report

Merging #345 (e2cb6dd) into main (7ec9715) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #345   +/-   ##
=======================================
  Coverage   87.70%   87.70%           
=======================================
  Files          13       13           
  Lines         244      244           
  Branches       15       15           
=======================================
  Hits          214      214           
  Misses         30       30           
Flag Coverage Δ
LWC 87.70% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7ec9715...e2cb6dd. Read the comment docs.