-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Bump npm from 6.10.3 to 6.11.3 in /npm_and_yarn/helpers #1366
Conversation
Doesn't fix https://npm.community/t/6-11-1-some-dependencies-are-no-longer-being-installed/9586, so we'll skip this. |
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. |
@greysteil you seen this version not working? Seems people are reporting this version as fixed in the issue you linked to |
Oh cool. Just didn't mention it in the changelog or on the forum (when I looked). |
@dependabot reopen |
@dependabot rebase |
This PR is closed - you'll need to reopen it before merging. |
@dependabot merge |
This PR is closed - you'll need to reopen it before merging. |
@greysteil nice one! |
@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>
5a331e5
to
854b68a
Compare
Looks like some legit failures, will look into this. |
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. |
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. |
This is currently blocked pending a fix in npm: npm/cli#265 |
This has been fixed in 6.12.1 https://github.com/npm/cli/releases/tag/v6.12.1 |
Bumps npm from 6.10.3 to 6.11.3.
Release notes
Sourced from npm's releases.
Changelog
Sourced from npm's changelog.
Commits
b4ff454
6.11.38d738b4
update AUTHORS5d3aaf0
test: fix outdated-depth testfc5fc76
docs: change log for 6.11.3cebf542
ci: pass appropriate configs for file/dir modes23ce656
npm-pick-manifest@3.0.2e5fbb7e
read-cmd-shim@1.0.41fafb51
Revert "install: do not descend into directory deps' child modules"235ed1d
Don't override user specified depth in outdatedbd6e5d2
6.11.2Maintainer changes
This version was pushed to npm by claudiahdz, a new releaser for npm since your current version.
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 readmeAdditionally, you can set the following in the
.dependabot/config.yml
file in this repo:Finally, you can contact us by mentioning @dependabot.