Skip to content

Commit 4720501

Browse files
authoredFeb 20, 2025
feat(engine-js): bump deps to work around Safari bug with some grammars (#941)
1 parent 19f75f6 commit 4720501

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed
 

‎docs/references/engine-js-compat.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Compatibility reference of all built-in grammars with the [JavaScript RegExp engine](/guide/regex-engines#javascript-regexp-engine).
44

5-
> Generated on Wednesday, February 5, 2025
5+
> Generated on Thursday, February 20, 2025
66
>
7-
> Version `2.3.1`
7+
> Version `3.0.0`
88
>
9-
> Runtime: Node.js v22.13.1
9+
> Runtime: Node.js v22.14.0
1010
1111
## Report Summary
1212

@@ -206,7 +206,7 @@ In some edge cases, it's not guaranteed that the highlighting will be 100% the s
206206
| svelte | ✅ OK | 645 | - | |
207207
| system-verilog | ✅ OK | 102 | - | |
208208
| systemd | ✅ OK | 32 | - | |
209-
| talonscript | ✅ OK | 44 | - | |
209+
| talonscript | ✅ OK | 45 | - | |
210210
| tasl | ✅ OK | 23 | - | |
211211
| tcl | ✅ OK | 34 | - | |
212212
| templ | ✅ OK | 682 | - | |

‎pnpm-lock.yaml

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pnpm-workspace.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ catalog:
5757
monaco-editor-core: ^0.52.2
5858
ofetch: ^1.4.1
5959
ohash: ^1.1.4
60-
oniguruma-to-es: ^3.1.0
60+
oniguruma-to-es: ^3.1.1
6161
pinia: ^3.0.1
6262
pnpm: ^10.4.1
6363
prettier: ^3.5.1

0 commit comments

Comments
 (0)