build(deps-dev): bump vitest from 0.34.4 to 1.6.0 #620
Annotations
2 errors and 4 warnings
src/feed/__tests__/feed_string_creator.test.ts > Feed correctly:
src/feed/__tests__/feed_string_creator.test.ts#L18
Error: Snapshot `Feed correctly 1` mismatched
- Expected
+ Received
@@ -1,20 +1,20 @@
- "<?xml version=\"1.0\" encoding=\"utf-8\" ?>
- <feed xmlns=\"http://www.w3.org/2005/Atom\" xml:lang=\"ja\">
+ "<?xml version="1.0" encoding="utf-8" ?>
+ <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
<title>test</title>
<id>tag:blog.kubosho.com,2014:feed</id>
<author>
<name>kubosho</name>
</author>
<updated>2023-02-08T08:10:03.979Z</updated>
- <link rel=\"alternate\" href=\"https://blog.kubosho.com\"/>
- <link rel=\"self\" type=\"application/atom+xml\" href=\"https://blog.kubosho.com/feed\"/>
+ <link rel="alternate" href="https://blog.kubosho.com"/>
+ <link rel="self" type="application/atom+xml" href="https://blog.kubosho.com/feed"/>
<entry>
<title>記事の内容が思いつかない症候群</title>
- <link href=\"https://blog.kubosho.com/entries/content-of-article-can-not-think-of-anything-syndrome\" rel=\"alternate\"/>
+ <link href="https://blog.kubosho.com/entries/content-of-article-can-not-think-of-anything-syndrome" rel="alternate"/>
<id>tag:blog.kubosho.com,2020-05-25:entry://content-of-article-can-not-think-of-anything-syndrome</id>
- <content type=\"html\"><p>2019 年は丸 1 年ブログの記事を書かず、2018 年も長い記事を書いていなかった。</p></content>
+ <content type="html"><p>2019 年は丸 1 年ブログの記事を書かず、2018 年も長い記事を書いていなかった。</p></content>
<summary>2019 年は丸 1 年ブログの記事を書かず、2018 年も長い記事を書いていなかった。
</summary>
<published>2020-05-25T00:00:00.000Z</published>
<updated>2020-05-25T00:00:00.000Z</updated>
</entry>
❯ src/feed/__tests__/feed_string_creator.test.ts:18:16
|
test
Process completed with exit code 1.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|