-
Notifications
You must be signed in to change notification settings - Fork 649
Commit 4f2a2b3
committed
Auto merge of #4411 - rust-lang:renovate/ember-template-lint-4.x, r=Turbo87
Update dependency ember-template-lint to v4
[](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) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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
- [#​2208](https://togithub.com/ember-template-lint/ember-template-lint/pull/2208) Add `exports` to package.json to restrict access to private internals ([`@​bmish](https://togithub.com/bmish))`
- [#​2238](https://togithub.com/ember-template-lint/ember-template-lint/pull/2238) Config Files: Disallow extending an invalid configuration ([`@​bmish](https://togithub.com/bmish))`
- [#​2239](https://togithub.com/ember-template-lint/ember-template-lint/pull/2239) Config Files: Disallow invalid plugin in configuration file ([`@​bmish](https://togithub.com/bmish))`
- [#​2236](https://togithub.com/ember-template-lint/ember-template-lint/pull/2236) Config Files: Disallow unexpected properties at top-level of configuration file ([`@​bmish](https://togithub.com/bmish))`
- [#​2262](https://togithub.com/ember-template-lint/ember-template-lint/pull/2262) Convert to ESM ([`@​bmish](https://togithub.com/bmish))`
- [#​2245](https://togithub.com/ember-template-lint/ember-template-lint/pull/2245) Disallow specifying non-existent files on CLI ([`@​bmish](https://togithub.com/bmish))`
- [#​2261](https://togithub.com/ember-template-lint/ember-template-lint/pull/2261) Disallow unknown CLI options ([`@​bmish](https://togithub.com/bmish))`
- [#​2193](https://togithub.com/ember-template-lint/ember-template-lint/pull/2193) Remove CLI option `--json` ([`@​bmish](https://togithub.com/bmish))`
- [#​2207](https://togithub.com/ember-template-lint/ember-template-lint/pull/2207) Remove CLI option `--print-pending` ([`@​bmish](https://togithub.com/bmish))`
- [#​2252](https://togithub.com/ember-template-lint/ember-template-lint/pull/2252) Remove deprecated pending functionality ([`@​scalvert](https://togithub.com/scalvert))`
- [#​2191](https://togithub.com/ember-template-lint/ember-template-lint/pull/2191) Remove rule `deprecated-each-syntax` ([`@​bmish](https://togithub.com/bmish))`
- [#​2188](https://togithub.com/ember-template-lint/ember-template-lint/pull/2188) Remove rule `no-invalid-block-param-definition` ([`@​dcyriller](https://togithub.com/dcyriller))`
- [#​2176](https://togithub.com/ember-template-lint/ember-template-lint/pull/2176) Require Node `^12.22.0 || ^14.17.0 || >=16.0.0` ([`@​dcyriller](https://togithub.com/dcyriller))`
- [#​2211](https://togithub.com/ember-template-lint/ember-template-lint/pull/2211) Rule Configs: Add additional `recommended` rules for v4 ([`@​bmish](https://togithub.com/bmish))`
- [#​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 ([`@​bmish](https://togithub.com/bmish))`
- [#​2192](https://togithub.com/ember-template-lint/ember-template-lint/pull/2192) Rule Configs: Remove config `octane` ([`@​bmish](https://togithub.com/bmish))`
- [#​2242](https://togithub.com/ember-template-lint/ember-template-lint/pull/2242) Rule Reporting: When logging a rule violation, require passing `message` ([`@​bmish](https://togithub.com/bmish))`
- [#​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 ([`@​bmish](https://togithub.com/bmish))`
- [#​2279](https://togithub.com/ember-template-lint/ember-template-lint/pull/2279) Testing: Disallow duplicate test cases ([`@​bmish](https://togithub.com/bmish))`
- [#​2240](https://togithub.com/ember-template-lint/ember-template-lint/pull/2240) Testing: Disallow identical `template` and `fixedTemplate` in a test case ([`@​bmish](https://togithub.com/bmish))`
- [#​2216](https://togithub.com/ember-template-lint/ember-template-lint/pull/2216) Testing: Disallow unexpected properties in rule test cases ([`@​bmish](https://togithub.com/bmish))`
- [#​2230](https://togithub.com/ember-template-lint/ember-template-lint/pull/2230) Testing: Only fixable test cases are allowed to assert `fixedTemplate` ([`@​bmish](https://togithub.com/bmish))`
- [#​2217](https://togithub.com/ember-template-lint/ember-template-lint/pull/2217) Testing: Require auto-fixable test cases to assert the fixed template ([`@​bmish](https://togithub.com/bmish))`
- [#​2255](https://togithub.com/ember-template-lint/ember-template-lint/pull/2255) Todos: Convert to single file storage ([`@​scalvert](https://togithub.com/scalvert))`
- [#​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 ([`@​bmish](https://togithub.com/bmish))`
- [#​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 ([`@​bertdeblock](https://togithub.com/bertdeblock))`
- [#​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` ([`@​bmish](https://togithub.com/bmish))`
- [#​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` ([`@​bmish](https://togithub.com/bmish))`
- [#​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 ([`@​bertdeblock](https://togithub.com/bertdeblock))`
- [#​2172](https://togithub.com/ember-template-lint/ember-template-lint/pull/2172) Upgrade `ember-template-recast` to v6 ([`@​dcyriller](https://togithub.com/dcyriller))`
- [#​2293](https://togithub.com/ember-template-lint/ember-template-lint/pull/2293) Upgrade `find-up` to v6 ([`@​bmish](https://togithub.com/bmish))`
- [#​2294](https://togithub.com/ember-template-lint/ember-template-lint/pull/2294) Upgrade `get-stdin` to v9 ([`@​bmish](https://togithub.com/bmish))`
- [#​2296](https://togithub.com/ember-template-lint/ember-template-lint/pull/2296) Upgrade `globby` to v6 ([`@​bmish](https://togithub.com/bmish))`
- [#​2197](https://togithub.com/ember-template-lint/ember-template-lint/pull/2197) Upgrade `yargs` dependency to v17 ([`@​bertdeblock](https://togithub.com/bertdeblock))`
##### 🚀 Enhancement
- [#​2143](https://togithub.com/ember-template-lint/ember-template-lint/pull/2143) Add autofixer to `quotes` rule ([`@​courajs](https://togithub.com/courajs))`
##### 📝 Documentation
- [#​2297](https://togithub.com/ember-template-lint/ember-template-lint/pull/2297) Add v4 migration guide ([`@​bmish](https://togithub.com/bmish))`
##### Committers: 7
- [`@​NullVoxPopuli](https://togithub.com/NullVoxPopuli)`
- Aaron Sikes ([`@​courajs](https://togithub.com/courajs))`
- Bert De Block ([`@​bertdeblock](https://togithub.com/bertdeblock))`
- Bryan Mishkin ([`@​bmish](https://togithub.com/bmish))`
- Cyrille ([`@​dcyriller](https://togithub.com/dcyriller))`
- Sam Van Campenhout ([`@​Windvis](https://togithub.com/Windvis))`
- Steve Calvert ([`@​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).File tree
Expand file treeCollapse file tree
3 files changed
+167
-109
lines changedFilter options
Expand file treeCollapse file tree
3 files changed
+167
-109
lines changed.template-lintrc.js
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
107 |
| - | |
| 107 | + | |
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
|
0 commit comments