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 #5417

Merged
merged 1 commit into from Mar 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 8, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@codemirror/view devDependencies minor ^6.24.1 -> ^6.25.0 6.25.1 age adoption passing confidence
@types/eslint (source) devDependencies patch ^8.56.3 -> ^8.56.5 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies patch ^7.1.0 -> ^7.1.1 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies patch ^7.1.0 -> ^7.1.1 age adoption passing confidence
magic-string devDependencies patch ^0.30.7 -> ^0.30.8 age adoption passing confidence
vite (source) devDependencies patch ^5.1.4 -> ^5.1.5 age adoption passing confidence
vue (source) devDependencies patch ^3.4.20 -> ^3.4.21 age adoption passing confidence
js-sys (source) dependencies patch 0.3.68 -> 0.3.69 age adoption passing confidence
swc_common dependencies patch 0.33.18 -> 0.33.19 age adoption passing confidence
swc_compiler_base dependencies patch 0.7.10 -> 0.7.13 age adoption passing confidence
swc_ecma_ast dependencies patch 0.112.4 -> 0.112.5 age adoption passing confidence
swc_ecma_parser dependencies patch 0.143.5 -> 0.143.8 age adoption passing confidence
wasm-bindgen (source) dependencies patch 0.2.91 -> 0.2.92 age adoption passing confidence

πŸ”§ This Pull Request updates lock files to use the latest dependency versions.


Release Notes

codemirror/view (@​codemirror/view)

v6.25.0

Compare Source

Bug fixes

Properly recognize Android GBoard enter presses that strip a space at the end of the line as enter.

Fix a bug that caused the gutter to have the wrong height when the editor was scaled after construction.

When starting a composition after a non-inclusive mark decoration, temporarily insert a widget that prevents the composed text from inheriting that mark's styles.

Make sure the selection is repositioned when a transaction changes decorations without changing the document.

New features

View plugins can now provide a docViewUpdate method that is called whenever the document view is updated.

Layers now take a updateOnDocUpdate option that controls whether they are automatically updated when the document view changes.

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

v7.1.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

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

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

v7.1.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

rich-harris/magic-string (magic-string)

v0.30.8

Compare Source

Bug Fixes
  • handle last empty line correctly when using update/overwrite (#​274) (29c7bfa)
vitejs/vite (vite)

v5.1.5

Compare Source

rustwasm/wasm-bindgen (wasm-bindgen)

v0.2.92

Compare Source

Released 2024-03-04

Added
  • Add bindings for RTCPeerConnectionIceErrorEvent.
    #​3835

  • Add bindings for CanvasState.reset(), affecting CanvasRenderingContext2D and OffscreenCanvasRenderingContext2D.
    #​3844

  • Add TryFrom implementations for Number, that allow losslessly converting from 64- and 128-bits numbers.
    #​3847

  • Add support for Option<*const T>, Option<*mut T> and NonNull<T>.
    #​3852
    #​3857

  • Allow overriding the URL used for headless tests by setting WASM_BINDGEN_TEST_ADDRESS.
    #​3861

Fixed
  • Make .wasm output deterministic when using --reference-types.
    #​3851

  • Don't allow invalid Unicode scalar values in char.
    #​3866



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.

@renovate renovate bot enabled auto-merge March 8, 2024 00:33
Copy link

vercel bot commented Mar 8, 2024

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 Mar 8, 2024 0:34am

Copy link

github-actions bot commented Mar 8, 2024

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-8l0khcou8-rollup-js.vercel.app/repl/?pr=5417

Copy link

codecov bot commented Mar 8, 2024

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 98.80%. Comparing base (f44dac3) to head (019ff6b).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5417   +/-   ##
=======================================
  Coverage   98.80%   98.80%           
=======================================
  Files         236      236           
  Lines        9418     9418           
  Branches     2396     2396           
=======================================
  Hits         9305     9305           
  Misses         48       48           
  Partials       65       65           

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@renovate renovate bot added this pull request to the merge queue Mar 8, 2024
Merged via the queue into master with commit c2c37ec Mar 8, 2024
29 checks passed
Copy link

This PR has been released as part of rollup@4.13.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

0 participants