build: update eslint dependencies
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @angular-eslint/eslint-plugin | dependencies | patch | 14.0.0 -> 14.0.2 |
| @angular-eslint/eslint-plugin-template | dependencies | patch | 14.0.0 -> 14.0.2 |
| @angular-eslint/template-parser | dependencies | patch | 14.0.0 -> 14.0.2 |
| @types/eslint | dependencies | patch | 8.4.2 -> 8.4.5 |
| @typescript-eslint/eslint-plugin | dependencies | minor | 5.22.0 -> 5.31.0 |
| @typescript-eslint/experimental-utils | dependencies | minor | 5.22.0 -> 5.31.0 |
| @typescript-eslint/parser | dependencies | minor | 5.22.0 -> 5.31.0 |
| eslint (source) | dependencies | minor | 8.15.0 -> 8.20.0 |
| eslint-plugin-jest | dependencies | minor | 26.1.5 -> 26.7.0 |
| eslint-plugin-jsdoc | dependencies | minor | 39.2.9 -> 39.3.4 |
| eslint-plugin-mocha | dependencies | minor | 10.0.4 -> 10.1.0 |
| eslint-plugin-prettier | dependencies | minor | 4.0.0 -> 4.2.1 |
| eslint-plugin-sonarjs | dependencies | minor | 0.13.0 -> 0.14.0 |
Release Notes
angular-eslint/angular-eslint (@angular-eslint/eslint-plugin)
v14.0.2
Note: Version bump only for package @angular-eslint/eslint-plugin
v14.0.1
Bug Fixes
angular-eslint/angular-eslint (@angular-eslint/eslint-plugin-template)
v14.0.2
Note: Version bump only for package @angular-eslint/eslint-plugin-template
v14.0.1
Bug Fixes
angular-eslint/angular-eslint (@angular-eslint/template-parser)
v14.0.2
Note: Version bump only for package @angular-eslint/template-parser
v14.0.1
Note: Version bump only for package @angular-eslint/template-parser
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.31.0
Bug Fixes
- eslint-plugin: [typedef] Support nested array destructuring with type annotation (#5311) (6d19efe)
- scope-manager: handle typeParameters of TSInstantiationExpression (#5355) (2595ccf)
Features
- eslint-plugin: [consistent-generic-ctors] check class field declaration (#5288) (48f996e)
- eslint-plugin: [prefer-nullish-coalescing] add ignoreTernaryTests option (#4965) (f82727f)
5.30.7 (2022-07-18)
Bug Fixes
- eslint-plugin: [no-inferrable] fix optional param to valid code (#5342) (98f6d5e)
- eslint-plugin: [no-unused-vars] highlight last write reference (#5267) (c3f199a)
5.30.6 (2022-07-11)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.30.5 (2022-07-04)
Bug Fixes
- eslint-plugin: [consistent-indexed-object-style] fix record mode fixer for generics with a default value (#5280) (57f032c)
5.30.4 (2022-07-03)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.30.3 (2022-07-01)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.30.2 (2022-07-01)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.30.1 (2022-07-01)
Bug Fixes
v5.30.7
Bug Fixes
- eslint-plugin: [no-inferrable] fix optional param to valid code (#5342) (98f6d5e)
- eslint-plugin: [no-unused-vars] highlight last write reference (#5267) (c3f199a)
v5.30.6
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.30.5
Bug Fixes
- eslint-plugin: [consistent-indexed-object-style] fix record mode fixer for generics with a default value (#5280) (57f032c)
v5.30.4
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.30.3
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.30.2
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.30.1
Bug Fixes
v5.30.0
Features
- eslint-plugin: [no-shadow] add shadowed variable location to the error message (#5183) (8ca08e9)
- treat
thisintypeof thisas aThisExpression(#4382) (b04b2ce)
v5.29.0
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.28.0
Bug Fixes
- [TS4.7] allow visiting of typeParameters in TSTypeQuery (#5166) (dc1f930)
- eslint-plugin: [space-infix-ops] support for optional property without type (#5155) (1f25daf)
Features
5.27.1 (2022-06-06)
Bug Fixes
- eslint-plugin: [space-infix-ops] correct PropertyDefinition with typeAnnotation (#5113) (d320174)
- eslint-plugin: [space-infix-ops] regression fix for conditional types (#5135) (e5238c8)
- eslint-plugin: [space-infix-ops] regression fix for type aliases (#5138) (4e13deb)
v5.27.1
Bug Fixes
- eslint-plugin: [space-infix-ops] correct PropertyDefinition with typeAnnotation (#5113) (d320174)
- eslint-plugin: [space-infix-ops] regression fix for conditional types (#5135) (e5238c8)
- eslint-plugin: [space-infix-ops] regression fix for type aliases (#5138) (4e13deb)
v5.27.0
Bug Fixes
Features
- [4.7] support new extensions (#5027) (efc147b)
- eslint-plugin: [ban-ts-comment] add descriptionFormat option (#5026) (1fb31a4)
- eslint-plugin: [no-misused-promises] warn when spreading promises (#5053) (61ffa9e)
- eslint-plugin: [space-infix-ops] missing error report for conditional types (#5041) (0bfab6c)
v5.26.0
Bug Fixes
-
eslint-plugin: [member-delimiter-style] autofixer result is not as expected when comments after the delimiter with option
delimiter: 'none'(#5029) (ed7b5f6) -
eslint-plugin: [member-delimiter-style] autofixer result is not as expected with option
delimiter: 'none'(#5023) (9e97a11) - eslint-plugin: [prefer-readonly] correct issue with anonymus functions (#4974) (952e2f0), closes #2590
v5.25.0
Bug Fixes
- eslint-plugin: [typedef] stop enforcing rule for assignment expressions (#4958) (04a216c)
- eslint-plugin: strict config should not extend recommended (#5005) (05d71c2)
- website: correct Presets link to be Configs (#5004) (e18e91c)
Features
- eslint-plugin: [no-empty-function] new allow option overrideMethods (#4923) (13c05ae)
-
eslint-plugin: deprecate
no-duplicate-importsin favour ofimport/no-duplicates(#4973) (1d2e41a) - update to TypeScript 4.7-rc (#4829) (6fe783c)
v5.24.0
Bug Fixes
- eslint-plugin: [array-type] in fixer add missing parens for constructor types #4756 (#4971) (0377070)
Features
- eslint-plugin: Add BigInt object type to default ban-types list (#4970) (1867728)
- eslint-plugin: add new 'strict' config (#4706) (4a500b2)
v5.23.0
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/experimental-utils)
v5.31.0
Note: Version bump only for package @typescript-eslint/experimental-utils
5.30.7 (2022-07-18)
Note: Version bump only for package @typescript-eslint/experimental-utils
5.30.6 (2022-07-11)
Note: Version bump only for package @typescript-eslint/experimental-utils
5.30.5 (2022-07-04)
Note: Version bump only for package @typescript-eslint/experimental-utils
5.30.4 (2022-07-03)
Note: Version bump only for package @typescript-eslint/experimental-utils
5.30.3 (2022-07-01)
Note: Version bump only for package @typescript-eslint/experimental-utils
5.30.2 (2022-07-01)
Note: Version bump only for package @typescript-eslint/experimental-utils
5.30.1 (2022-07-01)
Note: Version bump only for package @typescript-eslint/experimental-utils
v5.30.7
Note: Version bump only for package @typescript-eslint/experimental-utils
v5.30.6
Note: Version bump only for package @typescript-eslint/experimental-utils
v5.30.5
Note: Version bump only for package @typescript-eslint/experimental-utils
v5.30.4
Note: Version bump only for package @typescript-eslint/experimental-utils
v5.30.3
Note: Version bump only for package @typescript-eslint/experimental-utils
v5.30.2
Note: Version bump only for package @typescript-eslint/experimental-utils
v5.30.1
Note: Version bump only for package @typescript-eslint/experimental-utils
v5.30.0
Note: Version bump only for package @typescript-eslint/experimental-utils
v5.29.0
Note: Version bump only for package @typescript-eslint/experimental-utils
v5.28.0
Note: Version bump only for package @typescript-eslint/experimental-utils
5.27.1 (2022-06-06)
Note: Version bump only for package @typescript-eslint/experimental-utils
v5.27.1
Note: Version bump only for package @typescript-eslint/experimental-utils
v5.27.0
Features
v5.26.0
Note: Version bump only for package @typescript-eslint/experimental-utils
v5.25.0
Note: Version bump only for package @typescript-eslint/experimental-utils
v5.24.0
Note: Version bump only for package @typescript-eslint/experimental-utils
v5.23.0
Note: Version bump only for package @typescript-eslint/experimental-utils
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.31.0
Note: Version bump only for package @typescript-eslint/parser
5.30.7 (2022-07-18)
Bug Fixes
5.30.6 (2022-07-11)
Note: Version bump only for package @typescript-eslint/parser
5.30.5 (2022-07-04)
Note: Version bump only for package @typescript-eslint/parser
5.30.4 (2022-07-03)
Note: Version bump only for package @typescript-eslint/parser
5.30.3 (2022-07-01)
Note: Version bump only for package @typescript-eslint/parser
5.30.2 (2022-07-01)
Note: Version bump only for package @typescript-eslint/parser
5.30.1 (2022-07-01)
Note: Version bump only for package @typescript-eslint/parser
v5.30.7
Bug Fixes
v5.30.6
Note: Version bump only for package @typescript-eslint/parser
v5.30.5
Note: Version bump only for package @typescript-eslint/parser
v5.30.4
Note: Version bump only for package @typescript-eslint/parser
v5.30.3
Note: Version bump only for package @typescript-eslint/parser
v5.30.2
Note: Version bump only for package @typescript-eslint/parser
v5.30.1
Note: Version bump only for package @typescript-eslint/parser
v5.30.0
Note: Version bump only for package @typescript-eslint/parser
v5.29.0
Note: Version bump only for package @typescript-eslint/parser
v5.28.0
Note: Version bump only for package @typescript-eslint/parser
5.27.1 (2022-06-06)
Note: Version bump only for package @typescript-eslint/parser
v5.27.1
Note: Version bump only for package @typescript-eslint/parser
v5.27.0
Bug Fixes
Features
v5.26.0
Note: Version bump only for package @typescript-eslint/parser
v5.25.0
Note: Version bump only for package @typescript-eslint/parser
v5.24.0
Note: Version bump only for package @typescript-eslint/parser
v5.23.0
Note: Version bump only for package @typescript-eslint/parser
eslint/eslint
v8.20.0
Features
Bug Fixes
-
30be0edfix: no-warning-comments rule escapes special RegEx characters in terms (#16090) (Lachlan Hunt) -
bfe5e88fix: ignore spacing before]and}in comma-spacing (#16113) (Milos Djermanovic)
Documentation
-
845c4f4docs: Add website team details (#16115) (Nicholas C. Zakas) -
5a0dfdbdocs: Link to blog post in no-constant-binary-expression (#16112) (Jordan Eldredge) -
bc692a9docs: remove install command (#16084) (Strek) -
49ca3f0docs: don't show toc when content not found (#16095) (Amaresh S M) -
ba19e3fdocs: enhance 404 page UI (#16097) (Amaresh S M) -
a75d3b4docs: remove unused meta.docs.category field in working-with-rules page (#16109) (Brandon Scott) -
cdc0206docs: add formatters page edit link (#16094) (Amaresh S M) -
4d1ed22docs: preselect default theme (#16098) (Strek) -
4b79612docs: add missing correct/incorrect containers (#16087) (Milos Djermanovic) -
09f6acbdocs: fix UI bug on rules index and details pages (#16082) (Deepshika S) -
f5db264docs: remove remaining duplicate rule descriptions (#16093) (Milos Djermanovic) -
32a6b2adocs: Add scroll behaviour smooth (#16056) (Amaresh S M)
Chores
-
bbf8df4chore: Mark autogenerated release blog post as draft (#16130) (Nicholas C. Zakas) -
eee4306chore: update internal lint dependencies (#16088) (Bryan Mishkin) -
9615a42chore: update formatter examples template to avoid markdown lint error (#16085) (Milos Djermanovic) -
62541edchore: fix markdown linting error (#16083) (唯然)
v8.19.0
Features
-
7023628feat: add importNames support for patterns in no-restricted-imports (#16059) (Brandon Scott) -
472c368feat: fix handling of blocklesswithstatements in indent rule (#16068) (Milos Djermanovic)
Bug Fixes
Documentation
-
3ae0574docs: Remove duplicate rule descriptions (#16052) (Amaresh S M) -
f50cf43docs: Add base href to each page to fix relative URLs (#16046) (Nicholas C. Zakas) -
ae4b449docs: make logo link clickable on small width screens (#16058) (Milos Djermanovic) -
280f898docs: use only fenced code blocks (#16044) (Milos Djermanovic) -
f5d63b9docs: add listener only if element exists (#16045) (Amaresh S M) -
8b639ccdocs: add missing migrating-to-8.0.0 in the user guide (#16048) (唯然) -
b8e68c1docs: Update release process (#16036) (Nicholas C. Zakas) -
6d0cb11docs: remove table of contents from markdown text (#15999) (Nitin Kumar)
Chores
-
e884933chore: usegithub-sluggerfor markdown anchors (#16067) (Strek) -
02e9cb0chore: revamp carbon ad style (#16078) (Amaresh S M) -
b6aee95chore: remove unwanted comments from rules markdown (#16054) (Strek) -
6840940chore: correctly use .markdownlintignore in Makefile (#16060) (Bryan Mishkin) -
48904fbchore: add missing images (#16017) (Amaresh S M) -
910f741chore: add architecture to nav (#16039) (Strek) -
9bb24c1chore: add correct incorrect in all rules doc (#16021) (Deepshika S) -
5a96af8chore: prepare versions data file (#16035) (Nicholas C. Zakas) -
50afe6fchore: Included githubactions in the dependabot config (#15985) (Naveen) -
473411echore: add deploy workflow for playground (#16034) (Milos Djermanovic) -
a30b66cchore: fix print style (#16025) (Amaresh S M) -
f4dad59chore: add noindex meta tag (#16016) (Milos Djermanovic) -
db387a8chore: fix sitemap (#16026) (Milos Djermanovic) -
285fbc5chore: remove TOC from printable (#16020) (Strek) -
8e84c21chore: remove ligatures from fonts (#16019) (Strek)
v8.18.0
Features
Bug Fixes
Documentation
-
4871047docs: Update analytics, canonical URL, ads (#15996) (Nicholas C. Zakas) -
cddad14docs: Add correct/incorrect containers (#15998) (Nicholas C. Zakas) -
b04bc6fdocs: Add rules meta info to rule pages (#15902) (Nicholas C. Zakas) -
1324f10docs: unify the wording referring to optional exception (#15893) (Abdelrahman Elkady) -
ad54d02docs: add missing trailing slash to some internal links (#15991) (Milos Djermanovic) -
df7768edocs: Switch to version-relative URLs (#15978) (Nicholas C. Zakas) -
21d6479docs: change some absolute links to relative (#15970) (Milos Djermanovic) -
f31216adocs: Update README team and sponsors (ESLint Jenkins)
Build Related
Chores
- [
f6e2e63](https://togithub.com/eslint/eslint/commit/f6e2e632fa3710c
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Renovate Bot.
Codecov Report
Base: 82.28% // Head: 82.46% // Increases project coverage by +0.17% :tada:
Coverage data is based on head (
4d05550) compared to base (3370fc9). Patch has no changes to coverable lines.
:exclamation: Current head 4d05550 differs from pull request most recent head e289f11. Consider uploading reports for the commit e289f11 to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## master #1328 +/- ##
==========================================
+ Coverage 82.28% 82.46% +0.17%
==========================================
Files 617 617
Lines 8828 8781 -47
Branches 1708 1686 -22
==========================================
- Hits 7264 7241 -23
+ Misses 1482 1459 -23
+ Partials 82 81 -1
| Flag | Coverage Δ | |
|---|---|---|
| cdk | 79.94% <ø> (+0.19%) |
:arrow_up: |
| jest | 80.83% <ø> (ø) |
|
| ngxs | 96.34% <ø> (ø) |
|
| summary | 82.46% <ø> (+0.17%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| libs/cdk/excel/src/public_api.ts | 100.00% <0.00%> (ø) |
|
| libs/cdk/virtual-table/src/public_api.ts | 100.00% <0.00%> (ø) |
|
| ...ual-table/src/interfaces/table-builder.external.ts | 100.00% <0.00%> (ø) |
|
| ...table/src/services/filterable/table-filter-type.ts | 100.00% <0.00%> (ø) |
|
| .../src/components/ngx-column/ngx-column.component.ts | 100.00% <0.00%> (ø) |
|
| ...ervices/template-parser/template-parser.service.ts | 60.57% <0.00%> (ø) |
|
| ...ebsocket/src/services/abstract-websocket.client.ts | 92.04% <0.00%> (+0.09%) |
:arrow_up: |
| ...able/src/services/filterable/filterable.service.ts | 79.16% <0.00%> (+1.66%) |
:arrow_up: |
| libs/cdk/excel/src/excel-builder.service.ts | 96.82% <0.00%> (+3.86%) |
:arrow_up: |
| ...ual-table/src/services/filterable/filter.worker.ts | 86.71% <0.00%> (+8.19%) |
:arrow_up: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.