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 the npm group in /code-demos/angular-proxy-bypass with 12 updates #79

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 22, 2024

Bumps the npm group in /code-demos/angular-proxy-bypass with 12 updates:

Package From To
@angular/animations 18.0.3 18.0.4
@angular/common 18.0.3 18.0.4
@angular/compiler 18.0.3 18.0.4
@angular/core 18.0.3 18.0.4
@angular/forms 18.0.3 18.0.4
@angular/platform-browser 18.0.3 18.0.4
@angular/platform-browser-dynamic 18.0.3 18.0.4
@angular/router 18.0.3 18.0.4
@angular-devkit/build-angular 18.0.4 18.0.5
@angular/cli 18.0.4 18.0.5
@angular/compiler-cli 18.0.3 18.0.4
typescript 5.4.5 5.5.2

Updates @angular/animations from 18.0.3 to 18.0.4

Release notes

Sourced from @​angular/animations's releases.

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)
Changelog

Sourced from @​angular/animations's changelog.

18.0.4 (2024-06-20)

compiler-cli

Commit Type Description
ec0d1bf6f3 fix insert constant statements after the first group of imports (#56431)

core

Commit Type Description
83ffa94783 fix do not activate event replay when no events are registered (#56509)

router

Commit Type Description
5578681da2 fix Delay the view transition to ensure renders in microtasks complete (#56494)

18.1.0-next.2 (2024-06-12)

benchpress

Commit Type Description
31d9fa40bdb fix adjust supported browser names for headless chrome (#56360)

core

Commit Type Description
ea3c8020565 feat Add a schematic to migrate afterRender phase flag (#55648)
a655e464479 feat Redesign the afterRender & afterNextRender phases API (#55648)
38effcc63ee fix Add back phase flag option as a deprecated API (#55648)
d5c6ee432fc fix async EventEmitter should contribute to app stability (#56308)
4c7d5d8acd8 fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

language-service

Commit Type Description
b400e2e4d4c feat autocompletion for the component not imported (#55595)

localize

Commit Type Description
81486c2f477 fix add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Type Description
96aa5c8a2c9 fix resolve error in standalone migration (#56302)

router

Commit Type Description
a13f5da7730 feat Allow UrlTree as an input to routerLink (#56265)

Commits

Updates @angular/common from 18.0.3 to 18.0.4

Release notes

Sourced from @​angular/common's releases.

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)
Changelog

Sourced from @​angular/common's changelog.

18.0.4 (2024-06-20)

compiler-cli

Commit Type Description
ec0d1bf6f3 fix insert constant statements after the first group of imports (#56431)

core

Commit Type Description
83ffa94783 fix do not activate event replay when no events are registered (#56509)

router

Commit Type Description
5578681da2 fix Delay the view transition to ensure renders in microtasks complete (#56494)

18.1.0-next.2 (2024-06-12)

benchpress

Commit Type Description
31d9fa40bdb fix adjust supported browser names for headless chrome (#56360)

core

Commit Type Description
ea3c8020565 feat Add a schematic to migrate afterRender phase flag (#55648)
a655e464479 feat Redesign the afterRender & afterNextRender phases API (#55648)
38effcc63ee fix Add back phase flag option as a deprecated API (#55648)
d5c6ee432fc fix async EventEmitter should contribute to app stability (#56308)
4c7d5d8acd8 fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

language-service

Commit Type Description
b400e2e4d4c feat autocompletion for the component not imported (#55595)

localize

Commit Type Description
81486c2f477 fix add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Type Description
96aa5c8a2c9 fix resolve error in standalone migration (#56302)

router

Commit Type Description
a13f5da7730 feat Allow UrlTree as an input to routerLink (#56265)

Commits

Updates @angular/compiler from 18.0.3 to 18.0.4

Release notes

Sourced from @​angular/compiler's releases.

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)
Changelog

Sourced from @​angular/compiler's changelog.

18.0.4 (2024-06-20)

compiler-cli

Commit Type Description
ec0d1bf6f3 fix insert constant statements after the first group of imports (#56431)

core

Commit Type Description
83ffa94783 fix do not activate event replay when no events are registered (#56509)

router

Commit Type Description
5578681da2 fix Delay the view transition to ensure renders in microtasks complete (#56494)

18.1.0-next.2 (2024-06-12)

benchpress

Commit Type Description
31d9fa40bdb fix adjust supported browser names for headless chrome (#56360)

core

Commit Type Description
ea3c8020565 feat Add a schematic to migrate afterRender phase flag (#55648)
a655e464479 feat Redesign the afterRender & afterNextRender phases API (#55648)
38effcc63ee fix Add back phase flag option as a deprecated API (#55648)
d5c6ee432fc fix async EventEmitter should contribute to app stability (#56308)
4c7d5d8acd8 fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

language-service

Commit Type Description
b400e2e4d4c feat autocompletion for the component not imported (#55595)

localize

Commit Type Description
81486c2f477 fix add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Type Description
96aa5c8a2c9 fix resolve error in standalone migration (#56302)

router

Commit Type Description
a13f5da7730 feat Allow UrlTree as an input to routerLink (#56265)

Commits
  • bc655bf refactor(compiler): integrate let declarations into the template pipeline (#5...
  • cc6cd08 refactor(docs-infra): complete removal of aio directory (#56496)
  • ef660d1 refactor(compiler): expose shorthand object metadata in expression AST (#56405)
  • See full diff in compare view

Updates @angular/core from 18.0.3 to 18.0.4

Release notes

Sourced from @​angular/core's releases.

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)
Changelog

Sourced from @​angular/core's changelog.

18.0.4 (2024-06-20)

compiler-cli

Commit Type Description
ec0d1bf6f3 fix insert constant statements after the first group of imports (#56431)

core

Commit Type Description
83ffa94783 fix do not activate event replay when no events are registered (#56509)

router

Commit Type Description
5578681da2 fix Delay the view transition to ensure renders in microtasks complete (#56494)

18.1.0-next.2 (2024-06-12)

benchpress

Commit Type Description
31d9fa40bdb fix adjust supported browser names for headless chrome (#56360)

core

Commit Type Description
ea3c8020565 feat Add a schematic to migrate afterRender phase flag (#55648)
a655e464479 feat Redesign the afterRender & afterNextRender phases API (#55648)
38effcc63ee fix Add back phase flag option as a deprecated API (#55648)
d5c6ee432fc fix async EventEmitter should contribute to app stability (#56308)
4c7d5d8acd8 fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

language-service

Commit Type Description
b400e2e4d4c feat autocompletion for the component not imported (#55595)

localize

Commit Type Description
81486c2f477 fix add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Type Description
96aa5c8a2c9 fix resolve error in standalone migration (#56302)

router

Commit Type Description
a13f5da7730 feat Allow UrlTree as an input to routerLink (#56265)

Commits
  • 69e0aa5 refactor(core): use performance API for Event Replay (#56509)
  • 83ffa94 fix(core): do not activate event replay when no events are registered (#56509)
  • 284705f refactor(core): missing space in zoneless warning (#56491)
  • bc655bf refactor(compiler): integrate let declarations into the template pipeline (#5...
  • cc6cd08 refactor(docs-infra): complete removal of aio directory (#56496)
  • 1d48e72 refactor(core): handle incomplete DOCUMENT instances during cleanup in test...
  • 38010d2 refactor(core): avoid exposing OutletInjector in injector resolution path (...
  • 5c2f308 refactor(core): ModelSignal should extend InputSignal (#56452)
  • 0dbca37 docs(core): remove the doc link for NG0952 (#56441)
  • a620231 Revert "refactor(core): Use ActionResolver in Dispatcher. (#56369)" (#56440)
  • Additional commits viewable in compare view

Updates @angular/forms from 18.0.3 to 18.0.4

Release notes

Sourced from @​angular/forms's releases.

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)
Changelog

Sourced from @​angular/forms's changelog.

18.0.4 (2024-06-20)

compiler-cli

Commit Type Description
ec0d1bf6f3 fix insert constant statements after the first group of imports (#56431)

core

Commit Type Description
83ffa94783 fix do not activate event replay when no events are registered (#56509)

router

Commit Type Description
5578681da2 fix Delay the view transition to ensure renders in microtasks complete (#56494)

18.1.0-next.2 (2024-06-12)

benchpress

Commit Type Description
31d9fa40bdb fix adjust supported browser names for headless chrome (#56360)

core

Commit Type Description
ea3c8020565 feat Add a schematic to migrate afterRender phase flag (#55648)
a655e464479 feat Redesign the afterRender & afterNextRender phases API (#55648)
38effcc63ee fix Add back phase flag option as a deprecated API (#55648)
d5c6ee432fc fix async EventEmitter should contribute to app stability (#56308)
4c7d5d8acd8 fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

language-service

Commit Type Description
b400e2e4d4c feat autocompletion for the component not imported (#55595)

localize

Commit Type Description
81486c2f477 fix add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Type Description
96aa5c8a2c9 fix resolve error in standalone migration (#56302)

router

Commit Type Description
a13f5da7730 feat Allow UrlTree as an input to routerLink (#56265)

Commits

Updates @angular/platform-browser from 18.0.3 to 18.0.4

Release notes

Sourced from @​angular/platform-browser's releases.

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)
Changelog

Sourced from @​angular/platform-browser's changelog.

18.0.4 (2024-06-20)

compiler-cli

Commit Type Description
ec0d1bf6f3 fix insert constant statements after the first group of imports (#56431)

core

Commit Type Description
83ffa94783 fix do not activate event replay when no events are registered (#56509)

router

Commit Type Description
5578681da2 fix Delay the view transition to ensure renders in microtasks complete (#56494)

18.1.0-next.2 (2024-06-12)

benchpress

Commit Type Description
31d9fa40bdb fix adjust supported browser names for headless chrome (#56360)

core

Commit Type Description
ea3c8020565 feat Add a schematic to migrate afterRender phase flag (#55648)
a655e464479 feat Redesign the afterRender & afterNextRender phases API (#55648)
38effcc63ee fix Add back phase flag option as a deprecated API (#55648)
d5c6ee432fc fix async EventEmitter should contribute to app stability (#56308)
4c7d5d8acd8 fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

language-service

Commit Type Description
b400e2e4d4c feat autocompletion for the component not imported (#55595)

localize

Commit Type Description
81486c2f477 fix add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Type Description
96aa5c8a2c9 fix resolve error in standalone migration (#56302)

router

Commit Type Description
a13f5da7730 feat Allow UrlTree as an input to routerLink (#56265)

Commits

Updates @angular/platform-browser-dynamic from 18.0.3 to 18.0.4

Release notes

Sourced from @​angular/platform-browser-dynamic's releases.

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)
Changelog

Sourced from @​angular/platform-browser-dynamic's changelog.

18.0.4 (2024-06-20)

compiler-cli

Commit Type Description
ec0d1bf6f3 fix insert constant statements after the first group of imports (#56431)

core

Commit Type Description
83ffa94783 fix do not activate event replay when no events are registered (#56509)

router

Commit Type Description
5578681da2 fix Delay the view transition to ensure renders in microtasks complete (#56494)

18.1.0-next.2 (2024-06-12)

benchpress

Commit Type Description
31d9fa40bdb fix adjust supported browser names for headless chrome (#56360)

core

Commit Type Description
ea3c8020565 feat Add a schematic to migrate afterRender phase flag (#55648)
a655e464479 feat Redesign the afterRender & afterNextRender phases API (#55648)
38effcc63ee fix Add back phase flag option as a deprecated API (#55648)
d5c6ee432fc fix async EventEmitter should contribute to app stability (#56308)
4c7d5d8acd8 fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

language-service

Commit Type Description
b400e2e4d4c feat autocompletion for the component not imported (#55595)

localize

Commit Type Description
81486c2f477 fix add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Type Description
96aa5c8a2c9 fix resolve error in standalone migration (#56302)

router

Commit Type Description
a13f5da7730 feat Allow UrlTree as an input to routerLink (#56265)

Commits
  • cc6cd08 refactor(docs-infra): complete removal of aio directory (#56496)
  • 1d48e72 refactor(core): handle incomplete DOCUMENT instances during cleanup in test...
  • See full diff in compare view

Updates @angular/router from 18.0.3 to 18.0.4

Release notes

Sourced from @​angular/router's releases.

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)
Changelog

Sourced from @​angular/router's changelog.

18.0.4 (2024-06-20)

compiler-cli

Commit Type Description
ec0d1bf6f3 fix insert constant statements after the first group of imports (#56431)

core

Commit Type Description
83ffa94783 fix do not activate event replay when no events are registered (#56509)

router

Commit Type Description
5578681da2 fix Delay the view transition to ensure renders in microtasks complete (#56494)

18.1.0-next.2 (2024-06-12)

benchpress

Commit Type Description
31d9fa40bdb fix adjust supported browser names for headless chrome (#56360)

core

Commit Type Description
ea3c8020565 feat Add a schematic to migrate afterRender phase flag (#55648)
a655e464479 feat Redesign the afterRender & afterNextRender phases API (#55648)
38effcc63ee fix Add back phase flag option as a deprecated API (#55648)
d5c6ee432fc fix async EventEmitter should contribute to app stability (#56308)
4c7d5d8acd8 fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

language-service

Commit Type Description
b400e2e4d4c feat autocompletion for the component not imported (#55595)

localize

Commit Type Description
81486c2f477 fix add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Type Description
96aa5c8a2c9 fix resolve error in standalone migration (#56302)

router

Description has been truncated

Bumps the npm group in /code-demos/angular-proxy-bypass with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `18.0.3` | `18.0.4` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `18.0.3` | `18.0.4` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `18.0.3` | `18.0.4` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `18.0.3` | `18.0.4` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `18.0.3` | `18.0.4` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `18.0.3` | `18.0.4` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `18.0.3` | `18.0.4` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `18.0.3` | `18.0.4` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `18.0.4` | `18.0.5` |
| [@angular/cli](https://github.com/angular/angular-cli) | `18.0.4` | `18.0.5` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `18.0.3` | `18.0.4` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.2` |


Updates `@angular/animations` from 18.0.3 to 18.0.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/18.0.4/packages/animations)

Updates `@angular/common` from 18.0.3 to 18.0.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/18.0.4/packages/common)

Updates `@angular/compiler` from 18.0.3 to 18.0.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/18.0.4/packages/compiler)

Updates `@angular/core` from 18.0.3 to 18.0.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/18.0.4/packages/core)

Updates `@angular/forms` from 18.0.3 to 18.0.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/18.0.4/packages/forms)

Updates `@angular/platform-browser` from 18.0.3 to 18.0.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/18.0.4/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 18.0.3 to 18.0.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/18.0.4/packages/platform-browser-dynamic)

Updates `@angular/router` from 18.0.3 to 18.0.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/18.0.4/packages/router)

Updates `@angular-devkit/build-angular` from 18.0.4 to 18.0.5
- [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.0.4...18.0.5)

Updates `@angular/cli` from 18.0.4 to 18.0.5
- [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.0.4...18.0.5)

Updates `@angular/compiler-cli` from 18.0.3 to 18.0.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/18.0.4/packages/compiler-cli)

Updates `typescript` from 5.4.5 to 5.5.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added bot:robot: Action taken in an automated fashion dependabot Pull requests created by dependabot npm Pull requests for NPM packages updates labels Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:robot: Action taken in an automated fashion dependabot Pull requests created by dependabot npm Pull requests for NPM packages updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants