chore(deps): update dependency pkg to v5
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| pkg | 4.5.1 -> 5.8.0 |
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.
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
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
Waiting for https://github.com/prisma/prisma/pull/14701 to be merged before we can merge here
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.
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
}
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.
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.