ipfs-examples / js-ipfs-examples

Collection of js-ipfs examples
247 stars 158 forks source link

chore(deps): bump @angular/platform-browser from 13.3.12 to 15.2.1 #752

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps @angular/platform-browser from 13.3.12 to 15.2.1.

Release notes

Sourced from @​angular/platform-browser's releases.

v15.2.1

15.2.1 (2023-03-01)

common

Commit Description
fix - f0e926074d make Location.normalize() return the correct path when the base path contains characters that interfere with regex syntax. (#49181)

compiler-cli

Commit Description
fix - 04d8b6c61a do not persist component analysis if template/styles are missing (#49184)

core

Commit Description
fix - d60ea6ab5a update zone.js peerDependencies ranges (#49244)

migrations

Commit Description
fix - 44d095a61c avoid migrating the same class multiple times in standalone migration (#49245)
fix - 92b0bda9e4 delete barrel exports in standalone migration (#49176)

router

Commit Description
fix - 3062442728 add error message when using loadComponent with a NgModule (#49164)

Special Thanks

Alan Agius, Andrew Kushnir, Aristeidis Bampakos, Craig Spence, Doug Parker, Iván Navarro, Joey Perrott, Kristiyan Kostadinov, Matthieu Riegler, Michael Ziluck, Paul Gschwendtner, Stephanie Tuerk, Vincent and Virginia Dooley

v15.2.0

15.2.0 (2023-02-22)

Deprecations

  • Class and InjectionToken guards and resolvers are deprecated. Instead, write guards as plain JavaScript functions and inject dependencies with inject from @angular/core.

Commit Description
docs - 926c35f4ac Deprecate class and InjectionToken and resolvers (#47924)

common

Commit Description
feat - 54b24eb40f Add loaderParams attribute to NgOptimizedImage (#48907)

compiler-cli

Commit Description
fix - 0cf11167f1 incorrectly detecting forward refs when symbol already exists in file (#48988)

core

Commit Description

... (truncated)

Changelog

Sourced from @​angular/platform-browser's changelog.

15.2.1 (2023-03-01)

common

Commit Type Description
f0e926074d fix make Location.normalize() return the correct path when the base path contains characters that interfere with regex syntax. (#49181)

compiler-cli

Commit Type Description
04d8b6c61a fix do not persist component analysis if template/styles are missing (#49184)

core

Commit Type Description
d60ea6ab5a fix update zone.js peerDependencies ranges (#49244)

migrations

Commit Type Description
44d095a61c fix avoid migrating the same class multiple times in standalone migration (#49245)
92b0bda9e4 fix delete barrel exports in standalone migration (#49176)

router

Commit Type Description
3062442728 fix add error message when using loadComponent with a NgModule (#49164)

Special Thanks

Alan Agius, Andrew Kushnir, Aristeidis Bampakos, Craig Spence, Doug Parker, Iván Navarro, Joey Perrott, Kristiyan Kostadinov, Matthieu Riegler, Michael Ziluck, Paul Gschwendtner, Stephanie Tuerk, Vincent and Virginia Dooley

16.0.0-next.0 (2023-02-22)

Breaking Changes

compiler

  • Angular Compatibility Compiler (ngcc) has been removed. As a result, Angular View Engine libraries can no longer be used in v16+. Such libraries were not officially supported, but this is a hard break in compatibility.

common

  • MockPlatformLocation is now provided by default in tests. Existing tests may have behaviors which rely on BrowserPlatformLocation instead. For example, direct access to the window.history in either the test or the component rather than going through the Angular APIs (Location.getState()). The quickest fix is to update the providers in the test suite to override the provider again TestBed.configureTestingModule({providers: [{provide: PlatformLocation, useClass: BrowserPlatformLocation}]}). The ideal fix would be to update the code to instead be compatible with MockPlatformLocation instead.

core

  • RendererType2.styles no longer accepts a nested arrays.

router

  • The Scroll event's routerEvent property may also be a NavigationSkipped event. Previously, it was only a NavigationEnd event.
  • The RouterEvent type is no longer present in the Event union type representing all router event types. If you have code using something like filter((e: Event): e is RouterEvent => e instanceof RouterEvent), you'll need to update it to filter((e: Event|RouterEvent): e is RouterEvent => e instanceof RouterEvent).

... (truncated)

Commits
  • 8542593 refactor(platform-browser): move TransferState init logic into its constructo...
  • bf4ad38 fix(platform-browser): remove styles from DOM of destroyed components (#48298)
  • 0331473 docs(platform-browser): Sanitize method has more explicit documentation (#48765)
  • 87fe316 refactor: remove unnecessary test support check utilities (#47543)
  • 61023b5 refactor(compiler): refactor the shadow css specs (#48443)
  • 579cbb2 refactor(platform-browser): prepare the code to use MockPlatformLocation by...
  • 5c10efe build: fix legacy saucelabs test bundle generation after ESM changes (#48521)
  • 653e122 refactor: update platform-browser tests to run as ESM (#48521)
  • 57a0499 build: bundle tests for karma web test suites (#48521)
  • c9415e4 build: ensure bootstrap transitive runfiles are made available (#48521)
  • 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)