ecosystem-tests icon indicating copy to clipboard operation
ecosystem-tests copied to clipboard

chore(deps): update dependency pkg to v5

Open renovate[bot] opened this issue 3 years ago β€’ 3 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pkg 4.5.1 -> 5.8.0 age adoption passing confidence

Configuration

πŸ“… Schedule: Branch creation - "after 9pm,before 8am" (UTC), Automerge - At any time (no schedule defined).

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

β™» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.

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

renovate[bot] avatar Jun 27 '22 10:06 renovate[bot]

Fails on Windows with https://github.com/prisma/ecosystem-tests/runs/7727549199?check_suite_focus=true#step:5:577

Error: Command failed with ENOENT: C:\snapshot\node_modules\prisma\node_modules\@prisma\engines\migration-engine-windows.exe --version
Error: Command failed with ENOENT: C:\snapshot\node_modules\prisma\node_modules\@prisma\engines\introspection-engine-windows.exe --version
Error: Command failed with ENOENT: C:\snapshot\node_modules\prisma\node_modules\@prisma\engines\prisma-fmt-windows.exe --version

Jolg42 avatar Aug 08 '22 14:08 Jolg42

Did an integration branch with updated annotations to see if that does something https://github.com/prisma/prisma/pull/14701

It's out in 4.2.0-integration-update-pkg-annotations.1

Jolg42 avatar Aug 08 '22 14:08 Jolg42

Waiting for https://github.com/prisma/prisma/pull/14701 to be merged before we can merge here

Jolg42 avatar Aug 08 '22 15:08 Jolg42

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠ Warning: custom changes will be lost.

renovate[bot] avatar Nov 28 '22 11:11 renovate[bot]

This now unfortunately fails on Windows, not being able to find the files:

