Commit graph

4305 commits

Author SHA1 Message Date
ShaneBerhoff
ac639348ca
impr: monkey now types with the same hand as the user (@ShaneBerhoff) (#5930)
This PR also refactors some layout conversion code to reduce repetition.
2024-10-14 15:33:33 +02:00
Miodec
1c2f04eed8 refactor(caps warning): remove boolean flip which could cause flipped state issues 2024-10-09 00:40:26 +02:00
Jan
740200b3e1
impr(quotes): add German quotes (@MapManagement) (#5945) 2024-10-08 22:22:53 +02:00
266-750Balloons
eb50eeef22
impr(quotes): add star trek quote (@266-750Balloons) (#5946) 2024-10-08 21:27:22 +02:00
Lúmenn
9b0231a46a
feat(layout): add Whix2 by Ec0vid (@lumenn) (#5923)
### Description

This change adds [Whix2 layout by
Ec0vid](https://docs.google.com/document/d/1Ic-h8UxGe5-Q0bPuYNgE3NoWiI8ekeadvSQ5YysrwII/edit?usp=sharing),
and fixes indentation of 2 layouts above.


### Checks

- [ ] Adding quotes?
- [ ] Make sure to include translations for the quotes in the
description (or another comment) so we can verify their content.
- [ ] Adding a language or a theme?
- [ ] If is a language, did you edit `_list.json`, `_groups.json` and
add `languages.json`?
  - [ ] If is a theme, did you add the theme.css?
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
- [ ] Check if any open issues are related to this PR; if so, be sure to
tag them below.
- [x] Make sure the PR title follows the Conventional Commits standard.
(https://www.conventionalcommits.org for more info)
- [x] 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 also reference any issues and or PRs related to your pull
request -->
<!-- Also remove it if you are not following any issues. -->

<!-- pro tip: you can mention an issue, PR, or discussion on GitHub by
referencing its hash number e.g:
[#1234](https://github.com/monkeytypegame/monkeytype/pull/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! :) -->
2024-10-08 21:20:27 +02:00
mqdr
3b2cde8518
feat(lang): add code odin (@MarcinKuder) (#5921)
### Description

Added support for Odin Language

### Checks

- [ ] Adding quotes?
- [ ] Make sure to include translations for the quotes in the
description (or another comment) so we can verify their content.
- [x] Adding a language or a theme?
- [x] If is a language, did you edit `_list.json`, `_groups.json` and
add `languages.json`?
  - [ ] If is a theme, did you add the theme.css?
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
- [x] Check if any open issues are related to this PR; if so, be sure to
tag them below.
- [x] Make sure the PR title follows the Conventional Commits standard.
(https://www.conventionalcommits.org for more info)
- [x] 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 also reference any issues and or PRs related to your pull
request -->
<!-- Also remove it if you are not following any issues. -->

<!-- pro tip: you can mention an issue, PR, or discussion on GitHub by
referencing its hash number e.g:
[#1234](https://github.com/monkeytypegame/monkeytype/pull/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! :) -->
2024-10-08 21:16:05 +02:00
perssphere07
06604684c8
fix(quotes): korean quotes grammar (@perssphere07) (#5950) 2024-10-07 13:43:36 +02:00
xaskii
0a8aac26c2
impr(command line): add 'ctrl p' and 'ctrl n' navigation key binds (@xaskii) (#5949)
### Description

Adds `<Ctrl-p>` and `<Ctrl-n>` binds to the command-line. These are from
Emacs, but you can navigate up and down menus all over macOS and its
apps with these keybinds.

#### Relevant PRs
Refactor that removed the binds:
https://github.com/monkeytypegame/monkeytype/pull/5180
adding "vim keybinds":
https://github.com/monkeytypegame/monkeytype/pull/4019

Confirmed working on macOS (safari, firefox, and chrome). On windows,
`<Ctrl-n>`: opening a new window takes priority, but that's expected
behaviour.

### Checks

- [ ] Adding quotes?
- [ ] Make sure to include translations for the quotes in the
description (or another comment) so we can verify their content.
- [ ] Adding a language or a theme?
- [ ] If is a language, did you edit `_list.json`, `_groups.json` and
add `languages.json`?
  - [ ] If is a theme, did you add the theme.css?
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
- [x] Check if any open issues are related to this PR; if so, be sure to
tag them below.
- [x] Make sure the PR title follows the Conventional Commits standard.
(https://www.conventionalcommits.org for more info)
- [x] 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 issue discussed in discord.

<!-- the issue(s) your PR resolves if any (delete if that is not the
case) -->
<!-- please also reference any issues and or PRs related to your pull
request -->
<!-- Also remove it if you are not following any issues. -->

<!-- pro tip: you can mention an issue, PR, or discussion on GitHub by
referencing its hash number e.g:
[#1234](https://github.com/monkeytypegame/monkeytype/pull/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! :) -->
2024-10-07 13:40:49 +02:00
Radoš Milićev
006af5aff8
feat(language): add Dockerfile (@rammba) (#5926)
I've added support for Dockerfile "language" even if it's not the
language actually. All words added are listed in the [official
docs](https://docs.docker.com/reference/dockerfile/#overview). I've put
it to the other group of languages.

P.S. File name is `docker_file.json`, because when I name it
`dockerfile.json`, my VS Code detects it as an actual dockerfile. Let me
know if name should be changed.
2024-10-07 13:34:19 +02:00
Radoš Milićev
529d424982
impr(serbian): add more attributes to Serbian files (@rammba) (#5925)
!nuf
2024-10-07 13:31:06 +02:00
Miodec
f938122117 fix: public profile link broken after updating account name
!nuf

closes #5935
2024-10-07 12:58:34 +02:00
Miodec
efd8f00610 fix(keymap): next mode not working after pressing enter
closes #5937
2024-10-07 12:53:03 +02:00
Miodec
2c7bb9488f impr: don't allow retrying saving result if its a duplicate result
closes #5933
2024-10-07 12:53:03 +02:00
toast
0c7adabe7f
fix(layout): typo in middlemak and middlemak-nh (@toast-riot) (#5932)
### Description

Fixes the `.>` key instead being a `,>` on the middlemak and
middlemak-nh keyboard layouts.

Issue introduced in #4497
2024-10-07 12:33:24 +02:00
Radoš Milićev
fa58e090db
impr(code go): add more keywords to Golang (@rammba) (#5918)
I've added some keywords to Golang mostly based on the following
article: https://go.dev/tour/basics/11
2024-09-26 10:54:01 +02:00
Miodec
3393e27083 impr(dev options): add button to test xp bar
!nuf
2024-09-26 10:43:31 +02:00
Miodec
840c0c23b7 fix: xp bar misalignment 2024-09-26 10:43:31 +02:00
Christian Fehmer
f9409e3fcf
fix: handling of characters outside the BMP (@fehmer) (#5911)
Handle multi-byte characters outside the [basic multilingual
plane](https://en.wikipedia.org/wiki/Plane_(Unicode)) correctly.

Fixes #5906
2024-09-25 13:49:23 +02:00
Rush Ali
6bf1cb8672
impr(quotes): add german quotes (@rojadesign) (#5904)
### Description
- added 5 quotes by Fyodor Mikhailovich Dostoevsky:

1. > ‘There is only love in the world because people believe in
immortality. With the cessation of faith, love would be destroyed.’

2. > ‘The mirror of nature is the clearest mirror! You have to look at
it, enjoy it.’

3. > ‘If you want to get to know a person properly and find out
something about his innermost nature, don't bother to analyse how he
speaks, is silent, cries or is moved by lofty thoughts. All you have to
do is watch him laugh. If he has a good laugh, he is a good person.’

4. > ‘A single word, spoken with conviction in full sincerity and
without wavering while standing face to face, says far more than a few
dozen sheets of written paper.’

5. > ‘There are faces that bring something new every time they appear,
something you haven't noticed about them before, even if you've met them
a hundred times.’

### Checks

- [X] Adding quotes?
- [X] Make sure to include translations for the quotes in the
description (or another comment) so we can verify their content.
2024-09-25 13:45:35 +02:00
Miodec
08fbee5456 chore: remove debug code 2024-09-25 13:40:31 +02:00
Christian Fehmer
3448963952
fix: apply reduced motion to xp bar (@fehmer) (#5917) 2024-09-25 13:40:11 +02:00
Miodec
52d84836cf impr: stop propagation of escape events
!nuf
2024-09-25 13:33:42 +02:00
Radoš Milićev
245c09bc0b
impr(code csharp): add commonly used C# terms (@rammba) (#5916)
Hi, I'm glad to contribute to such a great project. Since I'm a C#
developer, I've added some commonly used terms like `Func`, `Guid`,
`IEnumerable`, `Task`, etc...
Also, I've sorted C# words.
2024-09-25 13:10:51 +02:00
Daniel Amos Grenehed
0ede4aee6c
chore: updated scatman quote (@DanielGrenehed) (#5912)
### Description
Updated frontend/static/quotes/english.json scatman quote (id: 3328) to
include "...check out my message...", instead of "...check my
message...", making sure the quote corresponds correctly to the lines of
the song it is quoting.

---------

Co-authored-by: DanielGrenehed <daniel@acczo.com>
2024-09-25 13:07:50 +02:00
Miodec
78ffb9ef9f fix: xp bar not reaching 100% on level up 2024-09-25 12:50:55 +02:00
Miodec
d4c1ca2687 impr: set level text to the starting value when animating xp bar
!nuf
2024-09-25 12:46:20 +02:00
Miodec
db319b1728 refactor(xp bar): move code to its own file 2024-09-24 20:12:26 +02:00
Miodec
072c191f81 impr(xp bar): improve styling and positioning, make breakdown skip more responsive 2024-09-24 19:57:10 +02:00
Miodec
8daca636b1 fix: xp breakdown not working in firefox when using crt 2024-09-23 18:12:18 +02:00
Jack
b6bd5ba2b4
refactor: remove global type namespaces (@miodec) (#5907)
Remove global types, move types to where they originate from, import
them when needed.
2024-09-23 15:34:16 +02:00
Christian Fehmer
d9788a15e7
impr: show xp gain details as list (@fehmer, @miodec) (#5895)
![image](https://github.com/user-attachments/assets/b75f405e-5ce5-4f54-9cc8-f2153964008d)

![image](https://github.com/user-attachments/assets/bfa8f7ca-1335-489f-bc48-eebe9abc29d3)

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2024-09-23 14:56:58 +02:00
Georgi Rumenov Angelov
8d6f2b4edc
impr(quotes): add bulgarian quotes (@Gogo200202) (#5910) 2024-09-23 12:52:54 +02:00
Georgi Rumenov Angelov
fc2a1064fb
impr(quotes): add bulgarian quotes (@Gogo200202) (#5903)
### Description
translations: There is no power over the head that is ready to separate
itself from its shoulders in the name of freedom and for the good of the
whole fatherland.
<!-- Please describe the change(s) made in your PR -->

### Checks

- [x] Adding quotes?
- [x] Make sure to include translations for the quotes in the
description (or another comment) so we can verify their content.

<!-- 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 also reference any issues and or PRs related to your pull
request -->
<!-- Also remove it if you are not following any issues. -->

<!-- pro tip: you can mention an issue, PR, or discussion on GitHub by
referencing its hash number e.g:
[#1234](https://github.com/monkeytypegame/monkeytype/pull/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! :) -->
2024-09-21 12:10:19 +02:00
Jack
1509a675b8
refactor: move common util functions to a package (@miodec) (#5894)
Also moves esbuild to a package.
2024-09-20 11:54:14 +02:00
Christian Fehmer
0b854af30e
feat: reduce motion if prefered (@fehmer) (#5866)
Disable unnecessary animations if the user prefers reduced motion.

I have not changed the animations on e.g. line scrolling or smooth caret
as there is always motion and the user can already decide how it behaves
in the configuration.
2024-09-20 08:59:04 +02:00
Christian Fehmer
921ecb113f
fix: random theme is applied over custom theme (@fehmer) (#5900)
When having a custom theme applied and random theme set both get
applied.

Custom theme:

![image](https://github.com/user-attachments/assets/e1a3e30b-c2ed-402c-a47f-12b0129781e7)

Custom theme mixed with chaos theory

![image](https://github.com/user-attachments/assets/17d8401d-55de-448e-8261-5d85004a631d)

Custom theme mixed with terrazzo

![image](https://github.com/user-attachments/assets/e424dd87-0d94-4909-ab42-69e65af02c41)
2024-09-20 08:58:15 +02:00
Miodec
2dcb1072e1 feat(custom text): remember custom text settings between sessions
closes #4182
2024-09-19 15:21:17 +02:00
Miodec
09ce4bd672 impr(local storage with schema): add fallback value copy to migrate parameters
!nuf
2024-09-19 15:21:16 +02:00
Georgi Rumenov Angelov
1d7e7bbb91
impr(quotes): add bulgarian quotes (@Gogo200202) (#5898)
### Description
add bulgarian quote
translations: If I win, I win for the whole nation – if I lose, I lose
only myself.
<!-- Please describe the change(s) made in your PR -->

### Checks

- [x] Adding quotes?
- [x] Make sure to include translations for the quotes in the
description (or another comment) so we can verify their content.
- [ ] Adding a language or a theme?
- [ ] If is a language, did you edit `_list.json`, `_groups.json` and
add `languages.json`?
  - [ ] If is a theme, did you add the theme.css?
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
- [ ] 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 also reference any issues and or PRs related to your pull
request -->
<!-- Also remove it if you are not following any issues. -->

<!-- pro tip: you can mention an issue, PR, or discussion on GitHub by
referencing its hash number e.g:
[#1234](https://github.com/monkeytypegame/monkeytype/pull/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! :) -->
2024-09-19 15:20:53 +02:00
Valorance
f360452c50
feat(layout): add night (@luminespire) (#5901)
### Description

Added the night layout.

---------

Co-authored-by: Jack <jack@monkeytype.com>
2024-09-19 14:10:13 +02:00
ibrab000
0f3485f9e8
feat(layout): add the rain layout (@ibrab000) (#5899)
### Description

Added the rain layout.
2024-09-19 13:51:23 +02:00
Miodec
11aeb313ef feat(commandline): add back commands that quickly practise missed and slow words 2024-09-19 11:54:27 +02:00
Anže Pintar
eb03bea626
feat(languages): add Slovenian 1k and 5k word lists (@anzepintar) (#5889)
### Description

Added Slovenian 1k and 5k word lists
source is from clarin.si -> ccKUUS (učbeniki za učenje slovenščine)

<!-- Please describe the change(s) made in your PR -->

### Checks

- [ ] Adding quotes?
- [ ] Make sure to include translations for the quotes in the
description (or another comment) so we can verify their content.
- [x] Adding a language or a theme?
- [x] If is a language, did you edit `_list.json`, `_groups.json` and
add `languages.json`?
  - [ ] If is a theme, did you add the theme.css?
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
- [x] Check if any open issues are related to this PR; if so, be sure to
tag them below.
- [x] Make sure the PR title follows the Conventional Commits standard.
(https://www.conventionalcommits.org for more info)
- [x] 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 also reference any issues and or PRs related to your pull
request -->
<!-- Also remove it if you are not following any issues. -->

<!-- pro tip: you can mention an issue, PR, or discussion on GitHub by
referencing its hash number e.g:
[#1234](https://github.com/monkeytypegame/monkeytype/pull/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! :) -->
2024-09-18 13:11:51 +02:00
Miodec
0a9f08bc50 fix(quotes): user reports 2024-09-18 12:59:23 +02:00
Jack
7e703028bd
refactor: enable no-unsafe-member-access (@miodec) (#5887)
### Description

<!-- Please describe the change(s) made in your PR -->

### Checks

- [ ] Adding quotes?
- [ ] Make sure to include translations for the quotes in the
description (or another comment) so we can verify their content.
- [ ] Adding a language or a theme?
- [ ] If is a language, did you edit `_list.json`, `_groups.json` and
add `languages.json`?
  - [ ] If is a theme, did you add the theme.css?
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
- [ ] 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 also reference any issues and or PRs related to your pull
request -->
<!-- Also remove it if you are not following any issues. -->

<!-- pro tip: you can mention an issue, PR, or discussion on GitHub by
referencing its hash number e.g:
[#1234](https://github.com/monkeytypegame/monkeytype/pull/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! :) -->
2024-09-18 12:56:52 +02:00
matthew
c75ba9a2ba
feat(layout): add the inqwerted layout (@aoi-buh) (#5880)
Added the inqwerted layout.

### Description

<!-- Please describe the change(s) made in your PR -->

### Checks

- [ ] Adding quotes?
- [ ] Make sure to include translations for the quotes in the
description (or another comment) so we can verify their content.
- [ ] Adding a language or a theme?
- [ ] If is a language, did you edit `_list.json`, `_groups.json` and
add `languages.json`?
  - [ ] If is a theme, did you add the theme.css?
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
- [ ] 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 also reference any issues and or PRs related to your pull
request -->
<!-- Also remove it if you are not following any issues. -->

<!-- pro tip: you can mention an issue, PR, or discussion on GitHub by
referencing its hash number e.g:
[#1234](https://github.com/monkeytypegame/monkeytype/pull/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! :) -->
2024-09-18 11:51:15 +02:00
dependabot[bot]
94c6ee74ed
chore(deps-dev): bump vite from 5.1.7 to 5.2.14 in /frontend (#5896)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite)
from 5.1.7 to 5.2.14.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/releases">vite's
releases</a>.</em></p>
<blockquote>
<h2>create-vite@5.2.3</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/create-vite@5.2.3/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>create-vite@5.2.2</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/create-vite@5.2.2/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>create-vite@5.2.1</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/create-vite@5.2.1/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>create-vite@5.2.0</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/create-vite@5.2.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/v5.2.14/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.2.14 (2024-09-16)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: avoid DOM Clobbering gadget in
<code>getRelativeUrlFromDocument</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18115">#18115</a>)
(<a href="https://github.com/vitejs/vite/commit/ebb94c5">ebb94c5</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18115">#18115</a></li>
<li>fix: fs raw query (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18112">#18112</a>)
(<a href="https://github.com/vitejs/vite/commit/8339d74">8339d74</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18112">#18112</a></li>
</ul>
<h2><!-- raw HTML omitted -->5.2.13 (2024-06-07)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: backport to 5.2 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17411">#17411</a>)
(<a href="https://github.com/vitejs/vite/commit/e6913d1">e6913d1</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17411">#17411</a></li>
</ul>
<h2><!-- raw HTML omitted -->5.2.12 (2024-05-28)<!-- raw HTML omitted
--></h2>
<ul>
<li>chore: move to eslint flat config (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16743">#16743</a>)
(<a href="https://github.com/vitejs/vite/commit/8f16765">8f16765</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16743">#16743</a></li>
<li>chore(deps): remove unused deps (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17329">#17329</a>)
(<a href="https://github.com/vitejs/vite/commit/5a45745">5a45745</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17329">#17329</a></li>
<li>chore(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16722">#16722</a>)
(<a href="https://github.com/vitejs/vite/commit/b45922a">b45922a</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16722">#16722</a></li>
<li>fix: mention <code>build.rollupOptions.output.manualChunks</code>
instead of <code>build.rollupOutput.manualChunks</code> (<a
href="https://github.com/vitejs/vite/commit/89378c0">89378c0</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16721">#16721</a></li>
<li>fix(build): make SystemJSWrapRE match lazy (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16633">#16633</a>)
(<a href="https://github.com/vitejs/vite/commit/6583ad2">6583ad2</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16633">#16633</a></li>
<li>fix(css): avoid generating empty JS files when JS files becomes
empty but has CSS files imported (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/1">#1</a>
(<a href="https://github.com/vitejs/vite/commit/95fe5a7">95fe5a7</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16078">#16078</a></li>
<li>fix(css): handle lightningcss compiled css in Deno (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17301">#17301</a>)
(<a href="https://github.com/vitejs/vite/commit/8e4e932">8e4e932</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17301">#17301</a></li>
<li>fix(css): only use files the current bundle contains (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16684">#16684</a>)
(<a href="https://github.com/vitejs/vite/commit/15a6ebb">15a6ebb</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16684">#16684</a></li>
<li>fix(css): page reload was not happening with .css?raw (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16455">#16455</a>)
(<a href="https://github.com/vitejs/vite/commit/8041846">8041846</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16455">#16455</a></li>
<li>fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16603">#16603</a>)
(<a href="https://github.com/vitejs/vite/commit/6711553">6711553</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16603">#16603</a></li>
<li>fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16660">#16660</a>)
(<a href="https://github.com/vitejs/vite/commit/bf2f014">bf2f014</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16660">#16660</a></li>
<li>fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17321">#17321</a>)
(<a href="https://github.com/vitejs/vite/commit/4a89766">4a89766</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17321">#17321</a></li>
<li>fix(error-logging): rollup errors weren't displaying id and
codeframe (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16540">#16540</a>)
(<a href="https://github.com/vitejs/vite/commit/22dc196">22dc196</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16540">#16540</a></li>
<li>fix(hmr): normalize the path info (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14255">#14255</a>)
(<a href="https://github.com/vitejs/vite/commit/6a085d0">6a085d0</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/14255">#14255</a></li>
<li>fix(hmr): trigger page reload when calling invalidate on root module
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16636">#16636</a>)
(<a href="https://github.com/vitejs/vite/commit/2b61cc3">2b61cc3</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16636">#16636</a></li>
<li>fix(logger): truncate log over 5000 characters long (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16581">#16581</a>)
(<a href="https://github.com/vitejs/vite/commit/b0b839a">b0b839a</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16581">#16581</a></li>
<li>fix(optimizer): log dependencies added by plugins (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16729">#16729</a>)
(<a href="https://github.com/vitejs/vite/commit/f0fb987">f0fb987</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16729">#16729</a></li>
<li>fix(sourcemap): improve sourcemap compatibility for vue2 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16594">#16594</a>)
(<a href="https://github.com/vitejs/vite/commit/913c040">913c040</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16594">#16594</a></li>
<li>docs: correct proxy shorthand example (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15938">#15938</a>)
(<a href="https://github.com/vitejs/vite/commit/abf766e">abf766e</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15938">#15938</a></li>
<li>docs: deprecate server.hot (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16741">#16741</a>)
(<a href="https://github.com/vitejs/vite/commit/e7d38ab">e7d38ab</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16741">#16741</a></li>
</ul>
<h2><!-- raw HTML omitted -->5.2.11 (2024-05-02)<!-- raw HTML omitted
--></h2>
<ul>
<li>feat: improve dynamic import variable failure error message (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16519">#16519</a>)
(<a href="https://github.com/vitejs/vite/commit/f8feeea">f8feeea</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16519">#16519</a></li>
<li>fix: dynamic-import-vars plugin normalize path issue (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16518">#16518</a>)
(<a href="https://github.com/vitejs/vite/commit/f71ba5b">f71ba5b</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16518">#16518</a></li>
<li>fix: scripts and styles were missing from built HTML on Windows (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16421">#16421</a>)
(<a href="https://github.com/vitejs/vite/commit/0e93f58">0e93f58</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16421">#16421</a></li>
<li>fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16488">#16488</a>)
(<a href="https://github.com/vitejs/vite/commit/2d50be2">2d50be2</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16488">#16488</a></li>
<li>fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16549">#16549</a>)
(<a href="https://github.com/vitejs/vite/commit/2d6a13b">2d6a13b</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16549">#16549</a></li>
<li>fix(dev): watch publicDir explicitly to include it outside the root
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16502">#16502</a>)
(<a href="https://github.com/vitejs/vite/commit/4d83eb5">4d83eb5</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16502">#16502</a></li>
<li>fix(preload): skip preload for non-static urls (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16556">#16556</a>)
(<a href="https://github.com/vitejs/vite/commit/bb79c9b">bb79c9b</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16556">#16556</a></li>
<li>fix(ssr): handle class declaration and expression name scoping (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16569">#16569</a>)
(<a href="https://github.com/vitejs/vite/commit/c071eb3">c071eb3</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16569">#16569</a></li>
<li>fix(ssr): handle function expression name scoping (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16563">#16563</a>)
(<a href="https://github.com/vitejs/vite/commit/02db947">02db947</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16563">#16563</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="673ae1607d"><code>673ae16</code></a>
release: v5.2.14</li>
<li><a
href="ebb94c5b3b"><code>ebb94c5</code></a>
fix: avoid DOM Clobbering gadget in
<code>getRelativeUrlFromDocument</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18115">#18115</a>)</li>
<li><a
href="8339d74086"><code>8339d74</code></a>
fix: fs raw query (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18112">#18112</a>)</li>
<li><a
href="51bf7ea7d1"><code>51bf7ea</code></a>
release: v5.2.13</li>
<li><a
href="e6913d1440"><code>e6913d1</code></a>
fix: backport to 5.2 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17411">#17411</a>)</li>
<li><a
href="bed3faa0cb"><code>bed3faa</code></a>
release: v5.2.12</li>
<li><a
href="5a457454bf"><code>5a45745</code></a>
chore(deps): remove unused deps (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17329">#17329</a>)</li>
<li><a
href="15a6ebb414"><code>15a6ebb</code></a>
fix(css): only use files the current bundle contains (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16684">#16684</a>)</li>
<li><a
href="f0fb9876de"><code>f0fb987</code></a>
fix(optimizer): log dependencies added by plugins (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16729">#16729</a>)</li>
<li><a
href="8f167653ed"><code>8f16765</code></a>
chore: move to eslint flat config (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16743">#16743</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite/commits/v5.2.14/packages/vite">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite&package-manager=npm_and_yarn&previous-version=5.1.7&new-version=5.2.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/monkeytypegame/monkeytype/network/alerts).

</details>

---------

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>
2024-09-18 11:50:51 +02:00
Christian Fehmer
dd657acb24
fix: dark note theme dots being too big (@fehmer) (#5893)
Dots for correct letters are too big: 

![image](https://github.com/user-attachments/assets/35aca184-54c4-4fa6-a49c-2e5bfa0a53eb)

Signed-off-by: Christian Fehmer <cfe@sexy-developer.com>
2024-09-17 09:43:27 +02:00
Jack
c4dbaf2ec1
revert: use css for heatmap colors (@fehmer) (#5892)
Reverts monkeytypegame/monkeytype#5879

Co-authored-by: Christian Fehmer <fehmer@users.noreply.github.com>
2024-09-16 10:13:25 +02:00
Miodec
07d94a6d1c impr(dev): add function and tests to get a message from an error 2024-09-13 17:08:42 +02:00