-
Notifications
You must be signed in to change notification settings - Fork 102
chore(deps): update all non-major dependencies (main) (patch) #7486
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
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
Size Change: +6 B (0%) Total Size: 430 kB
ℹ️ View Unchanged
|
Pull Request Test Coverage Report for Build 15961156208Details
💛 - Coveralls |
Lukas742
approved these changes
Jun 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.
This PR contains the following updates:
7.27.4
->7.27.7
3.14.4
->3.14.5
1.3.0
->1.3.1
22.15.32
->22.15.34
4.4.3
->4.4.4
5.5.0
->5.5.1
8.2.2
->8.2.3
3.6.0
->3.6.2
Release Notes
babel/babel (@babel/core)
v7.27.7
Compare Source
👓 Spec Compliance
babel-parser
,babel-plugin-transform-classes
allow*
options as top level only (@JLHwung)babel-parser
🐛 Bug Fix
babel-core
babel-types
babel-plugin-transform-parameters
async function*
should throw synchronously (@liuxingbaoyu)🏠 Internal
babel-plugin-transform-destructuring
,babel-plugin-transform-object-rest-spread
NodePath#splitExportDeclaration
in destructuring transforms (@JLHwung)cypress-io/code-coverage (@cypress/code-coverage)
v3.14.5
Compare Source
Bug Fixes
eslint/rewrite (@eslint/compat)
v1.3.1
Compare Source
Bug Fixes
@eslint/compat
eslint peerDependencies constraint (#215) (b96ec0c)Dependencies
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v4.4.4
Compare Source
Patch Changes
#468
93b39d2
Thanks @renovate! - chore(deps): bumpstable-hash-x
v0.2.0#466
799f1ce
Thanks @anomiex! - fix: include options hash in cache key for options normalizationprettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.5.1
Compare Source
Patch Changes
bfd1e95
Thanks @JounQin! - fix: useprettierRcOptions
directly for prettier 3.6+lerna/lerna (lerna)
v8.2.3
Compare Source
Bug Fixes
prettier/prettier (prettier)
v3.6.2
Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1
Compare 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-readlines
library 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-readlines
did not already closethem.
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 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.