spawn C:\snapshot\node_modules\prisma\node_modules\@prisma\engines\migration-engine-windows.exe ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:277:19)
    at onErrorNT (internal/child_process.js:472:16)
    at processTicksAndRejections (internal/process/task_queues.js:82:21) {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'spawn C:\\snapshot\\node_modules\\prisma\\node_modules\\@prisma\\engines\\migration-engine-windows.exe',
  path: 'C:\\snapshot\\node_modules\\prisma\\node_modules\\@prisma\\engines\\migration-engine-windows.exe',
  spawnargs: [ '--version' ],
  originalMessage: 'spawn C:\\snapshot\\node_modules\\prisma\\node_modules\\@prisma\\engines\\migration-engine-windows.exe ENOENT',
  shortMessage: 'Command failed with ENOENT: C:\\snapshot\\node_modules\\prisma\\node_modules\\@prisma\\engines\\migration-engine-windows.exe --version\n' +
    'spawn C:\\snapshot\\node_modules\\prisma\\node_modules\\@prisma\\engines\\migration-engine-windows.exe ENOENT',
  command: 'C:\\snapshot\\node_modules\\prisma\\node_modules\\@prisma\\engines\\migration-engine-windows.exe --version',
  escapedCommand: '"C:\\snapshot\\node_modules\\prisma\\node_modules\\@prisma\\engines\\migration-engine-windows.exe" --version',
  exitCode: undefined,
  signal: undefined,
  signalDescription: undefined,
  stdout: '',
  stderr: '',
  failed: true,
  timedOut: false,
  isCanceled: false,
  killed: false
}
Error: Command failed with ENOENT: C:\snapshot\node_modules\prisma\node_modules\@prisma\engines\introspection-engine-windows.exe --version
spawn C:\snapshot\node_modules\prisma\node_modules\@prisma\engines\introspection-engine-windows.exe ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:277:19)
    at onErrorNT (internal/child_process.js:472:16)
    at processTicksAndRejections (internal/process/task_queues.js:82:21) {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'spawn C:\\snapshot\\node_modules\\prisma\\node_modules\\@prisma\\engines\\introspection-engine-windows.exe',
  path: 'C:\\snapshot\\node_modules\\prisma\\node_modules\\@prisma\\engines\\introspection-engine-windows.exe',
  spawnargs: [ '--version' ],
  originalMessage: 'spawn C:\\snapshot\\node_modules\\prisma\\node_modules\\@prisma\\engines\\introspection-engine-windows.exe ENOENT',
  shortMessage: 'Command failed with ENOENT: C:\\snapshot\\node_modules\\prisma\\node_modules\\@prisma\\engines\\introspection-engine-windows.exe --version\n' +
    'spawn C:\\snapshot\\node_modules\\prisma\\node_modules\\@prisma\\engines\\introspection-engine-windows.exe ENOENT',
  command: 'C:\\snapshot\\node_modules\\prisma\\node_modules\\@prisma\\engines\\introspection-engine-windows.exe --version',
  escapedCommand: '"C:\\snapshot\\node_modules\\prisma\\node_modules\\@prisma\\engines\\introspection-engine-windows.exe" --version',
  exitCode: undefined,
  signal: undefined,
  signalDescription: undefined,
  stdout: '',
  stderr: '',
  failed: true,
  timedOut: false,
  isCanceled: false,
  killed: false
}
Error: Command failed with ENOENT: C:\snapshot\node_modules\prisma\node_modules\@prisma\engines\prisma-fmt-windows.exe --version
spawn C:\snapshot\node_modules\prisma\node_modules\@prisma\engines\prisma-fmt-windows.exe ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:277:19)
    at onErrorNT (internal/child_process.js:472:16)
    at processTicksAndRejections (internal/process/task_queues.js:82:21) {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'spawn C:\\snapshot\\node_modules\\prisma\\node_modules\\@prisma\\engines\\prisma-fmt-windows.exe',
  path: 'C:\\snapshot\\node_modules\\prisma\\node_modules\\@prisma\\engines\\prisma-fmt-windows.exe',
  spawnargs: [ '--version' ],
  originalMessage: 'spawn C:\\snapshot\\node_modules\\prisma\\node_modules\\@prisma\\engines\\prisma-fmt-windows.exe ENOENT',
  shortMessage: 'Command failed with ENOENT: C:\\snapshot\\node_modules\\prisma\\node_modules\\@prisma\\engines\\prisma-fmt-windows.exe --version\n' +
    'spawn C:\\snapshot\\node_modules\\prisma\\node_modules\\@prisma\\engines\\prisma-fmt-windows.exe ENOENT',
  command: 'C:\\snapshot\\node_modules\\prisma\\node_modules\\@prisma\\engines\\prisma-fmt-windows.exe --version',
  escapedCommand: '"C:\\snapshot\\node_modules\\prisma\\node_modules\\@prisma\\engines\\prisma-fmt-windows.exe" --version',
  exitCode: undefined,
  signal: undefined,
  signalDescription: undefined,
  stdout: '',
  stderr: '',
  failed: true,
  timedOut: false,
  isCanceled: false,
  killed: false
}

janpio avatar Jan 10 '23 20:01 janpio

Via current temporary debugging parameters (as macos does not like --verbose), it is visible that the files are correctly copied over to the location in Windows:

