Bump the vite group with 3 updates #1268
Annotations
8 errors
tests/build-template.test.js > should write in an empty file:
tests/build-template.test.js#L71
Error: ENOENT, no such file or directory 'CHANGELOG.md'
❯ Binding.<anonymous> node_modules/mock-fs/lib/binding.js:384:15
❯ maybeCallback node_modules/mock-fs/lib/binding.js:85:17
❯ Binding.open node_modules/mock-fs/lib/binding.js:356:10
❯ Object.<anonymous> node_modules/mock-fs/lib/index.js:39:39
❯ Object.openSync node:fs:582:18
❯ Object.readFileSync node:fs:461:35
❯ tests/build-template.test.js:71:13
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ENOENT', errno: -2, path: 'CHANGELOG.md' }
|
tests/build-template.test.js > should prepend in a file with content:
tests/build-template.test.js#L94
Error: ENOENT, no such file or directory 'CHANGELOG.md'
❯ Binding.<anonymous> node_modules/mock-fs/lib/binding.js:384:15
❯ maybeCallback node_modules/mock-fs/lib/binding.js:85:17
❯ Binding.open node_modules/mock-fs/lib/binding.js:356:10
❯ Object.<anonymous> node_modules/mock-fs/lib/index.js:39:39
❯ Object.openSync node:fs:582:18
❯ Object.readFileSync node:fs:461:35
❯ tests/build-template.test.js:94:19
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ENOENT', errno: -2, path: 'CHANGELOG.md' }
|
tests/file.test.js > should return empty when there is no changelog content:
src/file.js#L67
Error: ENOENT, no such file or directory 'CHANGELOG.md'
❯ Binding.<anonymous> node_modules/mock-fs/lib/binding.js:384:15
❯ maybeCallback node_modules/mock-fs/lib/binding.js:85:17
❯ Binding.open node_modules/mock-fs/lib/binding.js:356:10
❯ Object.<anonymous> node_modules/mock-fs/lib/index.js:39:39
❯ Object.openSync node:fs:582:18
❯ Object.readFileSync node:fs:461:35
❯ Module.getChangelogContent src/file.js:67:13
❯ tests/file.test.js:69:10
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ENOENT', errno: -2, path: 'CHANGELOG.md' }
|
tests/helpers.test.js > should create a changelog file if doesnt exist:
src/helpers.js#L6
Error: ENOENT: no such file or directory, open 'virtual-env/CHANGELOG.md'
❯ Object.writeFileSync node:fs:2342:20
❯ Module.checkChangelogFile src/helpers.js:6:8
❯ tests/helpers.test.js:19:3
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: 'virtual-env/CHANGELOG.md' }
|
tests/helpers.test.js > should create a fragments folder with .gitkeep if doesnt exist:
src/helpers.js#L13
Error: ENOENT: no such file or directory, open 'virtual-env/fragments/.gitkeep/.gitkeep'
❯ Object.writeFileSync node:fs:2342:20
❯ Object.outputFileSync node_modules/fs-extra/lib/output-file/index.js:25:6
❯ Module.checkFragmentsFolder src/helpers.js:13:8
❯ tests/helpers.test.js:27:3
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: 'virtual-env/fragments/.gitkeep/.gitkeep' }
|
tests/index.test.js > should delete fragments when generated changelog:
tests/index.test.js#L61
Error: ENOENT, no such file or directory 'CHANGELOG.md'
❯ Binding.<anonymous> node_modules/mock-fs/lib/binding.js:384:15
❯ maybeCallback node_modules/mock-fs/lib/binding.js:85:17
❯ Binding.open node_modules/mock-fs/lib/binding.js:356:10
❯ Object.<anonymous> node_modules/mock-fs/lib/index.js:39:39
❯ Object.openSync node:fs:582:18
❯ Object.readFileSync node:fs:461:35
❯ tests/index.test.js:61:8
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ENOENT', errno: -2, path: 'CHANGELOG.md' }
|
tests/cli/burn.test.js > should save the changelog and delete the fragments:
tests/cli/burn.test.js#L60
Error: ENOENT, no such file or directory 'CHANGELOG.md'
❯ Binding.<anonymous> node_modules/mock-fs/lib/binding.js:384:15
❯ maybeCallback node_modules/mock-fs/lib/binding.js:85:17
❯ Binding.open node_modules/mock-fs/lib/binding.js:356:10
❯ Object.<anonymous> node_modules/mock-fs/lib/index.js:39:39
❯ Object.openSync node:fs:582:18
❯ Object.readFileSync node:fs:461:35
❯ tests/cli/burn.test.js:60:13
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ENOENT', errno: -2, path: 'CHANGELOG.md' }
|
build (20)
Process completed with exit code 1.
|