ember-a11y / ember-a11y-testing

A suite of accessibility tests that can be run within the Ember testing framework
MIT License
137 stars 50 forks source link

Bump ember-template-lint from 3.15.0 to 4.4.1 #395

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps ember-template-lint from 3.15.0 to 4.4.1.

Release notes

Sourced from ember-template-lint's releases.

Release 4.4.1

:bug: Bug Fix

  • #2474 Ensure --compact-todo functions properly (@​scalvert)
  • #2468 Ensure configuration can be resolved from a parent directory when no --config-path override is present (e.g. within a monorepo with .template-lintrc.js in the monorepo root). (@​scalvert)
  • #2466 Remove validation of mustache statements in no-invalid-aria-attributes rule (@​judithhinlung)

:memo: Documentation

:house: Internal

Committers: 4

Release 4.4.0

:rocket: Enhancement

:bug: Bug Fix

  • #2449 Updates require-context-role rule to accept table as a valid parent role and rowgroup (@​judithhinlung)
  • #2421 Handle dashes in no-whitespace-within-word rule (@​mydea)
  • #2433 Fix require-presentational-children rule to report violation on correct node (@​scalvert)

:house: Internal

  • #2419 Use async write() instead of deprecated writeSync() in tests (@​mydea)

Committers: 5

Release 4.3.0

:rocket: Enhancement

:house: Internal

... (truncated)

Changelog

Sourced from ember-template-lint's changelog.

v4.4.1 (2022-04-15)

:bug: Bug Fix

  • #2474 Ensure --compact-todo functions properly (@​scalvert)
  • #2468 Ensure configuration can be resolved from a parent directory when no --config-path override is present (e.g. within a monorepo with .template-lintrc.js in the monorepo root). (@​scalvert)
  • #2466 Remove validation of mustache statements in no-invalid-aria-attributes rule (@​judithhinlung)

:memo: Documentation

:house: Internal

Committers: 4

v4.4.0 (2022-04-12)

:rocket: Enhancement

:bug: Bug Fix

  • #2449 Updates require-context-role rule to accept table as a valid parent role and rowgroup (@​judithhinlung)
  • #2421 Handle dashes in no-whitespace-within-word rule (@​mydea)
  • #2433 Fix require-presentational-children rule to report violation on correct node (@​scalvert)

:house: Internal

  • #2419 Use async write() instead of deprecated writeSync() in tests (@​mydea)

Committers: 5

v4.3.0 (2022-03-08)

:rocket: Enhancement

... (truncated)

Commits
  • ca774fe Release 4.4.1
  • 203fd0d Merge pull request #2474 from ember-template-lint/upgrade-todo-utils
  • a6b3554 Removing unnecessary param
  • c40eac7 task: Upgrade @​lint-todo/utils to fix compacting
  • 10d01af Merge pull request #2473 from ember-template-lint/shared-config-monorepo-test
  • b1a9dbc Add tests for monorepos with shared configuration in monorepo root
  • 614af75 Merge pull request #2468 from ember-template-lint/find-up-config
  • ff763d5 Merge pull request #2469 from ember-template-lint/add-missing-sentence-in-no-...
  • 1f6b617 Fixing broken tests
  • 714250d Merge pull request #2466 from judithhinlung/no-invalid-aria-attributes-remove...
  • Additional commits viewable in compare view


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)
dependabot[bot] commented 2 years ago

Superseded by #398.