Skip to content

Commit

Permalink
chore(deps-dev): bump vitest from 0.34.6 to 1.1.0 (#144)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump vitest from 0.34.6 to 1.1.0

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.34.6 to 1.1.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.1.0/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update irrelevant snapshot changes

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Hannagan <[email protected]>
  • Loading branch information
dependabot[bot] and Weetbix authored Dec 22, 2023
1 parent 292731b commit 344ae7d
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 138 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-mkcert": "^1.17.1",
"vitest": "^0.34.6",
"vitest": "^1.1.0",
"vue": "^3.3.12",
"vue-codemirror": "^6.1.1",
"vue-tsc": "^1.8.25"
Expand Down
16 changes: 8 additions & 8 deletions src/markdown.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ describe('reportToComment', () => {
File | Readability
--- | ---
[file-1.md](https://github.com/repo-name/blob/commit-sha/./folder/file-1.md \\"./folder/file-1.md\\") | 10 (🟒 +1)
[file-2.md](https://github.com/repo-name/blob/commit-sha/./folder/file-2.md \\"./folder/file-2.md\\") | 5 (πŸ”΄ -1)
[file-3.md](https://github.com/repo-name/blob/commit-sha/./folder/file-3.md \\"./folder/file-3.md\\") | 15 (🟒 +0)
[new-file.md](https://github.com/repo-name/blob/commit-sha/./folder/new-file.md \\"./folder/new-file.md\\") | 20 (-)
[file-1.md](https://github.com/repo-name/blob/commit-sha/./folder/file-1.md "./folder/file-1.md") | 10 (🟒 +1)
[file-2.md](https://github.com/repo-name/blob/commit-sha/./folder/file-2.md "./folder/file-2.md") | 5 (πŸ”΄ -1)
[file-3.md](https://github.com/repo-name/blob/commit-sha/./folder/file-3.md "./folder/file-3.md") | 15 (🟒 +0)
[new-file.md](https://github.com/repo-name/blob/commit-sha/./folder/new-file.md "./folder/new-file.md") | 20 (-)
<details>
Expand All @@ -69,13 +69,13 @@ describe('reportToComment', () => {
File | Readability | FRE | GF | ARI | CLI | DCRS
--- | --- | --- | --- | --- | --- | ---
[file-1.md](https://github.com/repo-name/blob/commit-sha/./folder/file-1.md \\"./folder/file-1.md\\") | 10 | 10 | 10 | 10 | 10 | 10
[file-1.md](https://github.com/repo-name/blob/commit-sha/./folder/file-1.md "./folder/file-1.md") | 10 | 10 | 10 | 10 | 10 | 10
&nbsp; | 🟒 +1 | 🟒 +1 | πŸ”΄ -1 | πŸ”΄ -1 | πŸ”΄ -1 | πŸ”΄ -1
[file-2.md](https://github.com/repo-name/blob/commit-sha/./folder/file-2.md \\"./folder/file-2.md\\") | 5 | 5 | 5 | 5 | 5 | 5
[file-2.md](https://github.com/repo-name/blob/commit-sha/./folder/file-2.md "./folder/file-2.md") | 5 | 5 | 5 | 5 | 5 | 5
&nbsp; | πŸ”΄ -1 | πŸ”΄ -1 | 🟒 +1 | 🟒 +1 | 🟒 +1 | 🟒 +1
[file-3.md](https://github.com/repo-name/blob/commit-sha/./folder/file-3.md \\"./folder/file-3.md\\") | 15 | 15 | 15 | 15 | 15 | 15
[file-3.md](https://github.com/repo-name/blob/commit-sha/./folder/file-3.md "./folder/file-3.md") | 15 | 15 | 15 | 15 | 15 | 15
&nbsp; | 🟒 +0 | 🟒 +0 | 🟒 +0 | 🟒 +0 | 🟒 +0 | 🟒 +0
[new-file.md](https://github.com/repo-name/blob/commit-sha/./folder/new-file.md \\"./folder/new-file.md\\") | 20 | 20 | 20 | 20 | 20 | 20
[new-file.md](https://github.com/repo-name/blob/commit-sha/./folder/new-file.md "./folder/new-file.md") | 20 | 20 | 20 | 20 | 20 | 20
&nbsp; | - | - | - | - | - | -
Expand Down
2 changes: 1 addition & 1 deletion src/readability.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Some content. This is paragraph with const items = [];

expect(stripped).toMatchInlineSnapshot(`
"
Some content. This is paragraph with const items = \\\\[];
Some content. This is paragraph with const items = \\[];
"
`);
});
Expand Down
Loading

0 comments on commit 344ae7d

Please sign in to comment.