ipfs-examples / js-ipfs-examples

Collection of js-ipfs examples
246 stars 157 forks source link

chore(deps): bump @angular/core from 13.3.12 to 15.1.0 #703

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @angular/core from 13.3.12 to 15.1.0.

Release notes

Sourced from @​angular/core's releases.

v15.1.0

15.1.0 (2023-01-10)

Deprecations

router

  • CanLoad guards in the Router are deprecated. Use CanMatch instead.

  • router writable properties

    The following strategies are meant to be configured by registering the application strategy in DI via the providers in the root NgModule or bootstrapApplication:

    • routeReuseStrategy
    • titleStrategy
    • urlHandlingStrategy

    The following options are meant to be configured using the options available in RouterModule.forRoot or provideRouter.

    • onSameUrlNavigation
    • paramsInheritanceStrategy
    • urlUpdateStrategy
    • canceledNavigationResolution

    The following options are available in RouterModule.forRoot but not available in provideRouter:

    • malformedUriErrorHandler - This was found to not be used anywhere internally.
    • errorHandler - Developers can instead subscribe to Router.events and filter for NavigationError.

common

Commit Description
feat - fe50813664 Add BrowserPlatformLocation to the public API (#48488)
fix - 2f4f0638c7 Add data attribtue to NgOptimizedImage (#48497)

compiler

Commit Description
feat - a532d71975 allow self-closing tags on custom elements (#48535)
fix - caf7228f8a resolve deprecation warning (#48652)
fix - 33f35b04ef type-only symbols incorrectly retained when downlevelling custom decorators (#48638)

compiler-cli

Commit Description
fix - caedef0f5b update @babel/core dependency and lock version (#48634)

core

Commit Description
feat - 6acae1477a Add TestBed.runInInjectionContext to help test functions which use inject (#47955)
feat - 38421578a2 Make the isStandalone() function available in public API (#48114)
feat - dd42974b07 support TypeScript 4.9 (#48005)

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

15.1.0 (2023-01-10)

Deprecations

router

  • CanLoad guards in the Router are deprecated. Use CanMatch instead.

  • router writable properties

    The following strategies are meant to be configured by registering the application strategy in DI via the providers in the root NgModule or bootstrapApplication:

    • routeReuseStrategy
    • titleStrategy
    • urlHandlingStrategy

    The following options are meant to be configured using the options available in RouterModule.forRoot or provideRouter.

    • onSameUrlNavigation
    • paramsInheritanceStrategy
    • urlUpdateStrategy
    • canceledNavigationResolution

    The following options are available in RouterModule.forRoot but not available in provideRouter:

    • malformedUriErrorHandler - This was found to not be used anywhere internally.
    • errorHandler - Developers can instead subscribe to Router.events and filter for NavigationError.

common

Commit Type Description
fe50813664 feat Add BrowserPlatformLocation to the public API (#48488)
2f4f0638c7 fix Add data attribtue to NgOptimizedImage (#48497)

compiler

Commit Type Description
a532d71975 feat allow self-closing tags on custom elements (#48535)
caf7228f8a fix resolve deprecation warning (#48652)
33f35b04ef fix type-only symbols incorrectly retained when downlevelling custom decorators (#48638)

compiler-cli

Commit Type Description
caedef0f5b fix update @babel/core dependency and lock version (#48634)

core

Commit Type Description
6acae1477a feat Add TestBed.runInInjectionContext to help test functions which use inject (#47955)
38421578a2 feat Make the isStandalone() function available in public API (#48114)
dd42974b07 feat support TypeScript 4.9 (#48005)

forms

| Commit | Type | Description |

... (truncated)

Commits
  • c8310a8 refactor(core): cleanup type any (#48623)
  • dacfe43 refactor(core): move attachDebugGetter to i18n specifc code (#48549)
  • 1085e5c refactor(core): remove unused attachDebugObject function (#48549)
  • a532d71 feat(compiler): allow self-closing tags on custom elements (#48535)
  • 687ab04 docs: fix typo on SkipSelf (#48511)
  • c5a8485 docs: add NG0403.md for Bootstrapped NgModule doesn't specify which component...
  • 50f95f8 refactor(compiler): remove TypeScript 4.7 compatibility code (#48470)
  • cc284af fix(migrations): combine newly-added imports in import manager (#48620)
  • 90c2088 build: make devmode a noop and ensure it never runs (#48521)
  • 623ca1f build: remove remaining usages of deprecated ts_devserver (#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)
dependabot[bot] commented 1 year ago

Superseded by #708.