chore(deps): lock file maintenance minor/patch updates#5239
chore(deps): lock file maintenance minor/patch updates#5239lukastaegert merged 4 commits 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: |
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. |
99ee06e to
00b0c00
Compare
Codecov Report
@@ Coverage Diff @@
## master #5239 +/- ##
=======================================
Coverage 98.81% 98.81%
=======================================
Files 231 231
Lines 8861 8861
Branches 2316 2316
=======================================
Hits 8756 8756
Misses 44 44
Partials 61 61 |
|
This PR has been released as part of rollup@4.3.0. You can test it via |
This PR contains the following updates:
^10.5.1->^10.6.0^5.0.4->^5.0.51.0.3->1.0.4^6.9.0->^6.9.1^6.9.0->^6.9.1^8.10.0->^8.11.2^3.33.1->^3.33.2^9.18.0->^9.18.1^4.1.4->^4.1.54.2.0(+1)^5.22.0->^5.23.05.24.00.3.64->0.3.650.3.18->0.3.270.89.10->0.89.140.141.5->0.141.70.134.10->0.134.140.2.87->0.2.88🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
mermaid-js/mermaid-cli (@mermaid-js/mermaid-cli)
v10.6.0Compare Source
Changes
📦 Dependency updates
rollup/plugins (@rollup/plugin-replace)
v5.0.52023-10-29
Bugfixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.9.1Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.9.1Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
zloirock/core-js (core-js)
v3.33.2Compare Source
structuredClonepolyfill, avoided second tree pass in cases of transferringSuppressedErrortostructuredClonepolyfillArrayBufferandDataViewdependencies ofstructuredClonelack of which could cause errors in some entries in IE10-Number.fromStringURL.canParsemarked as supported from Chromium 120rollup/rollup (rollup)
v4.1.5Compare Source
2023-10-28
Bug Fixes
Pull Requests
terser/terser (terser)
v5.23.0Compare Source
static {}blocks.rustwasm/wasm-bindgen (wasm-bindgen)
v0.2.88Compare Source
Released 2023-11-01
Added
Add bindings for
RTCRtpTransceiverInit.sendEncodings.#3642
Add bindings for the Web Locks API to
web-sys.#3604
Add bindings for
ViewTransitiontoweb-sys.#3598
Extend
AudioContextwith unstable features supporting audio sink configuration.#3433
Add bindings for
WebAssembly.TagandWebAssembly.Exception.#3484
Re-export
wasm-bindgenfromjs-sys,web-sysandwasm-bindgen-futures.#3466
#3601
Re-export
js-sysfromweb-sysandwasm-bindgen-futures.#3466
#3601
Add bindings for async variants of
Atomics.wait.#3504
Add bindings for
WorkerGlobalScope.performance.#3506
Add support for installing pre-built artifacts of
wasm-bindgen-clivia
cargo binstall wasm-bindgen-cli.#3544
Add bindings for
RTCDataChannel.id.#3547
Add bindings for
HTMLElement.inert.#3557
Add unstable bindings for the Prioritized Task Scheduling API.
#3566
Add bindings for
CssStyleSheetconstructor andreplace(_sync)methods.#3573
Add bindings for
CanvasTransform.setTransform(DOMMatrix2DInit).#3580
Add a
crateattribute to thewasm_bindgen_testproc-macro to specify anon-default path to the
wasm-bindgen-testcrate.#3593
Add support for passing
Vecs of exported Rust types and strings to/from JS.#3554
Implement
TryFrom<JsValue>for exported Rust types and strings.#3554
Handle the
#[ignore = "reason"]attribute with thewasm_bindgen_testproc-macro and accept the
--include-ignoredflag withwasm-bindgen-test-runner.#3644
Added missing additions to the Notification API.
#3667
Changed
Updated the WebGPU WebIDL.
The optional
messageargument ofGPUPipelineError's constructor has been manually specified as a required argument,because required arguments occurring after optional arguments are currently not supported by the generator.
#3480
Replaced
curlwithureq. By default we now use Rustls instead of OpenSSL.#3511
Changed mutability of the argument
bufferinwritefunctions to immutable forFileSystemSyncAccessHandleandFileSystemWritableFileStream.It was also automatically changed for
IdbFileHandle, which is deprecated.#3537
Changed behavior when compiling to
wasm32-wasito matchwasm32-emscriptenandnon-WASM targets, generating a stub that panics when called rather than a wasm-
bindgen placeholder.
#3233
Changed constructor implementation in generated JS bindings, it is now
possible to override methods from generated JS classes using inheritance.
When exported constructors return
Self.#3562
Made
wasm-bindgenforwards-compatible with the standard C ABI.#3595
Changed the design of the internal
WasmAbitrait. Rather than marking a typewhich can be passed directly as a parameter/result to/from JS, it now lets
types specify how they can be split into / recreated from multiple primitive
types which are then passed to/from JS.
WasmPrimitivenow serves the old function ofWasmAbi, minus allowing#[repr(C)]types.#3595
Use
queueMicrotaskinwasm-bindgen-futuresfor scheduling tasks on the next tick.If that is not available, use the previous
Promise.thenmechanism as a fallback.This should avoid quirks, like exceptions thrown get now properly reported
as normal exceptions rather than as rejected promises.
#3611
Improved TypeScript bindings to accurately reference Rust enum types in function signatures,
enhancing type safety and compatibility.
#3647
Throw an error on enum name collisions, previously only one enum would be emitted.
#3669
Fixed
Fixed
wasm_bindgenmacro to handle raw identifiers in field names.#3621
Fixed bindings and comments for
Atomics.wait.#3509
Fixed
wasm_bindgen_testmacro to handle raw identifiers in test names.#3541
Fixed Cargo license field to follow the SPDX 2.1 license expression standard.
#3529
Use fully qualified paths in the
wasm_bindgen_testmacro.#3549
Fixed bug allowing JS primitives to be returned from exported constructors.
#3562
Fixed optional parameters in JSDoc.
#3577
Use re-exported
js-sysfromwasm-bindgen-futuresto account fornon-default path specified by the
crateattribute inwasm_bindgen_futuresproc-macro.
#3601
Fix bug with function arguments coming from
macro_rules!.#3625
Fix some calls to
free()missing alignment.#3639
Fix wrong ABI for raw pointers.
#3655
Removed
Removed
ReadableStreamByobReader::read_with_u8_array()because it doesn't work with Wasm.#3582
Removed
GetNotificationOptions,NotificationBehaviorandNotification.get()becausethey don't exist anymore.
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.