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

Add Option to Print Full File Paths #1

Open
wants to merge 1,322 commits into
base: master
Choose a base branch
from
Open

Add Option to Print Full File Paths #1

wants to merge 1,322 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 3, 2022

  1. Implement multi formatter

    scalvert committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    4493bd9 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Merge pull request ember-template-lint#2407 from ember-template-lint/…

    …upgrade-fixturify
    bmish committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    309a1b2 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump fixturify-project from 2.1.1 to 4.1.0

    Bumps [fixturify-project](https://github.com/stefanpenner/node-fixturify-project) from 2.1.1 to 4.1.0.
    - [Release notes](https://github.com/stefanpenner/node-fixturify-project/releases)
    - [Changelog](https://github.com/stefanpenner/node-fixturify-project/blob/master/CHANGELOG.md)
    - [Commits](stefanpenner/node-fixturify-project@v2.1.1...v4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: fixturify-project
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    47010c6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ember-template-lint#2402 from ember-template-lint/…

    …dependabot/npm_and_yarn/fixturify-project-4.1.0
    bmish committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    5ae9a38 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Fix import cycles

    scalvert committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    b598b6e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. build(deps-dev): bump eslint-config-prettier from 8.4.0 to 8.5.0

    Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.4.0 to 8.5.0.
    - [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
    - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/eslint-config-prettier@v8.4.0...v8.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-config-prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    93bf87e View commit details
    Browse the repository at this point in the history
  2. Merge pull request ember-template-lint#2410 from ember-template-lint/…

    …dependabot/npm_and_yarn/eslint-config-prettier-8.5.0
    bmish committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    9e60ae1 View commit details
    Browse the repository at this point in the history
  3. Adds new rule scope

    judithhinlung committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    ab1565e View commit details
    Browse the repository at this point in the history
  4. Add new rule scope

    judithhinlung committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    d917f08 View commit details
    Browse the repository at this point in the history
  5. Updated use of quotes

    judithhinlung committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    e0f04f0 View commit details
    Browse the repository at this point in the history
  6. Update lib/formatters/multi.js

    Co-authored-by: Robert Jackson <me@rwjblue.com>
    scalvert and rwjblue committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    f3ba19e View commit details
    Browse the repository at this point in the history
  7. Removing unused tests

    scalvert committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    fe4a4a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    47acc84 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Updated tests

    judithhinlung committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    af0a133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f54a705 View commit details
    Browse the repository at this point in the history
  3. Release 4.3.0

    scalvert committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    14d6756 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a55e5d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. build(deps-dev): bump eslint from 8.10.0 to 8.11.0

    Bumps [eslint](https://github.com/eslint/eslint) from 8.10.0 to 8.11.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.10.0...v8.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    afff38b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    b104197 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f709bc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06d1444 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ember-template-lint#2415 from ember-template-lint/…

    …dependabot/npm_and_yarn/eslint-8.11.0
    bmish committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    0ed346c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. build(deps-dev): bump eslint-plugin-unicorn from 41.0.0 to 41.0.1

    Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 41.0.0 to 41.0.1.
    - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
    - [Commits](sindresorhus/eslint-plugin-unicorn@v41.0.0...v41.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-unicorn
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    41c5ebc View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump @babel/parser from 7.17.3 to 7.17.8

    Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.17.3 to 7.17.8.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.8/packages/babel-parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    a5b4eae View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump release-it from 14.12.5 to 14.13.1

    Bumps [release-it](https://github.com/release-it/release-it) from 14.12.5 to 14.13.1.
    - [Release notes](https://github.com/release-it/release-it/releases)
    - [Changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md)
    - [Commits](release-it/release-it@14.12.5...14.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: release-it
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    4dd6ce5 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump sort-package-json from 1.54.0 to 1.55.0

    Bumps [sort-package-json](https://github.com/keithamus/sort-package-json) from 1.54.0 to 1.55.0.
    - [Release notes](https://github.com/keithamus/sort-package-json/releases)
    - [Commits](keithamus/sort-package-json@v1.54.0...v1.55.0)
    
    ---
    updated-dependencies:
    - dependency-name: sort-package-json
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    8047c2d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    1f04445 View commit details
    Browse the repository at this point in the history
  2. Updating snapshots

    scalvert committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    b876904 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Merge pull request ember-template-lint#2430 from ember-template-lint/…

    …dependabot/npm_and_yarn/sort-package-json-1.55.0
    
    build(deps-dev): bump sort-package-json from 1.54.0 to 1.55.0
    bmish committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    36b1015 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ember-template-lint#2427 from ember-template-lint/…

    …dependabot/npm_and_yarn/release-it-14.13.1
    
    build(deps-dev): bump release-it from 14.12.5 to 14.13.1
    bmish committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    278bf61 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ember-template-lint#2425 from ember-template-lint/…

    …dependabot/npm_and_yarn/babel/parser-7.17.8
    
    build(deps-dev): bump @babel/parser from 7.17.3 to 7.17.8
    bmish committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    48e0847 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ember-template-lint#2424 from ember-template-lint/…

    …dependabot/npm_and_yarn/eslint-plugin-unicorn-41.0.1
    
    build(deps-dev): bump eslint-plugin-unicorn from 41.0.0 to 41.0.1
    bmish committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    98f390e View commit details
    Browse the repository at this point in the history
  5. Merge pull request ember-template-lint#2433 from ember-template-lint/…

    …fix-req-pres-children
    scalvert committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    926b348 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Add --no-error-on-unmatched-pattern flag

    ember-template-lint#2245 added the behavior (inspired by eslint) to error out when no matching files are found.
    
    This PR adds a related flag (also from eslint) `--no-error-on-unmatched-pattern` that can disable this behavior when needed.
    CvX committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    8ed37cd View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. build(deps-dev): bump eslint from 8.11.0 to 8.12.0

    Bumps [eslint](https://github.com/eslint/eslint) from 8.11.0 to 8.12.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.11.0...v8.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    fadc2fa View commit details
    Browse the repository at this point in the history
  2. build(deps): bump micromatch from 4.0.4 to 4.0.5

    Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.5.
    - [Release notes](https://github.com/micromatch/micromatch/releases)
    - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
    - [Commits](micromatch/micromatch@4.0.4...4.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: micromatch
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    877c658 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Merge pull request ember-template-lint#2413 from judithhinlung/scope

    Add new rule `no-scope-outside-table-headings`
    bmish committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    88327e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. build(deps): bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    6faa3cb View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. build(deps-dev): bump release-it from 14.13.1 to 14.14.0

    Bumps [release-it](https://github.com/release-it/release-it) from 14.13.1 to 14.14.0.
    - [Release notes](https://github.com/release-it/release-it/releases)
    - [Changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md)
    - [Commits](release-it/release-it@14.13.1...14.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: release-it
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    59aa52d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Updates require-context-role to accept table as a valid parent ro…

    …le for `row` and `rowgroup`
    judithhinlung committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    e7dc2ce View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Merge pull request ember-template-lint#2440 from ember-template-lint/…

    …dependabot/npm_and_yarn/eslint-8.12.0
    
    build(deps-dev): bump eslint from 8.11.0 to 8.12.0
    bmish committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    e40e4c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ember-template-lint#2443 from ember-template-lint/…

    …dependabot/github_actions/actions/checkout-3
    
    build(deps): bump actions/checkout from 2 to 3
    bmish committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    00ebb0f View commit details
    Browse the repository at this point in the history
  3. Merge pull request ember-template-lint#2441 from ember-template-lint/…

    …dependabot/npm_and_yarn/micromatch-4.0.5
    
    build(deps): bump micromatch from 4.0.4 to 4.0.5
    bmish committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    228549a View commit details
    Browse the repository at this point in the history
  4. Merge pull request ember-template-lint#2445 from ember-template-lint/…

    …dependabot/npm_and_yarn/release-it-14.14.0
    
    build(deps-dev): bump release-it from 14.13.1 to 14.14.0
    bmish committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    e1fe9bc View commit details
    Browse the repository at this point in the history
  5. build(deps): bump minimist from 1.2.5 to 1.2.6

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    1cb3590 View commit details
    Browse the repository at this point in the history
  6. build(deps-dev): bump prettier from 2.5.1 to 2.6.2

    Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 2.6.2.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.5.1...2.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    dcbee48 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

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

Commits on Apr 11, 2022

  1. Add new rule: no-array-prototype-extensions

    hanli committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    709c6fa View commit details
    Browse the repository at this point in the history
  2. build(deps): bump yargs from 17.3.1 to 17.4.1

    Bumps [yargs](https://github.com/yargs/yargs) from 17.3.1 to 17.4.1.
    - [Release notes](https://github.com/yargs/yargs/releases)
    - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
    - [Commits](yargs/yargs@v17.3.1...v17.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: yargs
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    6ef6448 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump @babel/traverse from 7.17.3 to 7.17.9

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.3 to 7.17.9.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.9/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    87dc5e2 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump eslint from 8.12.0 to 8.13.0

    Bumps [eslint](https://github.com/eslint/eslint) from 8.12.0 to 8.13.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.12.0...v8.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    ee5e7b5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request ember-template-lint#2452 from ember-template-lint/…

    …dependabot/npm_and_yarn/minimist-1.2.6
    
    build(deps): bump minimist from 1.2.5 to 1.2.6
    bmish committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    19cab4e View commit details
    Browse the repository at this point in the history
  6. Merge pull request ember-template-lint#2446 from ember-template-lint/…

    …dependabot/npm_and_yarn/prettier-2.6.2
    
    build(deps-dev): bump prettier from 2.5.1 to 2.6.2
    bmish committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    9789ae0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request ember-template-lint#2457 from ember-template-lint/…

    …dependabot/npm_and_yarn/babel/traverse-7.17.9
    
    build(deps-dev): bump @babel/traverse from 7.17.3 to 7.17.9
    bmish committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    0d2cfba View commit details
    Browse the repository at this point in the history
  8. Merge pull request ember-template-lint#2458 from ember-template-lint/…

    …dependabot/npm_and_yarn/eslint-8.13.0
    
    build(deps-dev): bump eslint from 8.12.0 to 8.13.0
    bmish committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    166fe06 View commit details
    Browse the repository at this point in the history
  9. Merge pull request ember-template-lint#2421 from mydea/fn/no-whitespa…

    …ce-within-word-dash
    
    Handle dashes in `no-whitespace-within-word` rule
    bmish committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    b935fc9 View commit details
    Browse the repository at this point in the history
  10. build(deps-dev): bump release-it from 14.14.0 to 14.14.2

    Bumps [release-it](https://github.com/release-it/release-it) from 14.14.0 to 14.14.2.
    - [Release notes](https://github.com/release-it/release-it/releases)
    - [Changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md)
    - [Commits](release-it/release-it@14.14.0...14.14.2)
    
    ---
    updated-dependencies:
    - dependency-name: release-it
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    42e87a3 View commit details
    Browse the repository at this point in the history
  11. Merge pull request ember-template-lint#2460 from ember-template-lint/…

    …dependabot/npm_and_yarn/release-it-14.14.2
    
    build(deps-dev): bump release-it from 14.14.0 to 14.14.2
    bmish committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    3caf170 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    37539c1 View commit details
    Browse the repository at this point in the history
  13. Update docs/rule/no-array-prototype-extensions.md

    Co-authored-by: Bryan Mishkin <698306+bmish@users.noreply.github.com>
    smilland and bmish committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    f3153fb View commit details
    Browse the repository at this point in the history
  14. Update docs/rule/no-array-prototype-extensions.md

    Co-authored-by: Bryan Mishkin <698306+bmish@users.noreply.github.com>
    smilland and bmish committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    a8bea61 View commit details
    Browse the repository at this point in the history
  15. Update docs/rule/no-array-prototype-extensions.md

    Co-authored-by: Bryan Mishkin <698306+bmish@users.noreply.github.com>
    smilland and bmish committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    5ef856b View commit details
    Browse the repository at this point in the history
  16. Address feedbacks, remove optional chaining

    hanli committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    ec65bf8 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Merge pull request ember-template-lint#2454 from smilland/no-array-pr…

    …op-extensions
    
    Add new rule `no-array-prototype-extensions`
    bmish committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    4f0934c View commit details
    Browse the repository at this point in the history
  2. Merge pull request ember-template-lint#2435 from CvX/no-error-on-unma…

    …tched-pattern
    
    Add CLI option `--no-error-on-unmatched-pattern`
    bmish committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    d15071f View commit details
    Browse the repository at this point in the history
  3. Merge pull request ember-template-lint#2449 from judithhinlung/requir…

    …e-context-role-table-bug
    
    Updates `require-context-role` to accept `table` as a valid parent `role` and `rowgroup`
    bmish committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    2d408b2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ember-template-lint#2456 from ember-template-lint/…

    …dependabot/npm_and_yarn/yargs-17.4.1
    
    build(deps): bump yargs from 17.3.1 to 17.4.1
    bmish committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    c77457b View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump fixturify-project from 4.1.0 to 4.1.2

    Bumps [fixturify-project](https://github.com/stefanpenner/node-fixturify-project) from 4.1.0 to 4.1.2.
    - [Release notes](https://github.com/stefanpenner/node-fixturify-project/releases)
    - [Changelog](https://github.com/stefanpenner/node-fixturify-project/blob/master/CHANGELOG.md)
    - [Commits](stefanpenner/node-fixturify-project@v4.1.0...v4.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: fixturify-project
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    1be48ef View commit details
    Browse the repository at this point in the history
  6. Release 4.4.0

    bmish committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    f96e014 View commit details
    Browse the repository at this point in the history
  7. Merge pull request ember-template-lint#2463 from ember-template-lint/…

    …dependabot/npm_and_yarn/fixturify-project-4.1.2
    
    build(deps-dev): bump fixturify-project from 4.1.0 to 4.1.2
    bmish committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    85d15aa View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    415150b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1ab32b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Update internal fixturify-project setup to simplify monorepo testing

    Co-authored-by: Steve Calvert <steve.calvert@gmail.com>
    Co-authored-by: NullVoxPopuli
    rwjblue and scalvert committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    f9aebb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9eade18 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ember-template-lint#2472 from ember-template-lint/…

    …fix-non-awaited-async
    rwjblue committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    f968282 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0d7f38 View commit details
    Browse the repository at this point in the history
  5. Add basic monorepo testing harness.

    Co-authored-by: Steve Calvert <steve.calvert@gmail.com>
    rwjblue and scalvert committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    f27f728 View commit details
    Browse the repository at this point in the history
  6. Ensure pluginPath is properly resolved to a URL

    On Windows `C:\` paths cannot be passed to `import()`, you must pass it
    absolute `file:///` URLs.
    rwjblue committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    ed345ce View commit details
    Browse the repository at this point in the history
  7. Merge pull request ember-template-lint#2471 from ember-template-lint/…

    …monorepo-support
    
    Add tests for plugin resolution within a monorepo setup
    rwjblue committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    d501792 View commit details
    Browse the repository at this point in the history
  8. Merge pull request ember-template-lint#2466 from judithhinlung/no-inv…

    …alid-aria-attributes-remove-mustache-validation
    
    Remove validation of mustache statements in `no-invalid-aria-attributes` rule
    bmish committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    714250d View commit details
    Browse the repository at this point in the history
  9. Fixing broken tests

    scalvert committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    1f6b617 View commit details
    Browse the repository at this point in the history
  10. Merge pull request ember-template-lint#2469 from ember-template-lint/…

    …add-missing-sentence-in-no-array-prototype-extensions-docs
    
    Add missing "forbids" sentence in `no-array-prototype-extensions` rule doc
    bmish committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    ff763d5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    614af75 View commit details
    Browse the repository at this point in the history
  12. Add tests for monorepos with shared configuration in monorepo root

    Tests for:
    
    * Sharing a configuration file at the monorepo root
    * Running `ember-template-lint` from within a specific workspace (and
      resolving a custom plugin)
    * Running `ember-template-lint` from the monorepo root showing all
      failures in all workspaces
    rwjblue committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    b1a9dbc View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Merge pull request ember-template-lint#2473 from ember-template-lint/…

    …shared-config-monorepo-test
    
    Add tests for monorepos with shared configuration in monorepo root
    rwjblue committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    10d01af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fbac2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c40eac7 View commit details
    Browse the repository at this point in the history
  4. Removing unnecessary param

    scalvert committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    a6b3554 View commit details
    Browse the repository at this point in the history
  5. Merge pull request ember-template-lint#2474 from ember-template-lint/…

    …upgrade-todo-utils
    rwjblue committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    203fd0d View commit details
    Browse the repository at this point in the history
  6. Release 4.4.1

    scalvert committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    ca774fe View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. Merge pull request ember-template-lint#2465 from mydea/fn/no-whitespa…

    …ce-within-word-regex
    
    Better handling of dashes in `no-whitespace-within-word` rule
    bmish committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    dfaa1fd View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    c9b31d8 View commit details
    Browse the repository at this point in the history
  2. Release 4.4.2

    bmish committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    de5f8cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88be33b View commit details
    Browse the repository at this point in the history
  4. Update monorepo tests

    scalvert committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    7272981 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10ccc6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de859f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91722f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    e3a00d0 View commit details
    Browse the repository at this point in the history
  2. Fixing ci.yml

    scalvert committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    99b426b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7384ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e15302 View commit details
    Browse the repository at this point in the history
  5. test: Node 18

    bmish committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    718a42b View commit details
    Browse the repository at this point in the history
  6. Update ci.yml

    scalvert committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    9f920f4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request ember-template-lint#2437 from ember-template-lint/…

    …use-bin-tester
    
    Standardize CLI tests with bin tester package
    scalvert committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    d934041 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b943f8e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    54e6800 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Merge pull request ember-template-lint#2480 from ember-template-lint/…

    …node-18
    
    Test under Node 18
    bmish committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    d952cf3 View commit details
    Browse the repository at this point in the history
  2. Updated docs and tests

    judithhinlung committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    bfabb5f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    67640c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ember-template-lint#2478 from judithhinlung/requir…

    …e-lang-attribute-validate-values
    
    Add `validateValues` option to `require-lang-attribute` rule
    bmish committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    dfb1192 View commit details
    Browse the repository at this point in the history
  3. Release 4.5.0

    bmish committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    bc17dcb View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. build(deps-dev): bump eslint from 8.13.0 to 8.14.0

    Bumps [eslint](https://github.com/eslint/eslint) from 8.13.0 to 8.14.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.13.0...v8.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    be99f14 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Merge pull request ember-template-lint#2484 from ember-template-lint/…

    …dependabot/npm_and_yarn/eslint-8.14.0
    
    build(deps-dev): bump eslint from 8.13.0 to 8.14.0
    bmish committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    84a97a1 View commit details
    Browse the repository at this point in the history
  2. Updates no-redundant-landmark-role rule with an option to lint agai…

    …nst all HTML elements with default ARIA roles
    judithhinlung committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    26449fd View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

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

Commits on Apr 28, 2022

  1. Merge pull request ember-template-lint#2487 from judithhinlung/no-red…

    …undant-landmark-role-update
    
    Add `checkAllHTMLElements` option to `no-redundant-landmark-role` rule to lint against all HTML elements with default ARIA roles
    bmish committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    be1629b View commit details
    Browse the repository at this point in the history
  2. Release 4.6.0

    bmish committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    a6c3fb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Add full-path CLI option and pretty printer

    test: add tests for full path
    rtablada committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    254fd15 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

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

Commits on May 3, 2022

  1. Updated tests

    judithhinlung committed May 3, 2022
    Configuration menu
    Copy the full SHA
    fd1896e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

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

Commits on May 9, 2022

  1. build(deps-dev): bump jest from 27.5.1 to 28.1.0

    Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.5.1 to 28.1.0.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.1.0/packages/jest)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 9, 2022
    Configuration menu
    Copy the full SHA
    ee268b6 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Merge pull request ember-template-lint#2497 from judithhinlung/requir…

    …e-media-caption
    
    Add new rule `require-media-caption`
    bmish committed May 10, 2022
    Configuration menu
    Copy the full SHA
    eda282f View commit details
    Browse the repository at this point in the history
  2. Merge pull request ember-template-lint#2499 from ember-template-lint/…

    …dependabot/npm_and_yarn/jest-28.1.0
    
    build(deps-dev): bump jest from 27.5.1 to 28.1.0
    bmish committed May 10, 2022
    Configuration menu
    Copy the full SHA
    93198ac View commit details
    Browse the repository at this point in the history
  3. Release 4.7.0

    bmish committed May 10, 2022
    Configuration menu
    Copy the full SHA
    336588e View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump eslint from 8.14.0 to 8.15.0

    Bumps [eslint](https://github.com/eslint/eslint) from 8.14.0 to 8.15.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.14.0...v8.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 10, 2022
    Configuration menu
    Copy the full SHA
    ab0090b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Merge pull request ember-template-lint#2502 from ember-template-lint/…

    …dependabot/npm_and_yarn/eslint-8.15.0
    
    build(deps-dev): bump eslint from 8.14.0 to 8.15.0
    bmish committed May 11, 2022
    Configuration menu
    Copy the full SHA
    3f1133e View commit details
    Browse the repository at this point in the history
  2. build(deps): bump ejs from 3.1.6 to 3.1.7

    Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.7.
    - [Release notes](https://github.com/mde/ejs/releases)
    - [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
    - [Commits](mde/ejs@v3.1.6...v3.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: ejs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 11, 2022
    Configuration menu
    Copy the full SHA
    7d014b9 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump release-it from 14.14.2 to 14.14.3

    Bumps [release-it](https://github.com/release-it/release-it) from 14.14.2 to 14.14.3.
    - [Release notes](https://github.com/release-it/release-it/releases)
    - [Changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md)
    - [Commits](release-it/release-it@14.14.2...14.14.3)
    
    ---
    updated-dependencies:
    - dependency-name: release-it
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 11, 2022
    Configuration menu
    Copy the full SHA
    be43309 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ember-template-lint#2493 from ember-template-lint/…

    …dependabot/npm_and_yarn/release-it-14.14.3
    scalvert committed May 11, 2022
    Configuration menu
    Copy the full SHA
    a0d798d View commit details
    Browse the repository at this point in the history
  5. Merge pull request ember-template-lint#2490 from ember-template-lint/…

    …dependabot/npm_and_yarn/ejs-3.1.7
    scalvert committed May 11, 2022
    Configuration menu
    Copy the full SHA
    2584a90 View commit details
    Browse the repository at this point in the history
  6. build(deps-dev): bump eslint-plugin-import from 2.25.4 to 2.26.0

    Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.25.4 to 2.26.0.
    - [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
    - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
    - [Commits](import-js/eslint-plugin-import@v2.25.4...v2.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-import
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 11, 2022
    Configuration menu
    Copy the full SHA
    66cc9e9 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Merge pull request ember-template-lint#2459 from ember-template-lint/…

    …dependabot/npm_and_yarn/eslint-plugin-import-2.26.0
    
    build(deps-dev): bump eslint-plugin-import from 2.25.4 to 2.26.0
    bmish committed May 12, 2022
    Configuration menu
    Copy the full SHA
    1f87342 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6276a28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5299ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dca5a3 View commit details
    Browse the repository at this point in the history
  5. Updating ci to use npm

    scalvert committed May 12, 2022
    Configuration menu
    Copy the full SHA
    71ab3bc View commit details
    Browse the repository at this point in the history
  6. Use npm ci

    scalvert committed May 12, 2022
    Configuration menu
    Copy the full SHA
    adc3582 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71cd012 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2cdf26b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b248b9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    01746e1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f6f9b6b View commit details
    Browse the repository at this point in the history
  12. Updating package-lock.json

    scalvert committed May 12, 2022
    Configuration menu
    Copy the full SHA
    2f21195 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    14486b9 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    b5d6ff1 View commit details
    Browse the repository at this point in the history
  2. Address PR feedback

    thegilby committed May 13, 2022
    Configuration menu
    Copy the full SHA
    b8b69f5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ember-template-lint#2507 from thegilby/ghernand/no…

    …-aria-unsupported-elements
    
    Add new rule `no-aria-unsupported-elements`
    bmish committed May 13, 2022
    Configuration menu
    Copy the full SHA
    4aa3062 View commit details
    Browse the repository at this point in the history
  4. Release 4.8.0

    bmish committed May 13, 2022
    Configuration menu
    Copy the full SHA
    850e181 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. require yargs@^17.5.1

    jamescdavis committed May 16, 2022
    Configuration menu
    Copy the full SHA
    6b86370 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ember-template-lint#2509 from jamescdavis/bump_yar…

    …gs_to_fix_version
    
    Update yargs to 17.5.1 to fix `--version`
    bmish committed May 16, 2022
    Configuration menu
    Copy the full SHA
    e2893c4 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Merge pull request ember-template-lint#2511 from judithhinlung/no-uns…

    …upported-role-attributes
    
    Add new rule `no-unsupported-role-attributes`
    judithhinlung committed May 19, 2022
    Configuration menu
    Copy the full SHA
    acbeee2 View commit details
    Browse the repository at this point in the history
  2. Release 4.9.0

    bmish committed May 19, 2022
    Configuration menu
    Copy the full SHA
    ba97a87 View commit details
    Browse the repository at this point in the history
  3. Prevent no-unsupported-role-attributes rule from failing if the ele…

    …ment does not have an implicit role (ember-template-lint#2516)
    Bert De Block committed May 19, 2022
    Configuration menu
    Copy the full SHA
    af0e010 View commit details
    Browse the repository at this point in the history
  4. Release 4.9.1

    bmish committed May 19, 2022
    Configuration menu
    Copy the full SHA
    dc32c85 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. build(deps-dev): bump eslint from 8.15.0 to 8.16.0 (ember-template-li…

    …nt#2518)
    
    Bumps [eslint](https://github.com/eslint/eslint) from 8.15.0 to 8.16.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.15.0...v8.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 26, 2022
    Configuration menu
    Copy the full SHA
    89650f3 View commit details
    Browse the repository at this point in the history
  2. Add new rule require-mandatory-role-attributes (ember-template-lint…

    …#2523)
    
    * Add new rule `role-has-required-attributes`
    
    * Updated docs example and changed rule name to `require-mandatory-role-attributes`
    
    * Updated test suite
    
    * fix table
    
    Co-authored-by: Bryan Mishkin <698306+bmish@users.noreply.github.com>
    judithhinlung and bmish committed May 26, 2022
    Configuration menu
    Copy the full SHA
    5a4021f View commit details
    Browse the repository at this point in the history
  3. Release 4.10.0

    bmish committed May 26, 2022
    Configuration menu
    Copy the full SHA
    26b4096 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Add route action name to error message in no-route-action rule (emb…

    …er-template-lint#2527)
    
    * Add route-action name to message
    
    * Extract message to function and fix tests
    
    * Remove unnecessary replace
    tylerbecks committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    a32cba2 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Add no-action rule migration example (ember-template-lint#2533)

    * doc: add example
    
    * add 1 blank line for PR validation
    
    * address more lint errors
    
    * address PR comment from tylerbecks
    
    * PR comment
    
    Co-authored-by: apan <apan@linkedin.com>
    angelayanpan and apan committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    e071796 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. build(deps): bump globby from 13.1.1 to 13.1.2 (ember-template-lint#2529

    )
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 13.1.1 to 13.1.2.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v13.1.1...v13.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    0bb8130 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump jest from 28.1.0 to 28.1.1 (ember-template-lint…

    …#2531)
    
    Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.0 to 28.1.1.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.1.1/packages/jest)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    723ce7f View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump @babel/traverse from 7.17.10 to 7.18.5 (ember-t…

    …emplate-lint#2530)
    
    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.10 to 7.18.5.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.5/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    c776fd8 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump npm-package-json-lint from 5.4.2 to 6.3.0

    Bumps [npm-package-json-lint](https://github.com/tclindner/npm-package-json-lint) from 5.4.2 to 6.3.0.
    - [Release notes](https://github.com/tclindner/npm-package-json-lint/releases)
    - [Changelog](https://github.com/tclindner/npm-package-json-lint/blob/master/CHANGELOG.md)
    - [Commits](tclindner/npm-package-json-lint@v5.4.2...v6.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: npm-package-json-lint
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    b9390ed View commit details
    Browse the repository at this point in the history
  5. Clarify violation message for no-dynamic-subexpression-invocations

    …rule (ember-template-lint#2535)
    
    * Fix no-dynamic-subexpression-invocations lint msg
    
    * Fix tests
    chrisrng committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    5925e22 View commit details
    Browse the repository at this point in the history
  6. build(deps-dev): bump eslint from 8.16.0 to 8.17.0 (ember-template-li…

    …nt#2528)
    
    Bumps [eslint](https://github.com/eslint/eslint) from 8.16.0 to 8.17.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.16.0...v8.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    7e27cfa View commit details
    Browse the repository at this point in the history
  7. build(deps-dev): bump @babel/eslint-parser from 7.17.0 to 7.18.2 (emb…

    …er-template-lint#2524)
    
    Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.17.0 to 7.18.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.2/eslint/babel-eslint-parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/eslint-parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    e525a3f View commit details
    Browse the repository at this point in the history
  8. build(deps-dev): bump eslint-plugin-unicorn from 41.0.1 to 42.0.0 (em…

    …ber-template-lint#2444)
    
    * build(deps-dev): bump eslint-plugin-unicorn from 41.0.1 to 42.0.0
    
    Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 41.0.1 to 42.0.0.
    - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
    - [Commits](sindresorhus/eslint-plugin-unicorn@v41.0.1...v42.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-unicorn
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix lint
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Bryan Mishkin <698306+bmish@users.noreply.github.com>
    dependabot[bot] and bmish committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    975ddc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. build(deps): Bump resolve from 1.22.0 to 1.22.1

    Bumps [resolve](https://github.com/browserify/resolve) from 1.22.0 to 1.22.1.
    - [Release notes](https://github.com/browserify/resolve/releases)
    - [Commits](browserify/resolve@v1.22.0...v1.22.1)
    
    ---
    updated-dependencies:
    - dependency-name: resolve
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    e6bab90 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Merge pull request ember-template-lint#2538 from ember-template-lint/…

    …dependabot/npm_and_yarn/resolve-1.22.1
    scalvert committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    7654343 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Merge pull request ember-template-lint#2428 from ember-template-lint/…

    …dependabot/npm_and_yarn/npm-package-json-lint-6.3.0
    scalvert committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    994e490 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. build(deps-dev): Bump prettier from 2.6.2 to 2.7.1 (ember-template-li…

    …nt#2537)
    
    Bumps [prettier](https://github.com/prettier/prettier) from 2.6.2 to 2.7.1.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.6.2...2.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    b58bb7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1a580a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Fix dasherizing multi-level nested component names (ember-template-li…

    …nt#2541)
    
    * Fix dasherizing multi-level nested component names
    
    * Add basic unit test for dasherize-component-name helper
    nulle committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    704058e View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump ci-info from 3.3.1 to 3.3.2 (ember-template-lint#2539)

    Bumps [ci-info](https://github.com/watson/ci-info) from 3.3.1 to 3.3.2.
    - [Release notes](https://github.com/watson/ci-info/releases)
    - [Changelog](https://github.com/watson/ci-info/blob/master/CHANGELOG.md)
    - [Commits](watson/ci-info@v3.3.1...v3.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: ci-info
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    852ba55 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): Bump eslint from 8.17.0 to 8.18.0 (ember-template-li…

    …nt#2536)
    
    Bumps [eslint](https://github.com/eslint/eslint) from 8.17.0 to 8.18.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.17.0...v8.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    2e456ad View commit details
    Browse the repository at this point in the history
  4. Release 4.10.1

    bmish committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    d95cc14 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. build(deps-dev): Bump markdownlint-cli from 0.31.1 to 0.32.0 (ember-t…

    …emplate-lint#2555)
    
    Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.31.1 to 0.32.0.
    - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
    - [Commits](igorshubovych/markdownlint-cli@v0.31.1...v0.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: markdownlint-cli
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    761c89c View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): Bump @babel/parser from 7.18.5 to 7.18.8 (ember-temp…

    …late-lint#2552)
    
    Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.18.5 to 7.18.8.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.8/packages/babel-parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    7945ea4 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): Bump eslint-plugin-prettier from 4.0.0 to 4.2.1 (emb…

    …er-template-lint#2544)
    
    Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 4.0.0 to 4.2.1.
    - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
    - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
    - [Commits](prettier/eslint-plugin-prettier@v4.0.0...v4.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    02a2eae View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. build(deps-dev): Bump @babel/parser from 7.18.8 to 7.18.9 (ember-temp…

    …late-lint#2558)
    
    Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.18.8 to 7.18.9.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.9/packages/babel-parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    46e28e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. build(deps-dev): Bump markdownlint-cli from 0.32.0 to 0.32.1 (ember-t…

    …emplate-lint#2564)
    
    Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.32.0 to 0.32.1.
    - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
    - [Commits](igorshubovych/markdownlint-cli@v0.32.0...v0.32.1)
    
    ---
    updated-dependencies:
    - dependency-name: markdownlint-cli
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    ee2b95d View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump parse-url from 6.0.0 to 6.0.5 (ember-template-lint#…

    …2563)
    
    Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5.
    - [Release notes](https://github.com/IonicaBizau/parse-url/releases)
    - [Commits](https://github.com/IonicaBizau/parse-url/commits)
    
    ---
    updated-dependencies:
    - dependency-name: parse-url
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    55b0436 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. build(deps-dev): Bump eslint from 8.18.0 to 8.21.0 (ember-template-li…

    …nt#2567)
    
    Bumps [eslint](https://github.com/eslint/eslint) from 8.18.0 to 8.21.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.18.0...v8.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    c964559 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): Bump yeoman-generator from 5.6.1 to 5.7.0 (ember-tem…

    …plate-lint#2565)
    
    Bumps [yeoman-generator](https://github.com/yeoman/generator) from 5.6.1 to 5.7.0.
    - [Release notes](https://github.com/yeoman/generator/releases)
    - [Commits](yeoman/generator@v5.6.1...v5.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: yeoman-generator
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    ab8d779 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): Bump jest from 28.1.1 to 28.1.3 (ember-template-lint…

    …#2556)
    
    Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.1 to 28.1.3.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.1.3/packages/jest)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    d7cbf61 View commit details
    Browse the repository at this point in the history
  4. build(deps): Bump date-fns from 2.28.0 to 2.29.1 (ember-template-lint…

    …#2561)
    
    Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.28.0 to 2.29.1.
    - [Release notes](https://github.com/date-fns/date-fns/releases)
    - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md)
    - [Commits](date-fns/date-fns@v2.28.0...v2.29.1)
    
    ---
    updated-dependencies:
    - dependency-name: date-fns
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    b16ca15 View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): Bump @babel/traverse from 7.18.5 to 7.18.9 (ember-te…

    …mplate-lint#2560)
    
    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.5 to 7.18.9.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.9/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    3280dc2 View commit details
    Browse the repository at this point in the history
  6. build(deps-dev): Bump @babel/eslint-parser from 7.18.2 to 7.18.9 (emb…

    …er-template-lint#2562)
    
    Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.18.2 to 7.18.9.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.9/eslint/babel-eslint-parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/eslint-parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    ca4f3ee View commit details
    Browse the repository at this point in the history
  7. Add autofixer to no-unnecessary-concat rule (ember-template-lint#2568)

    * Add auto-fix capability to no-unnecessary-concat rule
    
    * update README
    
    * update rule documentation
    locks committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    816c530 View commit details
    Browse the repository at this point in the history
  8. Release 4.11.0

    bmish committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    567a48c View commit details
    Browse the repository at this point in the history
  9. Update overrides example (ember-template-lint#2513)

    * add .hbs extension to module in overrides example
    
    * s/module/file path/ in overrides docs
    jamescdavis committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    ce311dd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b57bd0c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    6ba710b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2578f9 View commit details
    Browse the repository at this point in the history
  3. Release 4.12.0

    bmish committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    149a280 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    03d16de View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): Bump @babel/traverse from 7.18.9 to 7.18.11 (ember-t…

    …emplate-lint#2578)
    
    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.9 to 7.18.11.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.11/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    4bfa2a5 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): Bump yeoman-environment from 3.9.1 to 3.10.0 (ember-…

    …template-lint#2576)
    
    Bumps [yeoman-environment](https://github.com/yeoman/environment) from 3.9.1 to 3.10.0.
    - [Release notes](https://github.com/yeoman/environment/releases)
    - [Commits](yeoman/environment@v3.9.1...v3.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: yeoman-environment
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    e6569dc View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. build(deps-dev): Bump eslint from 8.21.0 to 8.22.0 (ember-template-li…

    …nt#2585)
    
    Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.22.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.21.0...v8.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    7ba2d9f View commit details
    Browse the repository at this point in the history
  2. Add autofixer to no-html-comments rule (ember-template-lint#2581)

    * feat: add autofixer to no-html-comments rule
    
    * switch to snapshots tests and update due to new no-html-comments autofixer
    
    Co-authored-by: Bryan Mishkin <698306+bmish@users.noreply.github.com>
    locks and bmish committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    13f166a View commit details
    Browse the repository at this point in the history
  3. test: remove unused parameter

    bmish committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    1cb1518 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Add autofixer to self-closing-void-elements rule (ember-template-li…

    …nt#2583)
    
    * feat: add autofixer for self-closing-void-elements rule
    
    * add test to verify attributes, modifier, and block params are passed accordingly
    
    * add element comment to test
    
    Co-authored-by: Bryan Mishkin <698306+bmish@users.noreply.github.com>
    locks and bmish committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    7245b82 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Extract hasParentTag utility function (ember-template-lint#2434)

    * Convert "hasFormParent" function to more generic "hasParentTag"
    
    * Extract "hasParentTag" function in a helper file
    JoaoDsv committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    829d3ed View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Add unique-id to allowed built-in helpers in `no-curly-component-in…

    …vocation` and `no-implicit-this` rules (ember-template-lint#2593)
    
    * no-curly-component-invocation: add `unique-id` to allowed-list
    
    In Ember v4.4.0, a `unique-id` helper was added which generates a unique
    ID string suitable for use as an ID attribute in the DOM. When this
    helper is used as:
    
    `<p>{{unique-id}}</p>`
    
    the no-curly-component-invocation rule will flag it with the message:
    
    ```
    You are using the component {{unique-id}} with curly component syntax. You
    should use <UniqueId> instead. If it is actually a helper you must manually add
    it to the 'no-curly-component-invocation' rule configuration, e.g.
    `'no-curly-component-invocation': { allow: ['unique-id'] }`.
    ```
    
    As this is a perfectly legal usage of the built-in helper, let's go
    ahead and add it to the rule's allowed-list such that it no longer
    raises it as an issue.
    
    * no-implicit-this: add `unique-id` helper to allowed-list
    
    In Ember v4.4.0, a `unique-id` helper was added which generates a unique
    ID string suitable for use as an ID attribute in the DOM. When this
    helper is used as:
    
    `<p>{{unique-id}}</p>`
    
    the no-implicit-this rule will flag it with the
    message:
    
    ```
    Ambiguous path 'unique-id' is not allowed. Use '@unique-id' if it is a named
    argument or 'this.unique-id' if it is a property on 'this'. If it is a helper
    or component that has no arguments, you must either convert it to an angle
    bracket invocation or manually add it to the 'no-implicit-this' rule
    configuration, e.g. 'no-implicit-this': { allow: ['unique-id'] }.
    ```
    
    As this is a perfectly legal usage of the built-in helper, let's go
    ahead and add it to the rule's allowed-list such that it no longer
    raises it as an issue.
    geneukum committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    b352013 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29d178d View commit details
    Browse the repository at this point in the history
  3. Remove <s> and <u> from no-obsolete-elements (ember-template-li…

    …nt#2589)
    
    * Remove <s> from no-obsolete-elements
    
    The <s> element was considered obsolete but was repurposed in the HTML
    living spec at commit 40c807c2¹. The discussion is documented in their
    archived bug ticket #9429².
    
    ¹ whatwg/html@40c807c
    ² http://www.w3.org/Bugs/Public/show_bug.cgi?id=9429
    
    * Remove <u> from no-obsolete-elements
    
    The <u> element was considered obsolete but was repurposed in the HTML
    living spec at commit 4cf0cdcf¹. The discussion is documented in their
    archived bug ticket #10838².
    
    ¹ whatwg/html@4cf0cdc
    ² https://www.w3.org/Bugs/Public/show_bug.cgi?id=10838
    sukima committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    84f8b9a View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): Bump markdownlint-cli from 0.32.1 to 0.32.2 (ember-t…

    …emplate-lint#2586)
    
    Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.32.1 to 0.32.2.
    - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
    - [Commits](igorshubovych/markdownlint-cli@v0.32.1...v0.32.2)
    
    ---
    updated-dependencies:
    - dependency-name: markdownlint-cli
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    134542f View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): Bump eslint from 8.22.0 to 8.23.0 (ember-template-li…

    …nt#2594)
    
    Bumps [eslint](https://github.com/eslint/eslint) from 8.22.0 to 8.23.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.22.0...v8.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    4f3c9a3 View commit details
    Browse the repository at this point in the history
  6. build(deps): Bump aria-query from 5.0.0 to 5.0.2 (ember-template-lint…

    …#2597)
    
    Bumps [aria-query](https://github.com/A11yance/aria-query) from 5.0.0 to 5.0.2.
    - [Release notes](https://github.com/A11yance/aria-query/releases)
    - [Changelog](https://github.com/A11yance/aria-query/blob/main/CHANGELOG.md)
    - [Commits](A11yance/aria-query@v5.0.0...v5.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: aria-query
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    48cba3b View commit details
    Browse the repository at this point in the history
  7. build(deps-dev): Bump @babel/parser from 7.18.11 to 7.18.13 (ember-te…

    …mplate-lint#2596)
    
    Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.18.11 to 7.18.13.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.18.13/packages/babel-parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    baa1a8b View commit details
    Browse the repository at this point in the history
  8. build(deps): Bump date-fns from 2.29.1 to 2.29.2 (ember-template-lint…

    …#2587)
    
    Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.29.1 to 2.29.2.
    - [Release notes](https://github.com/date-fns/date-fns/releases)
    - [Changelog](https://github.com/date-fns/date-fns/blob/v2.29.2/CHANGELOG.md)
    - [Commits](date-fns/date-fns@v2.29.1...v2.29.2)
    
    ---
    updated-dependencies:
    - dependency-name: date-fns
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    aea5950 View commit details
    Browse the repository at this point in the history
  9. Release 4.13.0

    bmish committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    f0b948b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

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

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    714a46f View commit details
    Browse the repository at this point in the history
  2. Merge pull request ember-template-lint#2602 from ember-template-lint/…

    …update-volta-action
    
    Update GitHub Actions setup to volta-cli/action@v3
    rwjblue committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    c9730dd View commit details
    Browse the repository at this point in the history
  3. Fix --version to actually give the right value

    The default implementation of `yargs.version()` is _basically_ always
    going to be wrong since it uses `pkg-up` to find the nearest
    `package.json` upwards from the `process.cwd()`.
    rwjblue committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    6899b63 View commit details
    Browse the repository at this point in the history
  4. Add concurrency setup to GH Actions workflow.

    This will kill any CI jobs that are running if a new job for the branch
    is kicked off.
    rwjblue committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    10fb364 View commit details
    Browse the repository at this point in the history
  5. Merge pull request ember-template-lint#2605 from ember-template-lint/…

    …add-concurrency-to-ci
    
    Add `concurrency` setup to GH Actions workflow.
    rwjblue committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    04e7885 View commit details
    Browse the repository at this point in the history
  6. Merge pull request ember-template-lint#2604 from ember-template-lint/…

    …fix-version
    
    Fix `--version` to actually give the right value
    rwjblue committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    723a7b5 View commit details
    Browse the repository at this point in the history
  7. Release 4.14.0

    bmish committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    8283645 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

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

Commits on Sep 5, 2022

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

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    8f11e0d View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): Bump @babel/parser from 7.18.13 to 7.19.3 (ember-tem…

    …plate-lint#2626)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    7452d1f View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump vm2 from 3.9.9 to 3.9.11 (ember-template-lint#2623)

    Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.9 to 3.9.11.
    - [Release notes](https://github.com/patriksimek/vm2/releases)
    - [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
    - [Commits](patriksimek/vm2@3.9.9...3.9.11)
    
    ---
    updated-dependencies:
    - dependency-name: vm2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    68763c8 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): Bump eslint from 8.23.0 to 8.24.0 (ember-template-li…

    …nt#2622)
    
    Bumps [eslint](https://github.com/eslint/eslint) from 8.23.0 to 8.24.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.23.0...v8.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    5acf60a View commit details
    Browse the repository at this point in the history
  5. build(deps): Bump ci-info from 3.3.2 to 3.4.0 (ember-template-lint#2617)

    Bumps [ci-info](https://github.com/watson/ci-info) from 3.3.2 to 3.4.0.
    - [Release notes](https://github.com/watson/ci-info/releases)
    - [Changelog](https://github.com/watson/ci-info/blob/master/CHANGELOG.md)
    - [Commits](watson/ci-info@v3.3.2...v3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: ci-info
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    211d7ce View commit details
    Browse the repository at this point in the history
  6. Release 4.15.0

    bmish committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    758f907 View commit details
    Browse the repository at this point in the history
  7. build(deps-dev): Bump @babel/traverse from 7.18.11 to 7.19.3 (ember-t…

    …emplate-lint#2627)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    c7df0a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

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

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    0d11d73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a118087 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Add autofix for case with helpers to simple-unless rule (ember-temp…

    …late-lint#2639)
    
    * Add auto fix for simple-unless case with helpers
    
    * simplify result of `simple unless` autofix to avoid `(not (not` chain
    godric3 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    7bb384a View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): Bump eslint from 8.23.0 to 8.25.0 (ember-template-li…

    …nt#2632)
    
    Bumps [eslint](https://github.com/eslint/eslint) from 8.23.0 to 8.25.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.23.0...v8.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    f9f174f View commit details
    Browse the repository at this point in the history
  3. Release 4.16.0

    bmish committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    e4073b3 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): Bump @babel/traverse from 7.19.3 to 7.19.4 (ember-te…

    …mplate-lint#2646)
    
    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.19.3 to 7.19.4.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.19.4/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    fa0c587 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    368b619 View commit details
    Browse the repository at this point in the history
  6. build(deps-dev): Bump eslint-plugin-import-helpers from 1.2.1 to 1.3.0 (

    ember-template-lint#2650)
    
    Bumps [eslint-plugin-import-helpers](https://github.com/Tibfib/eslint-plugin-import-helpers) from 1.2.1 to 1.3.0.
    - [Release notes](https://github.com/Tibfib/eslint-plugin-import-helpers/releases)
    - [Commits](willhoney7/eslint-plugin-import-helpers@v1.2.1...v1.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-import-helpers
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    9eb0de2 View commit details
    Browse the repository at this point in the history
  7. Release 4.16.1

    bmish committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    9e99852 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Remove eslint-plugin-import-helpers

    eslint-plugin-import-helpers@1 requires Node 16 or higher, which is not
    compatible with our node support matrix. In version 1.3.0 they added an
    `engines` field documenting that requirement. When using `npm@8` the
    `--engines-strict` flag is on by default. Ultimately, this combination
    of events means that `npm ci` fails with:
    
    ```
    ❯ volta run --node=14.x --npm=8.10.0 npm ci
    npm ERR! code EBADENGINE
    npm ERR! engine Unsupported engine
    npm ERR! engine Not compatible with your version of node/npm: eslint-plugin-import-helpers@1.3.0
    npm ERR! notsup Not compatible with your version of node/npm: eslint-plugin-import-helpers@1.3.0
    npm ERR! notsup Required: {"node":"> 14"}
    npm ERR! notsup Actual:   {"npm":"8.10.0","node":"v14.20.1"}
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /Users/rjackson/.npm/_logs/2022-10-25T20_45_44_753Z-debug-0.log
    ```
    rwjblue committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    2290459 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Merge pull request ember-template-lint#2659 from ember-template-lint/…

    …remove-eslint-plugin-import-helpers
    
    Remove eslint-plugin-import-helpers
    rwjblue committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    00fdbc8 View commit details
    Browse the repository at this point in the history
  2. Remove usage of cross-env

    We were using `cross-env` in order to set the
    `--experimental-vm-modules` flag via `process.env.NODE_OPTIONS` to run
    `jest`. Unfortunately, this means that the `NODE_OPTIONS` that was being
    set in our `.github/workflows/ci.yaml` (which increases
    `--max-old-space-size` to 4096) is completely clobbered.
    
    This doesn't **fix** the memory issues that we are seeing with Node 18,
    but it does bring back a previously known good work around so that CI is
    "green again".
    
    Co-authored-by: Steve Calvert <steve.calvert@gmail.com>
    rwjblue and scalvert committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    c42b0b2 View commit details
    Browse the repository at this point in the history
  3. Add --max-old-space=4096 to all CI jobs

    This is just a stop gap, we need to debug why we are hitting memory
    issues.
    rwjblue committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    2a5c0b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa5fb65 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Add simplifyHelpers option in no-negated-condition rule (ember-te…

    …mplate-lint#2653)
    
    Co-authored-by: Bryan Mishkin <698306+bmish@users.noreply.github.com>
    godric3 and bmish committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    d7b490f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    455bd73 View commit details
    Browse the repository at this point in the history
  3. Release 4.17.0

    bmish committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    e4a99f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

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