Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update angular monorepo to v15.1.0 #132

Merged
merged 1 commit into from
Jan 11, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/compiler 15.0.4 -> 15.1.0 age adoption passing confidence
@angular/compiler-cli (source) 15.0.4 -> 15.1.0 age adoption passing confidence
@angular/core 15.0.4 -> 15.1.0 age adoption passing confidence
@angular/forms 15.0.4 -> 15.1.0 age adoption passing confidence

Release Notes

angular/angular

v15.1.0

Compare Source

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
8aa8b4b77c fix Form provider FormsModule.withConfig return a FormsModule (#​48526)
language-service
Commit Type Description
5f0b53c735 feat Allow auto-imports to suggest multiple possible imports. (#​47787)
6a8ea29a04 fix expose package.json for vscode extension resolution (#​48678)
ce8160ecb2 fix Prevent crashes on unemitable references (#​47938)
e615b598ba fix ship /api entry-point (#​48670)
6ce7d76a0e fix update packages/language-service/build.sh script to work with vscode-ng-language-service's new Bazel build (#​48663)
localize
Commit Type Description
a1a8e91eca fix add triple slash type reference on @angular/localize on `ng add (#​48502)
migrations
Commit Type Description
cc284afbbc fix combine newly-added imports in import manager (#​48620)
router
Commit Type Description
228e992db7 docs Deprecate canLoad guards in favor of canMatch (#​48180)
0a8b8a66cd docs Deprecate public members of Router that are meant to be configured elsewhere (#​48006)
332461bd0c feat Add ability to override onSameUrlNavigation default per-navigation (#​48050)
f58ad86e51 feat Add feature provider for enabling hash navigation (#​48301)
73f03ad2d2 feat Add new NavigationSkipped event for ignored navigations (#​48024)
3fe75710d9 fix page refresh should not destroy history state (#​48540)

Special Thanks

Alan Agius, Alex Castle, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Bob Watson, Charles Lyding, Derek Cormier, Doug Parker, Dylan Hunn, George Kalpakas, Greg Magolan, Jessica Janiuk, JiaLiPassion, Joey Perrott, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Pawel Kozlowski, Renan Ferro, Tim Gates, Vadim, Virginia Dooley, ced, mgechev, piyush132000, robertIsaac and sr5434


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@kodiakhq kodiakhq bot merged commit 253ca24 into main Jan 11, 2023
@kodiakhq kodiakhq bot deleted the renovate/angular-monorepo branch January 11, 2023 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants