/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-outdated.md | 3 title: npm-outdated 4 description: Check for outdated packages 7 # npm-outdated(1) 9 ## Check for outdated packages 14 npm outdated [[<@scope>/]<pkg> ...] 20 packages are currently outdated. 26 you're running `npm outdated --global`, or the package isn't included in 34 `npm outdated` defaults to a depth of 0, so unless you override that, you'll 35 always be seeing only top-level dependencies that are outdated. 46 $ npm outdated [all …]
|
/third_party/node/deps/npm/man/man1/ |
D | npm-outdated.1 | 1 .TH "NPM\-OUTDATED" "1" "April 2022" "" "" 3 \fBnpm-outdated\fR \- Check for outdated packages 8 npm outdated [[<@scope>/]<pkg> \.\.\.] 14 packages are currently outdated\. 21 you're running \fBnpm outdated \-\-global\fP, or the package isn't included in 31 \fBnpm outdated\fP defaults to a depth of 0, so unless you override that, you'll 32 always be seeing only top\-level dependencies that are outdated\. 49 $ npm outdated 51 glob 5\.0\.15 5\.0\.15 6\.0\.1 test\-outdated\-output 52 nothingness 0\.0\.3 git git test\-outdated\-output [all …]
|
/third_party/node/deps/npm/lib/ |
D | update.js | 10 const outdated = Bluebird.promisify(npm.commands.outdated) constant 17 update.completion = npm.commands.outdated.completion 27 log.verbose('update', 'computing outdated modules to update') 28 return outdated(args, true).then((rawOutdated) => { 29 const outdated = rawOutdated.map(function (ww) { 41 const wanted = outdated.filter(function (ww) { 44 'outdated', 53 log.info('outdated', 'updating', wanted)
|
/third_party/rust/crates/libc/.github/workflows/ |
D | bors.yml | 13 … actions: write # to cancel workflows (rust-lang/simpleinfra/github-actions/cancel-outdated-builds) 26 - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master 37 … actions: write # to cancel workflows (rust-lang/simpleinfra/github-actions/cancel-outdated-builds) 49 - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master 60 … actions: write # to cancel workflows (rust-lang/simpleinfra/github-actions/cancel-outdated-builds) 84 - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master 100 … actions: write # to cancel workflows (rust-lang/simpleinfra/github-actions/cancel-outdated-builds) 106 - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master 117 … actions: write # to cancel workflows (rust-lang/simpleinfra/github-actions/cancel-outdated-builds) 166 - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master [all …]
|
/third_party/node/deps/npm/test/need-npm5-update/ |
D | outdated-local.js | 11 var pkg = path.resolve(__dirname, 'outdated-local') 18 name: 'outdated-local', 80 test('outdated support local modules', function (t) { 117 npm.outdated(function (er, d) { 118 t.ifError(err, 'npm outdated ran without error') 123 path.resolve(__dirname, 'outdated-local'), 131 path.resolve(__dirname, 'outdated-local'), 139 path.resolve(__dirname, 'outdated-local'), 147 path.resolve(__dirname, 'outdated-local'), 154 ]), 'got expected outdated output')
|
D | outdated-symlink.js | 11 var pkg = path.resolve(__dirname, 'outdated-symlink') 56 test('when outdated is called linked packages should be displayed as such', function (t) { 65 'outdated', '-g' 83 common.npm(['rm', 'outdated'], OPTS, function (err, code, stdout, stderr) { 87 t.is(code, 0, 'cleanup outdated in local ok') 88 common.npm(['rm', '-g', 'outdated', 'async', 'underscore'], OPTS, function (err, code) { 92 t.is(code, 0, 'cleanup outdated in global ok')
|
D | outdated-private.js | 11 var pkg = path.resolve(__dirname, 'outdated-private') 17 name: 'outdated-private', 54 test('outdated ignores private modules', function (t) { 68 npm.outdated(function (er, d) { 69 t.ifError(err, 'npm outdated ran without error') 73 path.resolve(__dirname, 'outdated-private'),
|
D | outdated-new-versions.js | 12 var pkg = path.resolve(__dirname, 'outdated-new-versions') 16 name: 'new-versions-with-outdated', 37 test('dicovers new versions in outdated', function (t) { 43 npm.outdated(function (er, d) { 44 t.ifError(er, 'npm outdated completed successfully')
|
D | outdated-notarget.js | 10 var pkg = path.resolve(__dirname, 'outdated-notarget') 14 test('outdated-target: if no viable version is found, show error', function (t) { 39 name: 'outdated-notarget', 41 description: 'Test for outdated-target',
|
D | outdated-include-devdependencies.js | 13 var pkg = path.resolve(__dirname, 'outdated-include-devdependencies') 35 test('includes devDependencies in outdated', function (t) { 39 npm.outdated(function (er, d) { 40 t.ifError(er, 'npm outdated completed successfully')
|
D | outdated-depth-integer.js | 7 var pkg = path.resolve('outdated-depth-integer') 41 test('outdated depth integer', function (t) { 64 npm.outdated(function (err, d) { 65 t.ifError(err, 'outdated did not error')
|
D | outdated-depth-deep.js | 6 var pkg = path.resolve(__dirname, 'outdated-depth-deep') 42 test('outdated depth deep (9999)', function (t) { 69 common.npm(conf.concat(['outdated', '--depth', 9999]), {cwd: pkg}, thenValidateOutput) 75 t.is(code, 1, 'npm outdated exited with code 1')
|
/third_party/node/deps/npm/test/tap/ |
D | outdated-bad-read-tree.js | 10 test('outdated', function (t) { 12 var outdated = requireInject('../../lib/outdated.js', { 17 outdated([], function (err) {
|
D | outdated-json.js | 15 name: 'outdated-json', 73 'outdated' 77 t.ifError(err, 'npm outdated ran without error') 78 t.is(code, 1, 'npm outdated exited with code 1') 106 'outdated'
|
D | outdated-depth.js | 13 name: 'outdated-depth', 31 test('outdated depth zero', function (t) { 52 npm.outdated(function (err, d) { 61 npm.outdated(function (err, d) {
|
D | outdated-git.js | 15 name: 'outdated-git', 32 test('discovers new versions in outdated', function (t) { 36 npm.commands.outdated([], function (er, d) { 37 t.ifError(er, 'npm outdated completed successfully')
|
D | outdated-remote.js | 46 name: 'outdated-remote', 65 test('discovers new versions in outdated', t => { 66 return common.npm(['outdated', '--json'], conf).then(([code, stdout, stderr]) => { 67 t.is(code, 1, 'npm outdated completed successfully')
|
D | outdated-symlink.js | 94 test('outdated sees broken links', function (t) { 95 common.npm(['outdated', '--json'], conf, function (err, code, stdout, stderr) { 111 test('outdated with long output sees broken links', function (t) { 112 common.npm(['outdated', '--long', '--json'], conf, function (err, code, stdout, stderr) {
|
D | outdated-color.js | 26 name: 'outdated-color', 55 'outdated', 'underscore' 60 t.is(code, 1, 'npm outdated exited with code 1')
|
/third_party/rust/crates/link-cplusplus/.github/workflows/ |
D | ci.yml | 41 outdated: 42 name: Outdated 48 - uses: dtolnay/install@cargo-outdated 49 - run: cargo outdated --workspace --exit-code 1
|
/third_party/rust/crates/quote/.github/workflows/ |
D | ci.yml | 78 outdated: 79 name: Outdated 85 - uses: dtolnay/install@cargo-outdated 86 - run: cargo outdated --workspace --exit-code 1
|
/third_party/rust/crates/proc-macro2/.github/workflows/ |
D | ci.yml | 125 outdated: 126 name: Outdated 132 - uses: dtolnay/install@cargo-outdated 133 - run: cargo outdated --workspace --exit-code 1 134 - run: cargo outdated --manifest-path fuzz/Cargo.toml --exit-code 1
|
/third_party/rust/crates/unicode-ident/.github/workflows/ |
D | ci.yml | 81 outdated: 82 name: Outdated 88 - uses: dtolnay/install@cargo-outdated 89 - run: cargo outdated --workspace --exit-code 1
|
/third_party/rust/crates/syn/.github/workflows/ |
D | ci.yml | 150 outdated: 151 name: Outdated 157 - uses: dtolnay/install@cargo-outdated 158 - run: cargo outdated --workspace --exit-code 1 159 - run: cargo outdated --manifest-path fuzz/Cargo.toml --exit-code 1
|
/third_party/rust/crates/cxx/.github/workflows/ |
D | ci.yml | 135 outdated: 136 name: Outdated 142 - uses: dtolnay/install@cargo-outdated 143 - run: cargo outdated --workspace --exit-code 1
|