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

Merged
merged 1 commit into from Dec 1, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed age adoption passing confidence
@codemirror/commands devDependencies patch ^6.3.0 -> ^6.3.1 6.3.2 age adoption passing confidence
@codemirror/language devDependencies patch ^6.9.2 -> ^6.9.3 age adoption passing confidence
@codemirror/search devDependencies patch ^6.5.4 -> ^6.5.5 age adoption passing confidence
@codemirror/state devDependencies patch ^6.3.1 -> ^6.3.2 age adoption passing confidence
@codemirror/view devDependencies patch ^6.22.0 -> ^6.22.1 age adoption passing confidence
@rollup/plugin-alias (source) devDependencies minor ^5.0.1 -> ^5.1.0 age adoption passing confidence
@types/mocha (source) devDependencies patch ^10.0.5 -> ^10.0.6 age adoption passing confidence
@typescript-eslint/eslint-plugin devDependencies minor ^6.12.0 -> ^6.13.0 6.13.1 age adoption passing confidence
@typescript-eslint/parser devDependencies minor ^6.12.0 -> ^6.13.0 6.13.1 age adoption passing confidence
fs-extra devDependencies minor ^11.1.1 -> ^11.2.0 age adoption passing confidence
rollup (source) devDependencies minor ^4.5.0 -> ^4.6.0 4.6.1 age adoption passing confidence
vite (source) devDependencies patch ^5.0.0 -> ^5.0.2 5.0.4 (+1) age adoption passing confidence
vitepress (source) devDependencies patch ^1.0.0-rc.29 -> ^1.0.0-rc.31 age adoption passing confidence
vue (source) devDependencies patch ^3.3.8 -> ^3.3.9 age adoption passing confidence
js-sys (source) dependencies patch 0.3.65 -> 0.3.66 age adoption passing confidence
swc_compiler_base dependencies patch 0.3.73 -> 0.3.79 age adoption passing confidence
swc_ecma_parser dependencies patch 0.141.27 -> 0.141.28 age adoption passing confidence
wasm-bindgen (source) dependencies patch 0.2.88 -> 0.2.89 age adoption passing confidence

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


Release Notes

codemirror/commands (@​codemirror/commands)

v6.3.1

Compare Source

Bug fixes

When undoing, store the selection after the undone change with the redo event, so that redoing restores it.

deleteCharBackward will no longer delete variant selector characters as separate characters.

codemirror/language (@​codemirror/language)

v6.9.3

Compare Source

Bug fixes

Fix an issue in StreamLanguage where it ran out of node type ids if you repeatedly redefined a language with the same token table.

codemirror/search (@​codemirror/search)

v6.5.5

Compare Source

Bug fixes

Fix a bug that caused codes like \n to be unescaped in strings inserted via replace placeholders like $&.

Use the keybinding Mod-Alt-g for gotoLine to 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.2

Compare Source

Bug fixes

Make sure transactions cannot add multiple selections when allowMultipleSelections is false.

Fix a bug that caused Text.iterLines to not return empty lines at the end of the iterated ranges.

codemirror/view (@​codemirror/view)

v6.22.1

Compare Source

Bug fixes

Call widget destroy methods 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 drawSelection is 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.0

2023-11-25

Features
  • feat: add warning to avoid unintended duplicate modules (#​1634)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.13.0

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

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

Compare Source

  • Copy directory contents in parallel for better performance (#​1026)
  • Refactor internal code to use async/await (#​1020)
rollup/rollup (rollup)

v4.6.0

Compare Source

2023-11-26

Features
  • Allow this.addWatchFile in all plugin hooks (#​5270)
Bug Fixes
  • Show helpful error when native binaries are not installed due to an npm issue (#​5267)
  • Do not access this context in this.addWatchFile so it does not need to be bound when passed around (#​5270)
Pull Requests

v4.5.2

Compare Source

2023-11-24

Bug Fixes
  • Handle files with UTF-8 BOM when using the commonjs plugin (#​5268)
Pull Requests
vuejs/vitepress (vitepress)

v1.0.0-rc.31

Compare Source

Bug Fixes
vuejs/core (vue)

v3.3.9

Compare Source

Bug Fixes
rustwasm/wasm-bindgen (wasm-bindgen)

v0.2.89

Compare Source

Released 2023-11-27.

Added
  • Add additional constructor to DataView for SharedArrayBuffer.
    #​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 the TryFrom trait for any struct, preventing custom TryFrom<JsValue> implementations. It has been updated to utilize a new TryFromJsValue trait instead.
    #​3709

  • Update the TypeScript signature of __wbindgen_thread_destroy to indicate that it's parameters are optional.
    #​3703

Removed
  • Removed Gecko-internal dictionary bindings Csp, CspPolicies, CspReport and CspReportProperties.
    #​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.


  • 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 Dec 1, 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 Dec 1, 2023 2:04am

Copy link

github-actions bot commented Dec 1, 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-qzpvmdciu-rollup-js.vercel.app/repl/?pr=5278

Copy link

codecov bot commented Dec 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ded37aa) 98.86% compared to head (97f239e) 98.86%.

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.
📢 Have feedback on the report? Share it here.

@lukastaegert lukastaegert added this pull request to the merge queue Dec 1, 2023
Merged via the queue into master with commit fda165d Dec 1, 2023
28 checks passed
@lukastaegert lukastaegert deleted the renovate/minorpatch-updates branch December 1, 2023 05:37
Copy link

github-actions bot commented Dec 8, 2023

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