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

Merged
merged 6 commits into from
Jul 28, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed age adoption passing confidence
@codemirror/view devDependencies minor ~6.14.1 -> ~6.15.3 age adoption passing confidence
@types/node (source) devDependencies patch ~14.18.53 -> ~14.18.54 age adoption passing confidence
@typescript-eslint/eslint-plugin devDependencies minor ^6.1.0 -> ^6.2.0 age adoption passing confidence
@typescript-eslint/parser devDependencies minor ^6.1.0 -> ^6.2.0 age adoption passing confidence
terser (source) devDependencies patch ^5.19.1 -> ^5.19.2 age adoption passing confidence
tslib (source) devDependencies patch ^2.6.0 -> ^2.6.1 age adoption passing confidence
vite (source) devDependencies patch ^4.4.5 -> ^4.4.7 age adoption passing confidence
vitepress (source) devDependencies patch ^1.0.0-beta.5 -> ^1.0.0-beta.6 age adoption passing confidence

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


Release Notes

codemirror/view (@​codemirror/view)

v6.15.3

Compare Source

Bug fixes

Fix another crash regression for compositions before line breaks.

v6.15.2

Compare Source

Bug fixes

Fix the check that made sure compositions are dropped when the selection is moved.

v6.15.1

Compare Source

Bug fixes

Fix a regression that could cause the composition content to be drawn incorrectly.

v6.15.0

Compare Source

Bug fixes

Fix dragging a selection from inside the current selection on macOS.

Fix an issue that could cause the scroll position to jump wildly

Don't try to scroll fixed-positioned elements into view by scrolling their parent elements.

Fix a bug that caused the cursor to be hidden when showing a placeholder that consisted of the empty string.

Resolve some issues where composition could incorrectly affect nearby replaced content.

New features

Key bindings can now set a stopPropagation field to cause the view to stop the key event propagation when it considers the event handled.

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

v6.2.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-ordering] account for repeated names (#​6864) (d207b59)
  • eslint-plugin: [no-unsafe-enum-comparison] exempt bit shift operators (#​7074) (b3e0e75)
  • eslint-plugin: [prefer-nullish-coalescing] handle case when type of left side is null or undefined (#​7225) (b62affe)
  • eslint-plugin: use a default export for the rules type (#​7266) (af77a1d)
Features
  • eslint-plugin: [class-methods-use-this] add extension rule (#​6457) (18ea3b1)
  • eslint-plugin: sync getFunctionHeadLoc implementation with upstream (#​7260) (f813147)

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

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

v6.2.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

Microsoft/tslib (tslib)

v2.6.1: tslib 2.6.1

Compare Source

What's Changed

Full Changelog: microsoft/tslib@2.6.0...v2.6.1

vitejs/vite (vite)

v4.4.7

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Friday" (UTC), Automerge - "after 10am on Friday" (UTC).

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

@vercel
Copy link

vercel bot commented Jul 28, 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 Jul 28, 2023 7:44am

@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Merging #5079 (323c35a) into master (80747e3) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #5079   +/-   ##
=======================================
  Coverage   98.97%   98.97%           
=======================================
  Files         226      226           
  Lines        8362     8362           
  Branches     2294     2294           
=======================================
  Hits         8276     8276           
  Misses         31       31           
  Partials       55       55           

@renovate
Copy link
Contributor Author

renovate bot commented Jul 28, 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.

@github-actions
Copy link

github-actions bot commented Jul 28, 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

or load it into the REPL:
https://rollup-20on9uhtp-rollup-js.vercel.app/repl/?pr=5079

@lukastaegert lukastaegert added this pull request to the merge queue Jul 28, 2023
Merged via the queue into master with commit ac502f2 Jul 28, 2023
12 checks passed
@lukastaegert lukastaegert deleted the renovate/minorpatch-updates branch July 28, 2023 08:00
@rollup-bot
Copy link
Collaborator

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

2 participants