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

Bump @schematics/angular from 18.2.10 to 19.0.2 in /angular #2637

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2024

Bumps @schematics/angular from 18.2.10 to 19.0.2.

Release notes

Sourced from @​schematics/angular's releases.

v19.0.2

19.0.2 (2024-11-25)

@​schematics/angular

Commit Description
fix - 2f53e2af5 skip SSR routing prompt in webcontainer

@​angular/build

Commit Description
fix - f9da163f8 minimize reliance on esbuild inject to prevent code reordering
fix - c497749e6 prevent errors with parameterized routes when getPrerenderParams is undefined

@​angular/ssr

Commit Description
fix - c8cd90e0f handle nested redirects not explicitly defined in router config

v19.0.1

19.0.1 (2024-11-21)

@​angular-devkit/build-angular

Commit Description
fix - b63123f20 use stylePreprocessorOptions

@​angular/build

Commit Description
fix - 74461da64 ensure accurate content length for server assets
fix - 1b4dcedd5 use sha256 instead of sha-256 as hash algorithm name

@​angular/ssr

Commit Description
fix - 8bd2b260e handle baseHref that start with ./

v19.0.0

19.0.0 (2024-11-19)

@​angular/cli

Commit Description
feat - 201b60e1d handle string key/value pairs, e.g. --define
fix - b847d4460 recommend optional application update migration during v19 update
perf - f249e7e85 enable Node.js compile code cache when available
perf - ecc107d83 enable Node.js compile code cache when available

@​schematics/angular

Commit Description
feat - a381a3db1 add option to export component as default
feat - 755f3a07f add option to setup new workspace or application as zoneless mode
feat - cfca5442e integrate withEventReplay() in provideClientHydration for new SSR apps

... (truncated)

Changelog

Sourced from @​schematics/angular's changelog.

19.0.2 (2024-11-25)

@​schematics/angular

Commit Type Description
2f53e2af5 fix skip SSR routing prompt in webcontainer

@​angular/build

Commit Type Description
f9da163f8 fix minimize reliance on esbuild inject to prevent code reordering
c497749e6 fix prevent errors with parameterized routes when getPrerenderParams is undefined

@​angular/ssr

Commit Type Description
c8cd90e0f fix handle nested redirects not explicitly defined in router config

19.0.1 (2024-11-21)

@​angular-devkit/build-angular

Commit Type Description
b63123f20 fix use stylePreprocessorOptions

@​angular/build

Commit Type Description
74461da64 fix ensure accurate content length for server assets
1b4dcedd5 fix use sha256 instead of sha-256 as hash algorithm name

@​angular/ssr

Commit Type Description
8bd2b260e fix handle baseHref that start with ./

... (truncated)

Commits
  • d261246 release: cut the v19.0.2 release
  • c497749 fix(@​angular/build): prevent errors with parameterized routes when `getPreren...
  • d8cbf3b refactor(@​angular/build): maintain previous compiler plugin factory signature
  • 2f53e2a fix(@​schematics/angular): skip SSR routing prompt in webcontainer
  • f9da163 fix(@​angular/build): minimize reliance on esbuild inject to prevent code re...
  • 5ac03f4 refactor(@​angular/ssr): use appRef.whenStable instead of util function from a...
  • 0eb5870 refactor(@​angular/ssr): replace :params with *
  • c8cd90e fix(@​angular/ssr): handle nested redirects not explicitly defined in router c...
  • 8cd6aa9 release: cut the v19.0.1 release
  • 1b4dced fix(@​angular/build): use sha256 instead of sha-256 as hash algorithm name
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [@schematics/angular](https://github.com/angular/angular-cli) from 18.2.10 to 19.0.2.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@18.2.10...19.0.2)

---
updated-dependencies:
- dependency-name: "@schematics/angular"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Nov 26, 2024
Copy link

codecov bot commented Nov 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 53.32%. Comparing base (b762cd9) to head (c0917b9).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2637   +/-   ##
========================================
  Coverage    53.32%   53.32%           
========================================
  Files          179      179           
  Lines         9456     9456           
  Branches      1364     1364           
========================================
  Hits          5042     5042           
  Misses        4193     4193           
  Partials       221      221           
Flag Coverage Δ
backend-bruno 44.92% <ø> (ø)
backend-mocha 49.69% <ø> (ø)
frontend-app-config 97.87% <ø> (ø)
frontend-core-lib 53.78% <ø> (ø)
frontend-dashboard 74.53% <ø> (ø)
frontend-deleted-records 86.59% <ø> (ø)
frontend-export 100.00% <ø> (ø)
frontend-local-auth 100.00% <ø> (ø)
frontend-manage-roles 63.33% <ø> (ø)
frontend-manage-users 59.81% <ø> (ø)
frontend-report 95.06% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants