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 npm from 6.10.3 to 6.11.3 in /npm_and_yarn/helpers #1366

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps npm from 6.10.3 to 6.11.3.

Release notes

Sourced from npm's releases.

v6.11.2

6.11.2 (2019-08-22):

Fix a recent Windows regression, and two long-standing Windows bugs. Also, get CI running on Windows, so these things are less likely in the future.

DEPENDENCIES

  • 9778a1b87 cmd-shim@3.0.3: Fix regression where shims fail to preserve exit code (@​isaacs)
  • bf93e91d8 npm-package-arg@6.1.1: Properly handle git+file: urls on Windows when a drive letter is included. (@​isaacs)

BUGFIXES

  • 6cc4cc66f escape args properly on Windows Bash Despite being bash, Node.js running on windows git mingw bash still executes child processes using cmd.exe. As a result, arguments in this environment need to be escaped in the style of cmd.exe, not bash. (@​isaacs)

TESTS

v6.11.1

6.11.1 (2019-08-20):

Fix a regression for windows command shim syntax.

v6.11.0 (2019-08-20):

A few meaty bugfixes, and introducing peerDependenciesMeta.

FEATURES

BUGFIXES

DEPENDENCIES

... (truncated)
Changelog

Sourced from npm's changelog.

6.11.3 (2019-09-03):

Fix npm ci regressions and npm outdated depth.

BUG FIXES

DEPENDENCIES

6.11.2 (2019-08-22):

Fix a recent Windows regression, and two long-standing Windows bugs. Also,
get CI running on Windows, so these things are less likely in the future.

DEPENDENCIES

  • 9778a1b87
    cmd-shim@3.0.3: Fix regression where shims fail to preserve exit code
    (@​isaacs)
  • bf93e91d8
    npm-package-arg@6.1.1: Properly handle git+file: urls on Windows when a
    drive letter is included. (@​isaacs)

BUGFIXES

  • 6cc4cc66f
    escape args properly on Windows Bash Despite being bash, Node.js running
    on windows git mingw bash still executes child processes using cmd.exe.
... (truncated)
Commits
  • b4ff454 6.11.3
  • 8d738b4 update AUTHORS
  • 5d3aaf0 test: fix outdated-depth test
  • fc5fc76 docs: change log for 6.11.3
  • cebf542 ci: pass appropriate configs for file/dir modes
  • 23ce656 npm-pick-manifest@3.0.2
  • e5fbb7e read-cmd-shim@1.0.4
  • 1fafb51 Revert "install: do not descend into directory deps' child modules"
  • 235ed1d Don't override user specified depth in outdated
  • bd6e5d2 6.11.2
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by claudiahdz, a new releaser for npm 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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@greysteil
Copy link
Contributor

@greysteil greysteil closed this Sep 3, 2019
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/npm_and_yarn/helpers/npm-6.11.3 branch September 3, 2019 22:31
@feelepxyz
Copy link
Contributor

@greysteil you seen this version not working? Seems people are reporting this version as fixed in the issue you linked to

@greysteil
Copy link
Contributor

Oh cool. Just didn't mention it in the changelog or on the forum (when I looked).

@greysteil
Copy link
Contributor

@dependabot reopen

@dependabot-preview dependabot-preview bot reopened this Sep 13, 2019
@dependabot-preview dependabot-preview bot restored the dependabot/npm_and_yarn/npm_and_yarn/helpers/npm-6.11.3 branch September 13, 2019 15:34
@greysteil
Copy link
Contributor

@dependabot rebase
@dependabot merge

@dependabot-preview
Copy link
Contributor Author

This PR is closed - you'll need to reopen it before merging.

@greysteil
Copy link
Contributor

@dependabot merge

@dependabot-preview
Copy link
Contributor Author

This PR is closed - you'll need to reopen it before merging.

@feelepxyz
Copy link
Contributor

@greysteil nice one!

@greysteil
Copy link
Contributor

@dependabot rebase

Bumps [npm](https://github.com/npm/cli) from 6.10.3 to 6.11.3.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/v6.11.3/CHANGELOG.md)
- [Commits](npm/cli@v6.10.3...v6.11.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@feelepxyz feelepxyz force-pushed the dependabot/npm_and_yarn/npm_and_yarn/helpers/npm-6.11.3 branch from 5a331e5 to 854b68a Compare September 13, 2019 16:24
@feelepxyz
Copy link
Contributor

Looks like some legit failures, will look into this.

@feelepxyz
Copy link
Contributor

Seems the latest version 6.11.3 breaks updating sub-depedencies by removing the entry from the lockfile and running npm install on it to "fix it". The latest version of npm simply removes all requires of the dependency so results in a broken lockfile for these types of updates.

Looking into what exact change triggered this.

@dependabot-preview
Copy link
Contributor Author

A newer version of npm exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@feelepxyz
Copy link
Contributor

This is currently blocked pending a fix in npm: npm/cli#265

@feelepxyz feelepxyz closed this Oct 29, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/npm_and_yarn/helpers/npm-6.11.3 branch October 29, 2019 17:26
@feelepxyz
Copy link
Contributor

This has been fixed in 6.12.1 https://github.com/npm/cli/releases/tag/v6.12.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants