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.10 #215

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.13 → ^0.7.14 @technote-space/filter-github-action ^0.5.28 → ^0.5.30 @technote-space/github-action-helper ^5.2.9 → ^5.2.10 @technote-space/github-action-log-helper ^0.1.28 → ^0.1.29 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.73s. ``` ### stderr: ```Shell warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@5.3.3" 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 367 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @technote-space/filter-github-action@0.5.30 ├─ @technote-space/github-action-log-helper@0.1.29 ├─ @technote-space/github-action-test-helper@0.7.14 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @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.5 ├─ 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.5 ├─ @jest/reporters@27.0.5 ├─ @jest/test-sequencer@27.0.5 ├─ @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.5 ├─ @octokit/plugin-paginate-rest@2.13.5 ├─ @octokit/plugin-rest-endpoint-methods@5.3.3 ├─ @octokit/request-error@2.1.0 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@7.1.2 ├─ @technote-space/filter-github-action@0.5.30 ├─ @technote-space/github-action-log-helper@0.1.29 ├─ @technote-space/github-action-test-helper@0.7.14 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @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.5 ├─ 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.3.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@10.0.0 ├─ electron-to-chromium@1.3.759 ├─ 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.5 ├─ jest-docblock@27.0.1 ├─ jest-jasmine2@27.0.5 ├─ jest-leak-detector@27.0.2 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.5 ├─ jest-serializer@27.0.1 ├─ jest-util@27.0.2 ├─ jest-watcher@27.0.2 ├─ jest@27.0.5 ├─ 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@8.0.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.7.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 7.17s. ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 583 Done in 0.72s. ```

Changed files

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

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

codecov-commenter commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@a2337e3). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             main      #215   +/-   ##
========================================
  Coverage        ?   100.00%           
========================================
  Files           ?         4           
  Lines           ?       108           
  Branches        ?        10           
