-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update devdependencies #271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
frantic1048
merged 4 commits into
main
from
renovate/auto-merge-dev-dependencies-updates
Sep 30, 2025
Merged
chore(deps): update devdependencies #271
frantic1048
merged 4 commits into
main
from
renovate/auto-merge-dev-dependencies-updates
Sep 30, 2025
Conversation
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
8a9e508 to
19d1688
Compare
19d1688 to
f851ac9
Compare
f851ac9 to
341bf84
Compare
341bf84 to
b7056ca
Compare
b7056ca to
0f3972c
Compare
0f3972c to
eece2c2
Compare
eece2c2 to
3801fd6
Compare
3801fd6 to
f8388c5
Compare
f8388c5 to
bc56b6c
Compare
bc56b6c to
bf98698
Compare
bf98698 to
d115a05
Compare
d115a05 to
a4da3b0
Compare
a4da3b0 to
d6dc3d8
Compare
d6dc3d8 to
01d4980
Compare
01d4980 to
2691385
Compare
2691385 to
7cd417e
Compare
7cd417e to
96cc3a0
Compare
96cc3a0 to
8759851
Compare
8759851 to
c67a710
Compare
c67a710 to
23977b6
Compare
23977b6 to
c8dfc95
Compare
c8dfc95 to
d37e042
Compare
d37e042 to
eab06b7
Compare
eab06b7 to
590a867
Compare
590a867 to
f1d764f
Compare
57d17fc to
7562516
Compare
7562516 to
5a7ab3e
Compare
5a7ab3e to
21f2a76
Compare
21f2a76 to
136d40b
Compare
136d40b to
26add26
Compare
26add26 to
e8b6a8b
Compare
e8b6a8b to
756b6db
Compare
756b6db to
6b50ab5
Compare
6b50ab5 to
763d77b
Compare
763d77b to
a13d549
Compare
a13d549 to
0563f04
Compare
0563f04 to
1ed5585
Compare
1ed5585 to
fff7a03
Compare
fff7a03 to
7504eb5
Compare
7504eb5 to
fc5e69a
Compare
fc5e69a to
b26e13b
Compare
b26e13b to
2e5954c
Compare
2e5954c to
1a9e248
Compare
ce894c5 to
c0eca81
Compare
c0eca81 to
e7a30d1
Compare
e7a30d1 to
84d4e5d
Compare
84d4e5d to
08dac59
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
frantic1048
approved these changes
Sep 30, 2025
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
22.15.32->22.18.619.1.8->19.1.137.7.0->7.7.10.38.3->0.38.42.54.0->2.55.19.1.2->9.2.19.29.0->9.36.02.1.2->2.2.230.0.5->30.1.23.5.3->3.6.24.20.3->4.20.55.8.3->5.9.2Release Notes
vercel/ncc (@vercel/ncc)
v0.38.4Compare Source
Bug Fixes
microsoft/beachball (beachball)
v2.55.1Compare Source
Wed, 20 Aug 2025 08:02:30 GMT
Patches
v2.55.0Compare Source
Fri, 08 Aug 2025 08:03:00 GMT
Minor changes
open-cli-tools/concurrently (concurrently)
v9.2.1Compare Source
What's Changed
Full Changelog: open-cli-tools/concurrently@v9.2.0...v9.2.1
v9.2.0Compare Source
What's Changed
--kill-timeoutby @gustavohenke in #540New Contributors
Full Changelog: open-cli-tools/concurrently@v9.1.2...v9.2.0
eslint/eslint (eslint)
v9.36.0Compare Source
v9.35.0Compare Source
v9.34.0Compare Source
v9.33.0Compare Source
v9.32.0Compare Source
v9.31.0Compare Source
v9.30.1Compare Source
v9.30.0Compare Source
bmish/eslint-doc-generator (eslint-doc-generator)
v2.2.2Compare Source
Bug Fixes
v2.2.0Compare Source
🚀 Enhancement
🐛 Bug Fix
Committers: 2
jestjs/jest (jest-diff)
v30.1.2Compare Source
Fixes
[jest-snapshot-utils]Correct snapshot header regexp to work with newline across OSes (#15803)v30.1.1Compare Source
Fixes
[jest-snapshot-utils]Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)[jest-snapshot-utils]Improve messaging about goo.gl snapshot link change (#15821)v30.1.0Compare Source
prettier/prettier (prettier)
v3.6.2Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlineslibrary to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlinesdid not already closethem.
v3.6.0Compare Source
diff
🔗 Release Notes
privatenumber/tsx (tsx)
v4.20.5Compare Source
Bug Fixes
This release is also available on:
v4.20.4Compare Source
microsoft/TypeScript (typescript)
v5.9.2Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 was generated by Mend Renovate. View the repository job log.