Skip to content

fix(deps): lock file maintenance minor/patch updates#5817

Merged
lukastaegert merged 2 commits intomasterfrom
renovate/minorpatch-updates
Jan 31, 2025
Merged

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 31, 2025

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@eslint/js (source) devDependencies minor ^9.18.0 -> ^9.19.0 age adoption passing confidence
@shikijs/vitepress-twoslash (source) devDependencies patch ^2.0.3 -> ^2.1.0 2.2.0 age adoption passing confidence
@types/node (source) devDependencies patch ^18.19.71 -> ^18.19.74 age adoption passing confidence
eslint (source) devDependencies minor ^9.18.0 -> ^9.19.0 age adoption passing confidence
lint-staged devDependencies patch ^15.4.1 -> ^15.4.3 age adoption passing confidence
rollup (source) devDependencies minor ^4.31.0 -> ^4.32.0 4.32.1 age adoption passing confidence
typescript-eslint (source) devDependencies minor ^8.21.0 -> ^8.22.0 age adoption passing confidence
vite (source) devDependencies patch ^6.0.10 -> ^6.0.11 age adoption passing confidence
vitepress (source) devDependencies patch ^1.6.1 -> ^1.6.3 age adoption passing confidence
cross-platform-actions/action action minor v0.26.0 -> v0.27.0 age adoption passing confidence
getrandom dependencies minor 0.2.15 -> 0.3.1 age adoption passing confidence
swc_atoms dependencies patch 3.0.3 -> 3.0.4 age adoption passing confidence
swc_common dependencies patch 5.0.0 -> 5.0.1 age adoption passing confidence
swc_ecma_ast dependencies minor 5.0.3 -> 5.1.0 age adoption passing confidence

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


Release Notes

eslint/eslint (@​eslint/js)

v9.19.0

Compare Source

eslint/eslint (eslint)

v9.19.0

Compare Source

lint-staged/lint-staged (lint-staged)

v15.4.3

Compare Source

Patch Changes
  • #​1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.
rollup/rollup (rollup)

v4.32.0

Compare Source

2025-01-24

