Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2025

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@codemirror/commands devDependencies patch ^6.7.1 -> ^6.8.0 age adoption passing confidence
@codemirror/state devDependencies patch ^6.5.0 -> ^6.5.1 age adoption passing confidence
@codemirror/view devDependencies patch ^6.36.1 -> ^6.36.2 age adoption passing confidence
@eslint/js (source) devDependencies minor ^9.17.0 -> ^9.18.0 age adoption passing confidence
@inquirer/prompts (source) devDependencies patch ^7.2.1 -> ^7.2.3 age adoption passing confidence
@shikijs/vitepress-twoslash (source) devDependencies patch ^1.26.1 -> ^1.26.2 1.27.2 age adoption passing confidence
eslint (source) devDependencies minor ^9.17.0 -> ^9.18.0 age adoption passing confidence
rollup (source) devDependencies patch ^4.30.0 -> ^4.30.1 age adoption passing confidence
typescript (source) devDependencies patch ^5.7.2 -> ^5.7.3 age adoption passing confidence
typescript-eslint (source) devDependencies minor ^8.19.1 -> ^8.20.0 age adoption passing confidence
js-sys (source) dependencies patch 0.3.76 -> 0.3.77 age adoption passing confidence
swc_ecma_parser dependencies patch 6.0.1 -> 6.0.2 age adoption passing confidence
wasm-bindgen (source) dependencies patch 0.2.99 -> 0.2.100 age adoption passing confidence

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


Release Notes

codemirror/state (@​codemirror/state)

v6.5.1

Compare Source

Bug fixes

countColumn no longer loops infinitely when given a to that's higher than the input string's length.

eslint/eslint (@​eslint/js)

v9.18.0

Compare Source

SBoudrias/Inquirer.js (@​inquirer/prompts)

v7.2.3

Compare Source

v7.2.2

Compare Source

shikijs/shiki (@​shikijs/vitepress-twoslash)

v1.26.2

Compare Source

   🚀 Features
    View changes on GitHub
eslint/eslint (eslint)

v9.18.0

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.20.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-spread] add new rule (#​10551)
❤️ Thank You
  • Josh Goldberg ✨

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

rustwasm/wasm-bindgen (wasm-bindgen)

v0.2.100

Compare Source

Released 2025-01-12

Added
  • Add attributes to overwrite return (``unchecked_return_type) and parameter types (unchecked_param_type), descriptions (return_descriptionandparam_description) as well as parameter names (js_name`) for exported functions and methods. See the guide for more details.
    #​4394

  • Add a copy_to_uninit() method to all TypedArrays. It takes &mut [MaybeUninit<T>] and returns &mut [T].
    #​4340

  • Add test coverage support for Node.js.
    #​4348

  • Support importing memory and using wasm_bindgen::module() in Node.js.
    #​4349

  • Add --list, --ignored, --exact and --nocapture to wasm-bindgen-test-runner, analogous to cargo test.
    #​4356

  • Add bindings to Date.to_locale_time_string_with_options.
    #​4384

  • #[wasm_bindgen] now correctly applies #[cfg(...)]s in structs.
    #​4351

Changed
  • Optional parameters are now typed as T | undefined | null to reflect the actual JS behavior.
    #​4188

  • Adding getter, setter, and constructor methods to enums now results in a compiler error. This was previously erroneously allowed and resulted in invalid JS code gen.
    #​4278

  • Handle stuck and failed WebDriver processes when re-trying to start them.
    #​4340

  • Align test output closer to native cargo test.
    #​4358

  • Error if URL in <WEBDRIVER>_REMOTE can't be parsed instead of just ignoring it.
    #​4362

  • Remove WASM_BINDGEN_THREADS_MAX_MEMORY and WASM_BINDGEN_THREADS_STACK_SIZE. The maximum memory size can be set via -Clink-arg=--max-memory=<size>. The stack size of a thread can be set when initializing the thread via the default function.
    #​4363

  • console.*() calls in tests are now always intercepted by default. To show them use --nocapture. When shown they are always printed in-place instead of after test results, analogous to cargo test.
    #​4356

Fixed
  • Fixed using JavaScript keyword as identifiers not being handled correctly.
    #​4329

    • Using JS keywords as struct and enum names will now error at compile time, instead of causing invalid JS code gen.
    • Using JS keywords that are not valid to call or access properties on will now error at compile time, instead of causing invalid JS code gen if used as:
      1. The first part of a js_namespace on imports.
      2. The name of an imported type or constant if the type or constant does not have a js_namespace or module attribute.
      3. The name of an imported function if the function is not a method and does not have a js_namespace or module attribute.
    • Using JS keywords on imports in places other than the above will no longer cause the keywords to be escaped as _{keyword}.
  • Fixed passing large arrays into Rust failing because of internal memory allocations invalidating the memory buffer.
    #​4353

  • Pass along an ignore attribute to unsupported tests.
    #​4360

  • Use OS provided temporary directory for tests instead of Cargo's target directory.
    #​4361

  • Error if URL in <WEBDRIVER>_REMOTE can't be parsed.
    #​4362

  • Internal functions are now removed instead of invalidly imported if they are unused.
    #​4366

  • Fixed no_std support for all APIs in web-sys.
    #​4378

  • Prevent generating duplicate exports for closure conversions.
    #​4380



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 17, 2025 00:35
Copy link

vercel bot commented Jan 17, 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 17, 2025 0:36am

Copy link

github-actions bot commented Jan 17, 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-9j2e72de9-rollup-js.vercel.app/repl/?pr=5802

Copy link

Performance report

  • BUILD: 7538ms, 732 MB
    • initialize: 0ms, 27.3 MB
    • generate module graph: 2787ms, 550 MB
      • generate ast: 1279ms, 544 MB
    • sort and bind modules: 411ms, 594 MB
    • mark included statements: 4342ms, 732 MB
      • treeshaking pass 1: 1399ms, 700 MB
      • treeshaking pass 2: 681ms, 719 MB
      • treeshaking pass 3: 288ms, 728 MB
      • treeshaking pass 4: 265ms, 724 MB
      • treeshaking pass 5: 308ms, 734 MB
      • treeshaking pass 6: 258ms, 735 MB
      • treeshaking pass 7: 239ms, 734 MB
      • treeshaking pass 8: 231ms, 731 MB
      • treeshaking pass 9: 216ms, 731 MB
      • treeshaking pass 10: 216ms, 738 MB
      • treeshaking pass 11: 214ms, 732 MB
  • GENERATE: 729ms, 974 MB
    • initialize render: 0ms, 869 MB
    • generate chunks: 73ms, 880 MB
      • optimize chunks: 0ms, 870 MB
    • render chunks: 639ms, 948 MB
    • transform chunks: 16ms, 974 MB
    • generate bundle: 0ms, 974 MB

Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.01%. Comparing base (1f1e6c7) to head (d676a1e).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5802   +/-   ##
=======================================
  Coverage   99.01%   99.01%           
=======================================
  Files         259      259           
  Lines        8117     8117           
  Branches     1370     1370           
=======================================
  Hits         8037     8037           
  Misses         53       53           
  Partials       27       27           

☔ 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 17, 2025
Merged via the queue into master with commit 1f09912 Jan 17, 2025
42 checks passed
@renovate renovate bot deleted the renovate/minorpatch-updates branch January 17, 2025 01:01
Copy link

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

0 participants