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

chore(deps): update dependency path-key to v4 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 7, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
path-key ^2.0.1 -> ^4.0.0 age adoption passing confidence

Release Notes

sindresorhus/path-key (path-key)

v4.0.0

Compare Source

Breaking

v3.1.1

Compare Source

  • Fix Windows when both Path and PATH are defined (#​6) b4be0d7

v3.1.0

Compare Source

  • Refactor TypeScript definition to CommonJS compatible export (#​4) 178f33a

v3.0.0

Compare Source

Breaking:

Enhancements:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented May 7, 2021

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
info cli using local version of lerna
lerna notice cli v3.20.2
npm WARN tsutils@3.17.1 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

internal/modules/cjs/loader.js:1080
      throw new ERR_REQUIRE_ESM(filename, parentPath, packageJsonPath);
      ^

Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: /mnt/renovate/gh/raspy8766/lerna/node_modules/path-key/index.js
require() of ES modules is not supported.
require() of /mnt/renovate/gh/raspy8766/lerna/node_modules/path-key/index.js from /mnt/renovate/gh/raspy8766/lerna/node_modules/cross-spawn/lib/util/resolveCommand.js is an ES module file as it is a .js file whose nearest parent package.json contains "type": "module" which defines all .js files in that package scope as ES modules.
Instead rename index.js to end in .cjs, change the requiring code to use import(), or remove "type": "module" from /mnt/renovate/gh/raspy8766/lerna/node_modules/path-key/package.json.

    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1080:13)
    at Module.load (internal/modules/cjs/loader.js:928:32)
    at Function.Module._load (internal/modules/cjs/loader.js:769:14)
    at Module.require (internal/modules/cjs/loader.js:952:19)
    at require (internal/modules/cjs/helpers.js:88:18)
    at Object.<anonymous> (/mnt/renovate/gh/raspy8766/lerna/node_modules/cross-spawn/lib/util/resolveCommand.js:5:17)
    at Module._compile (internal/modules/cjs/loader.js:1063:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
    at Module.load (internal/modules/cjs/loader.js:928:32)
    at Function.Module._load (internal/modules/cjs/loader.js:769:14) {
  code: 'ERR_REQUIRE_ESM'
}

@renovate
Copy link
Author

renovate bot commented Nov 20, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
info cli using local version of lerna
lerna notice cli v3.20.2
npm WARN tsutils@3.17.1 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

/mnt/renovate/gh/raspy8766/lerna/node_modules/cross-spawn/lib/util/resolveCommand.js:5
const pathKey = require('path-key')();
                ^

Error [ERR_REQUIRE_ESM]: require() of ES Module /mnt/renovate/gh/raspy8766/lerna/node_modules/path-key/index.js from /mnt/renovate/gh/raspy8766/lerna/node_modules/cross-spawn/lib/util/resolveCommand.js not supported.
Instead change the require of index.js in /mnt/renovate/gh/raspy8766/lerna/node_modules/cross-spawn/lib/util/resolveCommand.js to a dynamic import() which is available in all CommonJS modules.
    at Object.<anonymous> (/mnt/renovate/gh/raspy8766/lerna/node_modules/cross-spawn/lib/util/resolveCommand.js:5:17)
    at Object.<anonymous> (/mnt/renovate/gh/raspy8766/lerna/node_modules/cross-spawn/lib/parse.js:5:24)
    at Object.<anonymous> (/mnt/renovate/gh/raspy8766/lerna/node_modules/cross-spawn/index.js:4:15)
    at Object.<anonymous> (/mnt/renovate/gh/raspy8766/lerna/node_modules/execa/index.js:4:20)
    at Object.<anonymous> (/mnt/renovate/gh/raspy8766/lerna/core/child-process/index.js:5:15)
    at Object.<anonymous> (/mnt/renovate/gh/raspy8766/lerna/utils/describe-ref/lib/describe-ref.js:4:22)
    at Object.<anonymous> (/mnt/renovate/gh/raspy8766/lerna/utils/collect-updates/collect-updates.js:4:21)
    at Object.<anonymous> (/mnt/renovate/gh/raspy8766/lerna/core/filter-options/lib/get-filtered-packages.js:5:24)
    at Object.<anonymous> (/mnt/renovate/gh/raspy8766/lerna/core/filter-options/index.js:5:29)
    at Object.<anonymous> (/mnt/renovate/gh/raspy8766/lerna/commands/add/command.js:3:20)
    at Object.<anonymous> (/mnt/renovate/gh/raspy8766/lerna/core/lerna/index.js:5:16)
    at Object.<anonymous> (/mnt/renovate/gh/raspy8766/lerna/core/lerna/cli.js:11:3)
    at module.exports (/opt/buildpack/tools/lerna/6.0.3/lib/node_modules/lerna/node_modules/import-local/index.js:23:108)
    at Object.<anonymous> (/opt/buildpack/tools/lerna/6.0.3/lib/node_modules/lerna/cli.js:8:5) {
  code: 'ERR_REQUIRE_ESM'
}

Node.js v18.12.1

@renovate renovate bot changed the title chore(deps): update dependency path-key to v4 chore(deps): update dependency path-key to v4 - autoclosed Apr 4, 2023
@renovate renovate bot closed this Apr 4, 2023
@renovate renovate bot deleted the renovate/path-key-4.x branch April 4, 2023 01:12
@renovate renovate bot changed the title chore(deps): update dependency path-key to v4 - autoclosed chore(deps): update dependency path-key to v4 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/path-key-4.x branch April 4, 2023 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants