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

chore(deps): bump the angular group with 11 updates #1519

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 16, 2024

Bumps the angular group with 11 updates:

Package From To
@angular/animations 17.2.1 17.3.4
@angular/common 17.2.1 17.3.4
@angular/compiler 17.2.1 17.3.4
@angular/core 17.2.1 17.3.4
@angular/forms 17.2.1 17.3.4
@angular/platform-browser 17.2.1 17.3.4
@angular/platform-browser-dynamic 17.2.1 17.3.4
@angular/router 17.2.1 17.3.4
@angular/cli 17.2.0 17.3.4
@angular/compiler-cli 17.2.1 17.3.4
ng-packagr 17.2.0 17.3.0

Updates @angular/animations from 17.2.1 to 17.3.4

Release notes

Sourced from @​angular/animations's releases.

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)

v17.3.2

17.3.2 (2024-03-28)

compiler

Commit Description
fix - 2b7bad5151 invoke method-based tracking function with context (#54960)

compiler-cli

Commit Description
fix - b478dfbfda report errors when initializer APIs are used on private fields (#55070)

core

Commit Description
fix - 708ba8115f establish proper injector resolution order for @defer blocks (#55079)

http

Commit Description
fix - cb433af0e1 include transferCache when cloning HttpRequest (#54939)
fix - 64f202cab9 manage different body types for caching POST requests (#54980)

migrations

Commit Description
fix - 2f9d94bc4a account for variables in imports initializer (#55081)

router

Commit Description
fix - 365fd50407 RouterLinkActive will always remove active classes when links are not active (#54982)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

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
c04ffb1fa6 fix use switch statements to narrow Angular switch blocks (#55168)

core

Commit Type Description
666d646575 feat Add event delegation library to queue up events and replay them when the application is ready (#55121)
146306a141 feat add support for i18n hydration (#54823)
840c375255 fix do not save point-in-time setTimeout and rAF references (#55124)
231e0a3528 fix handle ChainedInjectors in injector debug utils (#55144)
a5fa279b6e fix prevent i18n hydration from cleaning projected nodes (#54823)
f44a5e4604 fix support content projection and VCRs in i18n (#54823)
914e4530b0 fix test cleanup should not throw if Zone is not present (#55096)
a99cb7ce5b fix zoneless scheduler should check if Zone is defined before accessing it (#55118)

forms

Commit Type Description
1c736dc3b2 feat Unified Control State Change Events (#54579)

language-service

Commit Type Description
a48afe0d94 fix avoid generating TS syntactic diagnostics for templates (#55091)

migrations

Commit Type Description

... (truncated)

Commits

Updates @angular/common from 17.2.1 to 17.3.4

Release notes

Sourced from @​angular/common's releases.

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)

v17.3.2

17.3.2 (2024-03-28)

compiler

Commit Description
fix - 2b7bad5151 invoke method-based tracking function with context (#54960)

compiler-cli

Commit Description
fix - b478dfbfda report errors when initializer APIs are used on private fields (#55070)

core

Commit Description
fix - 708ba8115f establish proper injector resolution order for @defer blocks (#55079)

http

Commit Description
fix - cb433af0e1 include transferCache when cloning HttpRequest (#54939)
fix - 64f202cab9 manage different body types for caching POST requests (#54980)

migrations

Commit Description
fix - 2f9d94bc4a account for variables in imports initializer (#55081)

router

Commit Description
fix - 365fd50407 RouterLinkActive will always remove active classes when links are not active (#54982)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

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
c04ffb1fa6 fix use switch statements to narrow Angular switch blocks (#55168)

core

Commit Type Description
666d646575 feat Add event delegation library to queue up events and replay them when the application is ready (#55121)
146306a141 feat add support for i18n hydration (#54823)
840c375255 fix do not save point-in-time setTimeout and rAF references (#55124)
231e0a3528 fix handle ChainedInjectors in injector debug utils (#55144)
a5fa279b6e fix prevent i18n hydration from cleaning projected nodes (#54823)
f44a5e4604 fix support content projection and VCRs in i18n (#54823)
914e4530b0 fix test cleanup should not throw if Zone is not present (#55096)
a99cb7ce5b fix zoneless scheduler should check if Zone is defined before accessing it (#55118)

forms

Commit Type Description
1c736dc3b2 feat Unified Control State Change Events (#54579)

language-service

Commit Type Description
a48afe0d94 fix avoid generating TS syntactic diagnostics for templates (#55091)

migrations

Commit Type Description

... (truncated)

Commits
  • 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)
  • 8958e0b Revert "fix(http): exclude caching for authenticated HTTP requests (#54746)" ...
  • 4bb332e refactor(common): request low quality placeholder images (#54899)
  • 64f202c fix(http): manage different body types for caching POST requests (#54980)
  • 1f7e81a refactor(http): use nullish coalescing operator in HttpRequest.clone() (#54939)
  • cb433af fix(http): include transferCache when cloning HttpRequest (#54939)
  • 8d37ed0 fix(http): exclude caching for authenticated HTTP requests (#54746)
  • Additional commits viewable in compare view

Updates @angular/compiler from 17.2.1 to 17.3.4

Release notes

Sourced from @​angular/compiler's releases.

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)

v17.3.2

17.3.2 (2024-03-28)

compiler

Commit Description
fix - 2b7bad5151 invoke method-based tracking function with context (#54960)

compiler-cli

Commit Description
fix - b478dfbfda report errors when initializer APIs are used on private fields (#55070)

core

Commit Description
fix - 708ba8115f establish proper injector resolution order for @defer blocks (#55079)

http

Commit Description
fix - cb433af0e1 include transferCache when cloning HttpRequest (#54939)
fix - 64f202cab9 manage different body types for caching POST requests (#54980)

migrations

Commit Description
fix - 2f9d94bc4a account for variables in imports initializer (#55081)

router

Commit Description
fix - 365fd50407 RouterLinkActive will always remove active classes when links are not active (#54982)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

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
c04ffb1fa6 fix use switch statements to narrow Angular switch blocks (#55168)

core

Commit Type Description
666d646575 feat Add event delegation library to queue up events and replay them when the application is ready (#55121)
146306a141 feat add support for i18n hydration (#54823)
840c375255 fix do not save point-in-time setTimeout and rAF references (#55124)
231e0a3528 fix handle ChainedInjectors in injector debug utils (#55144)
a5fa279b6e fix prevent i18n hydration from cleaning projected nodes (#54823)
f44a5e4604 fix support content projection and VCRs in i18n (#54823)
914e4530b0 fix test cleanup should not throw if Zone is not present (#55096)
a99cb7ce5b fix zoneless scheduler should check if Zone is defined before accessing it (#55118)

forms

Commit Type Description
1c736dc3b2 feat Unified Control State Change Events (#54579)

language-service

Commit Type Description
a48afe0d94 fix avoid generating TS syntactic diagnostics for templates (#55091)

migrations

Commit Type Description

... (truncated)

Commits
  • d10dc5c Revert "refactor(compiler): add support for the new search element (#54945)" ...
  • a8a20ad refactor(compiler): add support for the new search element (#54945)
  • 2b7bad5 fix(compiler): invoke method-based tracking function with context (#54960)
  • c078820 fix(compiler): capture data bindings for content projection purposes in block...
  • f386a04 fix(compiler): handle two-way bindings to signal-based template variables in ...
  • 1f129f1 fix(compiler): not catching for loop empty tracking expressions (#54772)
  • b40f1e5 refactor(compiler): Remove deep imports in the language service (#54695)
  • 5e32a77 refactor(compiler): cleanup unused code in template builder pipeline (#54654)
  • 1a6beae feat(compiler): Enable template pipeline by default. (#54571)
  • badda0c fix(compiler-cli): correctly detect deferred dependencies across scoped nodes...
  • Additional commits viewable in compare view

Updates @angular/core from 17.2.1 to 17.3.4

Release notes

Sourced from @​angular/core's releases.

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)

v17.3.2

17.3.2 (2024-03-28)

compiler

Commit Description
fix - 2b7bad5151 invoke method-based tracking function with context (#54960)

compiler-cli

Commit Description
fix - b478dfbfda report errors when initializer APIs are used on private fields (#55070)

core

Commit Description
fix - 708ba8115f establish proper injector resolution order for @defer blocks (#55079)

http

Commit Description
fix - cb433af0e1 include transferCache when cloning HttpRequest (#54939)
fix - 64f202cab9 manage different body types for caching POST requests (#54980)

migrations

Commit Description
fix - 2f9d94bc4a account for variables in imports initializer (#55081)

router

Commit Description
fix - 365fd50407 RouterLinkActive will always remove active classes when links are not active (#54982)

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

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
c04ffb1fa6 fix use switch statements to narrow Angular switch blocks (#55168)

core

Commit Type Description
666d646575 feat Add event delegation library to queue up events and replay them when the application is ready (#55121)
146306a141 feat add support for i18n hydration (#54823)
840c375255 fix do not save point-in-time setTimeout and rAF references (#55124)
231e0a3528 fix handle ChainedInjectors in injector debug utils (#55144)
a5fa279b6e fix prevent i18n hydration from cleaning projected nodes (#54823)
f44a5e4604 fix support content projection and VCRs in i18n (#54823)
914e4530b0 fix test cleanup should not throw if Zone is not present (#55096)
a99cb7ce5b fix zoneless scheduler should check if Zone is defined before accessing it (#55118)

forms

Commit Type Description
1c736dc3b2 feat Unified Control State Change Events (#54579)

language-service

Commit Type Description
a48afe0d94 fix avoid generating TS syntactic diagnostics for templates (#55091)

migrations

Commit Type Description

... (truncated)

Commits
  • 766548c fix(common): skip transfer cache on client (#55012)
  • 9a2295f refactor(core): Remove zone assertion from hydration cleanup. (#55214)
  • 88f0545 refactor(core): remove unnecessary folder (#55197)
  • eb9a5f5 ci: Add primitives groups to pullapprove (#53404)
  • 158ceaf fix(core): handle ChainedInjectors in injector debug utils (#55144)
  • 949dec2 fix(migrations): avoid conflicts with some greek letters in control flow migr...
  • 9cef0d2 docs(core): fix toSignal docs (#54964)
  • 4d04399 fix(core): test cleanup should not throw if Zone is not present (#55096)
  • 2f9d94b fix(migrations): account for variables in imports initializer (#55081)
  • ee76001 refactor(compiler-cli): support ignoring specific doc entries during extracti...
  • Additional commits viewable in compare view

Updates @angular/forms from 17.2.1 to 17.3.4

Release notes

Sourced from @​angular/forms's releases.

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)

v17.3.2

17.3.2 (2024-03-28)

compiler

Commit Description
fix - 2b7bad5151 invoke method-based tracking function with context (#54960)

compiler-cli

Commit Description
fix - b478dfbfda report errors when initializer APIs are used on private fields (#55070)

core

Commit Description
fix - 708ba8115f establish proper injector resolution order for @defer blocks (#55079)

http

Commit Description
fix - cb433af0e1 include transferCache when cloning HttpRequest (#54939)
fix - 64f202cab9 manage different body types for caching POST requests (#54980)

migrations

Commit Description
fix - 2f9d94bc4a account for variables in imports initializer (#55081)

router

Commit Description
fix - 365fd50407 RouterLinkActive will always remove active classes when links are not active (#54982)

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

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.

compilerDescription has been truncated

Bumps the angular group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `17.2.1` | `17.3.4` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.2.1` | `17.3.4` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `17.2.1` | `17.3.4` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `17.2.1` | `17.3.4` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `17.2.1` | `17.3.4` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `17.2.1` | `17.3.4` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `17.2.1` | `17.3.4` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `17.2.1` | `17.3.4` |
| [@angular/cli](https://github.com/angular/angular-cli) | `17.2.0` | `17.3.4` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `17.2.1` | `17.3.4` |
| [ng-packagr](https://github.com/ng-packagr/ng-packagr) | `17.2.0` | `17.3.0` |


Updates `@angular/animations` from 17.2.1 to 17.3.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.3.4/packages/animations)

Updates `@angular/common` from 17.2.1 to 17.3.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.3.4/packages/common)

Updates `@angular/compiler` from 17.2.1 to 17.3.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.3.4/packages/compiler)

Updates `@angular/core` from 17.2.1 to 17.3.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.3.4/packages/core)

Updates `@angular/forms` from 17.2.1 to 17.3.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.3.4/packages/forms)

Updates `@angular/platform-browser` from 17.2.1 to 17.3.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.3.4/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 17.2.1 to 17.3.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.3.4/packages/platform-browser-dynamic)

Updates `@angular/router` from 17.2.1 to 17.3.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.3.4/packages/router)

Updates `@angular/cli` from 17.2.0 to 17.3.4
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@17.2.0...17.3.4)

Updates `@angular/compiler-cli` from 17.2.1 to 17.3.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.3.4/packages/compiler-cli)

Updates `ng-packagr` from 17.2.0 to 17.3.0
- [Release notes](https://github.com/ng-packagr/ng-packagr/releases)
- [Changelog](https://github.com/ng-packagr/ng-packagr/blob/main/CHANGELOG.md)
- [Commits](ng-packagr/ng-packagr@17.2.0...17.3.0)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: ng-packagr
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from k3nsei as a code owner April 16, 2024 08:28
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 16, 2024
Copy link

vercel bot commented Apr 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ng-in-viewport ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 16, 2024 8:29am

@k3nsei k3nsei merged commit 4e4dbe2 into develop Apr 16, 2024
5 checks passed
@k3nsei k3nsei deleted the dependabot/npm_and_yarn/develop/angular-d051274871 branch April 16, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant