Skip to content

chore(deps): lock file maintenance minor/patch updates#5243

Merged
lukastaegert merged 2 commits intomasterfrom
renovate/minorpatch-updates
Nov 10, 2023
Merged

chore(deps): lock file maintenance minor/patch updates#5243
lukastaegert merged 2 commits intomasterfrom
renovate/minorpatch-updates

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 10, 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.21.4 -> ^6.22.0 age adoption passing confidence
@napi-rs/cli devDependencies patch ^2.16.3 -> ^2.16.5 age adoption passing confidence
@types/estree (source) devDependencies patch 1.0.4 -> 1.0.5 age adoption passing confidence
@typescript-eslint/eslint-plugin devDependencies minor ^6.9.1 -> ^6.10.0 age adoption passing confidence
@typescript-eslint/parser devDependencies minor ^6.9.1 -> ^6.10.0 age adoption passing confidence
eslint (source) devDependencies minor ^8.52.0 -> ^8.53.0 age adoption passing confidence
rollup (source) devDependencies minor ^4.1.5 -> ^4.3.0 age adoption passing confidence
terser (source) devDependencies patch ^5.23.0 -> ^5.24.0 age adoption passing confidence
vitepress (source) devDependencies patch ^1.0.0-rc.24 -> ^1.0.0-rc.25 age adoption passing confidence
vue (source) devDependencies patch ^3.3.7 -> ^3.3.8 age adoption passing confidence
getrandom dependencies patch 0.2.10 -> 0.2.11 age adoption passing confidence
napi dependencies minor 2.13.3 -> 2.14.0 age adoption passing confidence
napi-build build-dependencies minor 2.0.1 -> 2.1.0 age adoption passing confidence
napi-derive dependencies minor 2.13.0 -> 2.14.1 age adoption passing confidence
swc_atoms dependencies patch 0.6.0 -> 0.6.4 age adoption passing confidence
swc_common dependencies patch 0.33.2 -> 0.33.8 age adoption passing confidence
swc_compiler_base dependencies patch 0.3.27 -> 0.3.44 age adoption passing confidence
swc_ecma_ast dependencies patch 0.110.2 -> 0.110.9 age adoption passing confidence
swc_ecma_lints dependencies patch 0.89.14 -> 0.89.27 age adoption passing confidence
swc_ecma_parser dependencies patch 0.141.7 -> 0.141.18 age adoption passing confidence
swc_ecma_transforms_base dependencies patch 0.134.14 -> 0.134.27 age adoption passing confidence
swc_ecma_visit dependencies patch 0.96.2 -> 0.96.9 age adoption passing confidence
swc_error_reporters dependencies patch 0.17.2 -> 0.17.8 age adoption passing confidence

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


Release Notes

codemirror/view (@​codemirror/view)

v6.22.0

Compare Source

Bug fixes

Exceptions raised by update listeners are now routed to the configured exception sink, if any.

Fix an issue where passing large scroll margins to scrollIntoView would cause the measure loop to fail to terminate.

Widgets that are draggable (and allow drag events through in their ignoreEvent implementation) can now use the editor's built-in drag/drop behavior.

New features

The new scrollTo option to EditorView allows an initial scroll position to be provided.

The new EditorView.scrollSnapshot method returns an effect that can be used to reset to a previous scroll position.

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

v6.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unused-vars] handle logical assignment (#​7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#​7866) (855abea)
Features
  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#​7849) (5e73a48)

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

6.9.1 (2023-10-30)

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

Compare Source

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

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

6.9.1 (2023-10-30)

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

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

eslint/eslint (eslint)

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)

Chores

rollup/rollup (rollup)

v4.3.0

Compare Source

2023-11-03

Features
  • Add forceExit CLI flag for situations where the CLI does not exit gracefully (#​5195)
Bug Fixes
  • Properly catch errors when removing a temporary config file fails (#​5198)
Pull Requests
vuejs/vitepress (vitepress)

v1.0.0-rc.25

Compare Source

Bug Fixes
Features
Performance Improvements
vuejs/core (vue)

v3.3.8

Compare Source

Bug Fixes
rust-random/getrandom (getrandom)

v0.2.11

Compare Source

Added
Changed
  • Renamed __getrandom_internal to __GETRANDOM_INTERNAL #​369
  • Updated link to Hermit docs #​374
napi-rs/napi-rs (napi)

v2.14.0

Compare Source

What's Changed


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.

@vercel
Copy link

vercel bot commented Nov 10, 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 10, 2023 7:24am

@github-actions
Copy link

github-actions bot commented Nov 10, 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-l3f9c15r9-rollup-js.vercel.app/repl/?pr=5243

@codecov
Copy link

codecov bot commented Nov 10, 2023

Codecov Report

Merging #5243 (c0780cf) into master (937d991) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #5243   +/-   ##
=======================================
  Coverage   98.80%   98.80%           
=======================================
  Files         231      231           
  Lines        8863     8863           
  Branches     2317     2317           
=======================================
  Hits         8757     8757           
  Misses         45       45           
  Partials       61       61           

@renovate
Copy link
Contributor Author

renovate bot commented Nov 10, 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.

@lukastaegert lukastaegert added this pull request to the merge queue Nov 10, 2023
Merged via the queue into master with commit ac32f83 Nov 10, 2023
@lukastaegert lukastaegert deleted the renovate/minorpatch-updates branch November 10, 2023 08:00
@github-actions
Copy link

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

1 participant