========================================
  Hits            ?       108           
  Misses          ?         0           
  Partials        ?         0           

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 a2337e3...99ced97. 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 @types/node ^15.12.4 → ^15.12.5 @typescript-eslint/eslint-plugin ^4.28.0 → ^4.28.1 @typescript-eslint/parser ^4.28.0 → ^4.28.1 jest ^27.0.5 → ^27.0.6 jest-circus ^27.0.5 → ^27.0.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 21.91s. ```
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 365 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @technote-space/filter-github-action@0.5.30 ├─ @technote-space/github-action-log-helper@0.1.29 ├─ @technote-space/github-action-test-helper@0.7.14 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @types/jest@26.0.23 ├─ @typescript-eslint/eslint-plugin@4.28.1 ├─ @typescript-eslint/parser@4.28.1 ├─ eslint@7.29.0 ├─ husky@6.0.0 ├─ jest@27.0.6 ├─ 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 ├─ @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.6 ├─ @jest/reporters@27.0.6 ├─ @jest/test-sequencer@27.0.6 ├─ @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.5 ├─ @octokit/plugin-paginate-rest@2.13.5 ├─ @octokit/plugin-rest-endpoint-methods@5.3.4 ├─ @octokit/request-error@2.1.0 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@7.1.2 ├─ @technote-space/filter-github-action@0.5.30 ├─ @technote-space/github-action-log-helper@0.1.29 ├─ @technote-space/github-action-test-helper@0.7.14 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @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.14.0 ├─ @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.1 ├─ @typescript-eslint/experimental-utils@4.28.1 ├─ @typescript-eslint/parser@4.28.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.6 ├─ babel-plugin-jest-hoist@27.0.6 ├─ babel-preset-jest@27.0.6 ├─ 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.30001240 ├─ 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.3.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.6 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@10.0.0 ├─ electron-to-chromium@1.3.760 ├─ 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.6 ├─ 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@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.6 ├─ jest-cli@27.0.6 ├─ jest-docblock@27.0.6 ├─ jest-jasmine2@27.0.6 ├─ jest-leak-detector@27.0.6 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.6 ├─ jest-serializer@27.0.6 ├─ jest-util@27.0.6 ├─ jest-watcher@27.0.6 ├─ jest@27.0.6 ├─ 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@8.0.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.7.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 9.54s. ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 583 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.14 → ^0.7.16 @types/node ^15.12.5 → ^16.0.0 eslint ^7.29.0 → ^7.30.0 husky ^6.0.0 → ^7.0.0 typescript ^4.3.4 → ^4.3.5 @technote-space/filter-github-action ^0.5.30 → ^0.5.32 @technote-space/github-action-log-helper ^0.1.29 → ^0.1.30 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. ``` ### stderr: ```Shell warning "@technote-space/github-action-test-helper > @octokit/plugin-rest-endpoint-methods@5.4.0" 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 368 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @technote-space/filter-github-action@0.5.32 ├─ @technote-space/github-action-log-helper@0.1.30 ├─ @technote-space/github-action-test-helper@0.7.16 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @types/jest@26.0.23 ├─ @typescript-eslint/eslint-plugin@4.28.1 ├─ @typescript-eslint/parser@4.28.1 ├─ eslint@7.30.0 ├─ husky@7.0.0 ├─ jest@27.0.6 ├─ lint-staged@11.0.0 ├─ nock@13.1.0 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.3 └─ typescript@4.3.5 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 ├─ @humanwhocodes/config-array@0.5.0 ├─ @humanwhocodes/object-schema@1.2.0 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.6 ├─ @jest/reporters@27.0.6 ├─ @jest/test-sequencer@27.0.6 ├─ @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.4.0 ├─ @octokit/plugin-paginate-rest@2.14.0 ├─ @octokit/plugin-rest-endpoint-methods@5.4.0 ├─ @octokit/request-error@2.1.0 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@7.1.2 ├─ @technote-space/filter-github-action@0.5.32 ├─ @technote-space/github-action-log-helper@0.1.30 ├─ @technote-space/github-action-test-helper@0.7.16 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @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.14.0 ├─ @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.1 ├─ @types/stack-utils@2.0.1 ├─ @typescript-eslint/eslint-plugin@4.28.1 ├─ @typescript-eslint/experimental-utils@4.28.1 ├─ @typescript-eslint/parser@4.28.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.6 ├─ babel-plugin-jest-hoist@27.0.6 ├─ babel-preset-jest@27.0.6 ├─ 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.30001241 ├─ 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.3.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.6 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@10.0.0 ├─ electron-to-chromium@1.3.766 ├─ 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.30.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.6 ├─ 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.2.0 ├─ 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@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@7.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.6 ├─ jest-cli@27.0.6 ├─ jest-docblock@27.0.6 ├─ jest-jasmine2@27.0.6 ├─ jest-leak-detector@27.0.6 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.6 ├─ jest-serializer@27.0.6 ├─ jest-util@27.0.6 ├─ jest-watcher@27.0.6 ├─ jest@27.0.6 ├─ 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.5 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@8.0.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.7.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.5.1 ├─ 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 9.25s. ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 586 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 @typescript-eslint/eslint-plugin ^4.28.1 → ^4.28.2 @typescript-eslint/parser ^4.28.1 → ^4.28.2 nock ^13.1.0 → ^13.1.1 @technote-space/github-action-helper ^5.2.10 → ^5.2.11 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.93s. ``` ### stderr: ```Shell warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@5.4.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 368 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @technote-space/filter-github-action@0.5.32 ├─ @technote-space/github-action-log-helper@0.1.30 ├─ @technote-space/github-action-test-helper@0.7.16 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @types/jest@26.0.23 ├─ @typescript-eslint/eslint-plugin@4.28.2 ├─ @typescript-eslint/parser@4.28.2 ├─ eslint@7.30.0 ├─ husky@7.0.0 ├─ jest@27.0.6 ├─ lint-staged@11.0.0 ├─ nock@13.1.1 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.3 └─ typescript@4.3.5 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 ├─ @humanwhocodes/config-array@0.5.0 ├─ @humanwhocodes/object-schema@1.2.0 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.6 ├─ @jest/reporters@27.0.6 ├─ @jest/test-sequencer@27.0.6 ├─ @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@8.2.1 ├─ @octokit/plugin-paginate-rest@2.14.0 ├─ @octokit/plugin-rest-endpoint-methods@5.4.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.32 ├─ @technote-space/github-action-log-helper@0.1.30 ├─ @technote-space/github-action-test-helper@0.7.16 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @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.14.0 ├─ @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.1 ├─ @types/stack-utils@2.0.1 ├─ @typescript-eslint/eslint-plugin@4.28.2 ├─ @typescript-eslint/experimental-utils@4.28.2 ├─ @typescript-eslint/parser@4.28.2 ├─ 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.6 ├─ babel-plugin-jest-hoist@27.0.6 ├─ babel-preset-jest@27.0.6 ├─ 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.30001242 ├─ 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.3.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.6 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@10.0.0 ├─ electron-to-chromium@1.3.768 ├─ 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.30.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.6 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.1 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.2.0 ├─ 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@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@7.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.6 ├─ jest-cli@27.0.6 ├─ jest-docblock@27.0.6 ├─ jest-jasmine2@27.0.6 ├─ jest-leak-detector@27.0.6 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.6 ├─ jest-serializer@27.0.6 ├─ jest-util@27.0.6 ├─ jest-watcher@27.0.6 ├─ jest@27.0.6 ├─ 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.1 ├─ 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.5 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@8.0.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.7.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.5.2 ├─ 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 9.72s. ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 585 Done in 0.84s. ```

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/jest ^26.0.23 → ^26.0.24 @types/node ^16.0.0 → ^16.3.1 husky ^7.0.0 → ^7.0.1 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.48s. ```
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 368 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @technote-space/filter-github-action@0.5.32 ├─ @technote-space/github-action-log-helper@0.1.30 ├─ @technote-space/github-action-test-helper@0.7.16 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @types/jest@26.0.24 ├─ @typescript-eslint/eslint-plugin@4.28.2 ├─ @typescript-eslint/parser@4.28.2 ├─ eslint@7.30.0 ├─ husky@7.0.1 ├─ jest@27.0.6 ├─ lint-staged@11.0.0 ├─ nock@13.1.1 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.3 └─ typescript@4.3.5 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 ├─ @humanwhocodes/config-array@0.5.0 ├─ @humanwhocodes/object-schema@1.2.0 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.6 ├─ @jest/reporters@27.0.6 ├─ @jest/test-sequencer@27.0.6 ├─ @nodelib/fs.scandir@2.1.5 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.8 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.5.1 ├─ @octokit/endpoint@6.0.12 ├─ @octokit/graphql@4.6.4 ├─ @octokit/openapi-types@8.2.1 ├─ @octokit/plugin-paginate-rest@2.14.0 ├─ @octokit/plugin-rest-endpoint-methods@5.4.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.32 ├─ @technote-space/github-action-log-helper@0.1.30 ├─ @technote-space/github-action-test-helper@0.7.16 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @technote-space/release-github-actions@7.0.6 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.15 ├─ @types/babel__generator@7.6.3 ├─ @types/babel__template@7.4.1 ├─ @types/babel__traverse@7.14.2 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/jest@26.0.24 ├─ @types/json-schema@7.0.8 ├─ @types/minimist@1.2.2 ├─ @types/normalize-package-data@2.4.1 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.3.2 ├─ @types/stack-utils@2.0.1 ├─ @typescript-eslint/eslint-plugin@4.28.2 ├─ @typescript-eslint/experimental-utils@4.28.2 ├─ @typescript-eslint/parser@4.28.2 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.2 ├─ 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.6 ├─ babel-plugin-jest-hoist@27.0.6 ├─ babel-preset-jest@27.0.6 ├─ 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.30001243 ├─ 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.3.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.6 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@10.0.0 ├─ electron-to-chromium@1.3.772 ├─ 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.30.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.7 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.1 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.2.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@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.10.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@7.0.1 ├─ 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.6 ├─ jest-cli@27.0.6 ├─ jest-docblock@27.0.6 ├─ jest-jasmine2@27.0.6 ├─ jest-leak-detector@27.0.6 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.6 ├─ jest-serializer@27.0.6 ├─ jest-util@27.0.6 ├─ jest-watcher@27.0.6 ├─ jest@27.0.6 ├─ 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.1 ├─ 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.5 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@8.0.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.7.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.5.2 ├─ 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.53s. ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 585 Done in 0.69s. ```

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.28.2 → ^4.28.3 @typescript-eslint/parser ^4.28.2 → ^4.28.3 @technote-space/filter-github-action ^0.5.32 → ^0.5.33 @technote-space/github-action-helper ^5.2.11 → ^5.2.12 @technote-space/github-action-log-helper ^0.1.30 → ^0.1.31 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.34s. ```
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.33 ├─ @technote-space/github-action-log-helper@0.1.31 ├─ @technote-space/github-action-test-helper@0.7.16 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @types/jest@26.0.24 ├─ @typescript-eslint/eslint-plugin@4.28.3 ├─ @typescript-eslint/parser@4.28.3 ├─ eslint@7.30.0 ├─ husky@7.0.1 ├─ jest@27.0.6 ├─ lint-staged@11.0.0 ├─ nock@13.1.1 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.3 └─ typescript@4.3.5 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 ├─ @humanwhocodes/config-array@0.5.0 ├─ @humanwhocodes/object-schema@1.2.0 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.6 ├─ @jest/reporters@27.0.6 ├─ @jest/test-sequencer@27.0.6 ├─ @nodelib/fs.scandir@2.1.5 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.8 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.5.1 ├─ @octokit/endpoint@6.0.12 ├─ @octokit/graphql@4.6.4 ├─ @octokit/plugin-paginate-rest@2.14.0 ├─ @octokit/plugin-rest-endpoint-methods@5.4.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.33 ├─ @technote-space/github-action-log-helper@0.1.31 ├─ @technote-space/github-action-test-helper@0.7.16 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @technote-space/release-github-actions@7.0.6 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.15 ├─ @types/babel__generator@7.6.3 ├─ @types/babel__template@7.4.1 ├─ @types/babel__traverse@7.14.2 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/jest@26.0.24 ├─ @types/json-schema@7.0.8 ├─ @types/minimist@1.2.2 ├─ @types/normalize-package-data@2.4.1 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.3.2 ├─ @types/stack-utils@2.0.1 ├─ @typescript-eslint/eslint-plugin@4.28.3 ├─ @typescript-eslint/experimental-utils@4.28.3 ├─ @typescript-eslint/parser@4.28.3 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.2 ├─ 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.6 ├─ babel-plugin-jest-hoist@27.0.6 ├─ babel-preset-jest@27.0.6 ├─ 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.30001243 ├─ 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.3.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.6 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@10.0.0 ├─ electron-to-chromium@1.3.774 ├─ 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.30.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.7 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.1 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.2.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@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.10.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@7.0.1 ├─ 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.6 ├─ jest-cli@27.0.6 ├─ jest-docblock@27.0.6 ├─ jest-jasmine2@27.0.6 ├─ jest-leak-detector@27.0.6 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.6 ├─ jest-serializer@27.0.6 ├─ jest-util@27.0.6 ├─ jest-watcher@27.0.6 ├─ jest@27.0.6 ├─ 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.1 ├─ 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.5 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@8.0.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.7.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.5.3 ├─ 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 6.62s. ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 585 Done in 0.72s. ```

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 ^16.3.1 → ^16.3.3 lint-staged ^11.0.0 → ^11.0.1 @technote-space/filter-github-action ^0.5.33 → ^0.5.34 @technote-space/github-action-log-helper ^0.1.31 → ^0.1.32 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.12s. ```
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 368 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @technote-space/filter-github-action@0.5.34 ├─ @technote-space/github-action-log-helper@0.1.32 ├─ @technote-space/github-action-test-helper@0.7.16 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @types/jest@26.0.24 ├─ @typescript-eslint/eslint-plugin@4.28.3 ├─ @typescript-eslint/parser@4.28.3 ├─ eslint@7.30.0 ├─ husky@7.0.1 ├─ jest@27.0.6 ├─ lint-staged@11.0.1 ├─ nock@13.1.1 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.3 └─ typescript@4.3.5 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 ├─ @humanwhocodes/config-array@0.5.0 ├─ @humanwhocodes/object-schema@1.2.0 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.6 ├─ @jest/reporters@27.0.6 ├─ @jest/test-sequencer@27.0.6 ├─ @nodelib/fs.scandir@2.1.5 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.8 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.5.1 ├─ @octokit/endpoint@6.0.12 ├─ @octokit/graphql@4.6.4 ├─ @octokit/openapi-types@8.3.0 ├─ @octokit/plugin-paginate-rest@2.14.0 ├─ @octokit/plugin-rest-endpoint-methods@5.4.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.34 ├─ @technote-space/github-action-log-helper@0.1.32 ├─ @technote-space/github-action-test-helper@0.7.16 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @technote-space/release-github-actions@7.0.6 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.15 ├─ @types/babel__generator@7.6.3 ├─ @types/babel__template@7.4.1 ├─ @types/babel__traverse@7.14.2 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/jest@26.0.24 ├─ @types/json-schema@7.0.8 ├─ @types/minimist@1.2.2 ├─ @types/normalize-package-data@2.4.1 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.3.2 ├─ @types/stack-utils@2.0.1 ├─ @typescript-eslint/eslint-plugin@4.28.3 ├─ @typescript-eslint/experimental-utils@4.28.3 ├─ @typescript-eslint/parser@4.28.3 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.2 ├─ 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.6 ├─ babel-plugin-jest-hoist@27.0.6 ├─ babel-preset-jest@27.0.6 ├─ 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.30001245 ├─ char-regex@1.0.2 ├─ ci-info@3.2.0 ├─ cjs-module-lexer@1.2.2 ├─ 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.3.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.6 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@10.0.0 ├─ electron-to-chromium@1.3.779 ├─ 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.30.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.7 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.1 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.2.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@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.10.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@7.0.1 ├─ 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.5.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.6 ├─ jest-cli@27.0.6 ├─ jest-docblock@27.0.6 ├─ jest-jasmine2@27.0.6 ├─ jest-leak-detector@27.0.6 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.6 ├─ jest-serializer@27.0.6 ├─ jest-util@27.0.6 ├─ jest-watcher@27.0.6 ├─ jest@27.0.6 ├─ 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.1 ├─ 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.1 ├─ 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.5 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@8.0.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.7.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.5.3 ├─ 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 10.01s. ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 585 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 @technote-space/github-action-test-helper ^0.7.16 → ^0.7.17 @typescript-eslint/eslint-plugin ^4.28.3 → ^4.28.4 @typescript-eslint/parser ^4.28.3 → ^4.28.4 eslint ^7.30.0 → ^7.31.0 @technote-space/filter-github-action ^0.5.34 → ^0.5.35 @technote-space/github-action-helper ^5.2.12 → ^5.2.13 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.78s. ```
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.35 ├─ @technote-space/github-action-log-helper@0.1.32 ├─ @technote-space/github-action-test-helper@0.7.17 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @types/jest@26.0.24 ├─ @typescript-eslint/eslint-plugin@4.28.4 ├─ @typescript-eslint/parser@4.28.4 ├─ eslint@7.31.0 ├─ husky@7.0.1 ├─ jest@27.0.6 ├─ lint-staged@11.0.1 ├─ nock@13.1.1 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.3 └─ typescript@4.3.5 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.3 ├─ @humanwhocodes/config-array@0.5.0 ├─ @humanwhocodes/object-schema@1.2.0 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.6 ├─ @jest/reporters@27.0.6 ├─ @jest/test-sequencer@27.0.6 ├─ @nodelib/fs.scandir@2.1.5 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.8 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.5.1 ├─ @octokit/endpoint@6.0.12 ├─ @octokit/graphql@4.6.4 ├─ @octokit/plugin-paginate-rest@2.14.0 ├─ @octokit/request-error@2.1.0 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@7.1.2 ├─ @technote-space/filter-github-action@0.5.35 ├─ @technote-space/github-action-log-helper@0.1.32 ├─ @technote-space/github-action-test-helper@0.7.17 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @technote-space/release-github-actions@7.0.6 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.15 ├─ @types/babel__generator@7.6.3 ├─ @types/babel__template@7.4.1 ├─ @types/babel__traverse@7.14.2 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/jest@26.0.24 ├─ @types/json-schema@7.0.8 ├─ @types/minimist@1.2.2 ├─ @types/normalize-package-data@2.4.1 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.3.2 ├─ @types/stack-utils@2.0.1 ├─ @typescript-eslint/eslint-plugin@4.28.4 ├─ @typescript-eslint/experimental-utils@4.28.4 ├─ @typescript-eslint/parser@4.28.4 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.2 ├─ 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.6 ├─ babel-plugin-jest-hoist@27.0.6 ├─ babel-preset-jest@27.0.6 ├─ 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.30001245 ├─ char-regex@1.0.2 ├─ ci-info@3.2.0 ├─ cjs-module-lexer@1.2.2 ├─ 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.3.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.6 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@10.0.0 ├─ electron-to-chromium@1.3.780 ├─ 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.31.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.7 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.1 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.2.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@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.10.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@7.0.1 ├─ 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.5.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.6 ├─ jest-cli@27.0.6 ├─ jest-docblock@27.0.6 ├─ jest-jasmine2@27.0.6 ├─ jest-leak-detector@27.0.6 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.6 ├─ jest-serializer@27.0.6 ├─ jest-util@27.0.6 ├─ jest-watcher@27.0.6 ├─ jest@27.0.6 ├─ 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.1 ├─ 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.1 ├─ 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.5 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@8.0.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.7.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.5.3 ├─ 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.23s. ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 585 Done in 0.73s. ```

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.17 → ^0.7.18 @types/node ^16.3.3 → ^16.4.1 lint-staged ^11.0.1 → ^11.1.0 ts-jest ^27.0.3 → ^27.0.4 @technote-space/filter-github-action ^0.5.35 → ^0.5.37 @technote-space/github-action-log-helper ^0.1.32 → ^0.1.33 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.50s. ``` ### stderr: ```Shell warning "@technote-space/github-action-test-helper > @octokit/plugin-rest-endpoint-methods@5.5.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 369 new dependencies. info Direct dependencies ├─ @commitlint/cli@12.1.4 ├─ @commitlint/config-conventional@12.1.4 ├─ @technote-space/filter-github-action@0.5.37 ├─ @technote-space/github-action-log-helper@0.1.33 ├─ @technote-space/github-action-test-helper@0.7.18 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @types/jest@26.0.24 ├─ @typescript-eslint/eslint-plugin@4.28.4 ├─ @typescript-eslint/parser@4.28.4 ├─ eslint@7.31.0 ├─ husky@7.0.1 ├─ jest@27.0.6 ├─ lint-staged@11.1.0 ├─ nock@13.1.1 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.4 └─ typescript@4.3.5 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.14.7 ├─ @babel/core@7.14.8 ├─ @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.8 ├─ @babel/helper-optimise-call-expression@7.14.5 ├─ @babel/helper-replace-supers@7.14.5 ├─ @babel/helper-simple-access@7.14.8 ├─ @babel/helper-validator-option@7.14.5 ├─ @babel/helpers@7.14.8 ├─ @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 ├─ @babel/traverse@7.14.8 ├─ @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.3 ├─ @humanwhocodes/config-array@0.5.0 ├─ @humanwhocodes/object-schema@1.2.0 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.6 ├─ @jest/reporters@27.0.6 ├─ @jest/test-sequencer@27.0.6 ├─ @nodelib/fs.scandir@2.1.5 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.8 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.5.1 ├─ @octokit/endpoint@6.0.12 ├─ @octokit/graphql@4.6.4 ├─ @octokit/openapi-types@8.3.0 ├─ @octokit/plugin-paginate-rest@2.14.0 ├─ @octokit/plugin-rest-endpoint-methods@5.5.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.37 ├─ @technote-space/github-action-log-helper@0.1.33 ├─ @technote-space/github-action-test-helper@0.7.18 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @technote-space/release-github-actions@7.0.6 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.15 ├─ @types/babel__generator@7.6.3 ├─ @types/babel__template@7.4.1 ├─ @types/babel__traverse@7.14.2 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/jest@26.0.24 ├─ @types/json-schema@7.0.8 ├─ @types/minimist@1.2.2 ├─ @types/normalize-package-data@2.4.1 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.3.2 ├─ @types/stack-utils@2.0.1 ├─ @typescript-eslint/eslint-plugin@4.28.4 ├─ @typescript-eslint/experimental-utils@4.28.4 ├─ @typescript-eslint/parser@4.28.4 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.2 ├─ 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.6 ├─ babel-plugin-jest-hoist@27.0.6 ├─ babel-preset-jest@27.0.6 ├─ 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.30001246 ├─ char-regex@1.0.2 ├─ ci-info@3.2.0 ├─ cjs-module-lexer@1.2.2 ├─ 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.3.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.6 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@10.0.0 ├─ electron-to-chromium@1.3.786 ├─ 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.31.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.7 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.1 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.2.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@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.10.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@7.0.1 ├─ 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.5.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.6 ├─ jest-cli@27.0.6 ├─ jest-docblock@27.0.6 ├─ jest-jasmine2@27.0.6 ├─ jest-leak-detector@27.0.6 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.6 ├─ jest-serializer@27.0.6 ├─ jest-util@27.0.6 ├─ jest-watcher@27.0.6 ├─ jest@27.0.6 ├─ 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.1.0 ├─ listr2@3.11.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.1 ├─ 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.4 ├─ 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.5 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@8.0.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.7.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.5.3 ├─ 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 9.17s. ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 586 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 @commitlint/cli ^12.1.4 → ^13.1.0 @commitlint/config-conventional ^12.1.4 → ^13.1.0 @technote-space/github-action-test-helper ^0.7.18 → ^0.7.19 @types/node ^16.4.1 → ^16.4.3 @typescript-eslint/eslint-plugin ^4.28.4 → ^4.28.5 @typescript-eslint/parser ^4.28.4 → ^4.28.5 lint-staged ^11.1.0 → ^11.1.1 @technote-space/github-action-helper ^5.2.13 → ^5.2.14 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.20s. ```
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 362 new dependencies. info Direct dependencies ├─ @commitlint/cli@13.1.0 ├─ @commitlint/config-conventional@13.1.0 ├─ @technote-space/filter-github-action@0.5.37 ├─ @technote-space/github-action-log-helper@0.1.33 ├─ @technote-space/github-action-test-helper@0.7.19 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @types/jest@26.0.24 ├─ @typescript-eslint/eslint-plugin@4.28.5 ├─ @typescript-eslint/parser@4.28.5 ├─ eslint@7.31.0 ├─ husky@7.0.1 ├─ jest@27.0.6 ├─ lint-staged@11.1.1 ├─ nock@13.1.1 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.4 └─ typescript@4.3.5 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.14.7 ├─ @babel/core@7.14.8 ├─ @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.8 ├─ @babel/helper-optimise-call-expression@7.14.5 ├─ @babel/helper-replace-supers@7.14.5 ├─ @babel/helper-simple-access@7.14.8 ├─ @babel/helper-validator-option@7.14.5 ├─ @babel/helpers@7.14.8 ├─ @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 ├─ @babel/traverse@7.14.8 ├─ @bcoe/v8-coverage@0.2.3 ├─ @commitlint/cli@13.1.0 ├─ @commitlint/config-conventional@13.1.0 ├─ @commitlint/ensure@13.1.0 ├─ @commitlint/execute-rule@13.0.0 ├─ @commitlint/format@13.1.0 ├─ @commitlint/is-ignored@13.1.0 ├─ @commitlint/lint@13.1.0 ├─ @commitlint/load@13.1.0 ├─ @commitlint/message@13.0.0 ├─ @commitlint/parse@13.1.0 ├─ @commitlint/read@13.1.0 ├─ @commitlint/resolve-extends@13.0.0 ├─ @commitlint/rules@13.1.0 ├─ @commitlint/to-lines@13.0.0 ├─ @commitlint/top-level@13.0.0 ├─ @eslint/eslintrc@0.4.3 ├─ @humanwhocodes/config-array@0.5.0 ├─ @humanwhocodes/object-schema@1.2.0 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.6 ├─ @jest/reporters@27.0.6 ├─ @jest/test-sequencer@27.0.6 ├─ @nodelib/fs.scandir@2.1.5 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.8 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.5.1 ├─ @octokit/endpoint@6.0.12 ├─ @octokit/graphql@4.6.4 ├─ @octokit/plugin-paginate-rest@2.14.0 ├─ @octokit/request-error@2.1.0 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@7.1.2 ├─ @technote-space/filter-github-action@0.5.37 ├─ @technote-space/github-action-log-helper@0.1.33 ├─ @technote-space/github-action-test-helper@0.7.19 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @technote-space/release-github-actions@7.0.6 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.15 ├─ @types/babel__generator@7.6.3 ├─ @types/babel__template@7.4.1 ├─ @types/babel__traverse@7.14.2 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/jest@26.0.24 ├─ @types/json-schema@7.0.8 ├─ @types/minimist@1.2.2 ├─ @types/normalize-package-data@2.4.1 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.3.2 ├─ @types/stack-utils@2.0.1 ├─ @typescript-eslint/eslint-plugin@4.28.5 ├─ @typescript-eslint/experimental-utils@4.28.5 ├─ @typescript-eslint/parser@4.28.5 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.2 ├─ 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 ├─ babel-jest@27.0.6 ├─ babel-plugin-jest-hoist@27.0.6 ├─ babel-preset-jest@27.0.6 ├─ 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.30001247 ├─ char-regex@1.0.2 ├─ ci-info@3.2.0 ├─ cjs-module-lexer@1.2.2 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.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.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.3.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.6 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@10.0.0 ├─ electron-to-chromium@1.3.788 ├─ 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.31.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.7 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.1 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.2.1 ├─ form-data@3.0.1 ├─ fs-extra@10.0.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ 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@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.10.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@7.0.1 ├─ 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.5.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.1 ├─ 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.6 ├─ jest-cli@27.0.6 ├─ jest-docblock@27.0.6 ├─ jest-jasmine2@27.0.6 ├─ jest-leak-detector@27.0.6 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.6 ├─ jest-serializer@27.0.6 ├─ jest-util@27.0.6 ├─ jest-watcher@27.0.6 ├─ jest@27.0.6 ├─ 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.1.1 ├─ listr2@3.11.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.1 ├─ 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-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.4 ├─ 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.5 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@8.0.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.7.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.5.3 ├─ xmlchars@2.2.0 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.9 └─ yocto-queue@0.1.0 Done in 8.00s. ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 585 Done in 0.75s. ```

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 ^16.4.3 → ^16.4.8 eslint ^7.31.0 → ^7.32.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.81s. ```
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 363 new dependencies. info Direct dependencies ├─ @commitlint/cli@13.1.0 ├─ @commitlint/config-conventional@13.1.0 ├─ @technote-space/filter-github-action@0.5.37 ├─ @technote-space/github-action-log-helper@0.1.33 ├─ @technote-space/github-action-test-helper@0.7.19 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @types/jest@26.0.24 ├─ @typescript-eslint/eslint-plugin@4.28.5 ├─ @typescript-eslint/parser@4.28.5 ├─ eslint@7.32.0 ├─ husky@7.0.1 ├─ jest@27.0.6 ├─ lint-staged@11.1.1 ├─ nock@13.1.1 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.4 └─ typescript@4.3.5 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.14.7 ├─ @babel/core@7.14.8 ├─ @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.8 ├─ @babel/helper-optimise-call-expression@7.14.5 ├─ @babel/helper-replace-supers@7.14.5 ├─ @babel/helper-simple-access@7.14.8 ├─ @babel/helper-validator-option@7.14.5 ├─ @babel/helpers@7.14.8 ├─ @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 ├─ @babel/traverse@7.14.8 ├─ @bcoe/v8-coverage@0.2.3 ├─ @commitlint/cli@13.1.0 ├─ @commitlint/config-conventional@13.1.0 ├─ @commitlint/ensure@13.1.0 ├─ @commitlint/execute-rule@13.0.0 ├─ @commitlint/format@13.1.0 ├─ @commitlint/is-ignored@13.1.0 ├─ @commitlint/lint@13.1.0 ├─ @commitlint/load@13.1.0 ├─ @commitlint/message@13.0.0 ├─ @commitlint/parse@13.1.0 ├─ @commitlint/read@13.1.0 ├─ @commitlint/resolve-extends@13.0.0 ├─ @commitlint/rules@13.1.0 ├─ @commitlint/to-lines@13.0.0 ├─ @commitlint/top-level@13.0.0 ├─ @eslint/eslintrc@0.4.3 ├─ @humanwhocodes/config-array@0.5.0 ├─ @humanwhocodes/object-schema@1.2.0 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.6 ├─ @jest/reporters@27.0.6 ├─ @jest/test-sequencer@27.0.6 ├─ @nodelib/fs.scandir@2.1.5 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.8 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.5.1 ├─ @octokit/endpoint@6.0.12 ├─ @octokit/graphql@4.6.4 ├─ @octokit/openapi-types@9.2.0 ├─ @octokit/plugin-paginate-rest@2.14.0 ├─ @octokit/request-error@2.1.0 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@7.1.2 ├─ @technote-space/filter-github-action@0.5.37 ├─ @technote-space/github-action-log-helper@0.1.33 ├─ @technote-space/github-action-test-helper@0.7.19 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @technote-space/release-github-actions@7.0.6 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.15 ├─ @types/babel__generator@7.6.3 ├─ @types/babel__template@7.4.1 ├─ @types/babel__traverse@7.14.2 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/jest@26.0.24 ├─ @types/json-schema@7.0.8 ├─ @types/minimist@1.2.2 ├─ @types/normalize-package-data@2.4.1 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.3.2 ├─ @types/stack-utils@2.0.1 ├─ @typescript-eslint/eslint-plugin@4.28.5 ├─ @typescript-eslint/experimental-utils@4.28.5 ├─ @typescript-eslint/parser@4.28.5 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.2 ├─ 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 ├─ babel-jest@27.0.6 ├─ babel-plugin-jest-hoist@27.0.6 ├─ babel-preset-jest@27.0.6 ├─ 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.2 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001248 ├─ char-regex@1.0.2 ├─ ci-info@3.2.0 ├─ cjs-module-lexer@1.2.2 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.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.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.3.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.6 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@10.0.0 ├─ electron-to-chromium@1.3.792 ├─ 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.32.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.7 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.1 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.2.2 ├─ form-data@3.0.1 ├─ fs-extra@10.0.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ 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@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.10.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@7.0.1 ├─ 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.5.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.1 ├─ 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.6 ├─ jest-cli@27.0.6 ├─ jest-docblock@27.0.6 ├─ jest-jasmine2@27.0.6 ├─ jest-leak-detector@27.0.6 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.6 ├─ jest-serializer@27.0.6 ├─ jest-util@27.0.6 ├─ jest-watcher@27.0.6 ├─ jest@27.0.6 ├─ 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.1.1 ├─ listr2@3.11.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.49.0 ├─ mime-types@2.1.32 ├─ 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.1 ├─ 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-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.4 ├─ 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.5 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@8.0.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.7.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.5.3 ├─ xmlchars@2.2.0 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.9 └─ yocto-queue@0.1.0 Done in 8.51s. ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 585 Done in 0.71s. ```

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 ^16.4.8 → ^16.4.10 @typescript-eslint/eslint-plugin ^4.28.5 → ^4.29.0 @typescript-eslint/parser ^4.28.5 → ^4.29.0 @technote-space/github-action-helper ^5.2.14 → ^5.2.15 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.83s. ``` ### stderr: ```Shell warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@5.6.0" 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 365 new dependencies. info Direct dependencies ├─ @commitlint/cli@13.1.0 ├─ @commitlint/config-conventional@13.1.0 ├─ @technote-space/filter-github-action@0.5.37 ├─ @technote-space/github-action-log-helper@0.1.33 ├─ @technote-space/github-action-test-helper@0.7.19 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @types/jest@26.0.24 ├─ @typescript-eslint/eslint-plugin@4.29.0 ├─ @typescript-eslint/parser@4.29.0 ├─ eslint@7.32.0 ├─ husky@7.0.1 ├─ jest@27.0.6 ├─ lint-staged@11.1.1 ├─ nock@13.1.1 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.4 └─ typescript@4.3.5 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.14.9 ├─ @babel/core@7.14.8 ├─ @babel/generator@7.14.9 ├─ @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.8 ├─ @babel/helper-optimise-call-expression@7.14.5 ├─ @babel/helper-replace-supers@7.14.5 ├─ @babel/helper-simple-access@7.14.8 ├─ @babel/helper-validator-identifier@7.14.9 ├─ @babel/helper-validator-option@7.14.5 ├─ @babel/helpers@7.14.8 ├─ @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 ├─ @babel/traverse@7.14.9 ├─ @bcoe/v8-coverage@0.2.3 ├─ @commitlint/cli@13.1.0 ├─ @commitlint/config-conventional@13.1.0 ├─ @commitlint/ensure@13.1.0 ├─ @commitlint/execute-rule@13.0.0 ├─ @commitlint/format@13.1.0 ├─ @commitlint/is-ignored@13.1.0 ├─ @commitlint/lint@13.1.0 ├─ @commitlint/load@13.1.0 ├─ @commitlint/message@13.0.0 ├─ @commitlint/parse@13.1.0 ├─ @commitlint/read@13.1.0 ├─ @commitlint/resolve-extends@13.0.0 ├─ @commitlint/rules@13.1.0 ├─ @commitlint/to-lines@13.0.0 ├─ @commitlint/top-level@13.0.0 ├─ @eslint/eslintrc@0.4.3 ├─ @humanwhocodes/config-array@0.5.0 ├─ @humanwhocodes/object-schema@1.2.0 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.6 ├─ @jest/reporters@27.0.6 ├─ @jest/test-sequencer@27.0.6 ├─ @nodelib/fs.scandir@2.1.5 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.8 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.5.1 ├─ @octokit/endpoint@6.0.12 ├─ @octokit/graphql@4.6.4 ├─ @octokit/openapi-types@9.3.0 ├─ @octokit/plugin-paginate-rest@2.15.0 ├─ @octokit/plugin-rest-endpoint-methods@5.6.0 ├─ @octokit/request-error@2.1.0 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@7.1.2 ├─ @technote-space/filter-github-action@0.5.37 ├─ @technote-space/github-action-log-helper@0.1.33 ├─ @technote-space/github-action-test-helper@0.7.19 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @technote-space/release-github-actions@7.0.6 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.15 ├─ @types/babel__generator@7.6.3 ├─ @types/babel__template@7.4.1 ├─ @types/babel__traverse@7.14.2 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/jest@26.0.24 ├─ @types/json-schema@7.0.8 ├─ @types/minimist@1.2.2 ├─ @types/normalize-package-data@2.4.1 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.3.2 ├─ @types/stack-utils@2.0.1 ├─ @typescript-eslint/eslint-plugin@4.29.0 ├─ @typescript-eslint/experimental-utils@4.29.0 ├─ @typescript-eslint/parser@4.29.0 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.2 ├─ 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 ├─ babel-jest@27.0.6 ├─ babel-plugin-jest-hoist@27.0.6 ├─ babel-preset-jest@27.0.6 ├─ 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.2 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001248 ├─ char-regex@1.0.2 ├─ ci-info@3.2.0 ├─ cjs-module-lexer@1.2.2 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.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.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.3.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.6 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@10.0.0 ├─ electron-to-chromium@1.3.793 ├─ 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.32.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.7 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.1 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.2.2 ├─ form-data@3.0.1 ├─ fs-extra@10.0.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ 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@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.10.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@7.0.1 ├─ 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.5.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.1 ├─ 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.6 ├─ jest-cli@27.0.6 ├─ jest-docblock@27.0.6 ├─ jest-jasmine2@27.0.6 ├─ jest-leak-detector@27.0.6 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.6 ├─ jest-serializer@27.0.6 ├─ jest-util@27.0.6 ├─ jest-watcher@27.0.6 ├─ jest@27.0.6 ├─ js-tokens@4.0.0 ├─ jsdom@16.7.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.1.1 ├─ listr2@3.11.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.49.0 ├─ mime-types@2.1.32 ├─ 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.1 ├─ 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-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 ├─ 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.4 ├─ 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.5 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@8.0.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.7.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.5.3 ├─ xmlchars@2.2.0 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.9 └─ yocto-queue@0.1.0 Done in 7.44s. ```
yarn audit ```Shell yarn audit v1.22.10 0 vulnerabilities found - Packages audited: 585 Done in 0.69s. ```

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.19 → ^0.7.21 @types/node ^16.4.10 → ^16.4.13 lint-staged ^11.1.1 → ^11.1.2 @technote-space/filter-github-action ^0.5.37 → ^0.5.39 @technote-space/github-action-log-helper ^0.1.33 → ^0.1.35 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.11 [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.24s. ``` ### stderr: ```Shell warning "@technote-space/github-action-test-helper > @octokit/plugin-rest-endpoint-methods@5.7.0" has unmet peer dependency "@octokit/core@>=3". ```
yarn upgrade ```Shell yarn upgrade v1.22.11 [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@13.1.0 ├─ @commitlint/config-conventional@13.1.0 ├─ @technote-space/filter-github-action@0.5.39 ├─ @technote-space/github-action-log-helper@0.1.35 ├─ @technote-space/github-action-test-helper@0.7.21 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @types/jest@26.0.24 ├─ @typescript-eslint/eslint-plugin@4.29.0 ├─ @typescript-eslint/parser@4.29.0 ├─ eslint@7.32.0 ├─ husky@7.0.1 ├─ jest@27.0.6 ├─ lint-staged@11.1.2 ├─ nock@13.1.1 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.4 └─ typescript@4.3.5 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.15.0 ├─ @babel/core@7.15.0 ├─ @babel/helper-compilation-targets@7.15.0 ├─ @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.15.0 ├─ @babel/helper-module-imports@7.14.5 ├─ @babel/helper-module-transforms@7.15.0 ├─ @babel/helper-optimise-call-expression@7.14.5 ├─ @babel/helper-replace-supers@7.15.0 ├─ @babel/helper-simple-access@7.14.8 ├─ @babel/helper-validator-option@7.14.5 ├─ @babel/helpers@7.14.8 ├─ @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@13.1.0 ├─ @commitlint/config-conventional@13.1.0 ├─ @commitlint/ensure@13.1.0 ├─ @commitlint/execute-rule@13.0.0 ├─ @commitlint/format@13.1.0 ├─ @commitlint/is-ignored@13.1.0 ├─ @commitlint/lint@13.1.0 ├─ @commitlint/load@13.1.0 ├─ @commitlint/message@13.0.0 ├─ @commitlint/parse@13.1.0 ├─ @commitlint/read@13.1.0 ├─ @commitlint/resolve-extends@13.0.0 ├─ @commitlint/rules@13.1.0 ├─ @commitlint/to-lines@13.0.0 ├─ @commitlint/top-level@13.0.0 ├─ @eslint/eslintrc@0.4.3 ├─ @humanwhocodes/config-array@0.5.0 ├─ @humanwhocodes/object-schema@1.2.0 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.6 ├─ @jest/reporters@27.0.6 ├─ @jest/test-sequencer@27.0.6 ├─ @nodelib/fs.scandir@2.1.5 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.8 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.5.1 ├─ @octokit/endpoint@6.0.12 ├─ @octokit/graphql@4.6.4 ├─ @octokit/openapi-types@9.4.0 ├─ @octokit/plugin-paginate-rest@2.15.0 ├─ @octokit/plugin-rest-endpoint-methods@5.7.0 ├─ @octokit/request-error@2.1.0 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@7.1.2 ├─ @technote-space/filter-github-action@0.5.39 ├─ @technote-space/github-action-log-helper@0.1.35 ├─ @technote-space/github-action-test-helper@0.7.21 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @technote-space/release-github-actions@7.0.6 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.15 ├─ @types/babel__generator@7.6.3 ├─ @types/babel__template@7.4.1 ├─ @types/babel__traverse@7.14.2 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/jest@26.0.24 ├─ @types/json-schema@7.0.9 ├─ @types/minimist@1.2.2 ├─ @types/normalize-package-data@2.4.1 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.3.2 ├─ @types/stack-utils@2.0.1 ├─ @typescript-eslint/eslint-plugin@4.29.0 ├─ @typescript-eslint/experimental-utils@4.29.0 ├─ @typescript-eslint/parser@4.29.0 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.2 ├─ 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 ├─ babel-jest@27.0.6 ├─ babel-plugin-jest-hoist@27.0.6 ├─ babel-preset-jest@27.0.6 ├─ 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.7 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.2 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001249 ├─ char-regex@1.0.2 ├─ ci-info@3.2.0 ├─ cjs-module-lexer@1.2.2 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.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.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.3.1 ├─ dedent@0.7.0 ├─ 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.6 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@10.0.0 ├─ electron-to-chromium@1.3.799 ├─ 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.32.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.7 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.1 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.2.2 ├─ form-data@3.0.1 ├─ fs-extra@10.0.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ 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@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.10.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@7.0.1 ├─ 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.5.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.1 ├─ 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.6 ├─ jest-cli@27.0.6 ├─ jest-docblock@27.0.6 ├─ jest-jasmine2@27.0.6 ├─ jest-leak-detector@27.0.6 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.6 ├─ jest-serializer@27.0.6 ├─ jest-util@27.0.6 ├─ jest-watcher@27.0.6 ├─ jest@27.0.6 ├─ js-tokens@4.0.0 ├─ jsdom@16.7.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.1.2 ├─ listr2@3.11.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.49.0 ├─ mime-types@2.1.32 ├─ 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.1 ├─ 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-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.4 ├─ 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.5 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@8.0.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.7.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.5.3 ├─ xmlchars@2.2.0 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.9 └─ yocto-queue@0.1.0 Done in 8.56s. ```
yarn audit ```Shell yarn audit v1.22.11 0 vulnerabilities found - Packages audited: 585 Done in 0.73s. ```

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.29.0 → ^4.29.1 @typescript-eslint/parser ^4.29.0 → ^4.29.1 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.11 [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.49s. ```
yarn upgrade ```Shell yarn upgrade v1.22.11 [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@13.1.0 ├─ @commitlint/config-conventional@13.1.0 ├─ @technote-space/filter-github-action@0.5.39 ├─ @technote-space/github-action-log-helper@0.1.35 ├─ @technote-space/github-action-test-helper@0.7.21 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @types/jest@26.0.24 ├─ @typescript-eslint/eslint-plugin@4.29.1 ├─ @typescript-eslint/parser@4.29.1 ├─ eslint@7.32.0 ├─ husky@7.0.1 ├─ jest@27.0.6 ├─ lint-staged@11.1.2 ├─ nock@13.1.1 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.4 └─ typescript@4.3.5 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.15.0 ├─ @babel/core@7.15.0 ├─ @babel/helper-compilation-targets@7.15.0 ├─ @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.15.0 ├─ @babel/helper-module-imports@7.14.5 ├─ @babel/helper-module-transforms@7.15.0 ├─ @babel/helper-optimise-call-expression@7.14.5 ├─ @babel/helper-replace-supers@7.15.0 ├─ @babel/helper-simple-access@7.14.8 ├─ @babel/helper-validator-option@7.14.5 ├─ @babel/helpers@7.14.8 ├─ @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@13.1.0 ├─ @commitlint/config-conventional@13.1.0 ├─ @commitlint/ensure@13.1.0 ├─ @commitlint/execute-rule@13.0.0 ├─ @commitlint/format@13.1.0 ├─ @commitlint/is-ignored@13.1.0 ├─ @commitlint/lint@13.1.0 ├─ @commitlint/load@13.1.0 ├─ @commitlint/message@13.0.0 ├─ @commitlint/parse@13.1.0 ├─ @commitlint/read@13.1.0 ├─ @commitlint/resolve-extends@13.0.0 ├─ @commitlint/rules@13.1.0 ├─ @commitlint/to-lines@13.0.0 ├─ @commitlint/top-level@13.0.0 ├─ @eslint/eslintrc@0.4.3 ├─ @humanwhocodes/config-array@0.5.0 ├─ @humanwhocodes/object-schema@1.2.0 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.6 ├─ @jest/reporters@27.0.6 ├─ @jest/test-sequencer@27.0.6 ├─ @nodelib/fs.scandir@2.1.5 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.8 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.5.1 ├─ @octokit/endpoint@6.0.12 ├─ @octokit/graphql@4.6.4 ├─ @octokit/openapi-types@9.4.0 ├─ @octokit/plugin-paginate-rest@2.15.0 ├─ @octokit/plugin-rest-endpoint-methods@5.7.0 ├─ @octokit/request-error@2.1.0 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@7.1.2 ├─ @technote-space/filter-github-action@0.5.39 ├─ @technote-space/github-action-log-helper@0.1.35 ├─ @technote-space/github-action-test-helper@0.7.21 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @technote-space/release-github-actions@7.0.6 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.15 ├─ @types/babel__generator@7.6.3 ├─ @types/babel__template@7.4.1 ├─ @types/babel__traverse@7.14.2 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-coverage@2.0.3 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/jest@26.0.24 ├─ @types/json-schema@7.0.9 ├─ @types/minimist@1.2.2 ├─ @types/normalize-package-data@2.4.1 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.3.2 ├─ @types/stack-utils@2.0.1 ├─ @typescript-eslint/eslint-plugin@4.29.1 ├─ @typescript-eslint/experimental-utils@4.29.1 ├─ @typescript-eslint/parser@4.29.1 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.2 ├─ 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 ├─ babel-jest@27.0.6 ├─ babel-plugin-jest-hoist@27.0.6 ├─ babel-preset-jest@27.0.6 ├─ 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.7 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.2 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001249 ├─ char-regex@1.0.2 ├─ ci-info@3.2.0 ├─ cjs-module-lexer@1.2.2 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.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.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.3.1 ├─ dedent@0.7.0 ├─ 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.6 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@10.0.0 ├─ electron-to-chromium@1.3.800 ├─ 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.32.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.7 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.1 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.2.2 ├─ form-data@3.0.1 ├─ fs-extra@10.0.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ 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@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.10.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@7.0.1 ├─ 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.5.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.1 ├─ 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.6 ├─ jest-cli@27.0.6 ├─ jest-docblock@27.0.6 ├─ jest-jasmine2@27.0.6 ├─ jest-leak-detector@27.0.6 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.6 ├─ jest-serializer@27.0.6 ├─ jest-util@27.0.6 ├─ jest-watcher@27.0.6 ├─ jest@27.0.6 ├─ js-tokens@4.0.0 ├─ jsdom@16.7.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.1.2 ├─ listr2@3.11.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.49.0 ├─ mime-types@2.1.32 ├─ 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.1 ├─ 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-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.4 ├─ 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.5 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@8.0.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.7.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.5.3 ├─ xmlchars@2.2.0 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.9 └─ yocto-queue@0.1.0 Done in 8.08s. ```
yarn audit ```Shell yarn audit v1.22.11 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 @technote-space/github-action-test-helper ^0.7.21 → ^0.7.22 @types/jest ^26.0.24 → ^27.0.1 @types/node ^16.4.13 → ^16.6.1 @technote-space/filter-github-action ^0.5.39 → ^0.5.40 @technote-space/github-action-helper ^5.2.15 → ^5.2.16 @technote-space/github-action-log-helper ^0.1.35 → ^0.1.36 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.11 [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.29s. ``` ### stderr: ```Shell warning "@technote-space/github-action-test-helper > @octokit/plugin-rest-endpoint-methods@5.8.0" has unmet peer dependency "@octokit/core@>=3". ```
yarn upgrade ```Shell yarn upgrade v1.22.11 [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@13.1.0 ├─ @commitlint/config-conventional@13.1.0 ├─ @technote-space/filter-github-action@0.5.40 ├─ @technote-space/github-action-log-helper@0.1.36 ├─ @technote-space/github-action-test-helper@0.7.22 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @types/jest@27.0.1 ├─ @typescript-eslint/eslint-plugin@4.29.1 ├─ @typescript-eslint/parser@4.29.1 ├─ eslint@7.32.0 ├─ husky@7.0.1 ├─ jest@27.0.6 ├─ lint-staged@11.1.2 ├─ nock@13.1.1 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.4 └─ typescript@4.3.5 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.15.0 ├─ @babel/core@7.15.0 ├─ @babel/helper-compilation-targets@7.15.0 ├─ @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.15.0 ├─ @babel/helper-module-imports@7.14.5 ├─ @babel/helper-module-transforms@7.15.0 ├─ @babel/helper-optimise-call-expression@7.14.5 ├─ @babel/helper-replace-supers@7.15.0 ├─ @babel/helper-simple-access@7.14.8 ├─ @babel/helper-validator-option@7.14.5 ├─ @babel/helpers@7.15.3 ├─ @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@13.1.0 ├─ @commitlint/config-conventional@13.1.0 ├─ @commitlint/ensure@13.1.0 ├─ @commitlint/execute-rule@13.0.0 ├─ @commitlint/format@13.1.0 ├─ @commitlint/is-ignored@13.1.0 ├─ @commitlint/lint@13.1.0 ├─ @commitlint/load@13.1.0 ├─ @commitlint/message@13.0.0 ├─ @commitlint/parse@13.1.0 ├─ @commitlint/read@13.1.0 ├─ @commitlint/resolve-extends@13.0.0 ├─ @commitlint/rules@13.1.0 ├─ @commitlint/to-lines@13.0.0 ├─ @commitlint/top-level@13.0.0 ├─ @eslint/eslintrc@0.4.3 ├─ @humanwhocodes/config-array@0.5.0 ├─ @humanwhocodes/object-schema@1.2.0 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.6 ├─ @jest/reporters@27.0.6 ├─ @jest/test-sequencer@27.0.6 ├─ @nodelib/fs.scandir@2.1.5 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.8 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.5.1 ├─ @octokit/endpoint@6.0.12 ├─ @octokit/graphql@4.6.4 ├─ @octokit/openapi-types@9.7.0 ├─ @octokit/plugin-paginate-rest@2.15.1 ├─ @octokit/plugin-rest-endpoint-methods@5.8.0 ├─ @octokit/request-error@2.1.0 ├─ @sinonjs/commons@1.8.3 ├─ @sinonjs/fake-timers@7.1.2 ├─ @technote-space/filter-github-action@0.5.40 ├─ @technote-space/github-action-log-helper@0.1.36 ├─ @technote-space/github-action-test-helper@0.7.22 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @technote-space/release-github-actions@7.0.6 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.15 ├─ @types/babel__generator@7.6.3 ├─ @types/babel__template@7.4.1 ├─ @types/babel__traverse@7.14.2 ├─ @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.1 ├─ @types/jest@27.0.1 ├─ @types/json-schema@7.0.9 ├─ @types/minimist@1.2.2 ├─ @types/normalize-package-data@2.4.1 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.3.2 ├─ @types/stack-utils@2.0.1 ├─ @types/yargs-parser@20.2.1 ├─ @typescript-eslint/eslint-plugin@4.29.1 ├─ @typescript-eslint/experimental-utils@4.29.1 ├─ @typescript-eslint/parser@4.29.1 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.2 ├─ 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 ├─ babel-jest@27.0.6 ├─ babel-plugin-jest-hoist@27.0.6 ├─ babel-preset-jest@27.0.6 ├─ 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.7 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.2 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001251 ├─ char-regex@1.0.2 ├─ ci-info@3.2.0 ├─ cjs-module-lexer@1.2.2 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.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.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.3.1 ├─ dedent@0.7.0 ├─ 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.6 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@10.0.0 ├─ electron-to-chromium@1.3.806 ├─ 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.32.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.7 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.1 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.2.2 ├─ form-data@3.0.1 ├─ fs-extra@10.0.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ 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@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.11.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@7.0.1 ├─ 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.5.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.1 ├─ 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.6 ├─ jest-cli@27.0.6 ├─ jest-docblock@27.0.6 ├─ jest-jasmine2@27.0.6 ├─ jest-leak-detector@27.0.6 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.6 ├─ jest-serializer@27.0.6 ├─ jest-util@27.0.6 ├─ jest-watcher@27.0.6 ├─ jest@27.0.6 ├─ js-tokens@4.0.0 ├─ jsdom@16.7.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.1.2 ├─ listr2@3.11.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.49.0 ├─ mime-types@2.1.32 ├─ 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.1 ├─ node-fetch@2.6.1 ├─ node-int64@0.4.0 ├─ node-modules-regexp@1.0.0 ├─ node-releases@1.1.74 ├─ 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 ├─ react-is@17.0.2 ├─ 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-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.4 ├─ 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.5 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@8.0.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.7.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.5.3 ├─ xmlchars@2.2.0 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.9 └─ yocto-queue@0.1.0 Done in 9.04s. ```
yarn audit ```Shell yarn audit v1.22.11 0 vulnerabilities found - Packages audited: 579 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 @typescript-eslint/eslint-plugin ^4.29.1 → ^4.29.2 @typescript-eslint/parser ^4.29.1 → ^4.29.2 @technote-space/github-action-helper ^5.2.16 → ^5.2.17 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.11 [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.60s. ```
yarn upgrade ```Shell yarn upgrade v1.22.11 [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@13.1.0 ├─ @commitlint/config-conventional@13.1.0 ├─ @technote-space/filter-github-action@0.5.40 ├─ @technote-space/github-action-log-helper@0.1.36 ├─ @technote-space/github-action-test-helper@0.7.22 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @types/jest@27.0.1 ├─ @typescript-eslint/eslint-plugin@4.29.2 ├─ @typescript-eslint/parser@4.29.2 ├─ eslint@7.32.0 ├─ husky@7.0.1 ├─ jest@27.0.6 ├─ lint-staged@11.1.2 ├─ nock@13.1.1 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.4 └─ typescript@4.3.5 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.15.0 ├─ @babel/core@7.15.0 ├─ @babel/helper-compilation-targets@7.15.0 ├─ @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.15.0 ├─ @babel/helper-module-imports@7.14.5 ├─ @babel/helper-module-transforms@7.15.0 ├─ @babel/helper-optimise-call-expression@7.14.5 ├─ @babel/helper-replace-supers@7.15.0 ├─ @babel/helper-simple-access@7.14.8 ├─ @babel/helper-validator-option@7.14.5 ├─ @babel/helpers@7.15.3 ├─ @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@13.1.0 ├─ @commitlint/config-conventional@13.1.0 ├─ @commitlint/ensure@13.1.0 ├─ @commitlint/execute-rule@13.0.0 ├─ @commitlint/format@13.1.0 ├─ @commitlint/is-ignored@13.1.0 ├─ @commitlint/lint@13.1.0 ├─ @commitlint/load@13.1.0 ├─ @commitlint/message@13.0.0 ├─ @commitlint/parse@13.1.0 ├─ @commitlint/read@13.1.0 ├─ @commitlint/resolve-extends@13.0.0 ├─ @commitlint/rules@13.1.0 ├─ @commitlint/to-lines@13.0.0 ├─ @commitlint/top-level@13.0.0 ├─ @eslint/eslintrc@0.4.3 ├─ @humanwhocodes/config-array@0.5.0 ├─ @humanwhocodes/object-schema@1.2.0 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.6 ├─ @jest/reporters@27.0.6 ├─ @jest/test-sequencer@27.0.6 ├─ @nodelib/fs.scandir@2.1.5 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.8 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.5.1 ├─ @octokit/endpoint@6.0.12 ├─ @octokit/graphql@4.6.4 ├─ @octokit/openapi-types@9.7.0 ├─ @octokit/plugin-paginate-rest@2.15.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.40 ├─ @technote-space/github-action-log-helper@0.1.36 ├─ @technote-space/github-action-test-helper@0.7.22 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @technote-space/release-github-actions@7.0.6 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.15 ├─ @types/babel__generator@7.6.3 ├─ @types/babel__template@7.4.1 ├─ @types/babel__traverse@7.14.2 ├─ @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.1 ├─ @types/jest@27.0.1 ├─ @types/json-schema@7.0.9 ├─ @types/minimist@1.2.2 ├─ @types/normalize-package-data@2.4.1 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.3.2 ├─ @types/stack-utils@2.0.1 ├─ @types/yargs-parser@20.2.1 ├─ @typescript-eslint/eslint-plugin@4.29.2 ├─ @typescript-eslint/experimental-utils@4.29.2 ├─ @typescript-eslint/parser@4.29.2 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.2 ├─ 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 ├─ babel-jest@27.0.6 ├─ babel-plugin-jest-hoist@27.0.6 ├─ babel-preset-jest@27.0.6 ├─ 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.7 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.2 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001251 ├─ char-regex@1.0.2 ├─ ci-info@3.2.0 ├─ cjs-module-lexer@1.2.2 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.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.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.3.1 ├─ dedent@0.7.0 ├─ 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.6 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@10.0.0 ├─ electron-to-chromium@1.3.807 ├─ 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.32.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.7 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.11.1 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.2.2 ├─ form-data@3.0.1 ├─ fs-extra@10.0.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ 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@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.11.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@7.0.1 ├─ 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.5.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.1 ├─ 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.6 ├─ jest-cli@27.0.6 ├─ jest-docblock@27.0.6 ├─ jest-jasmine2@27.0.6 ├─ jest-leak-detector@27.0.6 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.6 ├─ jest-serializer@27.0.6 ├─ jest-util@27.0.6 ├─ jest-watcher@27.0.6 ├─ jest@27.0.6 ├─ js-tokens@4.0.0 ├─ jsdom@16.7.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.1.2 ├─ listr2@3.11.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.49.0 ├─ mime-types@2.1.32 ├─ 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.1 ├─ node-fetch@2.6.1 ├─ node-int64@0.4.0 ├─ node-modules-regexp@1.0.0 ├─ node-releases@1.1.74 ├─ 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 ├─ react-is@17.0.2 ├─ 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-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.4 ├─ 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.5 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@8.0.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.7.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.5.3 ├─ xmlchars@2.2.0 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.9 └─ yocto-queue@0.1.0 Done in 7.89s. ```
yarn audit ```Shell yarn audit v1.22.11 0 vulnerabilities found - Packages audited: 579 Done in 0.73s. ```

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.22 → ^0.7.24 @types/node ^16.6.1 → ^16.7.1 nock ^13.1.1 → ^13.1.2 ts-jest ^27.0.4 → ^27.0.5 @actions/core ^1.4.0 → ^1.5.0 @technote-space/filter-github-action ^0.5.40 → ^0.5.42 @technote-space/github-action-log-helper ^0.1.36 → ^0.1.37 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.11 [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.94s. ```
yarn upgrade ```Shell yarn upgrade v1.22.11 [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@13.1.0 ├─ @commitlint/config-conventional@13.1.0 ├─ @technote-space/filter-github-action@0.5.42 ├─ @technote-space/github-action-log-helper@0.1.37 ├─ @technote-space/github-action-test-helper@0.7.24 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @types/jest@27.0.1 ├─ @typescript-eslint/eslint-plugin@4.29.2 ├─ @typescript-eslint/parser@4.29.2 ├─ eslint@7.32.0 ├─ husky@7.0.1 ├─ jest@27.0.6 ├─ lint-staged@11.1.2 ├─ nock@13.1.2 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.5 └─ typescript@4.3.5 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.15.0 ├─ @babel/core@7.15.0 ├─ @babel/helper-compilation-targets@7.15.0 ├─ @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.15.0 ├─ @babel/helper-module-imports@7.14.5 ├─ @babel/helper-module-transforms@7.15.0 ├─ @babel/helper-optimise-call-expression@7.14.5 ├─ @babel/helper-replace-supers@7.15.0 ├─ @babel/helper-simple-access@7.14.8 ├─ @babel/helper-validator-option@7.14.5 ├─ @babel/helpers@7.15.3 ├─ @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@13.1.0 ├─ @commitlint/config-conventional@13.1.0 ├─ @commitlint/ensure@13.1.0 ├─ @commitlint/execute-rule@13.0.0 ├─ @commitlint/format@13.1.0 ├─ @commitlint/is-ignored@13.1.0 ├─ @commitlint/lint@13.1.0 ├─ @commitlint/load@13.1.0 ├─ @commitlint/message@13.0.0 ├─ @commitlint/parse@13.1.0 ├─ @commitlint/read@13.1.0 ├─ @commitlint/resolve-extends@13.0.0 ├─ @commitlint/rules@13.1.0 ├─ @commitlint/to-lines@13.0.0 ├─ @commitlint/top-level@13.0.0 ├─ @eslint/eslintrc@0.4.3 ├─ @humanwhocodes/config-array@0.5.0 ├─ @humanwhocodes/object-schema@1.2.0 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.6 ├─ @jest/reporters@27.0.6 ├─ @jest/test-sequencer@27.0.6 ├─ @nodelib/fs.scandir@2.1.5 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.8 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.5.1 ├─ @octokit/endpoint@6.0.12 ├─ @octokit/graphql@4.6.4 ├─ @octokit/openapi-types@9.7.0 ├─ @octokit/plugin-paginate-rest@2.15.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.42 ├─ @technote-space/github-action-log-helper@0.1.37 ├─ @technote-space/github-action-test-helper@0.7.24 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @technote-space/release-github-actions@7.0.6 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.15 ├─ @types/babel__generator@7.6.3 ├─ @types/babel__template@7.4.1 ├─ @types/babel__traverse@7.14.2 ├─ @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.1 ├─ @types/jest@27.0.1 ├─ @types/json-schema@7.0.9 ├─ @types/minimist@1.2.2 ├─ @types/normalize-package-data@2.4.1 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.3.2 ├─ @types/stack-utils@2.0.1 ├─ @types/yargs-parser@20.2.1 ├─ @typescript-eslint/eslint-plugin@4.29.2 ├─ @typescript-eslint/experimental-utils@4.29.2 ├─ @typescript-eslint/parser@4.29.2 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.2 ├─ 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 ├─ babel-jest@27.0.6 ├─ babel-plugin-jest-hoist@27.0.6 ├─ babel-preset-jest@27.0.6 ├─ 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.8 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.2 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001251 ├─ char-regex@1.0.2 ├─ ci-info@3.2.0 ├─ cjs-module-lexer@1.2.2 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.0 ├─ color-convert@2.0.1 ├─ color-name@1.1.4 ├─ colorette@1.3.0 ├─ 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.3.1 ├─ dedent@0.7.0 ├─ 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.6 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@10.0.0 ├─ electron-to-chromium@1.3.814 ├─ 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.32.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.7 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.12.0 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.2.2 ├─ form-data@3.0.1 ├─ fs-extra@10.0.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ 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@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.11.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@7.0.1 ├─ 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.6.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.1 ├─ 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.6 ├─ jest-cli@27.0.6 ├─ jest-docblock@27.0.6 ├─ jest-jasmine2@27.0.6 ├─ jest-leak-detector@27.0.6 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.6 ├─ jest-serializer@27.0.6 ├─ jest-util@27.0.6 ├─ jest-watcher@27.0.6 ├─ jest@27.0.6 ├─ js-tokens@4.0.0 ├─ jsdom@16.7.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.1.2 ├─ listr2@3.11.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.49.0 ├─ mime-types@2.1.32 ├─ mimic-fn@2.1.0 ├─ min-indent@1.0.1 ├─ minimist-options@4.1.0 ├─ minimist@1.2.5 ├─ ms@2.1.2 ├─ nock@13.1.2 ├─ node-fetch@2.6.1 ├─ node-int64@0.4.0 ├─ node-modules-regexp@1.0.0 ├─ node-releases@1.1.75 ├─ normalize-package-data@3.0.3 ├─ 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 ├─ react-is@17.0.2 ├─ 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-from-string@2.0.2 ├─ resolve-cwd@3.0.0 ├─ resolve-global@1.0.0 ├─ resolve@1.20.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.5 ├─ 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.5 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@8.0.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.7.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.5.3 ├─ xmlchars@2.2.0 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.9 └─ yocto-queue@0.1.0 Done in 9.38s. ```
yarn audit ```Shell yarn audit v1.22.11 0 vulnerabilities found - Packages audited: 578 Done in 0.78s. ```

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.29.2 → ^4.29.3 @typescript-eslint/parser ^4.29.2 → ^4.29.3 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.11 [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.48s. ```
yarn upgrade ```Shell yarn upgrade v1.22.11 [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@13.1.0 ├─ @commitlint/config-conventional@13.1.0 ├─ @technote-space/filter-github-action@0.5.42 ├─ @technote-space/github-action-log-helper@0.1.37 ├─ @technote-space/github-action-test-helper@0.7.24 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @types/jest@27.0.1 ├─ @typescript-eslint/eslint-plugin@4.29.3 ├─ @typescript-eslint/parser@4.29.3 ├─ eslint@7.32.0 ├─ husky@7.0.1 ├─ jest@27.0.6 ├─ lint-staged@11.1.2 ├─ nock@13.1.2 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.5 └─ typescript@4.3.5 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.15.0 ├─ @babel/core@7.15.0 ├─ @babel/helper-compilation-targets@7.15.0 ├─ @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.15.0 ├─ @babel/helper-module-imports@7.14.5 ├─ @babel/helper-module-transforms@7.15.0 ├─ @babel/helper-optimise-call-expression@7.14.5 ├─ @babel/helper-replace-supers@7.15.0 ├─ @babel/helper-simple-access@7.14.8 ├─ @babel/helper-validator-option@7.14.5 ├─ @babel/helpers@7.15.3 ├─ @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@13.1.0 ├─ @commitlint/config-conventional@13.1.0 ├─ @commitlint/ensure@13.1.0 ├─ @commitlint/execute-rule@13.0.0 ├─ @commitlint/format@13.1.0 ├─ @commitlint/is-ignored@13.1.0 ├─ @commitlint/lint@13.1.0 ├─ @commitlint/load@13.1.0 ├─ @commitlint/message@13.0.0 ├─ @commitlint/parse@13.1.0 ├─ @commitlint/read@13.1.0 ├─ @commitlint/resolve-extends@13.0.0 ├─ @commitlint/rules@13.1.0 ├─ @commitlint/to-lines@13.0.0 ├─ @commitlint/top-level@13.0.0 ├─ @eslint/eslintrc@0.4.3 ├─ @humanwhocodes/config-array@0.5.0 ├─ @humanwhocodes/object-schema@1.2.0 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.0.6 ├─ @jest/reporters@27.0.6 ├─ @jest/test-sequencer@27.0.6 ├─ @nodelib/fs.scandir@2.1.5 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.8 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.5.1 ├─ @octokit/endpoint@6.0.12 ├─ @octokit/graphql@4.6.4 ├─ @octokit/openapi-types@9.7.0 ├─ @octokit/plugin-paginate-rest@2.15.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.42 ├─ @technote-space/github-action-log-helper@0.1.37 ├─ @technote-space/github-action-test-helper@0.7.24 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @technote-space/release-github-actions@7.0.6 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.15 ├─ @types/babel__generator@7.6.3 ├─ @types/babel__template@7.4.1 ├─ @types/babel__traverse@7.14.2 ├─ @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.1 ├─ @types/jest@27.0.1 ├─ @types/json-schema@7.0.9 ├─ @types/minimist@1.2.2 ├─ @types/normalize-package-data@2.4.1 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.3.2 ├─ @types/stack-utils@2.0.1 ├─ @types/yargs-parser@20.2.1 ├─ @typescript-eslint/eslint-plugin@4.29.3 ├─ @typescript-eslint/experimental-utils@4.29.3 ├─ @typescript-eslint/parser@4.29.3 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.2 ├─ 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 ├─ babel-jest@27.0.6 ├─ babel-plugin-jest-hoist@27.0.6 ├─ babel-preset-jest@27.0.6 ├─ 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.8 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.2 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001251 ├─ char-regex@1.0.2 ├─ ci-info@3.2.0 ├─ cjs-module-lexer@1.2.2 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.0 ├─ color-convert@2.0.1 ├─ color-name@1.1.4 ├─ colorette@1.3.0 ├─ 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.3.1 ├─ dedent@0.7.0 ├─ 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.6 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@10.0.0 ├─ electron-to-chromium@1.3.816 ├─ 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.32.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.7 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.12.0 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.2.2 ├─ form-data@3.0.1 ├─ fs-extra@10.0.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ 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@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.11.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@7.0.1 ├─ 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.6.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.1 ├─ 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.6 ├─ jest-cli@27.0.6 ├─ jest-docblock@27.0.6 ├─ jest-jasmine2@27.0.6 ├─ jest-leak-detector@27.0.6 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.0.6 ├─ jest-serializer@27.0.6 ├─ jest-util@27.0.6 ├─ jest-watcher@27.0.6 ├─ jest@27.0.6 ├─ js-tokens@4.0.0 ├─ jsdom@16.7.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.1.2 ├─ listr2@3.11.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.49.0 ├─ mime-types@2.1.32 ├─ mimic-fn@2.1.0 ├─ min-indent@1.0.1 ├─ minimist-options@4.1.0 ├─ minimist@1.2.5 ├─ ms@2.1.2 ├─ nock@13.1.2 ├─ node-fetch@2.6.1 ├─ node-int64@0.4.0 ├─ node-modules-regexp@1.0.0 ├─ node-releases@1.1.75 ├─ normalize-package-data@3.0.3 ├─ 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 ├─ react-is@17.0.2 ├─ 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-from-string@2.0.2 ├─ resolve-cwd@3.0.0 ├─ resolve-global@1.0.0 ├─ resolve@1.20.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.5 ├─ 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.5 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@8.0.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.7.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.5.3 ├─ xmlchars@2.2.0 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.9 └─ yocto-queue@0.1.0 Done in 8.88s. ```
yarn audit ```Shell yarn audit v1.22.11 0 vulnerabilities found - Packages audited: 578 Done in 0.63s. ```

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 ^16.7.1 → ^16.7.4 husky ^7.0.1 → ^7.0.2 jest ^27.0.6 → ^27.1.0 jest-circus ^27.0.6 → ^27.1.0 nock ^13.1.2 → ^13.1.3 typescript ^4.3.5 → ^4.4.2 @technote-space/filter-github-action ^0.5.42 → ^0.5.44 Run yarn install to install new versions. ```
yarn install ```Shell yarn install v1.22.11 [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.02s. ```
yarn upgrade ```Shell yarn upgrade v1.22.11 [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@13.1.0 ├─ @commitlint/config-conventional@13.1.0 ├─ @technote-space/filter-github-action@0.5.44 ├─ @technote-space/github-action-log-helper@0.1.37 ├─ @technote-space/github-action-test-helper@0.7.24 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @types/jest@27.0.1 ├─ @typescript-eslint/eslint-plugin@4.29.3 ├─ @typescript-eslint/parser@4.29.3 ├─ eslint@7.32.0 ├─ husky@7.0.2 ├─ jest@27.1.0 ├─ lint-staged@11.1.2 ├─ nock@13.1.3 ├─ replace-in-file@6.2.0 ├─ ts-jest@27.0.5 └─ typescript@4.4.2 info All dependencies ├─ @actions/http-client@1.0.11 ├─ @babel/compat-data@7.15.0 ├─ @babel/core@7.15.0 ├─ @babel/helper-compilation-targets@7.15.0 ├─ @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.15.0 ├─ @babel/helper-module-imports@7.14.5 ├─ @babel/helper-module-transforms@7.15.0 ├─ @babel/helper-optimise-call-expression@7.14.5 ├─ @babel/helper-replace-supers@7.15.0 ├─ @babel/helper-simple-access@7.14.8 ├─ @babel/helper-validator-option@7.14.5 ├─ @babel/helpers@7.15.3 ├─ @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@13.1.0 ├─ @commitlint/config-conventional@13.1.0 ├─ @commitlint/ensure@13.1.0 ├─ @commitlint/execute-rule@13.0.0 ├─ @commitlint/format@13.1.0 ├─ @commitlint/is-ignored@13.1.0 ├─ @commitlint/lint@13.1.0 ├─ @commitlint/load@13.1.0 ├─ @commitlint/message@13.0.0 ├─ @commitlint/parse@13.1.0 ├─ @commitlint/read@13.1.0 ├─ @commitlint/resolve-extends@13.0.0 ├─ @commitlint/rules@13.1.0 ├─ @commitlint/to-lines@13.0.0 ├─ @commitlint/top-level@13.0.0 ├─ @eslint/eslintrc@0.4.3 ├─ @humanwhocodes/config-array@0.5.0 ├─ @humanwhocodes/object-schema@1.2.0 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @jest/globals@27.1.0 ├─ @jest/reporters@27.1.0 ├─ @jest/test-sequencer@27.1.0 ├─ @nodelib/fs.scandir@2.1.5 ├─ @nodelib/fs.stat@2.0.5 ├─ @nodelib/fs.walk@1.2.8 ├─ @octokit/auth-token@2.4.5 ├─ @octokit/core@3.5.1 ├─ @octokit/endpoint@6.0.12 ├─ @octokit/graphql@4.7.0 ├─ @octokit/openapi-types@9.7.0 ├─ @octokit/plugin-paginate-rest@2.15.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.44 ├─ @technote-space/github-action-log-helper@0.1.37 ├─ @technote-space/github-action-test-helper@0.7.24 ├─ @technote-space/release-github-actions-cli@1.8.6 ├─ @technote-space/release-github-actions@7.0.6 ├─ @tootallnate/once@1.1.2 ├─ @types/babel__core@7.1.15 ├─ @types/babel__generator@7.6.3 ├─ @types/babel__template@7.4.1 ├─ @types/babel__traverse@7.14.2 ├─ @types/graceful-fs@4.1.5 ├─ @types/istanbul-lib-report@3.0.0 ├─ @types/istanbul-reports@3.0.1 ├─ @types/jest@27.0.1 ├─ @types/json-schema@7.0.9 ├─ @types/minimist@1.2.2 ├─ @types/normalize-package-data@2.4.1 ├─ @types/parse-json@4.0.0 ├─ @types/prettier@2.3.2 ├─ @types/stack-utils@2.0.1 ├─ @types/yargs-parser@20.2.1 ├─ @typescript-eslint/eslint-plugin@4.29.3 ├─ @typescript-eslint/experimental-utils@4.29.3 ├─ @typescript-eslint/parser@4.29.3 ├─ abab@2.0.5 ├─ acorn-globals@6.0.0 ├─ acorn-jsx@5.3.2 ├─ 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 ├─ babel-jest@27.1.0 ├─ babel-plugin-jest-hoist@27.0.6 ├─ babel-preset-jest@27.0.6 ├─ 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.8 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.2 ├─ camelcase-keys@6.2.2 ├─ caniuse-lite@1.0.30001252 ├─ char-regex@1.0.2 ├─ ci-info@3.2.0 ├─ cjs-module-lexer@1.2.2 ├─ clean-stack@2.2.0 ├─ cli-cursor@3.1.0 ├─ color-convert@2.0.1 ├─ color-name@1.1.4 ├─ colorette@1.3.0 ├─ 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.3.1 ├─ dedent@0.7.0 ├─ 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.6 ├─ dir-glob@3.0.1 ├─ doctrine@3.0.0 ├─ domexception@2.0.1 ├─ dot-prop@5.3.0 ├─ dotenv@10.0.0 ├─ electron-to-chromium@1.3.822 ├─ 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.32.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.4.0 ├─ esrecurse@4.3.0 ├─ fast-glob@3.2.7 ├─ fast-levenshtein@2.0.6 ├─ fastq@1.12.0 ├─ fb-watchman@2.0.1 ├─ file-entry-cache@6.0.1 ├─ fill-range@7.0.1 ├─ flat-cache@3.0.4 ├─ flatted@3.2.2 ├─ form-data@3.0.1 ├─ fs-extra@10.0.0 ├─ fs.realpath@1.0.0 ├─ function-bind@1.1.1 ├─ gensync@1.0.0-beta.2 ├─ 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@7.1.7 ├─ global-dirs@0.1.1 ├─ globals@13.11.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@7.0.2 ├─ 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.6.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.1 ├─ 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.1.0 ├─ jest-cli@27.1.0 ├─ jest-docblock@27.0.6 ├─ jest-jasmine2@27.1.0 ├─ jest-leak-detector@27.1.0 ├─ jest-pnp-resolver@1.2.2 ├─ jest-resolve-dependencies@27.1.0 ├─ jest-serializer@27.0.6 ├─ jest-util@27.1.0 ├─ jest-watcher@27.1.0 ├─ jest@27.1.0 ├─ js-tokens@4.0.0 ├─ jsdom@16.7.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.1.2 ├─ listr2@3.11.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.49.0 ├─ mime-types@2.1.32 ├─ mimic-fn@2.1.0 ├─ min-indent@1.0.1 ├─ minimist-options@4.1.0 ├─ minimist@1.2.5 ├─ ms@2.1.2 ├─ nock@13.1.3 ├─ node-fetch@2.6.1 ├─ node-int64@0.4.0 ├─ node-modules-regexp@1.0.0 ├─ node-releases@1.1.75 ├─ normalize-package-data@3.0.3 ├─ 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 ├─ react-is@17.0.2 ├─ 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-from-string@2.0.2 ├─ resolve-cwd@3.0.0 ├─ resolve-global@1.0.0 ├─ resolve@1.20.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.5 ├─ 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.4.2 ├─ util-deprecate@1.0.2 ├─ v8-compile-cache@2.3.0 ├─ v8-to-istanbul@8.0.0 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@2.0.0 ├─ walker@1.0.7 ├─ whatwg-url@8.7.0 ├─ which@2.0.2 ├─ word-wrap@1.2.3 ├─ write-file-atomic@3.0.3 ├─ ws@7.5.3 ├─ xmlchars@2.2.0 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@20.2.9 └─ yocto-queue@0.1.0 Done in 11.40s. ```
yarn audit ```Shell yarn audit v1.22.11 0 vulnerabilities found - Packages audited: 578 Done in 0.63s. ```

Changed files

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

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