Features
  • Add watch.onInvalidate option to trigger actions immediately when a file is changed (#​5799)
Bug Fixes
  • Fix incorrect urls in CLI warnings (#​5809)
Pull Requests
typescript-eslint/typescript-eslint (typescript-eslint)

v8.22.0

Compare Source

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

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

cross-platform-actions/action (cross-platform-actions/action)

v0.27.0: Cross Platform Action 0.27.0

Compare Source

Added
  • Add support for NetBSD 10.1 (#​95)
rust-random/getrandom (getrandom)

v0.3.1

Compare Source

Fixed

v0.3.0

Compare Source

Breaking Changes
Changed
  • Bump MSRV to 1.63 #​542
  • Rename getrandom and getrandom_uninit functions to fill and fill_uninit respectively #​532
Removed
  • wasm32-wasi target support (use wasm32-wasip1 or wasm32-wasip2 instead) #​499
  • linux_disable_fallback, rdrand, js, test-in-browser, and custom crate features
    in favor of configuration flags #​504
  • register_custom_getrandom! macro #​504
  • Implementation of From<NonZeroU32> for Error and Error::code method #​507
  • Internet Explorer 11 support #​554
  • Target-specific assocciated Error constants #​562
Changed
  • Use ProcessPrng on Windows 10 and up, and use RtlGenRandom on older Windows versions #​415
  • Do not use locale-specific strerror_r for retrieving error code descriptions #​440
  • Avoid assuming usize is the native word size in the rdrand backend #​442
  • Do not read from errno when libc did not indicate error on Solaris #​448
  • Switch from libpthread's mutex to futex on Linux and to nanosleep-based wait loop
    on other targets in the use_file backend #​490
  • Do not retry on EAGAIN while polling /dev/random on Linux #​522
  • Remove separate codepath for Node.js in the wasm_js backend
    (bumps minimum supported Node.js version to v19) #​557
  • Use js_namespace in the wasm_js backend #​559
Added
  • wasm32-wasip1 and wasm32-wasip2 support #​499
  • getrandom_backend configuration flag for selection of opt-in backends #​504
  • Error::new_custom method #​507
  • rndr opt-in backend #​512
  • Automatic MemorySanitizer support #​521 #​571
  • u32 and u64 functions for generating random values of the respective type #​544
  • wasm32v1-none support in the wasm_js backend #​560
  • wasm_js crate feature which allows users to enable the wasm_js opt-in backend #​574
Fixed
  • NetBSD fallback code based on KERN_ARND #​555

Configuration

📅 Schedule: Branch creation - "before 4am on Friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge January 31, 2025 01:17
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Jan 31, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: rust/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path rust/bindings_wasm/Cargo.toml
    Updating crates.io index
error: failed to select a version for `getrandom`.
    ... required by package `bindings_wasm v0.0.0 (/tmp/renovate/repos/github/rollup/rollup/rust/bindings_wasm)`
versions that meet the requirements `^0.3.1` are: 0.3.1

the package `bindings_wasm` depends on `getrandom`, with features: `js` but `getrandom` does not have these features.


failed to select a version for `getrandom` which could resolve this conflict

File name: rust/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path rust/parse_ast/Cargo.toml
    Updating crates.io index
error: failed to select a version for `getrandom`.
    ... required by package `bindings_wasm v0.0.0 (/tmp/renovate/repos/github/rollup/rollup/rust/bindings_wasm)`
versions that meet the requirements `^0.3.1` are: 0.3.1

the package `bindings_wasm` depends on `getrandom`, with features: `js` but `getrandom` does not have these features.


failed to select a version for `getrandom` which could resolve this conflict

File name: rust/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path rust/bindings_napi/Cargo.toml
    Updating crates.io index
error: failed to select a version for `getrandom`.
    ... required by package `bindings_wasm v0.0.0 (/tmp/renovate/repos/github/rollup/rollup/rust/bindings_wasm)`
versions that meet the requirements `^0.3.1` are: 0.3.1

the package `bindings_wasm` depends on `getrandom`, with features: `js` but `getrandom` does not have these features.


failed to select a version for `getrandom` which could resolve this conflict

File name: rust/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path rust/bindings_wasm/Cargo.toml
    Updating crates.io index
error: failed to select a version for `getrandom`.
    ... required by package `bindings_wasm v0.0.0 (/tmp/renovate/repos/github/rollup/rollup/rust/bindings_wasm)`
versions that meet the requirements `^0.3.1` are: 0.3.1

the package `bindings_wasm` depends on `getrandom`, with features: `js` but `getrandom` does not have these features.


failed to select a version for `getrandom` which could resolve this conflict

File name: rust/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path rust/parse_ast/Cargo.toml
    Updating crates.io index
error: failed to select a version for `getrandom`.
    ... required by package `bindings_wasm v0.0.0 (/tmp/renovate/repos/github/rollup/rollup/rust/bindings_wasm)`
versions that meet the requirements `^0.3.1` are: 0.3.1

the package `bindings_wasm` depends on `getrandom`, with features: `js` but `getrandom` does not have these features.


failed to select a version for `getrandom` which could resolve this conflict

File name: rust/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path rust/xxhash/Cargo.toml
    Updating crates.io index
error: failed to select a version for `getrandom`.
    ... required by package `bindings_wasm v0.0.0 (/tmp/renovate/repos/github/rollup/rollup/rust/bindings_wasm)`
versions that meet the requirements `^0.3.1` are: 0.3.1

the package `bindings_wasm` depends on `getrandom`, with features: `js` but `getrandom` does not have these features.


failed to select a version for `getrandom` which could resolve this conflict

@vercel
Copy link
Copy Markdown

vercel bot commented Jan 31, 2025

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 Jan 31, 2025 7:53am

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Jan 31, 2025

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
Copy Markdown

github-actions bot commented Jan 31, 2025

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 the latest stable Rust toolchain. If you haven't installed it yet, please see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust.

or load it into the REPL:
https://rollup-es22p1rbf-rollup-js.vercel.app/repl/?pr=5817

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 31, 2025

Performance report

  • BUILD: 7891ms, 728 MB
    • initialize: 0ms, 27.3 MB
    • generate module graph: 2969ms, 551 MB
      • generate ast: 1362ms, 544 MB
    • sort and bind modules: 420ms, 595 MB
    • mark included statements: 4510ms, 728 MB
      • treeshaking pass 1: 1462ms, 700 MB
      • treeshaking pass 2: 711ms, 716 MB
      • treeshaking pass 3: 298ms, 728 MB
      • treeshaking pass 4: 277ms, 732 MB
      • treeshaking pass 5: 324ms, 734 MB
      • treeshaking pass 6: 267ms, 735 MB
      • treeshaking pass 7: 249ms, 734 MB
      • treeshaking pass 8: 240ms, 727 MB
      • treeshaking pass 9: 221ms, 732 MB
      • treeshaking pass 10: 221ms, 738 MB
      • treeshaking pass 11: 219ms, 728 MB
  • GENERATE: 760ms, 974 MB
    • initialize render: 0ms, 869 MB
    • generate chunks: 80ms, 880 MB
      • optimize chunks: 0ms, 874 MB
    • render chunks: 664ms, 948 MB
    • transform chunks: 17ms, 974 MB
    • generate bundle: 0ms, 974 MB

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.79%. Comparing base (f412abd) to head (fa16b1c).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5817   +/-   ##
=======================================
  Coverage   98.79%   98.79%           
=======================================
  Files         260      260           
  Lines        8119     8119           
  Branches     1371     1371           
=======================================
  Hits         8021     8021           
  Misses         72       72           
  Partials       26       26           

☔ 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 Jan 31, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Jan 31, 2025
@lukastaegert lukastaegert force-pushed the renovate/minorpatch-updates branch from 745ea32 to fa16b1c Compare January 31, 2025 07:51
@lukastaegert lukastaegert added this pull request to the merge queue Jan 31, 2025
Merged via the queue into master with commit acd142c Jan 31, 2025
40 checks passed
@lukastaegert lukastaegert deleted the renovate/minorpatch-updates branch January 31, 2025 08:35
@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 1, 2025

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

1 participant