cicd-pipeline-train-schedule-autodeploy
cicd-pipeline-train-schedule-autodeploy copied to clipboard
Bump tar and npm
Removes tar. It's no longer used after updating ancestor dependency npm. These dependencies need to be updated together.
Removes tar
Updates npm from 5.8.0 to 5.10.0
Changelog
Sourced from npm's changelog.
v5.10.0 (2018-05-10):
AUDIT SHOULDN'T WAIT FOREVER
This will likely be reduced further with the goal that the audit process shouldn't noticibly slow down your builds regardless of your network situation.
v5.10.0-next.1 (2018-05-07):
EXTENDED
npm initSCAFFOLDINGThanks to the wonderful efforts of
@jdaltonof lodash fame,npm initcan now be used to invoke custom scaffolding tools!You can now do things like
npm init react-appornpm init esmto scaffold an npm package by runningcreate-react-appandcreate-esm, respectively. This also adds annpm createalias, to correspond to Yarn'syarn createfeature, which inspired this.
adc009ed4f363edd04f03b45fb213adcbb52#20303 #20372 Add annpm initfeature that calls out tonpxwhen invoked with positional arguments. (@jdalton)DEPENDENCY AUDITING
This version of npm adds a new command,
npm audit, which will run a security audit of your project's dependency tree and notify you about any actions you may need to take.The registry-side services required for this command to work will be available on the main npm registry in the coming weeks. Until then, you won't get much out of trying to use this on the CLI.
As part of this change, the npm CLI now sends scrubbed and cryptographically anonymized metadata about your dependency tree to your configured registry, to allow notifying you about the existence of critical security flaws. For details about how the CLI protects your privacy when it shares this metadata, see
npm help audit, or read the docs fornpm auditonline. You
... (truncated)
Commits
c62d0ea5.10.09edd48edocs: update changelog for [email protected]e33bc08audit: Timeout audit requests eventually9cb91025.10.0-next.1dab8d6dupdate AUTHORSba6f620doc: update changelog for [email protected]be01b7dtest: Change bad url in test in anticipation of aliasing74bcdb8update: Add parens to clarify order of operations when defaulting where3232699deps: Fix regexp used to cleanup from fieldsfb99f75travis: Add node v10- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.