Drops support for Node 14.x, which is no longer supported by Node.js.
In the node build styles/*.css files now ship un-minified
with minified counterparts as: styles/*.min.css [mvorisek][]
(this makes things consistent with our cdn builds)
Parser:
(enh) prevent re-highlighting of an element [joshgoebel][]
(chore) Remove discontinued badges from README [Bradley Mackey][]
(chore) Fix build size report [Bradley Mackey][]
New Grammars:
added 3rd party Iptables grammar to SUPPORTED_LANGUAGES [Checconio][]
added 3rd party x86asmatt grammar to SUPPORTED_LANGUAGES [gondow][]
added 3rd party riscv64 grammar to SUPPORTED_LANGUAGES [aana-h2][]
added 3rd party Ballerina grammar to SUPPORTED_LANGUAGES [Yasith Deelaka][]
Core Grammars:
fix(rust) added negative-lookahead for callable keywords ifwhilefor [Omar Hussein][]
enh(armasm) added x0-x30 and w0-w30 ARMv8 registers [Nicholas Thompson][]
enh(haxe) added final, is, macro keywords and $ identifiers [Robert Borghese][]
enh(haxe) support numeric separators and suffixes [Robert Borghese][]
fix(haxe) fixed metadata arguments and support non-colon syntax [Robert Borghese][]
fix(haxe) differentiate abstract declaration from keyword [Robert Borghese][]
fix(bash) do not delimit a string by an escaped apostrophe [hancar][]
enh(swift) support macro keyword [Bradley Mackey][]
enh(swift) support parameter pack keywords [Bradley Mackey][]
enh(swift) regex literal support [Bradley Mackey][]
enh(swift) @unchecked and @Sendable support [Bradley Mackey][]
enh(scala) add using directives support //> using foo bar [Jamie Thompson][]
fix(scala) fixed comments in constructor arguments not being properly highlighted [Isaac Nonato][]
enh(swift) ownership modifiers support [Bradley Mackey][]
enh(nsis) Add !assert compiler flag [idleberg][]
fix(haskell) do not treat double dashes inside infix operators as comments [Zlondrej][]
enh(rust) added eprintln! macro [qoheniac][]
enh(leaf) update syntax to 4.0 [Samuel Bishop][]
fix(reasonml) simplify syntax and align it with ocaml [jchavarri][]
fix(swift) warn_unqualified_access is an attribute [Bradley Mackey][]
enh(swift) macro attributes are highlighted as keywords [Bradley Mackey][]
enh(stan) updated for version 2.33 (#3859) [Brian Ward][]
When combining P.nonNullable and P.nullish, you should get an exhaustive pattern matching expression, but the following case was incorrectly considered non-exhaustive:
0.32.0 changed the default include globs to be compatible with Jest. After a discussion with the community, we are reverting this change because it turned out to be non-intuitive.
Bumps the non-majors group with 36 updates:
7.2.96
7.4.47
0.3.3
0.3.5
1.5.13
1.6.2
11.8.0
11.10.0
5.0.0
5.0.2
5.0.0
5.0.2
5.0.5
5.2.0
7.1.2
7.2.0
3.3.4
3.4.31
4.2.4
4.4.0
3.22.4
3.23.8
1.0.2
1.0.3
20.4.1
20.14.10
9.0.1
9.0.4
2.1.0
2.1.4
0.0.67
0.0.89
5.0.3
5.0.4
0.6.4
0.6.8
0.25.8
0.33.0
2.4.1
2.4.6
10.4.16
10.4.19
1.6.8
1.7.2
4.22.1
4.23.1
13.3.0
13.13.0
0.15.18
0.23.0
0.5.3
0.13.0
9.0.0
9.1.0
9.15.1
9.27.0
2.1.11
2.4.0
1.69.5
1.77.6
2.0.0
2.0.4
5.1.6
5.5.3
0.16.5
0.20.0
0.9.0
0.11.1
7.0.0
7.1.0
7.0.0
7.1.0
Updates
@mdi/js
from 7.2.96 to 7.4.47Commits
47d99c7
v7.4.47b8b69b2
v7.3.67Updates
@sapphi-red/web-noise-suppressor
from 0.3.3 to 0.3.5Commits
d9a73a2
0.3.53033b13
chore: use .node-version for setup-node action9a2aaf5
chore: update node version9ce1bf3
chore: update tsup to v8aa49143
chore: update pnpm to 9.1.1fcfe8e7
chore: use pnpm patch instead of patch-package6b01e63
chore: update packagesfd4a8bf
chore: enable provenancee12f974
0.3.4cd6d739
chore: update packagesUpdates
cropperjs
from 1.5.13 to 1.6.2Release notes
Sourced from cropperjs's releases.
Changelog
Sourced from cropperjs's changelog.
Commits
da3f6f7
build: release 1.6.2388368d
build: update some dependencies2161782
build: downgrade cpy-cli to v3.x24dbf99
fix: disable touch callout on iOS webkit-based browsersa444f6f
fix: disable long press context menu on iOS chorme (#1155)b122bb6
build: release 1.6.1dda8f95
build: downgrade stylelint to 13 to avoid side effects72bb6d8
docs: update comment description92582ee
build: release 1.6.0f652134
docs: update Related projects add Symfony UX Cropper.js (#1097)Updates
highlight.js
from 11.8.0 to 11.10.0Release notes
Sourced from highlight.js's releases.
... (truncated)
Changelog
Sourced from highlight.js's changelog.
... (truncated)
Commits
366a8bd
(maintainer) bump version 11.9.0 => 11.10.0b1fd7cd
(maint) build against node 22221b049
(maint) bump npm dependenciese2e11f7
Add JSONata as supported language (#4069)f41067d
improve monokai theme for attr & number (#4067)b9ae5fe
addtext-decoration-skip-ink
,text-decoration-thickness
and `text-underli...888ac75
Add Mirth to SUPPORTED_LANGUAGES.md (#4061)32f6d13
(chore) Remove unused submodule (#4047)4bbf361
enh(typescript) addsatisfies
keyword (#4058)5237004
enh(c): Added typeof and typeof_qual to the list of keywords (#4055)Updates
throttle-debounce
from 5.0.0 to 5.0.2Release notes
Sourced from throttle-debounce's releases.
Changelog
Sourced from throttle-debounce's changelog.
Commits
0cb020f
Pin karma-webpack to specific version to prevent errors in Node 124f30181
Update CI badgec12c765
5.0.1349ca2b
Update documentation regarding license model85f73cc
Cleaning LICENSE.MD of GPL languagef60c45f
5.0.0Updates
@types/throttle-debounce
from 5.0.0 to 5.0.2Commits
Updates
ts-pattern
from 5.0.5 to 5.2.0Release notes
Sourced from ts-pattern's releases.
... (truncated)
Commits
1f59d49
feat(str.length): fix typo49ab6d6
feat(str.length): Add non-exhaustive unit test37ea04e
5.2.01a568a5
Merge pull request #257 from JUSTIVE/feature-string-length473041e
feat(str.length): fix typo7d08131
Merge pull request #260 from grigorischristainas/docs/when275b4e6
docs: fixed typo in P.when patterns code example5c6a62c
fix: omit minLength, and maxLength after lengthd328422
fix: typos in doc in P.string.length8527727
chore: consistent typoUpdates
turndown
from 7.1.2 to 7.2.0Release notes
Sourced from turndown's releases.
Commits
cc73387
7.2.07f8c785
Update deps lock.7bcda25
Merge pull request #460 from orchitech/fix-link-parenthesisfd462c8
Escape inline link attributes. Fix #459.a4ddaff
Merge pull request #461 from orchitech/custom-domino10bbd00
Switch to custom Domino fork.84e7876
Merge pull request #463 from orchitech/github-actions7595c63
Use to GitHub Actions instead of Travis CI89ef473
7.1.34afc328
Merge pull request #443 from rory-instil/masterUpdates
vue
from 3.3.4 to 3.4.31Release notes
Sourced from vue's releases.
... (truncated)
Changelog
Sourced from vue's changelog.
... (truncated)
Commits
f2acd51
release: v3.4.31746352a
fix(compiler-core): handle inline comments with undefined bindings (#11217)ad22879
test(reactivity): add a failed test for computed (#11243)b1d1f44
chore(deps): update dependency monaco-editor to ^0.50.0 (#11211)e0df985
fix: Revert "fix(reactivity): avoid infinite loop when render access a side e...6c303ea
Revert "fix(reactivity): fix side effect computed dirty level (#11183)"261fb7c
chore(deps): update dawidd6/action-download-artifact action to v6 (#11212)01ff603
chore(deps): update dependency puppeteer to ~22.12.0 (#11210)89946f8
chore(deps): update dependency typescript-eslint to ^7.13.1 (#11209)a1170db
chore(deps): update all non-major dependencies (#11207)Updates
vue-router
from 4.2.4 to 4.4.0Release notes
Sourced from vue-router's releases.
Commits
77d7217
release: vue-router@4.4.052b531d
docs: update vitepressbf106df
chore: remove unused depb55ab88
chore: up pnpm19142f5
Merge pull request #2264 from vuejs/refactor/typed-routesa91123f
docs: vuejs.de banner805e6ff
docs(zh): fix the order of useRouter() and useRoute() in packages/docs/zh/gui...edff284
release: vue-router@4.4.0-alpha.3abe223d
feat: add a clearRoutes method249bf2d
docs: vuejs.de bannerUpdates
zod
from 3.22.4 to 3.23.8Release notes
Sourced from zod's releases.
... (truncated)
Commits
ca42965
v3.23.8eda7df3
Change RefinementCtx to interface1968731
Tweak tiers (#3471)0f4d403
Add Bronze logos (#3470)f985b5b
3.23.72239ff3
Add social crowd969423
Fix #3437: extendShape erases JSDoc property documentation (#3463)29d2ea2
Add copper93b480b
v3.23.6ce3711e
add VSCode dev container support and documenationUpdates
@types/dom-screen-wake-lock
from 1.0.2 to 1.0.3Commits
Updates
@types/node
from 20.4.1 to 20.14.10Commits
Updates
@types/pica
from 9.0.1 to 9.0.4Commits
Updates
@types/punycode
from 2.1.0 to 2.1.4Commits
Updates
@types/serviceworker
from 0.0.67 to 0.0.89Release notes
Sourced from
@types/serviceworker
's releases.... (truncated)
Commits
2939d4f
Update theURL.canParse
andURL.parse
types (#1755)86b6edc
Update to bcd@5.5.36 (#1754)fa39745
Bump the dev-dependencies group across 1 directory with 6 updates (#1752)8f8d1da
Update to idl@3.49.0 (#1747)d43c44f
Update to bcd@5.5.35 (#1746)4d34d6d
Update to webref/idl@3.48.0 (#1745)5477b7d
Give bot token to onUpdateFailure step (#1744)c172a19
Add override forimport.meta.resolve()
(#1740)dee6675
Bump braces from 3.0.2 to 3.0.3 (#1737)9fc7d79
Bump github/codeql-action from 3.25.4 to 3.25.7 (#1733)Updates
@types/throttle-debounce
from 5.0.0 to 5.0.2Commits
Updates
@types/turndown
from 5.0.3 to 5.0.4Commits
Updates
@types/webappsec-credential-management
from 0.6.4 to 0.6.8Commits
Updates
@vitest/coverage-c8
from 0.25.8 to 0.33.0Release notes
Sourced from
@vitest/coverage-c8
's releases.