UMM-CSci-3601 / 3601-iteration-template

This template repository is used as a starting point for course projects in CSci 3601: Software Design and Development at the University of Minnesota Morris. It includes an Angular client along with a Javalin server and Mongo database.
MIT License
0 stars 9 forks source link

Bump @angular/common from 17.3.2 to 17.3.5 in /client #1530

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps @angular/common from 17.3.2 to 17.3.5.

Release notes

Sourced from @​angular/common's releases.

v17.3.5

17.3.5 (2024-04-17)

v17.3.4

17.3.4 (2024-04-10)

common

Commit Description
fix - 53427d875d invalid ImageKit quality parameter (#55193)
fix - 766548c3ec skip transfer cache on client (#55012)

v17.3.3

17.3.3 (2024-04-03)

core

Commit Description
fix - 158ceaf062 handle ChainedInjectors in injector debug utils (#55144)
fix - 4d043992e5 test cleanup should not throw if Zone is not present (#55096)

migrations

Commit Description
fix - 949dec26b8 avoid conflicts with some greek letters in control flow migration (#55113)
Changelog

Sourced from @​angular/common's changelog.

17.3.5 (2024-04-17)

18.0.0-next.4 (2024-04-10)

common

Commit Type Description
2a6f809507 fix invalid ImageKit quality parameter (#55193)
11705f58a7 fix skip transfer cache on client (#55012)

compiler

Commit Type Description
39624c6b12 fix output input flags as a literal (#55215)

language-service

Commit Type Description
bd236cc150 fix implement getDefinitionAtPosition for Angular templates (#55269)

17.3.4 (2024-04-10)

common

Commit Type Description
53427d875d fix invalid ImageKit quality parameter (#55193)
766548c3ec fix skip transfer cache on client (#55012)

18.0.0-next.3 (2024-04-03)

Breaking Changes

router

  • Providers available to the routed components always come from the injector heirarchy of the routes and never inherit from the RouterOutlet. This means that providers available only to the component that defines the RouterOutlet will no longer be available to route components in any circumstances. This was already the case whenever routes defined providers, either through lazy loading an NgModule or through explicit providers on the route config.

compiler

Commit Type Description
f824911510 fix For FatalDiagnosticError, hide the message field without affecting the emit (#55160)

compiler-cli

Commit Type Description

... (truncated)

Commits
  • 051c140 build(http): Mark the http tests as flaky because of one particular transfe...
  • 766548c fix(common): skip transfer cache on client (#55012)
  • 80d1094 test(common): update ImageKit low quality test (#55193)
  • 53427d8 fix(common): invalid ImageKit quality parameter (#55193)
  • 10851d2 docs(common): clean up comment (#55088)
  • See full diff 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 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)
dependabot[bot] commented 2 months ago

Looks like @angular/common is up-to-date now, so this is no longer needed.