chore(deps): bump, incl. vitest 4 #3674
Annotations
10 errors
|
Build and run tests:
__tests__/commands/custompages/upload.test.ts#L567
Error: Snapshot `custompages upload > given that the file path is a directory > should handle a mix of creates and updates and failures and skipped files 1` mismatched
- Expected
+ Received
@@ -1,10 +1,11 @@
{
"error": [AggregateError: Multiple page uploads failed. To see more detailed errors for a page, run `rdme custompages upload <path-to-page.md>`.],
"stderr": "- 🔍 Looking for Markdown and/or HTML files in the `__tests__/__fixtures__/custompages/mixed-docs` directory...
✔ 🔍 Looking for Markdown and/or HTML files in the `__tests__/__fixtures__/custompages/mixed-docs` directory... 5 file(s) found!
- › Warning: Skipping pre-upload validation of the Markdown file(s). This is not recommended.
+ › Warning: Skipping pre-upload validation of the Markdown file(s). This is
+ › not recommended.
- 🚀 Uploading files to ReadMe...
✖ 🚀 Uploading files to ReadMe... 2 file(s) failed.
",
"stdout": "🌱 Successfully created 1 page(s) in ReadMe:
- invalid-attributes (__tests__/__fixtures__/custompages/mixed-docs/invalid-attributes.md)
❯ __tests__/commands/custompages/upload.test.ts:567:22
|
|
Build and run tests:
__tests__/commands/custompages/upload.test.ts#L524
Error: Snapshot `custompages upload > given that the file path is a directory > should handle a mix of valid and invalid and autofixable files 1` mismatched
- Expected
+ Received
@@ -33,11 +33,14 @@
},
"stderr": "- 🔍 Looking for Markdown and/or HTML files in the `__tests__/__fixtures__/custompages/mixed-docs` directory...
✔ 🔍 Looking for Markdown and/or HTML files in the `__tests__/__fixtures__/custompages/mixed-docs` directory... 5 file(s) found!
- 🔬 Validating frontmatter data...
⚠ 🔬 Validating frontmatter data... issues found in 2 file(s).
- › Warning: 1 file(s) have issues that cannot be fixed automatically. Autofixable issues have been corrected but we also recommend addressing these issues as well. Please get in touch with us at [email protected] if you need a hand.
+ › Warning: 1 file(s) have issues that cannot be fixed automatically.
+ › Autofixable issues have been corrected but we also recommend addressing
+ › these issues as well. Please get in touch with us at [email protected] if
+ › you need a hand.
",
"stdout": "=== BEGIN writeFileSync to file: __tests__/__fixtures__/custompages/mixed-docs/doc-sans-attributes.md ===
Body
=== END writeFileSync to file: __tests__/__fixtures__/custompages/mixed-docs/doc-sans-attributes.md ===
❯ __tests__/commands/custompages/upload.test.ts:524:22
|
|
Build and run tests:
__tests__/commands/custompages/upload.test.ts#L280
Error: Snapshot `custompages upload > given that the file path is a single file > given that the file has frontmatter issues > should warn user if the file has no autofixable issues 1` mismatched
- Expected
+ Received
@@ -12,11 +12,13 @@
"skipped": [],
"updated": [],
},
"stderr": "- 🔬 Validating frontmatter data...
⚠ 🔬 Validating frontmatter data... issues found in 1 file(s).
- › Warning: 1 file(s) have issues that cannot be fixed automatically. The upload will proceed but we recommend addressing these issues. Please get in touch with us at [email protected] if you need a hand.
+ › Warning: 1 file(s) have issues that cannot be fixed automatically. The
+ › upload will proceed but we recommend addressing these issues. Please get
+ › in touch with us at [email protected] if you need a hand.
- 🚀 Uploading files to ReadMe...
✔ 🚀 Uploading files to ReadMe... done!
",
"stdout": "🌱 Successfully created 1 page(s) in ReadMe:
- invalid-attributes (__tests__/__fixtures__/custompages/mixed-docs/invalid-attributes.md)
❯ __tests__/commands/custompages/upload.test.ts:280:24
|
|
Build and run tests:
__tests__/commands/custompages/upload.test.ts#L260
Error: Snapshot `custompages upload > given that the file path is a single file > given that the file has frontmatter issues > should skip client-side validation if the --skip-validation flag is passed 1` mismatched
- Expected
+ Received
@@ -1,10 +1,11 @@
{
"error": [APIv2Error: ReadMe API error: bad request
your metadata is whack],
- "stderr": " › Warning: Skipping pre-upload validation of the Markdown file(s). This is not recommended.
+ "stderr": " › Warning: Skipping pre-upload validation of the Markdown file(s). This is
+ › not recommended.
- 🚀 Uploading files to ReadMe...
✖ 🚀 Uploading files to ReadMe... 1 file(s) failed.
",
"stdout": "🚨 Received errors when attempting to upload 1 page(s):
- __tests__/__fixtures__/custompages/mixed-docs/legacy-page.md: bad request
❯ __tests__/commands/custompages/upload.test.ts:260:24
|
|
Build and run tests:
__tests__/commands/changelog/upload.test.ts#L574
Error: Snapshot `rdme changelog upload > given that the file path is a directory > should handle a mix of creates and updates and failures and skipped files (dry run) 1` mismatched
- Expected
+ Received
@@ -1,10 +1,11 @@
{
"error": [AggregateError: Multiple dry runs failed. To see more detailed errors for a page, run `rdme changelog upload <path-to-page.md>` --dry-run.],
"stderr": "- 🔍 Looking for Markdown files in the `__tests__/__fixtures__/changelog/mixed-docs` directory...
✔ 🔍 Looking for Markdown files in the `__tests__/__fixtures__/changelog/mixed-docs` directory... 5 file(s) found!
- › Warning: Skipping pre-upload validation of the Markdown file(s). This is not recommended.
+ › Warning: Skipping pre-upload validation of the Markdown file(s). This is
+ › not recommended.
- 🎭 Uploading files to ReadMe (but not really because it's a dry run)...
✖ 🎭 Uploading files to ReadMe (but not really because it's a dry run)... 2 file(s) failed.
",
"stdout": "🌱 The following 1 page(s) do not currently exist in ReadMe and will be created:
- invalid-attributes (__tests__/__fixtures__/changelog/mixed-docs/invalid-attributes.md)
❯ __tests__/commands/changelog/upload.test.ts:574:22
|
|
Build and run tests:
__tests__/commands/changelog/upload.test.ts#L549
Error: Snapshot `rdme changelog upload > given that the file path is a directory > should handle a mix of creates and updates and failures and skipped files and not error out with `max-errors` flag 1` mismatched
- Expected
+ Received
@@ -38,11 +38,12 @@
},
],
},
"stderr": "- 🔍 Looking for Markdown files in the `__tests__/__fixtures__/changelog/mixed-docs` directory...
✔ 🔍 Looking for Markdown files in the `__tests__/__fixtures__/changelog/mixed-docs` directory... 5 file(s) found!
- › Warning: Skipping pre-upload validation of the Markdown file(s). This is not recommended.
+ › Warning: Skipping pre-upload validation of the Markdown file(s). This is
+ › not recommended.
- 🚀 Uploading files to ReadMe...
✖ 🚀 Uploading files to ReadMe... 2 file(s) failed.
",
"stdout": "🌱 Successfully created 1 page(s) in ReadMe:
- invalid-attributes (__tests__/__fixtures__/changelog/mixed-docs/invalid-attributes.md)
❯ __tests__/commands/changelog/upload.test.ts:549:22
|
|
Build and run tests:
__tests__/commands/changelog/upload.test.ts#L498
Error: Snapshot `rdme changelog upload > given that the file path is a directory > should handle a mix of creates and updates and failures and skipped files 1` mismatched
- Expected
+ Received
@@ -1,10 +1,11 @@
{
"error": [AggregateError: Multiple page uploads failed. To see more detailed errors for a page, run `rdme changelog upload <path-to-page.md>`.],
"stderr": "- 🔍 Looking for Markdown files in the `__tests__/__fixtures__/changelog/mixed-docs` directory...
✔ 🔍 Looking for Markdown files in the `__tests__/__fixtures__/changelog/mixed-docs` directory... 5 file(s) found!
- › Warning: Skipping pre-upload validation of the Markdown file(s). This is not recommended.
+ › Warning: Skipping pre-upload validation of the Markdown file(s). This is
+ › not recommended.
- 🚀 Uploading files to ReadMe...
✖ 🚀 Uploading files to ReadMe... 2 file(s) failed.
",
"stdout": "🌱 Successfully created 1 page(s) in ReadMe:
- invalid-attributes (__tests__/__fixtures__/changelog/mixed-docs/invalid-attributes.md)
❯ __tests__/commands/changelog/upload.test.ts:498:22
|
|
Build and run tests:
__tests__/commands/changelog/upload.test.ts#L456
Error: Snapshot `rdme changelog upload > given that the file path is a directory > should handle a mix of valid and invalid and autofixable files 1` mismatched
- Expected
+ Received
@@ -33,11 +33,14 @@
},
"stderr": "- 🔍 Looking for Markdown files in the `__tests__/__fixtures__/changelog/mixed-docs` directory...
✔ 🔍 Looking for Markdown files in the `__tests__/__fixtures__/changelog/mixed-docs` directory... 5 file(s) found!
- 🔬 Validating frontmatter data...
⚠ 🔬 Validating frontmatter data... issues found in 2 file(s).
- › Warning: 1 file(s) have issues that cannot be fixed automatically. Autofixable issues have been corrected but we also recommend addressing these issues as well. Please get in touch with us at [email protected] if you need a hand.
+ › Warning: 1 file(s) have issues that cannot be fixed automatically.
+ › Autofixable issues have been corrected but we also recommend addressing
+ › these issues as well. Please get in touch with us at [email protected] if
+ › you need a hand.
",
"stdout": "=== BEGIN writeFileSync to file: __tests__/__fixtures__/changelog/mixed-docs/doc-sans-attributes.md ===
Body
=== END writeFileSync to file: __tests__/__fixtures__/changelog/mixed-docs/doc-sans-attributes.md ===
❯ __tests__/commands/changelog/upload.test.ts:456:22
|
|
Build and run tests:
__tests__/commands/changelog/upload.test.ts#L236
Error: Snapshot `rdme changelog upload > given that the file path is a single file > given that the file has frontmatter issues > should warn user if the file has no autofixable issues 1` mismatched
- Expected
+ Received
@@ -12,11 +12,13 @@
"skipped": [],
"updated": [],
},
"stderr": "- 🔬 Validating frontmatter data...
⚠ 🔬 Validating frontmatter data... issues found in 1 file(s).
- › Warning: 1 file(s) have issues that cannot be fixed automatically. The upload will proceed but we recommend addressing these issues. Please get in touch with us at [email protected] if you need a hand.
+ › Warning: 1 file(s) have issues that cannot be fixed automatically. The
+ › upload will proceed but we recommend addressing these issues. Please get
+ › in touch with us at [email protected] if you need a hand.
- 🚀 Uploading files to ReadMe...
✔ 🚀 Uploading files to ReadMe... done!
",
"stdout": "🌱 Successfully created 1 page(s) in ReadMe:
- unfixable (__tests__/__fixtures__/changelog/legacy-docs/unfixable.md)
❯ __tests__/commands/changelog/upload.test.ts:236:24
|
|
Build and run tests:
__tests__/commands/changelog/upload.test.ts#L216
Error: Snapshot `rdme changelog upload > given that the file path is a single file > given that the file has frontmatter issues > should skip client-side validation if the --skip-validation flag is passed 1` mismatched
- Expected
+ Received
@@ -1,10 +1,11 @@
{
"error": [APIv2Error: ReadMe API error: bad request
your hidden flag is whack],
- "stderr": " › Warning: Skipping pre-upload validation of the Markdown file(s). This is not recommended.
+ "stderr": " › Warning: Skipping pre-upload validation of the Markdown file(s). This is
+ › not recommended.
- 🚀 Uploading files to ReadMe...
✖ 🚀 Uploading files to ReadMe... 1 file(s) failed.
",
"stdout": "🚨 Received errors when attempting to upload 1 page(s):
- __tests__/__fixtures__/changelog/legacy-docs/autofixable.md: bad request
❯ __tests__/commands/changelog/upload.test.ts:216:24
|
Loading