Skip to content

fix(deps): update dependency hosted-git-info to v4 #54

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

Merged
merged 1 commit into from
May 1, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hosted-git-info ^2.1.4 -> ^4.0.0 age adoption passing confidence

Release Notes

npm/hosted-git-info

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

v3.0.8

Compare Source

Bug Fixes
  • simplify the regular expression for shortcut matching (bede0dc), closes #​76

v3.0.7

Compare Source

Bug Fixes
  • correctly filter out urls for tarballs in gitlab (eb5bd5a), closes #​69

v3.0.6

Compare Source

Bug Fixes
  • support to github gist legacy hash length (c067102), closes #​68

v3.0.5

Compare Source

3.0.5 (2020-07-11)

v3.0.4

Compare Source

Bug Fixes

v3.0.3

Compare Source

3.0.3 (2020-02-25)

v3.0.2

Compare Source

Bug Fixes

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

Bug Fixes
  • cache: Switch to lru-cache to save ourselves from unlimited memory consumption (37c2891), closes #​38
BREAKING CHANGES
  • cache: Drop support for node 0.x

2.8.3 (2019-08-12)

2.8.2 (2019-08-05)

Bug Fixes

2.8.1 (2019-08-05)

Bug Fixes
  • ignore noCommittish on tarball url generation (5d4a8d7)
  • use gist tarball url that works for anonymous gists (1692435)

v2.8.9

Compare Source

v2.8.8

Compare Source

v2.8.7

Compare Source

v2.8.6

Compare Source

v2.8.5

Compare Source

v2.8.4

Compare Source

v2.8.3

Compare Source

2.8.3 (2019-08-12)

v2.8.2

Compare Source

Bug Fixes

v2.8.1

Compare Source

Bug Fixes
  • ignore noCommittish on tarball url generation (5d4a8d7)
  • use gist tarball url that works for anonymous gists (1692435)

v2.8.0

Compare Source

Bug Fixes
  • Allow slashes in gitlab project section (bbcf7b2), closes #​46 #​43
  • git-host: disallow URI-encoded slash (%2F) in path (3776fa5), closes #​44
  • gitlab: Do not URL encode slashes in project name for GitLab https URL (cbf04f9), closes #​47
  • do not allow invalid gist urls (d5cf830)
  • cache: Switch to lru-cache to save ourselves from unlimited memory consumption (e518222), closes #​38
Features
  • give these objects a name (60abaea)

2.7.1 (2018-07-07)

Bug Fixes
  • index: Guard against non-string types (5bc580d)
  • parse: Crash on strings that parse to having no host (c931482), closes #​35

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

Sorry, something went wrong.

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
Signed-off-by: Renovate Bot <bot@renovateapp.com>
@ahippler
Copy link

@hutson
this would fix CVE-2021-23362

@hutson
Copy link
Contributor

hutson commented May 1, 2021

$ eslint src/ && nyc mocha --opts mocha.opts src/**/*.spec.js

[▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬]

17 passing (29ms)

----------|----------|----------|----------|----------|-------------------|
File      |  % Stmts | % Branch |  % Funcs |  % Lines | Uncovered Line #s |
----------|----------|----------|----------|----------|-------------------|
All files |      100 |      100 |      100 |      100 |                   |
index.js |      100 |      100 |      100 |      100 |                   |
----------|----------|----------|----------|----------|-------------------|
Done in 2.04s.

@hutson hutson self-assigned this May 1, 2021
@hutson hutson added refactor A modification to a project's repository that will not change the behavior for downstream consumers. security Please file security related issues and incidents as confidential. labels May 1, 2021
@hutson hutson merged commit 2396bc3 into master May 1, 2021
@hutson hutson deleted the renovate/hosted-git-info-4.x branch May 1, 2021 23:37
@hutson
Copy link
Contributor

hutson commented May 1, 2021

@ahippler version 4.1.2 is now the latest - https://www.npmjs.com/package/get-pkg-repo/v/4.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor A modification to a project's repository that will not change the behavior for downstream consumers. security Please file security related issues and incidents as confidential.
Development

Successfully merging this pull request may close these issues.

None yet

3 participants