chore(deps): update all dependencies j:cdx-227 - #374
Open
renovate-coveo[bot] wants to merge 1 commit into
Open
Conversation
renovate-coveo
Bot
force-pushed
the
renovate/all
branch
4 times, most recently
from
December 10, 2025 04:55
182de73 to
20af3c2
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
December 22, 2025 00:32
ae2dd2d to
64f3a76
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all
branch
from
January 9, 2026 21:21
64f3a76 to
1223c9b
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all
branch
4 times, most recently
from
January 22, 2026 18:05
2c8f87c to
fb55efc
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
January 28, 2026 17:53
328b37f to
89d31b7
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all
branch
3 times, most recently
from
February 12, 2026 15:02
6853bdd to
742e40e
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
February 20, 2026 18:34
957404e to
dacb39c
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
February 26, 2026 22:53
bd33ece to
4690597
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all
branch
3 times, most recently
from
April 6, 2026 00:26
49fd3de to
9a29ffc
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all
branch
7 times, most recently
from
April 15, 2026 08:26
8d685ca to
c1237dc
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all
branch
4 times, most recently
from
April 22, 2026 01:12
34dc161 to
a6d62f0
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all
branch
from
April 24, 2026 20:21
a6d62f0 to
2904f8d
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all
branch
3 times, most recently
from
May 7, 2026 21:45
c4615ff to
708d92a
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
May 18, 2026 23:06
d432f2b to
6de47d1
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all
branch
6 times, most recently
from
June 2, 2026 05:51
c5ae2b9 to
26adc06
Compare
renovate-coveo
Bot
force-pushed
the
renovate/all
branch
3 times, most recently
from
June 12, 2026 23:19
359ed2b to
8bf1911
Compare
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
20.19.25→20.19.438.1.0→8.3.15a3c9311.11.20→1.11.233.1.11→3.1.143.6.2→3.9.605e31512.2.0→2.3.029.4.5→29.4.120.28.14→0.28.20[skip release]
Release Notes
conventional-changelog/conventional-changelog (conventional-changelog-angular)
v8.3.1Compare Source
Bug Fixes
v8.3.0Compare Source
Features
v8.2.0Compare Source
Features
iamkun/dayjs (dayjs)
v1.11.23Compare Source
Bug Fixes
v1.11.22Compare Source
Bug Fixes
v1.11.21Compare Source
Bug Fixes
remy/nodemon (nodemon)
v3.1.14Compare Source
Bug Fixes
v3.1.13Compare Source
Bug Fixes
v3.1.12Compare Source
Bug Fixes
prettier/prettier (prettier)
v3.9.6Compare Source
diff
TypeScript: Preserve quotes for methods named
new(#19621 by @kovsu)TypeScript: Support
import defer(#19624, #19675 by @fisker)JavaScript: Added a new official plugin
@prettier/plugin-yuku(#19628, #19629 by @fisker)@prettier/plugin-yukuis powered by Yuku (A high-performance JavaScript/TypeScript compiler toolchain written in Zig).This plugin includes two new parsers:
yuku(JavaScript syntax) andyuku-ts(TypeScript syntax).To use this plugin:
Install the plugin:
Add it to your
.prettierrc:Due to package size limitations, this plugin is not bundled with the main prettier package and must be installed separately.
For more information, check the package homepage.
Big thanks to @arshad-yaseen for his excellent work.
v3.9.5Compare Source
diff
Markdown: Cap ordered list mark at 999,999,999 (#19351 by @tats-u)
CommonMark parsers only support ordered list item numbers up to 999,999,999.
With this change, Prettier now caps the ordered list item number at 999,999,999 to ensure that the output is correctly parsed as an ordered list by CommonMark parsers. Numbers larger than 999,999,999 are not parsed as list item numbers and are left unchanged in the output:
Markdown: Avoid corrupting empty link with title (#19487 by @andersk)
Do not remove
<>from an inline link or image with an empty URL and a title, as this removal would change its interpretation.Less: Remove extra spaces after
[in map lookups (#19503 by @kovsu)CSS: Prevent addition space in
type()with+(#19516 by @bigandy)This fixes the addition space before
+in CSStype()declaration. For exampletype(<number>+)was being converted intotype(<number> +)which is invalid CSS and does not work.Less: Remove spaces between merge markers and colons (#19517 by @kovsu)
Markdown: Preserve wiki links with aliases (#19527 by @kovsu)
TypeScript: Fix comments being dropped on shorthand
typeimport/export specifiers (#19565 by @kirkwaiblinger)Miscellaneous: Preserving comments'
placementproperty (#19567 by @Janther)Prettier@3.9.0 deleted an undocumented property on comments, which was already used by plugins,
comment.placementis now available again after comment attach.Flow: Stop enforcing empty module declaration to break (#19568 by @fisker)
Angular: Support expression for exhaustive typechecking (#19571 by @fisker)
TypeScript: Ignore comments inside mapped type when checking type parameter comments (#19572 by @fisker)
Less: Fix adjacent block comments being corrupted (#19574 by @kovsu)
JavaScript: Handle dangling comments in
SwitchStatement(#19581 by @fisker)TypeScript: Remove space in comment-only object type (#19583 by @fisker)
v3.9.4Compare Source
diff
Angular: Format
@content(name)->@content (name)to align with other block syntax (#19499 by @fisker)v3.9.3Compare Source
diff
Markdown: Fix unexpected removal of characters in liquid syntax (#19489 by @seiyab)
TypeScript: Allow decorators to be used with declare on class fields (#19492 by @evoactivity)
Extensively used within the Ember ecosystem, decorators with
declareon class fields will ignore the babel parser error and allow Prettier to format the code without breaking it.v3.9.2Compare Source
v3.9.1Compare Source
diff
CLI: Fix ignored file has been cached incorrectly (#19483 by @kovsu)
Bug details #18016
v3.9.0Compare Source
diff
🔗 Release Notes
v3.8.5Compare Source
diff
Flow: Support
readonlyas a variance annotation (#19022 by @marcoww6)Flow now accepts
readonlyas a property variance annotation, equivalent to+(covariant/read-only).v3.8.4Compare Source
diff
Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#17746 by @byplayer)
Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.
v3.8.3Compare Source
diff
SCSS: Prevent trailing comma in
if()function (#18471 by @kovsu)v3.8.2Compare Source
diff
Angular: Support Angular v21.2 (#18722, #19034 by @fisker)
Exhaustive typechecking with
@default never;arrow functionandinstanceofexpressions.v3.8.1Compare Source
diff
Include available
printersin plugin type declarations (#18706 by @porada)v3.8.0Compare Source
diff
🔗 Release Notes
v3.7.4Compare Source
diff
LWC: Avoid quote around interpolations (#18383 by @kovsu)
TypeScript: Fix comment inside union type gets duplicated (#18393 by @fisker)
TypeScript: Fix unstable comment print in union type comments (#18395 by @fisker)
v3.7.3Compare Source
diff
API: Fix
prettier.getFileInfo()change that breaks VSCode extension (#18375 by @fisker)An internal refactor accidentally broke the VSCode extension plugin loading.
v3.7.2Compare Source
diff
JavaScript: Fix string print when switching quotes (#18351 by @fisker)
JavaScript: Preserve quote for embedded HTML attribute values (#18352 by @kovsu)
TypeScript: Fix comment in empty type literal (#18364 by @fisker)
v3.7.1Compare Source
diff
API: Fix performance regression in doc printer (#18342 by @fisker)
Prettier 3.7.0 can be very slow when formatting big files, the regression has been fixed.
v3.7.0Compare Source
diff
🔗 Release Notes
tamino-martinius/node-ts-dedent (ts-dedent)
v2.3.0Compare Source
require, ESMimport, and TypeScript type resolution) on every maintained Node version (22/24/26) across Linux, macOS, and Windowsexportsto use per-conditiontypesso TypeScript resolves the correct declarations for both ESM (import) and CommonJS (require) consumerstype: moduleexplicitly and removed the redundant.npmignorekulshekhar/ts-jest (ts-jest)
v29.4.12Compare Source
Features
v29.4.11Compare Source
Bug Fixes
v29.4.10Compare Source
Bug Fixes
resolutionModetots.resolveModuleNamefor hybrid module support (b557a85)Programwhen consecutive compiles need different module kinds (a82a2b3), closes #4774moduleResolutioninstead of forcingNode10(1bffffc)mjsfiles fromnode_modulesfor CJS mode (96d025d)v29.4.9Compare Source
Bug Fixes
v29.4.8Compare Source
Bug Fixes
v29.4.7Compare Source
Features
v29.4.6Compare Source
Bug Fixes
TypeStrong/TypeDoc (typedoc)
v0.28.20Compare Source
Features
<h2>) in the default theme now include anidattribute so they can be linked to via fragment identifiers (e.g.modules.html#classes), #3029.@reexportmodifier tag to have TypeDoc convert variable/type references as a re-export instead of a new symbol, #3096.generateOutputsBeginandgenerateOutputsEndevents onApplicationfor plugin use.Bug Fixes
--emit noneis used, TypeDoc will now report warnings about missing relative paths previously reported when rendering, #3078.@hiddentag on a constructor parameter-property will now only hide the property, not both the property and the parameter, #3111.@groupand@categorytitles with the same sort weight are now ordered consistently with thealphabeticalreflection sort, #3120.Thanks!
v0.28.19Compare Source
Features
triple-slashcomment style, which requires exactly three slashes in the comment, #3089.Bug Fixes
Thanks!
v0.28.18Compare Source
Features
v0.28.17Compare Source
Bug Fixes
$, #3065.pluginoption to permit functions, #3066.@paramtags will now be properly suppressed when they come from declaration files andthe suppressCommentWarningsInDeclarationFiles option is enabled, #3070.
Thanks!
v0.28.16Compare Source
Bug Fixes
cause TypeDoc to infer the wrong path when resolving base paths for display.
markdownItLoaderto override more rendering #3055.Features
@includein.tsx,.cjs, and.mjsfile references #3048.@typedeftags may now specify modifier tags with the inline tag syntax{@mod}.This makes it possible to add modifier tags to these members, which previously was not possible as
TypeScript's parsing stops for these members at the next non-braced tag, #2916 and #3050.
typedoc-config.schema.jsonis now included in the root of the package with a JSON schema for TypeDoc'sconfiguration file. The schema for the latest version is also published at https://typedoc.org/schema.json
and will automatically be picked up when writing typedoc.json files if you are using VSCode, #3054.
Thanks!
v0.28.15Compare Source
Features
gitRevisionoption now accepts the special value{branch}, which indicates source links should usethe current git branch for links, #3041.
validation.invalidPathfor suppressing warnings caused by referencing relative paths whichdo not exist when building the documentation, #3033.
Logger.validationWarningfor validation which occurs during conversion rather thanduring TypeDoc's normal validation step, #3033.
Configuration
📅 Schedule: (in timezone America/Toronto)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate CLI.