Skip to content

Commit

Permalink
Release 6.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Feb 15, 2024
1 parent 052cb7a commit ad9b95d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,29 @@




## v6.0.0-alpha.0 (2024-02-15)

#### :boom: Breaking Change
* [#3029](https://github.com/ember-template-lint/ember-template-lint/pull/3029) Enable more `recommended` rules: `no-action-on-submit-button`, `no-at-ember-render-modifiers`, `no-builtin-form-components`, `no-unnecessary-curly-parens`, `no-unnecessary-curly-strings`, `simple-modifiers` ([@bmish](https://github.com/bmish))
* [#3031](https://github.com/ember-template-lint/ember-template-lint/pull/3031) Replace `4-x-recommended` config with `5-x-recommended` ([@bmish](https://github.com/bmish))
* [#3023](https://github.com/ember-template-lint/ember-template-lint/pull/3023) Drop support for Node 14, 16, 19 ([@Techn1x](https://github.com/Techn1x))
* [#2913](https://github.com/ember-template-lint/ember-template-lint/pull/2913) Add additional elements to `DOCUMENT_STRUCTURE_ROLES` for `no-invalid-role` rule ([@mrloop](https://github.com/mrloop))
* [#2729](https://github.com/ember-template-lint/ember-template-lint/pull/2729) Add `param` to obsolete list in `no-obsolete-elements` rule ([@geneukum](https://github.com/geneukum))

#### :house: Internal
* [#3024](https://github.com/ember-template-lint/ember-template-lint/pull/3024) Switch to eslint-plugin-n ([@Techn1x](https://github.com/Techn1x))
* [#3026](https://github.com/ember-template-lint/ember-template-lint/pull/3026) Update to eslint-plugin-unicorn v51 ([@Techn1x](https://github.com/Techn1x))
* [#3025](https://github.com/ember-template-lint/ember-template-lint/pull/3025) Update to prettier v3 ([@Techn1x](https://github.com/Techn1x))
* [#3028](https://github.com/ember-template-lint/ember-template-lint/pull/3028) Start running test that was disabled in Node 14 ([@bmish](https://github.com/bmish))

#### Committers: 4
- Brad Overton ([@Techn1x](https://github.com/Techn1x))
- Bryan Mishkin ([@bmish](https://github.com/bmish))
- Ewan McDougall ([@mrloop](https://github.com/mrloop))
- Geordan Neukum ([@geneukum](https://github.com/geneukum))


## v5.13.0 (2023-11-21)

#### :rocket: Enhancement
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-template-lint",
"version": "5.13.0",
"version": "6.0.0-alpha.0",
"description": "Linter for Ember or Handlebars templates.",
"keywords": [
"ember",
Expand Down

0 comments on commit ad9b95d

Please sign in to comment.