Skip to content

chore(deps): update dependency minimist to v2.2.1 #5013

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
Mar 30, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 22, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
minimist 2.2.0 -> 2.2.1 age adoption passing confidence

Release Notes

meszaros-lajos-gyorgy/minimist-lite

v2.2.1

Compare Source

Now we have the prepare entry on package.json, which allow this Git repository to be used as a dependency. More on this here.

How to replace minimist with minimist-lite in transitive dependencies
with NPM v8+

You will use the Git URLs as dependencies feature. Note that this requires git

  1. add this entry in your package.json:
"overrides": {
  "minimist": "git+https://github.com/meszaros-lajos-gyorgy/minimist-lite#semver:^2.2.1"
}
  1. rm -f package-lock.json
  2. npm install
  3. Check out the result: grep name node_modules/minimist/package.json. Should show minimist-lite instead
with Yarn v1

You will use the resolutions feature along with the npm protocol.

  1. add this entry in your package.json:
"resolutions": {
  "minimist": "npm:minimist-lite@^2.2.1"
}
  1. yarn install
  2. Check out the result: grep name node_modules/minimist/package.json. Should show minimist-lite instead

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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, click this checkbox.

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

@renovate renovate bot requested a review from a team March 22, 2022 18:57
@github-actions
Copy link

github-actions bot commented Mar 22, 2022

✨ code-server docs for PR #5013 is ready! It will be updated on every commit.

@renovate renovate bot force-pushed the renovate/minor-dependency-updates branch 6 times, most recently from 57e1264 to 652cd56 Compare March 29, 2022 19:59
@renovate renovate bot force-pushed the renovate/minor-dependency-updates branch from 652cd56 to 0ed75c1 Compare March 30, 2022 01:36
@renovate renovate bot force-pushed the renovate/minor-dependency-updates branch 2 times, most recently from a026dd9 to c989766 Compare March 30, 2022 19:57
@renovate renovate bot changed the title fix(deps): update minor dependency updates chore(deps): update dependency minimist to v2.2.1 Mar 30, 2022
@renovate renovate bot force-pushed the renovate/minor-dependency-updates branch from c989766 to 3424a30 Compare March 30, 2022 20:26
@renovate renovate bot temporarily deployed to npm March 30, 2022 20:32 Inactive
@codecov
Copy link

codecov bot commented Mar 30, 2022

Codecov Report

Merging #5013 (2df4838) into main (7f88420) will not change coverage.
The diff coverage is n/a.

❗ Current head 2df4838 differs from pull request most recent head cd87f46. Consider uploading reports for the commit cd87f46 to get more accurate results

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #5013   +/-   ##
=======================================
  Coverage   71.30%   71.30%           
=======================================
  Files          30       30           
  Lines        1683     1683           
  Branches      373      373           
=======================================
  Hits         1200     1200           
  Misses        413      413           
  Partials       70       70           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7f88420...cd87f46. Read the comment docs.

@github-actions
Copy link

github-actions bot commented Mar 30, 2022

✨ code-server dev build published to npm for PR #5013!

  • Last publish status: success
  • Commit: cd87f46

To install in a local project, run:

npm install @coder/code-server-pr@5013

To install globally, run:

npm install -g @coder/code-server-pr@5013

@renovate renovate bot force-pushed the renovate/minor-dependency-updates branch from 3424a30 to cd87f46 Compare March 30, 2022 21:42
@renovate renovate bot temporarily deployed to npm March 30, 2022 21:47 Inactive
@jsjoeio jsjoeio merged commit d5d7c51 into main Mar 30, 2022
@jsjoeio jsjoeio deleted the renovate/minor-dependency-updates branch March 30, 2022 22:41
TinLe pushed a commit to TinLe/code-server that referenced this pull request Apr 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants