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

Merged
merged 5 commits into from Feb 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2024

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
@codemirror/view devDependencies patch ^6.23.0 -> ^6.23.1 age adoption passing confidence
@napi-rs/cli devDependencies minor ^2.17.0 -> ^2.18.0 age adoption passing confidence
@types/node (source) devDependencies patch ^18.11.19 -> ^18.19.10 18.19.14 (+3) age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor ^6.19.0 -> ^6.20.0 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor ^6.19.0 -> ^6.20.0 age adoption passing confidence
axios (source) overrides patch ^1.6.5 -> ^1.6.7 age adoption passing confidence
core-js (source) devDependencies patch ^3.35.0 -> ^3.35.1 age adoption passing confidence
inquirer (source) devDependencies patch ^9.2.12 -> ^9.2.13 age adoption passing confidence
prettier (source) devDependencies patch ^3.2.2 -> ^3.2.4 age adoption passing confidence
rollup (source) devDependencies patch ^4.9.5 -> ^4.9.6 age adoption passing confidence
terser (source) devDependencies patch ^5.26.0 -> ^5.27.0 age adoption passing confidence
vite (source) devDependencies patch ^5.0.11 -> ^5.0.12 age adoption passing confidence
vitepress (source) devDependencies patch ^1.0.0-rc.39 -> ^1.0.0-rc.40 1.0.0-rc.41 age adoption passing confidence
vue (source) devDependencies patch ^3.4.14 -> ^3.4.15 age adoption passing confidence
napi dependencies minor 2.14.2 -> 2.15.1 age adoption passing confidence
napi-derive dependencies minor 2.14.6 -> 2.15.0 age adoption passing confidence
swc_common dependencies patch 0.33.12 -> 0.33.15 age adoption passing confidence
swc_compiler_base dependencies minor 0.4.23 -> 0.6.6 age adoption passing confidence
swc_ecma_ast dependencies minor 0.110.17 -> 0.111.1 age adoption passing confidence
swc_ecma_parser dependencies minor 0.141.37 -> 0.142.1 age adoption passing confidence

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


Release Notes

codemirror/view (@​codemirror/view)

v6.23.1

Compare Source

Bug fixes

Fix a bug that caused Tooltip.above to not take effect for tooltips that were already present when the tooltip plugin is initialized.

Automatically reposition tooltips when their size changes.

napi-rs/napi-rs (@​napi-rs/cli)

v2.18.0

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).17.0...[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).18.0

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

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

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

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

v6.20.0

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.

v6.19.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.

axios/axios (axios)

v1.6.7

Compare Source

Bug Fixes
  • capture async stack only for rejections with native error objects; (#​6203) (1a08f90)
Contributors to this release

v1.6.6

Compare Source

Bug Fixes
Contributors to this release
zloirock/core-js (core-js)

v3.35.1

Compare Source

SBoudrias/Inquirer.js (inquirer)

v9.2.13

Compare Source

rollup/rollup (rollup)

v4.9.6

Compare Source

2024-01-21

Bug Fixes
  • Detect side effects when an element that was pushed into an array is modified via the array (#​5352)
Pull Requests
vuejs/vitepress (vitepress)

v1.0.0-rc.40

Compare Source

Bug Fixes
  • client: handle head orphans added in initial load (#​3474) (5e2d853)
  • theme: avoid selecting summary on toggling details (77a318c)
  • theme: hover color for code links inside custom containers (#​3467) (d529ed4)
  • type: fix missed VPBadge type in theme.d.ts (#​3470) (fcf828c)
Features
swc-project/swc (swc_compiler_base)

v0.5.1

v0.5.0


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 February 2, 2024 05:35
Copy link

vercel bot commented Feb 2, 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 Feb 2, 2024 7:21am

Copy link
Contributor Author

renovate bot commented Feb 2, 2024

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

github-actions bot commented Feb 2, 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-q76j4h8pd-rollup-js.vercel.app/repl/?pr=5369

Copy link

codecov bot commented Feb 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fb3b66e) 98.81% compared to head (159803b) 98.81%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5369   +/-   ##
=======================================
  Coverage   98.81%   98.81%           
=======================================
  Files         232      232           
  Lines        8997     8997           
  Branches     2347     2347           
=======================================
  Hits         8890     8890           
  Misses         46       46           
  Partials       61       61           

☔ 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 Feb 2, 2024
Merged via the queue into master with commit 2abd46d Feb 2, 2024
28 checks passed
@lukastaegert lukastaegert deleted the renovate/minorpatch-updates branch February 2, 2024 07:54
Copy link

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