[pull] master from monkeytypegame:master#879
Merged
Merged
Conversation
#7976) Before: <img width="797" height="81" alt="image" src="https://github.com/user-attachments/assets/35198ef6-ca44-4300-9ddc-601345305a47" /> After: <img width="801" height="81" alt="image" src="https://github.com/user-attachments/assets/48591f5d-c58c-4f60-915c-832b5b26a0f6" />
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.8 to 8.5.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.5.14</h2> <ul> <li>Fixed custom syntax regression (by <a href="https://github.com/43081j"><code>@43081j</code></a>).</li> </ul> <h2>8.5.13</h2> <ul> <li>Fixed <code>postcss-scss</code> commend regression.</li> </ul> <h2>8.5.12</h2> <ul> <li>Fixed reading any file via user-generated CSS.</li> <li>Added <code>opts.unsafeMap</code> to disable checks.</li> </ul> <h2>8.5.11</h2> <ul> <li>Fixed nested brackets parsing performance (by <a href="https://github.com/offset"><code>@offset</code></a>).</li> </ul> <h2>8.5.10</h2> <ul> <li>Fixed XSS via unescaped <code></style></code> in non-bundler cases (by <a href="https://github.com/TharVid"><code>@TharVid</code></a>).</li> </ul> <h2>8.5.9</h2> <ul> <li>Speed up source map encoding paring in case of the error.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.5.14</h2> <ul> <li>Fixed custom syntax regression (by <a href="https://github.com/43081j"><code>@43081j</code></a>).</li> </ul> <h2>8.5.13</h2> <ul> <li>Fixed <code>postcss-scss</code> commend regression.</li> </ul> <h2>8.5.12</h2> <ul> <li>Fixed reading any file via user-generated CSS.</li> <li>Added <code>opts.unsafeMap</code> to disable checks.</li> </ul> <h2>8.5.11</h2> <ul> <li>Fixed nested brackets parsing performance (by <a href="https://github.com/offset"><code>@offset</code></a>).</li> </ul> <h2>8.5.10</h2> <ul> <li>Fixed XSS via unescaped <code></style></code> in non-bundler cases (by <a href="https://github.com/TharVid"><code>@TharVid</code></a>).</li> </ul> <h2>8.5.9</h2> <ul> <li>Speed up source map encoding paring in case of the error.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/3ec13948ae0006e1bde2dfb545346341ac8b2dcf"><code>3ec1394</code></a> Release 8.5.14 version</li> <li><a href="https://github.com/postcss/postcss/commit/f2bb827b20b591080977412555aa3e5baf588620"><code>f2bb827</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/d75953d60854ad835fd21dde0b11081522341020"><code>d75953d</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/2084">#2084</a> from 43081j/raw-raws-rawing</li> <li><a href="https://github.com/postcss/postcss/commit/68bd2139b5dcaf5a682bc2e8826d8557be2d1480"><code>68bd213</code></a> fix: always call <code>raw</code> to retrieve raw values</li> <li><a href="https://github.com/postcss/postcss/commit/af58cf1b7af02e9b9fcb138a4a2d7ef3450158b1"><code>af58cf1</code></a> Release 8.5.13 version</li> <li><a href="https://github.com/postcss/postcss/commit/f227dbd0e9443e5f33e18e633b8b4d2b55aac5ee"><code>f227dbd</code></a> Temporary ignore pnpm 11 config</li> <li><a href="https://github.com/postcss/postcss/commit/d3abd40d723cf3559e5ddb5fc738b7cb64e92bb0"><code>d3abd40</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/dd06c3e11362087bc18f9c20cee30fd82bda3de9"><code>dd06c3e</code></a> Revert stringifier changes because of the conflict with postcss-scss</li> <li><a href="https://github.com/postcss/postcss/commit/ae889c815fb88d785401a88f1a7dfc8cb11915fb"><code>ae889c8</code></a> Try to fix CI</li> <li><a href="https://github.com/postcss/postcss/commit/e0093e49bcf00347383a13e40bb1f67bc823ca15"><code>e0093e4</code></a> Move to pnpm 11</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.5.8...8.5.14">compare view</a></li> </ul> </details> <br /> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Miodec <jack@monkeytype.com>
…7895) Bumps [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests) from 5.0.1 to 5.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chromaui/addon-visual-tests/releases">@chromatic-com/storybook's releases</a>.</em></p> <blockquote> <h2>v5.2.1</h2> <h4>🐛 Bug Fix</h4> <ul> <li>Widen peer-dependency range for storybook <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/434">#434</a> (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Valentin Palkovic (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> </ul> <h2>v5.2.1-next.0</h2> <h4>🐛 Bug Fix</h4> <ul> <li>Widen peer-dependency range for storybook <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/434">#434</a> (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Valentin Palkovic (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> </ul> <h2>v5.2.0</h2> <h4>🚀 Enhancement</h4> <ul> <li>Add missing <code>ChromaticTypes</code> export to support composite mode <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/410">#410</a> (<a href="https://github.com/jdpnielsen"><code>@jdpnielsen</code></a> <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> <li>Add Share tool to quickly publish a Storybook <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/418">#418</a> (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a> <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a> <a href="https://github.com/kylegach"><code>@kylegach</code></a>)</li> <li>Add refresh-token auth flow and harden HTML injection paths <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/425">#425</a> (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a> <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> <li>Replace <code>device_code</code> OAuth flow with <code>authorization_code</code> flow <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/424">#424</a> (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a> <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li>Refresh auth preemptively before token expiry <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/431">#431</a> (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> <li>Merge remote-tracking branch 'origin/valentin/viral-sharing-2' into valentin/viral-sharing-2 <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/429">#429</a> (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> <li>Consolidate auth state into a single AuthStore <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/430">#430</a> (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> <li>Show share expiry based on <code>daysToExpire</code> from CLI <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/428">#428</a> (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a> <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> <li>Fix OAuth authorization_code flow <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/427">#427</a> (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> <h4>Authors: 5</h4> <ul> <li>Gert Hengeveld (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> <li>Joshua Daniel Pratt Nielsen (<a href="https://github.com/jdpnielsen"><code>@jdpnielsen</code></a>)</li> <li>Kyle Gach (<a href="https://github.com/kylegach"><code>@kylegach</code></a>)</li> <li>Piotr Wysocki (<a href="https://github.com/piwysocki"><code>@piwysocki</code></a>)</li> <li>Valentin Palkovic (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> </ul> <h2>v5.2.0-next.5</h2> <h4>⚠️ Pushed to <code>next</code></h4> <ul> <li>Fix TS error (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Gert Hengeveld (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/chromaui/addon-visual-tests/blob/v5.2.1/CHANGELOG.md">@chromatic-com/storybook's changelog</a>.</em></p> <blockquote> <h1>v5.2.1 (Thu May 14 2026)</h1> <h4>🐛 Bug Fix</h4> <ul> <li>Widen peer-dependency range for storybook <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/434">#434</a> (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Valentin Palkovic (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> </ul> <hr /> <h1>v5.2.0 (Thu May 14 2026)</h1> <h4>🚀 Enhancement</h4> <ul> <li>Add missing <code>ChromaticTypes</code> export to support composite mode <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/410">#410</a> (<a href="https://github.com/jdpnielsen"><code>@jdpnielsen</code></a> <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> <li>Add Share tool to quickly publish a Storybook <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/418">#418</a> (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a> <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a> <a href="https://github.com/kylegach"><code>@kylegach</code></a>)</li> <li>Add refresh-token auth flow and harden HTML injection paths <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/425">#425</a> (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a> <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> <li>Replace <code>device_code</code> OAuth flow with <code>authorization_code</code> flow <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/424">#424</a> (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a> <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li>Refresh auth preemptively before token expiry <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/431">#431</a> (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> <li>Merge remote-tracking branch 'origin/valentin/viral-sharing-2' into valentin/viral-sharing-2 <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/429">#429</a> (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> <li>Consolidate auth state into a single AuthStore <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/430">#430</a> (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> <li>Show share expiry based on <code>daysToExpire</code> from CLI <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/428">#428</a> (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a> <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> <li>Fix OAuth authorization_code flow <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/427">#427</a> (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> <h4>Authors: 5</h4> <ul> <li>Gert Hengeveld (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> <li>Joshua Daniel Pratt Nielsen (<a href="https://github.com/jdpnielsen"><code>@jdpnielsen</code></a>)</li> <li>Kyle Gach (<a href="https://github.com/kylegach"><code>@kylegach</code></a>)</li> <li>Piotr Wysocki (<a href="https://github.com/piwysocki"><code>@piwysocki</code></a>)</li> <li>Valentin Palkovic (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> </ul> <hr /> <h1>v5.1.2 (Mon Apr 13 2026)</h1> <h4>🐛 Bug Fix</h4> <ul> <li>Sidebar: add clear() to test provider to clear visual test statuses <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/421">#421</a> (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Valentin Palkovic (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> </ul> <hr /> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chromaui/addon-visual-tests/commit/55bdb73cfd232fce9385eaba14bf9784cfeede7c"><code>55bdb73</code></a> Bump version to: 5.2.1 [skip ci]</li> <li><a href="https://github.com/chromaui/addon-visual-tests/commit/59b814675674f4c6c0a676be0e2ef159c8843687"><code>59b8146</code></a> Update CHANGELOG.md [skip ci]</li> <li><a href="https://github.com/chromaui/addon-visual-tests/commit/0fe1587e60594a596509fbd57cdcb9ccd5d9b87b"><code>0fe1587</code></a> Merge pull request <a href="https://redirect.github.com/chromaui/addon-visual-tests/issues/435">#435</a> from chromaui/next</li> <li><a href="https://github.com/chromaui/addon-visual-tests/commit/2c8182d45b48a23e22fc927baa8955c4b92cc175"><code>2c8182d</code></a> Merge pull request <a href="https://redirect.github.com/chromaui/addon-visual-tests/issues/434">#434</a> from chromaui/valentin/widen-peer-deps-range</li> <li><a href="https://github.com/chromaui/addon-visual-tests/commit/e1d4e267dbb11fd80f493a1a740556e71fa44d3e"><code>e1d4e26</code></a> Widen peer-dependency range for storybook</li> <li><a href="https://github.com/chromaui/addon-visual-tests/commit/652b6d0bc49554feb6ce5ffb6437567d325abebb"><code>652b6d0</code></a> Bump version to: 5.2.0 [skip ci]</li> <li><a href="https://github.com/chromaui/addon-visual-tests/commit/a16a328ccaee19b20b7bdf59001599685d792eac"><code>a16a328</code></a> Update CHANGELOG.md [skip ci]</li> <li><a href="https://github.com/chromaui/addon-visual-tests/commit/0e8f7456c855714bda8fd45986ba856f91e9aef8"><code>0e8f745</code></a> Merge pull request <a href="https://redirect.github.com/chromaui/addon-visual-tests/issues/432">#432</a> from chromaui/next</li> <li><a href="https://github.com/chromaui/addon-visual-tests/commit/9ba520e471f5df6e4487dc7311a71cf9ef4218a3"><code>9ba520e</code></a> Fix TS error</li> <li><a href="https://github.com/chromaui/addon-visual-tests/commit/f03b35ee7ac1a520551fda5613c4e909b27d78c3"><code>f03b35e</code></a> Merge branch 'main' into next</li> <li>Additional commits viewable in <a href="https://github.com/chromaui/addon-visual-tests/compare/v5.0.1...v5.2.1">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jack <jack@monkeytype.com>
…ian_latin_1k (@100daysummer) (#7925) ### Description Fixes two typos in bulgarian_1k and bulgarian_latin_1k and adds about 160 words to each, getting their count to about 1175(does this require adding them to a separate file like bulgarian_2k?) <!-- Please describe the change(s) made in your PR: - explain the problem being solved - for bug fixes without an open issue, include steps to reproduce the issue - summarize the approach taken Use your own words. Do not rely on AI-generated descriptions. They do not demonstrate your understanding of the problem or the solution. Writing the description yourself helps you verify the scope of your work and helps us better understand your intent, reasoning and level of insight. --> ### Checks - [ ] Adding quotes? - Make sure to follow the [quotes documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/QUOTES.md) - [ ] Make sure to include translations for the quotes in the description (or another comment) so we can verify their content. - [ ] Adding a language? - Make sure to follow the [languages documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LANGUAGES.md) - [ ] Add language to `packages/schemas/src/languages.ts` - [ ] Add language to exactly one group in `frontend/src/ts/constants/languages.ts` - [ ] Add language json file to `frontend/static/languages` - [ ] Adding a theme? - Make sure to follow the [themes documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/THEMES.md) - [ ] Add theme to `packages/schemas/src/themes.ts` - [ ] Add theme to `frontend/src/ts/constants/themes.ts` - [ ] (optional) Add theme css file to `frontend/static/themes` - [ ] Add some screenshots of the theme, especially with different test settings (colorful, flip colors) to your pull request - [ ] Adding a layout? - [ ] Make sure to follow the [layouts documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/LAYOUTS.md) - [ ] Add layout to `packages/schemas/src/layouts.ts` - [ ] Add layout json file to `frontend/static/layouts` - [ ] Adding a font? - Make sure to follow the [fonts documentation](https://github.com/monkeytypegame/monkeytype/blob/master/docs/FONTS.md) - [ ] Add font file to `frontend/static/webfonts` - [ ] Add font to `packages/schemas/src/fonts.ts` - [ ] Add font to `frontend/src/ts/constants/fonts.ts` - [ ] Check if any open issues are related to this PR; if so, be sure to tag them below. - [ ] Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info) - [ ] Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title. <!-- label(optional scope): pull request title (@your_github_username) --> <!-- I know I know they seem boring but please do them, they help us and you will find out it also helps you. --> Closes # <!-- The issue(s) your PR resolves if any (delete if that is not the case) --> <!-- Please reference any issues and/or PRs related to your pull request --> <!-- Pro tip: you can mention an issue, PR, or discussion on GitHub by referencing its hash number, e.g.: [#1234](#1234) --> <!-- Pro tip: you can press . (dot or period) in the code tab of any GitHub repo to get access to GitHub's VS Code web editor. Enjoy! :) --> --------- Co-authored-by: Jack <jack@monkeytype.com>
Bumps [@solid-primitives/refs](https://github.com/solidjs-community/solid-primitives) from 1.1.2 to 1.1.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/solidjs-community/solid-primitives/releases">@solid-primitives/refs's releases</a>.</em></p> <blockquote> <h2><code>@solid-primitives/refs</code><a href="https://github.com/1"><code>@1</code></a>.1.3</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [6680ab9] <ul> <li><code>@solid-primitives/utils</code><a href="https://github.com/6"><code>@6</code></a>.4.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/solidjs-community/solid-primitives/commit/af34b836baba599c525d0db4b1c9871dd0b13f27"><code>af34b83</code></a> Version Packages (<a href="https://redirect.github.com/solidjs-community/solid-primitives/issues/834">#834</a>)</li> <li><a href="https://github.com/solidjs-community/solid-primitives/commit/449f8547f72e1120bc6ab42ec24d4e0ee0eda2c1"><code>449f854</code></a> Version Packages</li> <li><a href="https://github.com/solidjs-community/solid-primitives/commit/6cb745bbbaa0b04ee3bdb6f8c68d2e1b1ffc0ed4"><code>6cb745b</code></a> Update README.md</li> <li><a href="https://github.com/solidjs-community/solid-primitives/commit/6157b847c3091387a1bc12546b1a442ff280fefb"><code>6157b84</code></a> Update Readme</li> <li><a href="https://github.com/solidjs-community/solid-primitives/commit/0d2bb17b5e2c7ca6ef29a46c2fab280f264252c5"><code>0d2bb17</code></a> Format</li> <li><a href="https://github.com/solidjs-community/solid-primitives/commit/c5f7b493fd68a52cfbedecb43fa16a1d0b7e5b49"><code>c5f7b49</code></a> Add SSE primitive and transform utilities (<a href="https://redirect.github.com/solidjs-community/solid-primitives/issues/831">#831</a>)</li> <li><a href="https://github.com/solidjs-community/solid-primitives/commit/b8fe38ff3c3e4c7e0b23b22a4a7199566801ca7d"><code>b8fe38f</code></a> Minor fixes for the linter</li> <li><a href="https://github.com/solidjs-community/solid-primitives/commit/bd54654fb757b26fc2a2ef04a5757ef164c4c800"><code>bd54654</code></a> Merge branch 'main' of <a href="https://github.com/davedbase/solid-primitives">https://github.com/davedbase/solid-primitives</a></li> <li><a href="https://github.com/solidjs-community/solid-primitives/commit/0f24994ec44c7fb6fa0ed2ff3f73f6f9ba9f09f3"><code>0f24994</code></a> Added documentation about transform utilities</li> <li><a href="https://github.com/solidjs-community/solid-primitives/commit/cc8d47ce39a6e141a161b9f7ea4409cabac210ac"><code>cc8d47c</code></a> Remove transform functions from sse/package.json</li> <li>Additional commits viewable in <a href="https://github.com/solidjs-community/solid-primitives/compare/@solid-primitives/refs@1.1.2...@solid-primitives/refs@1.1.3">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jack <jack@monkeytype.com>
Bumps [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser) from 4.0.18 to 4.1.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">@vitest/browser's releases</a>.</em></p> <blockquote> <h2>v4.1.6</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: Provide project reference in <code>ToMatchScreenshotResolvePath</code> - by <a href="https://github.com/macarie"><code>@macarie</code></a> and <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10138">vitest-dev/vitest#10138</a> <a href="https://github.com/vitest-dev/vitest/commit/31882607c"><!-- raw HTML omitted -->(31882)<!-- raw HTML omitted --></a></li> <li>Global <code>sequence.concurrent: true</code> with top-level <code>test(..., { concurrent: false })</code> + depreacte <code>sequential</code> test API and options - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a>, <strong>Codex</strong> and <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10196">vitest-dev/vitest#10196</a> <a href="https://github.com/vitest-dev/vitest/commit/2847dfa2a"><!-- raw HTML omitted -->(2847d)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Simplify orchestrator otel carrier - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10285">vitest-dev/vitest#10285</a> <a href="https://github.com/vitest-dev/vitest/commit/18af98cee"><!-- raw HTML omitted -->(18af9)<!-- raw HTML omitted --></a></li> </ul> <h3> 🏎 Performance</h3> <ul> <li>Stringify diff objects only once - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10276">vitest-dev/vitest#10276</a> <a href="https://github.com/vitest-dev/vitest/commit/9f7b1528c"><!-- raw HTML omitted -->(9f7b1)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v4.1.5...v4.1.6">View changes on GitHub</a></h5> <h2>v4.1.5</h2> <h3> 🚀 Experimental Features</h3> <ul> <li><strong>coverage</strong>: Istanbul to support <code>instrumenter</code> option - by <a href="https://github.com/BartWaardenburg"><code>@BartWaardenburg</code></a> and <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10119">vitest-dev/vitest#10119</a> <a href="https://github.com/vitest-dev/vitest/commit/0e0ff41c7"><!-- raw HTML omitted -->(0e0ff)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>--project negation excludes browser instances - by <a href="https://github.com/felamaslen"><code>@felamaslen</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10131">vitest-dev/vitest#10131</a> <a href="https://github.com/vitest-dev/vitest/commit/9423dc084"><!-- raw HTML omitted -->(9423d)<!-- raw HTML omitted --></a></li> <li>Project color label on html reporter - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10142">vitest-dev/vitest#10142</a> <a href="https://github.com/vitest-dev/vitest/commit/596f73986"><!-- raw HTML omitted -->(596f7)<!-- raw HTML omitted --></a></li> <li>Fix <code>vi.defineHelper</code> called as object method - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10163">vitest-dev/vitest#10163</a> <a href="https://github.com/vitest-dev/vitest/commit/122c25b5b"><!-- raw HTML omitted -->(122c2)<!-- raw HTML omitted --></a></li> <li>Alias <code>agent</code> reporter to <code>minimal</code> - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10157">vitest-dev/vitest#10157</a> <a href="https://github.com/vitest-dev/vitest/commit/663b99fe3"><!-- raw HTML omitted -->(663b9)<!-- raw HTML omitted --></a></li> <li>Respect diff config options in soft assertions - by <a href="https://github.com/Copilot"><code>@Copilot</code></a>, <strong>sheremet-va</strong> and <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8696">vitest-dev/vitest#8696</a> <a href="https://github.com/vitest-dev/vitest/commit/9787dedad"><!-- raw HTML omitted -->(9787d)<!-- raw HTML omitted --></a></li> <li>Respect diff config options in soft assertions " - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8696">vitest-dev/vitest#8696</a> <a href="https://github.com/vitest-dev/vitest/commit/7dc6d54fd"><!-- raw HTML omitted -->(7dc6d)<!-- raw HTML omitted --></a></li> <li><strong>ast-collect</strong>: Recognize _<em>vi_import</em> prefix in static test discovery - by <a href="https://github.com/Yejneshwar"><code>@Yejneshwar</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10129">vitest-dev/vitest#10129</a> <a href="https://github.com/vitest-dev/vitest/commit/325463ab2"><!-- raw HTML omitted -->(32546)<!-- raw HTML omitted --></a></li> <li><strong>coverage</strong>: Descriptive error message when reports directory is removed during test run - by <a href="https://github.com/DaveT1991"><code>@DaveT1991</code></a> and <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10117">vitest-dev/vitest#10117</a> <a href="https://github.com/vitest-dev/vitest/commit/1413382e1"><!-- raw HTML omitted -->(14133)<!-- raw HTML omitted --></a></li> <li><strong>snapshot</strong>: Increase default snapshot max output length - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <strong>Codex</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10150">vitest-dev/vitest#10150</a> <a href="https://github.com/vitest-dev/vitest/commit/21e66ff63"><!-- raw HTML omitted -->(21e66)<!-- raw HTML omitted --></a></li> <li><strong>ui</strong>: Fix jsx/tsx syntax highlight - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10152">vitest-dev/vitest#10152</a> <a href="https://github.com/vitest-dev/vitest/commit/f1b1f6c7b"><!-- raw HTML omitted -->(f1b1f)<!-- raw HTML omitted --></a></li> <li><strong>web-worker</strong>: Support MessagePort objects referenced inside postMessage data - by <a href="https://github.com/whitphx"><code>@whitphx</code></a> and <strong>Claude Opus 4.6 (1M context)</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9927">vitest-dev/vitest#9927</a> and <a href="https://redirect.github.com/vitest-dev/vitest/issues/10124">vitest-dev/vitest#10124</a> <a href="https://github.com/vitest-dev/vitest/commit/7ad7d39af"><!-- raw HTML omitted -->(7ad7d)<!-- raw HTML omitted --></a></li> <li><strong>api</strong>: Make test-specification options writable - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10154">vitest-dev/vitest#10154</a> <a href="https://github.com/vitest-dev/vitest/commit/6abd557b7"><!-- raw HTML omitted -->(6abd5)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v4.1.4...v4.1.5">View changes on GitHub</a></h5> <h2>v4.1.4</h2> <h3> 🚀 Experimental Features</h3> <ul> <li><strong>coverage</strong>: <ul> <li>Default to text reporter <code>skipFull</code> if agent detected - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10018">vitest-dev/vitest#10018</a> <a href="https://github.com/vitest-dev/vitest/commit/53757804c"><!-- raw HTML omitted -->(53757)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>experimental</strong>: <ul> <li>Expose <code>assertion</code> as a public field - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10095">vitest-dev/vitest#10095</a> <a href="https://github.com/vitest-dev/vitest/commit/a120e3ab8"><!-- raw HTML omitted -->(a120e)<!-- raw HTML omitted --></a></li> <li>Support aria snapshot - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a>, <strong>Claude Opus 4.6 (1M context)</strong>, <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a>, <strong>Codex</strong> and <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9668">vitest-dev/vitest#9668</a> <a href="https://github.com/vitest-dev/vitest/commit/d4fbb5cc9"><!-- raw HTML omitted -->(d4fbb)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>reporter</strong>: <ul> <li>Add filterMeta option to json reporter - by <a href="https://github.com/nami8824"><code>@nami8824</code></a> and <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10078">vitest-dev/vitest#10078</a> <a href="https://github.com/vitest-dev/vitest/commit/b77de968e"><!-- raw HTML omitted -->(b77de)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Use "black" foreground for labeled terminal message to ensure contrast - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10076">vitest-dev/vitest#10076</a> <a href="https://github.com/vitest-dev/vitest/commit/203f07af7"><!-- raw HTML omitted -->(203f0)<!-- raw HTML omitted --></a></li> <li>Make <code>expect(..., message)</code> consistent as error message prefix - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <strong>Codex</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10068">vitest-dev/vitest#10068</a> <a href="https://github.com/vitest-dev/vitest/commit/a1b5f0f4f"><!-- raw HTML omitted -->(a1b5f)<!-- raw HTML omitted --></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/a8fd24c1cad2320b19fcc651413c7d928423bdc1"><code>a8fd24c</code></a> chore: release v4.1.6</li> <li><a href="https://github.com/vitest-dev/vitest/commit/18af98cee1830604d57f6a02bf28f8067cdffc06"><code>18af98c</code></a> fix(browser): simplify orchestrator otel carrier (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser/issues/10285">#10285</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/31882607cc67c7bf52ead13a606321ffdb06a857"><code>3188260</code></a> feat(browser): provide project reference in <code>ToMatchScreenshotResolvePath</code> (#...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/e399846850fedf10b8228cbe46a419628998acd9"><code>e399846</code></a> chore: release v4.1.5</li> <li><a href="https://github.com/vitest-dev/vitest/commit/ac04bac206f49d793e7277084f707aee718aa936"><code>ac04bac</code></a> chore: release v4.1.4</li> <li><a href="https://github.com/vitest-dev/vitest/commit/d4fbb5cc931754d05327264baaf7b4364ed02f84"><code>d4fbb5c</code></a> feat(experimental): support aria snapshot (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser/issues/9668">#9668</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/65c9d55eba8f9b88be9ed560d598daccec4d5b34"><code>65c9d55</code></a> fix(browser): spread user server options into browser Vite server in project ...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/2dc0d62eaf08d8acb1f5042fdb8ac5b4a19fdc73"><code>2dc0d62</code></a> chore: release v4.1.3</li> <li><a href="https://github.com/vitest-dev/vitest/commit/487990a191efddcd983f040f087e3617f72cc3f1"><code>487990a</code></a> feat(experimental): support <code>browser.locators.exact</code> option (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser/issues/10013">#10013</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/66751c9e82558eb0498025ffe11955711664e8b7"><code>66751c9</code></a> fix(expect): remove <code>JestExtendError.context</code> from verbose error reporting (#...</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/browser">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jack <jack@monkeytype.com>
…7892) Bumps [@types/damerau-levenshtein](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/damerau-levenshtein) from 1.0.0 to 1.0.2. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/damerau-levenshtein">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jack <jack@monkeytype.com>
Add 6502 assembly language I have added a new language, which is 6502 assembly code. The 6502 CPU was used in many 8-bit machines from the '80s, including Commodore 64, Atari 400/800, Apple II and so on. Taken from https://en.wikipedia.org/wiki/MOS_Technology_6502 Only using legal original 6502 instruction set (no illegal opcodes or exxtensions like 65c02) Co-authored-by: Jack <jack@monkeytype.com>
) (#7975) <img width="1551" height="83" alt="image" src="https://github.com/user-attachments/assets/29a61ec0-9e8e-4b3f-8c0b-4693fef9ac3e" /> For some reason, Chromium and Firefox differ on the height of a button containing only `‎`, use ` ` like we did before 1cefe7c.
Co-authored-by: Jack <jack@monkeytype.com>
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )