-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
chore(deps): lock file maintenance minor/patch updates #5748
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for your contribution! ❤️You can try out this pull request locally by installing Rollup via npm install rollup/rollup#renovate/minorpatch-updates Notice: Ensure you have installed the latest stable Rust toolchain. If you haven't installed it yet, please see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust. or load it into the REPL: |
Performance report
|
aa4fc71
to
1f383d2
Compare
1f383d2
to
4796476
Compare
4796476
to
6650f8f
Compare
6650f8f
to
4a963f2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5748 +/- ##
=======================================
Coverage 99.00% 99.00%
=======================================
Files 258 258
Lines 8070 8070
Branches 1360 1360
=======================================
Hits 7990 7990
Misses 53 53
Partials 27 27 ☔ View full report in Codecov by Sentry. |
This PR has been released as part of rollup@4.28.0. You can test it via |
This PR contains the following updates:
^6.10.3
->^6.10.4
6.10.6
(+1)^6.5.7
->^6.5.8
^6.34.3
->^6.35.0
^10.0.9
->^10.0.10
^18.19.64
->^18.19.66
18.19.67
^1.7.7
->^1.7.8
^56.0.0
->^56.0.1
^0.30.13
->^0.30.14
^3.3.3
->^3.4.1
^4.27.3
->^4.27.4
^5.6.3
->^5.7.2
^8.15.0
->^8.16.0
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
codemirror/language (@codemirror/language)
v6.10.4
Compare Source
Bug fixes
Join adjacent tokens of the same type into a single token in .
Call stream language indent functions even when the language is used as a nested parser.
Fix a crash in
StreamParser
when a parse was resumed with different input ranges.codemirror/search (@codemirror/search)
v6.5.8
Compare Source
Bug fixes
Fix a bug that put the selection in the wrong place after running
replaceNext
with a regexp query that could match strings of different length.axios/axios (axios)
v1.7.8
Compare Source
Bug Fixes
globalThis.TextEncoder
when available (#6634) (df956d1)Contributors to this release
rich-harris/magic-string (magic-string)
v0.30.14
Compare Source
Features
debugId
inSourceMap
types (#294) (5d93dcf)prettier/prettier (prettier)
v3.4.1
Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on
(#16887 by @fisker)<!-- Input --> <template> <button @​click="foo += 2">Click</button> </template> <!-- Prettier 3.4.0 --> <template> <button @​click="(foo += 2)">Click</button> </template> <!-- Prettier 3.4.1 --> <template> <button @​click="foo += 2">Click</button> </template>
v3.4.0
Compare Source
diff
🔗 Release Notes
rollup/rollup (rollup)
v4.27.4
Compare Source
2024-11-23
Bug Fixes
Pull Requests
microsoft/TypeScript (typescript)
v5.7.2
Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.16.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: Branch creation - "before 4am on Friday" (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.