chore(deps): lock file maintenance minor/patch updates#5278
chore(deps): lock file maintenance minor/patch updates#5278lukastaegert merged 1 commit intomasterfrom
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-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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5278 +/- ##
=======================================
Coverage 98.86% 98.86%
=======================================
Files 232 232
Lines 8953 8953
Branches 2336 2336
=======================================
Hits 8851 8851
Misses 43 43
Partials 59 59 ☔ View full report in Codecov by Sentry. |
|
This PR has been released as part of rollup@4.7.0. You can test it via |
This PR contains the following updates:
^6.3.0->^6.3.16.3.2^6.9.2->^6.9.3^6.5.4->^6.5.5^6.3.1->^6.3.2^6.22.0->^6.22.1^5.0.1->^5.1.0^10.0.5->^10.0.6^6.12.0->^6.13.06.13.1^6.12.0->^6.13.06.13.1^11.1.1->^11.2.0^4.5.0->^4.6.04.6.1^5.0.0->^5.0.25.0.4(+1)^1.0.0-rc.29->^1.0.0-rc.31^3.3.8->^3.3.90.3.65->0.3.660.3.73->0.3.790.141.27->0.141.280.2.88->0.2.89🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
codemirror/commands (@codemirror/commands)
v6.3.1Compare Source
Bug fixes
When undoing, store the selection after the undone change with the redo event, so that redoing restores it.
deleteCharBackwardwill no longer delete variant selector characters as separate characters.codemirror/language (@codemirror/language)
v6.9.3Compare Source
Bug fixes
Fix an issue in
StreamLanguagewhere it ran out of node type ids if you repeatedly redefined a language with the same token table.codemirror/search (@codemirror/search)
v6.5.5Compare Source
Bug fixes
Fix a bug that caused codes like
\nto be unescaped in strings inserted via replace placeholders like$&.Use the keybinding Mod-Alt-g for
gotoLineto the search keymap, to make it usable for people whose keyboard layout uses Alt/Option-g to type some character.codemirror/state (@codemirror/state)
v6.3.2Compare Source
Bug fixes
Make sure transactions cannot add multiple selections when
allowMultipleSelectionsis false.Fix a bug that caused
Text.iterLinesto not return empty lines at the end of the iterated ranges.codemirror/view (@codemirror/view)
v6.22.1Compare Source
Bug fixes
Call widget
destroymethods when the entire editor is destroyed or reset.Work around an issue on Safari on macOS Sonoma that made the native cursor visible even when
drawSelectionis enabled.Fix an issue where, on some browsers, the screenreader announced text ended up in the printed document.
Fix a bug where a hover tooltip could stick around even though the pointer was no longer on the editor when it was moved out over the tooltip.
Fix an issue where hover tooltips could close when moving the mouse onto them due to mouse position rounding issues.
rollup/plugins (@rollup/plugin-alias)
v5.1.02023-11-25
Features
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.13.0Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.13.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
jprichardson/node-fs-extra (fs-extra)
v11.2.0Compare Source
async/await(#1020)rollup/rollup (rollup)
v4.6.0Compare Source
2023-11-26
Features
this.addWatchFilein all plugin hooks (#5270)Bug Fixes
npmissue (#5267)thiscontext inthis.addWatchFileso it does not need to be bound when passed around (#5270)Pull Requests
v4.5.2Compare Source
2023-11-24
Bug Fixes
Pull Requests
vuejs/vitepress (vitepress)
v1.0.0-rc.31Compare Source
Bug Fixes
vuejs/core (vue)
v3.3.9Compare Source
Bug Fixes
resolveParserPluginsdecorators check (#9566) (9d0eba9), closes #9560:isand:whereselector in scoped css rewrite (#8929) (3227e50)__vnodemissing for devtools (#9328) (5156ac5)StyleValue(#7954) (17aa92b), closes #7955unrefandtoValuewhen input union type contains ComputedRef (#8748) (176d476), closes #8747 #8857rustwasm/wasm-bindgen (wasm-bindgen)
v0.2.89Compare Source
Released 2023-11-27.
Added
Add additional constructor to
DataViewforSharedArrayBuffer.#3695
Stabilize
wasm_bindgen::module().#3690
Fixed
The DWARF section is now correctly modified instead of leaving it in a broken state.
#3483
Fixed an issue where
#[wasm_bindgen]automatically derived theTryFromtrait for any struct, preventing customTryFrom<JsValue>implementations. It has been updated to utilize a newTryFromJsValuetrait instead.#3709
Update the TypeScript signature of
__wbindgen_thread_destroyto indicate that it's parameters are optional.#3703
Removed
Csp,CspPolicies,CspReportandCspReportProperties.#3721
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.