Skip to content
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 #5239

Merged
merged 4 commits into from
Nov 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed age adoption passing confidence
@mermaid-js/mermaid-cli devDependencies minor ^10.5.1 -> ^10.6.0 age adoption passing confidence
@rollup/plugin-replace (source) devDependencies patch ^5.0.4 -> ^5.0.5 age adoption passing confidence
@types/estree (source) devDependencies patch 1.0.3 -> 1.0.4 age adoption passing confidence
@typescript-eslint/eslint-plugin devDependencies patch ^6.9.0 -> ^6.9.1 age adoption passing confidence
@typescript-eslint/parser devDependencies patch ^6.9.0 -> ^6.9.1 age adoption passing confidence
acorn devDependencies patch ^8.10.0 -> ^8.11.2 age adoption passing confidence
core-js devDependencies patch ^3.33.1 -> ^3.33.2 age adoption passing confidence
eslint-plugin-vue (source) devDependencies patch ^9.18.0 -> ^9.18.1 age adoption passing confidence
rollup (source) devDependencies patch ^4.1.4 -> ^4.1.5 4.2.0 (+1) age adoption passing confidence
terser (source) devDependencies minor ^5.22.0 -> ^5.23.0 5.24.0 age adoption passing confidence
js-sys (source) dependencies patch 0.3.64 -> 0.3.65 age adoption passing confidence
swc_compiler_base dependencies patch 0.3.18 -> 0.3.27 age adoption passing confidence
swc_ecma_lints dependencies patch 0.89.10 -> 0.89.14 age adoption passing confidence
swc_ecma_parser dependencies patch 0.141.5 -> 0.141.7 age adoption passing confidence
swc_ecma_transforms_base dependencies patch 0.134.10 -> 0.134.14 age adoption passing confidence
wasm-bindgen (source) dependencies patch 0.2.87 -> 0.2.88 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

mermaid-js/mermaid-cli (@​mermaid-js/mermaid-cli)

v10.6.0

Compare Source

Changes

📦 Dependency updates

rollup/plugins (@​rollup/plugin-replace)

v5.0.5

2023-10-29

Bugfixes
  • fix: prevent variable before colons from being replaced when preventAssigment is true (#​1609)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.9.1

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.9.1

Compare 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.2

Compare Source

  • Simplified structuredClone polyfill, avoided second tree pass in cases of transferring
  • Added support of SuppressedError to structuredClone polyfill
  • Removed unspecified unnecessary ArrayBuffer and DataView dependencies of structuredClone lack of which could cause errors in some entries in IE10-
  • Fixed handling of fractional number part in Number.fromString
  • Compat data improvements:
rollup/rollup (rollup)

v4.1.5

Compare Source

2023-10-28

Bug Fixes
  • Fix an issue where actual entries that were also implicit entries could remain implicit (#​5220)
Pull Requests
terser/terser (terser)

v5.23.0

Compare Source

  • When top_retain will keep a variable assignment around, inline the assignee when it's shorter than the name (#​1434)
  • Remove empty class static {} blocks.
rustwasm/wasm-bindgen (wasm-bindgen)

v0.2.88

Compare 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 ViewTransition to web-sys.
    #​3598

  • Extend AudioContext with unstable features supporting audio sink configuration.
    #​3433

  • Add bindings for WebAssembly.Tag and WebAssembly.Exception.
    #​3484

  • Re-export wasm-bindgen from js-sys, web-sys and wasm-bindgen-futures.
    #​3466
    #​3601

  • Re-export js-sys from web-sys and wasm-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-cli
    via 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 CssStyleSheet constructor and replace(_sync) methods.
    #​3573

  • Add bindings for CanvasTransform.setTransform(DOMMatrix2DInit).
    #​3580

  • Add a crate attribute to the wasm_bindgen_test proc-macro to specify a
    non-default path to the wasm-bindgen-test crate.
    #​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 the wasm_bindgen_test
    proc-macro and accept the --include-ignored flag with wasm-bindgen-test-runner.
    #​3644

  • Added missing additions to the Notification API.
    #​3667

Changed
  • Updated the WebGPU WebIDL.
    The optional message argument of GPUPipelineError'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 curl with ureq. By default we now use Rustls instead of OpenSSL.
    #​3511

  • Changed mutability of the argument buffer in write functions to immutable for FileSystemSyncAccessHandle and FileSystemWritableFileStream.
    It was also automatically changed for IdbFileHandle, which is deprecated.
    #​3537

  • Changed behavior when compiling to wasm32-wasi to match wasm32-emscripten and
    non-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-bindgen forwards-compatible with the standard C ABI.
    #​3595

  • Changed the design of the internal WasmAbi trait. Rather than marking a type
    which 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.
    WasmPrimitive now serves the old function of WasmAbi, minus allowing
    #[repr(C)] types.
    #​3595

  • Use queueMicrotask in wasm-bindgen-futures for scheduling tasks on the next tick.
    If that is not available, use the previous Promise.then mechanism 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_bindgen macro to handle raw identifiers in field names.
    #​3621

  • Fixed bindings and comments for Atomics.wait.
    #​3509

  • Fixed wasm_bindgen_test macro 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_test macro.
    #​3549

  • Fixed bug allowing JS primitives to be returned from exported constructors.
    #​3562

  • Fixed optional parameters in JSDoc.
    #​3577

  • Use re-exported js-sys from wasm-bindgen-futures to account for
    non-default path specified by the crate attribute in wasm_bindgen_futures
    proc-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, NotificationBehavior and Notification.get() because
    they 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

vercel bot commented Nov 3, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rollup ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 3, 2023 5:29am

Copy link

github-actions bot commented Nov 3, 2023

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 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:
https://rollup-hd3yl8isc-rollup-js.vercel.app/repl/?pr=5239

Copy link
Contributor Author

renovate bot commented Nov 3, 2023

Edited/Blocked Notification

Renovate 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.

Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Merging #5239 (2c0b324) into master (d255414) will not change coverage.
Report is 1 commits behind head on master.
The diff coverage is n/a.

@@           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           

Merged via the queue into master with commit ba2a961 Nov 3, 2023
27 checks passed
@lukastaegert lukastaegert deleted the renovate/minorpatch-updates branch November 3, 2023 05:59
Copy link

github-actions bot commented Nov 3, 2023

This PR has been released as part of rollup@4.3.0. You can test it via npm install rollup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant