ng-in-viewport
ng-in-viewport copied to clipboard
chore(deps-dev): bump @angular-eslint/builder from 12.0.0 to 14.0.2
Bumps @angular-eslint/builder from 12.0.0 to 14.0.2.
Release notes
Sourced from @angular-eslint/builder's releases.
v14.0.2
14.0.2 (2022-07-09)
Bug Fixes
v14.0.1
14.0.1 (2022-07-08)
Bug Fixes
- builder: update to latest
@nrwl/devkit(#1082) (cc00a21)- remaining references to master (now main) (#1083) (8d36232)
v14.0.0
14.0.0 (2022-06-23)
As always we recommend that you update your existing workspaces by using
ng updateas we provide some helpful schematics to help migrate your workspaces to the latest and greatest. Running the following will update Angular, the Angular CLI and angular-eslint together:ng update @angular/core @angular/cli @angular-eslint/schematicsBREAKING CHANGES
This is a major version bump and comes with some breaking changes, one of which might possibly impact your ESLint configuration if you are targeting inline HTML templates with a very specific glob pattern because the virtual filename has changed (read on to learn more).
update Angular to v14
- All packages now require the use of Angular CLI >= 14.0.0 < 15.0.0
dropped support for Node 12 (in alignment with Angular's own version policy)
extracted inline HTML templates now contain the original Component filename in their processed virtual filename
- When ESLint runs on your Component files, if you are using the recommended configuration, it will invoke a processor we have set up to extract the inline HTML templates from your Component declarations. Behind the scenes we give these extracted templates virtual filenames ending in
.htmlso that rules targeting HTML files can also target your inline templates.- Before: In v13 the filename looked like this:
inline-template-${++i}.component.html, whereiwas an incrementing integer (in case for example you had multiple Component declarations in the same.tsfile.- Now: In v14 the filename now looks like this
inline-template-${baseFilename}-${++i}.component.html, whereihas the same incrementing integer behavior as before, but we now include the base filename within the virtual filename.
- E.g. if you have a test file in
projects/foo/src/app/app.spec.tswhich declares a Component with an inline template, the virtual filename generated behind the scene for that template will beinline-template-app.spec.ts-1.component.html.- This new behavior allows you to use ESLint overrides to apply different behavior to Component inline templates in different files.
Features
- update eslint to
^8.18.0(automatically migrated viang update)- update typescript-eslint to
^5.29.0(automatically migrated viang update)- update deprecated
cli.defaultCollectionusage inangular.jsonto usecli.schematicCollectionsinstead (automatically migrated viang update)v13.5.0
13.5.0 (2022-06-12)
... (truncated)
Changelog
Sourced from @angular-eslint/builder's changelog.
14.0.2 (2022-07-09)
Bug Fixes
14.0.1 (2022-07-08)
Bug Fixes
14.0.0 (2022-06-23)
Note: Version bump only for package
@angular-eslint/builder13.5.0 (2022-06-12)
Note: Version bump only for package
@angular-eslint/builder13.4.0 (2022-06-11)
Note: Version bump only for package
@angular-eslint/builder13.3.0 (2022-06-10)
Note: Version bump only for package
@angular-eslint/builder13.2.1 (2022-04-14)
Note: Version bump only for package
@angular-eslint/builder13.2.0 (2022-04-03)
Note: Version bump only for package
@angular-eslint/builder13.1.0 (2022-02-13)
Note: Version bump only for package
@angular-eslint/builder13.0.1 (2021-11-19)
Note: Version bump only for package
@angular-eslint/builder13.0.0 (2021-11-18)
Features
... (truncated)
Commits
56a3450chore: publish v14.0.2753a383fix(builder): add explicit dependency on nx (#1088)d22e28echore: publish v14.0.1cc00a21fix(builder): update to latest@nrwl/devkit(#1082)676699fchore: publish v14.0.02a388e9feat!: update to Angular v14 (#1004)6552d6cchore: publish v13.5.00bda2bbchore: publish v13.4.02e20defchore: update to nx 14.2.4 (#1035)85b0aabchore: publish v13.3.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated |
|---|---|---|---|
| ng-in-viewport | ❌ Failed (Inspect) | Jul 16, 2022 at 4:12AM (UTC) |
Superseded by #1189.