-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 🧰 Changes Updates a bunch of dependencies. We're stuck not updating any remark/unified until we can do a big rewrite. And we're also stuck not updating react until some other deps do too? This update also as a `.npm-upgrade.json` file. I typically use `npm-upgrade` to do batch updates, so this is finally checking that file in. This also changes the snapshot comparison from per pixel to SSIM. This was motivated by a new change in how the embeds thumbnail was being rendered. The thumbnail appears to be blurred vs pixelated depending on which node version it is. I believe this has more to do with puppeteer than any of the production code. Plus, I'd just like to see how this method works out.
- Loading branch information
1 parent
427c917
commit 41b8935
Showing
7 changed files
with
8,666 additions
and
8,803 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
{ | ||
"ignore": { | ||
"hast-util-to-string": { | ||
"versions": "*2.0.0", | ||
"reason": "" | ||
}, | ||
"mdast-util-toc": { | ||
"versions": "*6.1.0", | ||
"reason": "" | ||
}, | ||
"rehype-raw": { | ||
"versions": "*6.1.1", | ||
"reason": "" | ||
}, | ||
"rehype-react": { | ||
"versions": "*7.1.1", | ||
"reason": "" | ||
}, | ||
"rehype-sanitize": { | ||
"versions": "*5.0.1", | ||
"reason": "" | ||
}, | ||
"rehype-stringify": { | ||
"versions": "*9.0.3", | ||
"reason": "" | ||
}, | ||
"remark-breaks": { | ||
"versions": "*3.0.2", | ||
"reason": "" | ||
}, | ||
"remark-disable-tokenizers": { | ||
"versions": "*1.1.0", | ||
"reason": "" | ||
}, | ||
"remark-frontmatter": { | ||
"versions": "*4.0.1", | ||
"reason": "" | ||
}, | ||
"remark-parse": { | ||
"versions": "*10.0.1", | ||
"reason": "" | ||
}, | ||
"remark-rehype": { | ||
"versions": "*10.1.0", | ||
"reason": "" | ||
}, | ||
"remark-slug": { | ||
"versions": "*7.0.1", | ||
"reason": "" | ||
}, | ||
"remark-stringify": { | ||
"versions": "*10.0.2", | ||
"reason": "" | ||
}, | ||
"unified": { | ||
"versions": "*10.1.2", | ||
"reason": "" | ||
}, | ||
"unist-util-map": { | ||
"versions": "*3.1.1", | ||
"reason": "" | ||
}, | ||
"unist-util-select": { | ||
"versions": "*4.0.1", | ||
"reason": "" | ||
}, | ||
"@hot-loader/react-dom": { | ||
"versions": "*17.0.2", | ||
"reason": "" | ||
}, | ||
"@testing-library/react": { | ||
"versions": "*13.2.0", | ||
"reason": "" | ||
}, | ||
"react": { | ||
"versions": "*18.1.0", | ||
"reason": "" | ||
}, | ||
"react-dom": { | ||
"versions": "*18.1.0", | ||
"reason": "" | ||
} | ||
} | ||
} |
Binary file modified
BIN
+209 Bytes
(100%)
...visual-regression-tests-rdmd-syntax-renders-embeds-without-surprises-1-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.