chore: update non-major dev-dependencies - #50
Draft
renovate[bot] wants to merge 1 commit into
Draft
Conversation
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
from
October 21, 2025 09:47
2edde52 to
50d568c
Compare
Contributor
|
Hi everyone, it looks like we lost track of this pull request. Please review and see what the next steps are. This pull request will auto-close in 7 days without an update. |
Member
Since the new version of |
lumirlumir
marked this pull request as draft
November 2, 2025 09:02
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
from
November 11, 2025 01:42
50d568c to
d867614
Compare
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
from
November 19, 2025 00:04
d867614 to
b7f1c9e
Compare
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
from
December 3, 2025 17:10
b7f1c9e to
36b2e64
Compare
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
from
December 31, 2025 17:10
36b2e64 to
9556b75
Compare
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
from
January 8, 2026 16:36
9556b75 to
1a3bca3
Compare
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
from
January 19, 2026 15:47
1a3bca3 to
fd542ec
Compare
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
from
February 2, 2026 21:44
fd542ec to
706b6ec
Compare
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
3 times, most recently
from
February 17, 2026 16:50
2b401b9 to
d22bd10
Compare
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
2 times, most recently
from
March 7, 2026 05:40
13b5282 to
3963220
Compare
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
from
March 13, 2026 17:03
3963220 to
474be28
Compare
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
2 times, most recently
from
April 8, 2026 19:58
0061341 to
f31c9ba
Compare
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
from
May 19, 2026 10:14
5cd4091 to
b520b47
Compare
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
2 times, most recently
from
June 1, 2026 21:43
cdf927b to
66bf09c
Compare
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
3 times, most recently
from
June 16, 2026 15:04
b428fb6 to
cab0e44
Compare
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
2 times, most recently
from
June 24, 2026 10:39
3880925 to
ce2c98b
Compare
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
6 times, most recently
from
July 7, 2026 03:40
ef5bc44 to
75893fd
Compare
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
2 times, most recently
from
July 11, 2026 10:11
b9dc081 to
c0978d5
Compare
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
from
July 16, 2026 17:37
c0978d5 to
1a8c080
Compare
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
5 times, most recently
from
August 1, 2026 20:40
6f58967 to
9d3dd69
Compare
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
4 times, most recently
from
August 11, 2026 10:49
00a161b to
063afed
Compare
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
2 times, most recently
from
September 1, 2026 13:05
a102c7f to
79ee4d3
Compare
renovate
Bot
force-pushed
the
renovate/non-major-dev-deps
branch
from
September 9, 2026 17:17
79ee4d3 to
37eb465
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:
^0.4.2→^0.7.03.8.1→3.9.6Release Notes
hypermod-io/hypermod-community (@hypermod/utils)
v0.7.1Compare Source
Patch Changes
1cfe66f: Bump jscodeshift to fix JSX redundant brackets errorv0.7.0Compare Source
Minor Changes
68eabcf: Bump CLI to surface changes to App package downloadsv0.6.0Compare Source
Minor Changes
6baffa1: Bumps jscodeshift to the latest version to surface bug fixes and various improvements. Note: this may inherently change how files are parsed and transformed.v0.5.0Compare Source
Minor Changes
c17dd18: Require node 20.17 in support of moving from CJS to ESMprettier/prettier (prettier)
v3.9.6Compare Source
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
v3.9.3Compare Source
v3.9.2Compare Source
v3.9.1Compare Source
v3.9.0Compare Source
diff
🔗 Release Notes
v3.8.5Compare Source
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.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.