chore(deps): lock file maintenance minor/patch updates#5225
chore(deps): lock file maintenance minor/patch updates#5225lukastaegert merged 2 commits intomasterfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
cf0db14 to
1b9dda3
Compare
1b9dda3 to
e7caa62
Compare
e7caa62 to
2638b94
Compare
2638b94 to
970f369
Compare
970f369 to
8c0485d
Compare
8c0485d to
1a37295
Compare
Thank you for your contribution! ❤️You can try out this pull request locally by installing Rollup via npm install rollup/rollup#renovate/minorpatch-updatesNotice: Ensure you have installed Rust nightly. If you haven't installed it yet, please first see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust, then see https://rust-lang.github.io/rustup/concepts/channels.html to learn how to install Rust nightly. or load it into the REPL: |
Codecov Report
@@ Coverage Diff @@
## master #5225 +/- ##
=======================================
Coverage 98.82% 98.82%
=======================================
Files 231 231
Lines 8850 8850
Branches 2315 2315
=======================================
Hits 8746 8746
Misses 43 43
Partials 61 61 |
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. ⚠ Warning: custom changes will be lost. |
|
I fixed it by reverting the lock file and just update the toml files and build. Let's see how it goes next Friday. |
|
This PR has been released as part of rollup@4.1.5. You can test it via |
This PR contains the following updates:
^6.9.1->^6.9.2^6.3.0->^6.3.1^6.21.3->^6.21.4^10.5.0->^10.5.11.0.2->1.0.3^10.0.2->^10.0.3^21.0.1->^21.0.2^6.8.0->^6.9.0^6.8.0->^6.9.00.21.4->0.21.5^8.2.1->^8.2.2^3.33.0->^3.33.1^8.51.0->^8.52.0^2.28.1->^2.29.0^9.17.0->^9.18.09.18.1^15.0.1->^15.0.20.33.0->0.33.20.3.10->0.3.180.110.0->0.110.20.89.7->0.89.100.141.2->0.141.50.134.7->0.134.100.96.0->0.96.2^4.4.11->^4.5.0^1.0.0-rc.22->^1.0.0-rc.24^3.3.4->^3.3.70.17.0->0.17.2🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
codemirror/language (@codemirror/language)
v6.9.2Compare Source
Bug fixes
Allow
StreamParsertokens get multiple highlighting tags.codemirror/view (@codemirror/view)
v6.21.4Compare Source
Bug fixes
Support the
offset,getCoords,overlap, andresizeproperties on hover tooltips, as long as they aren't given conflicting values when there are multiple active hover tooltips.Fix a bug that caused tooltips in the default configuration to be positioned incorrectly on Chrome when the editor was transformed.
mermaid-js/mermaid-cli (@mermaid-js/mermaid-cli)
v10.5.1Compare Source
Changes
📦 Dependency updates
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.9.0Compare Source
Bug Fixes
Features
this: voidparameter (#7696) (6398d3f), closes #7538You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.9.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
marshallpierce/rust-base64 (base64)
v0.21.5Compare Source
DebugandCloneimpls for the general purpose Engineeslint/eslint (eslint)
v8.52.0Compare Source
Features
70648eefeat: report-unused-disable-directive to report unused eslint-enable (#17611) (Yosuke Ota)Bug Fixes
5de9637fix: Ensure shared references in rule configs are separated (#17666) (Nicholas C. Zakas)dcfe573fix: add preceding semicolon in suggestions ofno-object-constructor(#17649) (Francesco Trotta)Documentation
476d58adocs: Add note about invalid CLI flags when using flat config. (#17664) (Nicholas C. Zakas)660ed3adocs: Plugin flat config migration guide (#17640) (Nicholas C. Zakas)a58aa20docs: fix examples for several rules (#17645) (Milos Djermanovic)179929bdocs: Remove trailing newline from the code of Playground links (#17641) (Francesco Trotta)f8e5c30docs: Update README (GitHub Actions Bot)b7ef2f3docs: Enable pretty code formatter output (#17635) (Nicholas C. Zakas)0bcb9a8docs: Fix syntax errors in rule examples (#17633) (Francesco Trotta)61b9083docs: Make no-continue example code work (#17643) (Zhongyuan Zhou)9fafe45docs: upgrade to 11ty 2.0 (#17632) (Percy Ma)ff8e4bfdocs: Update README (GitHub Actions Bot)fab249adocs: Update README (GitHub Actions Bot)392305bdocs: Updateno-irregular-whitespaceand fix examples (#17626) (Francesco Trotta)6b8acfbdocs: Add real whitespace tono-trailing-spacesexamples (#17630) (Francesco Trotta)1000187docs: Fix examples inunicode-bom(#17631) (Francesco Trotta)000290cdocs: Update README (GitHub Actions Bot)Chores
6d1f0c2chore: upgrade @eslint/js@8.52.0 (#17671) (Milos Djermanovic)d63d4fechore: package.json update for @eslint/js release (ESLint Jenkins)f30cefetest: fix FlatESLint tests for caching (#17658) (Milos Djermanovic)ef650cbtest: update tests for no-promise-executor-return (#17661) (Milos Djermanovic)import-js/eslint-plugin-import (eslint-plugin-import)
v2.29.0Compare Source
Added
newline-after-import]: new optionexactCountand docs update ([#1933], thanks [@anikethsaha] and [@reosarevok])newline-after-import]: fixexactCountwithconsiderCommentsfalse positive, when there is a leading comment ([#2884], thanks [@kinland])vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.18.0Compare Source
vuejs/vitepress (vitepress)
v1.0.0-rc.24Compare Source
Bug Fixes
Features
v1.0.0-rc.23Compare Source
Bug Fixes
vuejs/core (vue)
v3.3.7Compare Source
Bug Fixes
hoverload to support union of string and component (#5432) (16ecb44), closes #5431v3.3.6Compare Source
Bug Fixes
Performance Improvements
Configuration
📅 Schedule: Branch creation - "before 4am on Friday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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. View repository job log here.