Skip to content

Commit 4f2a2b3

Browse files
committed
Auto merge of #4411 - rust-lang:renovate/ember-template-lint-4.x, r=Turbo87
Update dependency ember-template-lint to v4 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ember-template-lint](https://togithub.com/ember-template-lint/ember-template-lint) | [`3.16.0` -> `4.0.0`](https://renovatebot.com/diffs/npm/ember-template-lint/3.16.0/4.0.0) | [![age](https://badges.renovateapi.com/packages/npm/ember-template-lint/4.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-template-lint/4.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-template-lint/4.0.0/compatibility-slim/3.16.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-template-lint/4.0.0/confidence-slim/3.16.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ember-template-lint/ember-template-lint</summary> ### [`v4.0.0`](https://togithub.com/ember-template-lint/ember-template-lint/blob/HEAD/CHANGELOG.md#v400-2022-01-05) [Compare Source](https://togithub.com/ember-template-lint/ember-template-lint/compare/v3.16.0...v4.0.0) Also see the [v4 migration guide](docs/migration/v4.md). ##### 💥 Breaking Change - [#&#8203;2208](https://togithub.com/ember-template-lint/ember-template-lint/pull/2208) Add `exports` to package.json to restrict access to private internals ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2238](https://togithub.com/ember-template-lint/ember-template-lint/pull/2238) Config Files: Disallow extending an invalid configuration ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2239](https://togithub.com/ember-template-lint/ember-template-lint/pull/2239) Config Files: Disallow invalid plugin in configuration file ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2236](https://togithub.com/ember-template-lint/ember-template-lint/pull/2236) Config Files: Disallow unexpected properties at top-level of configuration file ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2262](https://togithub.com/ember-template-lint/ember-template-lint/pull/2262) Convert to ESM ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2245](https://togithub.com/ember-template-lint/ember-template-lint/pull/2245) Disallow specifying non-existent files on CLI ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2261](https://togithub.com/ember-template-lint/ember-template-lint/pull/2261) Disallow unknown CLI options ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2193](https://togithub.com/ember-template-lint/ember-template-lint/pull/2193) Remove CLI option `--json` ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2207](https://togithub.com/ember-template-lint/ember-template-lint/pull/2207) Remove CLI option `--print-pending` ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2252](https://togithub.com/ember-template-lint/ember-template-lint/pull/2252) Remove deprecated pending functionality ([`@&#8203;scalvert](https://togithub.com/scalvert))` - [#&#8203;2191](https://togithub.com/ember-template-lint/ember-template-lint/pull/2191) Remove rule `deprecated-each-syntax` ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2188](https://togithub.com/ember-template-lint/ember-template-lint/pull/2188) Remove rule `no-invalid-block-param-definition` ([`@&#8203;dcyriller](https://togithub.com/dcyriller))` - [#&#8203;2176](https://togithub.com/ember-template-lint/ember-template-lint/pull/2176) Require Node `^12.22.0 || ^14.17.0 || >=16.0.0` ([`@&#8203;dcyriller](https://togithub.com/dcyriller))` - [#&#8203;2211](https://togithub.com/ember-template-lint/ember-template-lint/pull/2211) Rule Configs: Add additional `recommended` rules for v4 ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2237](https://togithub.com/ember-template-lint/ember-template-lint/pull/2237) Rule Configs: Remove config `2-x-recommended` and add `3-x-recommended` config ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2192](https://togithub.com/ember-template-lint/ember-template-lint/pull/2192) Rule Configs: Remove config `octane` ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2242](https://togithub.com/ember-template-lint/ember-template-lint/pull/2242) Rule Reporting: When logging a rule violation, require passing `message` ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2228](https://togithub.com/ember-template-lint/ember-template-lint/pull/2228) Rule Reporting: When logging a rule violation, require passing the node or all loc properties ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2279](https://togithub.com/ember-template-lint/ember-template-lint/pull/2279) Testing: Disallow duplicate test cases ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2240](https://togithub.com/ember-template-lint/ember-template-lint/pull/2240) Testing: Disallow identical `template` and `fixedTemplate` in a test case ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2216](https://togithub.com/ember-template-lint/ember-template-lint/pull/2216) Testing: Disallow unexpected properties in rule test cases ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2230](https://togithub.com/ember-template-lint/ember-template-lint/pull/2230) Testing: Only fixable test cases are allowed to assert `fixedTemplate` ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2217](https://togithub.com/ember-template-lint/ember-template-lint/pull/2217) Testing: Require auto-fixable test cases to assert the fixed template ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2255](https://togithub.com/ember-template-lint/ember-template-lint/pull/2255) Todos: Convert to single file storage ([`@&#8203;scalvert](https://togithub.com/scalvert))` - [#&#8203;2241](https://togithub.com/ember-template-lint/ember-template-lint/pull/2241) Update `no-bare-strings` rule options to augment instead of replace the default config ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2089](https://togithub.com/ember-template-lint/ember-template-lint/pull/2089) Update `no-bare-strings` rule to check the arguments to `{{page-title ...}}` helper ([`@&#8203;bertdeblock](https://togithub.com/bertdeblock))` - [#&#8203;2278](https://togithub.com/ember-template-lint/ember-template-lint/pull/2278) Update `no-element-event-actions` rule to set `requireActionHelper` option default to `false` ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2195](https://togithub.com/ember-template-lint/ember-template-lint/pull/2195) Update `no-invalid-link-text` rule to set `allowEmptyLinks` option default to `false` ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;1881](https://togithub.com/ember-template-lint/ember-template-lint/pull/1881) Update `no-invalid-link-title` rule to check for link title being substring of link text ([`@&#8203;bertdeblock](https://togithub.com/bertdeblock))` - [#&#8203;2172](https://togithub.com/ember-template-lint/ember-template-lint/pull/2172) Upgrade `ember-template-recast` to v6 ([`@&#8203;dcyriller](https://togithub.com/dcyriller))` - [#&#8203;2293](https://togithub.com/ember-template-lint/ember-template-lint/pull/2293) Upgrade `find-up` to v6 ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2294](https://togithub.com/ember-template-lint/ember-template-lint/pull/2294) Upgrade `get-stdin` to v9 ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2296](https://togithub.com/ember-template-lint/ember-template-lint/pull/2296) Upgrade `globby` to v6 ([`@&#8203;bmish](https://togithub.com/bmish))` - [#&#8203;2197](https://togithub.com/ember-template-lint/ember-template-lint/pull/2197) Upgrade `yargs` dependency to v17 ([`@&#8203;bertdeblock](https://togithub.com/bertdeblock))` ##### 🚀 Enhancement - [#&#8203;2143](https://togithub.com/ember-template-lint/ember-template-lint/pull/2143) Add autofixer to `quotes` rule ([`@&#8203;courajs](https://togithub.com/courajs))` ##### 📝 Documentation - [#&#8203;2297](https://togithub.com/ember-template-lint/ember-template-lint/pull/2297) Add v4 migration guide ([`@&#8203;bmish](https://togithub.com/bmish))` ##### Committers: 7 - [`@&#8203;NullVoxPopuli](https://togithub.com/NullVoxPopuli)` - Aaron Sikes ([`@&#8203;courajs](https://togithub.com/courajs))` - Bert De Block ([`@&#8203;bertdeblock](https://togithub.com/bertdeblock))` - Bryan Mishkin ([`@&#8203;bmish](https://togithub.com/bmish))` - Cyrille ([`@&#8203;dcyriller](https://togithub.com/dcyriller))` - Sam Van Campenhout ([`@&#8203;Windvis](https://togithub.com/Windvis))` - Steve Calvert ([`@&#8203;scalvert](https://togithub.com/scalvert))` </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents acb6caf + bfebee7 commit 4f2a2b3

File tree

3 files changed

+167
-109
lines changed

3 files changed

+167
-109
lines changed

.template-lintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';
22

33
module.exports = {
4-
extends: ['octane', 'a11y'],
4+
extends: ['recommended', 'a11y'],
55
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"ember-router-scroll": "4.1.2",
105105
"ember-source": "3.28.8",
106106
"ember-svg-jar": "2.3.4",
107-
"ember-template-lint": "3.16.0",
107+
"ember-template-lint": "4.0.0",
108108
"ember-test-selectors": "6.0.0",
109109
"ember-tooltips": "3.5.1",
110110
"ember-truth-helpers": "3.0.0",

0 commit comments

Comments
 (0)