alxhotel / angular-bigscreen

:black_square_button: An Angular 2+ service to quickly use the HTML5 fullscreen API.
MIT License
7 stars 4 forks source link

Bump @angular/core from 10.1.6 to 15.2.5 #363

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @angular/core from 10.1.6 to 15.2.5.

Release notes

Sourced from @​angular/core's releases.

v15.2.5

15.2.5 (2023-03-29)

common

Commit Description
fix - ca5acadb78 invalid ImageKit transformation (#49201)

compiler

Commit Description
fix - 077f6b4674 do not unquote CSS values (#49460)
fix - c3cff35869 handle trailing comma in object literal (#49535)

core

Commit Description
fix - d201fc2dec set style property value to empty string instead of an invalid value (#49460)

router

Commit Description
fix - 978d37f324 Ensure Router preloading works with lazy component and static children (#49571)
fix - a844435514 fix #49457 outlet activating with old info (#49459)

Special Thanks

Alan Agius, Andrew Scott, Asaf Malin, Jan Cabadaj, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Sid and Tano Abeleyra

v15.2.4

15.2.4 (2023-03-22)

core

Commit Description
fix - bae6b5ceb1 Allow TestBed.configureTestingModule to work with recursive cycle of standalone components. (#49473)
fix - 087f4412af more accurate matching of classes during content projection (#48888)

migrations

Commit Description
fix - bf4d856834 preserve trailing commas in code generated by standalone migration (#49533)

Special Thanks

Aditya Srinivasan, Alex Rickabaugh, Andrew Scott, Kristiyan Kostadinov, Masaoki Kobayashi, Matthieu Riegler, Paul Gschwendtner, Peter Götz, Thomas Pischke, Virginia Dooley and avmaxim

v15.2.3

15.2.3 (2023-03-16)

Special Thanks

Alan Agius, Esteban Gehring, Matthieu Riegler and Virginia Dooley

v15.2.2

15.2.2 (2023-03-08)

migrations

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

15.2.5 (2023-03-29)

common

Commit Type Description
ca5acadb78 fix invalid ImageKit transformation (#49201)

compiler

Commit Type Description
077f6b4674 fix do not unquote CSS values (#49460)
c3cff35869 fix handle trailing comma in object literal (#49535)

core

Commit Type Description
d201fc2dec fix set style property value to empty string instead of an invalid value (#49460)

router

Commit Type Description
978d37f324 fix Ensure Router preloading works with lazy component and static children (#49571)
a844435514 fix fix #49457 outlet activating with old info (#49459)

Special Thanks

Alan Agius, Andrew Scott, Asaf Malin, Jan Cabadaj, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Sid and Tano Abeleyra

16.0.0-next.4 (2023-03-22)

Breaking Changes

platform-server

  • renderApplication method no longer accepts a root component as first argument. Instead, provide a bootstrapping function that returns a Promise<ApplicationRef>.

    Before

    const output: string = await renderApplication(RootComponent, options);
    

    Now

    const bootstrap = () => bootstrapApplication(RootComponent, appConfig);
    const output: string = await renderApplication(bootstrap, options);
    

compiler

Commit Type Description
13dd614cd1 feat add support for compile-time required inputs (#49453)

core

Commit Type Description
17e9862653 feat add API to provide CSP nonce for inline stylesheets (#49444)
d1617c449d feat allow removal of previously registered DestroyRef callbacks (#49493)
230345876c fix Allow TestBed.configureTestingModule to work with recursive cycle of standalone components. (#49473)

... (truncated)

Commits
  • 077f6b4 fix(compiler): do not unquote CSS values (#49460)
  • d201fc2 fix(core): set style property value to empty string instead of an invalid val...
  • 6d6fc12 refactor(core): Remove usage of deprecated Injector.create() (#49606)
  • 288156b Revert "fix(migrations): preserve trailing commas in code generated by standa...
  • bf4d856 fix(migrations): preserve trailing commas in code generated by standalone mig...
  • b293c6a refactor(core): Remove VE/Render3 aliases from ViewRef code (#49499)
  • 087f441 fix(core): more accurate matching of classes during content projection (#48888)
  • bae6b5c fix(core): Allow TestBed.configureTestingModule to work with recursive cycl...
  • 2dee505 refactor(core): split ɵɵdefineDirective and ɵɵdefineComponent (#49350)
  • b13e079 refactor(core): Remove ChangeDetectorStatus & `isDefaultChangeDetectionStra...
  • Additional commits viewable in compare view


Dependabot compatibility score

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)
dependabot[bot] commented 1 year ago

Superseded by #365.