MrWong99 / gitscanner

Gitscanner is used to perform a variety of security checks against Git repositories and is expandable. Feel free to add your own checks.
MIT License
2 stars 1 forks source link

Bump @angular/platform-browser-dynamic from 13.0.2 to 15.1.0 in /ui #326

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @angular/platform-browser-dynamic from 13.0.2 to 15.1.0.

Release notes

Sourced from @​angular/platform-browser-dynamic'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/platform-browser-dynamic'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
  • 63bfe19 refactor: update platform-browser-dynamic to work with ESM output (#48521)
  • c9415e4 build: ensure bootstrap transitive runfiles are made available (#48521)
  • 2055150 build: replace _es2015 shorthand with more flexible _files suffix (#48521)
  • 303bb4d build: reformat BUILD files (#48181)
  • f37dd0f build(bazel): create AIO example playgrounds for manual testing
  • bc1e93d build(bazel): refactor aio example e2es to fix windows performance
  • 22a317d build(bazel): stamp targets to build, test, and serve aio against
  • 7a134cf build(bazel): incrementally run aio example e2e tests
  • 431c562 build(bazel): add bazel targets for aio doc generation
  • 1b9fd46 feat(core): add support for Node.js version 18 (#47730)
  • 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 #328.