Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Bump hosted-git-info from 2.8.8 to 2.8.9 in /src/app #1332

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2021

Bumps hosted-git-info from 2.8.8 to 2.8.9.

Changelog

Sourced from hosted-git-info's changelog.

2.8.9 (2021-04-07)

Bug Fixes

Commits
Maintainer changes

This version was pushed to npm by nlf, a new releaser for hosted-git-info since your current version.


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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 9, 2021
Copy link
Contributor

@jwalgran jwalgran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is part of CRA and our build is working

$ docker-compose run --rm --no-deps app yarn why hosted-git-info
Creating open-apparel-registry_app_run ... done
yarn why v1.22.5
[1/4] Why do we have the module "hosted-git-info"...?
[2/4] Initialising dependency graph...
[3/4] Finding dependency...
[4/4] Calculating file sizes...
=> Found "hosted-git-info@2.8.8"
info Reasons this module exists
   - "read-pkg-up#read-pkg#normalize-package-data" depends on it
   - Hoisted from "read-pkg-up#read-pkg#normalize-package-data#hosted-git-info"
info Disk size without dependencies: "44KB"
info Disk size with unique dependencies: "44KB"
info Disk size with transitive dependencies: "44KB"
info Number of shared dependencies: 0
Done in 1.42s.
$ docker-compose run --rm --no-deps app yarn why read-pkg-up
Creating open-apparel-registry_app_run ... done
yarn why v1.22.5
[1/4] Why do we have the module "read-pkg-up"...?
[2/4] Initialising dependency graph...
[3/4] Finding dependency...
[4/4] Calculating file sizes...
=> Found "read-pkg-up@7.0.1"
info Has been hoisted to "read-pkg-up"
info Reasons this module exists
   - Hoisted from "jest-resolve#read-pkg-up"
   - Hoisted from "react-scripts#jest-resolve#read-pkg-up"
info Disk size without dependencies: "20KB"
info Disk size with unique dependencies: "280KB"
info Disk size with transitive dependencies: "2.45MB"
info Number of shared dependencies: 30
=> Found "eslint-plugin-import#read-pkg-up@2.0.0"
info This module exists because "react-scripts#eslint-plugin-import" depends on it.
info Disk size without dependencies: "16KB"
info Disk size with unique dependencies: "164KB"
info Disk size with transitive dependencies: "2.44MB"
info Number of shared dependencies: 30
Done in 1.70s.

@jwalgran jwalgran merged commit 1da6e01 into develop May 29, 2021
@jwalgran jwalgran deleted the dependabot/npm_and_yarn/src/app/hosted-git-info-2.8.9 branch May 29, 2021 00:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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