+ cp --verbose -R node_modules/@prisma/engines/LICENSE node_modules/@prisma/engines/README.md node_modules/@prisma/engines/dist node_modules/@prisma/engines/introspection-engine-windows.exe node_modules/@prisma/engines/migration-engine-windows.exe node_modules/@prisma/engines/node_modules node_modules/@prisma/engines/package.json node_modules/@prisma/engines/prisma-fmt-windows.exe node_modules/@prisma/engines/query_engine-windows.dll.node node_modules/@prisma/engines/scripts node_modules/prisma/node_modules/@prisma/engines
'node_modules/@prisma/engines/LICENSE' -> 'node_modules/prisma/node_modules/@prisma/engines/LICENSE'
'node_modules/@prisma/engines/README.md' -> 'node_modules/prisma/node_modules/@prisma/engines/README.md'
'node_modules/@prisma/engines/dist' -> 'node_modules/prisma/node_modules/@prisma/engines/dist'
'node_modules/@prisma/engines/dist/scripts' -> 'node_modules/prisma/node_modules/@prisma/engines/dist/scripts'
'node_modules/@prisma/engines/dist/scripts/localinstall.d.ts' -> 'node_modules/prisma/node_modules/@prisma/engines/dist/scripts/localinstall.d.ts'
'node_modules/@prisma/engines/dist/scripts/localinstall.js' -> 'node_modules/prisma/node_modules/@prisma/engines/dist/scripts/localinstall.js'
'node_modules/@prisma/engines/dist/scripts/postinstall.d.ts' -> 'node_modules/prisma/node_modules/@prisma/engines/dist/scripts/postinstall.d.ts'
'node_modules/@prisma/engines/dist/scripts/postinstall.js' -> 'node_modules/prisma/node_modules/@prisma/engines/dist/scripts/postinstall.js'
'node_modules/@prisma/engines/dist/index.d.ts' -> 'node_modules/prisma/node_modules/@prisma/engines/dist/index.d.ts'
'node_modules/@prisma/engines/dist/index.js' -> 'node_modules/prisma/node_modules/@prisma/engines/dist/index.js'
'node_modules/@prisma/engines/introspection-engine-windows.exe' -> 'node_modules/prisma/node_modules/@prisma/engines/introspection-engine-windows.exe'
'node_modules/@prisma/engines/migration-engine-windows.exe' -> 'node_modules/prisma/node_modules/@prisma/engines/migration-engine-windows.exe'
'node_modules/@prisma/engines/node_modules' -> 'node_modules/prisma/node_modules/@prisma/engines/node_modules'
'node_modules/@prisma/engines/node_modules/.cache' -> 'node_modules/prisma/node_modules/@prisma/engines/node_modules/.cache'
'node_modules/@prisma/engines/node_modules/.cache/prisma' -> 'node_modules/prisma/node_modules/@prisma/engines/node_modules/.cache/prisma'
'node_modules/@prisma/engines/node_modules/.cache/prisma/master' -> 'node_modules/prisma/node_modules/@prisma/engines/node_modules/.cache/prisma/master'
'node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede6[95](https://github.com/prisma/ecosystem-tests/actions/runs/3887203396/jobs/6633200338#step:5:96)c233e03c0f4ad61dd39cd3aeaa' -> 'node_modules/prisma/node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa'
'node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows' -> 'node_modules/prisma/node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows'
'node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/prisma-fmt' -> 'node_modules/prisma/node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/prisma-fmt'
'node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/prisma-fmt.sha256' -> 'node_modules/prisma/node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/prisma-fmt.sha256'
'node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/prisma-fmt.gz.sha256' -> 'node_modules/prisma/node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/prisma-fmt.gz.sha256'
'node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/introspection-engine' -> 'node_modules/prisma/node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/introspection-engine'
'node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/introspection-engine.sha256' -> 'node_modules/prisma/node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/introspection-engine.sha256'
'node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/introspection-engine.gz.sha256' -> 'node_modules/prisma/node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/introspection-engine.gz.sha256'
'node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/migration-engine' -> 'node_modules/prisma/node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/migration-engine'
'node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/migration-engine.sha256' -> 'node_modules/prisma/node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/migration-engine.sha256'
'node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/migration-engine.gz.sha256' -> 'node_modules/prisma/node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/migration-engine.gz.sha256'
'node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/libquery-engine' -> 'node_modules/prisma/node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/libquery-engine'
'node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/libquery-engine.sha256' -> 'node_modules/prisma/node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/libquery-engine.sha256'
'node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/libquery-engine.gz.sha256' -> 'node_modules/prisma/node_modules/@prisma/engines/node_modules/.cache/prisma/master/50dcb5a2ede695c233e03c0f4ad61dd39cd3aeaa/windows/libquery-engine.gz.sha256'
'node_modules/@prisma/engines/package.json' -> 'node_modules/prisma/node_modules/@prisma/engines/package.json'
'node_modules/@prisma/engines/prisma-fmt-windows.exe' -> 'node_modules/prisma/node_modules/@prisma/engines/prisma-fmt-windows.exe'
'node_modules/@prisma/engines/query_engine-windows.dll.node' -> 'node_modules/prisma/node_modules/@prisma/engines/query_engine-windows.dll.node'
'node_modules/@prisma/engines/scripts' -> 'node_modules/prisma/node_modules/@prisma/engines/scripts'
'node_modules/@prisma/engines/scripts/postinstall.js' -> 'node_modules/prisma/node_modules/@prisma/engines/scripts/postinstall.js'

Unclear why they are not available later.

janpio avatar Jan 10 '23 21:01 janpio

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

renovate[bot] avatar Jul 06 '23 14:07 renovate[bot]