technote-space / package-version-check-action

GitHub Actions to check package version before publish
MIT License
36 stars 1 forks source link

release: v1.8.9 #212

Closed technote-space closed 3 years ago

technote-space commented 3 years ago

Changes

Base PullRequest

default branch (https://github.com/technote-space/package-version-check-action/tree/master)

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
cli.js -u --packageFile package.json ```Shell Using yarn Upgrading /home/runner/work/package-version-check-action/package-version-check-action/package.json @technote-space/github-action-test-helper ^0.7.8 → ^0.7.9 @technote-space/release-github-actions-cli ^1.8.4 → ^1.8.5 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Building fresh packages... success Saved lockfile. $ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install Done in 16.25s. ``` ### stderr: ```Shell warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@5.1.1" has unmet peer dependency "@octokit/core@>=3". ```
yarn upgrade ```Shell yarn upgrade v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Rebuilding all packages... success Saved lockfile. success Saved 455 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.1 ├─ @commitlint/config-conventional@12.1.1 ├─ @technote-space/github-action-test-helper@0.7.9 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @types/jest@26.0.23 ├─ @typescript-eslint/eslint-plugin@4.22.0 ├─ @typescript-eslint/parser@4.22.0 ├─ eslint@7.25.0 ├─ husky@6.0.0 ├─ jest-circus@26.6.3 ├─ jest@26.6.3 ├─ lint-staged@10.5.4 ├─ nock@13.0.11 ├─ replace-in-file@6.2.0 ├─ ts-jest@26.5.5 └─ typescript@4.2.4 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.14.0 ├─ @babel/core@7.14.0 ├─ @babel/helper-compilation-targets@7.13.16 ├─ @babel/helper-function-name@7.12.13 ├─ @babel/helper-get-function-arity@7.12.13 ├─ @babel/helper-member-expression-to-functions@7.13.12 ├─ @babel/helper-module-imports@7.13.12 ├─ @babel/helper-module-transforms@7.14.0 ├─ @babel/helper-optimise-call-expression@7.12.13 ├─ @babel/helper-replace-supers@7.13.12 ├─ @babel/helper-simple-access@7.13.12 ├─ @babel/helper-validator-option@7.12.17 ├─ @babel/helpers@7.14.0 ├─ @babel/highlight@7.14.0 ├─ @babel/plugin-syntax-async-generators@7.8.4 ├─ @babel/plugin-syntax-bigint@7.8.3 ├─ @babel/plugin-syntax-class-properties@7.12.13 ├─ @babel/plugin-syntax-import-meta@7.10.4 ├─ @babel/plugin-syntax-json-strings@7.8.3 ├─ @babel/plugin-syntax-logical-assignment-operators@7.10.4 ├─ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 ├─ @babel/plugin-syntax-numeric-separator@7.10.4 ├─ @babel/plugin-syntax-object-rest-spread@7.8.3 ├─ @babel/plugin-syntax-optional-catch-binding@7.8.3 ├─ @babel/plugin-syntax-optional-chaining@7.8.3 ├─ @babel/plugin-syntax-top-level-await@7.12.13 ├─ @babel/template@7.12.13 ├─ @bcoe/v8-coverage@0.2.3 ├─ @cnakazawa/watch@1.0.4 ├─ @commitlint/cli@12.1.1 ├─ @commitlint/config-conventional@12.1.1 ├─ @commitlint/ensure@12.1.1 ├─ @commitlint/execute-rule@12.1.1 ├─ @commitlint/format@12.1.1 ├─ @commitlint/is-ignored@12.1.1 ├─ @commitlint/lint@12.1.1 ├─ @commitlint/load@12.1.1 ├─ @commitlint/message@12.1.1 ├─ @commitlint/parse@12.1.1 ├─ @commitlint/read@12.1.1 ├─ @commitlint/resolve-extends@12.1.1 ├─ @commitlint/rules@12.1.1 ├─ @commitlint/to-lines@12.1.1 ├─ @commitlint/top-level@12.1.1 ├─ @eslint/eslintrc@0.4.0 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@26.6.2 ├─ @jest/reporters@26.6.2 ├─ @jest/test-sequencer@26.6.3 ├─ @nodelib/fs.scandir@2.1.4 ├─ @nodelib/fs.stat@2.0.4 ├─ @nodelib/fs.walk@1.2.6 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.4.0 ├─ @octokit/endpoint@6.0.11 ├─ @octokit/graphql@4.6.1 ├─ @octokit/openapi-types@6.2.1 ├─ @octokit/plugin-paginate-rest@2.13.3 ├─ @octokit/plugin-rest-endpoint-methods@5.1.1 ├─ @octokit/request-error@2.0.5 ├─ @octokit/request@5.4.15 ├─ @octokit/types@6.14.2 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@6.0.1 ├─ @technote-space/github-action-test-helper@0.7.9 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @technote-space/release-github-actions@7.0.5 ├─ @types/babel__core@7.1.14 ├─ @types/babel__generator@7.6.2 ├─ @types/babel__template@7.4.0 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/istanbul-reports@3.0.0 ├─ @types/jest@26.0.23 ├─ @types/json-schema@7.0.7 ├─ @types/minimist@1.2.1 ├─ @types/normalize-package-data@2.4.0 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.2.3 ├─ @types/stack-utils@2.0.0 ├─ @types/yargs-parser@20.2.0 ├─ @typescript-eslint/eslint-plugin@4.22.0 ├─ @typescript-eslint/experimental-utils@4.22.0 ├─ @typescript-eslint/parser@4.22.0 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.1 ├─ acorn-walk@7.2.0 ├─ acorn@7.4.1 ├─ aggregate-error@3.1.0 ├─ ajv@6.12.6 ├─ ansi-colors@4.1.1 ├─ ansi-escapes@4.3.2 ├─ anymatch@3.1.2 ├─ argparse@1.0.10 ├─ arr-flatten@1.1.0 ├─ array-ify@1.0.0 ├─ array-union@2.1.0 ├─ arrify@1.0.1 ├─ asn1@0.2.4 ├─ assign-symbols@1.0.0 ├─ asynckit@0.4.0 ├─ at-least-node@1.0.0 ├─ atob@2.1.2 ├─ aws-sign2@0.7.0 ├─ aws4@1.11.0 ├─ babel-jest@26.6.3 ├─ babel-plugin-jest-hoist@26.6.2 ├─ babel-preset-current-node-syntax@1.0.1 ├─ babel-preset-jest@26.6.2 ├─ balanced-match@1.0.2 ├─ base@0.11.2 ├─ bcrypt-pbkdf@1.0.2 ├─ before-after-hook@2.2.1 ├─ brace-expansion@1.1.11 ├─ braces@3.0.2 ├─ browser-process-hrtime@1.0.0 ├─ browserslist@4.16.6 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.1 ├─ cache-base@1.0.1 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001219 ├─ capture-exit@2.0.0 ├─ caseless@0.12.0 ├─ char-regex@1.0.2 ├─ ci-info@2.0.0 ├─ cjs-module-lexer@0.6.0 ├─ class-utils@0.3.6 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.0 ├─ cliui@6.0.0 ├─ collection-visit@1.0.0 ├─ color-convert@2.0.1 ├─ color-name@1.1.4 ├─ colorette@1.2.2 ├─ combined-stream@1.0.8 ├─ commander@6.2.1 ├─ concat-map@0.0.1 ├─ conventional-changelog-angular@5.0.12 ├─ conventional-changelog-conventionalcommits@4.6.0 ├─ conventional-commits-parser@3.2.1 ├─ convert-source-map@1.7.0 ├─ copy-descriptor@0.1.1 ├─ core-util-is@1.0.2 ├─ cross-spawn@7.0.3 ├─ cssom@0.4.4 ├─ cssstyle@2.3.0 ├─ dargs@7.0.0 ├─ dashdash@1.14.1 ├─ data-urls@2.0.0 ├─ decamelize-keys@1.1.0 ├─ decimal.js@10.2.1 ├─ decode-uri-component@0.2.0 ├─ deep-is@0.1.3 ├─ deepmerge@4.2.2 ├─ delayed-stream@1.0.0 ├─ detect-newline@3.1.0 ├─ diff-sequences@26.6.2 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@8.2.0 ├─ ecc-jsbn@0.1.2 ├─ electron-to-chromium@1.3.725 ├─ emittery@0.7.2 ├─ emoji-regex@8.0.0 ├─ end-of-stream@1.4.4 ├─ enquirer@2.3.6 ├─ error-ex@1.3.2 ├─ escodegen@2.0.0 ├─ eslint-scope@5.1.1 ├─ eslint-utils@2.1.0 ├─ eslint-visitor-keys@1.3.0 ├─ eslint@7.25.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ execa@4.1.0 ├─ expand-brackets@2.1.4 ├─ extend@3.0.2 ├─ extglob@2.0.4 ├─ extsprintf@1.3.0 ├─ fast-glob@3.2.5 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.0 ├─ figures@3.2.0 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.1.1 ├─ for-in@1.0.2 ├─ forever-agent@0.6.1 ├─ form-data@2.3.3 ├─ fs-extra@9.1.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ get-caller-file@2.0.5 ├─ get-own-enumerable-property-symbols@3.0.2 ├─ get-package-type@0.1.0 ├─ get-stdin@8.0.0 ├─ get-stream@5.2.0 ├─ getpass@0.1.7 ├─ git-raw-commits@2.0.10 ├─ glob-parent@5.1.2 ├─ glob@7.1.6 ├─ global-dirs@0.1.1 ├─ globals@13.8.0 ├─ globby@11.0.3 ├─ growly@1.3.0 ├─ har-schema@2.0.0 ├─ har-validator@5.1.5 ├─ hard-rejection@2.1.0 ├─ has-value@1.0.0 ├─ has@1.0.3 ├─ hosted-git-info@4.0.2 ├─ html-encoding-sniffer@2.0.1 ├─ html-escaper@2.0.2 ├─ http-signature@1.2.0 ├─ human-signals@1.1.1 ├─ husky@6.0.0 ├─ iconv-lite@0.4.24 ├─ inflight@1.0.6 ├─ inherits@2.0.4 ├─ ini@1.3.8 ├─ is-accessor-descriptor@1.0.0 ├─ is-arrayish@0.2.1 ├─ is-core-module@2.3.0 ├─ is-data-descriptor@1.0.0 ├─ is-descriptor@1.0.2 ├─ is-docker@2.2.1 ├─ is-extglob@2.1.1 ├─ is-glob@4.0.1 ├─ is-obj@1.0.1 ├─ is-plain-obj@1.1.0 ├─ is-plain-object@2.0.4 ├─ is-potential-custom-element-name@1.0.1 ├─ is-regexp@1.0.0 ├─ is-stream@2.0.0 ├─ is-text-path@1.0.1 ├─ is-typedarray@1.0.0 ├─ is-unicode-supported@0.1.0 ├─ is-windows@1.0.2 ├─ is-wsl@2.2.0 ├─ isarray@1.0.0 ├─ isstream@0.1.2 ├─ istanbul-lib-instrument@4.0.3 ├─ istanbul-lib-source-maps@4.0.0 ├─ istanbul-reports@3.0.2 ├─ jest-changed-files@26.6.2 ├─ jest-circus@26.6.3 ├─ jest-cli@26.6.3 ├─ jest-docblock@26.0.0 ├─ jest-environment-jsdom@26.6.2 ├─ jest-environment-node@26.6.2 ├─ jest-jasmine2@26.6.3 ├─ jest-leak-detector@26.6.2 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@26.6.3 ├─ jest-serializer@26.6.2 ├─ jest-util@26.6.2 ├─ jest-watcher@26.6.2 ├─ jest@26.6.3 ├─ js-tokens@4.0.0 ├─ jsdom@16.5.3 ├─ jsesc@2.5.2 ├─ json-parse-even-better-errors@2.3.1 ├─ json-schema-traverse@0.4.1 ├─ json-schema@0.2.3 ├─ json-stable-stringify-without-jsonify@1.0.1 ├─ json-stringify-safe@5.0.1 ├─ json5@2.2.0 ├─ jsonfile@6.1.0 ├─ jsonparse@1.3.1 ├─ JSONStream@1.3.5 ├─ jsprim@1.4.1 ├─ kind-of@3.2.2 ├─ kleur@3.0.3 ├─ leven@3.1.0 ├─ lines-and-columns@1.1.6 ├─ lint-staged@10.5.4 ├─ listr2@3.8.1 ├─ locate-path@5.0.0 ├─ lodash.clonedeep@4.5.0 ├─ lodash.flatten@4.4.0 ├─ lodash.set@4.3.2 ├─ lodash.truncate@4.4.2 ├─ lodash@4.17.21 ├─ log-symbols@4.1.0 ├─ log-update@4.0.0 ├─ make-dir@3.1.0 ├─ make-error@1.3.6 ├─ makeerror@1.0.11 ├─ map-obj@1.0.1 ├─ map-visit@1.0.0 ├─ memize@1.1.0 ├─ mime-db@1.47.0 ├─ mime-types@2.1.30 ├─ mimic-fn@2.1.0 ├─ min-indent@1.0.1 ├─ minimist-options@4.1.0 ├─ minimist@1.2.5 ├─ mixin-deep@1.3.2 ├─ mkdirp@1.0.4 ├─ ms@2.1.2 ├─ nanomatch@1.2.13 ├─ nice-try@1.0.5 ├─ nock@13.0.11 ├─ node-fetch@2.6.1 ├─ node-int64@0.4.0 ├─ node-modules-regexp@1.0.0 ├─ node-notifier@8.0.2 ├─ node-releases@1.1.71 ├─ normalize-package-data@3.0.2 ├─ npm-run-path@4.0.1 ├─ nwsapi@2.2.0 ├─ oauth-sign@0.9.0 ├─ object-copy@0.1.0 ├─ optionator@0.9.1 ├─ p-each-series@2.2.0 ├─ p-finally@1.0.0 ├─ p-limit@2.3.0 ├─ p-locate@4.1.0 ├─ p-map@4.0.0 ├─ p-try@2.2.0 ├─ parent-module@1.0.1 ├─ parse5@6.0.1 ├─ pascalcase@0.1.1 ├─ path-is-absolute@1.0.1 ├─ path-key@2.0.1 ├─ path-parse@1.0.6 ├─ performance-now@2.1.0 ├─ picomatch@2.2.3 ├─ pirates@4.0.1 ├─ pkg-dir@4.2.0 ├─ please-upgrade-node@3.2.0 ├─ posix-character-classes@0.1.1 ├─ progress@2.0.3 ├─ prompts@2.4.1 ├─ propagate@2.0.1 ├─ psl@1.8.0 ├─ qs@6.5.2 ├─ queue-microtask@1.2.3 ├─ quick-lru@4.0.1 ├─ react-is@17.0.2 ├─ read-pkg@5.2.0 ├─ readable-stream@3.6.0 ├─ redent@3.0.0 ├─ regexpp@3.1.0 ├─ remove-trailing-separator@1.1.0 ├─ repeat-element@1.1.4 ├─ replace-in-file@6.2.0 ├─ request-promise-core@1.1.4 ├─ request-promise-native@1.0.9 ├─ request@2.88.2 ├─ require-from-string@2.0.2 ├─ require-main-filename@2.0.0 ├─ resolve-cwd@3.0.0 ├─ resolve-global@1.0.0 ├─ resolve-url@0.2.1 ├─ resolve@1.20.0 ├─ restore-cursor@3.1.0 ├─ ret@0.1.15 ├─ reusify@1.0.4 ├─ rimraf@3.0.2 ├─ rsvp@4.8.5 ├─ run-parallel@1.2.0 ├─ rxjs@6.6.7 ├─ safe-buffer@5.2.1 ├─ safer-buffer@2.1.2 ├─ sane@4.1.0 ├─ saxes@5.0.1 ├─ semver-compare@1.0.0 ├─ semver@7.3.5 ├─ set-blocking@2.0.0 ├─ set-value@2.0.1 ├─ shebang-command@2.0.0 ├─ shebang-regex@3.0.0 ├─ shell-escape@0.2.0 ├─ shellwords@0.1.1 ├─ sisteransi@1.0.5 ├─ snapdragon-node@2.1.1 ├─ snapdragon-util@3.0.1 ├─ source-map-resolve@0.5.3 ├─ source-map-support@0.5.19 ├─ source-map-url@0.4.1 ├─ source-map@0.6.1 ├─ spdx-correct@3.1.1 ├─ spdx-exceptions@2.3.0 ├─ split-string@3.1.0 ├─ sshpk@1.16.1 ├─ static-extend@0.1.2 ├─ stealthy-require@1.1.1 ├─ string_decoder@1.3.0 ├─ string-argv@0.3.1 ├─ stringify-object@3.3.0 ├─ strip-bom@4.0.0 ├─ strip-eof@1.0.0 ├─ strip-final-newline@2.0.0 ├─ strip-indent@3.0.0 ├─ strip-json-comments@3.1.1 ├─ supports-hyperlinks@2.2.0 ├─ symbol-tree@3.2.4 ├─ table@6.6.0 ├─ terminal-link@2.1.1 ├─ test-exclude@6.0.0 ├─ text-extensions@1.9.0 ├─ text-table@0.2.0 ├─ through@2.3.8 ├─ tmpl@1.0.4 ├─ to-fast-properties@2.0.0 ├─ to-object-path@0.3.0 ├─ to-regex-range@5.0.1 ├─ tough-cookie@2.5.0 ├─ tr46@2.0.2 ├─ trim-newlines@3.0.0 ├─ trim-off-newlines@1.0.1 ├─ ts-jest@26.5.5 ├─ tslib@1.14.1 ├─ tunnel-agent@0.6.0 ├─ tunnel@0.0.6 ├─ tweetnacl@0.14.5 ├─ type-detect@4.0.8 ├─ typedarray-to-buffer@3.1.5 ├─ typescript@4.2.4 ├─ union-value@1.0.1 ├─ unset-value@1.0.0 ├─ urix@0.1.0 ├─ use@3.1.1 ├─ util-deprecate@1.0.2 ├─ uuid@8.3.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@7.1.1 ├─ verror@1.10.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.5.0 ├─ which-module@2.0.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.4.5 ├─ xmlchars@2.2.0 ├─ y18n@4.0.3 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.7 └─ yocto-queue@0.1.0 Done in 8.90s. ``` ### stderr: ```Shell warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request > har-validator@5.1.5: this library is no longer supported warning jest > @jest/core > jest-haste-map > sane > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated warning jest > @jest/core > jest-haste-map > sane > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@5.1.1" has unmet peer dependency "@octokit/core@>=3". ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 755 Done in 0.86s. ```

Changed files

Changed 2 files: - package.json - yarn.lock

:octocat: Repo | :memo: Issues | :department_store: Marketplace

codecov-commenter commented 3 years ago

Codecov Report

Merging #212 (a303d1e) into master (1931c80) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #212   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          108       108           
  Branches        10        10           
=========================================
  Hits           108       108           

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 b09726e...a303d1e. Read the comment docs.

technote-space commented 3 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
cli.js -u --packageFile package.json ```Shell Using yarn Upgrading /home/runner/work/package-version-check-action/package-version-check-action/package.json @technote-space/github-action-helper ^5.2.6 → ^5.2.7 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Building fresh packages... success Saved lockfile. $ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install Done in 19.31s. ``` ### stderr: ```Shell warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@5.1.1" has unmet peer dependency "@octokit/core@>=3". ```
yarn upgrade ```Shell yarn upgrade v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Rebuilding all packages... success Saved lockfile. success Saved 454 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.1 ├─ @commitlint/config-conventional@12.1.1 ├─ @technote-space/github-action-test-helper@0.7.9 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @types/jest@26.0.23 ├─ @typescript-eslint/eslint-plugin@4.22.0 ├─ @typescript-eslint/parser@4.22.0 ├─ eslint@7.25.0 ├─ husky@6.0.0 ├─ jest-circus@26.6.3 ├─ jest@26.6.3 ├─ lint-staged@10.5.4 ├─ nock@13.0.11 ├─ replace-in-file@6.2.0 ├─ ts-jest@26.5.5 └─ typescript@4.2.4 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.14.0 ├─ @babel/core@7.14.0 ├─ @babel/helper-compilation-targets@7.13.16 ├─ @babel/helper-function-name@7.12.13 ├─ @babel/helper-get-function-arity@7.12.13 ├─ @babel/helper-member-expression-to-functions@7.13.12 ├─ @babel/helper-module-imports@7.13.12 ├─ @babel/helper-module-transforms@7.14.0 ├─ @babel/helper-optimise-call-expression@7.12.13 ├─ @babel/helper-replace-supers@7.13.12 ├─ @babel/helper-simple-access@7.13.12 ├─ @babel/helper-validator-option@7.12.17 ├─ @babel/helpers@7.14.0 ├─ @babel/highlight@7.14.0 ├─ @babel/plugin-syntax-async-generators@7.8.4 ├─ @babel/plugin-syntax-bigint@7.8.3 ├─ @babel/plugin-syntax-class-properties@7.12.13 ├─ @babel/plugin-syntax-import-meta@7.10.4 ├─ @babel/plugin-syntax-json-strings@7.8.3 ├─ @babel/plugin-syntax-logical-assignment-operators@7.10.4 ├─ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 ├─ @babel/plugin-syntax-numeric-separator@7.10.4 ├─ @babel/plugin-syntax-object-rest-spread@7.8.3 ├─ @babel/plugin-syntax-optional-catch-binding@7.8.3 ├─ @babel/plugin-syntax-optional-chaining@7.8.3 ├─ @babel/plugin-syntax-top-level-await@7.12.13 ├─ @bcoe/v8-coverage@0.2.3 ├─ @cnakazawa/watch@1.0.4 ├─ @commitlint/cli@12.1.1 ├─ @commitlint/config-conventional@12.1.1 ├─ @commitlint/ensure@12.1.1 ├─ @commitlint/execute-rule@12.1.1 ├─ @commitlint/format@12.1.1 ├─ @commitlint/is-ignored@12.1.1 ├─ @commitlint/lint@12.1.1 ├─ @commitlint/load@12.1.1 ├─ @commitlint/message@12.1.1 ├─ @commitlint/parse@12.1.1 ├─ @commitlint/read@12.1.1 ├─ @commitlint/resolve-extends@12.1.1 ├─ @commitlint/rules@12.1.1 ├─ @commitlint/to-lines@12.1.1 ├─ @commitlint/top-level@12.1.1 ├─ @eslint/eslintrc@0.4.0 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@26.6.2 ├─ @jest/reporters@26.6.2 ├─ @jest/test-sequencer@26.6.3 ├─ @nodelib/fs.scandir@2.1.4 ├─ @nodelib/fs.stat@2.0.4 ├─ @nodelib/fs.walk@1.2.6 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.4.0 ├─ @octokit/endpoint@6.0.11 ├─ @octokit/graphql@4.6.1 ├─ @octokit/plugin-paginate-rest@2.13.3 ├─ @octokit/request-error@2.0.5 ├─ @octokit/request@5.4.15 ├─ @octokit/types@6.14.2 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@6.0.1 ├─ @technote-space/github-action-test-helper@0.7.9 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @technote-space/release-github-actions@7.0.5 ├─ @types/babel__core@7.1.14 ├─ @types/babel__generator@7.6.2 ├─ @types/babel__template@7.4.0 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/istanbul-reports@3.0.0 ├─ @types/jest@26.0.23 ├─ @types/json-schema@7.0.7 ├─ @types/minimist@1.2.1 ├─ @types/normalize-package-data@2.4.0 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.2.3 ├─ @types/stack-utils@2.0.0 ├─ @types/yargs-parser@20.2.0 ├─ @typescript-eslint/eslint-plugin@4.22.0 ├─ @typescript-eslint/experimental-utils@4.22.0 ├─ @typescript-eslint/parser@4.22.0 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.1 ├─ acorn-walk@7.2.0 ├─ acorn@7.4.1 ├─ aggregate-error@3.1.0 ├─ ajv@6.12.6 ├─ ansi-colors@4.1.1 ├─ ansi-escapes@4.3.2 ├─ anymatch@3.1.2 ├─ argparse@1.0.10 ├─ arr-flatten@1.1.0 ├─ array-ify@1.0.0 ├─ array-union@2.1.0 ├─ arrify@1.0.1 ├─ asn1@0.2.4 ├─ assign-symbols@1.0.0 ├─ asynckit@0.4.0 ├─ at-least-node@1.0.0 ├─ atob@2.1.2 ├─ aws-sign2@0.7.0 ├─ aws4@1.11.0 ├─ babel-jest@26.6.3 ├─ babel-plugin-jest-hoist@26.6.2 ├─ babel-preset-current-node-syntax@1.0.1 ├─ babel-preset-jest@26.6.2 ├─ balanced-match@1.0.2 ├─ base@0.11.2 ├─ bcrypt-pbkdf@1.0.2 ├─ before-after-hook@2.2.1 ├─ brace-expansion@1.1.11 ├─ braces@3.0.2 ├─ browser-process-hrtime@1.0.0 ├─ browserslist@4.16.6 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.1 ├─ cache-base@1.0.1 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001220 ├─ capture-exit@2.0.0 ├─ caseless@0.12.0 ├─ chalk@4.1.1 ├─ char-regex@1.0.2 ├─ ci-info@2.0.0 ├─ cjs-module-lexer@0.6.0 ├─ class-utils@0.3.6 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.0 ├─ cliui@6.0.0 ├─ collection-visit@1.0.0 ├─ color-convert@2.0.1 ├─ color-name@1.1.4 ├─ colorette@1.2.2 ├─ combined-stream@1.0.8 ├─ commander@6.2.1 ├─ concat-map@0.0.1 ├─ conventional-changelog-angular@5.0.12 ├─ conventional-changelog-conventionalcommits@4.6.0 ├─ conventional-commits-parser@3.2.1 ├─ convert-source-map@1.7.0 ├─ copy-descriptor@0.1.1 ├─ core-util-is@1.0.2 ├─ cross-spawn@7.0.3 ├─ cssom@0.4.4 ├─ cssstyle@2.3.0 ├─ dargs@7.0.0 ├─ dashdash@1.14.1 ├─ data-urls@2.0.0 ├─ decamelize-keys@1.1.0 ├─ decimal.js@10.2.1 ├─ decode-uri-component@0.2.0 ├─ deep-is@0.1.3 ├─ deepmerge@4.2.2 ├─ delayed-stream@1.0.0 ├─ detect-newline@3.1.0 ├─ diff-sequences@26.6.2 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@8.2.0 ├─ ecc-jsbn@0.1.2 ├─ electron-to-chromium@1.3.725 ├─ emittery@0.7.2 ├─ emoji-regex@8.0.0 ├─ end-of-stream@1.4.4 ├─ enquirer@2.3.6 ├─ error-ex@1.3.2 ├─ escodegen@2.0.0 ├─ eslint-scope@5.1.1 ├─ eslint-utils@2.1.0 ├─ eslint-visitor-keys@1.3.0 ├─ eslint@7.25.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ execa@4.1.0 ├─ expand-brackets@2.1.4 ├─ extend@3.0.2 ├─ extglob@2.0.4 ├─ extsprintf@1.3.0 ├─ fast-glob@3.2.5 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.0 ├─ figures@3.2.0 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.1.1 ├─ for-in@1.0.2 ├─ forever-agent@0.6.1 ├─ form-data@2.3.3 ├─ fs-extra@9.1.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ get-caller-file@2.0.5 ├─ get-own-enumerable-property-symbols@3.0.2 ├─ get-package-type@0.1.0 ├─ get-stdin@8.0.0 ├─ get-stream@5.2.0 ├─ get-value@2.0.6 ├─ getpass@0.1.7 ├─ git-raw-commits@2.0.10 ├─ glob-parent@5.1.2 ├─ glob@7.1.6 ├─ global-dirs@0.1.1 ├─ globals@13.8.0 ├─ globby@11.0.3 ├─ growly@1.3.0 ├─ har-schema@2.0.0 ├─ har-validator@5.1.5 ├─ hard-rejection@2.1.0 ├─ has-value@1.0.0 ├─ has@1.0.3 ├─ hosted-git-info@4.0.2 ├─ html-encoding-sniffer@2.0.1 ├─ html-escaper@2.0.2 ├─ http-signature@1.2.0 ├─ human-signals@1.1.1 ├─ husky@6.0.0 ├─ iconv-lite@0.4.24 ├─ inflight@1.0.6 ├─ inherits@2.0.4 ├─ ini@1.3.8 ├─ is-accessor-descriptor@1.0.0 ├─ is-arrayish@0.2.1 ├─ is-core-module@2.3.0 ├─ is-data-descriptor@1.0.0 ├─ is-descriptor@1.0.2 ├─ is-docker@2.2.1 ├─ is-extglob@2.1.1 ├─ is-glob@4.0.1 ├─ is-obj@1.0.1 ├─ is-plain-obj@1.1.0 ├─ is-plain-object@2.0.4 ├─ is-potential-custom-element-name@1.0.1 ├─ is-regexp@1.0.0 ├─ is-stream@2.0.0 ├─ is-text-path@1.0.1 ├─ is-typedarray@1.0.0 ├─ is-unicode-supported@0.1.0 ├─ is-windows@1.0.2 ├─ is-wsl@2.2.0 ├─ isarray@1.0.0 ├─ isstream@0.1.2 ├─ istanbul-lib-instrument@4.0.3 ├─ istanbul-lib-source-maps@4.0.0 ├─ istanbul-reports@3.0.2 ├─ jest-changed-files@26.6.2 ├─ jest-circus@26.6.3 ├─ jest-cli@26.6.3 ├─ jest-docblock@26.0.0 ├─ jest-environment-jsdom@26.6.2 ├─ jest-environment-node@26.6.2 ├─ jest-jasmine2@26.6.3 ├─ jest-leak-detector@26.6.2 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@26.6.3 ├─ jest-serializer@26.6.2 ├─ jest-util@26.6.2 ├─ jest-watcher@26.6.2 ├─ jest@26.6.3 ├─ js-tokens@4.0.0 ├─ jsdom@16.5.3 ├─ jsesc@2.5.2 ├─ json-parse-even-better-errors@2.3.1 ├─ json-schema-traverse@0.4.1 ├─ json-schema@0.2.3 ├─ json-stable-stringify-without-jsonify@1.0.1 ├─ json-stringify-safe@5.0.1 ├─ json5@2.2.0 ├─ jsonfile@6.1.0 ├─ jsonparse@1.3.1 ├─ JSONStream@1.3.5 ├─ jsprim@1.4.1 ├─ kind-of@3.2.2 ├─ kleur@3.0.3 ├─ leven@3.1.0 ├─ lines-and-columns@1.1.6 ├─ lint-staged@10.5.4 ├─ listr2@3.8.2 ├─ locate-path@5.0.0 ├─ lodash.clonedeep@4.5.0 ├─ lodash.flatten@4.4.0 ├─ lodash.set@4.3.2 ├─ lodash.truncate@4.4.2 ├─ lodash@4.17.21 ├─ log-symbols@4.1.0 ├─ log-update@4.0.0 ├─ make-dir@3.1.0 ├─ make-error@1.3.6 ├─ makeerror@1.0.11 ├─ map-obj@1.0.1 ├─ map-visit@1.0.0 ├─ memize@1.1.0 ├─ mime-db@1.47.0 ├─ mime-types@2.1.30 ├─ mimic-fn@2.1.0 ├─ min-indent@1.0.1 ├─ minimist-options@4.1.0 ├─ minimist@1.2.5 ├─ mixin-deep@1.3.2 ├─ mkdirp@1.0.4 ├─ ms@2.1.2 ├─ nanomatch@1.2.13 ├─ nice-try@1.0.5 ├─ nock@13.0.11 ├─ node-fetch@2.6.1 ├─ node-int64@0.4.0 ├─ node-modules-regexp@1.0.0 ├─ node-notifier@8.0.2 ├─ node-releases@1.1.71 ├─ normalize-package-data@3.0.2 ├─ npm-run-path@4.0.1 ├─ nwsapi@2.2.0 ├─ oauth-sign@0.9.0 ├─ object-copy@0.1.0 ├─ optionator@0.9.1 ├─ p-each-series@2.2.0 ├─ p-finally@1.0.0 ├─ p-limit@2.3.0 ├─ p-locate@4.1.0 ├─ p-map@4.0.0 ├─ p-try@2.2.0 ├─ parent-module@1.0.1 ├─ parse5@6.0.1 ├─ pascalcase@0.1.1 ├─ path-is-absolute@1.0.1 ├─ path-key@2.0.1 ├─ path-parse@1.0.6 ├─ performance-now@2.1.0 ├─ picomatch@2.2.3 ├─ pirates@4.0.1 ├─ pkg-dir@4.2.0 ├─ please-upgrade-node@3.2.0 ├─ posix-character-classes@0.1.1 ├─ progress@2.0.3 ├─ prompts@2.4.1 ├─ propagate@2.0.1 ├─ psl@1.8.0 ├─ qs@6.5.2 ├─ queue-microtask@1.2.3 ├─ quick-lru@4.0.1 ├─ react-is@17.0.2 ├─ read-pkg@5.2.0 ├─ readable-stream@3.6.0 ├─ redent@3.0.0 ├─ regexpp@3.1.0 ├─ remove-trailing-separator@1.1.0 ├─ repeat-element@1.1.4 ├─ replace-in-file@6.2.0 ├─ request-promise-core@1.1.4 ├─ request-promise-native@1.0.9 ├─ request@2.88.2 ├─ require-from-string@2.0.2 ├─ require-main-filename@2.0.0 ├─ resolve-cwd@3.0.0 ├─ resolve-global@1.0.0 ├─ resolve-url@0.2.1 ├─ resolve@1.20.0 ├─ restore-cursor@3.1.0 ├─ ret@0.1.15 ├─ reusify@1.0.4 ├─ rimraf@3.0.2 ├─ rsvp@4.8.5 ├─ run-parallel@1.2.0 ├─ rxjs@6.6.7 ├─ safe-buffer@5.2.1 ├─ safer-buffer@2.1.2 ├─ sane@4.1.0 ├─ saxes@5.0.1 ├─ semver-compare@1.0.0 ├─ semver@7.3.5 ├─ set-blocking@2.0.0 ├─ set-value@2.0.1 ├─ shebang-command@2.0.0 ├─ shebang-regex@3.0.0 ├─ shell-escape@0.2.0 ├─ shellwords@0.1.1 ├─ sisteransi@1.0.5 ├─ snapdragon-node@2.1.1 ├─ snapdragon-util@3.0.1 ├─ source-map-resolve@0.5.3 ├─ source-map-support@0.5.19 ├─ source-map-url@0.4.1 ├─ source-map@0.6.1 ├─ spdx-correct@3.1.1 ├─ spdx-exceptions@2.3.0 ├─ split-string@3.1.0 ├─ sshpk@1.16.1 ├─ static-extend@0.1.2 ├─ stealthy-require@1.1.1 ├─ string_decoder@1.3.0 ├─ string-argv@0.3.1 ├─ stringify-object@3.3.0 ├─ strip-bom@4.0.0 ├─ strip-eof@1.0.0 ├─ strip-final-newline@2.0.0 ├─ strip-indent@3.0.0 ├─ strip-json-comments@3.1.1 ├─ supports-hyperlinks@2.2.0 ├─ symbol-tree@3.2.4 ├─ table@6.6.0 ├─ terminal-link@2.1.1 ├─ test-exclude@6.0.0 ├─ text-extensions@1.9.0 ├─ text-table@0.2.0 ├─ through@2.3.8 ├─ tmpl@1.0.4 ├─ to-fast-properties@2.0.0 ├─ to-object-path@0.3.0 ├─ to-regex-range@5.0.1 ├─ tough-cookie@2.5.0 ├─ tr46@2.0.2 ├─ trim-newlines@3.0.0 ├─ trim-off-newlines@1.0.1 ├─ ts-jest@26.5.5 ├─ tslib@1.14.1 ├─ tunnel-agent@0.6.0 ├─ tunnel@0.0.6 ├─ tweetnacl@0.14.5 ├─ type-detect@4.0.8 ├─ typedarray-to-buffer@3.1.5 ├─ typescript@4.2.4 ├─ union-value@1.0.1 ├─ unset-value@1.0.0 ├─ urix@0.1.0 ├─ use@3.1.1 ├─ util-deprecate@1.0.2 ├─ uuid@8.3.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@7.1.1 ├─ verror@1.10.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.5.0 ├─ which-module@2.0.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.4.5 ├─ xmlchars@2.2.0 ├─ y18n@4.0.3 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.7 └─ yocto-queue@0.1.0 Done in 9.83s. ``` ### stderr: ```Shell warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request > har-validator@5.1.5: this library is no longer supported warning jest > @jest/core > jest-haste-map > sane > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated warning jest > @jest/core > jest-haste-map > sane > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@5.1.1" has unmet peer dependency "@octokit/core@>=3". ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 754 Done in 0.81s. ```

Changed files

Changed 2 files: - package.json - yarn.lock

:octocat: Repo | :memo: Issues | :department_store: Marketplace

technote-space commented 3 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
cli.js -u --packageFile package.json ```Shell Using yarn Upgrading /home/runner/work/package-version-check-action/package-version-check-action/package.json @technote-space/github-action-test-helper ^0.7.9 → ^0.7.10 @types/node ^15.0.1 → ^15.0.2 @typescript-eslint/eslint-plugin ^4.22.0 → ^4.22.1 @typescript-eslint/parser ^4.22.0 → ^4.22.1 eslint ^7.25.0 → ^7.26.0 lint-staged ^10.5.4 → ^11.0.0 ts-jest ^26.5.5 → ^26.5.6 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Building fresh packages... success Saved lockfile. $ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install Done in 20.87s. ``` ### stderr: ```Shell warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@5.1.1" has unmet peer dependency "@octokit/core@>=3". ```
yarn upgrade ```Shell yarn upgrade v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Rebuilding all packages... success Saved lockfile. success Saved 450 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.1 ├─ @commitlint/config-conventional@12.1.1 ├─ @technote-space/github-action-test-helper@0.7.10 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @types/jest@26.0.23 ├─ @typescript-eslint/eslint-plugin@4.22.1 ├─ @typescript-eslint/parser@4.22.1 ├─ eslint@7.26.0 ├─ husky@6.0.0 ├─ jest-circus@26.6.3 ├─ jest@26.6.3 ├─ lint-staged@11.0.0 ├─ nock@13.0.11 ├─ replace-in-file@6.2.0 ├─ ts-jest@26.5.6 └─ typescript@4.2.4 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.14.0 ├─ @babel/core@7.14.0 ├─ @babel/helper-compilation-targets@7.13.16 ├─ @babel/helper-function-name@7.12.13 ├─ @babel/helper-get-function-arity@7.12.13 ├─ @babel/helper-member-expression-to-functions@7.13.12 ├─ @babel/helper-module-imports@7.13.12 ├─ @babel/helper-module-transforms@7.14.0 ├─ @babel/helper-optimise-call-expression@7.12.13 ├─ @babel/helper-replace-supers@7.13.12 ├─ @babel/helper-simple-access@7.13.12 ├─ @babel/helper-validator-option@7.12.17 ├─ @babel/helpers@7.14.0 ├─ @babel/highlight@7.14.0 ├─ @babel/plugin-syntax-async-generators@7.8.4 ├─ @babel/plugin-syntax-bigint@7.8.3 ├─ @babel/plugin-syntax-class-properties@7.12.13 ├─ @babel/plugin-syntax-import-meta@7.10.4 ├─ @babel/plugin-syntax-json-strings@7.8.3 ├─ @babel/plugin-syntax-logical-assignment-operators@7.10.4 ├─ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 ├─ @babel/plugin-syntax-numeric-separator@7.10.4 ├─ @babel/plugin-syntax-object-rest-spread@7.8.3 ├─ @babel/plugin-syntax-optional-catch-binding@7.8.3 ├─ @babel/plugin-syntax-optional-chaining@7.8.3 ├─ @babel/plugin-syntax-top-level-await@7.12.13 ├─ @bcoe/v8-coverage@0.2.3 ├─ @cnakazawa/watch@1.0.4 ├─ @commitlint/cli@12.1.1 ├─ @commitlint/config-conventional@12.1.1 ├─ @commitlint/ensure@12.1.1 ├─ @commitlint/execute-rule@12.1.1 ├─ @commitlint/format@12.1.1 ├─ @commitlint/is-ignored@12.1.1 ├─ @commitlint/lint@12.1.1 ├─ @commitlint/load@12.1.1 ├─ @commitlint/message@12.1.1 ├─ @commitlint/parse@12.1.1 ├─ @commitlint/read@12.1.1 ├─ @commitlint/resolve-extends@12.1.1 ├─ @commitlint/rules@12.1.1 ├─ @commitlint/to-lines@12.1.1 ├─ @commitlint/top-level@12.1.1 ├─ @eslint/eslintrc@0.4.1 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@26.6.2 ├─ @jest/reporters@26.6.2 ├─ @jest/test-sequencer@26.6.3 ├─ @nodelib/fs.scandir@2.1.4 ├─ @nodelib/fs.stat@2.0.4 ├─ @nodelib/fs.walk@1.2.6 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.4.0 ├─ @octokit/endpoint@6.0.11 ├─ @octokit/graphql@4.6.1 ├─ @octokit/plugin-paginate-rest@2.13.3 ├─ @octokit/request-error@2.0.5 ├─ @octokit/request@5.4.15 ├─ @octokit/types@6.14.2 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@6.0.1 ├─ @technote-space/github-action-test-helper@0.7.10 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @technote-space/release-github-actions@7.0.5 ├─ @types/babel__core@7.1.14 ├─ @types/babel__generator@7.6.2 ├─ @types/babel__template@7.4.0 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/istanbul-reports@3.0.0 ├─ @types/jest@26.0.23 ├─ @types/json-schema@7.0.7 ├─ @types/minimist@1.2.1 ├─ @types/normalize-package-data@2.4.0 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.2.3 ├─ @types/stack-utils@2.0.0 ├─ @types/yargs-parser@20.2.0 ├─ @typescript-eslint/eslint-plugin@4.22.1 ├─ @typescript-eslint/experimental-utils@4.22.1 ├─ @typescript-eslint/parser@4.22.1 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.1 ├─ acorn-walk@7.2.0 ├─ acorn@7.4.1 ├─ aggregate-error@3.1.0 ├─ ajv@6.12.6 ├─ ansi-colors@4.1.1 ├─ ansi-escapes@4.3.2 ├─ anymatch@3.1.2 ├─ argparse@1.0.10 ├─ arr-flatten@1.1.0 ├─ array-ify@1.0.0 ├─ array-union@2.1.0 ├─ arrify@1.0.1 ├─ asn1@0.2.4 ├─ assign-symbols@1.0.0 ├─ asynckit@0.4.0 ├─ at-least-node@1.0.0 ├─ atob@2.1.2 ├─ aws-sign2@0.7.0 ├─ aws4@1.11.0 ├─ babel-jest@26.6.3 ├─ babel-plugin-jest-hoist@26.6.2 ├─ babel-preset-current-node-syntax@1.0.1 ├─ babel-preset-jest@26.6.2 ├─ balanced-match@1.0.2 ├─ base@0.11.2 ├─ bcrypt-pbkdf@1.0.2 ├─ before-after-hook@2.2.1 ├─ brace-expansion@1.1.11 ├─ braces@3.0.2 ├─ browser-process-hrtime@1.0.0 ├─ browserslist@4.16.6 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.1 ├─ cache-base@1.0.1 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001223 ├─ capture-exit@2.0.0 ├─ caseless@0.12.0 ├─ char-regex@1.0.2 ├─ ci-info@2.0.0 ├─ cjs-module-lexer@0.6.0 ├─ class-utils@0.3.6 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.0 ├─ cliui@6.0.0 ├─ collection-visit@1.0.0 ├─ color-convert@2.0.1 ├─ color-name@1.1.4 ├─ colorette@1.2.2 ├─ combined-stream@1.0.8 ├─ concat-map@0.0.1 ├─ conventional-changelog-angular@5.0.12 ├─ conventional-changelog-conventionalcommits@4.6.0 ├─ conventional-commits-parser@3.2.1 ├─ convert-source-map@1.7.0 ├─ copy-descriptor@0.1.1 ├─ core-util-is@1.0.2 ├─ cross-spawn@7.0.3 ├─ cssom@0.4.4 ├─ cssstyle@2.3.0 ├─ dargs@7.0.0 ├─ dashdash@1.14.1 ├─ data-urls@2.0.0 ├─ decamelize-keys@1.1.0 ├─ decimal.js@10.2.1 ├─ decode-uri-component@0.2.0 ├─ deep-is@0.1.3 ├─ deepmerge@4.2.2 ├─ delayed-stream@1.0.0 ├─ detect-newline@3.1.0 ├─ diff-sequences@26.6.2 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@8.6.0 ├─ ecc-jsbn@0.1.2 ├─ electron-to-chromium@1.3.727 ├─ emittery@0.7.2 ├─ emoji-regex@8.0.0 ├─ end-of-stream@1.4.4 ├─ enquirer@2.3.6 ├─ error-ex@1.3.2 ├─ escodegen@2.0.0 ├─ eslint-scope@5.1.1 ├─ eslint-utils@2.1.0 ├─ eslint-visitor-keys@1.3.0 ├─ eslint@7.26.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ execa@5.0.0 ├─ expand-brackets@2.1.4 ├─ extend@3.0.2 ├─ extglob@2.0.4 ├─ extsprintf@1.3.0 ├─ fast-glob@3.2.5 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.0 ├─ figures@3.2.0 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.1.1 ├─ for-in@1.0.2 ├─ forever-agent@0.6.1 ├─ form-data@2.3.3 ├─ fs-extra@9.1.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ get-caller-file@2.0.5 ├─ get-own-enumerable-property-symbols@3.0.2 ├─ get-package-type@0.1.0 ├─ get-stdin@8.0.0 ├─ get-stream@6.0.1 ├─ get-value@2.0.6 ├─ getpass@0.1.7 ├─ git-raw-commits@2.0.10 ├─ glob-parent@5.1.2 ├─ glob@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.8.0 ├─ globby@11.0.3 ├─ growly@1.3.0 ├─ har-schema@2.0.0 ├─ har-validator@5.1.5 ├─ hard-rejection@2.1.0 ├─ has-value@1.0.0 ├─ has@1.0.3 ├─ hosted-git-info@4.0.2 ├─ html-encoding-sniffer@2.0.1 ├─ html-escaper@2.0.2 ├─ http-signature@1.2.0 ├─ human-signals@2.1.0 ├─ husky@6.0.0 ├─ iconv-lite@0.4.24 ├─ inflight@1.0.6 ├─ inherits@2.0.4 ├─ ini@1.3.8 ├─ is-accessor-descriptor@1.0.0 ├─ is-arrayish@0.2.1 ├─ is-core-module@2.3.0 ├─ is-data-descriptor@1.0.0 ├─ is-descriptor@1.0.2 ├─ is-docker@2.2.1 ├─ is-extglob@2.1.1 ├─ is-glob@4.0.1 ├─ is-obj@1.0.1 ├─ is-plain-obj@1.1.0 ├─ is-plain-object@2.0.4 ├─ is-potential-custom-element-name@1.0.1 ├─ is-regexp@1.0.0 ├─ is-text-path@1.0.1 ├─ is-typedarray@1.0.0 ├─ is-unicode-supported@0.1.0 ├─ is-windows@1.0.2 ├─ is-wsl@2.2.0 ├─ isarray@1.0.0 ├─ isstream@0.1.2 ├─ istanbul-lib-instrument@4.0.3 ├─ istanbul-lib-source-maps@4.0.0 ├─ istanbul-reports@3.0.2 ├─ jest-changed-files@26.6.2 ├─ jest-circus@26.6.3 ├─ jest-cli@26.6.3 ├─ jest-docblock@26.0.0 ├─ jest-environment-jsdom@26.6.2 ├─ jest-environment-node@26.6.2 ├─ jest-jasmine2@26.6.3 ├─ jest-leak-detector@26.6.2 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@26.6.3 ├─ jest-serializer@26.6.2 ├─ jest-util@26.6.2 ├─ jest-watcher@26.6.2 ├─ jest@26.6.3 ├─ js-tokens@4.0.0 ├─ jsdom@16.5.3 ├─ jsesc@2.5.2 ├─ json-parse-even-better-errors@2.3.1 ├─ json-schema-traverse@0.4.1 ├─ json-schema@0.2.3 ├─ json-stable-stringify-without-jsonify@1.0.1 ├─ json-stringify-safe@5.0.1 ├─ json5@2.2.0 ├─ jsonfile@6.1.0 ├─ jsonparse@1.3.1 ├─ JSONStream@1.3.5 ├─ jsprim@1.4.1 ├─ kind-of@3.2.2 ├─ kleur@3.0.3 ├─ leven@3.1.0 ├─ lines-and-columns@1.1.6 ├─ lint-staged@11.0.0 ├─ listr2@3.8.2 ├─ locate-path@5.0.0 ├─ lodash.clonedeep@4.5.0 ├─ lodash.set@4.3.2 ├─ lodash.truncate@4.4.2 ├─ lodash@4.17.21 ├─ log-symbols@4.1.0 ├─ log-update@4.0.0 ├─ make-dir@3.1.0 ├─ make-error@1.3.6 ├─ makeerror@1.0.11 ├─ map-obj@1.0.1 ├─ map-visit@1.0.0 ├─ memize@1.1.0 ├─ micromatch@4.0.4 ├─ mime-db@1.47.0 ├─ mime-types@2.1.30 ├─ mimic-fn@2.1.0 ├─ min-indent@1.0.1 ├─ minimist-options@4.1.0 ├─ minimist@1.2.5 ├─ mixin-deep@1.3.2 ├─ mkdirp@1.0.4 ├─ ms@2.1.2 ├─ nanomatch@1.2.13 ├─ nice-try@1.0.5 ├─ nock@13.0.11 ├─ node-fetch@2.6.1 ├─ node-int64@0.4.0 ├─ node-modules-regexp@1.0.0 ├─ node-notifier@8.0.2 ├─ node-releases@1.1.71 ├─ normalize-package-data@3.0.2 ├─ npm-run-path@4.0.1 ├─ nwsapi@2.2.0 ├─ oauth-sign@0.9.0 ├─ object-copy@0.1.0 ├─ optionator@0.9.1 ├─ p-each-series@2.2.0 ├─ p-finally@1.0.0 ├─ p-limit@2.3.0 ├─ p-locate@4.1.0 ├─ p-map@4.0.0 ├─ p-try@2.2.0 ├─ parent-module@1.0.1 ├─ parse5@6.0.1 ├─ pascalcase@0.1.1 ├─ path-is-absolute@1.0.1 ├─ path-key@2.0.1 ├─ path-parse@1.0.6 ├─ performance-now@2.1.0 ├─ picomatch@2.2.3 ├─ pirates@4.0.1 ├─ pkg-dir@4.2.0 ├─ please-upgrade-node@3.2.0 ├─ posix-character-classes@0.1.1 ├─ progress@2.0.3 ├─ prompts@2.4.1 ├─ propagate@2.0.1 ├─ psl@1.8.0 ├─ qs@6.5.2 ├─ queue-microtask@1.2.3 ├─ quick-lru@4.0.1 ├─ react-is@17.0.2 ├─ read-pkg@5.2.0 ├─ readable-stream@3.6.0 ├─ redent@3.0.0 ├─ regexpp@3.1.0 ├─ remove-trailing-separator@1.1.0 ├─ repeat-element@1.1.4 ├─ replace-in-file@6.2.0 ├─ request-promise-core@1.1.4 ├─ request-promise-native@1.0.9 ├─ request@2.88.2 ├─ require-from-string@2.0.2 ├─ require-main-filename@2.0.0 ├─ resolve-cwd@3.0.0 ├─ resolve-global@1.0.0 ├─ resolve-url@0.2.1 ├─ resolve@1.20.0 ├─ restore-cursor@3.1.0 ├─ ret@0.1.15 ├─ reusify@1.0.4 ├─ rimraf@3.0.2 ├─ rsvp@4.8.5 ├─ run-parallel@1.2.0 ├─ rxjs@6.6.7 ├─ safe-buffer@5.2.1 ├─ safer-buffer@2.1.2 ├─ sane@4.1.0 ├─ saxes@5.0.1 ├─ semver-compare@1.0.0 ├─ semver@7.3.5 ├─ set-blocking@2.0.0 ├─ set-value@2.0.1 ├─ shebang-command@2.0.0 ├─ shebang-regex@3.0.0 ├─ shell-escape@0.2.0 ├─ shellwords@0.1.1 ├─ sisteransi@1.0.5 ├─ snapdragon-node@2.1.1 ├─ snapdragon-util@3.0.1 ├─ source-map-resolve@0.5.3 ├─ source-map-support@0.5.19 ├─ source-map-url@0.4.1 ├─ source-map@0.6.1 ├─ spdx-correct@3.1.1 ├─ spdx-exceptions@2.3.0 ├─ split-string@3.1.0 ├─ sshpk@1.16.1 ├─ static-extend@0.1.2 ├─ stealthy-require@1.1.1 ├─ string_decoder@1.3.0 ├─ string-argv@0.3.1 ├─ stringify-object@3.3.0 ├─ strip-bom@4.0.0 ├─ strip-eof@1.0.0 ├─ strip-indent@3.0.0 ├─ strip-json-comments@3.1.1 ├─ supports-hyperlinks@2.2.0 ├─ symbol-tree@3.2.4 ├─ table@6.7.0 ├─ terminal-link@2.1.1 ├─ test-exclude@6.0.0 ├─ text-extensions@1.9.0 ├─ text-table@0.2.0 ├─ through@2.3.8 ├─ tmpl@1.0.4 ├─ to-fast-properties@2.0.0 ├─ to-object-path@0.3.0 ├─ to-regex-range@5.0.1 ├─ tough-cookie@2.5.0 ├─ tr46@2.0.2 ├─ trim-newlines@3.0.0 ├─ trim-off-newlines@1.0.1 ├─ ts-jest@26.5.6 ├─ tslib@1.14.1 ├─ tunnel-agent@0.6.0 ├─ tunnel@0.0.6 ├─ tweetnacl@0.14.5 ├─ type-detect@4.0.8 ├─ typedarray-to-buffer@3.1.5 ├─ typescript@4.2.4 ├─ union-value@1.0.1 ├─ unset-value@1.0.0 ├─ urix@0.1.0 ├─ use@3.1.1 ├─ util-deprecate@1.0.2 ├─ uuid@8.3.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@7.1.2 ├─ verror@1.10.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.5.0 ├─ which-module@2.0.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.4.5 ├─ xmlchars@2.2.0 ├─ y18n@4.0.3 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.7 └─ yocto-queue@0.1.0 Done in 10.88s. ``` ### stderr: ```Shell warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request > har-validator@5.1.5: this library is no longer supported warning jest > @jest/core > jest-haste-map > sane > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated warning jest > @jest/core > jest-haste-map > sane > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@5.1.1" has unmet peer dependency "@octokit/core@>=3". ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 755 Done in 1.14s. ```

Changed files

Changed 2 files: - package.json - yarn.lock

:octocat: Repo | :memo: Issues | :department_store: Marketplace

technote-space commented 3 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
cli.js -u --packageFile package.json ```Shell Using yarn Upgrading /home/runner/work/package-version-check-action/package-version-check-action/package.json @technote-space/github-action-helper ^5.2.7 → ^5.2.8 @typescript-eslint/eslint-plugin ^4.22.1 → ^4.23.0 @typescript-eslint/parser ^4.22.1 → ^4.23.0 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Building fresh packages... success Saved lockfile. $ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install Done in 18.04s. ``` ### stderr: ```Shell warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@5.1.1" has unmet peer dependency "@octokit/core@>=3". ```
yarn upgrade ```Shell yarn upgrade v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Rebuilding all packages... success Saved lockfile. success Saved 450 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.1 ├─ @commitlint/config-conventional@12.1.1 ├─ @technote-space/github-action-test-helper@0.7.10 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @types/jest@26.0.23 ├─ @typescript-eslint/eslint-plugin@4.23.0 ├─ @typescript-eslint/parser@4.23.0 ├─ eslint@7.26.0 ├─ husky@6.0.0 ├─ jest-circus@26.6.3 ├─ jest@26.6.3 ├─ lint-staged@11.0.0 ├─ nock@13.0.11 ├─ replace-in-file@6.2.0 ├─ ts-jest@26.5.6 └─ typescript@4.2.4 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.14.0 ├─ @babel/core@7.14.0 ├─ @babel/helper-compilation-targets@7.13.16 ├─ @babel/helper-function-name@7.12.13 ├─ @babel/helper-get-function-arity@7.12.13 ├─ @babel/helper-member-expression-to-functions@7.13.12 ├─ @babel/helper-module-imports@7.13.12 ├─ @babel/helper-module-transforms@7.14.0 ├─ @babel/helper-optimise-call-expression@7.12.13 ├─ @babel/helper-replace-supers@7.13.12 ├─ @babel/helper-simple-access@7.13.12 ├─ @babel/helper-validator-option@7.12.17 ├─ @babel/helpers@7.14.0 ├─ @babel/highlight@7.14.0 ├─ @babel/plugin-syntax-async-generators@7.8.4 ├─ @babel/plugin-syntax-bigint@7.8.3 ├─ @babel/plugin-syntax-class-properties@7.12.13 ├─ @babel/plugin-syntax-import-meta@7.10.4 ├─ @babel/plugin-syntax-json-strings@7.8.3 ├─ @babel/plugin-syntax-logical-assignment-operators@7.10.4 ├─ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 ├─ @babel/plugin-syntax-numeric-separator@7.10.4 ├─ @babel/plugin-syntax-object-rest-spread@7.8.3 ├─ @babel/plugin-syntax-optional-catch-binding@7.8.3 ├─ @babel/plugin-syntax-optional-chaining@7.8.3 ├─ @babel/plugin-syntax-top-level-await@7.12.13 ├─ @babel/template@7.12.13 ├─ @bcoe/v8-coverage@0.2.3 ├─ @cnakazawa/watch@1.0.4 ├─ @commitlint/cli@12.1.1 ├─ @commitlint/config-conventional@12.1.1 ├─ @commitlint/ensure@12.1.1 ├─ @commitlint/execute-rule@12.1.1 ├─ @commitlint/format@12.1.1 ├─ @commitlint/is-ignored@12.1.1 ├─ @commitlint/lint@12.1.1 ├─ @commitlint/load@12.1.1 ├─ @commitlint/message@12.1.1 ├─ @commitlint/parse@12.1.1 ├─ @commitlint/read@12.1.1 ├─ @commitlint/resolve-extends@12.1.1 ├─ @commitlint/rules@12.1.1 ├─ @commitlint/to-lines@12.1.1 ├─ @commitlint/top-level@12.1.1 ├─ @eslint/eslintrc@0.4.1 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@26.6.2 ├─ @jest/reporters@26.6.2 ├─ @jest/test-sequencer@26.6.3 ├─ @nodelib/fs.scandir@2.1.4 ├─ @nodelib/fs.stat@2.0.4 ├─ @nodelib/fs.walk@1.2.6 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.4.0 ├─ @octokit/endpoint@6.0.11 ├─ @octokit/graphql@4.6.1 ├─ @octokit/plugin-paginate-rest@2.13.3 ├─ @octokit/request-error@2.0.5 ├─ @octokit/request@5.4.15 ├─ @octokit/types@6.14.2 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@6.0.1 ├─ @technote-space/github-action-test-helper@0.7.10 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @technote-space/release-github-actions@7.0.5 ├─ @types/babel__core@7.1.14 ├─ @types/babel__generator@7.6.2 ├─ @types/babel__template@7.4.0 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/istanbul-reports@3.0.0 ├─ @types/jest@26.0.23 ├─ @types/json-schema@7.0.7 ├─ @types/minimist@1.2.1 ├─ @types/normalize-package-data@2.4.0 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.2.3 ├─ @types/stack-utils@2.0.0 ├─ @types/yargs-parser@20.2.0 ├─ @typescript-eslint/eslint-plugin@4.23.0 ├─ @typescript-eslint/experimental-utils@4.23.0 ├─ @typescript-eslint/parser@4.23.0 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.1 ├─ acorn-walk@7.2.0 ├─ acorn@7.4.1 ├─ aggregate-error@3.1.0 ├─ ajv@6.12.6 ├─ ansi-colors@4.1.1 ├─ ansi-escapes@4.3.2 ├─ anymatch@3.1.2 ├─ argparse@1.0.10 ├─ arr-flatten@1.1.0 ├─ array-ify@1.0.0 ├─ array-union@2.1.0 ├─ arrify@1.0.1 ├─ asn1@0.2.4 ├─ assign-symbols@1.0.0 ├─ asynckit@0.4.0 ├─ at-least-node@1.0.0 ├─ atob@2.1.2 ├─ aws-sign2@0.7.0 ├─ aws4@1.11.0 ├─ babel-jest@26.6.3 ├─ babel-plugin-jest-hoist@26.6.2 ├─ babel-preset-current-node-syntax@1.0.1 ├─ babel-preset-jest@26.6.2 ├─ balanced-match@1.0.2 ├─ base@0.11.2 ├─ bcrypt-pbkdf@1.0.2 ├─ before-after-hook@2.2.1 ├─ brace-expansion@1.1.11 ├─ braces@3.0.2 ├─ browser-process-hrtime@1.0.0 ├─ browserslist@4.16.6 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.1 ├─ cache-base@1.0.1 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001228 ├─ capture-exit@2.0.0 ├─ caseless@0.12.0 ├─ char-regex@1.0.2 ├─ ci-info@2.0.0 ├─ cjs-module-lexer@0.6.0 ├─ class-utils@0.3.6 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.0 ├─ cliui@6.0.0 ├─ collection-visit@1.0.0 ├─ color-convert@2.0.1 ├─ color-name@1.1.4 ├─ colorette@1.2.2 ├─ combined-stream@1.0.8 ├─ concat-map@0.0.1 ├─ conventional-changelog-angular@5.0.12 ├─ conventional-changelog-conventionalcommits@4.6.0 ├─ conventional-commits-parser@3.2.1 ├─ convert-source-map@1.7.0 ├─ copy-descriptor@0.1.1 ├─ core-util-is@1.0.2 ├─ cross-spawn@7.0.3 ├─ cssom@0.4.4 ├─ cssstyle@2.3.0 ├─ dargs@7.0.0 ├─ dashdash@1.14.1 ├─ data-urls@2.0.0 ├─ decamelize-keys@1.1.0 ├─ decimal.js@10.2.1 ├─ decode-uri-component@0.2.0 ├─ deep-is@0.1.3 ├─ deepmerge@4.2.2 ├─ delayed-stream@1.0.0 ├─ detect-newline@3.1.0 ├─ diff-sequences@26.6.2 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@8.6.0 ├─ ecc-jsbn@0.1.2 ├─ electron-to-chromium@1.3.727 ├─ emittery@0.7.2 ├─ emoji-regex@8.0.0 ├─ end-of-stream@1.4.4 ├─ enquirer@2.3.6 ├─ error-ex@1.3.2 ├─ escodegen@2.0.0 ├─ eslint-scope@5.1.1 ├─ eslint-utils@2.1.0 ├─ eslint-visitor-keys@1.3.0 ├─ eslint@7.26.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ execa@5.0.0 ├─ expand-brackets@2.1.4 ├─ extend@3.0.2 ├─ extglob@2.0.4 ├─ extsprintf@1.3.0 ├─ fast-glob@3.2.5 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.0 ├─ figures@3.2.0 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.1.1 ├─ for-in@1.0.2 ├─ forever-agent@0.6.1 ├─ form-data@2.3.3 ├─ fs-extra@9.1.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ get-caller-file@2.0.5 ├─ get-own-enumerable-property-symbols@3.0.2 ├─ get-package-type@0.1.0 ├─ get-stdin@8.0.0 ├─ get-stream@6.0.1 ├─ getpass@0.1.7 ├─ git-raw-commits@2.0.10 ├─ glob-parent@5.1.2 ├─ glob@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.8.0 ├─ globby@11.0.3 ├─ growly@1.3.0 ├─ har-schema@2.0.0 ├─ har-validator@5.1.5 ├─ hard-rejection@2.1.0 ├─ has-value@1.0.0 ├─ has@1.0.3 ├─ hosted-git-info@4.0.2 ├─ html-encoding-sniffer@2.0.1 ├─ html-escaper@2.0.2 ├─ http-signature@1.2.0 ├─ human-signals@2.1.0 ├─ husky@6.0.0 ├─ iconv-lite@0.4.24 ├─ inflight@1.0.6 ├─ inherits@2.0.4 ├─ ini@1.3.8 ├─ is-accessor-descriptor@1.0.0 ├─ is-arrayish@0.2.1 ├─ is-core-module@2.4.0 ├─ is-data-descriptor@1.0.0 ├─ is-descriptor@1.0.2 ├─ is-docker@2.2.1 ├─ is-extglob@2.1.1 ├─ is-glob@4.0.1 ├─ is-obj@1.0.1 ├─ is-plain-obj@1.1.0 ├─ is-plain-object@2.0.4 ├─ is-potential-custom-element-name@1.0.1 ├─ is-regexp@1.0.0 ├─ is-text-path@1.0.1 ├─ is-typedarray@1.0.0 ├─ is-unicode-supported@0.1.0 ├─ is-windows@1.0.2 ├─ is-wsl@2.2.0 ├─ isarray@1.0.0 ├─ isstream@0.1.2 ├─ istanbul-lib-instrument@4.0.3 ├─ istanbul-lib-source-maps@4.0.0 ├─ istanbul-reports@3.0.2 ├─ jest-changed-files@26.6.2 ├─ jest-circus@26.6.3 ├─ jest-cli@26.6.3 ├─ jest-docblock@26.0.0 ├─ jest-environment-jsdom@26.6.2 ├─ jest-environment-node@26.6.2 ├─ jest-jasmine2@26.6.3 ├─ jest-leak-detector@26.6.2 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@26.6.3 ├─ jest-serializer@26.6.2 ├─ jest-util@26.6.2 ├─ jest-watcher@26.6.2 ├─ jest@26.6.3 ├─ js-tokens@4.0.0 ├─ jsdom@16.5.3 ├─ jsesc@2.5.2 ├─ json-parse-even-better-errors@2.3.1 ├─ json-schema-traverse@0.4.1 ├─ json-schema@0.2.3 ├─ json-stable-stringify-without-jsonify@1.0.1 ├─ json-stringify-safe@5.0.1 ├─ json5@2.2.0 ├─ jsonfile@6.1.0 ├─ jsonparse@1.3.1 ├─ JSONStream@1.3.5 ├─ jsprim@1.4.1 ├─ kind-of@3.2.2 ├─ kleur@3.0.3 ├─ leven@3.1.0 ├─ lines-and-columns@1.1.6 ├─ lint-staged@11.0.0 ├─ listr2@3.8.2 ├─ locate-path@5.0.0 ├─ lodash.clonedeep@4.5.0 ├─ lodash.set@4.3.2 ├─ lodash.truncate@4.4.2 ├─ lodash@4.17.21 ├─ log-symbols@4.1.0 ├─ log-update@4.0.0 ├─ make-dir@3.1.0 ├─ make-error@1.3.6 ├─ makeerror@1.0.11 ├─ map-obj@1.0.1 ├─ map-visit@1.0.0 ├─ memize@1.1.0 ├─ micromatch@4.0.4 ├─ mime-db@1.47.0 ├─ mime-types@2.1.30 ├─ mimic-fn@2.1.0 ├─ min-indent@1.0.1 ├─ minimist-options@4.1.0 ├─ minimist@1.2.5 ├─ mixin-deep@1.3.2 ├─ mkdirp@1.0.4 ├─ ms@2.1.2 ├─ nanomatch@1.2.13 ├─ nice-try@1.0.5 ├─ nock@13.0.11 ├─ node-fetch@2.6.1 ├─ node-int64@0.4.0 ├─ node-modules-regexp@1.0.0 ├─ node-notifier@8.0.2 ├─ node-releases@1.1.71 ├─ normalize-package-data@3.0.2 ├─ npm-run-path@4.0.1 ├─ nwsapi@2.2.0 ├─ oauth-sign@0.9.0 ├─ object-copy@0.1.0 ├─ optionator@0.9.1 ├─ p-each-series@2.2.0 ├─ p-finally@1.0.0 ├─ p-limit@2.3.0 ├─ p-locate@4.1.0 ├─ p-map@4.0.0 ├─ p-try@2.2.0 ├─ parent-module@1.0.1 ├─ parse5@6.0.1 ├─ pascalcase@0.1.1 ├─ path-is-absolute@1.0.1 ├─ path-key@2.0.1 ├─ path-parse@1.0.6 ├─ performance-now@2.1.0 ├─ picomatch@2.2.3 ├─ pirates@4.0.1 ├─ pkg-dir@4.2.0 ├─ please-upgrade-node@3.2.0 ├─ posix-character-classes@0.1.1 ├─ progress@2.0.3 ├─ prompts@2.4.1 ├─ propagate@2.0.1 ├─ psl@1.8.0 ├─ qs@6.5.2 ├─ queue-microtask@1.2.3 ├─ quick-lru@4.0.1 ├─ react-is@17.0.2 ├─ read-pkg@5.2.0 ├─ readable-stream@3.6.0 ├─ redent@3.0.0 ├─ regexpp@3.1.0 ├─ remove-trailing-separator@1.1.0 ├─ repeat-element@1.1.4 ├─ replace-in-file@6.2.0 ├─ request-promise-core@1.1.4 ├─ request-promise-native@1.0.9 ├─ request@2.88.2 ├─ require-from-string@2.0.2 ├─ require-main-filename@2.0.0 ├─ resolve-cwd@3.0.0 ├─ resolve-global@1.0.0 ├─ resolve-url@0.2.1 ├─ resolve@1.20.0 ├─ restore-cursor@3.1.0 ├─ ret@0.1.15 ├─ reusify@1.0.4 ├─ rimraf@3.0.2 ├─ rsvp@4.8.5 ├─ run-parallel@1.2.0 ├─ rxjs@6.6.7 ├─ safe-buffer@5.2.1 ├─ safer-buffer@2.1.2 ├─ sane@4.1.0 ├─ saxes@5.0.1 ├─ semver-compare@1.0.0 ├─ semver@7.3.5 ├─ set-blocking@2.0.0 ├─ set-value@2.0.1 ├─ shebang-command@2.0.0 ├─ shebang-regex@3.0.0 ├─ shell-escape@0.2.0 ├─ shellwords@0.1.1 ├─ sisteransi@1.0.5 ├─ snapdragon-node@2.1.1 ├─ snapdragon-util@3.0.1 ├─ source-map-resolve@0.5.3 ├─ source-map-support@0.5.19 ├─ source-map-url@0.4.1 ├─ source-map@0.6.1 ├─ spdx-correct@3.1.1 ├─ spdx-exceptions@2.3.0 ├─ split-string@3.1.0 ├─ sshpk@1.16.1 ├─ static-extend@0.1.2 ├─ stealthy-require@1.1.1 ├─ string_decoder@1.3.0 ├─ string-argv@0.3.1 ├─ stringify-object@3.3.0 ├─ strip-bom@4.0.0 ├─ strip-eof@1.0.0 ├─ strip-indent@3.0.0 ├─ strip-json-comments@3.1.1 ├─ supports-hyperlinks@2.2.0 ├─ symbol-tree@3.2.4 ├─ table@6.7.0 ├─ terminal-link@2.1.1 ├─ test-exclude@6.0.0 ├─ text-extensions@1.9.0 ├─ text-table@0.2.0 ├─ through@2.3.8 ├─ tmpl@1.0.4 ├─ to-fast-properties@2.0.0 ├─ to-object-path@0.3.0 ├─ to-regex-range@5.0.1 ├─ tough-cookie@2.5.0 ├─ tr46@2.0.2 ├─ trim-newlines@3.0.0 ├─ trim-off-newlines@1.0.1 ├─ ts-jest@26.5.6 ├─ tslib@1.14.1 ├─ tunnel-agent@0.6.0 ├─ tunnel@0.0.6 ├─ tweetnacl@0.14.5 ├─ type-detect@4.0.8 ├─ typedarray-to-buffer@3.1.5 ├─ typescript@4.2.4 ├─ union-value@1.0.1 ├─ unset-value@1.0.0 ├─ urix@0.1.0 ├─ use@3.1.1 ├─ util-deprecate@1.0.2 ├─ uuid@8.3.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@7.1.2 ├─ verror@1.10.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.5.0 ├─ which-module@2.0.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.4.5 ├─ xmlchars@2.2.0 ├─ y18n@4.0.3 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.7 └─ yocto-queue@0.1.0 Done in 9.35s. ``` ### stderr: ```Shell warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request > har-validator@5.1.5: this library is no longer supported warning jest > @jest/core > jest-haste-map > sane > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated warning jest > @jest/core > jest-haste-map > sane > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@5.1.1" has unmet peer dependency "@octokit/core@>=3". ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 755 Done in 0.82s. ```

Changed files

Changed 2 files: - package.json - yarn.lock

:octocat: Repo | :memo: Issues | :department_store: Marketplace

technote-space commented 3 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
cli.js -u --packageFile package.json ```Shell Using yarn Upgrading /home/runner/work/package-version-check-action/package-version-check-action/package.json @actions/github ^4.0.0 → ^5.0.0 @technote-space/filter-github-action ^0.5.24 → ^0.5.25 @commitlint/cli ^12.1.1 → ^12.1.4 @commitlint/config-conventional ^12.1.1 → ^12.1.4 @types/node ^15.0.2 → ^15.3.0 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Building fresh packages... success Saved lockfile. $ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install Done in 21.01s. ```
yarn upgrade ```Shell yarn upgrade v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Rebuilding all packages... success Saved lockfile. success Saved 451 new dependencies. info Direct dependencies ├─ @actions/github@5.0.0 ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @technote-space/filter-github-action@0.5.25 ├─ @technote-space/github-action-test-helper@0.7.10 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @types/jest@26.0.23 ├─ @typescript-eslint/eslint-plugin@4.23.0 ├─ @typescript-eslint/parser@4.23.0 ├─ eslint@7.26.0 ├─ husky@6.0.0 ├─ jest-circus@26.6.3 ├─ jest@26.6.3 ├─ lint-staged@11.0.0 ├─ nock@13.0.11 ├─ replace-in-file@6.2.0 ├─ ts-jest@26.5.6 └─ typescript@4.2.4 info All dependencies ├─ @actions/github@5.0.0 ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.14.0 ├─ @babel/core@7.14.2 ├─ @babel/helper-compilation-targets@7.13.16 ├─ @babel/helper-function-name@7.14.2 ├─ @babel/helper-get-function-arity@7.12.13 ├─ @babel/helper-member-expression-to-functions@7.13.12 ├─ @babel/helper-module-imports@7.13.12 ├─ @babel/helper-module-transforms@7.14.2 ├─ @babel/helper-optimise-call-expression@7.12.13 ├─ @babel/helper-replace-supers@7.13.12 ├─ @babel/helper-simple-access@7.13.12 ├─ @babel/helper-validator-option@7.12.17 ├─ @babel/helpers@7.14.0 ├─ @babel/highlight@7.14.0 ├─ @babel/plugin-syntax-async-generators@7.8.4 ├─ @babel/plugin-syntax-bigint@7.8.3 ├─ @babel/plugin-syntax-class-properties@7.12.13 ├─ @babel/plugin-syntax-import-meta@7.10.4 ├─ @babel/plugin-syntax-json-strings@7.8.3 ├─ @babel/plugin-syntax-logical-assignment-operators@7.10.4 ├─ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 ├─ @babel/plugin-syntax-numeric-separator@7.10.4 ├─ @babel/plugin-syntax-object-rest-spread@7.8.3 ├─ @babel/plugin-syntax-optional-catch-binding@7.8.3 ├─ @babel/plugin-syntax-optional-chaining@7.8.3 ├─ @babel/plugin-syntax-top-level-await@7.12.13 ├─ @bcoe/v8-coverage@0.2.3 ├─ @cnakazawa/watch@1.0.4 ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @commitlint/ensure@12.1.4 ├─ @commitlint/execute-rule@12.1.4 ├─ @commitlint/format@12.1.4 ├─ @commitlint/is-ignored@12.1.4 ├─ @commitlint/lint@12.1.4 ├─ @commitlint/load@12.1.4 ├─ @commitlint/message@12.1.4 ├─ @commitlint/parse@12.1.4 ├─ @commitlint/read@12.1.4 ├─ @commitlint/resolve-extends@12.1.4 ├─ @commitlint/rules@12.1.4 ├─ @commitlint/to-lines@12.1.4 ├─ @commitlint/top-level@12.1.4 ├─ @eslint/eslintrc@0.4.1 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@26.6.2 ├─ @jest/reporters@26.6.2 ├─ @jest/test-sequencer@26.6.3 ├─ @nodelib/fs.scandir@2.1.4 ├─ @nodelib/fs.stat@2.0.4 ├─ @nodelib/fs.walk@1.2.6 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.4.0 ├─ @octokit/endpoint@6.0.11 ├─ @octokit/graphql@4.6.1 ├─ @octokit/plugin-paginate-rest@2.13.3 ├─ @octokit/request-error@2.0.5 ├─ @octokit/request@5.4.15 ├─ @octokit/types@6.14.2 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@6.0.1 ├─ @technote-space/filter-github-action@0.5.25 ├─ @technote-space/github-action-test-helper@0.7.10 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @technote-space/release-github-actions@7.0.5 ├─ @types/babel__core@7.1.14 ├─ @types/babel__generator@7.6.2 ├─ @types/babel__template@7.4.0 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/istanbul-reports@3.0.0 ├─ @types/jest@26.0.23 ├─ @types/json-schema@7.0.7 ├─ @types/minimist@1.2.1 ├─ @types/normalize-package-data@2.4.0 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.2.3 ├─ @types/stack-utils@2.0.0 ├─ @types/yargs-parser@20.2.0 ├─ @typescript-eslint/eslint-plugin@4.23.0 ├─ @typescript-eslint/experimental-utils@4.23.0 ├─ @typescript-eslint/parser@4.23.0 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.1 ├─ acorn-walk@7.2.0 ├─ acorn@7.4.1 ├─ aggregate-error@3.1.0 ├─ ajv@6.12.6 ├─ ansi-colors@4.1.1 ├─ ansi-escapes@4.3.2 ├─ anymatch@3.1.2 ├─ argparse@1.0.10 ├─ arr-flatten@1.1.0 ├─ array-ify@1.0.0 ├─ array-union@2.1.0 ├─ arrify@1.0.1 ├─ asn1@0.2.4 ├─ assign-symbols@1.0.0 ├─ asynckit@0.4.0 ├─ at-least-node@1.0.0 ├─ atob@2.1.2 ├─ aws-sign2@0.7.0 ├─ aws4@1.11.0 ├─ babel-jest@26.6.3 ├─ babel-plugin-jest-hoist@26.6.2 ├─ babel-preset-current-node-syntax@1.0.1 ├─ babel-preset-jest@26.6.2 ├─ balanced-match@1.0.2 ├─ base@0.11.2 ├─ bcrypt-pbkdf@1.0.2 ├─ before-after-hook@2.2.1 ├─ brace-expansion@1.1.11 ├─ braces@3.0.2 ├─ browser-process-hrtime@1.0.0 ├─ browserslist@4.16.6 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.1 ├─ cache-base@1.0.1 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001228 ├─ capture-exit@2.0.0 ├─ caseless@0.12.0 ├─ char-regex@1.0.2 ├─ ci-info@2.0.0 ├─ cjs-module-lexer@0.6.0 ├─ class-utils@0.3.6 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.0 ├─ cliui@6.0.0 ├─ collection-visit@1.0.0 ├─ color-convert@2.0.1 ├─ color-name@1.1.4 ├─ colorette@1.2.2 ├─ combined-stream@1.0.8 ├─ concat-map@0.0.1 ├─ conventional-changelog-angular@5.0.12 ├─ conventional-changelog-conventionalcommits@4.6.0 ├─ conventional-commits-parser@3.2.1 ├─ convert-source-map@1.7.0 ├─ copy-descriptor@0.1.1 ├─ core-util-is@1.0.2 ├─ cross-spawn@7.0.3 ├─ cssom@0.4.4 ├─ cssstyle@2.3.0 ├─ dargs@7.0.0 ├─ dashdash@1.14.1 ├─ data-urls@2.0.0 ├─ decamelize-keys@1.1.0 ├─ decimal.js@10.2.1 ├─ decode-uri-component@0.2.0 ├─ deep-is@0.1.3 ├─ deepmerge@4.2.2 ├─ delayed-stream@1.0.0 ├─ detect-newline@3.1.0 ├─ diff-sequences@26.6.2 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@8.6.0 ├─ ecc-jsbn@0.1.2 ├─ electron-to-chromium@1.3.728 ├─ emittery@0.7.2 ├─ emoji-regex@8.0.0 ├─ end-of-stream@1.4.4 ├─ enquirer@2.3.6 ├─ error-ex@1.3.2 ├─ escodegen@2.0.0 ├─ eslint-scope@5.1.1 ├─ eslint-utils@2.1.0 ├─ eslint-visitor-keys@1.3.0 ├─ eslint@7.26.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ execa@5.0.0 ├─ expand-brackets@2.1.4 ├─ extend@3.0.2 ├─ extglob@2.0.4 ├─ extsprintf@1.3.0 ├─ fast-glob@3.2.5 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.0 ├─ figures@3.2.0 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.1.1 ├─ for-in@1.0.2 ├─ forever-agent@0.6.1 ├─ form-data@2.3.3 ├─ fs-extra@9.1.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ get-caller-file@2.0.5 ├─ get-own-enumerable-property-symbols@3.0.2 ├─ get-package-type@0.1.0 ├─ get-stream@6.0.1 ├─ get-value@2.0.6 ├─ getpass@0.1.7 ├─ git-raw-commits@2.0.10 ├─ glob-parent@5.1.2 ├─ glob@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.8.0 ├─ globby@11.0.3 ├─ growly@1.3.0 ├─ har-schema@2.0.0 ├─ har-validator@5.1.5 ├─ hard-rejection@2.1.0 ├─ has-value@1.0.0 ├─ has@1.0.3 ├─ hosted-git-info@4.0.2 ├─ html-encoding-sniffer@2.0.1 ├─ html-escaper@2.0.2 ├─ http-signature@1.2.0 ├─ human-signals@2.1.0 ├─ husky@6.0.0 ├─ iconv-lite@0.4.24 ├─ inflight@1.0.6 ├─ inherits@2.0.4 ├─ ini@1.3.8 ├─ is-accessor-descriptor@1.0.0 ├─ is-arrayish@0.2.1 ├─ is-core-module@2.4.0 ├─ is-data-descriptor@1.0.0 ├─ is-descriptor@1.0.2 ├─ is-docker@2.2.1 ├─ is-extglob@2.1.1 ├─ is-glob@4.0.1 ├─ is-obj@1.0.1 ├─ is-plain-obj@1.1.0 ├─ is-plain-object@2.0.4 ├─ is-potential-custom-element-name@1.0.1 ├─ is-regexp@1.0.0 ├─ is-text-path@1.0.1 ├─ is-typedarray@1.0.0 ├─ is-unicode-supported@0.1.0 ├─ is-windows@1.0.2 ├─ is-wsl@2.2.0 ├─ isarray@1.0.0 ├─ isstream@0.1.2 ├─ istanbul-lib-instrument@4.0.3 ├─ istanbul-lib-source-maps@4.0.0 ├─ istanbul-reports@3.0.2 ├─ jest-changed-files@26.6.2 ├─ jest-circus@26.6.3 ├─ jest-cli@26.6.3 ├─ jest-docblock@26.0.0 ├─ jest-environment-jsdom@26.6.2 ├─ jest-environment-node@26.6.2 ├─ jest-jasmine2@26.6.3 ├─ jest-leak-detector@26.6.2 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@26.6.3 ├─ jest-serializer@26.6.2 ├─ jest-util@26.6.2 ├─ jest-watcher@26.6.2 ├─ jest@26.6.3 ├─ js-tokens@4.0.0 ├─ jsdom@16.5.3 ├─ jsesc@2.5.2 ├─ json-parse-even-better-errors@2.3.1 ├─ json-schema-traverse@0.4.1 ├─ json-schema@0.2.3 ├─ json-stable-stringify-without-jsonify@1.0.1 ├─ json-stringify-safe@5.0.1 ├─ json5@2.2.0 ├─ jsonfile@6.1.0 ├─ jsonparse@1.3.1 ├─ JSONStream@1.3.5 ├─ jsprim@1.4.1 ├─ kind-of@3.2.2 ├─ kleur@3.0.3 ├─ leven@3.1.0 ├─ lines-and-columns@1.1.6 ├─ lint-staged@11.0.0 ├─ listr2@3.8.2 ├─ locate-path@5.0.0 ├─ lodash.clonedeep@4.5.0 ├─ lodash.set@4.3.2 ├─ lodash.truncate@4.4.2 ├─ lodash@4.17.21 ├─ log-symbols@4.1.0 ├─ log-update@4.0.0 ├─ make-dir@3.1.0 ├─ make-error@1.3.6 ├─ makeerror@1.0.11 ├─ map-obj@1.0.1 ├─ map-visit@1.0.0 ├─ memize@1.1.0 ├─ micromatch@4.0.4 ├─ mime-db@1.47.0 ├─ mime-types@2.1.30 ├─ mimic-fn@2.1.0 ├─ min-indent@1.0.1 ├─ minimist-options@4.1.0 ├─ minimist@1.2.5 ├─ mixin-deep@1.3.2 ├─ mkdirp@1.0.4 ├─ ms@2.1.2 ├─ nanomatch@1.2.13 ├─ nice-try@1.0.5 ├─ nock@13.0.11 ├─ node-fetch@2.6.1 ├─ node-int64@0.4.0 ├─ node-modules-regexp@1.0.0 ├─ node-notifier@8.0.2 ├─ node-releases@1.1.72 ├─ normalize-package-data@3.0.2 ├─ npm-run-path@4.0.1 ├─ nwsapi@2.2.0 ├─ oauth-sign@0.9.0 ├─ object-copy@0.1.0 ├─ optionator@0.9.1 ├─ p-each-series@2.2.0 ├─ p-finally@1.0.0 ├─ p-limit@2.3.0 ├─ p-locate@4.1.0 ├─ p-map@4.0.0 ├─ p-try@2.2.0 ├─ parent-module@1.0.1 ├─ parse5@6.0.1 ├─ pascalcase@0.1.1 ├─ path-is-absolute@1.0.1 ├─ path-key@2.0.1 ├─ path-parse@1.0.6 ├─ performance-now@2.1.0 ├─ picomatch@2.2.3 ├─ pirates@4.0.1 ├─ pkg-dir@4.2.0 ├─ please-upgrade-node@3.2.0 ├─ posix-character-classes@0.1.1 ├─ progress@2.0.3 ├─ prompts@2.4.1 ├─ propagate@2.0.1 ├─ psl@1.8.0 ├─ qs@6.5.2 ├─ queue-microtask@1.2.3 ├─ quick-lru@4.0.1 ├─ react-is@17.0.2 ├─ read-pkg@5.2.0 ├─ readable-stream@3.6.0 ├─ redent@3.0.0 ├─ regexpp@3.1.0 ├─ remove-trailing-separator@1.1.0 ├─ repeat-element@1.1.4 ├─ replace-in-file@6.2.0 ├─ request-promise-core@1.1.4 ├─ request-promise-native@1.0.9 ├─ request@2.88.2 ├─ require-from-string@2.0.2 ├─ require-main-filename@2.0.0 ├─ resolve-cwd@3.0.0 ├─ resolve-global@1.0.0 ├─ resolve-url@0.2.1 ├─ resolve@1.20.0 ├─ restore-cursor@3.1.0 ├─ ret@0.1.15 ├─ reusify@1.0.4 ├─ rimraf@3.0.2 ├─ rsvp@4.8.5 ├─ run-parallel@1.2.0 ├─ rxjs@6.6.7 ├─ safe-buffer@5.2.1 ├─ safer-buffer@2.1.2 ├─ sane@4.1.0 ├─ saxes@5.0.1 ├─ semver-compare@1.0.0 ├─ semver@7.3.5 ├─ set-blocking@2.0.0 ├─ set-value@2.0.1 ├─ shebang-command@2.0.0 ├─ shebang-regex@3.0.0 ├─ shell-escape@0.2.0 ├─ shellwords@0.1.1 ├─ sisteransi@1.0.5 ├─ snapdragon-node@2.1.1 ├─ snapdragon-util@3.0.1 ├─ source-map-resolve@0.5.3 ├─ source-map-support@0.5.19 ├─ source-map-url@0.4.1 ├─ source-map@0.6.1 ├─ spdx-correct@3.1.1 ├─ spdx-exceptions@2.3.0 ├─ split-string@3.1.0 ├─ sshpk@1.16.1 ├─ static-extend@0.1.2 ├─ stealthy-require@1.1.1 ├─ string_decoder@1.3.0 ├─ string-argv@0.3.1 ├─ stringify-object@3.3.0 ├─ strip-bom@4.0.0 ├─ strip-eof@1.0.0 ├─ strip-indent@3.0.0 ├─ strip-json-comments@3.1.1 ├─ supports-hyperlinks@2.2.0 ├─ symbol-tree@3.2.4 ├─ table@6.7.1 ├─ terminal-link@2.1.1 ├─ test-exclude@6.0.0 ├─ text-extensions@1.9.0 ├─ text-table@0.2.0 ├─ through@2.3.8 ├─ tmpl@1.0.4 ├─ to-fast-properties@2.0.0 ├─ to-object-path@0.3.0 ├─ to-regex-range@5.0.1 ├─ tough-cookie@2.5.0 ├─ tr46@2.0.2 ├─ trim-newlines@3.0.0 ├─ trim-off-newlines@1.0.1 ├─ ts-jest@26.5.6 ├─ tslib@1.14.1 ├─ tunnel-agent@0.6.0 ├─ tunnel@0.0.6 ├─ tweetnacl@0.14.5 ├─ type-detect@4.0.8 ├─ typedarray-to-buffer@3.1.5 ├─ typescript@4.2.4 ├─ union-value@1.0.1 ├─ unset-value@1.0.0 ├─ urix@0.1.0 ├─ use@3.1.1 ├─ util-deprecate@1.0.2 ├─ uuid@8.3.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@7.1.2 ├─ verror@1.10.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.5.0 ├─ which-module@2.0.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.4.5 ├─ xmlchars@2.2.0 ├─ y18n@4.0.3 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.7 └─ yocto-queue@0.1.0 Done in 9.37s. ``` ### stderr: ```Shell warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request > har-validator@5.1.5: this library is no longer supported warning jest > @jest/core > jest-haste-map > sane > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated warning jest > @jest/core > jest-haste-map > sane > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 760 Done in 0.86s. ```

Changed files

Changed 2 files: - package.json - yarn.lock

:octocat: Repo | :memo: Issues | :department_store: Marketplace

technote-space commented 3 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
cli.js -u --packageFile package.json ```Shell Using yarn Upgrading /home/runner/work/package-version-check-action/package-version-check-action/package.json @technote-space/filter-github-action ^0.5.25 → ^0.5.27 @technote-space/github-action-helper ^5.2.8 → ^5.2.9 @technote-space/github-action-log-helper ^0.1.24 → ^0.1.25 @technote-space/github-action-test-helper ^0.7.10 → ^0.7.12 @typescript-eslint/eslint-plugin ^4.23.0 → ^4.24.0 @typescript-eslint/parser ^4.23.0 → ^4.24.0 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Building fresh packages... success Saved lockfile. $ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install Done in 18.30s. ```
yarn upgrade ```Shell yarn upgrade v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Rebuilding all packages... success Saved lockfile. success Saved 451 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @technote-space/filter-github-action@0.5.27 ├─ @technote-space/github-action-test-helper@0.7.12 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @types/jest@26.0.23 ├─ @typescript-eslint/eslint-plugin@4.24.0 ├─ @typescript-eslint/parser@4.24.0 ├─ eslint@7.26.0 ├─ husky@6.0.0 ├─ jest-circus@26.6.3 ├─ jest@26.6.3 ├─ lint-staged@11.0.0 ├─ nock@13.0.11 ├─ replace-in-file@6.2.0 ├─ ts-jest@26.5.6 └─ typescript@4.2.4 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.14.0 ├─ @babel/core@7.14.3 ├─ @babel/generator@7.14.3 ├─ @babel/helper-compilation-targets@7.13.16 ├─ @babel/helper-function-name@7.14.2 ├─ @babel/helper-get-function-arity@7.12.13 ├─ @babel/helper-member-expression-to-functions@7.13.12 ├─ @babel/helper-module-imports@7.13.12 ├─ @babel/helper-module-transforms@7.14.2 ├─ @babel/helper-optimise-call-expression@7.12.13 ├─ @babel/helper-replace-supers@7.14.3 ├─ @babel/helper-simple-access@7.13.12 ├─ @babel/helper-validator-option@7.12.17 ├─ @babel/helpers@7.14.0 ├─ @babel/highlight@7.14.0 ├─ @babel/plugin-syntax-async-generators@7.8.4 ├─ @babel/plugin-syntax-bigint@7.8.3 ├─ @babel/plugin-syntax-class-properties@7.12.13 ├─ @babel/plugin-syntax-import-meta@7.10.4 ├─ @babel/plugin-syntax-json-strings@7.8.3 ├─ @babel/plugin-syntax-logical-assignment-operators@7.10.4 ├─ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 ├─ @babel/plugin-syntax-numeric-separator@7.10.4 ├─ @babel/plugin-syntax-object-rest-spread@7.8.3 ├─ @babel/plugin-syntax-optional-catch-binding@7.8.3 ├─ @babel/plugin-syntax-optional-chaining@7.8.3 ├─ @babel/plugin-syntax-top-level-await@7.12.13 ├─ @bcoe/v8-coverage@0.2.3 ├─ @cnakazawa/watch@1.0.4 ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @commitlint/ensure@12.1.4 ├─ @commitlint/execute-rule@12.1.4 ├─ @commitlint/format@12.1.4 ├─ @commitlint/is-ignored@12.1.4 ├─ @commitlint/lint@12.1.4 ├─ @commitlint/load@12.1.4 ├─ @commitlint/message@12.1.4 ├─ @commitlint/parse@12.1.4 ├─ @commitlint/read@12.1.4 ├─ @commitlint/resolve-extends@12.1.4 ├─ @commitlint/rules@12.1.4 ├─ @commitlint/to-lines@12.1.4 ├─ @commitlint/top-level@12.1.4 ├─ @eslint/eslintrc@0.4.1 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@26.6.2 ├─ @jest/reporters@26.6.2 ├─ @jest/test-sequencer@26.6.3 ├─ @nodelib/fs.scandir@2.1.4 ├─ @nodelib/fs.stat@2.0.4 ├─ @nodelib/fs.walk@1.2.6 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.4.0 ├─ @octokit/endpoint@6.0.11 ├─ @octokit/graphql@4.6.2 ├─ @octokit/plugin-paginate-rest@2.13.3 ├─ @octokit/request-error@2.0.5 ├─ @octokit/request@5.4.15 ├─ @octokit/types@6.14.2 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@6.0.1 ├─ @technote-space/filter-github-action@0.5.27 ├─ @technote-space/github-action-test-helper@0.7.12 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @technote-space/release-github-actions@7.0.5 ├─ @types/babel__core@7.1.14 ├─ @types/babel__generator@7.6.2 ├─ @types/babel__template@7.4.0 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/istanbul-reports@3.0.0 ├─ @types/jest@26.0.23 ├─ @types/json-schema@7.0.7 ├─ @types/minimist@1.2.1 ├─ @types/normalize-package-data@2.4.0 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.2.3 ├─ @types/stack-utils@2.0.0 ├─ @types/yargs-parser@20.2.0 ├─ @typescript-eslint/eslint-plugin@4.24.0 ├─ @typescript-eslint/experimental-utils@4.24.0 ├─ @typescript-eslint/parser@4.24.0 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.1 ├─ acorn-walk@7.2.0 ├─ acorn@7.4.1 ├─ aggregate-error@3.1.0 ├─ ajv@6.12.6 ├─ ansi-colors@4.1.1 ├─ ansi-escapes@4.3.2 ├─ anymatch@3.1.2 ├─ argparse@1.0.10 ├─ arr-flatten@1.1.0 ├─ array-ify@1.0.0 ├─ array-union@2.1.0 ├─ arrify@1.0.1 ├─ asn1@0.2.4 ├─ assign-symbols@1.0.0 ├─ asynckit@0.4.0 ├─ at-least-node@1.0.0 ├─ atob@2.1.2 ├─ aws-sign2@0.7.0 ├─ aws4@1.11.0 ├─ babel-jest@26.6.3 ├─ babel-plugin-jest-hoist@26.6.2 ├─ babel-preset-current-node-syntax@1.0.1 ├─ babel-preset-jest@26.6.2 ├─ balanced-match@1.0.2 ├─ base@0.11.2 ├─ bcrypt-pbkdf@1.0.2 ├─ before-after-hook@2.2.1 ├─ brace-expansion@1.1.11 ├─ braces@3.0.2 ├─ browser-process-hrtime@1.0.0 ├─ browserslist@4.16.6 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.1 ├─ cache-base@1.0.1 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001228 ├─ capture-exit@2.0.0 ├─ caseless@0.12.0 ├─ char-regex@1.0.2 ├─ ci-info@2.0.0 ├─ cjs-module-lexer@0.6.0 ├─ class-utils@0.3.6 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.0 ├─ cliui@6.0.0 ├─ collection-visit@1.0.0 ├─ color-convert@2.0.1 ├─ color-name@1.1.4 ├─ colorette@1.2.2 ├─ combined-stream@1.0.8 ├─ concat-map@0.0.1 ├─ conventional-changelog-angular@5.0.12 ├─ conventional-changelog-conventionalcommits@4.6.0 ├─ conventional-commits-parser@3.2.1 ├─ convert-source-map@1.7.0 ├─ copy-descriptor@0.1.1 ├─ core-util-is@1.0.2 ├─ cross-spawn@7.0.3 ├─ cssom@0.4.4 ├─ cssstyle@2.3.0 ├─ dargs@7.0.0 ├─ dashdash@1.14.1 ├─ data-urls@2.0.0 ├─ decamelize-keys@1.1.0 ├─ decimal.js@10.2.1 ├─ decode-uri-component@0.2.0 ├─ deep-is@0.1.3 ├─ deepmerge@4.2.2 ├─ delayed-stream@1.0.0 ├─ detect-newline@3.1.0 ├─ diff-sequences@26.6.2 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@8.6.0 ├─ ecc-jsbn@0.1.2 ├─ electron-to-chromium@1.3.730 ├─ emittery@0.7.2 ├─ emoji-regex@8.0.0 ├─ end-of-stream@1.4.4 ├─ enquirer@2.3.6 ├─ error-ex@1.3.2 ├─ escodegen@2.0.0 ├─ eslint-scope@5.1.1 ├─ eslint-utils@2.1.0 ├─ eslint-visitor-keys@1.3.0 ├─ eslint@7.26.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ execa@5.0.0 ├─ expand-brackets@2.1.4 ├─ extend@3.0.2 ├─ extglob@2.0.4 ├─ extsprintf@1.3.0 ├─ fast-glob@3.2.5 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.0 ├─ figures@3.2.0 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.1.1 ├─ for-in@1.0.2 ├─ forever-agent@0.6.1 ├─ form-data@2.3.3 ├─ fs-extra@9.1.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ get-caller-file@2.0.5 ├─ get-own-enumerable-property-symbols@3.0.2 ├─ get-package-type@0.1.0 ├─ get-stream@6.0.1 ├─ get-value@2.0.6 ├─ getpass@0.1.7 ├─ git-raw-commits@2.0.10 ├─ glob-parent@5.1.2 ├─ glob@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.8.0 ├─ globby@11.0.3 ├─ growly@1.3.0 ├─ har-schema@2.0.0 ├─ har-validator@5.1.5 ├─ hard-rejection@2.1.0 ├─ has-value@1.0.0 ├─ has@1.0.3 ├─ hosted-git-info@4.0.2 ├─ html-encoding-sniffer@2.0.1 ├─ html-escaper@2.0.2 ├─ http-signature@1.2.0 ├─ human-signals@2.1.0 ├─ husky@6.0.0 ├─ iconv-lite@0.4.24 ├─ inflight@1.0.6 ├─ inherits@2.0.4 ├─ ini@1.3.8 ├─ is-accessor-descriptor@1.0.0 ├─ is-arrayish@0.2.1 ├─ is-core-module@2.4.0 ├─ is-data-descriptor@1.0.0 ├─ is-descriptor@1.0.2 ├─ is-docker@2.2.1 ├─ is-extglob@2.1.1 ├─ is-glob@4.0.1 ├─ is-obj@1.0.1 ├─ is-plain-obj@1.1.0 ├─ is-plain-object@2.0.4 ├─ is-potential-custom-element-name@1.0.1 ├─ is-regexp@1.0.0 ├─ is-text-path@1.0.1 ├─ is-typedarray@1.0.0 ├─ is-unicode-supported@0.1.0 ├─ is-windows@1.0.2 ├─ is-wsl@2.2.0 ├─ isarray@1.0.0 ├─ isstream@0.1.2 ├─ istanbul-lib-instrument@4.0.3 ├─ istanbul-lib-source-maps@4.0.0 ├─ istanbul-reports@3.0.2 ├─ jest-changed-files@26.6.2 ├─ jest-circus@26.6.3 ├─ jest-cli@26.6.3 ├─ jest-docblock@26.0.0 ├─ jest-environment-jsdom@26.6.2 ├─ jest-environment-node@26.6.2 ├─ jest-jasmine2@26.6.3 ├─ jest-leak-detector@26.6.2 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@26.6.3 ├─ jest-serializer@26.6.2 ├─ jest-util@26.6.2 ├─ jest-watcher@26.6.2 ├─ jest@26.6.3 ├─ js-tokens@4.0.0 ├─ jsdom@16.5.3 ├─ jsesc@2.5.2 ├─ json-parse-even-better-errors@2.3.1 ├─ json-schema-traverse@0.4.1 ├─ json-schema@0.2.3 ├─ json-stable-stringify-without-jsonify@1.0.1 ├─ json-stringify-safe@5.0.1 ├─ json5@2.2.0 ├─ jsonfile@6.1.0 ├─ jsonparse@1.3.1 ├─ JSONStream@1.3.5 ├─ jsprim@1.4.1 ├─ kind-of@3.2.2 ├─ kleur@3.0.3 ├─ leven@3.1.0 ├─ lines-and-columns@1.1.6 ├─ lint-staged@11.0.0 ├─ listr2@3.8.2 ├─ locate-path@5.0.0 ├─ lodash.clonedeep@4.5.0 ├─ lodash.set@4.3.2 ├─ lodash.truncate@4.4.2 ├─ lodash@4.17.21 ├─ log-symbols@4.1.0 ├─ log-update@4.0.0 ├─ make-dir@3.1.0 ├─ make-error@1.3.6 ├─ makeerror@1.0.11 ├─ map-obj@1.0.1 ├─ map-visit@1.0.0 ├─ memize@1.1.0 ├─ micromatch@4.0.4 ├─ mime-db@1.47.0 ├─ mime-types@2.1.30 ├─ mimic-fn@2.1.0 ├─ min-indent@1.0.1 ├─ minimist-options@4.1.0 ├─ minimist@1.2.5 ├─ mixin-deep@1.3.2 ├─ mkdirp@1.0.4 ├─ ms@2.1.2 ├─ nanomatch@1.2.13 ├─ nice-try@1.0.5 ├─ nock@13.0.11 ├─ node-fetch@2.6.1 ├─ node-int64@0.4.0 ├─ node-modules-regexp@1.0.0 ├─ node-notifier@8.0.2 ├─ node-releases@1.1.72 ├─ normalize-package-data@3.0.2 ├─ npm-run-path@4.0.1 ├─ nwsapi@2.2.0 ├─ oauth-sign@0.9.0 ├─ object-copy@0.1.0 ├─ optionator@0.9.1 ├─ p-each-series@2.2.0 ├─ p-finally@1.0.0 ├─ p-limit@2.3.0 ├─ p-locate@4.1.0 ├─ p-map@4.0.0 ├─ p-try@2.2.0 ├─ parent-module@1.0.1 ├─ parse5@6.0.1 ├─ pascalcase@0.1.1 ├─ path-is-absolute@1.0.1 ├─ path-key@2.0.1 ├─ path-parse@1.0.6 ├─ performance-now@2.1.0 ├─ picomatch@2.2.3 ├─ pirates@4.0.1 ├─ pkg-dir@4.2.0 ├─ please-upgrade-node@3.2.0 ├─ posix-character-classes@0.1.1 ├─ progress@2.0.3 ├─ prompts@2.4.1 ├─ propagate@2.0.1 ├─ psl@1.8.0 ├─ qs@6.5.2 ├─ queue-microtask@1.2.3 ├─ quick-lru@4.0.1 ├─ react-is@17.0.2 ├─ read-pkg@5.2.0 ├─ readable-stream@3.6.0 ├─ redent@3.0.0 ├─ regexpp@3.1.0 ├─ remove-trailing-separator@1.1.0 ├─ repeat-element@1.1.4 ├─ replace-in-file@6.2.0 ├─ request-promise-core@1.1.4 ├─ request-promise-native@1.0.9 ├─ request@2.88.2 ├─ require-from-string@2.0.2 ├─ require-main-filename@2.0.0 ├─ resolve-cwd@3.0.0 ├─ resolve-global@1.0.0 ├─ resolve-url@0.2.1 ├─ resolve@1.20.0 ├─ restore-cursor@3.1.0 ├─ ret@0.1.15 ├─ reusify@1.0.4 ├─ rimraf@3.0.2 ├─ rsvp@4.8.5 ├─ run-parallel@1.2.0 ├─ rxjs@6.6.7 ├─ safe-buffer@5.2.1 ├─ safer-buffer@2.1.2 ├─ sane@4.1.0 ├─ saxes@5.0.1 ├─ semver-compare@1.0.0 ├─ semver@7.3.5 ├─ set-blocking@2.0.0 ├─ set-value@2.0.1 ├─ shebang-command@2.0.0 ├─ shebang-regex@3.0.0 ├─ shell-escape@0.2.0 ├─ shellwords@0.1.1 ├─ sisteransi@1.0.5 ├─ snapdragon-node@2.1.1 ├─ snapdragon-util@3.0.1 ├─ source-map-resolve@0.5.3 ├─ source-map-support@0.5.19 ├─ source-map-url@0.4.1 ├─ source-map@0.6.1 ├─ spdx-correct@3.1.1 ├─ spdx-exceptions@2.3.0 ├─ split-string@3.1.0 ├─ sshpk@1.16.1 ├─ static-extend@0.1.2 ├─ stealthy-require@1.1.1 ├─ string_decoder@1.3.0 ├─ string-argv@0.3.1 ├─ stringify-object@3.3.0 ├─ strip-bom@4.0.0 ├─ strip-eof@1.0.0 ├─ strip-indent@3.0.0 ├─ strip-json-comments@3.1.1 ├─ supports-hyperlinks@2.2.0 ├─ symbol-tree@3.2.4 ├─ table@6.7.1 ├─ terminal-link@2.1.1 ├─ test-exclude@6.0.0 ├─ text-extensions@1.9.0 ├─ text-table@0.2.0 ├─ through@2.3.8 ├─ tmpl@1.0.4 ├─ to-fast-properties@2.0.0 ├─ to-object-path@0.3.0 ├─ to-regex-range@5.0.1 ├─ tough-cookie@2.5.0 ├─ tr46@2.0.2 ├─ trim-newlines@3.0.0 ├─ trim-off-newlines@1.0.1 ├─ ts-jest@26.5.6 ├─ tslib@1.14.1 ├─ tunnel-agent@0.6.0 ├─ tunnel@0.0.6 ├─ tweetnacl@0.14.5 ├─ type-detect@4.0.8 ├─ typedarray-to-buffer@3.1.5 ├─ typescript@4.2.4 ├─ union-value@1.0.1 ├─ unset-value@1.0.0 ├─ urix@0.1.0 ├─ use@3.1.1 ├─ util-deprecate@1.0.2 ├─ uuid@8.3.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@7.1.2 ├─ verror@1.10.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.5.0 ├─ which-module@2.0.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.4.5 ├─ xmlchars@2.2.0 ├─ y18n@4.0.3 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.7 └─ yocto-queue@0.1.0 Done in 7.58s. ``` ### stderr: ```Shell warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request > har-validator@5.1.5: this library is no longer supported warning jest > @jest/core > jest-haste-map > sane > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated warning jest > @jest/core > jest-haste-map > sane > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 755 Done in 0.93s. ```

Changed files

Changed 2 files: - package.json - yarn.lock

:octocat: Repo | :memo: Issues | :department_store: Marketplace

technote-space commented 3 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
cli.js -u --packageFile package.json ```Shell Using yarn Upgrading /home/runner/work/package-version-check-action/package-version-check-action/package.json @actions/core ^1.2.7 → ^1.3.0 @technote-space/github-action-log-helper ^0.1.25 → ^0.1.26 @types/node ^15.3.0 → ^15.6.0 eslint ^7.26.0 → ^7.27.0 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Building fresh packages... success Saved lockfile. $ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install Done in 20.95s. ```
yarn upgrade ```Shell yarn upgrade v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Rebuilding all packages... success Saved lockfile. success Saved 452 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @technote-space/filter-github-action@0.5.27 ├─ @technote-space/github-action-test-helper@0.7.12 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @types/jest@26.0.23 ├─ @typescript-eslint/eslint-plugin@4.24.0 ├─ @typescript-eslint/parser@4.24.0 ├─ eslint@7.27.0 ├─ husky@6.0.0 ├─ jest-circus@26.6.3 ├─ jest@26.6.3 ├─ lint-staged@11.0.0 ├─ nock@13.0.11 ├─ replace-in-file@6.2.0 ├─ ts-jest@26.5.6 └─ typescript@4.2.4 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.14.0 ├─ @babel/core@7.14.3 ├─ @babel/generator@7.14.3 ├─ @babel/helper-compilation-targets@7.13.16 ├─ @babel/helper-function-name@7.14.2 ├─ @babel/helper-get-function-arity@7.12.13 ├─ @babel/helper-member-expression-to-functions@7.13.12 ├─ @babel/helper-module-imports@7.13.12 ├─ @babel/helper-module-transforms@7.14.2 ├─ @babel/helper-optimise-call-expression@7.12.13 ├─ @babel/helper-replace-supers@7.14.3 ├─ @babel/helper-simple-access@7.13.12 ├─ @babel/helper-validator-option@7.12.17 ├─ @babel/helpers@7.14.0 ├─ @babel/highlight@7.14.0 ├─ @babel/plugin-syntax-async-generators@7.8.4 ├─ @babel/plugin-syntax-bigint@7.8.3 ├─ @babel/plugin-syntax-class-properties@7.12.13 ├─ @babel/plugin-syntax-import-meta@7.10.4 ├─ @babel/plugin-syntax-json-strings@7.8.3 ├─ @babel/plugin-syntax-logical-assignment-operators@7.10.4 ├─ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 ├─ @babel/plugin-syntax-numeric-separator@7.10.4 ├─ @babel/plugin-syntax-object-rest-spread@7.8.3 ├─ @babel/plugin-syntax-optional-catch-binding@7.8.3 ├─ @babel/plugin-syntax-optional-chaining@7.8.3 ├─ @babel/plugin-syntax-top-level-await@7.12.13 ├─ @bcoe/v8-coverage@0.2.3 ├─ @cnakazawa/watch@1.0.4 ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @commitlint/ensure@12.1.4 ├─ @commitlint/execute-rule@12.1.4 ├─ @commitlint/format@12.1.4 ├─ @commitlint/is-ignored@12.1.4 ├─ @commitlint/lint@12.1.4 ├─ @commitlint/load@12.1.4 ├─ @commitlint/message@12.1.4 ├─ @commitlint/parse@12.1.4 ├─ @commitlint/read@12.1.4 ├─ @commitlint/resolve-extends@12.1.4 ├─ @commitlint/rules@12.1.4 ├─ @commitlint/to-lines@12.1.4 ├─ @commitlint/top-level@12.1.4 ├─ @eslint/eslintrc@0.4.1 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@26.6.2 ├─ @jest/reporters@26.6.2 ├─ @jest/test-sequencer@26.6.3 ├─ @nodelib/fs.scandir@2.1.4 ├─ @nodelib/fs.stat@2.0.4 ├─ @nodelib/fs.walk@1.2.6 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.4.0 ├─ @octokit/endpoint@6.0.11 ├─ @octokit/graphql@4.6.2 ├─ @octokit/openapi-types@7.2.1 ├─ @octokit/plugin-paginate-rest@2.13.3 ├─ @octokit/request-error@2.0.5 ├─ @octokit/request@5.4.15 ├─ @octokit/types@6.16.0 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@6.0.1 ├─ @technote-space/filter-github-action@0.5.27 ├─ @technote-space/github-action-test-helper@0.7.12 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @technote-space/release-github-actions@7.0.5 ├─ @types/babel__core@7.1.14 ├─ @types/babel__generator@7.6.2 ├─ @types/babel__template@7.4.0 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/istanbul-reports@3.0.0 ├─ @types/jest@26.0.23 ├─ @types/json-schema@7.0.7 ├─ @types/minimist@1.2.1 ├─ @types/normalize-package-data@2.4.0 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.2.3 ├─ @types/stack-utils@2.0.0 ├─ @types/yargs-parser@20.2.0 ├─ @typescript-eslint/eslint-plugin@4.24.0 ├─ @typescript-eslint/experimental-utils@4.24.0 ├─ @typescript-eslint/parser@4.24.0 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.1 ├─ acorn-walk@7.2.0 ├─ acorn@7.4.1 ├─ aggregate-error@3.1.0 ├─ ajv@6.12.6 ├─ ansi-colors@4.1.1 ├─ ansi-escapes@4.3.2 ├─ anymatch@3.1.2 ├─ argparse@1.0.10 ├─ arr-flatten@1.1.0 ├─ array-ify@1.0.0 ├─ array-union@2.1.0 ├─ arrify@1.0.1 ├─ asn1@0.2.4 ├─ assign-symbols@1.0.0 ├─ asynckit@0.4.0 ├─ at-least-node@1.0.0 ├─ atob@2.1.2 ├─ aws-sign2@0.7.0 ├─ aws4@1.11.0 ├─ babel-jest@26.6.3 ├─ babel-plugin-jest-hoist@26.6.2 ├─ babel-preset-current-node-syntax@1.0.1 ├─ babel-preset-jest@26.6.2 ├─ balanced-match@1.0.2 ├─ base@0.11.2 ├─ bcrypt-pbkdf@1.0.2 ├─ before-after-hook@2.2.1 ├─ brace-expansion@1.1.11 ├─ braces@3.0.2 ├─ browser-process-hrtime@1.0.0 ├─ browserslist@4.16.6 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.1 ├─ cache-base@1.0.1 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001228 ├─ capture-exit@2.0.0 ├─ caseless@0.12.0 ├─ char-regex@1.0.2 ├─ ci-info@2.0.0 ├─ cjs-module-lexer@0.6.0 ├─ class-utils@0.3.6 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.0 ├─ cliui@6.0.0 ├─ collection-visit@1.0.0 ├─ color-convert@2.0.1 ├─ color-name@1.1.4 ├─ colorette@1.2.2 ├─ combined-stream@1.0.8 ├─ concat-map@0.0.1 ├─ conventional-changelog-angular@5.0.12 ├─ conventional-changelog-conventionalcommits@4.6.0 ├─ conventional-commits-parser@3.2.1 ├─ convert-source-map@1.7.0 ├─ copy-descriptor@0.1.1 ├─ core-util-is@1.0.2 ├─ cross-spawn@7.0.3 ├─ cssom@0.4.4 ├─ cssstyle@2.3.0 ├─ dargs@7.0.0 ├─ dashdash@1.14.1 ├─ data-urls@2.0.0 ├─ decamelize-keys@1.1.0 ├─ decimal.js@10.2.1 ├─ decode-uri-component@0.2.0 ├─ deep-is@0.1.3 ├─ deepmerge@4.2.2 ├─ delayed-stream@1.0.0 ├─ detect-newline@3.1.0 ├─ diff-sequences@26.6.2 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@8.6.0 ├─ ecc-jsbn@0.1.2 ├─ electron-to-chromium@1.3.735 ├─ emittery@0.7.2 ├─ emoji-regex@8.0.0 ├─ end-of-stream@1.4.4 ├─ enquirer@2.3.6 ├─ error-ex@1.3.2 ├─ escodegen@2.0.0 ├─ eslint-scope@5.1.1 ├─ eslint-utils@2.1.0 ├─ eslint-visitor-keys@1.3.0 ├─ eslint@7.27.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ execa@5.0.0 ├─ expand-brackets@2.1.4 ├─ extend@3.0.2 ├─ extglob@2.0.4 ├─ extsprintf@1.3.0 ├─ fast-glob@3.2.5 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.0 ├─ figures@3.2.0 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.1.1 ├─ for-in@1.0.2 ├─ forever-agent@0.6.1 ├─ form-data@2.3.3 ├─ fs-extra@9.1.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ get-caller-file@2.0.5 ├─ get-own-enumerable-property-symbols@3.0.2 ├─ get-package-type@0.1.0 ├─ get-stream@6.0.1 ├─ getpass@0.1.7 ├─ git-raw-commits@2.0.10 ├─ glob-parent@5.1.2 ├─ glob@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.8.0 ├─ globby@11.0.3 ├─ growly@1.3.0 ├─ har-schema@2.0.0 ├─ har-validator@5.1.5 ├─ hard-rejection@2.1.0 ├─ has-value@1.0.0 ├─ has@1.0.3 ├─ hosted-git-info@4.0.2 ├─ html-encoding-sniffer@2.0.1 ├─ html-escaper@2.0.2 ├─ http-signature@1.2.0 ├─ human-signals@2.1.0 ├─ husky@6.0.0 ├─ iconv-lite@0.4.24 ├─ inflight@1.0.6 ├─ inherits@2.0.4 ├─ ini@1.3.8 ├─ is-accessor-descriptor@1.0.0 ├─ is-arrayish@0.2.1 ├─ is-core-module@2.4.0 ├─ is-data-descriptor@1.0.0 ├─ is-descriptor@1.0.2 ├─ is-docker@2.2.1 ├─ is-extglob@2.1.1 ├─ is-glob@4.0.1 ├─ is-obj@1.0.1 ├─ is-plain-obj@1.1.0 ├─ is-plain-object@2.0.4 ├─ is-potential-custom-element-name@1.0.1 ├─ is-regexp@1.0.0 ├─ is-text-path@1.0.1 ├─ is-typedarray@1.0.0 ├─ is-unicode-supported@0.1.0 ├─ is-windows@1.0.2 ├─ is-wsl@2.2.0 ├─ isarray@1.0.0 ├─ isstream@0.1.2 ├─ istanbul-lib-instrument@4.0.3 ├─ istanbul-lib-source-maps@4.0.0 ├─ istanbul-reports@3.0.2 ├─ jest-changed-files@26.6.2 ├─ jest-circus@26.6.3 ├─ jest-cli@26.6.3 ├─ jest-docblock@26.0.0 ├─ jest-environment-jsdom@26.6.2 ├─ jest-environment-node@26.6.2 ├─ jest-jasmine2@26.6.3 ├─ jest-leak-detector@26.6.2 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@26.6.3 ├─ jest-serializer@26.6.2 ├─ jest-util@26.6.2 ├─ jest-watcher@26.6.2 ├─ jest@26.6.3 ├─ js-tokens@4.0.0 ├─ jsdom@16.5.3 ├─ jsesc@2.5.2 ├─ json-parse-even-better-errors@2.3.1 ├─ json-schema-traverse@0.4.1 ├─ json-schema@0.2.3 ├─ json-stable-stringify-without-jsonify@1.0.1 ├─ json-stringify-safe@5.0.1 ├─ json5@2.2.0 ├─ jsonfile@6.1.0 ├─ jsonparse@1.3.1 ├─ JSONStream@1.3.5 ├─ jsprim@1.4.1 ├─ kind-of@3.2.2 ├─ kleur@3.0.3 ├─ leven@3.1.0 ├─ lines-and-columns@1.1.6 ├─ lint-staged@11.0.0 ├─ listr2@3.8.2 ├─ locate-path@5.0.0 ├─ lodash.clonedeep@4.5.0 ├─ lodash.merge@4.6.2 ├─ lodash.set@4.3.2 ├─ lodash.truncate@4.4.2 ├─ lodash@4.17.21 ├─ log-symbols@4.1.0 ├─ log-update@4.0.0 ├─ make-dir@3.1.0 ├─ make-error@1.3.6 ├─ makeerror@1.0.11 ├─ map-obj@1.0.1 ├─ map-visit@1.0.0 ├─ memize@1.1.0 ├─ micromatch@4.0.4 ├─ mime-db@1.47.0 ├─ mime-types@2.1.30 ├─ mimic-fn@2.1.0 ├─ min-indent@1.0.1 ├─ minimist-options@4.1.0 ├─ minimist@1.2.5 ├─ mixin-deep@1.3.2 ├─ mkdirp@1.0.4 ├─ ms@2.1.2 ├─ nanomatch@1.2.13 ├─ nice-try@1.0.5 ├─ nock@13.0.11 ├─ node-fetch@2.6.1 ├─ node-int64@0.4.0 ├─ node-modules-regexp@1.0.0 ├─ node-notifier@8.0.2 ├─ node-releases@1.1.72 ├─ normalize-package-data@3.0.2 ├─ npm-run-path@4.0.1 ├─ nwsapi@2.2.0 ├─ oauth-sign@0.9.0 ├─ object-copy@0.1.0 ├─ optionator@0.9.1 ├─ p-each-series@2.2.0 ├─ p-finally@1.0.0 ├─ p-limit@2.3.0 ├─ p-locate@4.1.0 ├─ p-map@4.0.0 ├─ p-try@2.2.0 ├─ parent-module@1.0.1 ├─ parse5@6.0.1 ├─ pascalcase@0.1.1 ├─ path-is-absolute@1.0.1 ├─ path-key@2.0.1 ├─ path-parse@1.0.6 ├─ performance-now@2.1.0 ├─ picomatch@2.3.0 ├─ pirates@4.0.1 ├─ pkg-dir@4.2.0 ├─ please-upgrade-node@3.2.0 ├─ posix-character-classes@0.1.1 ├─ progress@2.0.3 ├─ prompts@2.4.1 ├─ propagate@2.0.1 ├─ psl@1.8.0 ├─ qs@6.5.2 ├─ queue-microtask@1.2.3 ├─ quick-lru@4.0.1 ├─ react-is@17.0.2 ├─ read-pkg@5.2.0 ├─ readable-stream@3.6.0 ├─ redent@3.0.0 ├─ regexpp@3.1.0 ├─ remove-trailing-separator@1.1.0 ├─ repeat-element@1.1.4 ├─ replace-in-file@6.2.0 ├─ request-promise-core@1.1.4 ├─ request-promise-native@1.0.9 ├─ request@2.88.2 ├─ require-from-string@2.0.2 ├─ require-main-filename@2.0.0 ├─ resolve-cwd@3.0.0 ├─ resolve-global@1.0.0 ├─ resolve-url@0.2.1 ├─ resolve@1.20.0 ├─ restore-cursor@3.1.0 ├─ ret@0.1.15 ├─ reusify@1.0.4 ├─ rimraf@3.0.2 ├─ rsvp@4.8.5 ├─ run-parallel@1.2.0 ├─ rxjs@6.6.7 ├─ safe-buffer@5.2.1 ├─ safer-buffer@2.1.2 ├─ sane@4.1.0 ├─ saxes@5.0.1 ├─ semver-compare@1.0.0 ├─ semver@7.3.5 ├─ set-blocking@2.0.0 ├─ set-value@2.0.1 ├─ shebang-command@2.0.0 ├─ shebang-regex@3.0.0 ├─ shell-escape@0.2.0 ├─ shellwords@0.1.1 ├─ sisteransi@1.0.5 ├─ snapdragon-node@2.1.1 ├─ snapdragon-util@3.0.1 ├─ source-map-resolve@0.5.3 ├─ source-map-support@0.5.19 ├─ source-map-url@0.4.1 ├─ source-map@0.6.1 ├─ spdx-correct@3.1.1 ├─ spdx-exceptions@2.3.0 ├─ split-string@3.1.0 ├─ sshpk@1.16.1 ├─ static-extend@0.1.2 ├─ stealthy-require@1.1.1 ├─ string_decoder@1.3.0 ├─ string-argv@0.3.1 ├─ stringify-object@3.3.0 ├─ strip-bom@4.0.0 ├─ strip-eof@1.0.0 ├─ strip-indent@3.0.0 ├─ strip-json-comments@3.1.1 ├─ supports-hyperlinks@2.2.0 ├─ symbol-tree@3.2.4 ├─ table@6.7.1 ├─ terminal-link@2.1.1 ├─ test-exclude@6.0.0 ├─ text-extensions@1.9.0 ├─ text-table@0.2.0 ├─ through@2.3.8 ├─ tmpl@1.0.4 ├─ to-fast-properties@2.0.0 ├─ to-object-path@0.3.0 ├─ to-regex-range@5.0.1 ├─ tough-cookie@2.5.0 ├─ tr46@2.0.2 ├─ trim-newlines@3.0.0 ├─ trim-off-newlines@1.0.1 ├─ ts-jest@26.5.6 ├─ tslib@1.14.1 ├─ tunnel-agent@0.6.0 ├─ tunnel@0.0.6 ├─ tweetnacl@0.14.5 ├─ type-detect@4.0.8 ├─ typedarray-to-buffer@3.1.5 ├─ typescript@4.2.4 ├─ union-value@1.0.1 ├─ unset-value@1.0.0 ├─ urix@0.1.0 ├─ use@3.1.1 ├─ util-deprecate@1.0.2 ├─ uuid@8.3.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@7.1.2 ├─ verror@1.10.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.5.0 ├─ which-module@2.0.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.4.5 ├─ xmlchars@2.2.0 ├─ y18n@4.0.3 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.7 └─ yocto-queue@0.1.0 Done in 8.65s. ``` ### stderr: ```Shell warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request > har-validator@5.1.5: this library is no longer supported warning jest > @jest/core > jest-haste-map > sane > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated warning jest > @jest/core > jest-haste-map > sane > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 757 Done in 0.88s. ```

Changed files

Changed 2 files: - package.json - yarn.lock

:octocat: Repo | :memo: Issues | :department_store: Marketplace

technote-space commented 3 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
cli.js -u --packageFile package.json ```Shell Using yarn Upgrading /home/runner/work/package-version-check-action/package-version-check-action/package.json @types/node ^15.6.0 → ^15.6.1 @typescript-eslint/eslint-plugin ^4.24.0 → ^4.25.0 @typescript-eslint/parser ^4.24.0 → ^4.25.0 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Building fresh packages... success Saved lockfile. $ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install Done in 17.42s. ```
yarn upgrade ```Shell yarn upgrade v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Rebuilding all packages... success Saved lockfile. success Saved 426 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @technote-space/filter-github-action@0.5.27 ├─ @technote-space/github-action-test-helper@0.7.12 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @types/jest@26.0.23 ├─ @typescript-eslint/eslint-plugin@4.25.0 ├─ @typescript-eslint/parser@4.25.0 ├─ eslint@7.27.0 ├─ husky@6.0.0 ├─ jest-circus@26.6.3 ├─ jest@26.6.3 ├─ lint-staged@11.0.0 ├─ nock@13.0.11 ├─ replace-in-file@6.2.0 ├─ ts-jest@26.5.6 └─ typescript@4.2.4 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.14.0 ├─ @babel/core@7.14.3 ├─ @babel/generator@7.14.3 ├─ @babel/helper-compilation-targets@7.13.16 ├─ @babel/helper-function-name@7.14.2 ├─ @babel/helper-get-function-arity@7.12.13 ├─ @babel/helper-member-expression-to-functions@7.13.12 ├─ @babel/helper-module-imports@7.13.12 ├─ @babel/helper-module-transforms@7.14.2 ├─ @babel/helper-optimise-call-expression@7.12.13 ├─ @babel/helper-replace-supers@7.14.3 ├─ @babel/helper-simple-access@7.13.12 ├─ @babel/helper-validator-option@7.12.17 ├─ @babel/helpers@7.14.0 ├─ @babel/highlight@7.14.0 ├─ @babel/plugin-syntax-async-generators@7.8.4 ├─ @babel/plugin-syntax-bigint@7.8.3 ├─ @babel/plugin-syntax-class-properties@7.12.13 ├─ @babel/plugin-syntax-import-meta@7.10.4 ├─ @babel/plugin-syntax-json-strings@7.8.3 ├─ @babel/plugin-syntax-logical-assignment-operators@7.10.4 ├─ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 ├─ @babel/plugin-syntax-numeric-separator@7.10.4 ├─ @babel/plugin-syntax-object-rest-spread@7.8.3 ├─ @babel/plugin-syntax-optional-catch-binding@7.8.3 ├─ @babel/plugin-syntax-optional-chaining@7.8.3 ├─ @babel/plugin-syntax-top-level-await@7.12.13 ├─ @babel/template@7.12.13 ├─ @bcoe/v8-coverage@0.2.3 ├─ @cnakazawa/watch@1.0.4 ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @commitlint/ensure@12.1.4 ├─ @commitlint/execute-rule@12.1.4 ├─ @commitlint/format@12.1.4 ├─ @commitlint/is-ignored@12.1.4 ├─ @commitlint/lint@12.1.4 ├─ @commitlint/load@12.1.4 ├─ @commitlint/message@12.1.4 ├─ @commitlint/parse@12.1.4 ├─ @commitlint/read@12.1.4 ├─ @commitlint/resolve-extends@12.1.4 ├─ @commitlint/rules@12.1.4 ├─ @commitlint/to-lines@12.1.4 ├─ @commitlint/top-level@12.1.4 ├─ @eslint/eslintrc@0.4.1 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@26.6.2 ├─ @jest/reporters@26.6.2 ├─ @jest/test-sequencer@26.6.3 ├─ @nodelib/fs.scandir@2.1.4 ├─ @nodelib/fs.stat@2.0.4 ├─ @nodelib/fs.walk@1.2.6 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.4.0 ├─ @octokit/endpoint@6.0.11 ├─ @octokit/graphql@4.6.2 ├─ @octokit/openapi-types@7.2.1 ├─ @octokit/plugin-paginate-rest@2.13.3 ├─ @octokit/request-error@2.0.5 ├─ @octokit/request@5.4.15 ├─ @octokit/types@6.16.0 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@6.0.1 ├─ @technote-space/filter-github-action@0.5.27 ├─ @technote-space/github-action-test-helper@0.7.12 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @technote-space/release-github-actions@7.0.5 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.14 ├─ @types/babel__generator@7.6.2 ├─ @types/babel__template@7.4.0 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/istanbul-reports@3.0.0 ├─ @types/jest@26.0.23 ├─ @types/json-schema@7.0.7 ├─ @types/minimist@1.2.1 ├─ @types/normalize-package-data@2.4.0 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.2.3 ├─ @types/stack-utils@2.0.0 ├─ @types/yargs-parser@20.2.0 ├─ @typescript-eslint/eslint-plugin@4.25.0 ├─ @typescript-eslint/experimental-utils@4.25.0 ├─ @typescript-eslint/parser@4.25.0 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.1 ├─ acorn-walk@7.2.0 ├─ acorn@7.4.1 ├─ aggregate-error@3.1.0 ├─ ajv@6.12.6 ├─ ansi-colors@4.1.1 ├─ ansi-escapes@4.3.2 ├─ anymatch@3.1.2 ├─ argparse@1.0.10 ├─ arr-flatten@1.1.0 ├─ array-ify@1.0.0 ├─ array-union@2.1.0 ├─ arrify@1.0.1 ├─ assign-symbols@1.0.0 ├─ asynckit@0.4.0 ├─ at-least-node@1.0.0 ├─ atob@2.1.2 ├─ babel-jest@26.6.3 ├─ babel-plugin-jest-hoist@26.6.2 ├─ babel-preset-current-node-syntax@1.0.1 ├─ babel-preset-jest@26.6.2 ├─ balanced-match@1.0.2 ├─ base@0.11.2 ├─ before-after-hook@2.2.1 ├─ brace-expansion@1.1.11 ├─ braces@3.0.2 ├─ browser-process-hrtime@1.0.0 ├─ browserslist@4.16.6 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.1 ├─ cache-base@1.0.1 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001228 ├─ capture-exit@2.0.0 ├─ char-regex@1.0.2 ├─ ci-info@2.0.0 ├─ cjs-module-lexer@0.6.0 ├─ class-utils@0.3.6 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.0 ├─ cliui@6.0.0 ├─ collection-visit@1.0.0 ├─ color-convert@2.0.1 ├─ color-name@1.1.4 ├─ combined-stream@1.0.8 ├─ concat-map@0.0.1 ├─ conventional-changelog-angular@5.0.12 ├─ conventional-changelog-conventionalcommits@4.6.0 ├─ conventional-commits-parser@3.2.1 ├─ convert-source-map@1.7.0 ├─ copy-descriptor@0.1.1 ├─ cross-spawn@7.0.3 ├─ cssom@0.4.4 ├─ cssstyle@2.3.0 ├─ dargs@7.0.0 ├─ data-urls@2.0.0 ├─ decamelize-keys@1.1.0 ├─ decimal.js@10.2.1 ├─ decode-uri-component@0.2.0 ├─ deep-is@0.1.3 ├─ deepmerge@4.2.2 ├─ delayed-stream@1.0.0 ├─ detect-newline@3.1.0 ├─ diff-sequences@26.6.2 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@8.6.0 ├─ electron-to-chromium@1.3.737 ├─ emittery@0.7.2 ├─ emoji-regex@8.0.0 ├─ end-of-stream@1.4.4 ├─ enquirer@2.3.6 ├─ error-ex@1.3.2 ├─ escodegen@2.0.0 ├─ eslint-scope@5.1.1 ├─ eslint-utils@2.1.0 ├─ eslint-visitor-keys@1.3.0 ├─ eslint@7.27.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ execa@5.0.0 ├─ expand-brackets@2.1.4 ├─ extglob@2.0.4 ├─ fast-glob@3.2.5 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.0 ├─ figures@3.2.0 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.1.1 ├─ for-in@1.0.2 ├─ form-data@3.0.1 ├─ fs-extra@9.1.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ get-caller-file@2.0.5 ├─ get-own-enumerable-property-symbols@3.0.2 ├─ get-package-type@0.1.0 ├─ get-stream@6.0.1 ├─ get-value@2.0.6 ├─ git-raw-commits@2.0.10 ├─ glob-parent@5.1.2 ├─ glob@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.8.0 ├─ globby@11.0.3 ├─ growly@1.3.0 ├─ hard-rejection@2.1.0 ├─ has-value@1.0.0 ├─ has@1.0.3 ├─ hosted-git-info@4.0.2 ├─ html-encoding-sniffer@2.0.1 ├─ html-escaper@2.0.2 ├─ http-proxy-agent@4.0.1 ├─ https-proxy-agent@5.0.0 ├─ human-signals@2.1.0 ├─ husky@6.0.0 ├─ iconv-lite@0.4.24 ├─ inflight@1.0.6 ├─ inherits@2.0.4 ├─ ini@1.3.8 ├─ is-accessor-descriptor@1.0.0 ├─ is-arrayish@0.2.1 ├─ is-core-module@2.4.0 ├─ is-data-descriptor@1.0.0 ├─ is-descriptor@1.0.2 ├─ is-docker@2.2.1 ├─ is-extglob@2.1.1 ├─ is-glob@4.0.1 ├─ is-obj@1.0.1 ├─ is-plain-obj@1.1.0 ├─ is-plain-object@2.0.4 ├─ is-potential-custom-element-name@1.0.1 ├─ is-regexp@1.0.0 ├─ is-text-path@1.0.1 ├─ is-unicode-supported@0.1.0 ├─ is-windows@1.0.2 ├─ is-wsl@2.2.0 ├─ isarray@1.0.0 ├─ istanbul-lib-instrument@4.0.3 ├─ istanbul-lib-source-maps@4.0.0 ├─ istanbul-reports@3.0.2 ├─ jest-changed-files@26.6.2 ├─ jest-circus@26.6.3 ├─ jest-cli@26.6.3 ├─ jest-docblock@26.0.0 ├─ jest-environment-jsdom@26.6.2 ├─ jest-environment-node@26.6.2 ├─ jest-jasmine2@26.6.3 ├─ jest-leak-detector@26.6.2 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@26.6.3 ├─ jest-serializer@26.6.2 ├─ jest-util@26.6.2 ├─ jest-watcher@26.6.2 ├─ jest@26.6.3 ├─ js-tokens@4.0.0 ├─ jsdom@16.6.0 ├─ jsesc@2.5.2 ├─ json-parse-even-better-errors@2.3.1 ├─ json-schema-traverse@0.4.1 ├─ json-stable-stringify-without-jsonify@1.0.1 ├─ json-stringify-safe@5.0.1 ├─ json5@2.2.0 ├─ jsonfile@6.1.0 ├─ jsonparse@1.3.1 ├─ JSONStream@1.3.5 ├─ kind-of@3.2.2 ├─ kleur@3.0.3 ├─ leven@3.1.0 ├─ lines-and-columns@1.1.6 ├─ lint-staged@11.0.0 ├─ listr2@3.8.3 ├─ locate-path@5.0.0 ├─ lodash.clonedeep@4.5.0 ├─ lodash.merge@4.6.2 ├─ lodash.set@4.3.2 ├─ lodash.truncate@4.4.2 ├─ lodash@4.17.21 ├─ log-symbols@4.1.0 ├─ log-update@4.0.0 ├─ make-dir@3.1.0 ├─ make-error@1.3.6 ├─ makeerror@1.0.11 ├─ map-obj@1.0.1 ├─ map-visit@1.0.0 ├─ memize@1.1.0 ├─ micromatch@4.0.4 ├─ mime-db@1.47.0 ├─ mime-types@2.1.30 ├─ mimic-fn@2.1.0 ├─ min-indent@1.0.1 ├─ minimist-options@4.1.0 ├─ minimist@1.2.5 ├─ mixin-deep@1.3.2 ├─ mkdirp@1.0.4 ├─ ms@2.1.2 ├─ nanomatch@1.2.13 ├─ nice-try@1.0.5 ├─ nock@13.0.11 ├─ node-fetch@2.6.1 ├─ node-int64@0.4.0 ├─ node-modules-regexp@1.0.0 ├─ node-notifier@8.0.2 ├─ node-releases@1.1.72 ├─ normalize-package-data@3.0.2 ├─ npm-run-path@4.0.1 ├─ nwsapi@2.2.0 ├─ object-copy@0.1.0 ├─ optionator@0.9.1 ├─ p-each-series@2.2.0 ├─ p-finally@1.0.0 ├─ p-limit@2.3.0 ├─ p-locate@4.1.0 ├─ p-map@4.0.0 ├─ p-try@2.2.0 ├─ parent-module@1.0.1 ├─ parse5@6.0.1 ├─ pascalcase@0.1.1 ├─ path-is-absolute@1.0.1 ├─ path-key@2.0.1 ├─ path-parse@1.0.6 ├─ picomatch@2.3.0 ├─ pirates@4.0.1 ├─ pkg-dir@4.2.0 ├─ please-upgrade-node@3.2.0 ├─ posix-character-classes@0.1.1 ├─ progress@2.0.3 ├─ prompts@2.4.1 ├─ propagate@2.0.1 ├─ psl@1.8.0 ├─ queue-microtask@1.2.3 ├─ quick-lru@4.0.1 ├─ react-is@17.0.2 ├─ read-pkg@5.2.0 ├─ readable-stream@3.6.0 ├─ redent@3.0.0 ├─ regexpp@3.1.0 ├─ remove-trailing-separator@1.1.0 ├─ repeat-element@1.1.4 ├─ replace-in-file@6.2.0 ├─ require-from-string@2.0.2 ├─ require-main-filename@2.0.0 ├─ resolve-cwd@3.0.0 ├─ resolve-global@1.0.0 ├─ resolve-url@0.2.1 ├─ resolve@1.20.0 ├─ restore-cursor@3.1.0 ├─ ret@0.1.15 ├─ reusify@1.0.4 ├─ rimraf@3.0.2 ├─ rsvp@4.8.5 ├─ run-parallel@1.2.0 ├─ rxjs@7.1.0 ├─ safe-buffer@5.1.2 ├─ safer-buffer@2.1.2 ├─ sane@4.1.0 ├─ saxes@5.0.1 ├─ semver-compare@1.0.0 ├─ semver@7.3.5 ├─ set-blocking@2.0.0 ├─ set-value@2.0.1 ├─ shebang-command@2.0.0 ├─ shebang-regex@3.0.0 ├─ shell-escape@0.2.0 ├─ shellwords@0.1.1 ├─ sisteransi@1.0.5 ├─ snapdragon-node@2.1.1 ├─ snapdragon-util@3.0.1 ├─ source-map-resolve@0.5.3 ├─ source-map-support@0.5.19 ├─ source-map-url@0.4.1 ├─ source-map@0.6.1 ├─ spdx-correct@3.1.1 ├─ spdx-exceptions@2.3.0 ├─ split-string@3.1.0 ├─ static-extend@0.1.2 ├─ string_decoder@1.3.0 ├─ string-argv@0.3.1 ├─ stringify-object@3.3.0 ├─ strip-bom@4.0.0 ├─ strip-eof@1.0.0 ├─ strip-indent@3.0.0 ├─ strip-json-comments@3.1.1 ├─ supports-hyperlinks@2.2.0 ├─ symbol-tree@3.2.4 ├─ table@6.7.1 ├─ terminal-link@2.1.1 ├─ test-exclude@6.0.0 ├─ text-extensions@1.9.0 ├─ text-table@0.2.0 ├─ through@2.3.8 ├─ tmpl@1.0.4 ├─ to-fast-properties@2.0.0 ├─ to-object-path@0.3.0 ├─ to-regex-range@5.0.1 ├─ tough-cookie@4.0.0 ├─ tr46@2.1.0 ├─ trim-newlines@3.0.0 ├─ trim-off-newlines@1.0.1 ├─ ts-jest@26.5.6 ├─ tslib@1.14.1 ├─ tunnel@0.0.6 ├─ type-detect@4.0.8 ├─ typedarray-to-buffer@3.1.5 ├─ typescript@4.2.4 ├─ union-value@1.0.1 ├─ unset-value@1.0.0 ├─ urix@0.1.0 ├─ use@3.1.1 ├─ util-deprecate@1.0.2 ├─ uuid@8.3.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@7.1.2 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.5.0 ├─ which-module@2.0.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.4.5 ├─ xmlchars@2.2.0 ├─ y18n@4.0.3 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.7 └─ yocto-queue@0.1.0 Done in 10.51s. ``` ### stderr: ```Shell warning jest > @jest/core > jest-haste-map > sane > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated warning jest > @jest/core > jest-haste-map > sane > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 728 Done in 0.80s. ```

Changed files

Changed 2 files: - package.json - yarn.lock

:octocat: Repo | :memo: Issues | :department_store: Marketplace

technote-space commented 3 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
cli.js -u --packageFile package.json ```Shell Using yarn Upgrading /home/runner/work/package-version-check-action/package-version-check-action/package.json jest ^26.6.3 → ^27.0.1 jest-circus ^26.6.3 → ^27.0.1 ts-jest ^26.5.6 → ^27.0.1 typescript ^4.2.4 → ^4.3.2 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Building fresh packages... success Saved lockfile. $ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install Done in 15.50s. ```
yarn upgrade ```Shell yarn upgrade v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Rebuilding all packages... success Saved lockfile. success Saved 370 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @technote-space/filter-github-action@0.5.27 ├─ @technote-space/github-action-test-helper@0.7.12 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @types/jest@26.0.23 ├─ @typescript-eslint/eslint-plugin@4.25.0 ├─ @typescript-eslint/parser@4.25.0 ├─ eslint@7.27.0 ├─ husky@6.0.0 ├─ jest@27.0.1 ├─ lint-staged@11.0.0 ├─ nock@13.0.11 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.1 └─ typescript@4.3.2 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.14.4 ├─ @babel/core@7.14.3 ├─ @babel/generator@7.14.3 ├─ @babel/helper-compilation-targets@7.14.4 ├─ @babel/helper-function-name@7.14.2 ├─ @babel/helper-get-function-arity@7.12.13 ├─ @babel/helper-member-expression-to-functions@7.13.12 ├─ @babel/helper-module-imports@7.13.12 ├─ @babel/helper-module-transforms@7.14.2 ├─ @babel/helper-optimise-call-expression@7.12.13 ├─ @babel/helper-replace-supers@7.14.4 ├─ @babel/helper-simple-access@7.13.12 ├─ @babel/helper-validator-option@7.12.17 ├─ @babel/helpers@7.14.0 ├─ @babel/highlight@7.14.0 ├─ @babel/plugin-syntax-async-generators@7.8.4 ├─ @babel/plugin-syntax-bigint@7.8.3 ├─ @babel/plugin-syntax-class-properties@7.12.13 ├─ @babel/plugin-syntax-import-meta@7.10.4 ├─ @babel/plugin-syntax-json-strings@7.8.3 ├─ @babel/plugin-syntax-logical-assignment-operators@7.10.4 ├─ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 ├─ @babel/plugin-syntax-numeric-separator@7.10.4 ├─ @babel/plugin-syntax-object-rest-spread@7.8.3 ├─ @babel/plugin-syntax-optional-catch-binding@7.8.3 ├─ @babel/plugin-syntax-optional-chaining@7.8.3 ├─ @babel/plugin-syntax-top-level-await@7.12.13 ├─ @babel/plugin-syntax-typescript@7.12.13 ├─ @babel/template@7.12.13 ├─ @bcoe/v8-coverage@0.2.3 ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @commitlint/ensure@12.1.4 ├─ @commitlint/execute-rule@12.1.4 ├─ @commitlint/format@12.1.4 ├─ @commitlint/is-ignored@12.1.4 ├─ @commitlint/lint@12.1.4 ├─ @commitlint/load@12.1.4 ├─ @commitlint/message@12.1.4 ├─ @commitlint/parse@12.1.4 ├─ @commitlint/read@12.1.4 ├─ @commitlint/resolve-extends@12.1.4 ├─ @commitlint/rules@12.1.4 ├─ @commitlint/to-lines@12.1.4 ├─ @commitlint/top-level@12.1.4 ├─ @eslint/eslintrc@0.4.1 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.1 ├─ @jest/reporters@27.0.1 ├─ @jest/test-sequencer@27.0.1 ├─ @nodelib/fs.scandir@2.1.4 ├─ @nodelib/fs.stat@2.0.4 ├─ @nodelib/fs.walk@1.2.6 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.4.0 ├─ @octokit/endpoint@6.0.11 ├─ @octokit/graphql@4.6.2 ├─ @octokit/openapi-types@7.2.3 ├─ @octokit/plugin-paginate-rest@2.13.3 ├─ @octokit/request-error@2.0.5 ├─ @octokit/request@5.4.15 ├─ @octokit/types@6.16.2 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@7.1.2 ├─ @technote-space/filter-github-action@0.5.27 ├─ @technote-space/github-action-test-helper@0.7.12 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @technote-space/release-github-actions@7.0.5 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.14 ├─ @types/babel__generator@7.6.2 ├─ @types/babel__template@7.4.0 ├─ @types/babel__traverse@7.11.1 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/jest@26.0.23 ├─ @types/json-schema@7.0.7 ├─ @types/minimist@1.2.1 ├─ @types/normalize-package-data@2.4.0 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.2.3 ├─ @types/stack-utils@2.0.0 ├─ @typescript-eslint/eslint-plugin@4.25.0 ├─ @typescript-eslint/experimental-utils@4.25.0 ├─ @typescript-eslint/parser@4.25.0 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.1 ├─ acorn-walk@7.2.0 ├─ acorn@7.4.1 ├─ aggregate-error@3.1.0 ├─ ajv@6.12.6 ├─ ansi-colors@4.1.1 ├─ ansi-escapes@4.3.2 ├─ anymatch@3.1.2 ├─ argparse@1.0.10 ├─ array-ify@1.0.0 ├─ array-union@2.1.0 ├─ arrify@1.0.1 ├─ asynckit@0.4.0 ├─ at-least-node@1.0.0 ├─ babel-jest@27.0.1 ├─ babel-plugin-jest-hoist@27.0.1 ├─ babel-preset-jest@27.0.1 ├─ balanced-match@1.0.2 ├─ before-after-hook@2.2.1 ├─ brace-expansion@1.1.11 ├─ braces@3.0.2 ├─ browser-process-hrtime@1.0.0 ├─ browserslist@4.16.6 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.1 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001230 ├─ char-regex@1.0.2 ├─ ci-info@3.2.0 ├─ cjs-module-lexer@1.2.1 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.0 ├─ cliui@7.0.4 ├─ color-convert@2.0.1 ├─ color-name@1.1.4 ├─ combined-stream@1.0.8 ├─ concat-map@0.0.1 ├─ conventional-changelog-angular@5.0.12 ├─ conventional-changelog-conventionalcommits@4.6.0 ├─ conventional-commits-parser@3.2.1 ├─ convert-source-map@1.7.0 ├─ cross-spawn@7.0.3 ├─ cssom@0.4.4 ├─ cssstyle@2.3.0 ├─ dargs@7.0.0 ├─ data-urls@2.0.0 ├─ decamelize-keys@1.1.0 ├─ decamelize@1.2.0 ├─ decimal.js@10.2.1 ├─ deep-is@0.1.3 ├─ deepmerge@4.2.2 ├─ delayed-stream@1.0.0 ├─ detect-newline@3.1.0 ├─ diff-sequences@27.0.1 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@8.6.0 ├─ electron-to-chromium@1.3.742 ├─ emoji-regex@8.0.0 ├─ enquirer@2.3.6 ├─ error-ex@1.3.2 ├─ escape-string-regexp@4.0.0 ├─ escodegen@2.0.0 ├─ eslint-scope@5.1.1 ├─ eslint-utils@2.1.0 ├─ eslint-visitor-keys@1.3.0 ├─ eslint@7.27.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.5 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.0 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.1.1 ├─ form-data@3.0.1 ├─ fs-extra@9.1.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ get-caller-file@2.0.5 ├─ get-own-enumerable-property-symbols@3.0.2 ├─ get-package-type@0.1.0 ├─ get-stream@6.0.1 ├─ git-raw-commits@2.0.10 ├─ glob-parent@5.1.2 ├─ glob@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.9.0 ├─ globby@11.0.3 ├─ hard-rejection@2.1.0 ├─ has@1.0.3 ├─ hosted-git-info@4.0.2 ├─ html-encoding-sniffer@2.0.1 ├─ html-escaper@2.0.2 ├─ http-proxy-agent@4.0.1 ├─ https-proxy-agent@5.0.0 ├─ human-signals@2.1.0 ├─ husky@6.0.0 ├─ iconv-lite@0.4.24 ├─ inflight@1.0.6 ├─ inherits@2.0.4 ├─ ini@1.3.8 ├─ is-arrayish@0.2.1 ├─ is-core-module@2.4.0 ├─ is-extglob@2.1.1 ├─ is-glob@4.0.1 ├─ is-number@7.0.0 ├─ is-obj@1.0.1 ├─ is-plain-obj@1.1.0 ├─ is-potential-custom-element-name@1.0.1 ├─ is-regexp@1.0.0 ├─ is-stream@2.0.0 ├─ is-text-path@1.0.1 ├─ is-unicode-supported@0.1.0 ├─ isexe@2.0.0 ├─ istanbul-lib-instrument@4.0.3 ├─ istanbul-lib-source-maps@4.0.0 ├─ istanbul-reports@3.0.2 ├─ jest-changed-files@27.0.1 ├─ jest-cli@27.0.1 ├─ jest-docblock@27.0.1 ├─ jest-environment-jsdom@27.0.1 ├─ jest-environment-node@27.0.1 ├─ jest-jasmine2@27.0.1 ├─ jest-leak-detector@27.0.1 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.1 ├─ jest-serializer@27.0.1 ├─ jest-util@27.0.1 ├─ jest-watcher@27.0.1 ├─ jest@27.0.1 ├─ js-tokens@4.0.0 ├─ jsdom@16.6.0 ├─ jsesc@2.5.2 ├─ json-parse-even-better-errors@2.3.1 ├─ json-schema-traverse@0.4.1 ├─ json-stable-stringify-without-jsonify@1.0.1 ├─ json-stringify-safe@5.0.1 ├─ json5@2.2.0 ├─ jsonfile@6.1.0 ├─ jsonparse@1.3.1 ├─ JSONStream@1.3.5 ├─ kind-of@6.0.3 ├─ kleur@3.0.3 ├─ leven@3.1.0 ├─ lines-and-columns@1.1.6 ├─ lint-staged@11.0.0 ├─ listr2@3.9.0 ├─ locate-path@5.0.0 ├─ lodash.clonedeep@4.5.0 ├─ lodash.merge@4.6.2 ├─ lodash.set@4.3.2 ├─ lodash.truncate@4.4.2 ├─ lodash@4.17.21 ├─ log-symbols@4.1.0 ├─ log-update@4.0.0 ├─ make-dir@3.1.0 ├─ make-error@1.3.6 ├─ makeerror@1.0.11 ├─ map-obj@1.0.1 ├─ memize@1.1.0 ├─ mime-db@1.47.0 ├─ mime-types@2.1.30 ├─ mimic-fn@2.1.0 ├─ min-indent@1.0.1 ├─ minimist-options@4.1.0 ├─ minimist@1.2.5 ├─ mkdirp@1.0.4 ├─ ms@2.1.2 ├─ nock@13.0.11 ├─ node-fetch@2.6.1 ├─ node-int64@0.4.0 ├─ node-modules-regexp@1.0.0 ├─ node-releases@1.1.72 ├─ normalize-package-data@3.0.2 ├─ npm-run-path@4.0.1 ├─ nwsapi@2.2.0 ├─ onetime@5.1.2 ├─ optionator@0.9.1 ├─ p-each-series@2.2.0 ├─ p-limit@2.3.0 ├─ p-locate@4.1.0 ├─ p-map@4.0.0 ├─ p-try@2.2.0 ├─ parent-module@1.0.1 ├─ parse5@6.0.1 ├─ path-is-absolute@1.0.1 ├─ path-key@3.1.1 ├─ path-parse@1.0.7 ├─ picomatch@2.3.0 ├─ pirates@4.0.1 ├─ pkg-dir@4.2.0 ├─ please-upgrade-node@3.2.0 ├─ progress@2.0.3 ├─ prompts@2.4.1 ├─ propagate@2.0.1 ├─ psl@1.8.0 ├─ queue-microtask@1.2.3 ├─ quick-lru@4.0.1 ├─ read-pkg-up@7.0.1 ├─ read-pkg@5.2.0 ├─ readable-stream@3.6.0 ├─ redent@3.0.0 ├─ regexpp@3.1.0 ├─ replace-in-file@6.2.0 ├─ require-directory@2.1.1 ├─ require-from-string@2.0.2 ├─ resolve-cwd@3.0.0 ├─ resolve-global@1.0.0 ├─ restore-cursor@3.1.0 ├─ reusify@1.0.4 ├─ rimraf@3.0.2 ├─ run-parallel@1.2.0 ├─ rxjs@6.6.7 ├─ safe-buffer@5.1.2 ├─ safer-buffer@2.1.2 ├─ saxes@5.0.1 ├─ semver-compare@1.0.0 ├─ semver@7.3.5 ├─ shebang-command@2.0.0 ├─ shebang-regex@3.0.0 ├─ shell-escape@0.2.0 ├─ sisteransi@1.0.5 ├─ source-map-support@0.5.19 ├─ source-map@0.6.1 ├─ spdx-correct@3.1.1 ├─ spdx-exceptions@2.3.0 ├─ string_decoder@1.3.0 ├─ string-argv@0.3.1 ├─ stringify-object@3.3.0 ├─ strip-bom@4.0.0 ├─ strip-final-newline@2.0.0 ├─ strip-indent@3.0.0 ├─ strip-json-comments@3.1.1 ├─ supports-color@7.2.0 ├─ supports-hyperlinks@2.2.0 ├─ symbol-tree@3.2.4 ├─ table@6.7.1 ├─ terminal-link@2.1.1 ├─ test-exclude@6.0.0 ├─ text-extensions@1.9.0 ├─ text-table@0.2.0 ├─ through@2.3.8 ├─ tmpl@1.0.4 ├─ to-fast-properties@2.0.0 ├─ to-regex-range@5.0.1 ├─ tough-cookie@4.0.0 ├─ tr46@2.1.0 ├─ trim-newlines@3.0.1 ├─ trim-off-newlines@1.0.1 ├─ ts-jest@27.0.1 ├─ tslib@1.14.1 ├─ tunnel@0.0.6 ├─ type-detect@4.0.8 ├─ typedarray-to-buffer@3.1.5 ├─ typescript@4.3.2 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@7.1.2 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.5.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.4.6 ├─ xmlchars@2.2.0 ├─ y18n@5.0.8 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.7 └─ yocto-queue@0.1.0 Done in 11.50s. ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 584 Done in 0.77s. ```

Changed files

Changed 2 files: - package.json - yarn.lock

:octocat: Repo | :memo: Issues | :department_store: Marketplace

technote-space commented 3 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
cli.js -u --packageFile package.json ```Shell Using yarn Upgrading /home/runner/work/package-version-check-action/package-version-check-action/package.json @typescript-eslint/eslint-plugin ^4.25.0 → ^4.26.0 @typescript-eslint/parser ^4.25.0 → ^4.26.0 jest ^27.0.1 → ^27.0.3 jest-circus ^27.0.1 → ^27.0.3 nock ^13.0.11 → ^13.1.0 ts-jest ^27.0.1 → ^27.0.2 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Building fresh packages... success Saved lockfile. $ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install Done in 18.08s. ```
yarn upgrade ```Shell yarn upgrade v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Rebuilding all packages... success Saved lockfile. success Saved 367 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @technote-space/filter-github-action@0.5.27 ├─ @technote-space/github-action-test-helper@0.7.12 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @types/jest@26.0.23 ├─ @typescript-eslint/eslint-plugin@4.26.0 ├─ @typescript-eslint/parser@4.26.0 ├─ eslint@7.27.0 ├─ husky@6.0.0 ├─ jest@27.0.3 ├─ lint-staged@11.0.0 ├─ nock@13.1.0 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.2 └─ typescript@4.3.2 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.14.4 ├─ @babel/core@7.14.3 ├─ @babel/generator@7.14.3 ├─ @babel/helper-compilation-targets@7.14.4 ├─ @babel/helper-function-name@7.14.2 ├─ @babel/helper-get-function-arity@7.12.13 ├─ @babel/helper-member-expression-to-functions@7.13.12 ├─ @babel/helper-module-imports@7.13.12 ├─ @babel/helper-module-transforms@7.14.2 ├─ @babel/helper-optimise-call-expression@7.12.13 ├─ @babel/helper-replace-supers@7.14.4 ├─ @babel/helper-simple-access@7.13.12 ├─ @babel/helper-validator-option@7.12.17 ├─ @babel/helpers@7.14.0 ├─ @babel/highlight@7.14.0 ├─ @babel/plugin-syntax-async-generators@7.8.4 ├─ @babel/plugin-syntax-bigint@7.8.3 ├─ @babel/plugin-syntax-class-properties@7.12.13 ├─ @babel/plugin-syntax-import-meta@7.10.4 ├─ @babel/plugin-syntax-json-strings@7.8.3 ├─ @babel/plugin-syntax-logical-assignment-operators@7.10.4 ├─ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 ├─ @babel/plugin-syntax-numeric-separator@7.10.4 ├─ @babel/plugin-syntax-object-rest-spread@7.8.3 ├─ @babel/plugin-syntax-optional-catch-binding@7.8.3 ├─ @babel/plugin-syntax-optional-chaining@7.8.3 ├─ @babel/plugin-syntax-top-level-await@7.12.13 ├─ @babel/plugin-syntax-typescript@7.12.13 ├─ @babel/template@7.12.13 ├─ @bcoe/v8-coverage@0.2.3 ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @commitlint/ensure@12.1.4 ├─ @commitlint/execute-rule@12.1.4 ├─ @commitlint/format@12.1.4 ├─ @commitlint/is-ignored@12.1.4 ├─ @commitlint/lint@12.1.4 ├─ @commitlint/load@12.1.4 ├─ @commitlint/message@12.1.4 ├─ @commitlint/parse@12.1.4 ├─ @commitlint/read@12.1.4 ├─ @commitlint/resolve-extends@12.1.4 ├─ @commitlint/rules@12.1.4 ├─ @commitlint/to-lines@12.1.4 ├─ @commitlint/top-level@12.1.4 ├─ @eslint/eslintrc@0.4.1 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.3 ├─ @jest/reporters@27.0.2 ├─ @jest/test-sequencer@27.0.3 ├─ @nodelib/fs.scandir@2.1.4 ├─ @nodelib/fs.stat@2.0.4 ├─ @nodelib/fs.walk@1.2.6 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.4.0 ├─ @octokit/endpoint@6.0.11 ├─ @octokit/graphql@4.6.2 ├─ @octokit/openapi-types@7.2.3 ├─ @octokit/plugin-paginate-rest@2.13.3 ├─ @octokit/request-error@2.0.5 ├─ @octokit/request@5.4.15 ├─ @octokit/types@6.16.2 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@7.1.2 ├─ @technote-space/filter-github-action@0.5.27 ├─ @technote-space/github-action-test-helper@0.7.12 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @technote-space/release-github-actions@7.0.5 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.14 ├─ @types/babel__generator@7.6.2 ├─ @types/babel__template@7.4.0 ├─ @types/babel__traverse@7.11.1 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/jest@26.0.23 ├─ @types/json-schema@7.0.7 ├─ @types/minimist@1.2.1 ├─ @types/normalize-package-data@2.4.0 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.2.3 ├─ @types/stack-utils@2.0.0 ├─ @typescript-eslint/eslint-plugin@4.26.0 ├─ @typescript-eslint/experimental-utils@4.26.0 ├─ @typescript-eslint/parser@4.26.0 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.1 ├─ acorn-walk@7.2.0 ├─ acorn@7.4.1 ├─ aggregate-error@3.1.0 ├─ ajv@6.12.6 ├─ ansi-colors@4.1.1 ├─ ansi-escapes@4.3.2 ├─ anymatch@3.1.2 ├─ argparse@1.0.10 ├─ array-ify@1.0.0 ├─ array-union@2.1.0 ├─ arrify@1.0.1 ├─ asynckit@0.4.0 ├─ at-least-node@1.0.0 ├─ babel-jest@27.0.2 ├─ babel-plugin-jest-hoist@27.0.1 ├─ babel-preset-jest@27.0.1 ├─ balanced-match@1.0.2 ├─ before-after-hook@2.2.1 ├─ brace-expansion@1.1.11 ├─ braces@3.0.2 ├─ browser-process-hrtime@1.0.0 ├─ browserslist@4.16.6 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.1 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001232 ├─ char-regex@1.0.2 ├─ ci-info@3.2.0 ├─ cjs-module-lexer@1.2.1 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.0 ├─ cliui@7.0.4 ├─ color-convert@2.0.1 ├─ color-name@1.1.4 ├─ combined-stream@1.0.8 ├─ concat-map@0.0.1 ├─ conventional-changelog-angular@5.0.12 ├─ conventional-changelog-conventionalcommits@4.6.0 ├─ conventional-commits-parser@3.2.1 ├─ convert-source-map@1.7.0 ├─ cross-spawn@7.0.3 ├─ cssom@0.4.4 ├─ cssstyle@2.3.0 ├─ dargs@7.0.0 ├─ data-urls@2.0.0 ├─ decamelize-keys@1.1.0 ├─ decamelize@1.2.0 ├─ decimal.js@10.2.1 ├─ deep-is@0.1.3 ├─ deepmerge@4.2.2 ├─ delayed-stream@1.0.0 ├─ detect-newline@3.1.0 ├─ diff-sequences@27.0.1 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@8.6.0 ├─ electron-to-chromium@1.3.743 ├─ emoji-regex@8.0.0 ├─ enquirer@2.3.6 ├─ error-ex@1.3.2 ├─ escape-string-regexp@4.0.0 ├─ escodegen@2.0.0 ├─ eslint-utils@2.1.0 ├─ eslint@7.27.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.5 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.0 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.1.1 ├─ form-data@3.0.1 ├─ fs-extra@9.1.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ get-caller-file@2.0.5 ├─ get-own-enumerable-property-symbols@3.0.2 ├─ get-package-type@0.1.0 ├─ get-stream@6.0.1 ├─ git-raw-commits@2.0.10 ├─ glob-parent@5.1.2 ├─ glob@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.9.0 ├─ globby@11.0.3 ├─ hard-rejection@2.1.0 ├─ has@1.0.3 ├─ hosted-git-info@4.0.2 ├─ html-encoding-sniffer@2.0.1 ├─ html-escaper@2.0.2 ├─ http-proxy-agent@4.0.1 ├─ https-proxy-agent@5.0.0 ├─ human-signals@2.1.0 ├─ husky@6.0.0 ├─ iconv-lite@0.4.24 ├─ inflight@1.0.6 ├─ inherits@2.0.4 ├─ ini@1.3.8 ├─ is-arrayish@0.2.1 ├─ is-core-module@2.4.0 ├─ is-extglob@2.1.1 ├─ is-glob@4.0.1 ├─ is-number@7.0.0 ├─ is-obj@1.0.1 ├─ is-plain-obj@1.1.0 ├─ is-potential-custom-element-name@1.0.1 ├─ is-regexp@1.0.0 ├─ is-stream@2.0.0 ├─ is-text-path@1.0.1 ├─ is-unicode-supported@0.1.0 ├─ isexe@2.0.0 ├─ istanbul-lib-instrument@4.0.3 ├─ istanbul-lib-source-maps@4.0.0 ├─ istanbul-reports@3.0.2 ├─ jest-changed-files@27.0.2 ├─ jest-cli@27.0.3 ├─ jest-docblock@27.0.1 ├─ jest-environment-jsdom@27.0.3 ├─ jest-environment-node@27.0.3 ├─ jest-jasmine2@27.0.3 ├─ jest-leak-detector@27.0.2 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.3 ├─ jest-serializer@27.0.1 ├─ jest-util@27.0.2 ├─ jest-watcher@27.0.2 ├─ jest@27.0.3 ├─ js-tokens@4.0.0 ├─ jsdom@16.6.0 ├─ jsesc@2.5.2 ├─ json-parse-even-better-errors@2.3.1 ├─ json-schema-traverse@0.4.1 ├─ json-stable-stringify-without-jsonify@1.0.1 ├─ json-stringify-safe@5.0.1 ├─ json5@2.2.0 ├─ jsonfile@6.1.0 ├─ jsonparse@1.3.1 ├─ JSONStream@1.3.5 ├─ kind-of@6.0.3 ├─ kleur@3.0.3 ├─ leven@3.1.0 ├─ lines-and-columns@1.1.6 ├─ lint-staged@11.0.0 ├─ listr2@3.9.0 ├─ locate-path@5.0.0 ├─ lodash.clonedeep@4.5.0 ├─ lodash.merge@4.6.2 ├─ lodash.set@4.3.2 ├─ lodash.truncate@4.4.2 ├─ lodash@4.17.21 ├─ log-symbols@4.1.0 ├─ log-update@4.0.0 ├─ make-dir@3.1.0 ├─ make-error@1.3.6 ├─ makeerror@1.0.11 ├─ map-obj@1.0.1 ├─ memize@1.1.0 ├─ mime-db@1.47.0 ├─ mime-types@2.1.30 ├─ mimic-fn@2.1.0 ├─ min-indent@1.0.1 ├─ minimist-options@4.1.0 ├─ minimist@1.2.5 ├─ mkdirp@1.0.4 ├─ ms@2.1.2 ├─ nock@13.1.0 ├─ node-fetch@2.6.1 ├─ node-int64@0.4.0 ├─ node-modules-regexp@1.0.0 ├─ node-releases@1.1.72 ├─ normalize-package-data@3.0.2 ├─ npm-run-path@4.0.1 ├─ nwsapi@2.2.0 ├─ onetime@5.1.2 ├─ optionator@0.9.1 ├─ p-each-series@2.2.0 ├─ p-limit@2.3.0 ├─ p-locate@4.1.0 ├─ p-map@4.0.0 ├─ p-try@2.2.0 ├─ parent-module@1.0.1 ├─ parse5@6.0.1 ├─ path-is-absolute@1.0.1 ├─ path-key@3.1.1 ├─ path-parse@1.0.7 ├─ picomatch@2.3.0 ├─ pirates@4.0.1 ├─ pkg-dir@4.2.0 ├─ please-upgrade-node@3.2.0 ├─ progress@2.0.3 ├─ prompts@2.4.1 ├─ propagate@2.0.1 ├─ psl@1.8.0 ├─ queue-microtask@1.2.3 ├─ quick-lru@4.0.1 ├─ read-pkg-up@7.0.1 ├─ read-pkg@5.2.0 ├─ readable-stream@3.6.0 ├─ redent@3.0.0 ├─ replace-in-file@6.2.0 ├─ require-directory@2.1.1 ├─ require-from-string@2.0.2 ├─ resolve-cwd@3.0.0 ├─ resolve-global@1.0.0 ├─ restore-cursor@3.1.0 ├─ reusify@1.0.4 ├─ rimraf@3.0.2 ├─ run-parallel@1.2.0 ├─ rxjs@6.6.7 ├─ safe-buffer@5.1.2 ├─ safer-buffer@2.1.2 ├─ saxes@5.0.1 ├─ semver-compare@1.0.0 ├─ semver@7.3.5 ├─ shebang-command@2.0.0 ├─ shebang-regex@3.0.0 ├─ shell-escape@0.2.0 ├─ sisteransi@1.0.5 ├─ source-map-support@0.5.19 ├─ source-map@0.6.1 ├─ spdx-correct@3.1.1 ├─ spdx-exceptions@2.3.0 ├─ string_decoder@1.3.0 ├─ string-argv@0.3.1 ├─ stringify-object@3.3.0 ├─ strip-bom@4.0.0 ├─ strip-final-newline@2.0.0 ├─ strip-indent@3.0.0 ├─ strip-json-comments@3.1.1 ├─ supports-color@7.2.0 ├─ supports-hyperlinks@2.2.0 ├─ symbol-tree@3.2.4 ├─ table@6.7.1 ├─ terminal-link@2.1.1 ├─ test-exclude@6.0.0 ├─ text-extensions@1.9.0 ├─ text-table@0.2.0 ├─ through@2.3.8 ├─ tmpl@1.0.4 ├─ to-fast-properties@2.0.0 ├─ to-regex-range@5.0.1 ├─ tough-cookie@4.0.0 ├─ tr46@2.1.0 ├─ trim-newlines@3.0.1 ├─ trim-off-newlines@1.0.1 ├─ ts-jest@27.0.2 ├─ tslib@1.14.1 ├─ tunnel@0.0.6 ├─ type-detect@4.0.8 ├─ typedarray-to-buffer@3.1.5 ├─ typescript@4.3.2 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@7.1.2 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.5.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.4.6 ├─ xmlchars@2.2.0 ├─ y18n@5.0.8 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.7 └─ yocto-queue@0.1.0 Done in 7.87s. ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 585 Done in 0.85s. ```

Changed files

Changed 2 files: - package.json - yarn.lock

:octocat: Repo | :memo: Issues | :department_store: Marketplace

technote-space commented 3 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
cli.js -u --packageFile package.json ```Shell Using yarn Upgrading /home/runner/work/package-version-check-action/package-version-check-action/package.json @types/node ^15.6.1 → ^15.12.1 eslint ^7.27.0 → ^7.28.0 jest ^27.0.3 → ^27.0.4 jest-circus ^27.0.3 → ^27.0.4 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Building fresh packages... success Saved lockfile. $ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install Done in 13.49s. ```
yarn upgrade ```Shell yarn upgrade v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Rebuilding all packages... success Saved lockfile. success Saved 366 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @technote-space/filter-github-action@0.5.27 ├─ @technote-space/github-action-test-helper@0.7.12 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @types/jest@26.0.23 ├─ @typescript-eslint/eslint-plugin@4.26.0 ├─ @typescript-eslint/parser@4.26.0 ├─ eslint@7.28.0 ├─ husky@6.0.0 ├─ jest@27.0.4 ├─ lint-staged@11.0.0 ├─ nock@13.1.0 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.2 └─ typescript@4.3.2 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.14.4 ├─ @babel/core@7.14.3 ├─ @babel/generator@7.14.3 ├─ @babel/helper-compilation-targets@7.14.4 ├─ @babel/helper-function-name@7.14.2 ├─ @babel/helper-get-function-arity@7.12.13 ├─ @babel/helper-member-expression-to-functions@7.13.12 ├─ @babel/helper-module-imports@7.13.12 ├─ @babel/helper-module-transforms@7.14.2 ├─ @babel/helper-optimise-call-expression@7.12.13 ├─ @babel/helper-replace-supers@7.14.4 ├─ @babel/helper-simple-access@7.13.12 ├─ @babel/helper-validator-option@7.12.17 ├─ @babel/helpers@7.14.0 ├─ @babel/highlight@7.14.0 ├─ @babel/plugin-syntax-async-generators@7.8.4 ├─ @babel/plugin-syntax-bigint@7.8.3 ├─ @babel/plugin-syntax-class-properties@7.12.13 ├─ @babel/plugin-syntax-import-meta@7.10.4 ├─ @babel/plugin-syntax-json-strings@7.8.3 ├─ @babel/plugin-syntax-logical-assignment-operators@7.10.4 ├─ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 ├─ @babel/plugin-syntax-numeric-separator@7.10.4 ├─ @babel/plugin-syntax-object-rest-spread@7.8.3 ├─ @babel/plugin-syntax-optional-catch-binding@7.8.3 ├─ @babel/plugin-syntax-optional-chaining@7.8.3 ├─ @babel/plugin-syntax-top-level-await@7.12.13 ├─ @babel/plugin-syntax-typescript@7.12.13 ├─ @babel/template@7.12.13 ├─ @bcoe/v8-coverage@0.2.3 ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @commitlint/ensure@12.1.4 ├─ @commitlint/execute-rule@12.1.4 ├─ @commitlint/format@12.1.4 ├─ @commitlint/is-ignored@12.1.4 ├─ @commitlint/lint@12.1.4 ├─ @commitlint/load@12.1.4 ├─ @commitlint/message@12.1.4 ├─ @commitlint/parse@12.1.4 ├─ @commitlint/read@12.1.4 ├─ @commitlint/resolve-extends@12.1.4 ├─ @commitlint/rules@12.1.4 ├─ @commitlint/to-lines@12.1.4 ├─ @commitlint/top-level@12.1.4 ├─ @eslint/eslintrc@0.4.2 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.3 ├─ @jest/reporters@27.0.4 ├─ @jest/test-sequencer@27.0.4 ├─ @nodelib/fs.scandir@2.1.5 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.7 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.4.0 ├─ @octokit/endpoint@6.0.11 ├─ @octokit/graphql@4.6.2 ├─ @octokit/openapi-types@7.2.3 ├─ @octokit/plugin-paginate-rest@2.13.3 ├─ @octokit/request-error@2.0.5 ├─ @octokit/request@5.5.0 ├─ @octokit/types@6.16.2 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@7.1.2 ├─ @technote-space/filter-github-action@0.5.27 ├─ @technote-space/github-action-test-helper@0.7.12 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @technote-space/release-github-actions@7.0.5 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.14 ├─ @types/babel__generator@7.6.2 ├─ @types/babel__template@7.4.0 ├─ @types/babel__traverse@7.11.1 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/jest@26.0.23 ├─ @types/json-schema@7.0.7 ├─ @types/minimist@1.2.1 ├─ @types/normalize-package-data@2.4.0 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.2.3 ├─ @types/stack-utils@2.0.0 ├─ @typescript-eslint/eslint-plugin@4.26.0 ├─ @typescript-eslint/experimental-utils@4.26.0 ├─ @typescript-eslint/parser@4.26.0 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.1 ├─ acorn-walk@7.2.0 ├─ acorn@7.4.1 ├─ aggregate-error@3.1.0 ├─ ajv@6.12.6 ├─ ansi-colors@4.1.1 ├─ ansi-escapes@4.3.2 ├─ anymatch@3.1.2 ├─ argparse@1.0.10 ├─ array-ify@1.0.0 ├─ array-union@2.1.0 ├─ arrify@1.0.1 ├─ asynckit@0.4.0 ├─ at-least-node@1.0.0 ├─ babel-jest@27.0.2 ├─ babel-plugin-jest-hoist@27.0.1 ├─ babel-preset-jest@27.0.1 ├─ balanced-match@1.0.2 ├─ before-after-hook@2.2.2 ├─ brace-expansion@1.1.11 ├─ braces@3.0.2 ├─ browser-process-hrtime@1.0.0 ├─ browserslist@4.16.6 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.1 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001234 ├─ char-regex@1.0.2 ├─ ci-info@3.2.0 ├─ cjs-module-lexer@1.2.1 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.0 ├─ cliui@7.0.4 ├─ color-convert@2.0.1 ├─ color-name@1.1.4 ├─ combined-stream@1.0.8 ├─ concat-map@0.0.1 ├─ conventional-changelog-angular@5.0.12 ├─ conventional-changelog-conventionalcommits@4.6.0 ├─ conventional-commits-parser@3.2.1 ├─ convert-source-map@1.7.0 ├─ cross-spawn@7.0.3 ├─ cssom@0.4.4 ├─ cssstyle@2.3.0 ├─ dargs@7.0.0 ├─ data-urls@2.0.0 ├─ decamelize-keys@1.1.0 ├─ decamelize@1.2.0 ├─ decimal.js@10.2.1 ├─ deep-is@0.1.3 ├─ deepmerge@4.2.2 ├─ delayed-stream@1.0.0 ├─ detect-newline@3.1.0 ├─ diff-sequences@27.0.1 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@8.6.0 ├─ electron-to-chromium@1.3.749 ├─ emoji-regex@8.0.0 ├─ enquirer@2.3.6 ├─ error-ex@1.3.2 ├─ escape-string-regexp@4.0.0 ├─ escodegen@2.0.0 ├─ eslint-utils@2.1.0 ├─ eslint@7.28.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.5 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.0 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.1.1 ├─ form-data@3.0.1 ├─ fs-extra@9.1.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ get-caller-file@2.0.5 ├─ get-own-enumerable-property-symbols@3.0.2 ├─ get-package-type@0.1.0 ├─ get-stream@6.0.1 ├─ git-raw-commits@2.0.10 ├─ glob-parent@5.1.2 ├─ glob@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.9.0 ├─ globby@11.0.3 ├─ hard-rejection@2.1.0 ├─ has@1.0.3 ├─ hosted-git-info@4.0.2 ├─ html-encoding-sniffer@2.0.1 ├─ html-escaper@2.0.2 ├─ http-proxy-agent@4.0.1 ├─ https-proxy-agent@5.0.0 ├─ human-signals@2.1.0 ├─ husky@6.0.0 ├─ iconv-lite@0.4.24 ├─ inflight@1.0.6 ├─ inherits@2.0.4 ├─ ini@1.3.8 ├─ is-arrayish@0.2.1 ├─ is-core-module@2.4.0 ├─ is-extglob@2.1.1 ├─ is-glob@4.0.1 ├─ is-number@7.0.0 ├─ is-obj@1.0.1 ├─ is-plain-obj@1.1.0 ├─ is-potential-custom-element-name@1.0.1 ├─ is-regexp@1.0.0 ├─ is-stream@2.0.0 ├─ is-text-path@1.0.1 ├─ is-unicode-supported@0.1.0 ├─ isexe@2.0.0 ├─ istanbul-lib-instrument@4.0.3 ├─ istanbul-lib-source-maps@4.0.0 ├─ istanbul-reports@3.0.2 ├─ jest-changed-files@27.0.2 ├─ jest-cli@27.0.4 ├─ jest-docblock@27.0.1 ├─ jest-jasmine2@27.0.4 ├─ jest-leak-detector@27.0.2 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.4 ├─ jest-serializer@27.0.1 ├─ jest-util@27.0.2 ├─ jest-watcher@27.0.2 ├─ jest@27.0.4 ├─ js-tokens@4.0.0 ├─ jsdom@16.6.0 ├─ jsesc@2.5.2 ├─ json-parse-even-better-errors@2.3.1 ├─ json-schema-traverse@0.4.1 ├─ json-stable-stringify-without-jsonify@1.0.1 ├─ json-stringify-safe@5.0.1 ├─ json5@2.2.0 ├─ jsonfile@6.1.0 ├─ jsonparse@1.3.1 ├─ JSONStream@1.3.5 ├─ kind-of@6.0.3 ├─ kleur@3.0.3 ├─ leven@3.1.0 ├─ lines-and-columns@1.1.6 ├─ lint-staged@11.0.0 ├─ listr2@3.9.0 ├─ locate-path@5.0.0 ├─ lodash.clonedeep@4.5.0 ├─ lodash.merge@4.6.2 ├─ lodash.set@4.3.2 ├─ lodash.truncate@4.4.2 ├─ lodash@4.17.21 ├─ log-symbols@4.1.0 ├─ log-update@4.0.0 ├─ make-dir@3.1.0 ├─ make-error@1.3.6 ├─ makeerror@1.0.11 ├─ map-obj@1.0.1 ├─ memize@1.1.0 ├─ mime-db@1.48.0 ├─ mime-types@2.1.31 ├─ mimic-fn@2.1.0 ├─ min-indent@1.0.1 ├─ minimist-options@4.1.0 ├─ minimist@1.2.5 ├─ mkdirp@1.0.4 ├─ ms@2.1.2 ├─ nock@13.1.0 ├─ node-fetch@2.6.1 ├─ node-int64@0.4.0 ├─ node-modules-regexp@1.0.0 ├─ node-releases@1.1.72 ├─ normalize-package-data@3.0.2 ├─ npm-run-path@4.0.1 ├─ nwsapi@2.2.0 ├─ onetime@5.1.2 ├─ optionator@0.9.1 ├─ p-each-series@2.2.0 ├─ p-limit@2.3.0 ├─ p-locate@4.1.0 ├─ p-map@4.0.0 ├─ p-try@2.2.0 ├─ parent-module@1.0.1 ├─ parse5@6.0.1 ├─ path-is-absolute@1.0.1 ├─ path-key@3.1.1 ├─ path-parse@1.0.7 ├─ picomatch@2.3.0 ├─ pirates@4.0.1 ├─ pkg-dir@4.2.0 ├─ please-upgrade-node@3.2.0 ├─ progress@2.0.3 ├─ prompts@2.4.1 ├─ propagate@2.0.1 ├─ psl@1.8.0 ├─ queue-microtask@1.2.3 ├─ quick-lru@4.0.1 ├─ read-pkg-up@7.0.1 ├─ read-pkg@5.2.0 ├─ readable-stream@3.6.0 ├─ redent@3.0.0 ├─ replace-in-file@6.2.0 ├─ require-directory@2.1.1 ├─ require-from-string@2.0.2 ├─ resolve-cwd@3.0.0 ├─ resolve-global@1.0.0 ├─ restore-cursor@3.1.0 ├─ reusify@1.0.4 ├─ rimraf@3.0.2 ├─ run-parallel@1.2.0 ├─ rxjs@6.6.7 ├─ safe-buffer@5.1.2 ├─ safer-buffer@2.1.2 ├─ saxes@5.0.1 ├─ semver-compare@1.0.0 ├─ semver@7.3.5 ├─ shebang-command@2.0.0 ├─ shebang-regex@3.0.0 ├─ shell-escape@0.2.0 ├─ sisteransi@1.0.5 ├─ source-map-support@0.5.19 ├─ source-map@0.6.1 ├─ spdx-correct@3.1.1 ├─ spdx-exceptions@2.3.0 ├─ string_decoder@1.3.0 ├─ string-argv@0.3.1 ├─ stringify-object@3.3.0 ├─ strip-bom@4.0.0 ├─ strip-final-newline@2.0.0 ├─ strip-indent@3.0.0 ├─ strip-json-comments@3.1.1 ├─ supports-color@7.2.0 ├─ supports-hyperlinks@2.2.0 ├─ symbol-tree@3.2.4 ├─ table@6.7.1 ├─ terminal-link@2.1.1 ├─ test-exclude@6.0.0 ├─ text-extensions@1.9.0 ├─ text-table@0.2.0 ├─ through@2.3.8 ├─ tmpl@1.0.4 ├─ to-fast-properties@2.0.0 ├─ to-regex-range@5.0.1 ├─ tough-cookie@4.0.0 ├─ tr46@2.1.0 ├─ trim-newlines@3.0.1 ├─ trim-off-newlines@1.0.1 ├─ ts-jest@27.0.2 ├─ tslib@1.14.1 ├─ tunnel@0.0.6 ├─ type-detect@4.0.8 ├─ type-fest@0.20.2 ├─ typedarray-to-buffer@3.1.5 ├─ typescript@4.3.2 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@7.1.2 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.5.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.4.6 ├─ xmlchars@2.2.0 ├─ y18n@5.0.8 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.7 └─ yocto-queue@0.1.0 Done in 8.08s. ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 584 Done in 0.74s. ```

Changed files

Changed 2 files: - package.json - yarn.lock

:octocat: Repo | :memo: Issues | :department_store: Marketplace

technote-space commented 3 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
cli.js -u --packageFile package.json ```Shell Using yarn Upgrading /home/runner/work/package-version-check-action/package-version-check-action/package.json @actions/core ^1.3.0 → ^1.4.0 @types/node ^15.12.1 → ^15.12.2 @typescript-eslint/eslint-plugin ^4.26.0 → ^4.26.1 @typescript-eslint/parser ^4.26.0 → ^4.26.1 ts-jest ^27.0.2 → ^27.0.3 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Building fresh packages... success Saved lockfile. $ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install Done in 14.53s. ```
yarn upgrade ```Shell yarn upgrade v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Rebuilding all packages... success Saved lockfile. success Saved 366 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @technote-space/filter-github-action@0.5.27 ├─ @technote-space/github-action-test-helper@0.7.12 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @types/jest@26.0.23 ├─ @typescript-eslint/eslint-plugin@4.26.1 ├─ @typescript-eslint/parser@4.26.1 ├─ eslint@7.28.0 ├─ husky@6.0.0 ├─ jest@27.0.4 ├─ lint-staged@11.0.0 ├─ nock@13.1.0 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.3 └─ typescript@4.3.2 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.14.4 ├─ @babel/core@7.14.3 ├─ @babel/generator@7.14.3 ├─ @babel/helper-compilation-targets@7.14.4 ├─ @babel/helper-function-name@7.14.2 ├─ @babel/helper-get-function-arity@7.12.13 ├─ @babel/helper-member-expression-to-functions@7.13.12 ├─ @babel/helper-module-imports@7.13.12 ├─ @babel/helper-module-transforms@7.14.2 ├─ @babel/helper-optimise-call-expression@7.12.13 ├─ @babel/helper-replace-supers@7.14.4 ├─ @babel/helper-simple-access@7.13.12 ├─ @babel/helper-validator-option@7.12.17 ├─ @babel/helpers@7.14.0 ├─ @babel/highlight@7.14.0 ├─ @babel/plugin-syntax-async-generators@7.8.4 ├─ @babel/plugin-syntax-bigint@7.8.3 ├─ @babel/plugin-syntax-class-properties@7.12.13 ├─ @babel/plugin-syntax-import-meta@7.10.4 ├─ @babel/plugin-syntax-json-strings@7.8.3 ├─ @babel/plugin-syntax-logical-assignment-operators@7.10.4 ├─ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 ├─ @babel/plugin-syntax-numeric-separator@7.10.4 ├─ @babel/plugin-syntax-object-rest-spread@7.8.3 ├─ @babel/plugin-syntax-optional-catch-binding@7.8.3 ├─ @babel/plugin-syntax-optional-chaining@7.8.3 ├─ @babel/plugin-syntax-top-level-await@7.12.13 ├─ @babel/plugin-syntax-typescript@7.12.13 ├─ @babel/template@7.12.13 ├─ @bcoe/v8-coverage@0.2.3 ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @commitlint/ensure@12.1.4 ├─ @commitlint/execute-rule@12.1.4 ├─ @commitlint/format@12.1.4 ├─ @commitlint/is-ignored@12.1.4 ├─ @commitlint/lint@12.1.4 ├─ @commitlint/load@12.1.4 ├─ @commitlint/message@12.1.4 ├─ @commitlint/parse@12.1.4 ├─ @commitlint/read@12.1.4 ├─ @commitlint/resolve-extends@12.1.4 ├─ @commitlint/rules@12.1.4 ├─ @commitlint/to-lines@12.1.4 ├─ @commitlint/top-level@12.1.4 ├─ @eslint/eslintrc@0.4.2 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.3 ├─ @jest/reporters@27.0.4 ├─ @jest/test-sequencer@27.0.4 ├─ @nodelib/fs.scandir@2.1.5 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.7 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.4.0 ├─ @octokit/endpoint@6.0.11 ├─ @octokit/graphql@4.6.2 ├─ @octokit/openapi-types@7.3.0 ├─ @octokit/plugin-paginate-rest@2.13.3 ├─ @octokit/request-error@2.0.5 ├─ @octokit/request@5.5.0 ├─ @octokit/types@6.16.2 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@7.1.2 ├─ @technote-space/filter-github-action@0.5.27 ├─ @technote-space/github-action-test-helper@0.7.12 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @technote-space/release-github-actions@7.0.5 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.14 ├─ @types/babel__generator@7.6.2 ├─ @types/babel__template@7.4.0 ├─ @types/babel__traverse@7.11.1 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/jest@26.0.23 ├─ @types/json-schema@7.0.7 ├─ @types/minimist@1.2.1 ├─ @types/normalize-package-data@2.4.0 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.2.3 ├─ @types/stack-utils@2.0.0 ├─ @typescript-eslint/eslint-plugin@4.26.1 ├─ @typescript-eslint/experimental-utils@4.26.1 ├─ @typescript-eslint/parser@4.26.1 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.1 ├─ acorn-walk@7.2.0 ├─ acorn@7.4.1 ├─ aggregate-error@3.1.0 ├─ ajv@6.12.6 ├─ ansi-colors@4.1.1 ├─ ansi-escapes@4.3.2 ├─ anymatch@3.1.2 ├─ argparse@1.0.10 ├─ array-ify@1.0.0 ├─ array-union@2.1.0 ├─ arrify@1.0.1 ├─ asynckit@0.4.0 ├─ at-least-node@1.0.0 ├─ babel-jest@27.0.2 ├─ babel-plugin-jest-hoist@27.0.1 ├─ babel-preset-jest@27.0.1 ├─ balanced-match@1.0.2 ├─ before-after-hook@2.2.2 ├─ brace-expansion@1.1.11 ├─ braces@3.0.2 ├─ browser-process-hrtime@1.0.0 ├─ browserslist@4.16.6 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.1 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001235 ├─ char-regex@1.0.2 ├─ ci-info@3.2.0 ├─ cjs-module-lexer@1.2.1 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.0 ├─ cliui@7.0.4 ├─ color-convert@2.0.1 ├─ color-name@1.1.4 ├─ combined-stream@1.0.8 ├─ concat-map@0.0.1 ├─ conventional-changelog-angular@5.0.12 ├─ conventional-changelog-conventionalcommits@4.6.0 ├─ conventional-commits-parser@3.2.1 ├─ convert-source-map@1.7.0 ├─ cross-spawn@7.0.3 ├─ cssom@0.4.4 ├─ cssstyle@2.3.0 ├─ dargs@7.0.0 ├─ data-urls@2.0.0 ├─ decamelize-keys@1.1.0 ├─ decamelize@1.2.0 ├─ decimal.js@10.2.1 ├─ deep-is@0.1.3 ├─ deepmerge@4.2.2 ├─ delayed-stream@1.0.0 ├─ detect-newline@3.1.0 ├─ diff-sequences@27.0.1 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@8.6.0 ├─ electron-to-chromium@1.3.749 ├─ emoji-regex@8.0.0 ├─ enquirer@2.3.6 ├─ error-ex@1.3.2 ├─ escape-string-regexp@4.0.0 ├─ escodegen@2.0.0 ├─ eslint-utils@2.1.0 ├─ eslint@7.28.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.5 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.0 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.1.1 ├─ form-data@3.0.1 ├─ fs-extra@9.1.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ get-caller-file@2.0.5 ├─ get-own-enumerable-property-symbols@3.0.2 ├─ get-package-type@0.1.0 ├─ get-stream@6.0.1 ├─ git-raw-commits@2.0.10 ├─ glob-parent@5.1.2 ├─ glob@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.9.0 ├─ globby@11.0.3 ├─ hard-rejection@2.1.0 ├─ has@1.0.3 ├─ hosted-git-info@4.0.2 ├─ html-encoding-sniffer@2.0.1 ├─ html-escaper@2.0.2 ├─ http-proxy-agent@4.0.1 ├─ https-proxy-agent@5.0.0 ├─ human-signals@2.1.0 ├─ husky@6.0.0 ├─ iconv-lite@0.4.24 ├─ inflight@1.0.6 ├─ inherits@2.0.4 ├─ ini@1.3.8 ├─ is-arrayish@0.2.1 ├─ is-core-module@2.4.0 ├─ is-extglob@2.1.1 ├─ is-glob@4.0.1 ├─ is-number@7.0.0 ├─ is-obj@1.0.1 ├─ is-plain-obj@1.1.0 ├─ is-potential-custom-element-name@1.0.1 ├─ is-regexp@1.0.0 ├─ is-stream@2.0.0 ├─ is-text-path@1.0.1 ├─ is-unicode-supported@0.1.0 ├─ isexe@2.0.0 ├─ istanbul-lib-instrument@4.0.3 ├─ istanbul-lib-source-maps@4.0.0 ├─ istanbul-reports@3.0.2 ├─ jest-changed-files@27.0.2 ├─ jest-cli@27.0.4 ├─ jest-docblock@27.0.1 ├─ jest-jasmine2@27.0.4 ├─ jest-leak-detector@27.0.2 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.4 ├─ jest-serializer@27.0.1 ├─ jest-util@27.0.2 ├─ jest-watcher@27.0.2 ├─ jest@27.0.4 ├─ js-tokens@4.0.0 ├─ jsdom@16.6.0 ├─ jsesc@2.5.2 ├─ json-parse-even-better-errors@2.3.1 ├─ json-schema-traverse@0.4.1 ├─ json-stable-stringify-without-jsonify@1.0.1 ├─ json-stringify-safe@5.0.1 ├─ json5@2.2.0 ├─ jsonfile@6.1.0 ├─ jsonparse@1.3.1 ├─ JSONStream@1.3.5 ├─ kind-of@6.0.3 ├─ kleur@3.0.3 ├─ leven@3.1.0 ├─ lines-and-columns@1.1.6 ├─ lint-staged@11.0.0 ├─ listr2@3.10.0 ├─ locate-path@5.0.0 ├─ lodash.clonedeep@4.5.0 ├─ lodash.merge@4.6.2 ├─ lodash.set@4.3.2 ├─ lodash.truncate@4.4.2 ├─ lodash@4.17.21 ├─ log-symbols@4.1.0 ├─ log-update@4.0.0 ├─ make-dir@3.1.0 ├─ make-error@1.3.6 ├─ makeerror@1.0.11 ├─ map-obj@1.0.1 ├─ memize@1.1.0 ├─ mime-db@1.48.0 ├─ mime-types@2.1.31 ├─ mimic-fn@2.1.0 ├─ min-indent@1.0.1 ├─ minimist-options@4.1.0 ├─ minimist@1.2.5 ├─ mkdirp@1.0.4 ├─ ms@2.1.2 ├─ nock@13.1.0 ├─ node-fetch@2.6.1 ├─ node-int64@0.4.0 ├─ node-modules-regexp@1.0.0 ├─ node-releases@1.1.73 ├─ normalize-package-data@3.0.2 ├─ npm-run-path@4.0.1 ├─ nwsapi@2.2.0 ├─ onetime@5.1.2 ├─ optionator@0.9.1 ├─ p-each-series@2.2.0 ├─ p-limit@2.3.0 ├─ p-locate@4.1.0 ├─ p-map@4.0.0 ├─ p-try@2.2.0 ├─ parent-module@1.0.1 ├─ parse5@6.0.1 ├─ path-is-absolute@1.0.1 ├─ path-key@3.1.1 ├─ path-parse@1.0.7 ├─ picomatch@2.3.0 ├─ pirates@4.0.1 ├─ pkg-dir@4.2.0 ├─ please-upgrade-node@3.2.0 ├─ progress@2.0.3 ├─ prompts@2.4.1 ├─ propagate@2.0.1 ├─ psl@1.8.0 ├─ queue-microtask@1.2.3 ├─ quick-lru@4.0.1 ├─ read-pkg-up@7.0.1 ├─ read-pkg@5.2.0 ├─ readable-stream@3.6.0 ├─ redent@3.0.0 ├─ replace-in-file@6.2.0 ├─ require-directory@2.1.1 ├─ require-from-string@2.0.2 ├─ resolve-cwd@3.0.0 ├─ resolve-global@1.0.0 ├─ restore-cursor@3.1.0 ├─ reusify@1.0.4 ├─ rimraf@3.0.2 ├─ run-parallel@1.2.0 ├─ rxjs@6.6.7 ├─ safe-buffer@5.1.2 ├─ safer-buffer@2.1.2 ├─ saxes@5.0.1 ├─ semver-compare@1.0.0 ├─ semver@7.3.5 ├─ shebang-command@2.0.0 ├─ shebang-regex@3.0.0 ├─ shell-escape@0.2.0 ├─ sisteransi@1.0.5 ├─ source-map-support@0.5.19 ├─ source-map@0.6.1 ├─ spdx-correct@3.1.1 ├─ spdx-exceptions@2.3.0 ├─ string_decoder@1.3.0 ├─ string-argv@0.3.1 ├─ stringify-object@3.3.0 ├─ strip-bom@4.0.0 ├─ strip-final-newline@2.0.0 ├─ strip-indent@3.0.0 ├─ strip-json-comments@3.1.1 ├─ supports-color@7.2.0 ├─ supports-hyperlinks@2.2.0 ├─ symbol-tree@3.2.4 ├─ table@6.7.1 ├─ terminal-link@2.1.1 ├─ test-exclude@6.0.0 ├─ text-extensions@1.9.0 ├─ text-table@0.2.0 ├─ through@2.3.8 ├─ tmpl@1.0.4 ├─ to-fast-properties@2.0.0 ├─ to-regex-range@5.0.1 ├─ tough-cookie@4.0.0 ├─ tr46@2.1.0 ├─ trim-newlines@3.0.1 ├─ trim-off-newlines@1.0.1 ├─ ts-jest@27.0.3 ├─ tslib@1.14.1 ├─ tunnel@0.0.6 ├─ type-detect@4.0.8 ├─ type-fest@0.20.2 ├─ typedarray-to-buffer@3.1.5 ├─ typescript@4.3.2 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@7.1.2 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.5.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.4.6 ├─ xmlchars@2.2.0 ├─ y18n@5.0.8 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.7 └─ yocto-queue@0.1.0 Done in 8.78s. ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 584 Done in 0.79s. ```

Changed files

Changed 2 files: - package.json - yarn.lock

:octocat: Repo | :memo: Issues | :department_store: Marketplace

technote-space commented 3 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
cli.js -u --packageFile package.json ```Shell Using yarn Upgrading /home/runner/work/package-version-check-action/package-version-check-action/package.json @technote-space/github-action-log-helper ^0.1.26 → ^0.1.27 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Building fresh packages... success Saved lockfile. $ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install Done in 17.36s. ```
yarn upgrade ```Shell yarn upgrade v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Rebuilding all packages... success Saved lockfile. success Saved 364 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @technote-space/filter-github-action@0.5.27 ├─ @technote-space/github-action-test-helper@0.7.12 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @types/jest@26.0.23 ├─ @typescript-eslint/eslint-plugin@4.26.1 ├─ @typescript-eslint/parser@4.26.1 ├─ eslint@7.28.0 ├─ husky@6.0.0 ├─ jest@27.0.4 ├─ lint-staged@11.0.0 ├─ nock@13.1.0 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.3 └─ typescript@4.3.2 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.14.5 ├─ @babel/core@7.14.5 ├─ @babel/helper-compilation-targets@7.14.5 ├─ @babel/helper-function-name@7.14.5 ├─ @babel/helper-get-function-arity@7.14.5 ├─ @babel/helper-hoist-variables@7.14.5 ├─ @babel/helper-member-expression-to-functions@7.14.5 ├─ @babel/helper-module-imports@7.14.5 ├─ @babel/helper-module-transforms@7.14.5 ├─ @babel/helper-optimise-call-expression@7.14.5 ├─ @babel/helper-replace-supers@7.14.5 ├─ @babel/helper-simple-access@7.14.5 ├─ @babel/helper-validator-option@7.14.5 ├─ @babel/helpers@7.14.5 ├─ @babel/highlight@7.14.5 ├─ @babel/plugin-syntax-async-generators@7.8.4 ├─ @babel/plugin-syntax-bigint@7.8.3 ├─ @babel/plugin-syntax-class-properties@7.12.13 ├─ @babel/plugin-syntax-import-meta@7.10.4 ├─ @babel/plugin-syntax-json-strings@7.8.3 ├─ @babel/plugin-syntax-logical-assignment-operators@7.10.4 ├─ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 ├─ @babel/plugin-syntax-numeric-separator@7.10.4 ├─ @babel/plugin-syntax-object-rest-spread@7.8.3 ├─ @babel/plugin-syntax-optional-catch-binding@7.8.3 ├─ @babel/plugin-syntax-optional-chaining@7.8.3 ├─ @babel/plugin-syntax-top-level-await@7.14.5 ├─ @babel/plugin-syntax-typescript@7.14.5 ├─ @babel/template@7.14.5 ├─ @bcoe/v8-coverage@0.2.3 ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @commitlint/ensure@12.1.4 ├─ @commitlint/execute-rule@12.1.4 ├─ @commitlint/format@12.1.4 ├─ @commitlint/is-ignored@12.1.4 ├─ @commitlint/lint@12.1.4 ├─ @commitlint/load@12.1.4 ├─ @commitlint/message@12.1.4 ├─ @commitlint/parse@12.1.4 ├─ @commitlint/read@12.1.4 ├─ @commitlint/resolve-extends@12.1.4 ├─ @commitlint/rules@12.1.4 ├─ @commitlint/to-lines@12.1.4 ├─ @commitlint/top-level@12.1.4 ├─ @eslint/eslintrc@0.4.2 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.3 ├─ @jest/reporters@27.0.4 ├─ @jest/test-sequencer@27.0.4 ├─ @nodelib/fs.scandir@2.1.5 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.7 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.5.0 ├─ @octokit/endpoint@6.0.12 ├─ @octokit/graphql@4.6.4 ├─ @octokit/openapi-types@7.3.2 ├─ @octokit/plugin-paginate-rest@2.13.5 ├─ @octokit/request-error@2.1.0 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@7.1.2 ├─ @technote-space/filter-github-action@0.5.27 ├─ @technote-space/github-action-test-helper@0.7.12 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @technote-space/release-github-actions@7.0.5 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.14 ├─ @types/babel__generator@7.6.2 ├─ @types/babel__template@7.4.0 ├─ @types/babel__traverse@7.11.1 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/jest@26.0.23 ├─ @types/json-schema@7.0.7 ├─ @types/minimist@1.2.1 ├─ @types/normalize-package-data@2.4.0 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.3.0 ├─ @types/stack-utils@2.0.0 ├─ @typescript-eslint/eslint-plugin@4.26.1 ├─ @typescript-eslint/experimental-utils@4.26.1 ├─ @typescript-eslint/parser@4.26.1 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.1 ├─ acorn-walk@7.2.0 ├─ acorn@7.4.1 ├─ aggregate-error@3.1.0 ├─ ajv@6.12.6 ├─ ansi-colors@4.1.1 ├─ ansi-escapes@4.3.2 ├─ anymatch@3.1.2 ├─ argparse@1.0.10 ├─ array-ify@1.0.0 ├─ array-union@2.1.0 ├─ arrify@1.0.1 ├─ asynckit@0.4.0 ├─ at-least-node@1.0.0 ├─ babel-jest@27.0.2 ├─ babel-plugin-jest-hoist@27.0.1 ├─ babel-preset-jest@27.0.1 ├─ balanced-match@1.0.2 ├─ before-after-hook@2.2.2 ├─ brace-expansion@1.1.11 ├─ braces@3.0.2 ├─ browser-process-hrtime@1.0.0 ├─ browserslist@4.16.6 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.1 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001236 ├─ char-regex@1.0.2 ├─ ci-info@3.2.0 ├─ cjs-module-lexer@1.2.1 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.0 ├─ cliui@7.0.4 ├─ color-convert@2.0.1 ├─ color-name@1.1.4 ├─ combined-stream@1.0.8 ├─ concat-map@0.0.1 ├─ conventional-changelog-angular@5.0.12 ├─ conventional-changelog-conventionalcommits@4.6.0 ├─ conventional-commits-parser@3.2.1 ├─ convert-source-map@1.7.0 ├─ cross-spawn@7.0.3 ├─ cssom@0.4.4 ├─ cssstyle@2.3.0 ├─ dargs@7.0.0 ├─ data-urls@2.0.0 ├─ decamelize-keys@1.1.0 ├─ decamelize@1.2.0 ├─ decimal.js@10.2.1 ├─ deep-is@0.1.3 ├─ deepmerge@4.2.2 ├─ delayed-stream@1.0.0 ├─ detect-newline@3.1.0 ├─ diff-sequences@27.0.1 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@8.6.0 ├─ electron-to-chromium@1.3.752 ├─ emoji-regex@8.0.0 ├─ enquirer@2.3.6 ├─ error-ex@1.3.2 ├─ escape-string-regexp@4.0.0 ├─ escodegen@2.0.0 ├─ eslint-utils@2.1.0 ├─ eslint@7.28.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.5 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.0 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.1.1 ├─ form-data@3.0.1 ├─ fs-extra@9.1.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ get-caller-file@2.0.5 ├─ get-own-enumerable-property-symbols@3.0.2 ├─ get-package-type@0.1.0 ├─ get-stream@6.0.1 ├─ git-raw-commits@2.0.10 ├─ glob-parent@5.1.2 ├─ glob@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.9.0 ├─ globby@11.0.3 ├─ hard-rejection@2.1.0 ├─ has@1.0.3 ├─ hosted-git-info@4.0.2 ├─ html-encoding-sniffer@2.0.1 ├─ html-escaper@2.0.2 ├─ http-proxy-agent@4.0.1 ├─ https-proxy-agent@5.0.0 ├─ human-signals@2.1.0 ├─ husky@6.0.0 ├─ iconv-lite@0.4.24 ├─ inflight@1.0.6 ├─ inherits@2.0.4 ├─ ini@1.3.8 ├─ is-arrayish@0.2.1 ├─ is-core-module@2.4.0 ├─ is-extglob@2.1.1 ├─ is-glob@4.0.1 ├─ is-number@7.0.0 ├─ is-obj@1.0.1 ├─ is-plain-obj@1.1.0 ├─ is-potential-custom-element-name@1.0.1 ├─ is-regexp@1.0.0 ├─ is-stream@2.0.0 ├─ is-text-path@1.0.1 ├─ is-unicode-supported@0.1.0 ├─ isexe@2.0.0 ├─ istanbul-lib-instrument@4.0.3 ├─ istanbul-lib-source-maps@4.0.0 ├─ istanbul-reports@3.0.2 ├─ jest-changed-files@27.0.2 ├─ jest-cli@27.0.4 ├─ jest-docblock@27.0.1 ├─ jest-jasmine2@27.0.4 ├─ jest-leak-detector@27.0.2 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.4 ├─ jest-serializer@27.0.1 ├─ jest-util@27.0.2 ├─ jest-watcher@27.0.2 ├─ jest@27.0.4 ├─ js-tokens@4.0.0 ├─ jsdom@16.6.0 ├─ jsesc@2.5.2 ├─ json-parse-even-better-errors@2.3.1 ├─ json-schema-traverse@0.4.1 ├─ json-stable-stringify-without-jsonify@1.0.1 ├─ json-stringify-safe@5.0.1 ├─ json5@2.2.0 ├─ jsonfile@6.1.0 ├─ jsonparse@1.3.1 ├─ JSONStream@1.3.5 ├─ kind-of@6.0.3 ├─ kleur@3.0.3 ├─ leven@3.1.0 ├─ lines-and-columns@1.1.6 ├─ lint-staged@11.0.0 ├─ listr2@3.10.0 ├─ locate-path@5.0.0 ├─ lodash.clonedeep@4.5.0 ├─ lodash.merge@4.6.2 ├─ lodash.set@4.3.2 ├─ lodash.truncate@4.4.2 ├─ lodash@4.17.21 ├─ log-symbols@4.1.0 ├─ log-update@4.0.0 ├─ make-dir@3.1.0 ├─ make-error@1.3.6 ├─ makeerror@1.0.11 ├─ map-obj@1.0.1 ├─ memize@1.1.0 ├─ mime-db@1.48.0 ├─ mime-types@2.1.31 ├─ mimic-fn@2.1.0 ├─ min-indent@1.0.1 ├─ minimist-options@4.1.0 ├─ minimist@1.2.5 ├─ mkdirp@1.0.4 ├─ ms@2.1.2 ├─ nock@13.1.0 ├─ node-fetch@2.6.1 ├─ node-int64@0.4.0 ├─ node-modules-regexp@1.0.0 ├─ node-releases@1.1.73 ├─ normalize-package-data@3.0.2 ├─ npm-run-path@4.0.1 ├─ nwsapi@2.2.0 ├─ onetime@5.1.2 ├─ optionator@0.9.1 ├─ p-each-series@2.2.0 ├─ p-limit@2.3.0 ├─ p-locate@4.1.0 ├─ p-map@4.0.0 ├─ p-try@2.2.0 ├─ parent-module@1.0.1 ├─ parse5@6.0.1 ├─ path-is-absolute@1.0.1 ├─ path-key@3.1.1 ├─ path-parse@1.0.7 ├─ picomatch@2.3.0 ├─ pirates@4.0.1 ├─ pkg-dir@4.2.0 ├─ please-upgrade-node@3.2.0 ├─ progress@2.0.3 ├─ prompts@2.4.1 ├─ propagate@2.0.1 ├─ psl@1.8.0 ├─ queue-microtask@1.2.3 ├─ quick-lru@4.0.1 ├─ read-pkg-up@7.0.1 ├─ read-pkg@5.2.0 ├─ readable-stream@3.6.0 ├─ redent@3.0.0 ├─ replace-in-file@6.2.0 ├─ require-directory@2.1.1 ├─ require-from-string@2.0.2 ├─ resolve-cwd@3.0.0 ├─ resolve-global@1.0.0 ├─ restore-cursor@3.1.0 ├─ reusify@1.0.4 ├─ rimraf@3.0.2 ├─ run-parallel@1.2.0 ├─ rxjs@6.6.7 ├─ safe-buffer@5.1.2 ├─ safer-buffer@2.1.2 ├─ saxes@5.0.1 ├─ semver-compare@1.0.0 ├─ semver@7.3.5 ├─ shebang-command@2.0.0 ├─ shebang-regex@3.0.0 ├─ shell-escape@0.2.0 ├─ sisteransi@1.0.5 ├─ source-map-support@0.5.19 ├─ source-map@0.6.1 ├─ spdx-correct@3.1.1 ├─ spdx-exceptions@2.3.0 ├─ string_decoder@1.3.0 ├─ string-argv@0.3.1 ├─ stringify-object@3.3.0 ├─ strip-bom@4.0.0 ├─ strip-final-newline@2.0.0 ├─ strip-indent@3.0.0 ├─ strip-json-comments@3.1.1 ├─ supports-color@7.2.0 ├─ supports-hyperlinks@2.2.0 ├─ symbol-tree@3.2.4 ├─ table@6.7.1 ├─ terminal-link@2.1.1 ├─ test-exclude@6.0.0 ├─ text-extensions@1.9.0 ├─ text-table@0.2.0 ├─ through@2.3.8 ├─ tmpl@1.0.4 ├─ to-fast-properties@2.0.0 ├─ to-regex-range@5.0.1 ├─ tough-cookie@4.0.0 ├─ tr46@2.1.0 ├─ trim-newlines@3.0.1 ├─ trim-off-newlines@1.0.1 ├─ ts-jest@27.0.3 ├─ tslib@1.14.1 ├─ tunnel@0.0.6 ├─ type-detect@4.0.8 ├─ type-fest@0.20.2 ├─ typedarray-to-buffer@3.1.5 ├─ typescript@4.3.2 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@7.1.2 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.6.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.4.6 ├─ xmlchars@2.2.0 ├─ y18n@5.0.8 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.7 └─ yocto-queue@0.1.0 Done in 10.51s. ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 585 Done in 0.88s. ```

Changed files

Changed 2 files: - package.json - yarn.lock

:octocat: Repo | :memo: Issues | :department_store: Marketplace

technote-space commented 3 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
cli.js -u --packageFile package.json ```Shell Using yarn Upgrading /home/runner/work/package-version-check-action/package-version-check-action/package.json @typescript-eslint/eslint-plugin ^4.26.1 → ^4.27.0 @typescript-eslint/parser ^4.26.1 → ^4.27.0 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Building fresh packages... success Saved lockfile. $ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install Done in 15.61s. ```
yarn upgrade ```Shell yarn upgrade v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Rebuilding all packages... success Saved lockfile. success Saved 364 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @technote-space/filter-github-action@0.5.27 ├─ @technote-space/github-action-test-helper@0.7.12 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @types/jest@26.0.23 ├─ @typescript-eslint/eslint-plugin@4.27.0 ├─ @typescript-eslint/parser@4.27.0 ├─ eslint@7.28.0 ├─ husky@6.0.0 ├─ jest@27.0.4 ├─ lint-staged@11.0.0 ├─ nock@13.1.0 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.3 └─ typescript@4.3.2 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.14.5 ├─ @babel/core@7.14.6 ├─ @babel/helper-compilation-targets@7.14.5 ├─ @babel/helper-function-name@7.14.5 ├─ @babel/helper-get-function-arity@7.14.5 ├─ @babel/helper-hoist-variables@7.14.5 ├─ @babel/helper-member-expression-to-functions@7.14.5 ├─ @babel/helper-module-imports@7.14.5 ├─ @babel/helper-module-transforms@7.14.5 ├─ @babel/helper-optimise-call-expression@7.14.5 ├─ @babel/helper-replace-supers@7.14.5 ├─ @babel/helper-simple-access@7.14.5 ├─ @babel/helper-validator-option@7.14.5 ├─ @babel/helpers@7.14.6 ├─ @babel/highlight@7.14.5 ├─ @babel/plugin-syntax-async-generators@7.8.4 ├─ @babel/plugin-syntax-bigint@7.8.3 ├─ @babel/plugin-syntax-class-properties@7.12.13 ├─ @babel/plugin-syntax-import-meta@7.10.4 ├─ @babel/plugin-syntax-json-strings@7.8.3 ├─ @babel/plugin-syntax-logical-assignment-operators@7.10.4 ├─ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 ├─ @babel/plugin-syntax-numeric-separator@7.10.4 ├─ @babel/plugin-syntax-object-rest-spread@7.8.3 ├─ @babel/plugin-syntax-optional-catch-binding@7.8.3 ├─ @babel/plugin-syntax-optional-chaining@7.8.3 ├─ @babel/plugin-syntax-top-level-await@7.14.5 ├─ @babel/plugin-syntax-typescript@7.14.5 ├─ @babel/template@7.14.5 ├─ @bcoe/v8-coverage@0.2.3 ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @commitlint/ensure@12.1.4 ├─ @commitlint/execute-rule@12.1.4 ├─ @commitlint/format@12.1.4 ├─ @commitlint/is-ignored@12.1.4 ├─ @commitlint/lint@12.1.4 ├─ @commitlint/load@12.1.4 ├─ @commitlint/message@12.1.4 ├─ @commitlint/parse@12.1.4 ├─ @commitlint/read@12.1.4 ├─ @commitlint/resolve-extends@12.1.4 ├─ @commitlint/rules@12.1.4 ├─ @commitlint/to-lines@12.1.4 ├─ @commitlint/top-level@12.1.4 ├─ @eslint/eslintrc@0.4.2 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.3 ├─ @jest/reporters@27.0.4 ├─ @jest/test-sequencer@27.0.4 ├─ @nodelib/fs.scandir@2.1.5 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.7 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.5.1 ├─ @octokit/endpoint@6.0.12 ├─ @octokit/graphql@4.6.4 ├─ @octokit/openapi-types@7.3.2 ├─ @octokit/plugin-paginate-rest@2.13.5 ├─ @octokit/request-error@2.1.0 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@7.1.2 ├─ @technote-space/filter-github-action@0.5.27 ├─ @technote-space/github-action-test-helper@0.7.12 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @technote-space/release-github-actions@7.0.5 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.14 ├─ @types/babel__generator@7.6.2 ├─ @types/babel__template@7.4.0 ├─ @types/babel__traverse@7.11.1 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/jest@26.0.23 ├─ @types/json-schema@7.0.7 ├─ @types/minimist@1.2.1 ├─ @types/normalize-package-data@2.4.0 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.3.0 ├─ @types/stack-utils@2.0.0 ├─ @typescript-eslint/eslint-plugin@4.27.0 ├─ @typescript-eslint/experimental-utils@4.27.0 ├─ @typescript-eslint/parser@4.27.0 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.1 ├─ acorn-walk@7.2.0 ├─ acorn@7.4.1 ├─ aggregate-error@3.1.0 ├─ ajv@6.12.6 ├─ ansi-colors@4.1.1 ├─ ansi-escapes@4.3.2 ├─ anymatch@3.1.2 ├─ argparse@1.0.10 ├─ array-ify@1.0.0 ├─ array-union@2.1.0 ├─ arrify@1.0.1 ├─ asynckit@0.4.0 ├─ at-least-node@1.0.0 ├─ babel-jest@27.0.2 ├─ babel-plugin-jest-hoist@27.0.1 ├─ babel-preset-jest@27.0.1 ├─ balanced-match@1.0.2 ├─ before-after-hook@2.2.2 ├─ brace-expansion@1.1.11 ├─ braces@3.0.2 ├─ browser-process-hrtime@1.0.0 ├─ browserslist@4.16.6 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.1 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001237 ├─ char-regex@1.0.2 ├─ ci-info@3.2.0 ├─ cjs-module-lexer@1.2.1 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.0 ├─ cliui@7.0.4 ├─ color-convert@2.0.1 ├─ color-name@1.1.4 ├─ combined-stream@1.0.8 ├─ concat-map@0.0.1 ├─ conventional-changelog-angular@5.0.12 ├─ conventional-changelog-conventionalcommits@4.6.0 ├─ conventional-commits-parser@3.2.1 ├─ convert-source-map@1.7.0 ├─ cross-spawn@7.0.3 ├─ cssom@0.4.4 ├─ cssstyle@2.3.0 ├─ dargs@7.0.0 ├─ data-urls@2.0.0 ├─ decamelize-keys@1.1.0 ├─ decamelize@1.2.0 ├─ decimal.js@10.2.1 ├─ deep-is@0.1.3 ├─ deepmerge@4.2.2 ├─ delayed-stream@1.0.0 ├─ detect-newline@3.1.0 ├─ diff-sequences@27.0.1 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@8.6.0 ├─ electron-to-chromium@1.3.752 ├─ emoji-regex@8.0.0 ├─ enquirer@2.3.6 ├─ error-ex@1.3.2 ├─ escape-string-regexp@4.0.0 ├─ escodegen@2.0.0 ├─ eslint-utils@2.1.0 ├─ eslint@7.28.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.5 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.0 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.1.1 ├─ form-data@3.0.1 ├─ fs-extra@9.1.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ get-caller-file@2.0.5 ├─ get-own-enumerable-property-symbols@3.0.2 ├─ get-package-type@0.1.0 ├─ get-stream@6.0.1 ├─ git-raw-commits@2.0.10 ├─ glob-parent@5.1.2 ├─ glob@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.9.0 ├─ globby@11.0.3 ├─ hard-rejection@2.1.0 ├─ has@1.0.3 ├─ hosted-git-info@4.0.2 ├─ html-encoding-sniffer@2.0.1 ├─ html-escaper@2.0.2 ├─ http-proxy-agent@4.0.1 ├─ https-proxy-agent@5.0.0 ├─ human-signals@2.1.0 ├─ husky@6.0.0 ├─ iconv-lite@0.4.24 ├─ inflight@1.0.6 ├─ inherits@2.0.4 ├─ ini@1.3.8 ├─ is-arrayish@0.2.1 ├─ is-core-module@2.4.0 ├─ is-extglob@2.1.1 ├─ is-glob@4.0.1 ├─ is-number@7.0.0 ├─ is-obj@1.0.1 ├─ is-plain-obj@1.1.0 ├─ is-potential-custom-element-name@1.0.1 ├─ is-regexp@1.0.0 ├─ is-stream@2.0.0 ├─ is-text-path@1.0.1 ├─ is-unicode-supported@0.1.0 ├─ isexe@2.0.0 ├─ istanbul-lib-instrument@4.0.3 ├─ istanbul-lib-source-maps@4.0.0 ├─ istanbul-reports@3.0.2 ├─ jest-changed-files@27.0.2 ├─ jest-cli@27.0.4 ├─ jest-docblock@27.0.1 ├─ jest-jasmine2@27.0.4 ├─ jest-leak-detector@27.0.2 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.4 ├─ jest-serializer@27.0.1 ├─ jest-util@27.0.2 ├─ jest-watcher@27.0.2 ├─ jest@27.0.4 ├─ js-tokens@4.0.0 ├─ jsdom@16.6.0 ├─ jsesc@2.5.2 ├─ json-parse-even-better-errors@2.3.1 ├─ json-schema-traverse@0.4.1 ├─ json-stable-stringify-without-jsonify@1.0.1 ├─ json-stringify-safe@5.0.1 ├─ json5@2.2.0 ├─ jsonfile@6.1.0 ├─ jsonparse@1.3.1 ├─ JSONStream@1.3.5 ├─ kind-of@6.0.3 ├─ kleur@3.0.3 ├─ leven@3.1.0 ├─ lines-and-columns@1.1.6 ├─ lint-staged@11.0.0 ├─ listr2@3.10.0 ├─ locate-path@5.0.0 ├─ lodash.clonedeep@4.5.0 ├─ lodash.merge@4.6.2 ├─ lodash.set@4.3.2 ├─ lodash.truncate@4.4.2 ├─ lodash@4.17.21 ├─ log-symbols@4.1.0 ├─ log-update@4.0.0 ├─ make-dir@3.1.0 ├─ make-error@1.3.6 ├─ makeerror@1.0.11 ├─ map-obj@1.0.1 ├─ memize@1.1.0 ├─ mime-db@1.48.0 ├─ mime-types@2.1.31 ├─ mimic-fn@2.1.0 ├─ min-indent@1.0.1 ├─ minimist-options@4.1.0 ├─ minimist@1.2.5 ├─ mkdirp@1.0.4 ├─ ms@2.1.2 ├─ nock@13.1.0 ├─ node-fetch@2.6.1 ├─ node-int64@0.4.0 ├─ node-modules-regexp@1.0.0 ├─ node-releases@1.1.73 ├─ normalize-package-data@3.0.2 ├─ npm-run-path@4.0.1 ├─ nwsapi@2.2.0 ├─ onetime@5.1.2 ├─ optionator@0.9.1 ├─ p-each-series@2.2.0 ├─ p-limit@2.3.0 ├─ p-locate@4.1.0 ├─ p-map@4.0.0 ├─ p-try@2.2.0 ├─ parent-module@1.0.1 ├─ parse5@6.0.1 ├─ path-is-absolute@1.0.1 ├─ path-key@3.1.1 ├─ path-parse@1.0.7 ├─ picomatch@2.3.0 ├─ pirates@4.0.1 ├─ pkg-dir@4.2.0 ├─ please-upgrade-node@3.2.0 ├─ progress@2.0.3 ├─ prompts@2.4.1 ├─ propagate@2.0.1 ├─ psl@1.8.0 ├─ queue-microtask@1.2.3 ├─ quick-lru@4.0.1 ├─ read-pkg-up@7.0.1 ├─ read-pkg@5.2.0 ├─ readable-stream@3.6.0 ├─ redent@3.0.0 ├─ replace-in-file@6.2.0 ├─ require-directory@2.1.1 ├─ require-from-string@2.0.2 ├─ resolve-cwd@3.0.0 ├─ resolve-global@1.0.0 ├─ restore-cursor@3.1.0 ├─ reusify@1.0.4 ├─ rimraf@3.0.2 ├─ run-parallel@1.2.0 ├─ rxjs@6.6.7 ├─ safe-buffer@5.1.2 ├─ safer-buffer@2.1.2 ├─ saxes@5.0.1 ├─ semver-compare@1.0.0 ├─ semver@7.3.5 ├─ shebang-command@2.0.0 ├─ shebang-regex@3.0.0 ├─ shell-escape@0.2.0 ├─ sisteransi@1.0.5 ├─ source-map-support@0.5.19 ├─ source-map@0.6.1 ├─ spdx-correct@3.1.1 ├─ spdx-exceptions@2.3.0 ├─ string_decoder@1.3.0 ├─ string-argv@0.3.1 ├─ stringify-object@3.3.0 ├─ strip-bom@4.0.0 ├─ strip-final-newline@2.0.0 ├─ strip-indent@3.0.0 ├─ strip-json-comments@3.1.1 ├─ supports-color@7.2.0 ├─ supports-hyperlinks@2.2.0 ├─ symbol-tree@3.2.4 ├─ table@6.7.1 ├─ terminal-link@2.1.1 ├─ test-exclude@6.0.0 ├─ text-extensions@1.9.0 ├─ text-table@0.2.0 ├─ through@2.3.8 ├─ tmpl@1.0.4 ├─ to-fast-properties@2.0.0 ├─ to-regex-range@5.0.1 ├─ tough-cookie@4.0.0 ├─ tr46@2.1.0 ├─ trim-newlines@3.0.1 ├─ trim-off-newlines@1.0.1 ├─ ts-jest@27.0.3 ├─ tslib@1.14.1 ├─ tunnel@0.0.6 ├─ type-detect@4.0.8 ├─ type-fest@0.20.2 ├─ typedarray-to-buffer@3.1.5 ├─ typescript@4.3.2 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@7.1.2 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.6.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.4.6 ├─ xmlchars@2.2.0 ├─ y18n@5.0.8 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.7 └─ yocto-queue@0.1.0 Done in 8.61s. ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 585 Done in 1.35s. ```

Changed files

Changed 2 files: - package.json - yarn.lock

:octocat: Repo | :memo: Issues | :department_store: Marketplace

technote-space commented 3 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
cli.js -u --packageFile package.json ```Shell Using yarn Upgrading /home/runner/work/package-version-check-action/package-version-check-action/package.json @types/node ^15.12.2 → ^15.12.4 eslint ^7.28.0 → ^7.29.0 typescript ^4.3.2 → ^4.3.4 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Building fresh packages... success Saved lockfile. $ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install Done in 17.17s. ```
yarn upgrade ```Shell yarn upgrade v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Rebuilding all packages... success Saved lockfile. success Saved 364 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @technote-space/filter-github-action@0.5.27 ├─ @technote-space/github-action-test-helper@0.7.12 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @types/jest@26.0.23 ├─ @typescript-eslint/eslint-plugin@4.27.0 ├─ @typescript-eslint/parser@4.27.0 ├─ eslint@7.29.0 ├─ husky@6.0.0 ├─ jest@27.0.4 ├─ lint-staged@11.0.0 ├─ nock@13.1.0 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.3 └─ typescript@4.3.4 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.14.5 ├─ @babel/core@7.14.6 ├─ @babel/helper-compilation-targets@7.14.5 ├─ @babel/helper-function-name@7.14.5 ├─ @babel/helper-get-function-arity@7.14.5 ├─ @babel/helper-hoist-variables@7.14.5 ├─ @babel/helper-member-expression-to-functions@7.14.5 ├─ @babel/helper-module-imports@7.14.5 ├─ @babel/helper-module-transforms@7.14.5 ├─ @babel/helper-optimise-call-expression@7.14.5 ├─ @babel/helper-replace-supers@7.14.5 ├─ @babel/helper-simple-access@7.14.5 ├─ @babel/helper-validator-option@7.14.5 ├─ @babel/helpers@7.14.6 ├─ @babel/highlight@7.14.5 ├─ @babel/plugin-syntax-async-generators@7.8.4 ├─ @babel/plugin-syntax-bigint@7.8.3 ├─ @babel/plugin-syntax-class-properties@7.12.13 ├─ @babel/plugin-syntax-import-meta@7.10.4 ├─ @babel/plugin-syntax-json-strings@7.8.3 ├─ @babel/plugin-syntax-logical-assignment-operators@7.10.4 ├─ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 ├─ @babel/plugin-syntax-numeric-separator@7.10.4 ├─ @babel/plugin-syntax-object-rest-spread@7.8.3 ├─ @babel/plugin-syntax-optional-catch-binding@7.8.3 ├─ @babel/plugin-syntax-optional-chaining@7.8.3 ├─ @babel/plugin-syntax-top-level-await@7.14.5 ├─ @babel/plugin-syntax-typescript@7.14.5 ├─ @babel/template@7.14.5 ├─ @bcoe/v8-coverage@0.2.3 ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @commitlint/ensure@12.1.4 ├─ @commitlint/execute-rule@12.1.4 ├─ @commitlint/format@12.1.4 ├─ @commitlint/is-ignored@12.1.4 ├─ @commitlint/lint@12.1.4 ├─ @commitlint/load@12.1.4 ├─ @commitlint/message@12.1.4 ├─ @commitlint/parse@12.1.4 ├─ @commitlint/read@12.1.4 ├─ @commitlint/resolve-extends@12.1.4 ├─ @commitlint/rules@12.1.4 ├─ @commitlint/to-lines@12.1.4 ├─ @commitlint/top-level@12.1.4 ├─ @eslint/eslintrc@0.4.2 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.3 ├─ @jest/reporters@27.0.4 ├─ @jest/test-sequencer@27.0.4 ├─ @nodelib/fs.scandir@2.1.5 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.7 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.5.1 ├─ @octokit/endpoint@6.0.12 ├─ @octokit/graphql@4.6.4 ├─ @octokit/openapi-types@7.3.2 ├─ @octokit/plugin-paginate-rest@2.13.5 ├─ @octokit/request-error@2.1.0 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@7.1.2 ├─ @technote-space/filter-github-action@0.5.27 ├─ @technote-space/github-action-test-helper@0.7.12 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @technote-space/release-github-actions@7.0.5 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.14 ├─ @types/babel__generator@7.6.2 ├─ @types/babel__template@7.4.0 ├─ @types/babel__traverse@7.11.1 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/jest@26.0.23 ├─ @types/json-schema@7.0.7 ├─ @types/minimist@1.2.1 ├─ @types/normalize-package-data@2.4.0 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.3.0 ├─ @types/stack-utils@2.0.0 ├─ @typescript-eslint/eslint-plugin@4.27.0 ├─ @typescript-eslint/experimental-utils@4.27.0 ├─ @typescript-eslint/parser@4.27.0 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.1 ├─ acorn-walk@7.2.0 ├─ acorn@7.4.1 ├─ aggregate-error@3.1.0 ├─ ajv@6.12.6 ├─ ansi-colors@4.1.1 ├─ ansi-escapes@4.3.2 ├─ anymatch@3.1.2 ├─ argparse@1.0.10 ├─ array-ify@1.0.0 ├─ array-union@2.1.0 ├─ arrify@1.0.1 ├─ asynckit@0.4.0 ├─ at-least-node@1.0.0 ├─ babel-jest@27.0.2 ├─ babel-plugin-jest-hoist@27.0.1 ├─ babel-preset-jest@27.0.1 ├─ balanced-match@1.0.2 ├─ before-after-hook@2.2.2 ├─ brace-expansion@1.1.11 ├─ braces@3.0.2 ├─ browser-process-hrtime@1.0.0 ├─ browserslist@4.16.6 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.1 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001238 ├─ char-regex@1.0.2 ├─ ci-info@3.2.0 ├─ cjs-module-lexer@1.2.1 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.0 ├─ cliui@7.0.4 ├─ color-convert@2.0.1 ├─ color-name@1.1.4 ├─ combined-stream@1.0.8 ├─ concat-map@0.0.1 ├─ conventional-changelog-angular@5.0.12 ├─ conventional-changelog-conventionalcommits@4.6.0 ├─ conventional-commits-parser@3.2.1 ├─ convert-source-map@1.8.0 ├─ cross-spawn@7.0.3 ├─ cssom@0.4.4 ├─ cssstyle@2.3.0 ├─ dargs@7.0.0 ├─ data-urls@2.0.0 ├─ decamelize-keys@1.1.0 ├─ decamelize@1.2.0 ├─ decimal.js@10.2.1 ├─ deep-is@0.1.3 ├─ deepmerge@4.2.2 ├─ delayed-stream@1.0.0 ├─ detect-newline@3.1.0 ├─ diff-sequences@27.0.1 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@8.6.0 ├─ electron-to-chromium@1.3.752 ├─ emoji-regex@8.0.0 ├─ enquirer@2.3.6 ├─ error-ex@1.3.2 ├─ escape-string-regexp@4.0.0 ├─ escodegen@2.0.0 ├─ eslint-utils@2.1.0 ├─ eslint@7.29.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.5 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.0 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.1.1 ├─ form-data@3.0.1 ├─ fs-extra@9.1.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ get-caller-file@2.0.5 ├─ get-own-enumerable-property-symbols@3.0.2 ├─ get-package-type@0.1.0 ├─ get-stream@6.0.1 ├─ git-raw-commits@2.0.10 ├─ glob-parent@5.1.2 ├─ glob@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.9.0 ├─ globby@11.0.4 ├─ hard-rejection@2.1.0 ├─ has@1.0.3 ├─ hosted-git-info@4.0.2 ├─ html-encoding-sniffer@2.0.1 ├─ html-escaper@2.0.2 ├─ http-proxy-agent@4.0.1 ├─ https-proxy-agent@5.0.0 ├─ human-signals@2.1.0 ├─ husky@6.0.0 ├─ iconv-lite@0.4.24 ├─ inflight@1.0.6 ├─ inherits@2.0.4 ├─ ini@1.3.8 ├─ is-arrayish@0.2.1 ├─ is-core-module@2.4.0 ├─ is-extglob@2.1.1 ├─ is-glob@4.0.1 ├─ is-number@7.0.0 ├─ is-obj@1.0.1 ├─ is-plain-obj@1.1.0 ├─ is-potential-custom-element-name@1.0.1 ├─ is-regexp@1.0.0 ├─ is-stream@2.0.0 ├─ is-text-path@1.0.1 ├─ is-unicode-supported@0.1.0 ├─ isexe@2.0.0 ├─ istanbul-lib-instrument@4.0.3 ├─ istanbul-lib-source-maps@4.0.0 ├─ istanbul-reports@3.0.2 ├─ jest-changed-files@27.0.2 ├─ jest-cli@27.0.4 ├─ jest-docblock@27.0.1 ├─ jest-jasmine2@27.0.4 ├─ jest-leak-detector@27.0.2 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.4 ├─ jest-serializer@27.0.1 ├─ jest-util@27.0.2 ├─ jest-watcher@27.0.2 ├─ jest@27.0.4 ├─ js-tokens@4.0.0 ├─ jsdom@16.6.0 ├─ jsesc@2.5.2 ├─ json-parse-even-better-errors@2.3.1 ├─ json-schema-traverse@0.4.1 ├─ json-stable-stringify-without-jsonify@1.0.1 ├─ json-stringify-safe@5.0.1 ├─ json5@2.2.0 ├─ jsonfile@6.1.0 ├─ jsonparse@1.3.1 ├─ JSONStream@1.3.5 ├─ kind-of@6.0.3 ├─ kleur@3.0.3 ├─ leven@3.1.0 ├─ lines-and-columns@1.1.6 ├─ lint-staged@11.0.0 ├─ listr2@3.10.0 ├─ locate-path@5.0.0 ├─ lodash.clonedeep@4.5.0 ├─ lodash.merge@4.6.2 ├─ lodash.set@4.3.2 ├─ lodash.truncate@4.4.2 ├─ lodash@4.17.21 ├─ log-symbols@4.1.0 ├─ log-update@4.0.0 ├─ make-dir@3.1.0 ├─ make-error@1.3.6 ├─ makeerror@1.0.11 ├─ map-obj@1.0.1 ├─ memize@1.1.0 ├─ mime-db@1.48.0 ├─ mime-types@2.1.31 ├─ mimic-fn@2.1.0 ├─ min-indent@1.0.1 ├─ minimist-options@4.1.0 ├─ minimist@1.2.5 ├─ mkdirp@1.0.4 ├─ ms@2.1.2 ├─ nock@13.1.0 ├─ node-fetch@2.6.1 ├─ node-int64@0.4.0 ├─ node-modules-regexp@1.0.0 ├─ node-releases@1.1.73 ├─ normalize-package-data@3.0.2 ├─ npm-run-path@4.0.1 ├─ nwsapi@2.2.0 ├─ onetime@5.1.2 ├─ optionator@0.9.1 ├─ p-each-series@2.2.0 ├─ p-limit@2.3.0 ├─ p-locate@4.1.0 ├─ p-map@4.0.0 ├─ p-try@2.2.0 ├─ parent-module@1.0.1 ├─ parse5@6.0.1 ├─ path-is-absolute@1.0.1 ├─ path-key@3.1.1 ├─ path-parse@1.0.7 ├─ picomatch@2.3.0 ├─ pirates@4.0.1 ├─ pkg-dir@4.2.0 ├─ please-upgrade-node@3.2.0 ├─ progress@2.0.3 ├─ prompts@2.4.1 ├─ propagate@2.0.1 ├─ psl@1.8.0 ├─ queue-microtask@1.2.3 ├─ quick-lru@4.0.1 ├─ read-pkg-up@7.0.1 ├─ read-pkg@5.2.0 ├─ readable-stream@3.6.0 ├─ redent@3.0.0 ├─ replace-in-file@6.2.0 ├─ require-directory@2.1.1 ├─ require-from-string@2.0.2 ├─ resolve-cwd@3.0.0 ├─ resolve-global@1.0.0 ├─ restore-cursor@3.1.0 ├─ reusify@1.0.4 ├─ rimraf@3.0.2 ├─ run-parallel@1.2.0 ├─ rxjs@6.6.7 ├─ safe-buffer@5.1.2 ├─ safer-buffer@2.1.2 ├─ saxes@5.0.1 ├─ semver-compare@1.0.0 ├─ semver@7.3.5 ├─ shebang-command@2.0.0 ├─ shebang-regex@3.0.0 ├─ shell-escape@0.2.0 ├─ sisteransi@1.0.5 ├─ source-map-support@0.5.19 ├─ source-map@0.6.1 ├─ spdx-correct@3.1.1 ├─ spdx-exceptions@2.3.0 ├─ string_decoder@1.3.0 ├─ string-argv@0.3.1 ├─ stringify-object@3.3.0 ├─ strip-bom@4.0.0 ├─ strip-final-newline@2.0.0 ├─ strip-indent@3.0.0 ├─ strip-json-comments@3.1.1 ├─ supports-color@7.2.0 ├─ supports-hyperlinks@2.2.0 ├─ symbol-tree@3.2.4 ├─ table@6.7.1 ├─ terminal-link@2.1.1 ├─ test-exclude@6.0.0 ├─ text-extensions@1.9.0 ├─ text-table@0.2.0 ├─ through@2.3.8 ├─ tmpl@1.0.4 ├─ to-fast-properties@2.0.0 ├─ to-regex-range@5.0.1 ├─ tough-cookie@4.0.0 ├─ tr46@2.1.0 ├─ trim-newlines@3.0.1 ├─ trim-off-newlines@1.0.1 ├─ ts-jest@27.0.3 ├─ tslib@1.14.1 ├─ tunnel@0.0.6 ├─ type-detect@4.0.8 ├─ type-fest@0.20.2 ├─ typedarray-to-buffer@3.1.5 ├─ typescript@4.3.4 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@7.1.2 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.6.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.5.0 ├─ xmlchars@2.2.0 ├─ y18n@5.0.8 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.7 └─ yocto-queue@0.1.0 Done in 8.59s. ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 585 Done in 0.82s. ```

Changed files

Changed 2 files: - package.json - yarn.lock

:octocat: Repo | :memo: Issues | :department_store: Marketplace

technote-space commented 3 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
cli.js -u --packageFile package.json ```Shell Using yarn Upgrading /home/runner/work/package-version-check-action/package-version-check-action/package.json @technote-space/filter-github-action ^0.5.27 → ^0.5.28 @technote-space/github-action-log-helper ^0.1.27 → ^0.1.28 @technote-space/github-action-test-helper ^0.7.12 → ^0.7.13 @typescript-eslint/eslint-plugin ^4.27.0 → ^4.28.0 @typescript-eslint/parser ^4.27.0 → ^4.28.0 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Building fresh packages... success Saved lockfile. $ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install Done in 15.60s. ```
yarn upgrade ```Shell yarn upgrade v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Rebuilding all packages... success Saved lockfile. success Saved 367 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @technote-space/filter-github-action@0.5.28 ├─ @technote-space/github-action-log-helper@0.1.28 ├─ @technote-space/github-action-test-helper@0.7.13 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @types/jest@26.0.23 ├─ @typescript-eslint/eslint-plugin@4.28.0 ├─ @typescript-eslint/parser@4.28.0 ├─ eslint@7.29.0 ├─ husky@6.0.0 ├─ jest@27.0.4 ├─ lint-staged@11.0.0 ├─ nock@13.1.0 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.3 └─ typescript@4.3.4 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.14.7 ├─ @babel/core@7.14.6 ├─ @babel/helper-compilation-targets@7.14.5 ├─ @babel/helper-function-name@7.14.5 ├─ @babel/helper-get-function-arity@7.14.5 ├─ @babel/helper-hoist-variables@7.14.5 ├─ @babel/helper-member-expression-to-functions@7.14.7 ├─ @babel/helper-module-imports@7.14.5 ├─ @babel/helper-module-transforms@7.14.5 ├─ @babel/helper-optimise-call-expression@7.14.5 ├─ @babel/helper-replace-supers@7.14.5 ├─ @babel/helper-simple-access@7.14.5 ├─ @babel/helper-validator-option@7.14.5 ├─ @babel/helpers@7.14.6 ├─ @babel/highlight@7.14.5 ├─ @babel/plugin-syntax-async-generators@7.8.4 ├─ @babel/plugin-syntax-bigint@7.8.3 ├─ @babel/plugin-syntax-class-properties@7.12.13 ├─ @babel/plugin-syntax-import-meta@7.10.4 ├─ @babel/plugin-syntax-json-strings@7.8.3 ├─ @babel/plugin-syntax-logical-assignment-operators@7.10.4 ├─ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 ├─ @babel/plugin-syntax-numeric-separator@7.10.4 ├─ @babel/plugin-syntax-object-rest-spread@7.8.3 ├─ @babel/plugin-syntax-optional-catch-binding@7.8.3 ├─ @babel/plugin-syntax-optional-chaining@7.8.3 ├─ @babel/plugin-syntax-top-level-await@7.14.5 ├─ @babel/plugin-syntax-typescript@7.14.5 ├─ @babel/template@7.14.5 ├─ @bcoe/v8-coverage@0.2.3 ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @commitlint/ensure@12.1.4 ├─ @commitlint/execute-rule@12.1.4 ├─ @commitlint/format@12.1.4 ├─ @commitlint/is-ignored@12.1.4 ├─ @commitlint/lint@12.1.4 ├─ @commitlint/load@12.1.4 ├─ @commitlint/message@12.1.4 ├─ @commitlint/parse@12.1.4 ├─ @commitlint/read@12.1.4 ├─ @commitlint/resolve-extends@12.1.4 ├─ @commitlint/rules@12.1.4 ├─ @commitlint/to-lines@12.1.4 ├─ @commitlint/top-level@12.1.4 ├─ @eslint/eslintrc@0.4.2 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.3 ├─ @jest/reporters@27.0.4 ├─ @jest/test-sequencer@27.0.4 ├─ @nodelib/fs.scandir@2.1.5 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.7 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.5.1 ├─ @octokit/endpoint@6.0.12 ├─ @octokit/graphql@4.6.4 ├─ @octokit/openapi-types@7.3.2 ├─ @octokit/plugin-paginate-rest@2.13.5 ├─ @octokit/plugin-rest-endpoint-methods@5.3.1 ├─ @octokit/request-error@2.1.0 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@7.1.2 ├─ @technote-space/filter-github-action@0.5.28 ├─ @technote-space/github-action-log-helper@0.1.28 ├─ @technote-space/github-action-test-helper@0.7.13 ├─ @technote-space/release-github-actions-cli@1.8.5 ├─ @technote-space/release-github-actions@7.0.6 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.14 ├─ @types/babel__generator@7.6.2 ├─ @types/babel__template@7.4.0 ├─ @types/babel__traverse@7.11.1 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/jest@26.0.23 ├─ @types/json-schema@7.0.7 ├─ @types/minimist@1.2.1 ├─ @types/normalize-package-data@2.4.0 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.3.0 ├─ @types/stack-utils@2.0.0 ├─ @typescript-eslint/eslint-plugin@4.28.0 ├─ @typescript-eslint/experimental-utils@4.28.0 ├─ @typescript-eslint/parser@4.28.0 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.1 ├─ acorn-walk@7.2.0 ├─ acorn@7.4.1 ├─ aggregate-error@3.1.0 ├─ ajv@6.12.6 ├─ ansi-colors@4.1.1 ├─ ansi-escapes@4.3.2 ├─ anymatch@3.1.2 ├─ argparse@1.0.10 ├─ array-ify@1.0.0 ├─ array-union@2.1.0 ├─ arrify@1.0.1 ├─ asynckit@0.4.0 ├─ at-least-node@1.0.0 ├─ babel-jest@27.0.2 ├─ babel-plugin-jest-hoist@27.0.1 ├─ babel-preset-jest@27.0.1 ├─ balanced-match@1.0.2 ├─ before-after-hook@2.2.2 ├─ brace-expansion@1.1.11 ├─ braces@3.0.2 ├─ browser-process-hrtime@1.0.0 ├─ browserslist@4.16.6 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.1 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001239 ├─ char-regex@1.0.2 ├─ ci-info@3.2.0 ├─ cjs-module-lexer@1.2.1 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.0 ├─ cliui@7.0.4 ├─ color-convert@2.0.1 ├─ color-name@1.1.4 ├─ combined-stream@1.0.8 ├─ concat-map@0.0.1 ├─ conventional-changelog-angular@5.0.12 ├─ conventional-changelog-conventionalcommits@4.6.0 ├─ conventional-commits-parser@3.2.1 ├─ convert-source-map@1.8.0 ├─ cross-spawn@7.0.3 ├─ cssom@0.4.4 ├─ cssstyle@2.3.0 ├─ dargs@7.0.0 ├─ data-urls@2.0.0 ├─ decamelize-keys@1.1.0 ├─ decamelize@1.2.0 ├─ decimal.js@10.2.1 ├─ deep-is@0.1.3 ├─ deepmerge@4.2.2 ├─ delayed-stream@1.0.0 ├─ deprecation@2.3.1 ├─ detect-newline@3.1.0 ├─ diff-sequences@27.0.1 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@8.6.0 ├─ electron-to-chromium@1.3.754 ├─ emoji-regex@8.0.0 ├─ enquirer@2.3.6 ├─ error-ex@1.3.2 ├─ escape-string-regexp@4.0.0 ├─ escodegen@2.0.0 ├─ eslint-utils@2.1.0 ├─ eslint@7.29.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.5 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.0 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.1.1 ├─ form-data@3.0.1 ├─ fs-extra@9.1.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ get-caller-file@2.0.5 ├─ get-own-enumerable-property-symbols@3.0.2 ├─ get-package-type@0.1.0 ├─ get-stream@6.0.1 ├─ git-raw-commits@2.0.10 ├─ glob-parent@5.1.2 ├─ glob@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.9.0 ├─ globby@11.0.4 ├─ hard-rejection@2.1.0 ├─ has@1.0.3 ├─ hosted-git-info@4.0.2 ├─ html-encoding-sniffer@2.0.1 ├─ html-escaper@2.0.2 ├─ http-proxy-agent@4.0.1 ├─ https-proxy-agent@5.0.0 ├─ human-signals@2.1.0 ├─ husky@6.0.0 ├─ iconv-lite@0.4.24 ├─ inflight@1.0.6 ├─ inherits@2.0.4 ├─ ini@1.3.8 ├─ is-arrayish@0.2.1 ├─ is-core-module@2.4.0 ├─ is-extglob@2.1.1 ├─ is-glob@4.0.1 ├─ is-number@7.0.0 ├─ is-obj@1.0.1 ├─ is-plain-obj@1.1.0 ├─ is-potential-custom-element-name@1.0.1 ├─ is-regexp@1.0.0 ├─ is-stream@2.0.0 ├─ is-text-path@1.0.1 ├─ is-unicode-supported@0.1.0 ├─ isexe@2.0.0 ├─ istanbul-lib-instrument@4.0.3 ├─ istanbul-lib-source-maps@4.0.0 ├─ istanbul-reports@3.0.2 ├─ jest-changed-files@27.0.2 ├─ jest-cli@27.0.4 ├─ jest-docblock@27.0.1 ├─ jest-jasmine2@27.0.4 ├─ jest-leak-detector@27.0.2 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.4 ├─ jest-serializer@27.0.1 ├─ jest-util@27.0.2 ├─ jest-watcher@27.0.2 ├─ jest@27.0.4 ├─ js-tokens@4.0.0 ├─ jsdom@16.6.0 ├─ jsesc@2.5.2 ├─ json-parse-even-better-errors@2.3.1 ├─ json-schema-traverse@0.4.1 ├─ json-stable-stringify-without-jsonify@1.0.1 ├─ json-stringify-safe@5.0.1 ├─ json5@2.2.0 ├─ jsonfile@6.1.0 ├─ jsonparse@1.3.1 ├─ JSONStream@1.3.5 ├─ kind-of@6.0.3 ├─ kleur@3.0.3 ├─ leven@3.1.0 ├─ lines-and-columns@1.1.6 ├─ lint-staged@11.0.0 ├─ listr2@3.10.0 ├─ locate-path@5.0.0 ├─ lodash.clonedeep@4.5.0 ├─ lodash.merge@4.6.2 ├─ lodash.set@4.3.2 ├─ lodash.truncate@4.4.2 ├─ lodash@4.17.21 ├─ log-symbols@4.1.0 ├─ log-update@4.0.0 ├─ make-dir@3.1.0 ├─ make-error@1.3.6 ├─ makeerror@1.0.11 ├─ map-obj@1.0.1 ├─ memize@1.1.0 ├─ mime-db@1.48.0 ├─ mime-types@2.1.31 ├─ mimic-fn@2.1.0 ├─ min-indent@1.0.1 ├─ minimist-options@4.1.0 ├─ minimist@1.2.5 ├─ mkdirp@1.0.4 ├─ ms@2.1.2 ├─ nock@13.1.0 ├─ node-fetch@2.6.1 ├─ node-int64@0.4.0 ├─ node-modules-regexp@1.0.0 ├─ node-releases@1.1.73 ├─ normalize-package-data@3.0.2 ├─ npm-run-path@4.0.1 ├─ nwsapi@2.2.0 ├─ onetime@5.1.2 ├─ optionator@0.9.1 ├─ p-each-series@2.2.0 ├─ p-limit@2.3.0 ├─ p-locate@4.1.0 ├─ p-map@4.0.0 ├─ p-try@2.2.0 ├─ parent-module@1.0.1 ├─ parse5@6.0.1 ├─ path-is-absolute@1.0.1 ├─ path-key@3.1.1 ├─ path-parse@1.0.7 ├─ picomatch@2.3.0 ├─ pirates@4.0.1 ├─ pkg-dir@4.2.0 ├─ please-upgrade-node@3.2.0 ├─ progress@2.0.3 ├─ prompts@2.4.1 ├─ propagate@2.0.1 ├─ psl@1.8.0 ├─ queue-microtask@1.2.3 ├─ quick-lru@4.0.1 ├─ read-pkg-up@7.0.1 ├─ read-pkg@5.2.0 ├─ readable-stream@3.6.0 ├─ redent@3.0.0 ├─ replace-in-file@6.2.0 ├─ require-directory@2.1.1 ├─ require-from-string@2.0.2 ├─ resolve-cwd@3.0.0 ├─ resolve-global@1.0.0 ├─ restore-cursor@3.1.0 ├─ reusify@1.0.4 ├─ rimraf@3.0.2 ├─ run-parallel@1.2.0 ├─ rxjs@6.6.7 ├─ safe-buffer@5.1.2 ├─ safer-buffer@2.1.2 ├─ saxes@5.0.1 ├─ semver-compare@1.0.0 ├─ semver@7.3.5 ├─ shebang-command@2.0.0 ├─ shebang-regex@3.0.0 ├─ shell-escape@0.2.0 ├─ sisteransi@1.0.5 ├─ source-map-support@0.5.19 ├─ source-map@0.6.1 ├─ spdx-correct@3.1.1 ├─ spdx-exceptions@2.3.0 ├─ string_decoder@1.3.0 ├─ string-argv@0.3.1 ├─ stringify-object@3.3.0 ├─ strip-bom@4.0.0 ├─ strip-final-newline@2.0.0 ├─ strip-indent@3.0.0 ├─ strip-json-comments@3.1.1 ├─ supports-color@7.2.0 ├─ supports-hyperlinks@2.2.0 ├─ symbol-tree@3.2.4 ├─ table@6.7.1 ├─ terminal-link@2.1.1 ├─ test-exclude@6.0.0 ├─ text-extensions@1.9.0 ├─ text-table@0.2.0 ├─ through@2.3.8 ├─ tmpl@1.0.4 ├─ to-fast-properties@2.0.0 ├─ to-regex-range@5.0.1 ├─ tough-cookie@4.0.0 ├─ tr46@2.1.0 ├─ trim-newlines@3.0.1 ├─ trim-off-newlines@1.0.1 ├─ ts-jest@27.0.3 ├─ tslib@1.14.1 ├─ tunnel@0.0.6 ├─ type-detect@4.0.8 ├─ type-fest@0.20.2 ├─ typedarray-to-buffer@3.1.5 ├─ typescript@4.3.4 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@7.1.2 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.6.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.5.0 ├─ xmlchars@2.2.0 ├─ y18n@5.0.8 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.9 └─ yocto-queue@0.1.0 Done in 8.55s. ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 583 Done in 0.75s. ```

Changed files

Changed 2 files: - package.json - yarn.lock

:octocat: Repo | :memo: Issues | :department_store: Marketplace