Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v2.1.4 #253

Merged
merged 13 commits into from
Dec 4, 2022
Merged

release: v2.1.4 #253

merged 13 commits into from
Dec 4, 2022

Conversation

technote-space
Copy link
Owner

@technote-space technote-space commented Oct 5, 2022

Changes

Base PullRequest

default branch (https://github.com/technote-space/create-pr-action/tree/main)

Command results

Details:
add path
/home/runner/work/_actions/technote-space/create-pr-action/gh-actions/node_modules/npm-check-updates/build/src/bin
cli.js -u --packageFile package.json
Using yarn
Upgrading /home/runner/work/create-pr-action/create-pr-action/package.json

 @actions/core                       ^1.9.1  →  ^1.10.0
 @actions/github                     ^5.1.0  →   ^5.1.1
 @types/node                       ^18.7.23  →  ^18.8.2
 @typescript-eslint/eslint-plugin   ^5.38.1  →  ^5.39.0
 @typescript-eslint/parser          ^5.38.1  →  ^5.39.0
 npm-check-updates                  ^16.3.2  →  ^16.3.8

Run yarn install to install new versions.
yarn install
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
$ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install
Done in 15.44s.

stderr:

warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@6.6.2" has unmet peer dependency "@octokit/core@>=3".
yarn upgrade
yarn upgrade v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Rebuilding all packages...
success Saved lockfile.
success Saved 427 new dependencies.
info Direct dependencies
├─ @commitlint/cli@17.1.2
├─ @commitlint/config-conventional@17.1.0
├─ @rollup/plugin-commonjs@22.0.2
├─ @rollup/plugin-json@4.1.0
├─ @rollup/plugin-node-resolve@14.1.0
├─ @rollup/plugin-typescript@8.5.0
├─ @sindresorhus/tsconfig@3.0.1
├─ @technote-space/github-action-helper@5.3.8
├─ @technote-space/github-action-pr-helper@2.3.5
├─ @technote-space/github-action-test-helper@0.9.10
├─ @technote-space/release-github-actions-cli@1.9.2
├─ @typescript-eslint/eslint-plugin@5.39.0
├─ @typescript-eslint/parser@5.39.0
├─ @vitest/coverage-c8@0.23.4
├─ eslint-plugin-import@2.26.0
├─ eslint@8.24.0
├─ husky@8.0.1
├─ lint-staged@13.0.3
├─ npm-check-updates@16.3.8
├─ pinst@3.0.0
├─ rollup@2.79.1
├─ typescript@4.8.4
└─ vitest@0.23.4
info All dependencies
├─ @babel/code-frame@7.18.6
├─ @babel/helper-validator-identifier@7.19.1
├─ @babel/highlight@7.18.6
├─ @bcoe/v8-coverage@0.2.3
├─ @commitlint/cli@17.1.2
├─ @commitlint/config-conventional@17.1.0
├─ @commitlint/ensure@17.0.0
├─ @commitlint/execute-rule@17.0.0
├─ @commitlint/format@17.0.0
├─ @commitlint/is-ignored@17.1.0
├─ @commitlint/lint@17.1.0
├─ @commitlint/load@17.1.2
├─ @commitlint/message@17.0.0
├─ @commitlint/parse@17.0.0
├─ @commitlint/read@17.1.0
├─ @commitlint/resolve-extends@17.1.0
├─ @commitlint/rules@17.0.0
├─ @commitlint/to-lines@17.0.0
├─ @commitlint/top-level@17.0.0
├─ @cspotcode/source-map-support@0.8.1
├─ @eslint/eslintrc@1.3.2
├─ @gar/promisify@1.1.3
├─ @humanwhocodes/config-array@0.10.7
├─ @humanwhocodes/gitignore-to-minimatch@1.0.2
├─ @humanwhocodes/module-importer@1.0.1
├─ @humanwhocodes/object-schema@1.2.1
├─ @istanbuljs/schema@0.1.3
├─ @jridgewell/trace-mapping@0.3.15
├─ @nodelib/fs.scandir@2.1.5
├─ @nodelib/fs.stat@2.0.5
├─ @nodelib/fs.walk@1.2.8
├─ @npmcli/fs@2.1.2
├─ @npmcli/git@3.0.2
├─ @npmcli/installed-package-contents@1.0.7
├─ @npmcli/move-file@2.0.1
├─ @npmcli/node-gyp@2.0.0
├─ @npmcli/run-script@4.2.1
├─ @octokit/auth-token@2.5.0
├─ @octokit/core@3.6.0
├─ @octokit/endpoint@6.0.12
├─ @octokit/graphql@4.8.0
├─ @octokit/plugin-paginate-rest@2.21.3
├─ @octokit/plugin-rest-endpoint-methods@6.6.2
├─ @octokit/request-error@2.1.0
├─ @octokit/request@5.6.3
├─ @pnpm/network.ca-file@1.0.1
├─ @pnpm/npm-conf@1.0.5
├─ @rollup/plugin-commonjs@22.0.2
├─ @rollup/plugin-json@4.1.0
├─ @rollup/plugin-node-resolve@14.1.0
├─ @rollup/plugin-typescript@8.5.0
├─ @sindresorhus/is@5.3.0
├─ @sindresorhus/tsconfig@3.0.1
├─ @szmarczak/http-timer@5.0.1
├─ @technote-space/filter-github-action@0.6.4
├─ @technote-space/github-action-helper@5.3.8
├─ @technote-space/github-action-pr-helper@2.3.5
├─ @technote-space/github-action-test-helper@0.9.10
├─ @technote-space/release-github-actions-cli@1.9.2
├─ @technote-space/release-github-actions@7.2.4
├─ @tootallnate/once@2.0.0
├─ @tsconfig/node10@1.0.9
├─ @tsconfig/node12@1.0.11
├─ @tsconfig/node14@1.0.3
├─ @tsconfig/node16@1.0.3
├─ @types/chai@4.3.3
├─ @types/estree@1.0.0
├─ @types/http-cache-semantics@4.0.1
├─ @types/istanbul-lib-coverage@2.0.4
├─ @types/json-schema@7.0.11
├─ @types/json5@0.0.29
├─ @types/minimist@1.2.2
├─ @types/normalize-package-data@2.4.1
├─ @types/parse-json@4.0.0
├─ @types/resolve@1.17.1
├─ @typescript-eslint/eslint-plugin@5.39.0
├─ @typescript-eslint/parser@5.39.0
├─ @typescript-eslint/type-utils@5.39.0
├─ @vitest/coverage-c8@0.23.4
├─ abbrev@1.1.1
├─ acorn-jsx@5.3.2
├─ acorn-walk@8.2.0
├─ agent-base@6.0.2
├─ agentkeepalive@4.2.1
├─ aggregate-error@3.1.0
├─ ajv@6.12.6
├─ ansi-align@3.0.1
├─ ansi-escapes@4.3.2
├─ ansi-regex@5.0.1
├─ aproba@2.0.0
├─ are-we-there-yet@3.0.1
├─ arg@4.1.3
├─ argparse@2.0.1
├─ array-ify@1.0.0
├─ array-includes@3.1.5
├─ array-union@2.1.0
├─ array.prototype.flat@1.3.0
├─ arrify@1.0.1
├─ assertion-error@1.1.0
├─ before-after-hook@2.2.3
├─ boxen@7.0.0
├─ brace-expansion@1.1.11
├─ braces@3.0.2
├─ buffer-from@1.1.2
├─ builtin-modules@3.3.0
├─ builtins@5.0.1
├─ c8@7.12.0
├─ cacache@16.1.3
├─ cacheable-lookup@7.0.0
├─ cacheable-request@10.2.1
├─ callsites@3.1.0
├─ camelcase-keys@6.2.2
├─ camelcase@7.0.0
├─ chalk@4.1.2
├─ check-error@1.0.2
├─ ci-info@3.4.0
├─ clean-stack@2.2.0
├─ cli-boxes@3.0.0
├─ cli-cursor@3.1.0
├─ cli-table@0.3.11
├─ cli-truncate@3.1.0
├─ cliui@8.0.1
├─ color-convert@2.0.1
├─ color-name@1.1.4
├─ color-support@1.1.3
├─ colorette@2.0.19
├─ colors@1.0.3
├─ commondir@1.0.1
├─ concat-map@0.0.1
├─ config-chain@1.1.13
├─ configstore@6.0.0
├─ conventional-changelog-angular@5.0.13
├─ conventional-changelog-conventionalcommits@5.0.0
├─ conventional-commits-parser@3.2.4
├─ convert-source-map@1.8.0
├─ cosmiconfig@7.0.1
├─ create-require@1.1.1
├─ crypto-random-string@4.0.0
├─ dargs@7.0.0
├─ decamelize-keys@1.1.0
├─ decamelize@1.2.0
├─ decompress-response@6.0.0
├─ deep-eql@3.0.1
├─ deep-extend@0.6.0
├─ deep-is@0.1.4
├─ deepmerge@4.2.2
├─ defer-to-connect@2.0.1
├─ delegates@1.0.0
├─ depd@1.1.2
├─ diff@4.0.2
├─ dir-glob@3.0.1
├─ doctrine@2.1.0
├─ dot-prop@5.3.0
├─ dotenv@16.0.3
├─ eastasianwidth@0.2.0
├─ emoji-regex@8.0.0
├─ encoding@0.1.13
├─ env-paths@2.2.1
├─ err-code@2.0.3
├─ error-ex@1.3.2
├─ es-shim-unscopables@1.0.0
├─ es-to-primitive@1.2.1
├─ esbuild-linux-64@0.15.10
├─ esbuild@0.15.10
├─ escape-goat@4.0.0
├─ escape-string-regexp@4.0.0
├─ eslint-import-resolver-node@0.3.6
├─ eslint-module-utils@2.7.4
├─ eslint-plugin-import@2.26.0
├─ eslint-scope@7.1.1
├─ eslint@8.24.0
├─ esquery@1.4.0
├─ estraverse@5.3.0
├─ estree-walker@2.0.2
├─ fast-glob@3.2.12
├─ fast-json-stable-stringify@2.1.0
├─ fast-levenshtein@2.0.6
├─ fast-memoize@2.5.2
├─ fastq@1.13.0
├─ file-entry-cache@6.0.1
├─ fill-range@7.0.1
├─ flat-cache@3.0.4
├─ flatted@3.2.7
├─ foreground-child@2.0.0
├─ form-data-encoder@2.1.3
├─ fp-and-or@0.1.3
├─ fs-extra@10.1.0
├─ fs-minipass@2.1.0
├─ function.prototype.name@1.1.5
├─ gauge@4.0.4
├─ get-stdin@8.0.0
├─ get-symbol-description@1.0.0
├─ git-raw-commits@2.0.11
├─ glob-parent@6.0.2
├─ global-dirs@0.1.1
├─ got@12.5.1
├─ graceful-fs@4.2.10
├─ grapheme-splitter@1.0.4
├─ hard-rejection@2.1.0
├─ has-bigints@1.0.2
├─ has-flag@4.0.0
├─ has-unicode@2.0.1
├─ has-yarn@3.0.0
├─ html-escaper@2.0.2
├─ http-proxy-agent@5.0.0
├─ http2-wrapper@2.1.11
├─ https-proxy-agent@5.0.1
├─ human-signals@2.1.0
├─ humanize-ms@1.2.1
├─ husky@8.0.1
├─ iconv-lite@0.6.3
├─ ignore-walk@5.0.1
├─ import-lazy@4.0.0
├─ inherits@2.0.4
├─ internal-slot@1.0.3
├─ ip@2.0.0
├─ is-arrayish@0.2.1
├─ is-bigint@1.0.4
├─ is-boolean-object@1.1.2
├─ is-builtin-module@3.2.0
├─ is-callable@1.2.7
├─ is-ci@3.0.1
├─ is-date-object@1.0.5
├─ is-extglob@2.1.1
├─ is-installed-globally@0.4.0
├─ is-lambda@1.0.1
├─ is-module@1.0.0
├─ is-negative-zero@2.0.2
├─ is-npm@6.0.0
├─ is-number-object@1.0.7
├─ is-number@7.0.0
├─ is-path-inside@3.0.3
├─ is-plain-obj@1.1.0
├─ is-reference@1.2.1
├─ is-shared-array-buffer@1.0.2
├─ is-stream@2.0.1
├─ is-string@1.0.7
├─ is-symbol@1.0.4
├─ is-text-path@1.0.1
├─ is-weakref@1.0.2
├─ is-yarn-global@0.4.0
├─ isexe@2.0.0
├─ istanbul-lib-coverage@3.2.0
├─ istanbul-reports@3.1.5
├─ jju@1.4.0
├─ js-sdsl@4.1.5
├─ js-tokens@4.0.0
├─ json-buffer@3.0.1
├─ json-parse-helpfulerror@1.0.3
├─ json-schema-traverse@0.4.1
├─ json-stable-stringify-without-jsonify@1.0.1
├─ json5@1.0.1
├─ jsonfile@6.1.0
├─ jsonlines@0.1.1
├─ jsonparse@1.3.1
├─ JSONStream@1.3.5
├─ keyv@4.5.0
├─ kind-of@6.0.3
├─ kleur@4.1.5
├─ latest-version@7.0.0
├─ lilconfig@2.0.5
├─ lines-and-columns@1.2.4
├─ lint-staged@13.0.3
├─ listr2@4.0.5
├─ locate-path@6.0.0
├─ lodash.merge@4.6.2
├─ log-update@4.0.0
├─ loupe@2.3.4
├─ magic-string@0.25.9
├─ make-dir@3.1.0
├─ make-error@1.3.6
├─ make-fetch-happen@10.2.1
├─ map-obj@1.0.1
├─ merge2@1.4.1
├─ micromatch@4.0.5
├─ mimic-fn@2.1.0
├─ mimic-response@3.1.0
├─ min-indent@1.0.1
├─ minimist-options@4.1.0
├─ minipass-json-stream@1.0.1
├─ minipass-sized@1.0.3
├─ moment@2.29.4
├─ ms@2.1.3
├─ nanoid@3.3.4
├─ natural-compare@1.4.0
├─ negotiator@0.6.3
├─ node-fetch@2.6.7
├─ node-gyp@9.2.0
├─ nopt@6.0.0
├─ normalize-package-data@4.0.1
├─ normalize-path@3.0.0
├─ normalize-url@7.2.0
├─ npm-bundled@1.1.2
├─ npm-check-updates@16.3.8
├─ npm-install-checks@5.0.0
├─ npm-package-arg@9.1.2
├─ npm-packlist@5.1.3
├─ npm-registry-fetch@13.3.1
├─ npm-run-path@4.0.1
├─ npmlog@6.0.2
├─ object.assign@4.1.4
├─ object.values@1.1.5
├─ once@1.4.0
├─ onetime@5.1.2
├─ optionator@0.9.1
├─ p-cancelable@3.0.0
├─ p-limit@3.1.0
├─ p-locate@5.0.0
├─ p-try@2.2.0
├─ package-json@8.1.0
├─ pacote@13.6.2
├─ parent-module@1.0.1
├─ parse-github-url@1.0.2
├─ path-is-absolute@1.0.1
├─ path-key@3.1.1
├─ path-parse@1.0.7
├─ pathval@1.1.1
├─ picocolors@1.0.0
├─ picomatch@2.3.1
├─ pidtree@0.6.0
├─ pinst@3.0.0
├─ postcss@8.4.17
├─ progress@2.0.3
├─ prompts-ncu@2.5.1
├─ proto-list@1.2.4
├─ punycode@2.1.1
├─ pupa@3.1.0
├─ queue-microtask@1.2.3
├─ quick-lru@4.0.1
├─ rc-config-loader@4.1.0
├─ rc@1.2.8
├─ read-package-json@5.0.2
├─ read-pkg-up@7.0.1
├─ read-pkg@5.2.0
├─ readable-stream@3.6.0
├─ redent@3.0.0
├─ regexp.prototype.flags@1.4.3
├─ registry-auth-token@5.0.1
├─ registry-url@6.0.1
├─ remote-git-tags@3.0.0
├─ resolve-alpn@1.2.1
├─ resolve-global@1.0.0
├─ resolve@1.22.1
├─ restore-cursor@3.1.0
├─ retry@0.12.0
├─ reusify@1.0.4
├─ rfdc@1.3.0
├─ rollup@2.79.1
├─ run-parallel@1.2.0
├─ rxjs@7.5.7
├─ safe-buffer@5.1.2
├─ safe-regex-test@1.0.0
├─ safer-buffer@2.1.2
├─ semver-diff@4.0.0
├─ semver-utils@1.1.4
├─ set-blocking@2.0.0
├─ shebang-command@2.0.0
├─ shebang-regex@3.0.0
├─ shell-escape@0.2.0
├─ side-channel@1.0.4
├─ sisteransi@1.0.5
├─ slash@3.0.0
├─ slice-ansi@5.0.0
├─ smart-buffer@4.2.0
├─ socks-proxy-agent@7.0.0
├─ socks@2.7.1
├─ source-map-js@1.0.2
├─ source-map-support@0.5.21
├─ source-map@0.6.1
├─ sourcemap-codec@1.4.8
├─ spawn-please@1.0.0
├─ spdx-correct@3.1.1
├─ spdx-exceptions@2.3.0
├─ string_decoder@1.3.0
├─ string-argv@0.3.1
├─ string.prototype.trimend@1.0.5
├─ string.prototype.trimstart@1.0.5
├─ strip-bom@3.0.0
├─ strip-final-newline@2.0.0
├─ strip-indent@3.0.0
├─ strip-json-comments@3.1.1
├─ strip-literal@0.4.2
├─ supports-preserve-symlinks-flag@1.0.0
├─ tar@6.1.11
├─ test-exclude@6.0.0
├─ text-extensions@1.9.0
├─ text-table@0.2.0
├─ through@2.3.8
├─ tinybench@2.3.0
├─ tinypool@0.3.0
├─ tinyspy@1.0.2
├─ to-regex-range@5.0.1
├─ tr46@0.0.3
├─ trim-newlines@3.0.1
├─ tsconfig-paths@3.14.1
├─ tslib@1.14.1
├─ tunnel@0.0.6
├─ type-check@0.4.0
├─ type-detect@4.0.8
├─ type-fest@0.20.2
├─ typedarray-to-buffer@3.1.5
├─ typescript@4.8.4
├─ unbox-primitive@1.0.2
├─ unique-filename@2.0.1
├─ unique-slug@3.0.0
├─ unique-string@3.0.0
├─ untildify@4.0.0
├─ update-notifier@6.0.2
├─ util-deprecate@1.0.2
├─ uuid@8.3.2
├─ v8-compile-cache-lib@3.0.1
├─ v8-to-istanbul@9.0.1
├─ validate-npm-package-name@4.0.0
├─ vitest@0.23.4
├─ webidl-conversions@3.0.1
├─ whatwg-url@5.0.0
├─ which-boxed-primitive@1.0.2
├─ which@2.0.2
├─ wide-align@1.1.5
├─ widest-line@4.0.1
├─ word-wrap@1.2.3
├─ write-file-atomic@3.0.3
├─ xdg-basedir@5.1.0
├─ yargs-parser@20.2.9
├─ yargs@17.6.0
├─ yn@3.1.1
└─ yocto-queue@0.1.0
Done in 14.57s.

stderr:

warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@6.6.2" has unmet peer dependency "@octokit/core@>=3".
yarn audit
yarn audit v1.22.19
0 vulnerabilities found - Packages audited: 701
Done in 0.64s.

Changed files

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

:octocat: Repo | 📝 Issues | 🏬 Marketplace

@github-actions github-actions bot added the Type: Release Add to Release PR label Oct 5, 2022
@technote-space technote-space changed the title feat: release release: v2.1.4 Oct 5, 2022
@technote-space technote-space added the Release: Patch Patch release label Oct 5, 2022
@github-actions github-actions bot added the Status: In Progress Tracking issues with work in progress label Oct 5, 2022
@technote-space
Copy link
Owner Author

Command results

Details:
add path
/home/runner/work/_actions/technote-space/create-pr-action/gh-actions/node_modules/npm-check-updates/build/src/bin
cli.js -u --packageFile package.json
Using yarn
Upgrading /home/runner/work/create-pr-action/create-pr-action/package.json

 @rollup/plugin-commonjs           ^22.0.2  →   ^23.0.0
 @rollup/plugin-json                ^4.1.0  →    ^5.0.0
 @rollup/plugin-node-resolve       ^14.1.0  →   ^15.0.0
 @rollup/plugin-typescript          ^8.5.0  →    ^9.0.1
 @types/node                       ^18.8.2  →   ^18.8.4
 @typescript-eslint/eslint-plugin  ^5.39.0  →   ^5.40.0
 @typescript-eslint/parser         ^5.39.0  →   ^5.40.0
 @vitest/coverage-c8               ^0.23.4  →   ^0.24.1
 eslint                            ^8.24.0  →   ^8.25.0
 npm-check-updates                 ^16.3.8  →  ^16.3.11
 rollup                            ^2.79.1  →    ^3.0.0
 vitest                            ^0.23.4  →   ^0.24.1

Run yarn install to install new versions.
yarn install
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[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.

stderr:

warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@6.6.2" has unmet peer dependency "@octokit/core@>=3".
yarn upgrade
yarn upgrade v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Rebuilding all packages...
success Saved lockfile.
success Saved 429 new dependencies.
info Direct dependencies
├─ @commitlint/cli@17.1.2
├─ @commitlint/config-conventional@17.1.0
├─ @rollup/plugin-commonjs@23.0.0
├─ @rollup/plugin-json@5.0.0
├─ @rollup/plugin-node-resolve@15.0.0
├─ @rollup/plugin-typescript@9.0.1
├─ @sindresorhus/tsconfig@3.0.1
├─ @technote-space/github-action-helper@5.3.8
├─ @technote-space/github-action-pr-helper@2.3.5
├─ @technote-space/github-action-test-helper@0.9.10
├─ @technote-space/release-github-actions-cli@1.9.2
├─ @typescript-eslint/eslint-plugin@5.40.0
├─ @typescript-eslint/parser@5.40.0
├─ @vitest/coverage-c8@0.24.1
├─ eslint-plugin-import@2.26.0
├─ eslint@8.25.0
├─ husky@8.0.1
├─ lint-staged@13.0.3
├─ npm-check-updates@16.3.11
├─ pinst@3.0.0
├─ rollup@3.0.0
├─ typescript@4.8.4
└─ vitest@0.24.1
info All dependencies
├─ @babel/code-frame@7.18.6
├─ @babel/helper-validator-identifier@7.19.1
├─ @babel/highlight@7.18.6
├─ @bcoe/v8-coverage@0.2.3
├─ @commitlint/cli@17.1.2
├─ @commitlint/config-conventional@17.1.0
├─ @commitlint/ensure@17.0.0
├─ @commitlint/execute-rule@17.0.0
├─ @commitlint/format@17.0.0
├─ @commitlint/is-ignored@17.1.0
├─ @commitlint/lint@17.1.0
├─ @commitlint/load@17.1.2
├─ @commitlint/message@17.0.0
├─ @commitlint/parse@17.0.0
├─ @commitlint/read@17.1.0
├─ @commitlint/resolve-extends@17.1.0
├─ @commitlint/rules@17.0.0
├─ @commitlint/to-lines@17.0.0
├─ @commitlint/top-level@17.0.0
├─ @cspotcode/source-map-support@0.8.1
├─ @eslint/eslintrc@1.3.3
├─ @gar/promisify@1.1.3
├─ @humanwhocodes/config-array@0.10.7
├─ @humanwhocodes/module-importer@1.0.1
├─ @humanwhocodes/object-schema@1.2.1
├─ @istanbuljs/schema@0.1.3
├─ @jridgewell/resolve-uri@3.1.0
├─ @jridgewell/sourcemap-codec@1.4.14
├─ @jridgewell/trace-mapping@0.3.16
├─ @nodelib/fs.scandir@2.1.5
├─ @nodelib/fs.stat@2.0.5
├─ @nodelib/fs.walk@1.2.8
├─ @npmcli/fs@2.1.2
├─ @npmcli/git@3.0.2
├─ @npmcli/installed-package-contents@1.0.7
├─ @npmcli/move-file@2.0.1
├─ @npmcli/node-gyp@2.0.0
├─ @npmcli/run-script@4.2.1
├─ @octokit/auth-token@2.5.0
├─ @octokit/core@3.6.0
├─ @octokit/endpoint@6.0.12
├─ @octokit/graphql@4.8.0
├─ @octokit/plugin-paginate-rest@2.21.3
├─ @octokit/plugin-rest-endpoint-methods@6.6.2
├─ @octokit/request-error@2.1.0
├─ @octokit/request@5.6.3
├─ @pnpm/network.ca-file@1.0.1
├─ @pnpm/npm-conf@1.0.5
├─ @rollup/plugin-commonjs@23.0.0
├─ @rollup/plugin-json@5.0.0
├─ @rollup/plugin-node-resolve@15.0.0
├─ @rollup/plugin-typescript@9.0.1
├─ @sindresorhus/is@5.3.0
├─ @sindresorhus/tsconfig@3.0.1
├─ @szmarczak/http-timer@5.0.1
├─ @technote-space/filter-github-action@0.6.4
├─ @technote-space/github-action-helper@5.3.8
├─ @technote-space/github-action-pr-helper@2.3.5
├─ @technote-space/github-action-test-helper@0.9.10
├─ @technote-space/release-github-actions-cli@1.9.2
├─ @technote-space/release-github-actions@7.2.4
├─ @tootallnate/once@2.0.0
├─ @tsconfig/node10@1.0.9
├─ @tsconfig/node12@1.0.11
├─ @tsconfig/node14@1.0.3
├─ @tsconfig/node16@1.0.3
├─ @types/chai@4.3.3
├─ @types/estree@1.0.0
├─ @types/http-cache-semantics@4.0.1
├─ @types/istanbul-lib-coverage@2.0.4
├─ @types/json-schema@7.0.11
├─ @types/json5@0.0.29
├─ @types/minimist@1.2.2
├─ @types/normalize-package-data@2.4.1
├─ @types/parse-json@4.0.0
├─ @types/resolve@1.20.2
├─ @typescript-eslint/eslint-plugin@5.40.0
├─ @typescript-eslint/parser@5.40.0
├─ @typescript-eslint/type-utils@5.40.0
├─ @vitest/coverage-c8@0.24.1
├─ abbrev@1.1.1
├─ acorn-jsx@5.3.2
├─ acorn-walk@8.2.0
├─ agentkeepalive@4.2.1
├─ aggregate-error@3.1.0
├─ ajv@6.12.6
├─ ansi-align@3.0.1
├─ ansi-escapes@4.3.2
├─ ansi-regex@5.0.1
├─ aproba@2.0.0
├─ are-we-there-yet@3.0.1
├─ arg@4.1.3
├─ argparse@2.0.1
├─ array-ify@1.0.0
├─ array-includes@3.1.5
├─ array-union@2.1.0
├─ array.prototype.flat@1.3.0
├─ arrify@1.0.1
├─ assertion-error@1.1.0
├─ before-after-hook@2.2.3
├─ boxen@7.0.0
├─ brace-expansion@1.1.11
├─ braces@3.0.2
├─ buffer-from@1.1.2
├─ builtin-modules@3.3.0
├─ builtins@5.0.1
├─ c8@7.12.0
├─ cacache@16.1.3
├─ cacheable-lookup@7.0.0
├─ cacheable-request@10.2.1
├─ callsites@3.1.0
├─ camelcase-keys@6.2.2
├─ camelcase@7.0.0
├─ chalk@4.1.2
├─ check-error@1.0.2
├─ ci-info@3.5.0
├─ clean-stack@2.2.0
├─ cli-boxes@3.0.0
├─ cli-cursor@3.1.0
├─ cli-table@0.3.11
├─ cli-truncate@3.1.0
├─ cliui@8.0.1
├─ color-convert@2.0.1
├─ color-name@1.1.4
├─ color-support@1.1.3
├─ colorette@2.0.19
├─ colors@1.0.3
├─ commondir@1.0.1
├─ concat-map@0.0.1
├─ config-chain@1.1.13
├─ configstore@6.0.0
├─ conventional-changelog-angular@5.0.13
├─ conventional-changelog-conventionalcommits@5.0.0
├─ conventional-commits-parser@3.2.4
├─ convert-source-map@1.9.0
├─ cosmiconfig@7.0.1
├─ create-require@1.1.1
├─ crypto-random-string@4.0.0
├─ dargs@7.0.0
├─ decamelize-keys@1.1.0
├─ decamelize@1.2.0
├─ decompress-response@6.0.0
├─ deep-eql@3.0.1
├─ deep-extend@0.6.0
├─ deep-is@0.1.4
├─ deepmerge@4.2.2
├─ defer-to-connect@2.0.1
├─ delegates@1.0.0
├─ depd@1.1.2
├─ diff@4.0.2
├─ dir-glob@3.0.1
├─ doctrine@2.1.0
├─ dot-prop@5.3.0
├─ dotenv@16.0.3
├─ eastasianwidth@0.2.0
├─ emoji-regex@8.0.0
├─ encoding@0.1.13
├─ env-paths@2.2.1
├─ err-code@2.0.3
├─ error-ex@1.3.2
├─ es-shim-unscopables@1.0.0
├─ es-to-primitive@1.2.1
├─ esbuild-linux-64@0.15.10
├─ esbuild@0.15.10
├─ escape-goat@4.0.0
├─ escape-string-regexp@4.0.0
├─ eslint-import-resolver-node@0.3.6
├─ eslint-module-utils@2.7.4
├─ eslint-plugin-import@2.26.0
├─ eslint-scope@7.1.1
├─ eslint@8.25.0
├─ esquery@1.4.0
├─ estraverse@5.3.0
├─ estree-walker@2.0.2
├─ fast-glob@3.2.12
├─ fast-json-stable-stringify@2.1.0
├─ fast-levenshtein@2.0.6
├─ fast-memoize@2.5.2
├─ fastq@1.13.0
├─ file-entry-cache@6.0.1
├─ fill-range@7.0.1
├─ flat-cache@3.0.4
├─ flatted@3.2.7
├─ foreground-child@2.0.0
├─ form-data-encoder@2.1.3
├─ fp-and-or@0.1.3
├─ fs-extra@10.1.0
├─ fs-minipass@2.1.0
├─ function.prototype.name@1.1.5
├─ gauge@4.0.4
├─ get-stdin@8.0.0
├─ get-symbol-description@1.0.0
├─ git-raw-commits@2.0.11
├─ glob-parent@6.0.2
├─ glob@8.0.3
├─ global-dirs@0.1.1
├─ got@12.5.1
├─ graceful-fs@4.2.10
├─ grapheme-splitter@1.0.4
├─ hard-rejection@2.1.0
├─ has-bigints@1.0.2
├─ has-flag@4.0.0
├─ has-unicode@2.0.1
├─ has-yarn@3.0.0
├─ html-escaper@2.0.2
├─ http-proxy-agent@5.0.0
├─ http2-wrapper@2.1.11
├─ https-proxy-agent@5.0.1
├─ human-signals@2.1.0
├─ humanize-ms@1.2.1
├─ husky@8.0.1
├─ iconv-lite@0.6.3
├─ ignore-walk@5.0.1
├─ import-lazy@4.0.0
├─ inherits@2.0.4
├─ internal-slot@1.0.3
├─ ip@2.0.0
├─ is-arrayish@0.2.1
├─ is-bigint@1.0.4
├─ is-boolean-object@1.1.2
├─ is-builtin-module@3.2.0
├─ is-callable@1.2.7
├─ is-ci@3.0.1
├─ is-date-object@1.0.5
├─ is-extglob@2.1.1
├─ is-installed-globally@0.4.0
├─ is-lambda@1.0.1
├─ is-module@1.0.0
├─ is-negative-zero@2.0.2
├─ is-npm@6.0.0
├─ is-number-object@1.0.7
├─ is-number@7.0.0
├─ is-path-inside@3.0.3
├─ is-plain-obj@1.1.0
├─ is-reference@1.2.1
├─ is-shared-array-buffer@1.0.2
├─ is-stream@2.0.1
├─ is-string@1.0.7
├─ is-symbol@1.0.4
├─ is-text-path@1.0.1
├─ is-weakref@1.0.2
├─ is-yarn-global@0.4.0
├─ isexe@2.0.0
├─ istanbul-lib-coverage@3.2.0
├─ istanbul-reports@3.1.5
├─ jju@1.4.0
├─ js-sdsl@4.1.5
├─ js-tokens@4.0.0
├─ json-buffer@3.0.1
├─ json-parse-helpfulerror@1.0.3
├─ json-schema-traverse@0.4.1
├─ json-stable-stringify-without-jsonify@1.0.1
├─ json5@1.0.1
├─ jsonfile@6.1.0
├─ jsonlines@0.1.1
├─ jsonparse@1.3.1
├─ JSONStream@1.3.5
├─ keyv@4.5.0
├─ kind-of@6.0.3
├─ kleur@4.1.5
├─ latest-version@7.0.0
├─ lilconfig@2.0.5
├─ lines-and-columns@1.2.4
├─ lint-staged@13.0.3
├─ listr2@4.0.5
├─ locate-path@6.0.0
├─ lodash.merge@4.6.2
├─ log-update@4.0.0
├─ loupe@2.3.4
├─ magic-string@0.26.7
├─ make-dir@3.1.0
├─ make-error@1.3.6
├─ make-fetch-happen@10.2.1
├─ map-obj@1.0.1
├─ merge2@1.4.1
├─ micromatch@4.0.5
├─ mimic-fn@2.1.0
├─ mimic-response@3.1.0
├─ min-indent@1.0.1
├─ minimist-options@4.1.0
├─ minipass-json-stream@1.0.1
├─ minipass-sized@1.0.3
├─ moment@2.29.4
├─ ms@2.1.3
├─ nanoid@3.3.4
├─ natural-compare@1.4.0
├─ negotiator@0.6.3
├─ node-fetch@2.6.7
├─ node-gyp@9.3.0
├─ nopt@6.0.0
├─ normalize-package-data@4.0.1
├─ normalize-path@3.0.0
├─ normalize-url@7.2.0
├─ npm-bundled@1.1.2
├─ npm-check-updates@16.3.11
├─ npm-install-checks@5.0.0
├─ npm-package-arg@9.1.2
├─ npm-packlist@5.1.3
├─ npm-registry-fetch@13.3.1
├─ npm-run-path@4.0.1
├─ npmlog@6.0.2
├─ object.assign@4.1.4
├─ object.values@1.1.5
├─ once@1.4.0
├─ onetime@5.1.2
├─ optionator@0.9.1
├─ p-cancelable@3.0.0
├─ p-limit@3.1.0
├─ p-locate@5.0.0
├─ p-try@2.2.0
├─ package-json@8.1.0
├─ pacote@13.6.2
├─ parent-module@1.0.1
├─ parse-github-url@1.0.2
├─ path-is-absolute@1.0.1
├─ path-key@3.1.1
├─ path-parse@1.0.7
├─ pathval@1.1.1
├─ picocolors@1.0.0
├─ picomatch@2.3.1
├─ pidtree@0.6.0
├─ pinst@3.0.0
├─ postcss@8.4.17
├─ progress@2.0.3
├─ prompts-ncu@2.5.1
├─ proto-list@1.2.4
├─ punycode@2.1.1
├─ pupa@3.1.0
├─ queue-microtask@1.2.3
├─ quick-lru@4.0.1
├─ rc-config-loader@4.1.0
├─ rc@1.2.8
├─ read-package-json@5.0.2
├─ read-pkg-up@7.0.1
├─ read-pkg@5.2.0
├─ readable-stream@3.6.0
├─ redent@3.0.0
├─ regexp.prototype.flags@1.4.3
├─ registry-auth-token@5.0.1
├─ registry-url@6.0.1
├─ remote-git-tags@3.0.0
├─ resolve-alpn@1.2.1
├─ resolve-global@1.0.0
├─ resolve@1.22.1
├─ restore-cursor@3.1.0
├─ retry@0.12.0
├─ reusify@1.0.4
├─ rfdc@1.3.0
├─ rollup@3.0.0
├─ run-parallel@1.2.0
├─ rxjs@7.5.7
├─ safe-buffer@5.2.1
├─ safe-regex-test@1.0.0
├─ safer-buffer@2.1.2
├─ semver-diff@4.0.0
├─ semver-utils@1.1.4
├─ set-blocking@2.0.0
├─ shebang-command@2.0.0
├─ shebang-regex@3.0.0
├─ shell-escape@0.2.0
├─ side-channel@1.0.4
├─ sisteransi@1.0.5
├─ slash@3.0.0
├─ slice-ansi@5.0.0
├─ smart-buffer@4.2.0
├─ socks-proxy-agent@7.0.0
├─ socks@2.7.1
├─ source-map-js@1.0.2
├─ source-map-support@0.5.21
├─ source-map@0.6.1
├─ sourcemap-codec@1.4.8
├─ spawn-please@1.0.0
├─ spdx-correct@3.1.1
├─ spdx-exceptions@2.3.0
├─ string_decoder@1.3.0
├─ string-argv@0.3.1
├─ string.prototype.trimend@1.0.5
├─ string.prototype.trimstart@1.0.5
├─ strip-bom@3.0.0
├─ strip-final-newline@2.0.0
├─ strip-indent@3.0.0
├─ strip-json-comments@3.1.1
├─ strip-literal@0.4.2
├─ supports-preserve-symlinks-flag@1.0.0
├─ tar@6.1.11
├─ test-exclude@6.0.0
├─ text-extensions@1.9.0
├─ text-table@0.2.0
├─ through@2.3.8
├─ tinybench@2.3.0
├─ tinypool@0.3.0
├─ tinyspy@1.0.2
├─ to-regex-range@5.0.1
├─ tr46@0.0.3
├─ trim-newlines@3.0.1
├─ tsconfig-paths@3.14.1
├─ tslib@1.14.1
├─ tunnel@0.0.6
├─ type-check@0.4.0
├─ type-detect@4.0.8
├─ type-fest@0.20.2
├─ typedarray-to-buffer@3.1.5
├─ typescript@4.8.4
├─ unbox-primitive@1.0.2
├─ unique-filename@2.0.1
├─ unique-slug@3.0.0
├─ unique-string@3.0.0
├─ untildify@4.0.0
├─ update-notifier@6.0.2
├─ util-deprecate@1.0.2
├─ uuid@8.3.2
├─ v8-compile-cache-lib@3.0.1
├─ v8-to-istanbul@9.0.1
├─ validate-npm-package-name@4.0.0
├─ vite@3.1.7
├─ vitest@0.24.1
├─ webidl-conversions@3.0.1
├─ whatwg-url@5.0.0
├─ which-boxed-primitive@1.0.2
├─ which@2.0.2
├─ wide-align@1.1.5
├─ widest-line@4.0.1
├─ word-wrap@1.2.3
├─ write-file-atomic@3.0.3
├─ xdg-basedir@5.1.0
├─ yargs-parser@20.2.9
├─ yargs@17.6.0
├─ yn@3.1.1
└─ yocto-queue@0.1.0
Done in 12.59s.

stderr:

warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@6.6.2" has unmet peer dependency "@octokit/core@>=3".
yarn audit
yarn audit v1.22.19
0 vulnerabilities found - Packages audited: 693
Done in 0.63s.

Changed files

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

:octocat: Repo | 📝 Issues | 🏬 Marketplace

@codecov-commenter
Copy link

codecov-commenter commented Oct 12, 2022

Codecov Report

Merging #253 (914ad8f) into main (95db92d) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #253   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           81        81           
  Branches         8         8           
=========================================
  Hits            81        81           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@technote-space
Copy link
Owner Author

Command results

Details:
add path
/home/runner/work/_actions/technote-space/create-pr-action/gh-actions/node_modules/npm-check-updates/build/src/bin
cli.js -u --packageFile package.json
Using yarn
Upgrading /home/runner/work/create-pr-action/create-pr-action/package.json

 @technote-space/github-action-test-helper    ^0.9.10  →   ^0.11.0
 @technote-space/release-github-actions-cli    ^1.9.2  →    ^1.9.3
 @types/node                                  ^18.8.4  →  ^18.11.2
 @typescript-eslint/eslint-plugin             ^5.40.0  →   ^5.40.1
 @typescript-eslint/parser                    ^5.40.0  →   ^5.40.1
 @vitest/coverage-c8                          ^0.24.1  →   ^0.24.3
 npm-check-updates                           ^16.3.11  →  ^16.3.13
 rollup                                        ^3.0.0  →    ^3.2.3
 vitest                                       ^0.24.1  →   ^0.24.3

Run yarn install to install new versions.
yarn install
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
$ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install
Done in 22.74s.

stderr:

warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@6.6.2" has unmet peer dependency "@octokit/core@>=3".
warning "@technote-space/github-action-test-helper > @octokit/plugin-rest-endpoint-methods@6.7.0" has unmet peer dependency "@octokit/core@>=3".
yarn upgrade
yarn upgrade v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Rebuilding all packages...
success Saved lockfile.
success Saved 423 new dependencies.
info Direct dependencies
├─ @commitlint/cli@17.1.2
├─ @commitlint/config-conventional@17.1.0
├─ @rollup/plugin-commonjs@23.0.0
├─ @rollup/plugin-json@5.0.0
├─ @rollup/plugin-node-resolve@15.0.0
├─ @rollup/plugin-typescript@9.0.1
├─ @sindresorhus/tsconfig@3.0.1
├─ @technote-space/github-action-pr-helper@2.3.5
├─ @technote-space/github-action-test-helper@0.11.0
├─ @technote-space/release-github-actions-cli@1.9.3
├─ @types/node@18.11.2
├─ @typescript-eslint/eslint-plugin@5.40.1
├─ @typescript-eslint/parser@5.40.1
├─ @vitest/coverage-c8@0.24.3
├─ eslint-plugin-import@2.26.0
├─ eslint@8.25.0
├─ husky@8.0.1
├─ lint-staged@13.0.3
├─ npm-check-updates@16.3.13
├─ pinst@3.0.0
├─ rollup@3.2.3
└─ typescript@4.8.4
info All dependencies
├─ @babel/code-frame@7.18.6
├─ @babel/helper-validator-identifier@7.19.1
├─ @babel/highlight@7.18.6
├─ @bcoe/v8-coverage@0.2.3
├─ @commitlint/cli@17.1.2
├─ @commitlint/config-conventional@17.1.0
├─ @commitlint/ensure@17.0.0
├─ @commitlint/execute-rule@17.0.0
├─ @commitlint/format@17.0.0
├─ @commitlint/is-ignored@17.1.0
├─ @commitlint/lint@17.1.0
├─ @commitlint/load@17.1.2
├─ @commitlint/message@17.0.0
├─ @commitlint/parse@17.0.0
├─ @commitlint/read@17.1.0
├─ @commitlint/resolve-extends@17.1.0
├─ @commitlint/rules@17.0.0
├─ @commitlint/to-lines@17.0.0
├─ @commitlint/top-level@17.0.0
├─ @cspotcode/source-map-support@0.8.1
├─ @eslint/eslintrc@1.3.3
├─ @gar/promisify@1.1.3
├─ @humanwhocodes/config-array@0.10.7
├─ @humanwhocodes/module-importer@1.0.1
├─ @humanwhocodes/object-schema@1.2.1
├─ @istanbuljs/schema@0.1.3
├─ @jridgewell/resolve-uri@3.1.0
├─ @jridgewell/sourcemap-codec@1.4.14
├─ @jridgewell/trace-mapping@0.3.17
├─ @nodelib/fs.scandir@2.1.5
├─ @nodelib/fs.stat@2.0.5
├─ @nodelib/fs.walk@1.2.8
├─ @npmcli/fs@3.0.0
├─ @npmcli/git@4.0.1
├─ @npmcli/installed-package-contents@2.0.0
├─ @npmcli/move-file@3.0.0
├─ @npmcli/node-gyp@3.0.0
├─ @npmcli/run-script@5.0.0
├─ @octokit/auth-token@2.5.0
├─ @octokit/core@3.6.0
├─ @octokit/endpoint@6.0.12
├─ @octokit/graphql@4.8.0
├─ @octokit/plugin-paginate-rest@2.21.3
├─ @octokit/plugin-rest-endpoint-methods@6.7.0
├─ @octokit/request-error@2.1.0
├─ @octokit/request@5.6.3
├─ @pnpm/network.ca-file@1.0.1
├─ @pnpm/npm-conf@1.0.5
├─ @rollup/plugin-commonjs@23.0.0
├─ @rollup/plugin-json@5.0.0
├─ @rollup/plugin-node-resolve@15.0.0
├─ @rollup/plugin-typescript@9.0.1
├─ @sindresorhus/is@5.3.0
├─ @sindresorhus/tsconfig@3.0.1
├─ @szmarczak/http-timer@5.0.1
├─ @technote-space/filter-github-action@0.6.4
├─ @technote-space/github-action-log-helper@0.2.8
├─ @technote-space/github-action-pr-helper@2.3.5
├─ @technote-space/github-action-test-helper@0.11.0
├─ @technote-space/release-github-actions-cli@1.9.3
├─ @technote-space/release-github-actions@8.0.1
├─ @tootallnate/once@2.0.0
├─ @tsconfig/node10@1.0.9
├─ @tsconfig/node12@1.0.11
├─ @tsconfig/node14@1.0.3
├─ @tsconfig/node16@1.0.3
├─ @types/chai-subset@1.3.3
├─ @types/chai@4.3.3
├─ @types/estree@1.0.0
├─ @types/http-cache-semantics@4.0.1
├─ @types/istanbul-lib-coverage@2.0.4
├─ @types/json-schema@7.0.11
├─ @types/json5@0.0.29
├─ @types/minimist@1.2.2
├─ @types/node@18.11.2
├─ @types/normalize-package-data@2.4.1
├─ @types/parse-json@4.0.0
├─ @types/resolve@1.20.2
├─ @types/semver@7.3.12
├─ @typescript-eslint/eslint-plugin@5.40.1
├─ @typescript-eslint/parser@5.40.1
├─ @typescript-eslint/type-utils@5.40.1
├─ @vitest/coverage-c8@0.24.3
├─ abbrev@1.1.1
├─ acorn-jsx@5.3.2
├─ acorn-walk@8.2.0
├─ aggregate-error@3.1.0
├─ ajv@6.12.6
├─ ansi-align@3.0.1
├─ ansi-escapes@4.3.2
├─ ansi-regex@5.0.1
├─ aproba@2.0.0
├─ are-we-there-yet@3.0.1
├─ arg@4.1.3
├─ argparse@2.0.1
├─ array-ify@1.0.0
├─ array-includes@3.1.5
├─ array-union@2.1.0
├─ array.prototype.flat@1.3.0
├─ arrify@1.0.1
├─ assertion-error@1.1.0
├─ before-after-hook@2.2.3
├─ boxen@7.0.0
├─ brace-expansion@1.1.11
├─ braces@3.0.2
├─ buffer-from@1.1.2
├─ builtin-modules@3.3.0
├─ builtins@5.0.1
├─ c8@7.12.0
├─ cacheable-lookup@7.0.0
├─ cacheable-request@10.2.1
├─ callsites@3.1.0
├─ camelcase-keys@6.2.2
├─ camelcase@7.0.0
├─ chai@4.3.6
├─ chalk@4.1.2
├─ check-error@1.0.2
├─ ci-info@3.5.0
├─ clean-stack@2.2.0
├─ cli-boxes@3.0.0
├─ cli-cursor@3.1.0
├─ cli-table@0.3.11
├─ cli-truncate@3.1.0
├─ cliui@8.0.1
├─ color-convert@2.0.1
├─ color-name@1.1.4
├─ color-support@1.1.3
├─ colorette@2.0.19
├─ colors@1.0.3
├─ commander@9.4.1
├─ commondir@1.0.1
├─ concat-map@0.0.1
├─ config-chain@1.1.13
├─ configstore@6.0.0
├─ conventional-changelog-angular@5.0.13
├─ conventional-changelog-conventionalcommits@5.0.0
├─ conventional-commits-parser@3.2.4
├─ convert-source-map@1.9.0
├─ cosmiconfig@7.0.1
├─ create-require@1.1.1
├─ crypto-random-string@4.0.0
├─ dargs@7.0.0
├─ decamelize-keys@1.1.0
├─ decamelize@1.2.0
├─ decompress-response@6.0.0
├─ deep-eql@3.0.1
├─ deep-extend@0.6.0
├─ deep-is@0.1.4
├─ deepmerge@4.2.2
├─ defer-to-connect@2.0.1
├─ delegates@1.0.0
├─ depd@1.1.2
├─ diff@4.0.2
├─ dir-glob@3.0.1
├─ doctrine@2.1.0
├─ dot-prop@5.3.0
├─ dotenv@16.0.3
├─ eastasianwidth@0.2.0
├─ emoji-regex@8.0.0
├─ env-paths@2.2.1
├─ err-code@2.0.3
├─ error-ex@1.3.2
├─ es-shim-unscopables@1.0.0
├─ es-to-primitive@1.2.1
├─ esbuild-linux-64@0.15.11
├─ esbuild@0.15.11
├─ escape-goat@4.0.0
├─ escape-string-regexp@4.0.0
├─ eslint-import-resolver-node@0.3.6
├─ eslint-module-utils@2.7.4
├─ eslint-plugin-import@2.26.0
├─ eslint-scope@7.1.1
├─ eslint@8.25.0
├─ esquery@1.4.0
├─ estraverse@5.3.0
├─ estree-walker@2.0.2
├─ fast-glob@3.2.12
├─ fast-json-stable-stringify@2.1.0
├─ fast-levenshtein@2.0.6
├─ fast-memoize@2.5.2
├─ fastq@1.13.0
├─ file-entry-cache@6.0.1
├─ fill-range@7.0.1
├─ flat-cache@3.0.4
├─ flatted@3.2.7
├─ foreground-child@2.0.0
├─ form-data-encoder@2.1.3
├─ fp-and-or@0.1.3
├─ fs-extra@10.1.0
├─ function.prototype.name@1.1.5
├─ gauge@4.0.4
├─ get-stdin@8.0.0
├─ get-symbol-description@1.0.0
├─ git-raw-commits@2.0.11
├─ glob-parent@6.0.2
├─ glob@8.0.3
├─ global-dirs@0.1.1
├─ got@12.5.2
├─ graceful-fs@4.2.10
├─ grapheme-splitter@1.0.4
├─ hard-rejection@2.1.0
├─ has-bigints@1.0.2
├─ has-flag@4.0.0
├─ has-unicode@2.0.1
├─ has-yarn@3.0.0
├─ html-escaper@2.0.2
├─ http2-wrapper@2.1.11
├─ human-signals@2.1.0
├─ humanize-ms@1.2.1
├─ husky@8.0.1
├─ iconv-lite@0.6.3
├─ ignore-walk@6.0.0
├─ import-lazy@4.0.0
├─ inherits@2.0.4
├─ internal-slot@1.0.3
├─ ip@2.0.0
├─ is-arrayish@0.2.1
├─ is-bigint@1.0.4
├─ is-boolean-object@1.1.2
├─ is-builtin-module@3.2.0
├─ is-callable@1.2.7
├─ is-ci@3.0.1
├─ is-date-object@1.0.5
├─ is-extglob@2.1.1
├─ is-installed-globally@0.4.0
├─ is-module@1.0.0
├─ is-negative-zero@2.0.2
├─ is-npm@6.0.0
├─ is-number-object@1.0.7
├─ is-number@7.0.0
├─ is-path-inside@3.0.3
├─ is-plain-obj@1.1.0
├─ is-reference@1.2.1
├─ is-shared-array-buffer@1.0.2
├─ is-stream@2.0.1
├─ is-string@1.0.7
├─ is-symbol@1.0.4
├─ is-text-path@1.0.1
├─ is-weakref@1.0.2
├─ is-yarn-global@0.4.0
├─ isexe@2.0.0
├─ istanbul-lib-coverage@3.2.0
├─ istanbul-reports@3.1.5
├─ jju@1.4.0
├─ js-sdsl@4.1.5
├─ js-tokens@4.0.0
├─ json-buffer@3.0.1
├─ json-parse-helpfulerror@1.0.3
├─ json-schema-traverse@0.4.1
├─ json-stable-stringify-without-jsonify@1.0.1
├─ json5@1.0.1
├─ jsonfile@6.1.0
├─ jsonlines@0.1.1
├─ jsonparse@1.3.1
├─ JSONStream@1.3.5
├─ keyv@4.5.0
├─ kind-of@6.0.3
├─ kleur@4.1.5
├─ latest-version@7.0.0
├─ lilconfig@2.0.5
├─ lines-and-columns@1.2.4
├─ lint-staged@13.0.3
├─ listr2@4.0.5
├─ local-pkg@0.4.2
├─ locate-path@6.0.0
├─ lodash.merge@4.6.2
├─ log-update@4.0.0
├─ loupe@2.3.4
├─ magic-string@0.26.7
├─ make-dir@3.1.0
├─ make-error@1.3.6
├─ make-fetch-happen@11.0.1
├─ map-obj@1.0.1
├─ merge2@1.4.1
├─ micromatch@4.0.5
├─ mimic-fn@2.1.0
├─ mimic-response@3.1.0
├─ min-indent@1.0.1
├─ minimist-options@4.1.0
├─ minipass-json-stream@1.0.1
├─ moment@2.29.4
├─ ms@2.1.3
├─ nanoid@3.3.4
├─ natural-compare@1.4.0
├─ node-fetch@2.6.7
├─ node-gyp@9.3.0
├─ nopt@6.0.0
├─ normalize-package-data@5.0.0
├─ normalize-path@3.0.0
├─ normalize-url@7.2.0
├─ npm-bundled@3.0.0
├─ npm-check-updates@16.3.13
├─ npm-install-checks@6.0.0
├─ npm-packlist@7.0.1
├─ npm-registry-fetch@14.0.2
├─ npm-run-path@4.0.1
├─ npmlog@6.0.2
├─ object.assign@4.1.4
├─ object.values@1.1.5
├─ once@1.4.0
├─ onetime@5.1.2
├─ optionator@0.9.1
├─ p-cancelable@3.0.0
├─ p-limit@3.1.0
├─ p-locate@5.0.0
├─ p-try@2.2.0
├─ package-json@8.1.0
├─ pacote@15.0.2
├─ parent-module@1.0.1
├─ parse-github-url@1.0.2
├─ path-is-absolute@1.0.1
├─ path-key@3.1.1
├─ path-parse@1.0.7
├─ pathval@1.1.1
├─ picocolors@1.0.0
├─ picomatch@2.3.1
├─ pidtree@0.6.0
├─ pinst@3.0.0
├─ postcss@8.4.18
├─ progress@2.0.3
├─ prompts-ncu@2.5.1
├─ proto-list@1.2.4
├─ punycode@2.1.1
├─ pupa@3.1.0
├─ queue-microtask@1.2.3
├─ quick-lru@4.0.1
├─ rc-config-loader@4.1.0
├─ rc@1.2.8
├─ read-package-json@6.0.0
├─ read-pkg-up@7.0.1
├─ read-pkg@5.2.0
├─ readable-stream@3.6.0
├─ redent@3.0.0
├─ regexp.prototype.flags@1.4.3
├─ registry-auth-token@5.0.1
├─ registry-url@6.0.1
├─ remote-git-tags@3.0.0
├─ resolve-alpn@1.2.1
├─ resolve-global@1.0.0
├─ resolve@1.22.1
├─ restore-cursor@3.1.0
├─ retry@0.12.0
├─ reusify@1.0.4
├─ rfdc@1.3.0
├─ rollup@3.2.3
├─ run-parallel@1.2.0
├─ rxjs@7.5.7
├─ safe-buffer@5.2.1
├─ safe-regex-test@1.0.0
├─ safer-buffer@2.1.2
├─ semver-diff@4.0.0
├─ semver-utils@1.1.4
├─ set-blocking@2.0.0
├─ shebang-command@2.0.0
├─ shebang-regex@3.0.0
├─ shell-escape@0.2.0
├─ side-channel@1.0.4
├─ sisteransi@1.0.5
├─ slash@3.0.0
├─ slice-ansi@5.0.0
├─ smart-buffer@4.2.0
├─ socks@2.7.1
├─ source-map-js@1.0.2
├─ source-map-support@0.5.21
├─ source-map@0.6.1
├─ sourcemap-codec@1.4.8
├─ spawn-please@1.0.0
├─ spdx-correct@3.1.1
├─ spdx-exceptions@2.3.0
├─ string_decoder@1.3.0
├─ string-argv@0.3.1
├─ string.prototype.trimend@1.0.5
├─ string.prototype.trimstart@1.0.5
├─ strip-bom@3.0.0
├─ strip-final-newline@2.0.0
├─ strip-indent@3.0.0
├─ strip-json-comments@3.1.1
├─ strip-literal@0.4.2
├─ supports-preserve-symlinks-flag@1.0.0
├─ test-exclude@6.0.0
├─ text-extensions@1.9.0
├─ text-table@0.2.0
├─ through@2.3.8
├─ tinybench@2.3.1
├─ tinypool@0.3.0
├─ tinyspy@1.0.2
├─ to-regex-range@5.0.1
├─ tr46@0.0.3
├─ trim-newlines@3.0.1
├─ tsconfig-paths@3.14.1
├─ tslib@1.14.1
├─ tunnel@0.0.6
├─ type-check@0.4.0
├─ type-detect@4.0.8
├─ type-fest@0.20.2
├─ typedarray-to-buffer@3.1.5
├─ typescript@4.8.4
├─ unbox-primitive@1.0.2
├─ unique-filename@3.0.0
├─ unique-slug@4.0.0
├─ unique-string@3.0.0
├─ untildify@4.0.0
├─ update-notifier@6.0.2
├─ util-deprecate@1.0.2
├─ uuid@8.3.2
├─ v8-compile-cache-lib@3.0.1
├─ v8-to-istanbul@9.0.1
├─ validate-npm-package-name@5.0.0
├─ vite@3.1.8
├─ webidl-conversions@3.0.1
├─ whatwg-url@5.0.0
├─ which-boxed-primitive@1.0.2
├─ which@2.0.2
├─ wide-align@1.1.5
├─ widest-line@4.0.1
├─ word-wrap@1.2.3
├─ write-file-atomic@3.0.3
├─ xdg-basedir@5.1.0
├─ yaml@2.1.3
├─ yargs-parser@20.2.9
├─ yargs@17.6.0
├─ yn@3.1.1
└─ yocto-queue@0.1.0
Done in 15.53s.

stderr:

warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@6.7.0" has unmet peer dependency "@octokit/core@>=3".
yarn audit
yarn audit v1.22.19
0 vulnerabilities found - Packages audited: 701
Done in 0.67s.

Changed files

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

:octocat: Repo | 📝 Issues | 🏬 Marketplace

@technote-space
Copy link
Owner Author

Command results

Details:
add path
/home/runner/work/_actions/technote-space/create-pr-action/gh-actions/node_modules/npm-check-updates/build/src/bin
cli.js -u --packageFile package.json
Using yarn
Upgrading /home/runner/work/create-pr-action/create-pr-action/package.json

 @rollup/plugin-commonjs            ^23.0.0  →   ^23.0.2
 @rollup/plugin-json                 ^5.0.0  →    ^5.0.1
 @rollup/plugin-node-resolve        ^15.0.0  →   ^15.0.1
 @rollup/plugin-typescript           ^9.0.1  →    ^9.0.2
 @types/node                       ^18.11.2  →  ^18.11.5
 @typescript-eslint/eslint-plugin   ^5.40.1  →   ^5.41.0
 @typescript-eslint/parser          ^5.40.1  →   ^5.41.0
 eslint                             ^8.25.0  →   ^8.26.0
 npm-check-updates                 ^16.3.13  →  ^16.3.15

Run yarn install to install new versions.
yarn install
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
$ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install
Done in 18.64s.

stderr:

warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@6.7.0" has unmet peer dependency "@octokit/core@>=3".
yarn upgrade
yarn upgrade v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Rebuilding all packages...
success Saved lockfile.
success Saved 432 new dependencies.
info Direct dependencies
├─ @commitlint/cli@17.1.2
├─ @commitlint/config-conventional@17.1.0
├─ @rollup/plugin-commonjs@23.0.2
├─ @rollup/plugin-json@5.0.1
├─ @rollup/plugin-node-resolve@15.0.1
├─ @rollup/plugin-typescript@9.0.2
├─ @sindresorhus/tsconfig@3.0.1
├─ @technote-space/github-action-pr-helper@2.3.5
├─ @technote-space/github-action-test-helper@0.11.0
├─ @technote-space/release-github-actions-cli@1.9.3
├─ @types/node@18.11.5
├─ @typescript-eslint/eslint-plugin@5.41.0
├─ @typescript-eslint/parser@5.41.0
├─ @vitest/coverage-c8@0.24.3
├─ eslint-plugin-import@2.26.0
├─ eslint@8.26.0
├─ husky@8.0.1
├─ lint-staged@13.0.3
├─ npm-check-updates@16.3.15
├─ pinst@3.0.0
├─ rollup@3.2.3
└─ typescript@4.8.4
info All dependencies
├─ @babel/code-frame@7.18.6
├─ @babel/helper-validator-identifier@7.19.1
├─ @babel/highlight@7.18.6
├─ @bcoe/v8-coverage@0.2.3
├─ @commitlint/cli@17.1.2
├─ @commitlint/config-conventional@17.1.0
├─ @commitlint/ensure@17.0.0
├─ @commitlint/execute-rule@17.0.0
├─ @commitlint/format@17.0.0
├─ @commitlint/is-ignored@17.1.0
├─ @commitlint/lint@17.1.0
├─ @commitlint/load@17.1.2
├─ @commitlint/message@17.0.0
├─ @commitlint/parse@17.0.0
├─ @commitlint/read@17.1.0
├─ @commitlint/resolve-extends@17.1.0
├─ @commitlint/rules@17.0.0
├─ @commitlint/to-lines@17.0.0
├─ @commitlint/top-level@17.0.0
├─ @cspotcode/source-map-support@0.8.1
├─ @eslint/eslintrc@1.3.3
├─ @gar/promisify@1.1.3
├─ @humanwhocodes/config-array@0.11.6
├─ @humanwhocodes/module-importer@1.0.1
├─ @humanwhocodes/object-schema@1.2.1
├─ @istanbuljs/schema@0.1.3
├─ @jridgewell/resolve-uri@3.1.0
├─ @jridgewell/sourcemap-codec@1.4.14
├─ @jridgewell/trace-mapping@0.3.17
├─ @nodelib/fs.scandir@2.1.5
├─ @nodelib/fs.stat@2.0.5
├─ @nodelib/fs.walk@1.2.8
├─ @npmcli/fs@3.0.0
├─ @npmcli/git@3.0.2
├─ @npmcli/installed-package-contents@1.0.7
├─ @npmcli/move-file@3.0.0
├─ @npmcli/node-gyp@2.0.0
├─ @npmcli/run-script@4.2.1
├─ @octokit/auth-token@2.5.0
├─ @octokit/core@3.6.0
├─ @octokit/endpoint@6.0.12
├─ @octokit/graphql@4.8.0
├─ @octokit/plugin-paginate-rest@2.21.3
├─ @octokit/plugin-rest-endpoint-methods@6.7.0
├─ @octokit/request-error@2.1.0
├─ @octokit/request@5.6.3
├─ @pnpm/network.ca-file@1.0.1
├─ @pnpm/npm-conf@1.0.5
├─ @rollup/plugin-commonjs@23.0.2
├─ @rollup/plugin-json@5.0.1
├─ @rollup/plugin-node-resolve@15.0.1
├─ @rollup/plugin-typescript@9.0.2
├─ @sindresorhus/is@5.3.0
├─ @sindresorhus/tsconfig@3.0.1
├─ @szmarczak/http-timer@5.0.1
├─ @technote-space/filter-github-action@0.6.4
├─ @technote-space/github-action-log-helper@0.2.8
├─ @technote-space/github-action-pr-helper@2.3.5
├─ @technote-space/github-action-test-helper@0.11.0
├─ @technote-space/release-github-actions-cli@1.9.3
├─ @technote-space/release-github-actions@8.0.1
├─ @tootallnate/once@2.0.0
├─ @tsconfig/node10@1.0.9
├─ @tsconfig/node12@1.0.11
├─ @tsconfig/node14@1.0.3
├─ @tsconfig/node16@1.0.3
├─ @types/chai-subset@1.3.3
├─ @types/chai@4.3.3
├─ @types/estree@1.0.0
├─ @types/http-cache-semantics@4.0.1
├─ @types/istanbul-lib-coverage@2.0.4
├─ @types/json-schema@7.0.11
├─ @types/json5@0.0.29
├─ @types/minimist@1.2.2
├─ @types/node@18.11.5
├─ @types/normalize-package-data@2.4.1
├─ @types/parse-json@4.0.0
├─ @types/resolve@1.20.2
├─ @types/semver@7.3.12
├─ @typescript-eslint/eslint-plugin@5.41.0
├─ @typescript-eslint/parser@5.41.0
├─ @typescript-eslint/type-utils@5.41.0
├─ @vitest/coverage-c8@0.24.3
├─ abbrev@1.1.1
├─ acorn-jsx@5.3.2
├─ acorn-walk@8.2.0
├─ agent-base@6.0.2
├─ agentkeepalive@4.2.1
├─ aggregate-error@3.1.0
├─ ajv@6.12.6
├─ ansi-align@3.0.1
├─ ansi-escapes@4.3.2
├─ ansi-regex@5.0.1
├─ aproba@2.0.0
├─ are-we-there-yet@3.0.1
├─ arg@4.1.3
├─ argparse@2.0.1
├─ array-ify@1.0.0
├─ array-includes@3.1.5
├─ array-union@2.1.0
├─ array.prototype.flat@1.3.0
├─ arrify@1.0.1
├─ assertion-error@1.1.0
├─ before-after-hook@2.2.3
├─ boxen@7.0.0
├─ brace-expansion@1.1.11
├─ braces@3.0.2
├─ buffer-from@1.1.2
├─ builtin-modules@3.3.0
├─ builtins@5.0.1
├─ c8@7.12.0
├─ cacache@17.0.1
├─ cacheable-lookup@7.0.0
├─ cacheable-request@10.2.2
├─ callsites@3.1.0
├─ camelcase-keys@6.2.2
├─ camelcase@7.0.0
├─ chai@4.3.6
├─ chalk@4.1.2
├─ check-error@1.0.2
├─ ci-info@3.5.0
├─ clean-stack@2.2.0
├─ cli-boxes@3.0.0
├─ cli-cursor@3.1.0
├─ cli-table@0.3.11
├─ cli-truncate@3.1.0
├─ cliui@8.0.1
├─ color-convert@2.0.1
├─ color-name@1.1.4
├─ color-support@1.1.3
├─ colorette@2.0.19
├─ colors@1.0.3
├─ commander@9.4.1
├─ commondir@1.0.1
├─ concat-map@0.0.1
├─ config-chain@1.1.13
├─ configstore@6.0.0
├─ conventional-changelog-angular@5.0.13
├─ conventional-changelog-conventionalcommits@5.0.0
├─ conventional-commits-parser@3.2.4
├─ convert-source-map@1.9.0
├─ cosmiconfig@7.0.1
├─ create-require@1.1.1
├─ crypto-random-string@4.0.0
├─ dargs@7.0.0
├─ decamelize-keys@1.1.0
├─ decamelize@1.2.0
├─ decompress-response@6.0.0
├─ deep-eql@3.0.1
├─ deep-extend@0.6.0
├─ deep-is@0.1.4
├─ deepmerge@4.2.2
├─ defer-to-connect@2.0.1
├─ delegates@1.0.0
├─ depd@1.1.2
├─ diff@4.0.2
├─ dir-glob@3.0.1
├─ doctrine@2.1.0
├─ dot-prop@5.3.0
├─ dotenv@16.0.3
├─ eastasianwidth@0.2.0
├─ emoji-regex@8.0.0
├─ encoding@0.1.13
├─ env-paths@2.2.1
├─ err-code@2.0.3
├─ error-ex@1.3.2
├─ es-shim-unscopables@1.0.0
├─ es-to-primitive@1.2.1
├─ esbuild-linux-64@0.15.12
├─ esbuild@0.15.12
├─ escape-goat@4.0.0
├─ escape-string-regexp@4.0.0
├─ eslint-import-resolver-node@0.3.6
├─ eslint-module-utils@2.7.4
├─ eslint-plugin-import@2.26.0
├─ eslint-scope@7.1.1
├─ eslint@8.26.0
├─ esquery@1.4.0
├─ estraverse@5.3.0
├─ fast-glob@3.2.12
├─ fast-json-stable-stringify@2.1.0
├─ fast-levenshtein@2.0.6
├─ fast-memoize@2.5.2
├─ fastq@1.13.0
├─ file-entry-cache@6.0.1
├─ fill-range@7.0.1
├─ flat-cache@3.0.4
├─ flatted@3.2.7
├─ foreground-child@2.0.0
├─ form-data-encoder@2.1.3
├─ fp-and-or@0.1.3
├─ fs-extra@10.1.0
├─ function.prototype.name@1.1.5
├─ gauge@4.0.4
├─ get-stdin@8.0.0
├─ get-symbol-description@1.0.0
├─ git-raw-commits@2.0.11
├─ glob-parent@6.0.2
├─ glob@8.0.3
├─ global-dirs@0.1.1
├─ globby@11.1.0
├─ got@12.5.2
├─ graceful-fs@4.2.10
├─ grapheme-splitter@1.0.4
├─ hard-rejection@2.1.0
├─ has-bigints@1.0.2
├─ has-flag@4.0.0
├─ has-unicode@2.0.1
├─ has-yarn@3.0.0
├─ html-escaper@2.0.2
├─ http-proxy-agent@5.0.0
├─ http2-wrapper@2.1.11
├─ https-proxy-agent@5.0.1
├─ human-signals@2.1.0
├─ humanize-ms@1.2.1
├─ husky@8.0.1
├─ iconv-lite@0.6.3
├─ ignore-walk@6.0.0
├─ import-lazy@4.0.0
├─ inherits@2.0.4
├─ internal-slot@1.0.3
├─ ip@2.0.0
├─ is-arrayish@0.2.1
├─ is-bigint@1.0.4
├─ is-boolean-object@1.1.2
├─ is-builtin-module@3.2.0
├─ is-callable@1.2.7
├─ is-ci@3.0.1
├─ is-date-object@1.0.5
├─ is-extglob@2.1.1
├─ is-installed-globally@0.4.0
├─ is-lambda@1.0.1
├─ is-module@1.0.0
├─ is-negative-zero@2.0.2
├─ is-npm@6.0.0
├─ is-number-object@1.0.7
├─ is-number@7.0.0
├─ is-path-inside@3.0.3
├─ is-plain-obj@1.1.0
├─ is-reference@1.2.1
├─ is-shared-array-buffer@1.0.2
├─ is-stream@2.0.1
├─ is-string@1.0.7
├─ is-symbol@1.0.4
├─ is-text-path@1.0.1
├─ is-weakref@1.0.2
├─ is-yarn-global@0.4.0
├─ isexe@2.0.0
├─ istanbul-lib-coverage@3.2.0
├─ istanbul-reports@3.1.5
├─ jju@1.4.0
├─ js-sdsl@4.1.5
├─ js-tokens@4.0.0
├─ json-buffer@3.0.1
├─ json-parse-helpfulerror@1.0.3
├─ json-schema-traverse@0.4.1
├─ json-stable-stringify-without-jsonify@1.0.1
├─ json5@1.0.1
├─ jsonfile@6.1.0
├─ jsonlines@0.1.1
├─ jsonparse@1.3.1
├─ JSONStream@1.3.5
├─ keyv@4.5.0
├─ kind-of@6.0.3
├─ kleur@4.1.5
├─ latest-version@7.0.0
├─ lilconfig@2.0.5
├─ lines-and-columns@1.2.4
├─ lint-staged@13.0.3
├─ listr2@4.0.5
├─ local-pkg@0.4.2
├─ locate-path@6.0.0
├─ lodash.merge@4.6.2
├─ log-update@4.0.0
├─ loupe@2.3.4
├─ magic-string@0.26.7
├─ make-dir@3.1.0
├─ make-error@1.3.6
├─ make-fetch-happen@10.2.1
├─ map-obj@1.0.1
├─ merge2@1.4.1
├─ micromatch@4.0.5
├─ mimic-fn@2.1.0
├─ mimic-response@3.1.0
├─ min-indent@1.0.1
├─ minimist-options@4.1.0
├─ minipass-json-stream@1.0.1
├─ minipass-sized@1.0.3
├─ moment@2.29.4
├─ ms@2.1.3
├─ nanoid@3.3.4
├─ natural-compare@1.4.0
├─ negotiator@0.6.3
├─ node-fetch@2.6.7
├─ node-gyp@9.3.0
├─ nopt@6.0.0
├─ normalize-package-data@4.0.1
├─ normalize-path@3.0.0
├─ normalize-url@7.2.0
├─ npm-bundled@1.1.2
├─ npm-check-updates@16.3.15
├─ npm-install-checks@5.0.0
├─ npm-packlist@7.0.1
├─ npm-registry-fetch@13.3.1
├─ npm-run-path@4.0.1
├─ npmlog@6.0.2
├─ object.assign@4.1.4
├─ object.values@1.1.5
├─ once@1.4.0
├─ onetime@5.1.2
├─ optionator@0.9.1
├─ p-cancelable@3.0.0
├─ p-limit@3.1.0
├─ p-locate@5.0.0
├─ p-try@2.2.0
├─ package-json@8.1.0
├─ pacote@15.0.0
├─ parent-module@1.0.1
├─ parse-github-url@1.0.2
├─ path-is-absolute@1.0.1
├─ path-key@3.1.1
├─ path-parse@1.0.7
├─ pathval@1.1.1
├─ picocolors@1.0.0
├─ pidtree@0.6.0
├─ pinst@3.0.0
├─ postcss@8.4.18
├─ progress@2.0.3
├─ prompts-ncu@2.5.1
├─ proto-list@1.2.4
├─ punycode@2.1.1
├─ pupa@3.1.0
├─ queue-microtask@1.2.3
├─ quick-lru@4.0.1
├─ rc-config-loader@4.1.0
├─ rc@1.2.8
├─ read-package-json-fast@3.0.1
├─ read-package-json@5.0.2
├─ read-pkg-up@7.0.1
├─ read-pkg@5.2.0
├─ readable-stream@3.6.0
├─ redent@3.0.0
├─ regexp.prototype.flags@1.4.3
├─ registry-auth-token@5.0.1
├─ registry-url@6.0.1
├─ remote-git-tags@3.0.0
├─ resolve-alpn@1.2.1
├─ resolve-global@1.0.0
├─ resolve@1.22.1
├─ restore-cursor@3.1.0
├─ retry@0.12.0
├─ reusify@1.0.4
├─ rfdc@1.3.0
├─ rollup@3.2.3
├─ run-parallel@1.2.0
├─ rxjs@7.5.7
├─ safe-buffer@5.2.1
├─ safe-regex-test@1.0.0
├─ safer-buffer@2.1.2
├─ semver-diff@4.0.0
├─ semver-utils@1.1.4
├─ set-blocking@2.0.0
├─ shebang-command@2.0.0
├─ shebang-regex@3.0.0
├─ shell-escape@0.2.0
├─ side-channel@1.0.4
├─ sisteransi@1.0.5
├─ slash@3.0.0
├─ slice-ansi@5.0.0
├─ smart-buffer@4.2.0
├─ socks-proxy-agent@7.0.0
├─ socks@2.7.1
├─ source-map-js@1.0.2
├─ source-map-support@0.5.21
├─ source-map@0.6.1
├─ sourcemap-codec@1.4.8
├─ spawn-please@2.0.1
├─ spdx-correct@3.1.1
├─ spdx-exceptions@2.3.0
├─ string_decoder@1.3.0
├─ string-argv@0.3.1
├─ string.prototype.trimend@1.0.5
├─ string.prototype.trimstart@1.0.5
├─ strip-bom@3.0.0
├─ strip-final-newline@2.0.0
├─ strip-indent@3.0.0
├─ strip-json-comments@3.1.1
├─ strip-literal@0.4.2
├─ supports-preserve-symlinks-flag@1.0.0
├─ test-exclude@6.0.0
├─ text-extensions@1.9.0
├─ text-table@0.2.0
├─ through@2.3.8
├─ tinybench@2.3.1
├─ tinypool@0.3.0
├─ tinyspy@1.0.2
├─ to-regex-range@5.0.1
├─ tr46@0.0.3
├─ trim-newlines@3.0.1
├─ tsconfig-paths@3.14.1
├─ tslib@1.14.1
├─ tunnel@0.0.6
├─ type-check@0.4.0
├─ type-detect@4.0.8
├─ type-fest@0.20.2
├─ typedarray-to-buffer@3.1.5
├─ typescript@4.8.4
├─ unbox-primitive@1.0.2
├─ unique-filename@3.0.0
├─ unique-slug@4.0.0
├─ unique-string@3.0.0
├─ untildify@4.0.0
├─ update-notifier@6.0.2
├─ util-deprecate@1.0.2
├─ uuid@8.3.2
├─ v8-compile-cache-lib@3.0.1
├─ v8-to-istanbul@9.0.1
├─ validate-npm-package-name@4.0.0
├─ vite@3.1.8
├─ webidl-conversions@3.0.1
├─ whatwg-url@5.0.0
├─ which-boxed-primitive@1.0.2
├─ wide-align@1.1.5
├─ widest-line@4.0.1
├─ word-wrap@1.2.3
├─ write-file-atomic@3.0.3
├─ xdg-basedir@5.1.0
├─ yaml@2.1.3
├─ yargs-parser@20.2.9
├─ yargs@17.6.0
├─ yn@3.1.1
└─ yocto-queue@0.1.0
Done in 13.13s.

stderr:

warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@6.7.0" has unmet peer dependency "@octokit/core@>=3".
yarn audit
yarn audit v1.22.19
0 vulnerabilities found - Packages audited: 699
Done in 0.72s.

Changed files

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

:octocat: Repo | 📝 Issues | 🏬 Marketplace

@technote-space
Copy link
Owner Author

Command results

Details:
add path
/home/runner/work/_actions/technote-space/create-pr-action/gh-actions/node_modules/npm-check-updates/build/src/bin
cli.js -u --packageFile package.json
Using yarn
Upgrading /home/runner/work/create-pr-action/create-pr-action/package.json

 @commitlint/cli                        ^17.1.2  →   ^17.2.0
 @commitlint/config-conventional        ^17.1.0  →   ^17.2.0
 @technote-space/github-action-helper    ^5.3.8  →    ^5.3.9
 @types/node                           ^18.11.5  →  ^18.11.9
 @typescript-eslint/eslint-plugin       ^5.41.0  →   ^5.42.0
 @typescript-eslint/parser              ^5.41.0  →   ^5.42.0
 @vitest/coverage-c8                    ^0.24.3  →   ^0.24.5
 npm-check-updates                     ^16.3.15  →  ^16.3.16
 rollup                                  ^3.2.3  →    ^3.2.5
 vitest                                 ^0.24.3  →   ^0.24.5

Run yarn install to install new versions.
yarn install
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
$ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install
Done in 20.85s.

stderr:

warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@6.7.0" has unmet peer dependency "@octokit/core@>=3".
yarn upgrade
yarn upgrade v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Rebuilding all packages...
success Saved lockfile.
success Saved 433 new dependencies.
info Direct dependencies
├─ @commitlint/cli@17.2.0
├─ @commitlint/config-conventional@17.2.0
├─ @rollup/plugin-commonjs@23.0.2
├─ @rollup/plugin-json@5.0.1
├─ @rollup/plugin-node-resolve@15.0.1
├─ @rollup/plugin-typescript@9.0.2
├─ @sindresorhus/tsconfig@3.0.1
├─ @technote-space/github-action-pr-helper@2.3.5
├─ @technote-space/github-action-test-helper@0.11.0
├─ @technote-space/release-github-actions-cli@1.9.3
├─ @types/node@18.11.9
├─ @typescript-eslint/eslint-plugin@5.42.0
├─ @typescript-eslint/parser@5.42.0
├─ @vitest/coverage-c8@0.24.5
├─ eslint-plugin-import@2.26.0
├─ eslint@8.26.0
├─ husky@8.0.1
├─ lint-staged@13.0.3
├─ npm-check-updates@16.3.16
├─ pinst@3.0.0
├─ rollup@3.2.5
├─ typescript@4.8.4
└─ vitest@0.24.5
info All dependencies
├─ @babel/code-frame@7.18.6
├─ @babel/helper-validator-identifier@7.19.1
├─ @babel/highlight@7.18.6
├─ @bcoe/v8-coverage@0.2.3
├─ @commitlint/cli@17.2.0
├─ @commitlint/config-conventional@17.2.0
├─ @commitlint/ensure@17.0.0
├─ @commitlint/execute-rule@17.0.0
├─ @commitlint/format@17.0.0
├─ @commitlint/is-ignored@17.2.0
├─ @commitlint/lint@17.2.0
├─ @commitlint/load@17.2.0
├─ @commitlint/message@17.2.0
├─ @commitlint/parse@17.2.0
├─ @commitlint/read@17.2.0
├─ @commitlint/resolve-extends@17.1.0
├─ @commitlint/rules@17.2.0
├─ @commitlint/to-lines@17.0.0
├─ @commitlint/top-level@17.0.0
├─ @cspotcode/source-map-support@0.8.1
├─ @eslint/eslintrc@1.3.3
├─ @gar/promisify@1.1.3
├─ @humanwhocodes/config-array@0.11.7
├─ @humanwhocodes/module-importer@1.0.1
├─ @humanwhocodes/object-schema@1.2.1
├─ @istanbuljs/schema@0.1.3
├─ @jridgewell/resolve-uri@3.1.0
├─ @jridgewell/sourcemap-codec@1.4.14
├─ @jridgewell/trace-mapping@0.3.17
├─ @nodelib/fs.scandir@2.1.5
├─ @nodelib/fs.stat@2.0.5
├─ @nodelib/fs.walk@1.2.8
├─ @npmcli/fs@3.0.0
├─ @npmcli/git@3.0.2
├─ @npmcli/installed-package-contents@1.0.7
├─ @npmcli/move-file@3.0.0
├─ @npmcli/node-gyp@2.0.0
├─ @npmcli/run-script@4.2.1
├─ @octokit/auth-token@2.5.0
├─ @octokit/core@3.6.0
├─ @octokit/endpoint@6.0.12
├─ @octokit/graphql@4.8.0
├─ @octokit/plugin-paginate-rest@2.21.3
├─ @octokit/request-error@2.1.0
├─ @octokit/request@5.6.3
├─ @pnpm/network.ca-file@1.0.1
├─ @pnpm/npm-conf@1.0.5
├─ @rollup/plugin-commonjs@23.0.2
├─ @rollup/plugin-json@5.0.1
├─ @rollup/plugin-node-resolve@15.0.1
├─ @rollup/plugin-typescript@9.0.2
├─ @sindresorhus/is@5.3.0
├─ @sindresorhus/tsconfig@3.0.1
├─ @szmarczak/http-timer@5.0.1
├─ @technote-space/filter-github-action@0.6.4
├─ @technote-space/github-action-pr-helper@2.3.5
├─ @technote-space/github-action-test-helper@0.11.0
├─ @technote-space/release-github-actions-cli@1.9.3
├─ @technote-space/release-github-actions@8.0.1
├─ @tootallnate/once@2.0.0
├─ @tsconfig/node10@1.0.9
├─ @tsconfig/node12@1.0.11
├─ @tsconfig/node14@1.0.3
├─ @tsconfig/node16@1.0.3
├─ @types/chai-subset@1.3.3
├─ @types/chai@4.3.3
├─ @types/estree@1.0.0
├─ @types/http-cache-semantics@4.0.1
├─ @types/istanbul-lib-coverage@2.0.4
├─ @types/json-schema@7.0.11
├─ @types/json5@0.0.29
├─ @types/minimist@1.2.2
├─ @types/node@18.11.9
├─ @types/normalize-package-data@2.4.1
├─ @types/parse-json@4.0.0
├─ @types/resolve@1.20.2
├─ @types/semver@7.3.13
├─ @typescript-eslint/eslint-plugin@5.42.0
├─ @typescript-eslint/parser@5.42.0
├─ @typescript-eslint/type-utils@5.42.0
├─ @vitest/coverage-c8@0.24.5
├─ abbrev@1.1.1
├─ acorn-jsx@5.3.2
├─ acorn-walk@8.2.0
├─ agent-base@6.0.2
├─ agentkeepalive@4.2.1
├─ aggregate-error@3.1.0
├─ ajv@6.12.6
├─ ansi-align@3.0.1
├─ ansi-escapes@4.3.2
├─ ansi-regex@5.0.1
├─ aproba@2.0.0
├─ are-we-there-yet@3.0.1
├─ arg@4.1.3
├─ argparse@2.0.1
├─ array-ify@1.0.0
├─ array-includes@3.1.5
├─ array-union@2.1.0
├─ array.prototype.flat@1.3.0
├─ arrify@1.0.1
├─ assertion-error@1.1.0
├─ before-after-hook@2.2.3
├─ boxen@7.0.0
├─ brace-expansion@1.1.11
├─ braces@3.0.2
├─ buffer-from@1.1.2
├─ builtin-modules@3.3.0
├─ builtins@5.0.1
├─ c8@7.12.0
├─ cacache@17.0.1
├─ cacheable-lookup@7.0.0
├─ cacheable-request@10.2.2
├─ callsites@3.1.0
├─ camelcase-keys@6.2.2
├─ camelcase@7.0.0
├─ chai@4.3.6
├─ chalk@4.1.2
├─ check-error@1.0.2
├─ ci-info@3.5.0
├─ clean-stack@2.2.0
├─ cli-boxes@3.0.0
├─ cli-cursor@3.1.0
├─ cli-table@0.3.11
├─ cli-truncate@3.1.0
├─ cliui@8.0.1
├─ color-convert@2.0.1
├─ color-name@1.1.4
├─ color-support@1.1.3
├─ colorette@2.0.19
├─ colors@1.0.3
├─ commander@9.4.1
├─ commondir@1.0.1
├─ concat-map@0.0.1
├─ config-chain@1.1.13
├─ configstore@6.0.0
├─ conventional-changelog-angular@5.0.13
├─ conventional-changelog-conventionalcommits@5.0.0
├─ conventional-commits-parser@3.2.4
├─ convert-source-map@1.9.0
├─ cosmiconfig@7.0.1
├─ create-require@1.1.1
├─ crypto-random-string@4.0.0
├─ dargs@7.0.0
├─ decamelize-keys@1.1.1
├─ decamelize@1.2.0
├─ decompress-response@6.0.0
├─ deep-eql@3.0.1
├─ deep-extend@0.6.0
├─ deep-is@0.1.4
├─ deepmerge@4.2.2
├─ defer-to-connect@2.0.1
├─ delegates@1.0.0
├─ depd@1.1.2
├─ diff@4.0.2
├─ dir-glob@3.0.1
├─ doctrine@2.1.0
├─ dot-prop@5.3.0
├─ dotenv@16.0.3
├─ eastasianwidth@0.2.0
├─ emoji-regex@8.0.0
├─ encoding@0.1.13
├─ env-paths@2.2.1
├─ err-code@2.0.3
├─ error-ex@1.3.2
├─ es-shim-unscopables@1.0.0
├─ es-to-primitive@1.2.1
├─ esbuild-linux-64@0.15.12
├─ esbuild@0.15.12
├─ escape-goat@4.0.0
├─ escape-string-regexp@4.0.0
├─ eslint-import-resolver-node@0.3.6
├─ eslint-module-utils@2.7.4
├─ eslint-plugin-import@2.26.0
├─ eslint-scope@7.1.1
├─ eslint@8.26.0
├─ esquery@1.4.0
├─ estraverse@5.3.0
├─ fast-glob@3.2.12
├─ fast-json-stable-stringify@2.1.0
├─ fast-levenshtein@2.0.6
├─ fast-memoize@2.5.2
├─ fastq@1.13.0
├─ file-entry-cache@6.0.1
├─ fill-range@7.0.1
├─ flat-cache@3.0.4
├─ flatted@3.2.7
├─ foreground-child@2.0.0
├─ form-data-encoder@2.1.3
├─ fp-and-or@0.1.3
├─ fs-extra@10.1.0
├─ function.prototype.name@1.1.5
├─ gauge@4.0.4
├─ get-stdin@8.0.0
├─ get-symbol-description@1.0.0
├─ git-raw-commits@2.0.11
├─ glob-parent@6.0.2
├─ glob@8.0.3
├─ global-dirs@0.1.1
├─ globby@11.1.0
├─ got@12.5.2
├─ graceful-fs@4.2.10
├─ grapheme-splitter@1.0.4
├─ hard-rejection@2.1.0
├─ has-bigints@1.0.2
├─ has-flag@4.0.0
├─ has-unicode@2.0.1
├─ has-yarn@3.0.0
├─ html-escaper@2.0.2
├─ http-proxy-agent@5.0.0
├─ http2-wrapper@2.1.11
├─ https-proxy-agent@5.0.1
├─ human-signals@2.1.0
├─ humanize-ms@1.2.1
├─ husky@8.0.1
├─ iconv-lite@0.6.3
├─ ignore-walk@6.0.0
├─ import-lazy@4.0.0
├─ inherits@2.0.4
├─ internal-slot@1.0.3
├─ ip@2.0.0
├─ is-arrayish@0.2.1
├─ is-bigint@1.0.4
├─ is-boolean-object@1.1.2
├─ is-builtin-module@3.2.0
├─ is-callable@1.2.7
├─ is-ci@3.0.1
├─ is-date-object@1.0.5
├─ is-extglob@2.1.1
├─ is-installed-globally@0.4.0
├─ is-lambda@1.0.1
├─ is-module@1.0.0
├─ is-negative-zero@2.0.2
├─ is-npm@6.0.0
├─ is-number-object@1.0.7
├─ is-number@7.0.0
├─ is-path-inside@3.0.3
├─ is-plain-obj@1.1.0
├─ is-reference@1.2.1
├─ is-shared-array-buffer@1.0.2
├─ is-stream@2.0.1
├─ is-string@1.0.7
├─ is-symbol@1.0.4
├─ is-text-path@1.0.1
├─ is-weakref@1.0.2
├─ is-yarn-global@0.4.0
├─ isexe@2.0.0
├─ istanbul-lib-coverage@3.2.0
├─ istanbul-reports@3.1.5
├─ jju@1.4.0
├─ js-sdsl@4.1.5
├─ js-tokens@4.0.0
├─ json-buffer@3.0.1
├─ json-parse-helpfulerror@1.0.3
├─ json-schema-traverse@0.4.1
├─ json-stable-stringify-without-jsonify@1.0.1
├─ json5@1.0.1
├─ jsonfile@6.1.0
├─ jsonlines@0.1.1
├─ jsonparse@1.3.1
├─ JSONStream@1.3.5
├─ keyv@4.5.0
├─ kind-of@6.0.3
├─ kleur@4.1.5
├─ latest-version@7.0.0
├─ lilconfig@2.0.5
├─ lines-and-columns@1.2.4
├─ lint-staged@13.0.3
├─ listr2@4.0.5
├─ local-pkg@0.4.2
├─ locate-path@6.0.0
├─ lodash.merge@4.6.2
├─ log-update@4.0.0
├─ loupe@2.3.4
├─ magic-string@0.26.7
├─ make-dir@3.1.0
├─ make-error@1.3.6
├─ make-fetch-happen@10.2.1
├─ map-obj@1.0.1
├─ merge2@1.4.1
├─ micromatch@4.0.5
├─ mimic-fn@2.1.0
├─ mimic-response@3.1.0
├─ min-indent@1.0.1
├─ minimist-options@4.1.0
├─ minipass-json-stream@1.0.1
├─ minipass-sized@1.0.3
├─ moment@2.29.4
├─ ms@2.1.3
├─ nanoid@3.3.4
├─ natural-compare-lite@1.4.0
├─ natural-compare@1.4.0
├─ negotiator@0.6.3
├─ node-fetch@2.6.7
├─ node-gyp@9.3.0
├─ nopt@6.0.0
├─ normalize-package-data@4.0.1
├─ normalize-path@3.0.0
├─ normalize-url@7.2.0
├─ npm-bundled@1.1.2
├─ npm-check-updates@16.3.16
├─ npm-install-checks@5.0.0
├─ npm-package-arg@9.1.2
├─ npm-packlist@7.0.2
├─ npm-registry-fetch@13.3.1
├─ npm-run-path@4.0.1
├─ npmlog@6.0.2
├─ object.assign@4.1.4
├─ object.values@1.1.5
├─ once@1.4.0
├─ onetime@5.1.2
├─ optionator@0.9.1
├─ p-cancelable@3.0.0
├─ p-limit@3.1.0
├─ p-locate@5.0.0
├─ p-try@2.2.0
├─ package-json@8.1.0
├─ pacote@15.0.0
├─ parent-module@1.0.1
├─ parse-github-url@1.0.2
├─ path-is-absolute@1.0.1
├─ path-key@3.1.1
├─ path-parse@1.0.7
├─ pathval@1.1.1
├─ picocolors@1.0.0
├─ pidtree@0.6.0
├─ pinst@3.0.0
├─ postcss@8.4.18
├─ progress@2.0.3
├─ prompts-ncu@2.5.1
├─ proto-list@1.2.4
├─ punycode@2.1.1
├─ pupa@3.1.0
├─ queue-microtask@1.2.3
├─ quick-lru@4.0.1
├─ rc-config-loader@4.1.1
├─ rc@1.2.8
├─ read-package-json-fast@3.0.1
├─ read-package-json@5.0.2
├─ read-pkg-up@7.0.1
├─ read-pkg@5.2.0
├─ readable-stream@3.6.0
├─ redent@3.0.0
├─ regexp.prototype.flags@1.4.3
├─ registry-auth-token@5.0.1
├─ registry-url@6.0.1
├─ remote-git-tags@3.0.0
├─ resolve-alpn@1.2.1
├─ resolve-global@1.0.0
├─ resolve@1.22.1
├─ restore-cursor@3.1.0
├─ retry@0.12.0
├─ reusify@1.0.4
├─ rfdc@1.3.0
├─ rollup@3.2.5
├─ run-parallel@1.2.0
├─ rxjs@7.5.7
├─ safe-buffer@5.2.1
├─ safe-regex-test@1.0.0
├─ safer-buffer@2.1.2
├─ semver-diff@4.0.0
├─ semver-utils@1.1.4
├─ set-blocking@2.0.0
├─ shebang-command@2.0.0
├─ shebang-regex@3.0.0
├─ shell-escape@0.2.0
├─ side-channel@1.0.4
├─ sisteransi@1.0.5
├─ slash@3.0.0
├─ slice-ansi@5.0.0
├─ smart-buffer@4.2.0
├─ socks-proxy-agent@7.0.0
├─ socks@2.7.1
├─ source-map-js@1.0.2
├─ source-map-support@0.5.21
├─ source-map@0.6.1
├─ sourcemap-codec@1.4.8
├─ spawn-please@2.0.1
├─ spdx-correct@3.1.1
├─ spdx-exceptions@2.3.0
├─ string_decoder@1.3.0
├─ string-argv@0.3.1
├─ string.prototype.trimend@1.0.5
├─ string.prototype.trimstart@1.0.5
├─ strip-bom@3.0.0
├─ strip-final-newline@2.0.0
├─ strip-indent@3.0.0
├─ strip-json-comments@3.1.1
├─ strip-literal@0.4.2
├─ supports-preserve-symlinks-flag@1.0.0
├─ test-exclude@6.0.0
├─ text-extensions@1.9.0
├─ text-table@0.2.0
├─ through@2.3.8
├─ tinybench@2.3.1
├─ tinypool@0.3.0
├─ tinyspy@1.0.2
├─ to-regex-range@5.0.1
├─ tr46@0.0.3
├─ trim-newlines@3.0.1
├─ tsconfig-paths@3.14.1
├─ tslib@1.14.1
├─ tunnel@0.0.6
├─ type-check@0.4.0
├─ type-detect@4.0.8
├─ type-fest@0.20.2
├─ typedarray-to-buffer@3.1.5
├─ typescript@4.8.4
├─ unbox-primitive@1.0.2
├─ unique-filename@3.0.0
├─ unique-slug@4.0.0
├─ unique-string@3.0.0
├─ untildify@4.0.0
├─ update-notifier@6.0.2
├─ util-deprecate@1.0.2
├─ uuid@8.3.2
├─ v8-compile-cache-lib@3.0.1
├─ v8-to-istanbul@9.0.1
├─ validate-npm-package-name@4.0.0
├─ vite@3.2.2
├─ vitest@0.24.5
├─ webidl-conversions@3.0.1
├─ whatwg-url@5.0.0
├─ which-boxed-primitive@1.0.2
├─ wide-align@1.1.5
├─ widest-line@4.0.1
├─ word-wrap@1.2.3
├─ write-file-atomic@3.0.3
├─ xdg-basedir@5.1.0
├─ yaml@2.1.3
├─ yargs-parser@20.2.9
├─ yargs@17.6.0
├─ yn@3.1.1
└─ yocto-queue@0.1.0
Done in 17.86s.

stderr:

warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@6.7.0" has unmet peer dependency "@octokit/core@>=3".
yarn audit
yarn audit v1.22.19
0 vulnerabilities found - Packages audited: 702
Done in 0.70s.

Changed files

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

:octocat: Repo | 📝 Issues | 🏬 Marketplace

@technote-space
Copy link
Owner Author

Command results

Details:
add path
/home/runner/work/_actions/technote-space/create-pr-action/gh-actions/node_modules/npm-check-updates/build/src/bin
cli.js -u --packageFile package.json
Using yarn
Upgrading /home/runner/work/create-pr-action/create-pr-action/package.json

 @technote-space/github-action-pr-helper    ^2.3.5  →    ^2.3.6
 @typescript-eslint/eslint-plugin          ^5.42.0  →   ^5.42.1
 @typescript-eslint/parser                 ^5.42.0  →   ^5.42.1
 @vitest/coverage-c8                       ^0.24.5  →   ^0.25.1
 eslint                                    ^8.26.0  →   ^8.27.0
 husky                                      ^8.0.1  →    ^8.0.2
 npm-check-updates                        ^16.3.16  →  ^16.3.18
 vitest                                    ^0.24.5  →   ^0.25.1

Run yarn install to install new versions.
yarn install
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
$ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install
Done in 13.98s.

stderr:

warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@6.7.0" has unmet peer dependency "@octokit/core@>=3".
yarn upgrade
yarn upgrade v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Rebuilding all packages...
success Saved lockfile.
success Saved 426 new dependencies.
info Direct dependencies
├─ @commitlint/cli@17.2.0
├─ @commitlint/config-conventional@17.2.0
├─ @rollup/plugin-commonjs@23.0.2
├─ @rollup/plugin-json@5.0.1
├─ @rollup/plugin-node-resolve@15.0.1
├─ @rollup/plugin-typescript@9.0.2
├─ @sindresorhus/tsconfig@3.0.1
├─ @technote-space/github-action-helper@5.3.9
├─ @technote-space/github-action-pr-helper@2.3.6
├─ @technote-space/github-action-test-helper@0.11.0
├─ @technote-space/release-github-actions-cli@1.9.3
├─ @typescript-eslint/eslint-plugin@5.42.1
├─ @typescript-eslint/parser@5.42.1
├─ @vitest/coverage-c8@0.25.1
├─ eslint-plugin-import@2.26.0
├─ eslint@8.27.0
├─ husky@8.0.2
├─ lint-staged@13.0.3
├─ npm-check-updates@16.3.18
├─ pinst@3.0.0
├─ rollup@3.2.5
├─ typescript@4.8.4
└─ vitest@0.25.1
info All dependencies
├─ @babel/code-frame@7.18.6
├─ @babel/helper-validator-identifier@7.19.1
├─ @babel/highlight@7.18.6
├─ @bcoe/v8-coverage@0.2.3
├─ @commitlint/cli@17.2.0
├─ @commitlint/config-conventional@17.2.0
├─ @commitlint/ensure@17.0.0
├─ @commitlint/execute-rule@17.0.0
├─ @commitlint/format@17.0.0
├─ @commitlint/is-ignored@17.2.0
├─ @commitlint/lint@17.2.0
├─ @commitlint/load@17.2.0
├─ @commitlint/message@17.2.0
├─ @commitlint/parse@17.2.0
├─ @commitlint/read@17.2.0
├─ @commitlint/resolve-extends@17.1.0
├─ @commitlint/rules@17.2.0
├─ @commitlint/to-lines@17.0.0
├─ @commitlint/top-level@17.0.0
├─ @cspotcode/source-map-support@0.8.1
├─ @eslint/eslintrc@1.3.3
├─ @gar/promisify@1.1.3
├─ @humanwhocodes/config-array@0.11.7
├─ @humanwhocodes/module-importer@1.0.1
├─ @humanwhocodes/object-schema@1.2.1
├─ @istanbuljs/schema@0.1.3
├─ @jridgewell/resolve-uri@3.1.0
├─ @jridgewell/sourcemap-codec@1.4.14
├─ @jridgewell/trace-mapping@0.3.17
├─ @nodelib/fs.scandir@2.1.5
├─ @nodelib/fs.stat@2.0.5
├─ @nodelib/fs.walk@1.2.8
├─ @npmcli/fs@3.1.0
├─ @npmcli/git@3.0.2
├─ @npmcli/installed-package-contents@1.0.7
├─ @npmcli/move-file@2.0.1
├─ @npmcli/node-gyp@2.0.0
├─ @npmcli/run-script@4.2.1
├─ @octokit/auth-token@2.5.0
├─ @octokit/core@3.6.0
├─ @octokit/endpoint@6.0.12
├─ @octokit/graphql@4.8.0
├─ @octokit/plugin-paginate-rest@2.21.3
├─ @octokit/request-error@2.1.0
├─ @octokit/request@5.6.3
├─ @pnpm/network.ca-file@1.0.1
├─ @pnpm/npm-conf@1.0.5
├─ @rollup/plugin-commonjs@23.0.2
├─ @rollup/plugin-json@5.0.1
├─ @rollup/plugin-node-resolve@15.0.1
├─ @rollup/plugin-typescript@9.0.2
├─ @sindresorhus/is@5.3.0
├─ @sindresorhus/tsconfig@3.0.1
├─ @szmarczak/http-timer@5.0.1
├─ @technote-space/filter-github-action@0.6.5
├─ @technote-space/github-action-helper@5.3.9
├─ @technote-space/github-action-pr-helper@2.3.6
├─ @technote-space/github-action-test-helper@0.11.0
├─ @technote-space/release-github-actions-cli@1.9.3
├─ @technote-space/release-github-actions@8.0.1
├─ @tootallnate/once@2.0.0
├─ @tsconfig/node10@1.0.9
├─ @tsconfig/node12@1.0.11
├─ @tsconfig/node14@1.0.3
├─ @tsconfig/node16@1.0.3
├─ @types/estree@1.0.0
├─ @types/http-cache-semantics@4.0.1
├─ @types/istanbul-lib-coverage@2.0.4
├─ @types/json-schema@7.0.11
├─ @types/json5@0.0.29
├─ @types/minimist@1.2.2
├─ @types/normalize-package-data@2.4.1
├─ @types/parse-json@4.0.0
├─ @types/resolve@1.20.2
├─ @types/semver@7.3.13
├─ @typescript-eslint/eslint-plugin@5.42.1
├─ @typescript-eslint/parser@5.42.1
├─ @typescript-eslint/type-utils@5.42.1
├─ @vitest/coverage-c8@0.25.1
├─ abbrev@1.1.1
├─ acorn-jsx@5.3.2
├─ acorn-walk@8.2.0
├─ agent-base@6.0.2
├─ agentkeepalive@4.2.1
├─ aggregate-error@3.1.0
├─ ajv@6.12.6
├─ ansi-align@3.0.1
├─ ansi-escapes@4.3.2
├─ ansi-regex@5.0.1
├─ aproba@2.0.0
├─ are-we-there-yet@3.0.1
├─ arg@4.1.3
├─ argparse@2.0.1
├─ array-ify@1.0.0
├─ array-includes@3.1.6
├─ array-union@2.1.0
├─ array.prototype.flat@1.3.1
├─ arrify@1.0.1
├─ assertion-error@1.1.0
├─ before-after-hook@2.2.3
├─ boxen@7.0.0
├─ brace-expansion@1.1.11
├─ braces@3.0.2
├─ buffer-from@1.1.2
├─ builtin-modules@3.3.0
├─ builtins@5.0.1
├─ c8@7.12.0
├─ cacache@17.0.2
├─ cacheable-lookup@7.0.0
├─ cacheable-request@10.2.2
├─ callsites@3.1.0
├─ camelcase-keys@6.2.2
├─ camelcase@7.0.0
├─ chalk@4.1.2
├─ check-error@1.0.2
├─ ci-info@3.5.0
├─ clean-stack@2.2.0
├─ cli-boxes@3.0.0
├─ cli-cursor@3.1.0
├─ cli-table@0.3.11
├─ cli-truncate@3.1.0
├─ cliui@8.0.1
├─ color-convert@2.0.1
├─ color-name@1.1.4
├─ color-support@1.1.3
├─ colorette@2.0.19
├─ colors@1.0.3
├─ commander@9.4.1
├─ commondir@1.0.1
├─ concat-map@0.0.1
├─ config-chain@1.1.13
├─ configstore@6.0.0
├─ conventional-changelog-angular@5.0.13
├─ conventional-changelog-conventionalcommits@5.0.0
├─ conventional-commits-parser@3.2.4
├─ convert-source-map@1.9.0
├─ cosmiconfig@7.0.1
├─ create-require@1.1.1
├─ crypto-random-string@4.0.0
├─ dargs@7.0.0
├─ decamelize-keys@1.1.1
├─ decamelize@1.2.0
├─ decompress-response@6.0.0
├─ deep-eql@4.1.2
├─ deep-extend@0.6.0
├─ deep-is@0.1.4
├─ deepmerge@4.2.2
├─ defer-to-connect@2.0.1
├─ delegates@1.0.0
├─ depd@1.1.2
├─ diff@4.0.2
├─ dir-glob@3.0.1
├─ doctrine@2.1.0
├─ dot-prop@5.3.0
├─ dotenv@16.0.3
├─ eastasianwidth@0.2.0
├─ emoji-regex@8.0.0
├─ encoding@0.1.13
├─ env-paths@2.2.1
├─ err-code@2.0.3
├─ error-ex@1.3.2
├─ es-shim-unscopables@1.0.0
├─ es-to-primitive@1.2.1
├─ esbuild-linux-64@0.15.13
├─ esbuild@0.15.13
├─ escape-goat@4.0.0
├─ escape-string-regexp@4.0.0
├─ eslint-import-resolver-node@0.3.6
├─ eslint-module-utils@2.7.4
├─ eslint-plugin-import@2.26.0
├─ eslint-scope@7.1.1
├─ eslint@8.27.0
├─ esquery@1.4.0
├─ estraverse@5.3.0
├─ fast-glob@3.2.12
├─ fast-json-stable-stringify@2.1.0
├─ fast-levenshtein@2.0.6
├─ fast-memoize@2.5.2
├─ fastq@1.13.0
├─ file-entry-cache@6.0.1
├─ fill-range@7.0.1
├─ flat-cache@3.0.4
├─ flatted@3.2.7
├─ foreground-child@2.0.0
├─ form-data-encoder@2.1.3
├─ fp-and-or@0.1.3
├─ fs-extra@10.1.0
├─ function.prototype.name@1.1.5
├─ gauge@4.0.4
├─ get-stdin@8.0.0
├─ get-symbol-description@1.0.0
├─ git-raw-commits@2.0.11
├─ glob-parent@6.0.2
├─ glob@8.0.3
├─ global-dirs@0.1.1
├─ globby@11.1.0
├─ got@12.5.2
├─ graceful-fs@4.2.10
├─ grapheme-splitter@1.0.4
├─ hard-rejection@2.1.0
├─ has-bigints@1.0.2
├─ has-flag@4.0.0
├─ has-unicode@2.0.1
├─ has-yarn@3.0.0
├─ html-escaper@2.0.2
├─ http-proxy-agent@5.0.0
├─ http2-wrapper@2.1.11
├─ https-proxy-agent@5.0.1
├─ human-signals@2.1.0
├─ humanize-ms@1.2.1
├─ husky@8.0.2
├─ iconv-lite@0.6.3
├─ ignore-walk@6.0.0
├─ import-lazy@4.0.0
├─ inherits@2.0.4
├─ internal-slot@1.0.3
├─ ip@2.0.0
├─ is-arrayish@0.2.1
├─ is-bigint@1.0.4
├─ is-boolean-object@1.1.2
├─ is-builtin-module@3.2.0
├─ is-callable@1.2.7
├─ is-ci@3.0.1
├─ is-date-object@1.0.5
├─ is-extglob@2.1.1
├─ is-installed-globally@0.4.0
├─ is-lambda@1.0.1
├─ is-module@1.0.0
├─ is-negative-zero@2.0.2
├─ is-npm@6.0.0
├─ is-number-object@1.0.7
├─ is-number@7.0.0
├─ is-path-inside@3.0.3
├─ is-plain-obj@1.1.0
├─ is-reference@1.2.1
├─ is-shared-array-buffer@1.0.2
├─ is-stream@2.0.1
├─ is-string@1.0.7
├─ is-symbol@1.0.4
├─ is-text-path@1.0.1
├─ is-weakref@1.0.2
├─ is-yarn-global@0.4.0
├─ isexe@2.0.0
├─ istanbul-lib-coverage@3.2.0
├─ istanbul-reports@3.1.5
├─ jju@1.4.0
├─ js-sdsl@4.1.5
├─ js-tokens@4.0.0
├─ json-buffer@3.0.1
├─ json-parse-helpfulerror@1.0.3
├─ json-schema-traverse@0.4.1
├─ json-stable-stringify-without-jsonify@1.0.1
├─ json5@1.0.1
├─ jsonfile@6.1.0
├─ jsonlines@0.1.1
├─ jsonparse@1.3.1
├─ JSONStream@1.3.5
├─ keyv@4.5.2
├─ kind-of@6.0.3
├─ kleur@4.1.5
├─ latest-version@7.0.0
├─ lilconfig@2.0.5
├─ lines-and-columns@1.2.4
├─ lint-staged@13.0.3
├─ listr2@4.0.5
├─ locate-path@6.0.0
├─ lodash.merge@4.6.2
├─ log-update@4.0.0
├─ loupe@2.3.6
├─ magic-string@0.26.7
├─ make-dir@3.1.0
├─ make-error@1.3.6
├─ make-fetch-happen@10.2.1
├─ map-obj@1.0.1
├─ merge2@1.4.1
├─ micromatch@4.0.5
├─ mimic-fn@2.1.0
├─ mimic-response@3.1.0
├─ min-indent@1.0.1
├─ minimist-options@4.1.0
├─ minipass-json-stream@1.0.1
├─ minipass-sized@1.0.3
├─ moment@2.29.4
├─ ms@2.1.3
├─ nanoid@3.3.4
├─ natural-compare-lite@1.4.0
├─ natural-compare@1.4.0
├─ negotiator@0.6.3
├─ node-fetch@2.6.7
├─ node-gyp@9.3.0
├─ nopt@6.0.0
├─ normalize-package-data@4.0.1
├─ normalize-path@3.0.0
├─ normalize-url@7.2.0
├─ npm-bundled@1.1.2
├─ npm-check-updates@16.3.18
├─ npm-install-checks@5.0.0
├─ npm-package-arg@9.1.2
├─ npm-packlist@7.0.2
├─ npm-registry-fetch@13.3.1
├─ npm-run-path@4.0.1
├─ npmlog@6.0.2
├─ object.assign@4.1.4
├─ object.values@1.1.6
├─ once@1.4.0
├─ onetime@5.1.2
├─ optionator@0.9.1
├─ p-cancelable@3.0.0
├─ p-limit@3.1.0
├─ p-locate@5.0.0
├─ p-try@2.2.0
├─ package-json@8.1.0
├─ pacote@15.0.0
├─ parent-module@1.0.1
├─ parse-github-url@1.0.2
├─ path-is-absolute@1.0.1
├─ path-key@3.1.1
├─ path-parse@1.0.7
├─ pathval@1.1.1
├─ picocolors@1.0.0
├─ pidtree@0.6.0
├─ pinst@3.0.0
├─ postcss@8.4.18
├─ proc-log@2.0.1
├─ progress@2.0.3
├─ prompts-ncu@2.5.1
├─ proto-list@1.2.4
├─ punycode@2.1.1
├─ pupa@3.1.0
├─ queue-microtask@1.2.3
├─ quick-lru@4.0.1
├─ rc-config-loader@4.1.1
├─ rc@1.2.8
├─ read-package-json-fast@3.0.1
├─ read-package-json@5.0.2
├─ read-pkg-up@7.0.1
├─ read-pkg@5.2.0
├─ readable-stream@3.6.0
├─ redent@3.0.0
├─ regexp.prototype.flags@1.4.3
├─ registry-auth-token@5.0.1
├─ registry-url@6.0.1
├─ remote-git-tags@3.0.0
├─ resolve-alpn@1.2.1
├─ resolve-global@1.0.0
├─ resolve@1.22.1
├─ restore-cursor@3.1.0
├─ retry@0.12.0
├─ reusify@1.0.4
├─ rfdc@1.3.0
├─ rollup@3.2.5
├─ run-parallel@1.2.0
├─ rxjs@7.5.7
├─ safe-buffer@5.2.1
├─ safe-regex-test@1.0.0
├─ safer-buffer@2.1.2
├─ semver-diff@4.0.0
├─ semver-utils@1.1.4
├─ set-blocking@2.0.0
├─ shebang-command@2.0.0
├─ shebang-regex@3.0.0
├─ shell-escape@0.2.0
├─ side-channel@1.0.4
├─ sisteransi@1.0.5
├─ slash@3.0.0
├─ slice-ansi@5.0.0
├─ smart-buffer@4.2.0
├─ socks-proxy-agent@7.0.0
├─ socks@2.7.1
├─ source-map-js@1.0.2
├─ source-map-support@0.5.21
├─ source-map@0.6.1
├─ sourcemap-codec@1.4.8
├─ spawn-please@2.0.1
├─ spdx-correct@3.1.1
├─ spdx-exceptions@2.3.0
├─ string_decoder@1.3.0
├─ string-argv@0.3.1
├─ string.prototype.trimend@1.0.6
├─ string.prototype.trimstart@1.0.6
├─ strip-bom@3.0.0
├─ strip-final-newline@2.0.0
├─ strip-indent@3.0.0
├─ strip-json-comments@3.1.1
├─ supports-preserve-symlinks-flag@1.0.0
├─ tar@6.1.12
├─ test-exclude@6.0.0
├─ text-extensions@1.9.0
├─ text-table@0.2.0
├─ through@2.3.8
├─ to-regex-range@5.0.1
├─ tr46@0.0.3
├─ trim-newlines@3.0.1
├─ tsconfig-paths@3.14.1
├─ tslib@1.14.1
├─ tunnel@0.0.6
├─ type-check@0.4.0
├─ type-detect@4.0.8
├─ type-fest@0.20.2
├─ typedarray-to-buffer@3.1.5
├─ typescript@4.8.4
├─ unbox-primitive@1.0.2
├─ unique-filename@3.0.0
├─ unique-slug@4.0.0
├─ unique-string@3.0.0
├─ untildify@4.0.0
├─ update-notifier@6.0.2
├─ util-deprecate@1.0.2
├─ uuid@8.3.2
├─ v8-compile-cache-lib@3.0.1
├─ v8-to-istanbul@9.0.1
├─ validate-npm-package-name@4.0.0
├─ vitest@0.25.1
├─ webidl-conversions@3.0.1
├─ whatwg-url@5.0.0
├─ which-boxed-primitive@1.0.2
├─ wide-align@1.1.5
├─ widest-line@4.0.1
├─ word-wrap@1.2.3
├─ write-file-atomic@3.0.3
├─ xdg-basedir@5.1.0
├─ yaml@2.1.3
├─ yargs-parser@20.2.9
├─ yargs@17.6.2
├─ yn@3.1.1
└─ yocto-queue@0.1.0
Done in 15.66s.

stderr:

warning npm-check-updates > pacote > npm-registry-fetch > make-fetch-happen > cacache > @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@6.7.0" has unmet peer dependency "@octokit/core@>=3".
yarn audit
yarn audit v1.22.19
0 vulnerabilities found - Packages audited: 701
Done in 0.59s.

Changed files

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

:octocat: Repo | 📝 Issues | 🏬 Marketplace

@technote-space
Copy link
Owner Author

Command results

Details:
add path
/home/runner/work/_actions/technote-space/create-pr-action/gh-actions/node_modules/npm-check-updates/build/src/bin
cli.js -u --packageFile package.json
Using yarn
Upgrading /home/runner/work/create-pr-action/create-pr-action/package.json

 @typescript-eslint/eslint-plugin   ^5.42.1  →  ^5.43.0
 @typescript-eslint/parser          ^5.42.1  →  ^5.43.0
 @vitest/coverage-c8                ^0.25.1  →  ^0.25.2
 npm-check-updates                 ^16.3.18  →  ^16.4.1
 rollup                              ^3.2.5  →   ^3.3.0
 typescript                          ^4.8.4  →   ^4.9.3
 vitest                             ^0.25.1  →  ^0.25.2

Run yarn install to install new versions.
yarn install
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
$ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install
Done in 20.86s.

stderr:

warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@6.7.0" has unmet peer dependency "@octokit/core@>=3".
yarn upgrade
yarn upgrade v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Rebuilding all packages...
success Saved lockfile.
success Saved 412 new dependencies.
info Direct dependencies
├─ @commitlint/cli@17.2.0
├─ @commitlint/config-conventional@17.2.0
├─ @rollup/plugin-commonjs@23.0.2
├─ @rollup/plugin-json@5.0.1
├─ @rollup/plugin-node-resolve@15.0.1
├─ @rollup/plugin-typescript@9.0.2
├─ @sindresorhus/tsconfig@3.0.1
├─ @technote-space/github-action-helper@5.3.9
├─ @technote-space/github-action-pr-helper@2.3.6
├─ @technote-space/github-action-test-helper@0.11.0
├─ @technote-space/release-github-actions-cli@1.9.3
├─ @typescript-eslint/eslint-plugin@5.43.0
├─ @typescript-eslint/parser@5.43.0
├─ @vitest/coverage-c8@0.25.2
├─ eslint-plugin-import@2.26.0
├─ eslint@8.27.0
├─ husky@8.0.2
├─ lint-staged@13.0.3
├─ npm-check-updates@16.4.1
├─ pinst@3.0.0
├─ rollup@3.3.0
├─ typescript@4.9.3
└─ vitest@0.25.2
info All dependencies
├─ @babel/code-frame@7.18.6
├─ @babel/helper-validator-identifier@7.19.1
├─ @babel/highlight@7.18.6
├─ @bcoe/v8-coverage@0.2.3
├─ @commitlint/cli@17.2.0
├─ @commitlint/config-conventional@17.2.0
├─ @commitlint/ensure@17.0.0
├─ @commitlint/execute-rule@17.0.0
├─ @commitlint/format@17.0.0
├─ @commitlint/is-ignored@17.2.0
├─ @commitlint/lint@17.2.0
├─ @commitlint/load@17.2.0
├─ @commitlint/message@17.2.0
├─ @commitlint/parse@17.2.0
├─ @commitlint/read@17.2.0
├─ @commitlint/resolve-extends@17.1.0
├─ @commitlint/rules@17.2.0
├─ @commitlint/to-lines@17.0.0
├─ @commitlint/top-level@17.0.0
├─ @cspotcode/source-map-support@0.8.1
├─ @eslint/eslintrc@1.3.3
├─ @gar/promisify@1.1.3
├─ @humanwhocodes/config-array@0.11.7
├─ @humanwhocodes/module-importer@1.0.1
├─ @humanwhocodes/object-schema@1.2.1
├─ @istanbuljs/schema@0.1.3
├─ @jridgewell/resolve-uri@3.1.0
├─ @jridgewell/sourcemap-codec@1.4.14
├─ @jridgewell/trace-mapping@0.3.17
├─ @nodelib/fs.scandir@2.1.5
├─ @nodelib/fs.stat@2.0.5
├─ @nodelib/fs.walk@1.2.8
├─ @npmcli/fs@3.1.0
├─ @npmcli/git@4.0.3
├─ @npmcli/installed-package-contents@2.0.1
├─ @npmcli/move-file@2.0.1
├─ @npmcli/node-gyp@3.0.0
├─ @npmcli/run-script@6.0.0
├─ @octokit/auth-token@2.5.0
├─ @octokit/core@3.6.0
├─ @octokit/endpoint@6.0.12
├─ @octokit/graphql@4.8.0
├─ @octokit/plugin-paginate-rest@2.21.3
├─ @octokit/request-error@2.1.0
├─ @octokit/request@5.6.3
├─ @pnpm/network.ca-file@1.0.1
├─ @pnpm/npm-conf@1.0.5
├─ @rollup/plugin-commonjs@23.0.2
├─ @rollup/plugin-json@5.0.1
├─ @rollup/plugin-node-resolve@15.0.1
├─ @rollup/plugin-typescript@9.0.2
├─ @sindresorhus/is@5.3.0
├─ @sindresorhus/tsconfig@3.0.1
├─ @szmarczak/http-timer@5.0.1
├─ @technote-space/filter-github-action@0.6.5
├─ @technote-space/github-action-helper@5.3.9
├─ @technote-space/github-action-pr-helper@2.3.6
├─ @technote-space/github-action-test-helper@0.11.0
├─ @technote-space/release-github-actions-cli@1.9.3
├─ @technote-space/release-github-actions@8.0.1
├─ @tootallnate/once@2.0.0
├─ @tsconfig/node10@1.0.9
├─ @tsconfig/node12@1.0.11
├─ @tsconfig/node14@1.0.3
├─ @tsconfig/node16@1.0.3
├─ @types/estree@1.0.0
├─ @types/http-cache-semantics@4.0.1
├─ @types/istanbul-lib-coverage@2.0.4
├─ @types/json-schema@7.0.11
├─ @types/json5@0.0.29
├─ @types/minimist@1.2.2
├─ @types/normalize-package-data@2.4.1
├─ @types/parse-json@4.0.0
├─ @types/resolve@1.20.2
├─ @types/semver@7.3.13
├─ @typescript-eslint/eslint-plugin@5.43.0
├─ @typescript-eslint/parser@5.43.0
├─ @typescript-eslint/type-utils@5.43.0
├─ @vitest/coverage-c8@0.25.2
├─ abbrev@1.1.1
├─ acorn-jsx@5.3.2
├─ acorn-walk@8.2.0
├─ aggregate-error@3.1.0
├─ ajv@6.12.6
├─ ansi-align@3.0.1
├─ ansi-escapes@4.3.2
├─ ansi-regex@5.0.1
├─ aproba@2.0.0
├─ are-we-there-yet@3.0.1
├─ arg@4.1.3
├─ argparse@2.0.1
├─ array-ify@1.0.0
├─ array-includes@3.1.6
├─ array-union@2.1.0
├─ array.prototype.flat@1.3.1
├─ arrify@1.0.1
├─ assertion-error@1.1.0
├─ before-after-hook@2.2.3
├─ boxen@7.0.0
├─ brace-expansion@1.1.11
├─ braces@3.0.2
├─ buffer-from@1.1.2
├─ builtin-modules@3.3.0
├─ builtins@5.0.1
├─ c8@7.12.0
├─ cacheable-lookup@7.0.0
├─ cacheable-request@10.2.2
├─ callsites@3.1.0
├─ camelcase-keys@6.2.2
├─ camelcase@7.0.0
├─ chalk@4.1.2
├─ check-error@1.0.2
├─ ci-info@3.6.1
├─ clean-stack@2.2.0
├─ cli-boxes@3.0.0
├─ cli-cursor@3.1.0
├─ cli-table@0.3.11
├─ cli-truncate@3.1.0
├─ cliui@8.0.1
├─ color-convert@2.0.1
├─ color-name@1.1.4
├─ color-support@1.1.3
├─ colorette@2.0.19
├─ colors@1.0.3
├─ commander@9.4.1
├─ commondir@1.0.1
├─ concat-map@0.0.1
├─ config-chain@1.1.13
├─ configstore@6.0.0
├─ conventional-changelog-angular@5.0.13
├─ conventional-changelog-conventionalcommits@5.0.0
├─ conventional-commits-parser@3.2.4
├─ convert-source-map@1.9.0
├─ cosmiconfig@7.1.0
├─ create-require@1.1.1
├─ crypto-random-string@4.0.0
├─ dargs@7.0.0
├─ decamelize-keys@1.1.1
├─ decamelize@1.2.0
├─ decompress-response@6.0.0
├─ deep-eql@4.1.2
├─ deep-extend@0.6.0
├─ deep-is@0.1.4
├─ deepmerge@4.2.2
├─ defer-to-connect@2.0.1
├─ delegates@1.0.0
├─ depd@1.1.2
├─ diff@4.0.2
├─ dir-glob@3.0.1
├─ doctrine@2.1.0
├─ dot-prop@5.3.0
├─ dotenv@16.0.3
├─ eastasianwidth@0.2.0
├─ emoji-regex@8.0.0
├─ env-paths@2.2.1
├─ err-code@2.0.3
├─ error-ex@1.3.2
├─ es-shim-unscopables@1.0.0
├─ es-to-primitive@1.2.1
├─ esbuild-linux-64@0.15.14
├─ esbuild@0.15.14
├─ escape-goat@4.0.0
├─ escape-string-regexp@4.0.0
├─ eslint-import-resolver-node@0.3.6
├─ eslint-module-utils@2.7.4
├─ eslint-plugin-import@2.26.0
├─ eslint-scope@7.1.1
├─ eslint@8.27.0
├─ esquery@1.4.0
├─ estraverse@5.3.0
├─ fast-glob@3.2.12
├─ fast-json-stable-stringify@2.1.0
├─ fast-levenshtein@2.0.6
├─ fast-memoize@2.5.2
├─ fastq@1.13.0
├─ file-entry-cache@6.0.1
├─ fill-range@7.0.1
├─ flat-cache@3.0.4
├─ flatted@3.2.7
├─ foreground-child@2.0.0
├─ form-data-encoder@2.1.3
├─ fp-and-or@0.1.3
├─ fs-extra@10.1.0
├─ function.prototype.name@1.1.5
├─ gauge@4.0.4
├─ get-stdin@8.0.0
├─ get-symbol-description@1.0.0
├─ git-raw-commits@2.0.11
├─ glob-parent@6.0.2
├─ glob@8.0.3
├─ global-dirs@0.1.1
├─ globby@11.1.0
├─ got@12.5.2
├─ graceful-fs@4.2.10
├─ grapheme-splitter@1.0.4
├─ hard-rejection@2.1.0
├─ has-bigints@1.0.2
├─ has-flag@4.0.0
├─ has-unicode@2.0.1
├─ has-yarn@3.0.0
├─ html-escaper@2.0.2
├─ http2-wrapper@2.2.0
├─ human-signals@2.1.0
├─ humanize-ms@1.2.1
├─ husky@8.0.2
├─ iconv-lite@0.6.3
├─ ignore-walk@6.0.0
├─ import-lazy@4.0.0
├─ infer-owner@1.0.4
├─ inherits@2.0.4
├─ internal-slot@1.0.3
├─ ip@2.0.0
├─ is-arrayish@0.2.1
├─ is-bigint@1.0.4
├─ is-boolean-object@1.1.2
├─ is-builtin-module@3.2.0
├─ is-callable@1.2.7
├─ is-ci@3.0.1
├─ is-date-object@1.0.5
├─ is-extglob@2.1.1
├─ is-installed-globally@0.4.0
├─ is-module@1.0.0
├─ is-negative-zero@2.0.2
├─ is-npm@6.0.0
├─ is-number-object@1.0.7
├─ is-number@7.0.0
├─ is-path-inside@3.0.3
├─ is-plain-obj@1.1.0
├─ is-reference@1.2.1
├─ is-shared-array-buffer@1.0.2
├─ is-stream@2.0.1
├─ is-string@1.0.7
├─ is-symbol@1.0.4
├─ is-text-path@1.0.1
├─ is-weakref@1.0.2
├─ is-yarn-global@0.4.1
├─ istanbul-lib-coverage@3.2.0
├─ istanbul-reports@3.1.5
├─ jju@1.4.0
├─ js-sdsl@4.1.5
├─ js-tokens@4.0.0
├─ json-buffer@3.0.1
├─ json-parse-helpfulerror@1.0.3
├─ json-schema-traverse@0.4.1
├─ json-stable-stringify-without-jsonify@1.0.1
├─ json5@1.0.1
├─ jsonfile@6.1.0
├─ jsonlines@0.1.1
├─ jsonparse@1.3.1
├─ JSONStream@1.3.5
├─ keyv@4.5.2
├─ kind-of@6.0.3
├─ kleur@4.1.5
├─ latest-version@7.0.0
├─ lilconfig@2.0.5
├─ lines-and-columns@1.2.4
├─ lint-staged@13.0.3
├─ listr2@4.0.5
├─ locate-path@6.0.0
├─ lodash.merge@4.6.2
├─ log-update@4.0.0
├─ loupe@2.3.6
├─ magic-string@0.26.7
├─ make-dir@3.1.0
├─ make-error@1.3.6
├─ make-fetch-happen@11.0.1
├─ map-obj@1.0.1
├─ merge2@1.4.1
├─ micromatch@4.0.5
├─ mimic-fn@2.1.0
├─ mimic-response@3.1.0
├─ min-indent@1.0.1
├─ minimist-options@4.1.0
├─ minipass-json-stream@1.0.1
├─ moment@2.29.4
├─ ms@2.1.3
├─ nanoid@3.3.4
├─ natural-compare-lite@1.4.0
├─ natural-compare@1.4.0
├─ node-fetch@2.6.7
├─ node-gyp@9.3.0
├─ nopt@6.0.0
├─ normalize-package-data@5.0.0
├─ normalize-path@3.0.0
├─ normalize-url@7.2.0
├─ npm-bundled@3.0.0
├─ npm-check-updates@16.4.1
├─ npm-install-checks@6.0.0
├─ npm-packlist@7.0.2
├─ npm-registry-fetch@14.0.2
├─ npm-run-path@4.0.1
├─ npmlog@6.0.2
├─ object.assign@4.1.4
├─ object.values@1.1.6
├─ once@1.4.0
├─ onetime@5.1.2
├─ optionator@0.9.1
├─ p-cancelable@3.0.0
├─ p-limit@3.1.0
├─ p-locate@5.0.0
├─ p-try@2.2.0
├─ package-json@8.1.0
├─ pacote@15.0.6
├─ parent-module@1.0.1
├─ parse-github-url@1.0.2
├─ path-is-absolute@1.0.1
├─ path-key@3.1.1
├─ path-parse@1.0.7
├─ pathval@1.1.1
├─ picocolors@1.0.0
├─ pidtree@0.6.0
├─ pinst@3.0.0
├─ postcss@8.4.19
├─ progress@2.0.3
├─ prompts-ncu@2.5.1
├─ proto-list@1.2.4
├─ punycode@2.1.1
├─ pupa@3.1.0
├─ queue-microtask@1.2.3
├─ quick-lru@4.0.1
├─ rc-config-loader@4.1.1
├─ rc@1.2.8
├─ read-package-json@6.0.0
├─ read-pkg-up@7.0.1
├─ read-pkg@5.2.0
├─ readable-stream@3.6.0
├─ redent@3.0.0
├─ regexp.prototype.flags@1.4.3
├─ registry-auth-token@5.0.1
├─ registry-url@6.0.1
├─ remote-git-tags@3.0.0
├─ resolve-alpn@1.2.1
├─ resolve-global@1.0.0
├─ resolve@1.22.1
├─ restore-cursor@3.1.0
├─ retry@0.12.0
├─ reusify@1.0.4
├─ rfdc@1.3.0
├─ rollup@3.3.0
├─ run-parallel@1.2.0
├─ rxjs@7.5.7
├─ safe-buffer@5.2.1
├─ safe-regex-test@1.0.0
├─ safer-buffer@2.1.2
├─ semver-diff@4.0.0
├─ semver-utils@1.1.4
├─ set-blocking@2.0.0
├─ shebang-command@2.0.0
├─ shebang-regex@3.0.0
├─ shell-escape@0.2.0
├─ side-channel@1.0.4
├─ sisteransi@1.0.5
├─ slash@3.0.0
├─ slice-ansi@5.0.0
├─ smart-buffer@4.2.0
├─ socks@2.7.1
├─ source-map-js@1.0.2
├─ source-map-support@0.5.21
├─ source-map@0.6.1
├─ sourcemap-codec@1.4.8
├─ spawn-please@2.0.1
├─ spdx-correct@3.1.1
├─ spdx-exceptions@2.3.0
├─ string_decoder@1.3.0
├─ string-argv@0.3.1
├─ string.prototype.trimend@1.0.6
├─ string.prototype.trimstart@1.0.6
├─ strip-bom@3.0.0
├─ strip-final-newline@2.0.0
├─ strip-indent@3.0.0
├─ strip-json-comments@3.1.1
├─ supports-preserve-symlinks-flag@1.0.0
├─ test-exclude@6.0.0
├─ text-extensions@1.9.0
├─ text-table@0.2.0
├─ through@2.3.8
├─ to-regex-range@5.0.1
├─ tr46@0.0.3
├─ trim-newlines@3.0.1
├─ tsconfig-paths@3.14.1
├─ tslib@1.14.1
├─ tunnel@0.0.6
├─ type-check@0.4.0
├─ type-detect@4.0.8
├─ type-fest@0.20.2
├─ typedarray-to-buffer@3.1.5
├─ typescript@4.9.3
├─ unbox-primitive@1.0.2
├─ unique-filename@3.0.0
├─ unique-slug@4.0.0
├─ unique-string@3.0.0
├─ untildify@4.0.0
├─ update-notifier@6.0.2
├─ util-deprecate@1.0.2
├─ uuid@8.3.2
├─ v8-compile-cache-lib@3.0.1
├─ v8-to-istanbul@9.0.1
├─ validate-npm-package-name@5.0.0
├─ vitest@0.25.2
├─ webidl-conversions@3.0.1
├─ whatwg-url@5.0.0
├─ which-boxed-primitive@1.0.2
├─ wide-align@1.1.5
├─ widest-line@4.0.1
├─ word-wrap@1.2.3
├─ write-file-atomic@3.0.3
├─ xdg-basedir@5.1.0
├─ yaml@2.1.3
├─ yargs-parser@20.2.9
├─ yargs@17.6.2
├─ yn@3.1.1
└─ yocto-queue@0.1.0
Done in 18.76s.

stderr:

warning npm-check-updates > pacote > @npmcli/run-script > node-gyp > make-fetch-happen > cacache > @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@6.7.0" has unmet peer dependency "@octokit/core@>=3".
yarn audit
yarn audit v1.22.19
0 vulnerabilities found - Packages audited: 705
Done in 4.15s.

Changed files

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

:octocat: Repo | 📝 Issues | 🏬 Marketplace

@technote-space
Copy link
Owner Author

Command results

Details:
add path
/home/runner/work/_actions/technote-space/create-pr-action/gh-actions/node_modules/npm-check-updates/build/src/bin
cli.js -u --packageFile package.json
Using yarn
Upgrading /home/runner/work/create-pr-action/create-pr-action/package.json

 @commitlint/cli                   ^17.2.0  →  ^17.3.0
 @commitlint/config-conventional   ^17.2.0  →  ^17.3.0
 @typescript-eslint/eslint-plugin  ^5.43.0  →  ^5.44.0
 @typescript-eslint/parser         ^5.43.0  →  ^5.44.0
 @vitest/coverage-c8               ^0.25.2  →  ^0.25.3
 eslint                            ^8.27.0  →  ^8.28.0
 npm-check-updates                 ^16.4.1  →  ^16.4.3
 rollup                             ^3.3.0  →   ^3.4.0
 vitest                            ^0.25.2  →  ^0.25.3

Run yarn install to install new versions.
yarn install
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
$ [ -n "$CI" ] || [ ! -f node_modules/.bin/husky ] || husky install
Done in 24.35s.

stderr:

warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@6.7.0" has unmet peer dependency "@octokit/core@>=3".
yarn upgrade
yarn upgrade v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Rebuilding all packages...
success Saved lockfile.
success Saved 422 new dependencies.
info Direct dependencies
├─ @commitlint/cli@17.3.0
├─ @commitlint/config-conventional@17.3.0
├─ @rollup/plugin-commonjs@23.0.2
├─ @rollup/plugin-json@5.0.1
├─ @rollup/plugin-node-resolve@15.0.1
├─ @rollup/plugin-typescript@9.0.2
├─ @sindresorhus/tsconfig@3.0.1
├─ @technote-space/github-action-helper@5.3.9
├─ @technote-space/github-action-pr-helper@2.3.6
├─ @technote-space/github-action-test-helper@0.11.0
├─ @technote-space/release-github-actions-cli@1.9.3
├─ @typescript-eslint/eslint-plugin@5.44.0
├─ @typescript-eslint/parser@5.44.0
├─ @vitest/coverage-c8@0.25.3
├─ eslint-plugin-import@2.26.0
├─ eslint@8.28.0
├─ husky@8.0.2
├─ lint-staged@13.0.3
├─ npm-check-updates@16.4.3
├─ pinst@3.0.0
├─ rollup@3.4.0
├─ typescript@4.9.3
└─ vitest@0.25.3
info All dependencies
├─ @babel/code-frame@7.18.6
├─ @babel/helper-validator-identifier@7.19.1
├─ @babel/highlight@7.18.6
├─ @bcoe/v8-coverage@0.2.3
├─ @commitlint/cli@17.3.0
├─ @commitlint/config-conventional@17.3.0
├─ @commitlint/ensure@17.3.0
├─ @commitlint/execute-rule@17.0.0
├─ @commitlint/format@17.0.0
├─ @commitlint/is-ignored@17.2.0
├─ @commitlint/lint@17.3.0
├─ @commitlint/load@17.3.0
├─ @commitlint/message@17.2.0
├─ @commitlint/parse@17.2.0
├─ @commitlint/read@17.2.0
├─ @commitlint/resolve-extends@17.3.0
├─ @commitlint/rules@17.3.0
├─ @commitlint/to-lines@17.0.0
├─ @commitlint/top-level@17.0.0
├─ @cspotcode/source-map-support@0.8.1
├─ @eslint/eslintrc@1.3.3
├─ @gar/promisify@1.1.3
├─ @humanwhocodes/config-array@0.11.7
├─ @humanwhocodes/module-importer@1.0.1
├─ @humanwhocodes/object-schema@1.2.1
├─ @istanbuljs/schema@0.1.3
├─ @jridgewell/resolve-uri@3.1.0
├─ @jridgewell/sourcemap-codec@1.4.14
├─ @jridgewell/trace-mapping@0.3.17
├─ @nodelib/fs.scandir@2.1.5
├─ @nodelib/fs.stat@2.0.5
├─ @nodelib/fs.walk@1.2.8
├─ @npmcli/fs@3.1.0
├─ @npmcli/git@4.0.3
├─ @npmcli/installed-package-contents@2.0.1
├─ @npmcli/move-file@2.0.1
├─ @npmcli/node-gyp@3.0.0
├─ @npmcli/run-script@6.0.0
├─ @octokit/auth-token@2.5.0
├─ @octokit/core@3.6.0
├─ @octokit/endpoint@6.0.12
├─ @octokit/graphql@4.8.0
├─ @octokit/plugin-paginate-rest@2.21.3
├─ @octokit/request-error@2.1.0
├─ @octokit/request@5.6.3
├─ @pnpm/network.ca-file@1.0.2
├─ @pnpm/npm-conf@1.0.5
├─ @rollup/plugin-commonjs@23.0.2
├─ @rollup/plugin-json@5.0.1
├─ @rollup/plugin-node-resolve@15.0.1
├─ @rollup/plugin-typescript@9.0.2
├─ @sindresorhus/is@5.3.0
├─ @sindresorhus/tsconfig@3.0.1
├─ @szmarczak/http-timer@5.0.1
├─ @technote-space/filter-github-action@0.6.5
├─ @technote-space/github-action-helper@5.3.9
├─ @technote-space/github-action-pr-helper@2.3.6
├─ @technote-space/github-action-test-helper@0.11.0
├─ @technote-space/release-github-actions-cli@1.9.3
├─ @technote-space/release-github-actions@8.0.1
├─ @tootallnate/once@2.0.0
├─ @tsconfig/node10@1.0.9
├─ @tsconfig/node12@1.0.11
├─ @tsconfig/node14@1.0.3
├─ @tsconfig/node16@1.0.3
├─ @types/estree@1.0.0
├─ @types/http-cache-semantics@4.0.1
├─ @types/istanbul-lib-coverage@2.0.4
├─ @types/json-schema@7.0.11
├─ @types/json5@0.0.29
├─ @types/minimist@1.2.2
├─ @types/normalize-package-data@2.4.1
├─ @types/parse-json@4.0.0
├─ @types/resolve@1.20.2
├─ @types/semver@7.3.13
├─ @typescript-eslint/eslint-plugin@5.44.0
├─ @typescript-eslint/parser@5.44.0
├─ @typescript-eslint/type-utils@5.44.0
├─ @vitest/coverage-c8@0.25.3
├─ abbrev@1.1.1
├─ acorn-jsx@5.3.2
├─ acorn-walk@8.2.0
├─ agent-base@6.0.2
├─ aggregate-error@3.1.0
├─ ajv@6.12.6
├─ ansi-align@3.0.1
├─ ansi-escapes@4.3.2
├─ ansi-regex@5.0.1
├─ aproba@2.0.0
├─ are-we-there-yet@3.0.1
├─ arg@4.1.3
├─ argparse@2.0.1
├─ array-ify@1.0.0
├─ array-includes@3.1.6
├─ array-union@2.1.0
├─ array.prototype.flat@1.3.1
├─ arrify@1.0.1
├─ assertion-error@1.1.0
├─ before-after-hook@2.2.3
├─ boxen@7.0.0
├─ brace-expansion@1.1.11
├─ braces@3.0.2
├─ buffer-from@1.1.2
├─ builtin-modules@3.3.0
├─ builtins@5.0.1
├─ c8@7.12.0
├─ cacheable-lookup@7.0.0
├─ cacheable-request@10.2.3
├─ callsites@3.1.0
├─ camelcase-keys@6.2.2
├─ camelcase@7.0.0
├─ chalk@4.1.2
├─ check-error@1.0.2
├─ ci-info@3.6.2
├─ clean-stack@2.2.0
├─ cli-boxes@3.0.0
├─ cli-cursor@3.1.0
├─ cli-table@0.3.11
├─ cli-truncate@3.1.0
├─ cliui@8.0.1
├─ color-convert@2.0.1
├─ color-name@1.1.4
├─ color-support@1.1.3
├─ colorette@2.0.19
├─ colors@1.0.3
├─ commander@9.4.1
├─ commondir@1.0.1
├─ concat-map@0.0.1
├─ config-chain@1.1.13
├─ configstore@6.0.0
├─ conventional-changelog-angular@5.0.13
├─ conventional-changelog-conventionalcommits@5.0.0
├─ conventional-commits-parser@3.2.4
├─ convert-source-map@1.9.0
├─ cosmiconfig@7.1.0
├─ create-require@1.1.1
├─ crypto-random-string@4.0.0
├─ dargs@7.0.0
├─ decamelize-keys@1.1.1
├─ decamelize@1.2.0
├─ decompress-response@6.0.0
├─ deep-eql@4.1.2
├─ deep-extend@0.6.0
├─ deep-is@0.1.4
├─ deepmerge@4.2.2
├─ defer-to-connect@2.0.1
├─ delegates@1.0.0
├─ depd@1.1.2
├─ diff@4.0.2
├─ dir-glob@3.0.1
├─ doctrine@2.1.0
├─ dot-prop@5.3.0
├─ dotenv@16.0.3
├─ eastasianwidth@0.2.0
├─ emoji-regex@8.0.0
├─ env-paths@2.2.1
├─ err-code@2.0.3
├─ error-ex@1.3.2
├─ es-abstract@1.20.4
├─ es-shim-unscopables@1.0.0
├─ es-to-primitive@1.2.1
├─ esbuild-linux-64@0.15.15
├─ esbuild@0.15.15
├─ escape-goat@4.0.0
├─ escape-string-regexp@4.0.0
├─ eslint-import-resolver-node@0.3.6
├─ eslint-module-utils@2.7.4
├─ eslint-plugin-import@2.26.0
├─ eslint-scope@7.1.1
├─ eslint@8.28.0
├─ esquery@1.4.0
├─ estraverse@5.3.0
├─ fast-glob@3.2.12
├─ fast-json-stable-stringify@2.1.0
├─ fast-levenshtein@2.0.6
├─ fast-memoize@2.5.2
├─ fastq@1.13.0
├─ file-entry-cache@6.0.1
├─ fill-range@7.0.1
├─ flat-cache@3.0.4
├─ flatted@3.2.7
├─ foreground-child@2.0.0
├─ form-data-encoder@2.1.3
├─ fp-and-or@0.1.3
├─ fs-extra@10.1.0
├─ function.prototype.name@1.1.5
├─ gauge@4.0.4
├─ get-stdin@8.0.0
├─ get-symbol-description@1.0.0
├─ git-raw-commits@2.0.11
├─ glob-parent@6.0.2
├─ glob@8.0.3
├─ global-dirs@0.1.1
├─ globby@11.1.0
├─ got@12.5.3
├─ graceful-fs@4.2.10
├─ grapheme-splitter@1.0.4
├─ hard-rejection@2.1.0
├─ has-bigints@1.0.2
├─ has-flag@4.0.0
├─ has-unicode@2.0.1
├─ has-yarn@3.0.0
├─ html-escaper@2.0.2
├─ http2-wrapper@2.2.0
├─ human-signals@2.1.0
├─ humanize-ms@1.2.1
├─ husky@8.0.2
├─ iconv-lite@0.6.3
├─ ignore-walk@6.0.0
├─ import-lazy@4.0.0
├─ infer-owner@1.0.4
├─ inherits@2.0.4
├─ internal-slot@1.0.3
├─ ip@2.0.0
├─ is-arrayish@0.2.1
├─ is-bigint@1.0.4
├─ is-boolean-object@1.1.2
├─ is-builtin-module@3.2.0
├─ is-callable@1.2.7
├─ is-ci@3.0.1
├─ is-date-object@1.0.5
├─ is-extglob@2.1.1
├─ is-installed-globally@0.4.0
├─ is-module@1.0.0
├─ is-negative-zero@2.0.2
├─ is-npm@6.0.0
├─ is-number-object@1.0.7
├─ is-number@7.0.0
├─ is-path-inside@3.0.3
├─ is-plain-obj@1.1.0
├─ is-reference@1.2.1
├─ is-shared-array-buffer@1.0.2
├─ is-stream@2.0.1
├─ is-string@1.0.7
├─ is-symbol@1.0.4
├─ is-text-path@1.0.1
├─ is-weakref@1.0.2
├─ is-yarn-global@0.4.1
├─ istanbul-lib-coverage@3.2.0
├─ istanbul-reports@3.1.5
├─ jju@1.4.0
├─ js-sdsl@4.2.0
├─ js-tokens@4.0.0
├─ json-buffer@3.0.1
├─ json-parse-helpfulerror@1.0.3
├─ json-schema-traverse@0.4.1
├─ json-stable-stringify-without-jsonify@1.0.1
├─ json5@1.0.1
├─ jsonfile@6.1.0
├─ jsonlines@0.1.1
├─ jsonparse@1.3.1
├─ JSONStream@1.3.5
├─ keyv@4.5.2
├─ kind-of@6.0.3
├─ kleur@4.1.5
├─ latest-version@7.0.0
├─ lilconfig@2.0.5
├─ lines-and-columns@1.2.4
├─ lint-staged@13.0.3
├─ listr2@4.0.5
├─ locate-path@6.0.0
├─ lodash.camelcase@4.3.0
├─ lodash.isfunction@3.0.9
├─ lodash.isplainobject@4.0.6
├─ lodash.kebabcase@4.1.1
├─ lodash.mergewith@4.6.2
├─ lodash.snakecase@4.1.1
├─ lodash.startcase@4.4.0
├─ lodash.uniq@4.5.0
├─ lodash.upperfirst@4.3.1
├─ log-update@4.0.0
├─ loupe@2.3.6
├─ magic-string@0.26.7
├─ make-dir@3.1.0
├─ make-error@1.3.6
├─ make-fetch-happen@11.0.1
├─ map-obj@1.0.1
├─ merge2@1.4.1
├─ micromatch@4.0.5
├─ mimic-fn@2.1.0
├─ mimic-response@3.1.0
├─ min-indent@1.0.1
├─ minimist-options@4.1.0
├─ minipass-json-stream@1.0.1
├─ moment@2.29.4
├─ ms@2.1.3
├─ nanoid@3.3.4
├─ natural-compare-lite@1.4.0
├─ natural-compare@1.4.0
├─ node-fetch@2.6.7
├─ node-gyp@9.3.0
├─ nopt@6.0.0
├─ normalize-package-data@5.0.0
├─ normalize-path@3.0.0
├─ normalize-url@8.0.0
├─ npm-bundled@3.0.0
├─ npm-check-updates@16.4.3
├─ npm-install-checks@6.0.0
├─ npm-packlist@7.0.2
├─ npm-registry-fetch@14.0.2
├─ npm-run-path@4.0.1
├─ npmlog@6.0.2
├─ object.assign@4.1.4
├─ object.values@1.1.6
├─ once@1.4.0
├─ onetime@5.1.2
├─ optionator@0.9.1
├─ p-cancelable@3.0.0
├─ p-limit@3.1.0
├─ p-locate@5.0.0
├─ p-try@2.2.0
├─ package-json@8.1.0
├─ pacote@15.0.6
├─ parent-module@1.0.1
├─ parse-github-url@1.0.2
├─ path-is-absolute@1.0.1
├─ path-key@3.1.1
├─ path-parse@1.0.7
├─ pathval@1.1.1
├─ picocolors@1.0.0
├─ pidtree@0.6.0
├─ pinst@3.0.0
├─ postcss@8.4.19
├─ progress@2.0.3
├─ prompts-ncu@2.5.1
├─ proto-list@1.2.4
├─ punycode@2.1.1
├─ pupa@3.1.0
├─ queue-microtask@1.2.3
├─ quick-lru@4.0.1
├─ rc-config-loader@4.1.1
├─ rc@1.2.8
├─ read-package-json@6.0.0
├─ read-pkg-up@7.0.1
├─ read-pkg@5.2.0
├─ readable-stream@3.6.0
├─ redent@3.0.0
├─ regexp.prototype.flags@1.4.3
├─ registry-auth-token@5.0.1
├─ registry-url@6.0.1
├─ remote-git-tags@3.0.0
├─ resolve-alpn@1.2.1
├─ resolve-global@1.0.0
├─ resolve@1.22.1
├─ restore-cursor@3.1.0
├─ retry@0.12.0
├─ reusify@1.0.4
├─ rfdc@1.3.0
├─ rollup@3.4.0
├─ run-parallel@1.2.0
├─ rxjs@7.5.7
├─ safe-buffer@5.2.1
├─ safe-regex-test@1.0.0
├─ safer-buffer@2.1.2
├─ semver-diff@4.0.0
├─ semver-utils@1.1.4
├─ set-blocking@2.0.0
├─ shebang-command@2.0.0
├─ shebang-regex@3.0.0
├─ shell-escape@0.2.0
├─ side-channel@1.0.4
├─ sisteransi@1.0.5
├─ slash@3.0.0
├─ slice-ansi@5.0.0
├─ smart-buffer@4.2.0
├─ socks@2.7.1
├─ source-map-js@1.0.2
├─ source-map-support@0.5.21
├─ source-map@0.6.1
├─ sourcemap-codec@1.4.8
├─ spawn-please@2.0.1
├─ spdx-correct@3.1.1
├─ spdx-exceptions@2.3.0
├─ string_decoder@1.3.0
├─ string-argv@0.3.1
├─ string.prototype.trimend@1.0.6
├─ string.prototype.trimstart@1.0.6
├─ strip-bom@3.0.0
├─ strip-final-newline@2.0.0
├─ strip-indent@3.0.0
├─ strip-json-comments@3.1.1
├─ supports-preserve-symlinks-flag@1.0.0
├─ test-exclude@6.0.0
├─ text-extensions@1.9.0
├─ text-table@0.2.0
├─ through@2.3.8
├─ to-regex-range@5.0.1
├─ tr46@0.0.3
├─ trim-newlines@3.0.1
├─ tsconfig-paths@3.14.1
├─ tslib@1.14.1
├─ tunnel@0.0.6
├─ type-check@0.4.0
├─ type-detect@4.0.8
├─ type-fest@0.20.2
├─ typedarray-to-buffer@3.1.5
├─ typescript@4.9.3
├─ unbox-primitive@1.0.2
├─ unique-filename@3.0.0
├─ unique-slug@4.0.0
├─ unique-string@3.0.0
├─ untildify@4.0.0
├─ update-notifier@6.0.2
├─ util-deprecate@1.0.2
├─ uuid@8.3.2
├─ v8-compile-cache-lib@3.0.1
├─ v8-to-istanbul@9.0.1
├─ validate-npm-package-name@5.0.0
├─ vitest@0.25.3
├─ webidl-conversions@3.0.1
├─ whatwg-url@5.0.0
├─ which-boxed-primitive@1.0.2
├─ wide-align@1.1.5
├─ widest-line@4.0.1
├─ word-wrap@1.2.3
├─ write-file-atomic@3.0.3
├─ xdg-basedir@5.1.0
├─ yaml@2.1.3
├─ yargs-parser@20.2.9
├─ yargs@17.6.2
├─ yn@3.1.1
└─ yocto-queue@0.1.0
Done in 18.44s.

stderr:

warning npm-check-updates > pacote > @npmcli/run-script > node-gyp > make-fetch-happen > cacache > @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@6.7.0" has unmet peer dependency "@octokit/core@>=3".
yarn audit
yarn audit v1.22.19
0 vulnerabilities found - Packages audited: 714
Done in 0.80s.

Changed files

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

:octocat: Repo | 📝 Issues | 🏬 Marketplace

@technote-space
Copy link
Owner Author

Command results

Details:
add path
/home/runner/work/_actions/technote-space/create-pr-action/gh-actions/node_modules/npm-check-updates/build/src/bin
cli.js -u --packageFile package.json
Using yarn
Upgrading /home/runner/work/create-pr-action/create-pr-action/package.json

 lint-staged  ^13.0.4  →  ^13.1.0

Run yarn install to install new versions.
yarn install
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[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.

stderr:

warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@6.7.0" has unmet peer dependency "@octokit/core@>=3".
yarn upgrade
yarn upgrade v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Rebuilding all packages...
success Saved lockfile.
success Saved 429 new dependencies.
info Direct dependencies
├─ @commitlint/cli@17.3.0
├─ @commitlint/config-conventional@17.3.0
├─ @rollup/plugin-commonjs@23.0.3
├─ @rollup/plugin-json@5.0.2
├─ @rollup/plugin-node-resolve@15.0.1
├─ @rollup/plugin-typescript@10.0.1
├─ @sindresorhus/tsconfig@3.0.1
├─ @technote-space/github-action-helper@5.3.10
├─ @technote-space/github-action-pr-helper@2.3.7
├─ @technote-space/github-action-test-helper@0.11.1
├─ @technote-space/release-github-actions-cli@1.9.3
├─ @types/node@18.11.10
├─ @typescript-eslint/eslint-plugin@5.45.0
├─ @typescript-eslint/parser@5.45.0
├─ @vitest/coverage-c8@0.25.3
├─ eslint-plugin-import@2.26.0
├─ eslint@8.29.0
├─ husky@8.0.2
├─ lint-staged@13.1.0
├─ npm-check-updates@16.4.3
├─ pinst@3.0.0
├─ rollup@3.5.1
└─ typescript@4.9.3
info All dependencies
├─ @babel/code-frame@7.18.6
├─ @babel/helper-validator-identifier@7.19.1
├─ @babel/highlight@7.18.6
├─ @bcoe/v8-coverage@0.2.3
├─ @commitlint/cli@17.3.0
├─ @commitlint/config-conventional@17.3.0
├─ @commitlint/ensure@17.3.0
├─ @commitlint/execute-rule@17.0.0
├─ @commitlint/format@17.0.0
├─ @commitlint/is-ignored@17.2.0
├─ @commitlint/lint@17.3.0
├─ @commitlint/load@17.3.0
├─ @commitlint/message@17.2.0
├─ @commitlint/parse@17.2.0
├─ @commitlint/read@17.2.0
├─ @commitlint/resolve-extends@17.3.0
├─ @commitlint/rules@17.3.0
├─ @commitlint/to-lines@17.0.0
├─ @commitlint/top-level@17.0.0
├─ @cspotcode/source-map-support@0.8.1
├─ @eslint/eslintrc@1.3.3
├─ @gar/promisify@1.1.3
├─ @humanwhocodes/config-array@0.11.7
├─ @humanwhocodes/module-importer@1.0.1
├─ @humanwhocodes/object-schema@1.2.1
├─ @istanbuljs/schema@0.1.3
├─ @jridgewell/resolve-uri@3.1.0
├─ @jridgewell/sourcemap-codec@1.4.14
├─ @jridgewell/trace-mapping@0.3.17
├─ @nodelib/fs.scandir@2.1.5
├─ @nodelib/fs.stat@2.0.5
├─ @nodelib/fs.walk@1.2.8
├─ @npmcli/fs@3.1.0
├─ @npmcli/git@4.0.3
├─ @npmcli/installed-package-contents@2.0.1
├─ @npmcli/move-file@2.0.1
├─ @npmcli/node-gyp@3.0.0
├─ @npmcli/run-script@6.0.0
├─ @octokit/auth-token@2.5.0
├─ @octokit/core@3.6.0
├─ @octokit/endpoint@6.0.12
├─ @octokit/graphql@4.8.0
├─ @octokit/plugin-paginate-rest@2.21.3
├─ @octokit/request-error@2.1.0
├─ @octokit/request@5.6.3
├─ @pnpm/network.ca-file@1.0.2
├─ @pnpm/npm-conf@1.0.5
├─ @rollup/plugin-commonjs@23.0.3
├─ @rollup/plugin-json@5.0.2
├─ @rollup/plugin-node-resolve@15.0.1
├─ @rollup/plugin-typescript@10.0.1
├─ @sindresorhus/is@5.3.0
├─ @sindresorhus/tsconfig@3.0.1
├─ @szmarczak/http-timer@5.0.1
├─ @technote-space/filter-github-action@0.6.6
├─ @technote-space/github-action-helper@5.3.10
├─ @technote-space/github-action-log-helper@0.2.9
├─ @technote-space/github-action-pr-helper@2.3.7
├─ @technote-space/github-action-test-helper@0.11.1
├─ @technote-space/release-github-actions-cli@1.9.3
├─ @technote-space/release-github-actions@8.0.1
├─ @tootallnate/once@2.0.0
├─ @tsconfig/node10@1.0.9
├─ @tsconfig/node12@1.0.11
├─ @tsconfig/node14@1.0.3
├─ @tsconfig/node16@1.0.3
├─ @types/chai-subset@1.3.3
├─ @types/chai@4.3.4
├─ @types/estree@1.0.0
├─ @types/http-cache-semantics@4.0.1
├─ @types/istanbul-lib-coverage@2.0.4
├─ @types/json-schema@7.0.11
├─ @types/json5@0.0.29
├─ @types/minimist@1.2.2
├─ @types/node@18.11.10
├─ @types/normalize-package-data@2.4.1
├─ @types/parse-json@4.0.0
├─ @types/resolve@1.20.2
├─ @types/semver@7.3.13
├─ @typescript-eslint/eslint-plugin@5.45.0
├─ @typescript-eslint/parser@5.45.0
├─ @typescript-eslint/type-utils@5.45.0
├─ @vitest/coverage-c8@0.25.3
├─ abbrev@1.1.1
├─ acorn-jsx@5.3.2
├─ acorn-walk@8.2.0
├─ agent-base@6.0.2
├─ aggregate-error@3.1.0
├─ ajv@6.12.6
├─ ansi-align@3.0.1
├─ ansi-escapes@4.3.2
├─ ansi-regex@5.0.1
├─ aproba@2.0.0
├─ are-we-there-yet@3.0.1
├─ arg@4.1.3
├─ argparse@2.0.1
├─ array-ify@1.0.0
├─ array-includes@3.1.6
├─ array-union@2.1.0
├─ array.prototype.flat@1.3.1
├─ arrify@1.0.1
├─ assertion-error@1.1.0
├─ before-after-hook@2.2.3
├─ boxen@7.0.0
├─ brace-expansion@1.1.11
├─ braces@3.0.2
├─ buffer-from@1.1.2
├─ builtin-modules@3.3.0
├─ builtins@5.0.1
├─ c8@7.12.0
├─ cacheable-lookup@7.0.0
├─ cacheable-request@10.2.3
├─ callsites@3.1.0
├─ camelcase-keys@6.2.2
├─ camelcase@7.0.0
├─ chai@4.3.7
├─ chalk@4.1.2
├─ check-error@1.0.2
├─ ci-info@3.7.0
├─ clean-stack@2.2.0
├─ cli-boxes@3.0.0
├─ cli-cursor@3.1.0
├─ cli-table@0.3.11
├─ cli-truncate@3.1.0
├─ cliui@8.0.1
├─ color-convert@2.0.1
├─ color-name@1.1.4
├─ color-support@1.1.3
├─ colors@1.0.3
├─ commondir@1.0.1
├─ concat-map@0.0.1
├─ config-chain@1.1.13
├─ configstore@6.0.0
├─ conventional-changelog-angular@5.0.13
├─ conventional-changelog-conventionalcommits@5.0.0
├─ conventional-commits-parser@3.2.4
├─ convert-source-map@1.9.0
├─ cosmiconfig@7.1.0
├─ create-require@1.1.1
├─ crypto-random-string@4.0.0
├─ dargs@7.0.0
├─ decamelize-keys@1.1.1
├─ decamelize@1.2.0
├─ decompress-response@6.0.0
├─ deep-eql@4.1.2
├─ deep-extend@0.6.0
├─ deep-is@0.1.4
├─ deepmerge@4.2.2
├─ defer-to-connect@2.0.1
├─ delegates@1.0.0
├─ depd@1.1.2
├─ diff@4.0.2
├─ dir-glob@3.0.1
├─ doctrine@2.1.0
├─ dot-prop@5.3.0
├─ dotenv@16.0.3
├─ eastasianwidth@0.2.0
├─ emoji-regex@8.0.0
├─ env-paths@2.2.1
├─ err-code@2.0.3
├─ error-ex@1.3.2
├─ es-abstract@1.20.4
├─ es-shim-unscopables@1.0.0
├─ es-to-primitive@1.2.1
├─ esbuild-linux-64@0.15.17
├─ esbuild@0.15.17
├─ escape-goat@4.0.0
├─ escape-string-regexp@4.0.0
├─ eslint-import-resolver-node@0.3.6
├─ eslint-module-utils@2.7.4
├─ eslint-plugin-import@2.26.0
├─ eslint-scope@7.1.1
├─ eslint@8.29.0
├─ esquery@1.4.0
├─ estraverse@5.3.0
├─ fast-glob@3.2.12
├─ fast-json-stable-stringify@2.1.0
├─ fast-levenshtein@2.0.6
├─ fast-memoize@2.5.2
├─ fastq@1.14.0
├─ file-entry-cache@6.0.1
├─ fill-range@7.0.1
├─ flat-cache@3.0.4
├─ flatted@3.2.7
├─ foreground-child@2.0.0
├─ form-data-encoder@2.1.4
├─ fp-and-or@0.1.3
├─ fs-extra@10.1.0
├─ function.prototype.name@1.1.5
├─ gauge@4.0.4
├─ get-stdin@8.0.0
├─ get-symbol-description@1.0.0
├─ git-raw-commits@2.0.11
├─ glob-parent@6.0.2
├─ glob@8.0.3
├─ global-dirs@0.1.1
├─ globby@11.1.0
├─ got@12.5.3
├─ graceful-fs@4.2.10
├─ grapheme-splitter@1.0.4
├─ hard-rejection@2.1.0
├─ has-bigints@1.0.2
├─ has-flag@4.0.0
├─ has-unicode@2.0.1
├─ has-yarn@3.0.0
├─ html-escaper@2.0.2
├─ http2-wrapper@2.2.0
├─ human-signals@2.1.0
├─ humanize-ms@1.2.1
├─ husky@8.0.2
├─ iconv-lite@0.6.3
├─ ignore-walk@6.0.0
├─ import-lazy@4.0.0
├─ infer-owner@1.0.4
├─ inherits@2.0.4
├─ internal-slot@1.0.3
├─ ip@2.0.0
├─ is-arrayish@0.2.1
├─ is-bigint@1.0.4
├─ is-boolean-object@1.1.2
├─ is-builtin-module@3.2.0
├─ is-callable@1.2.7
├─ is-ci@3.0.1
├─ is-date-object@1.0.5
├─ is-extglob@2.1.1
├─ is-installed-globally@0.4.0
├─ is-module@1.0.0
├─ is-negative-zero@2.0.2
├─ is-npm@6.0.0
├─ is-number-object@1.0.7
├─ is-number@7.0.0
├─ is-path-inside@3.0.3
├─ is-plain-obj@1.1.0
├─ is-reference@1.2.1
├─ is-shared-array-buffer@1.0.2
├─ is-stream@2.0.1
├─ is-string@1.0.7
├─ is-symbol@1.0.4
├─ is-text-path@1.0.1
├─ is-weakref@1.0.2
├─ is-yarn-global@0.4.1
├─ istanbul-lib-coverage@3.2.0
├─ istanbul-reports@3.1.5
├─ jju@1.4.0
├─ js-sdsl@4.2.0
├─ js-tokens@4.0.0
├─ json-buffer@3.0.1
├─ json-parse-helpfulerror@1.0.3
├─ json-schema-traverse@0.4.1
├─ json-stable-stringify-without-jsonify@1.0.1
├─ json5@1.0.1
├─ jsonfile@6.1.0
├─ jsonlines@0.1.1
├─ jsonparse@1.3.1
├─ JSONStream@1.3.5
├─ keyv@4.5.2
├─ kind-of@6.0.3
├─ kleur@4.1.5
├─ latest-version@7.0.0
├─ lilconfig@2.0.6
├─ lines-and-columns@1.2.4
├─ lint-staged@13.1.0
├─ listr2@5.0.6
├─ local-pkg@0.4.2
├─ locate-path@6.0.0
├─ lodash.camelcase@4.3.0
├─ lodash.isfunction@3.0.9
├─ lodash.isplainobject@4.0.6
├─ lodash.kebabcase@4.1.1
├─ lodash.mergewith@4.6.2
├─ lodash.snakecase@4.1.1
├─ lodash.startcase@4.4.0
├─ lodash.uniq@4.5.0
├─ lodash.upperfirst@4.3.1
├─ log-update@4.0.0
├─ loupe@2.3.6
├─ magic-string@0.26.7
├─ make-dir@3.1.0
├─ make-error@1.3.6
├─ make-fetch-happen@11.0.1
├─ map-obj@1.0.1
├─ merge2@1.4.1
├─ micromatch@4.0.5
├─ mimic-fn@2.1.0
├─ mimic-response@3.1.0
├─ min-indent@1.0.1
├─ minimist-options@4.1.0
├─ minipass-json-stream@1.0.1
├─ moment@2.29.4
├─ ms@2.1.3
├─ nanoid@3.3.4
├─ natural-compare-lite@1.4.0
├─ natural-compare@1.4.0
├─ node-fetch@2.6.7
├─ node-gyp@9.3.0
├─ nopt@6.0.0
├─ normalize-package-data@5.0.0
├─ normalize-path@3.0.0
├─ normalize-url@8.0.0
├─ npm-bundled@3.0.0
├─ npm-check-updates@16.4.3
├─ npm-install-checks@6.0.0
├─ npm-packlist@7.0.2
├─ npm-registry-fetch@14.0.2
├─ npm-run-path@4.0.1
├─ npmlog@6.0.2
├─ object.assign@4.1.4
├─ object.values@1.1.6
├─ once@1.4.0
├─ onetime@5.1.2
├─ optionator@0.9.1
├─ p-cancelable@3.0.0
├─ p-limit@3.1.0
├─ p-locate@5.0.0
├─ p-try@2.2.0
├─ package-json@8.1.0
├─ pacote@15.0.6
├─ parent-module@1.0.1
├─ parse-github-url@1.0.2
├─ path-is-absolute@1.0.1
├─ path-key@3.1.1
├─ path-parse@1.0.7
├─ pathval@1.1.1
├─ picocolors@1.0.0
├─ pidtree@0.6.0
├─ pinst@3.0.0
├─ postcss@8.4.19
├─ progress@2.0.3
├─ prompts-ncu@2.5.1
├─ proto-list@1.2.4
├─ punycode@2.1.1
├─ pupa@3.1.0
├─ queue-microtask@1.2.3
├─ quick-lru@4.0.1
├─ rc-config-loader@4.1.1
├─ rc@1.2.8
├─ read-package-json@6.0.0
├─ read-pkg-up@7.0.1
├─ read-pkg@5.2.0
├─ readable-stream@3.6.0
├─ redent@3.0.0
├─ regexp.prototype.flags@1.4.3
├─ registry-auth-token@5.0.1
├─ registry-url@6.0.1
├─ remote-git-tags@3.0.0
├─ resolve-alpn@1.2.1
├─ resolve-global@1.0.0
├─ resolve@1.22.1
├─ restore-cursor@3.1.0
├─ retry@0.12.0
├─ reusify@1.0.4
├─ rfdc@1.3.0
├─ rollup@3.5.1
├─ run-parallel@1.2.0
├─ rxjs@7.6.0
├─ safe-buffer@5.2.1
├─ safe-regex-test@1.0.0
├─ safer-buffer@2.1.2
├─ semver-diff@4.0.0
├─ semver-utils@1.1.4
├─ set-blocking@2.0.0
├─ shebang-command@2.0.0
├─ shebang-regex@3.0.0
├─ shell-escape@0.2.0
├─ side-channel@1.0.4
├─ sisteransi@1.0.5
├─ slash@3.0.0
├─ slice-ansi@5.0.0
├─ smart-buffer@4.2.0
├─ socks@2.7.1
├─ source-map-js@1.0.2
├─ source-map-support@0.5.21
├─ source-map@0.6.1
├─ sourcemap-codec@1.4.8
├─ spawn-please@2.0.1
├─ spdx-correct@3.1.1
├─ spdx-exceptions@2.3.0
├─ string_decoder@1.3.0
├─ string-argv@0.3.1
├─ string.prototype.trimend@1.0.6
├─ string.prototype.trimstart@1.0.6
├─ strip-bom@3.0.0
├─ strip-final-newline@2.0.0
├─ strip-indent@3.0.0
├─ strip-json-comments@3.1.1
├─ strip-literal@0.4.2
├─ supports-preserve-symlinks-flag@1.0.0
├─ test-exclude@6.0.0
├─ text-extensions@1.9.0
├─ text-table@0.2.0
├─ through@2.3.8
├─ tinybench@2.3.1
├─ tinypool@0.3.0
├─ tinyspy@1.0.2
├─ to-regex-range@5.0.1
├─ tr46@0.0.3
├─ trim-newlines@3.0.1
├─ tsconfig-paths@3.14.1
├─ tslib@1.14.1
├─ tunnel@0.0.6
├─ type-check@0.4.0
├─ type-detect@4.0.8
├─ type-fest@0.20.2
├─ typedarray-to-buffer@3.1.5
├─ typescript@4.9.3
├─ unbox-primitive@1.0.2
├─ unique-filename@3.0.0
├─ unique-slug@4.0.0
├─ unique-string@3.0.0
├─ untildify@4.0.0
├─ update-notifier@6.0.2
├─ util-deprecate@1.0.2
├─ uuid@8.3.2
├─ v8-compile-cache-lib@3.0.1
├─ v8-to-istanbul@9.0.1
├─ validate-npm-package-name@5.0.0
├─ vite@3.2.4
├─ webidl-conversions@3.0.1
├─ whatwg-url@5.0.0
├─ which-boxed-primitive@1.0.2
├─ wide-align@1.1.5
├─ widest-line@4.0.1
├─ word-wrap@1.2.3
├─ write-file-atomic@3.0.3
├─ xdg-basedir@5.1.0
├─ yargs-parser@20.2.9
├─ yargs@17.6.2
├─ yn@3.1.1
└─ yocto-queue@0.1.0
Done in 10.33s.

stderr:

warning npm-check-updates > pacote > @npmcli/run-script > node-gyp > make-fetch-happen > cacache > @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
warning @rollup/plugin-commonjs > magic-string > sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
warning "@technote-space/github-action-helper > @octokit/plugin-rest-endpoint-methods@6.7.0" has unmet peer dependency "@octokit/core@>=3".
yarn audit
yarn audit v1.22.19
0 vulnerabilities found - Packages audited: 713
Done in 0.58s.

Changed files

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

:octocat: Repo | 📝 Issues | 🏬 Marketplace

@technote-space technote-space merged commit 68f137e into main Dec 4, 2022
@technote-space technote-space deleted the release/next-v2.1.3 branch December 4, 2022 14:52
@github-actions github-actions bot removed the Status: In Progress Tracking issues with work in progress label Dec 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release: Patch Patch release Type: Release Add to Release PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants