Skip to content

Commit

Permalink
Merge pull request #8380 from rust-lang/renovate/ember-template-lint-6.x
Browse files Browse the repository at this point in the history
Update dependency ember-template-lint to v6
  • Loading branch information
Turbo87 authored Apr 9, 2024
2 parents 4a157ed + 19d9aac commit 9e6d6ca
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 37 deletions.
5 changes: 5 additions & 0 deletions .template-lintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@

module.exports = {
extends: ['recommended', 'a11y'],

rules: {
// disabled because these are still recommended by the Ember.js docs
'no-builtin-form-components': 'off',
},
};
1 change: 1 addition & 0 deletions app/components/download-graph.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{!-- template-lint-disable no-at-ember-render-modifiers --}}
<div
local-class="wrapper"
data-test-download-graph
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"ember-router-scroll": "4.1.2",
"ember-source": "5.7.0",
"ember-svg-jar": "2.4.9",
"ember-template-lint": "5.13.0",
"ember-template-lint": "6.0.0",
"ember-test-selectors": "6.0.0",
"ember-tooltips": "3.6.0",
"ember-truth-helpers": "4.0.3",
Expand Down
57 changes: 21 additions & 36 deletions pnpm-lock.yaml

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

0 comments on commit 9e6d6ca

Please sign in to comment.