Closed renovate[bot] closed 3 years ago
This PR contains the following updates:
^4.30.0
^4.33.0
^3.6.0
^3.10.0
^10.5.4
^10.5.7
^2.3.2
^2.4.1
📅 Schedule: "after 9pm on sunday" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information 0.0% Duplication
This PR contains the following updates:
^4.30.0
->^4.33.0
^4.30.0
->^4.33.0
^3.6.0
->^3.10.0
^10.5.4
->^10.5.7
^2.3.2
->^2.4.1
Release Notes
typescript-eslint/typescript-eslint
### [`v4.33.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md#4330-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4320v4330-2021-10-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.32.0...v4.33.0) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v4.32.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md#4320-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4312v4320-2021-09-27) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.31.2...v4.32.0) ##### Features - Support `'latest'` as `ecmaVersion` ([#3873](https://togithub.com/typescript-eslint/typescript-eslint/issues/3873)) ([25a42c0](https://togithub.com/typescript-eslint/typescript-eslint/commit/25a42c0bbe92d1ecbc2e8ff9ef3a3ef413f728b0)) #### [4.31.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.31.1...v4.31.2) (2021-09-20) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [4.31.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.31.0...v4.31.1) (2021-09-13) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v4.31.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md#4312-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4311v4312-2021-09-20) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.31.1...v4.31.2) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v4.31.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md#4311-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4310v4311-2021-09-13) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.31.0...v4.31.1) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v4.31.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md#4310-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4300v4310-2021-09-06) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.30.0...v4.31.0) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)ember-template-lint/ember-template-lint
### [`v3.10.0`](https://togithub.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md#v3100-2021-10-13) [Compare Source](https://togithub.com/ember-template-lint/ember-template-lint/compare/v3.9.0...v3.10.0) ##### :rocket: Enhancement - [#2126](https://togithub.com/ember-template-lint/ember-template-lint/pull/2126) Add new rule `no-empty-headings` ([@glnster](https://togithub.com/glnster)) - [#2127](https://togithub.com/ember-template-lint/ember-template-lint/pull/2127) Add `allowEmptyLinks` option (default `true`) to `no-invalid-link-text` rule ([@glnster](https://togithub.com/glnster)) ##### :bug: Bug Fix - [#2137](https://togithub.com/ember-template-lint/ember-template-lint/pull/2137) Skip SVG elements in `require-presentational-children` rule ([@mydea](https://togithub.com/mydea)) ##### Committers: 2 - Francesco Novy ([@mydea](https://togithub.com/mydea)) - Glenn Cueto ([@glnster](https://togithub.com/glnster)) ### [`v3.9.0`](https://togithub.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md#v390-2021-10-05) [Compare Source](https://togithub.com/ember-template-lint/ember-template-lint/compare/v3.8.0...v3.9.0) ##### :rocket: Enhancement - [#1982](https://togithub.com/ember-template-lint/ember-template-lint/pull/1982) Add new rule `require-presentational-children` ([@faith-or](https://togithub.com/faith-or)) - [#636](https://togithub.com/ember-template-lint/ember-template-lint/pull/636) Add new rule `require-context-role` ([@lifeart](https://togithub.com/lifeart)) - [#1955](https://togithub.com/ember-template-lint/ember-template-lint/pull/1955) Add new rule `no-valueless-arguments` ([@Windvis](https://togithub.com/Windvis)) - [#1841](https://togithub.com/ember-template-lint/ember-template-lint/pull/1841) Add new rule `no-with` ([@bertdeblock](https://togithub.com/bertdeblock)) - [#2053](https://togithub.com/ember-template-lint/ember-template-lint/pull/2053) Add `labelTags` option for custom label components to `require-input-label` rule ([@lifeart](https://togithub.com/lifeart)) - [#2118](https://togithub.com/ember-template-lint/ember-template-lint/pull/2118) Add autofixer to `no-negated-condition` rule ([@bmish](https://togithub.com/bmish)) - [#1935](https://togithub.com/ember-template-lint/ember-template-lint/pull/1935) Add autofixer to `no-unknown-arguments-for-builtin-components` rule ([@dwickern](https://togithub.com/dwickern)) - [#2013](https://togithub.com/ember-template-lint/ember-template-lint/pull/2013) Add `Textarea` support to `builtin-component-arguments` rule ([@lifeart](https://togithub.com/lifeart)) ##### :bug: Bug Fix - [#1934](https://togithub.com/ember-template-lint/ember-template-lint/pull/1934) Fix false positives in `deprecated-inline-view-helper` rule ([@dwickern](https://togithub.com/dwickern)) - [#1851](https://togithub.com/ember-template-lint/ember-template-lint/pull/1851) Fix false positive with slash symbol in `no-unbound` rule ([@lifeart](https://togithub.com/lifeart)) - [#1861](https://togithub.com/ember-template-lint/ember-template-lint/pull/1861) Fix false positive with local `log` in `no-log` rule ([@bertdeblock](https://togithub.com/bertdeblock)) - [#1864](https://togithub.com/ember-template-lint/ember-template-lint/pull/1864) Add `has-block-params` as built-in helper to `no-implicit-this` rule ([@bertdeblock](https://togithub.com/bertdeblock)) ##### :memo: Documentation - [#2119](https://togithub.com/ember-template-lint/ember-template-lint/pull/2119) Stricter validation of rule doc notices ([@bmish](https://togithub.com/bmish)) ##### :house: Internal - [#2107](https://togithub.com/ember-template-lint/ember-template-lint/pull/2107) Move helpers located in `_internal` folder to main `helpers` folder ([@bertdeblock](https://togithub.com/bertdeblock)) ##### Committers: 6 - Alex Kanunnikov ([@lifeart](https://togithub.com/lifeart)) - Bert De Block ([@bertdeblock](https://togithub.com/bertdeblock)) - Bryan Mishkin ([@bmish](https://togithub.com/bmish)) - Derek Wickern ([@dwickern](https://togithub.com/dwickern)) - Faith Or ([@faith-or](https://togithub.com/faith-or)) - Sam Van Campenhout ([@Windvis](https://togithub.com/Windvis)) ### [`v3.8.0`](https://togithub.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md#v380-2021-10-01) [Compare Source](https://togithub.com/ember-template-lint/ember-template-lint/compare/v3.7.0...v3.8.0) ##### :rocket: Enhancement - [#2115](https://togithub.com/ember-template-lint/ember-template-lint/pull/2115) Converting --clean-todo to a default, providing --no-clean-todo option ([@scalvert](https://togithub.com/scalvert)) - [#2020](https://togithub.com/ember-template-lint/ember-template-lint/pull/2020) Add `--fix` support for `eol-last` rule ([@rwjblue](https://togithub.com/rwjblue)) ##### :bug: Bug Fix - [#2051](https://togithub.com/ember-template-lint/ember-template-lint/pull/2051) Bugfix: resolved issue with incorrect button type in form during template fix ([@lifeart](https://togithub.com/lifeart)) - [#2088](https://togithub.com/ember-template-lint/ember-template-lint/pull/2088) Bugfix: fixes fuzzy messages arguments suggestion ([@lifeart](https://togithub.com/lifeart)) - [#1863](https://togithub.com/ember-template-lint/ember-template-lint/pull/1863) Fix `undefined` error message for `no-link-to-positional-params` rule ([@bertdeblock](https://togithub.com/bertdeblock)) ##### :memo: Documentation - [#2116](https://togithub.com/ember-template-lint/ember-template-lint/pull/2116) Slight tweak to explanation in `no-negated-condition` doc ([@bmish](https://togithub.com/bmish)) - [#2104](https://togithub.com/ember-template-lint/ember-template-lint/pull/2104) Mention package.json keywords for plugin discoverability ([@bmish](https://togithub.com/bmish)) - [#2099](https://togithub.com/ember-template-lint/ember-template-lint/pull/2099) Add ember/lint keywords to package.json ([@bmish](https://togithub.com/bmish)) ##### :house: Internal - [#2073](https://togithub.com/ember-template-lint/ember-template-lint/pull/2073) Ensures all log calls include `node` ([@scalvert](https://togithub.com/scalvert)) ##### Committers: 5 - Alex Kanunnikov ([@lifeart](https://togithub.com/lifeart)) - Bert De Block ([@bertdeblock](https://togithub.com/bertdeblock)) - Bryan Mishkin ([@bmish](https://togithub.com/bmish)) - Robert Jackson ([@rwjblue](https://togithub.com/rwjblue)) - Steve Calvert ([@scalvert](https://togithub.com/scalvert)) ### [`v3.7.0`](https://togithub.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md#v370-2021-09-07) [Compare Source](https://togithub.com/ember-template-lint/ember-template-lint/compare/v3.6.0...v3.7.0) ##### :rocket: Enhancement - [#2080](https://togithub.com/ember-template-lint/ember-template-lint/pull/2080) Add `require-valid-named-block-naming-format` rule ([@bertdeblock](https://togithub.com/bertdeblock)) - [#2079](https://togithub.com/ember-template-lint/ember-template-lint/pull/2079) Adding `--print-config` option to CLI ([@scalvert](https://togithub.com/scalvert)) ##### :bug: Bug Fix - [#2052](https://togithub.com/ember-template-lint/ember-template-lint/pull/2052) Ensure `deprecated-inline-view-helper` allows named blocks named `"view"` ([@lifeart](https://togithub.com/lifeart)) ##### Committers: 3 - Alex Kanunnikov ([@lifeart](https://togithub.com/lifeart)) - Bert De Block ([@bertdeblock](https://togithub.com/bertdeblock)) - Steve Calvert ([@scalvert](https://togithub.com/scalvert))ember-cli/eslint-plugin-ember
### [`v10.5.7`](https://togithub.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md#v1057-2021-10-13) [Compare Source](https://togithub.com/ember-cli/eslint-plugin-ember/compare/v10.5.6...v10.5.7) ##### :bug: Bug Fix - [#1336](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1336) Avoid crash when estraverse does not recognize node type during traversal ([@bmish](https://togithub.com/bmish)) ##### Committers: 1 - Bryan Mishkin ([@bmish](https://togithub.com/bmish)) ### [`v10.5.6`](https://togithub.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md#v1056-2021-10-12) [Compare Source](https://togithub.com/ember-cli/eslint-plugin-ember/compare/v10.5.5...v10.5.6) ##### :bug: Bug Fix - [#1333](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1333) Support ESLint v8 by switching from ESLint's internal traverser to `estraverse` ([@bmish](https://togithub.com/bmish)) ##### Committers: 1 - Bryan Mishkin ([@bmish](https://togithub.com/bmish)) ### [`v10.5.5`](https://togithub.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md#v1055-2021-09-20) [Compare Source](https://togithub.com/ember-cli/eslint-plugin-ember/compare/v10.5.4...v10.5.5) ##### :bug: Bug Fix - [#1297](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1297) Support if/else route definitions in `no-shadow-route-definition` rule ([@raido](https://togithub.com/raido)) ##### :memo: Documentation - [#1300](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1300) Add `eslint-plugin` keywords in package.json ([@bmish](https://togithub.com/bmish)) - [#1294](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1294) Super call missing arguments in some rule docs ([@StephanH90](https://togithub.com/StephanH90)) ##### :house: Internal - [#1301](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1301) Add jsdoc `type` annotation to rules ([@bmish](https://togithub.com/bmish)) - [#1299](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1299) Cache dependencies on GitHub Actions to speed up CI ([@ddzz](https://togithub.com/ddzz)) ##### Committers: 4 - Bryan Mishkin ([@bmish](https://togithub.com/bmish)) - Darius Dzien ([@ddzz](https://togithub.com/ddzz)) - Raido Kuli ([@raido](https://togithub.com/raido)) - [@StephanH90](https://togithub.com/StephanH90)prettier/prettier
### [`v2.4.1`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#241) [Compare Source](https://togithub.com/prettier/prettier/compare/2.4.0...2.4.1) [diff](https://togithub.com/prettier/prettier/compare/2.4.0...2.4.1) ##### Fix wildcard syntax in `@forward` ([#11482](https://togithub.com/prettier/prettier/pull/11482)) ([#11487](https://togithub.com/prettier/prettier/pull/11487) by [@niksy](https://togithub.com/niksy)) ```scss // Input @forward "library" as btn-*; // Prettier 2.4.0 @forward "library" as btn- *; // Prettier 2.4.1 @forward "library" as btn-*; ``` ##### Add new CLI option `debug-print-ast` ([#11514](https://togithub.com/prettier/prettier/pull/11514) by [@sosukesuzuki](https://togithub.com/sosukesuzuki)) A new `--debug-print-ast` CLI flag for debugging. ### [`v2.4.0`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#240) [Compare Source](https://togithub.com/prettier/prettier/compare/2.3.2...2.4.0) [diff](https://togithub.com/prettier/prettier/compare/2.3.2...2.4.0) 🔗 [Release Notes](https://prettier.io/blog/2021/09/09/2.4.0.html)Configuration
📅 Schedule: "after 9pm on sunday" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.