minimize filesystem calls when generating shims (#47682)
Special Thanks
Alan Agius, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Bob Watson, Charles Lyding, Joey Perrott, Joshua Morony, Mathew Berg, Paul Gschwendtner, Peter Dickten, Renan Ferro, Sri Ram, WD Snoeijer, markostanimirovic and Álvaro Martínez
v14.2.5
14.2.5 (2022-10-05)
Special Thanks
Alexander Wiebe, Ciprian Sauliuc, Dmytro Mezhenskyi, George Kalpakas, Joe Martin (Crowdstaffing), Jordan, Ole M, Paul Gschwendtner, Pawel Kozlowski and mgechev
v14.2.4
14.2.4 (2022-09-28)
compiler-cli
Commit
Description
cache source file for reporting type-checking diagnostics (#47508)
core
Commit
Description
correctly check for typeof of undefined in ngDevMode check (#47480)
Special Thanks
Alan Agius, Ashley Hunter, Doug Parker, Jessica Janiuk, JoostK, Kristiyan Kostadinov, Rokas Brazdžionis and Simona Cotin
v14.2.3
14.2.3 (2022-09-21)
animations
Commit
Description
make sure that the useAnimation function delay is applied (#47468)
Delay router scroll event until navigated components have rendered (#47563)
Special Thanks
Alan Agius, Alex Castle, Andrew Kushnir, Andrew Scott, Bob Watson, Charles Barnes, Charles Lyding, Kara Erickson, Kristiyan Kostadinov, Paul Gschwendtner, Virginia Dooley, WD Snoeijer, abergquist and urugator
14.2.7 (2022-10-19)
Special Thanks
Bob Watson, Charles Barnes, Joey Perrott, Virginia Dooley, WD Snoeijer, abergquist and urugator
15.0.0-next.6 (2022-10-12)
Breaking Changes
compiler-cli
Invalid constructors for DI may now report compilation errors
When a class inherits its constructor from a base class, the compiler may now
report an error when that constructor cannot be used for DI purposes. This may
either be because the base class is missing an Angular decorator such as
@Injectable() or @Directive(), or because the constructor contains parameters
which do not have an associated token (such as primitive types like string).
These situations used to behave unexpectedly at runtime, where the class may be
... (truncated)
Commits
60e758a docs: add oxford commas and rephrase sentences (#47540)
2c46b5a fix(core): correctly check for typeof of undefined in ngDevMode check (#4...
bba2dae fix(animations): make sure that the useAnimation function delay is applied (#...
e21494a refactor(core): drop RootContext object (#47056)
937e6c5 fix(animations): make sure that the animation function delay is applied (#47285)
24e5c2a docs(core): fix viewProviders & providers typos in NodeInjectorFactory (#47408)
c9bdf9b fix(common): rename rawSrc -> ngSrc in NgOptimizedImage directive (#47362...
a61d553 refactor(common): drop unnecessary srcset sanitization (#47302)
403b970 refactor(common): create an NgFor alias for NgForOf directive (#47309)
This version was pushed to npm by google-wombot, a new releaser for @angular/core since your current version.
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @angular/core from 2.1.1 to 14.2.8.
Release notes
Sourced from
@angular/core
's releases.... (truncated)
Changelog
Sourced from
@angular/core
's changelog.... (truncated)
Commits
60e758a
docs: add oxford commas and rephrase sentences (#47540)2c46b5a
fix(core): correctly check fortypeof
of undefined inngDevMode
check (#4...bba2dae
fix(animations): make sure that the useAnimation function delay is applied (#...e21494a
refactor(core): dropRootContext
object (#47056)937e6c5
fix(animations): make sure that the animation function delay is applied (#47285)24e5c2a
docs(core): fix viewProviders & providers typos in NodeInjectorFactory (#47408)c9bdf9b
fix(common): renamerawSrc
->ngSrc
in NgOptimizedImage directive (#47362...a61d553
refactor(common): drop unnecessary srcset sanitization (#47302)403b970
refactor(common): create anNgFor
alias forNgForOf
directive (#47309)a3e1303
fix(core): imply@Optional
flag when a default value is provided (#47242)Maintainer changes
This version was pushed to npm by google-wombot, a new releaser for
@angular/core
since your current version.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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)