Skip to content

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

Merged
renovate[bot] merged 3 commits intomasterfrom
renovate/minorpatch-updates
Oct 12, 2024
Merged

chore(deps): lock file maintenance minor/patch updates#5692
renovate[bot] merged 3 commits intomasterfrom
renovate/minorpatch-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Oct 11, 2024

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@codemirror/commands devDependencies minor ^6.6.2 -> ^6.7.0 age adoption passing confidence
@eslint/js (source) devDependencies minor ^9.11.1 -> ^9.12.0 age adoption passing confidence
@mermaid-js/mermaid-cli devDependencies patch ^11.2.0 -> ^11.2.1 age adoption passing confidence
@shikijs/vitepress-twoslash (source) devDependencies minor ^1.21.0 -> ^1.22.0 age adoption passing confidence
@types/mocha (source) devDependencies patch ^10.0.8 -> ^10.0.9 age adoption passing confidence
@types/node (source) devDependencies patch ^18.19.54 -> ^18.19.55 age adoption passing confidence
eslint (source) devDependencies minor ^9.11.1 -> ^9.12.0 age adoption passing confidence
globals devDependencies patch ^15.9.0 -> ^15.10.0 15.11.0 age adoption passing confidence
pinia devDependencies patch ^2.2.3 -> ^2.2.4 age adoption passing confidence
rollup (source) devDependencies patch ^4.22.5 -> ^4.24.0 age adoption passing confidence
typescript (source) devDependencies patch ^5.6.2 -> ^5.6.3 age adoption passing confidence
typescript-eslint (source) devDependencies patch ^8.8.0 -> ^8.8.1 age adoption passing confidence
vitepress (source) devDependencies minor ^1.3.4 -> ^1.4.0 age adoption passing confidence
vue (source) devDependencies patch ^3.5.10 -> ^3.5.11 3.5.12 age adoption passing confidence
js-sys (source) dependencies patch 0.3.70 -> 0.3.72 age adoption passing confidence
swc_atoms dependencies patch 1.0.1 -> 1.0.2 age adoption passing confidence
swc_common dependencies patch 0.40.1 -> 0.40.2 age adoption passing confidence
swc_compiler_base dependencies minor 0.23.0 -> 0.24.0 age adoption passing confidence
swc_ecma_ast dependencies patch 0.121.1 -> 0.121.2 age adoption passing confidence
swc_ecma_parser dependencies patch 0.152.1 -> 0.152.2 age adoption passing confidence
wasm-bindgen (source) dependencies patch 0.2.93 -> 0.2.95 age adoption passing confidence

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


Release Notes

codemirror/commands (@​codemirror/commands)

v6.7.0

Compare Source

Bug fixes

Bind Shift-Enter to the same command as Enter in the default keymap, so that it doesn't do nothing when on an EditContext-supporting browser.

New features

Add commands for by-string-index cursor motion that ignores text direction.

eslint/eslint (@​eslint/js)

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

mermaid-js/mermaid-cli (@​mermaid-js/mermaid-cli)

v11.2.1

Compare Source

Changes

📦 Dependency updates

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

v1.22.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.21.1

Compare Source

   🚀 Features
    View changes on GitHub
microsoft/TypeScript (typescript)

v5.6.3

Compare Source

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

v8.8.1

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.

vuejs/vitepress (vitepress)

v1.4.0

Compare Source

Bug Fixes
  • vueRE conflicting with lineNoRE (#​4247) (2ac64b8)
  • hmr not updating page data in rewritten paths and file path is wrong in mdit for dynamic routes (c46e4b7), closes #​4172
  • remove font synthesis in webfont mode, google fonts now support italic axis in inter (1628918)
  • theme: change the order of CSS rules of VPFlyout (#​4225) (68150a6), closes #​4224
  • theme: respect custom tag prop in VPButton component (#​4185) (9c5d348)
Features
  • add data-title attribute for code group label tag (#​4152) (bc7271d)
  • allow ignoring certain headers and their subtrees completely in outline (3e11b6a), closes #​4171
  • client: add onAfterPageLoad hook in router (#​4126) (315c220)
  • support adding extra attributes to snippet imports (useful for twoslash) (#​4100) (e8f7dd1)
  • theme: expose theme default VPLink & VPSocialLink(s) component (#​4178) (615e33b)
  • trigger onContentUpdated on frontmatter-only changes too (0db269a)

1.3.4 (2024-08-24)

Bug Fixes
  • check if _importGlobMap (vite internal) exists before using it (612d66f)

1.3.3 (2024-08-17)

Miscellaneous

1.3.2 (2024-08-05)

Bug Fixes

1.3.1 (2024-07-14)

Bug Fixes
  • don't reopen browser on restart when vite.server.open is specified (6263db1), closes #​4040
  • theme/regression: typo in component props resulting in nested titles not showing in navbar (01d0d45), closes #​4042
rustwasm/wasm-bindgen (wasm-bindgen)

v0.2.95

Compare Source

Released 2024-10-10

Added
  • Added support for implicit discriminants in enums.
    #​4152

  • Added support for Self in complex type expressions in methods.
    #​4155

Changed
  • String enums are no longer generate TypeScript types.
    #​4174
Fixed
  • Fixed generated setters from WebIDL interface attributes binding to wrong JS method names.
    #​4170

  • Fix string enums showing up in JS documentation and TypeScript bindings without corresponding types.
    #​4175


v0.2.94

Compare Source

Released 2024-10-09

Added
  • Added support for the WebAssembly Tail Call proposal.
    #​4111

  • Add bindings for RTCPeerConnection.setConfiguration(RTCConfiguration) method.
    #​4105

  • Add bindings to RTCRtpTransceiverDirection.stopped.
    #​4102

  • Added experimental support for Symbol.dispose via WASM_BINDGEN_EXPERIMENTAL_SYMBOL_DISPOSE.
    #​4118

  • Added bindings for the draft WebRTC Encoded Transform spec.
    #​4125

  • Added Debug implementation to JsError.
    #​4136

  • Added support for js_name and skip_typescript attributes for string enums.
    #​4147

  • Added unsupported crate to wasm_bindgen_test(unsupported = test) as a way of running tests on non-Wasm targets as well.
    #​4150

  • Added additional bindings for methods taking buffer view types (e.g. &[u8]) with corresponding JS types (e.g. Uint8Array).
    #​4156

  • Added additional bindings for setters from WebIDL interface attributes with applicaple parameter types of just JsValue.
    #​4156

Changed
  • Implicitly enable reference type and multivalue transformations if the module already makes use of the corresponding target features.
    #​4133

  • Updated Gamepad API.
    #​4134

  • Deprecated Gamepad::display_id and GamepadHapticActuator::type_.
    #​4134

  • Removed GamepadAxisMoveEvent, GamepadAxisMoveEventInit, GamepadButtonEvent, GamepadButtonEventInit and GamepadServiceTest, which were seemingly never implemented by any JS environment.
    #​4134

  • Changed TextDecoder.decode() input parameter type from &mut [u8] to &[u8].
    #​4141

  • Updated the WebGPU API to the current draft as of 2024-10-07.
    #​4145

  • Deprecated generated setters from WebIDL interface attribute taking JsValue in favor of newer bindings with specific parameter types.
    #​4156

Fixed
  • Fixed linked modules emitting snippet files when not using --split-linked-modules.
    #​4066

  • Fixed incorrect deprecation warning when passing no parameter into default() (init()) or initSync().
    #​4074

  • Fixed many proc-macro generated impl blocks missing #[automatically_derived], affecting test coverage.
    #​4078

  • Fixed negative BigInt values being incorrectly formatted with two minus signs.
    #​4082
    #​4088

  • Fixed emitted package.json structure to correctly specify its dependencies
    #​4091

  • Fixed returning Option<Enum> now correctly has the | undefined type in TS bindings.
    #​4137

  • Fixed enum variant name collisions with object prototype fields.
    #​4137

  • Fixed multiline doc comment alignment and remove empty ones entirely.
    #​4135

  • Fixed experimental-nodejs-module target when used with #[wasm_bindgen(start)].
    #​4093

  • Fixed error when importing very large JS files.
    #​4146

  • Specify "type": "module" when deploying to nodejs-module
    #​4092

  • Fixed string enums not generating TypeScript types.
    #​4147

  • Bindings that take buffer view types (e.g. &[u8]) as parameters will now correctly return a Result when they might not support a backing SharedArrayBuffer. This only applies to new and unstable APIs, which won't cause a breaking in the API.
    #​4156



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 October 11, 2024 01:46
@vercel
Copy link
Copy Markdown

vercel bot commented Oct 11, 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 Oct 12, 2024 5:10am

@github-actions
Copy link
Copy Markdown

github-actions bot commented Oct 11, 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 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-67oqjy8sy-rollup-js.vercel.app/repl/?pr=5692

@github-actions
Copy link
Copy Markdown

github-actions bot commented Oct 11, 2024

Performance report!

Rough benchmark

Command Mean [s] Min [s] Max [s] Relative
node _benchmark/previous/bin/rollup -i ./perf/entry.js -o _benchmark/result/previous.js 9.042 ± 0.091 8.963 9.141 1.00
node _benchmark/current/bin/rollup -i ./perf/entry.js -o _benchmark/result/current.js 9.147 ± 0.065 9.078 9.208 1.01 ± 0.01

Internal benchmark

  • BUILD: 8084ms, 750 MB
    • initialize: 0ms, 26.1 MB
    • generate module graph: 3124ms, 576 MB
      • generate ast: 1527ms, 569 MB
    • sort and bind modules: 433ms, 621 MB
    • mark included statements: 4530ms, 750 MB
      • treeshaking pass 1: 1540ms, 717 MB
      • treeshaking pass 2: 740ms, 745 MB
      • treeshaking pass 3: 289ms, 746 MB
      • treeshaking pass 4: 266ms, 748 MB
      • treeshaking pass 5: 312ms, 749 MB
      • treeshaking pass 6: 255ms, 756 MB
      • treeshaking pass 7: 238ms, 757 MB
      • treeshaking pass 8: 232ms, 758 MB
      • treeshaking pass 9: 212ms, 756 MB
      • treeshaking pass 10: 213ms, 754 MB
      • treeshaking pass 11: 212ms, 750 MB
  • GENERATE: 869ms, 1.02 GB
    • initialize render: 0ms, 916 MB
    • generate chunks: 83ms, 919 MB
      • optimize chunks: 0ms, 920 MB
    • render chunks: 766ms, 1 GB
    • transform chunks: 18ms, 1.02 GB
    • generate bundle: 0ms, 1.02 GB

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Oct 12, 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.

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.03%. Comparing base (29cd524) to head (9b038cd).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5692      +/-   ##
==========================================
- Coverage   99.06%   99.03%   -0.04%     
==========================================
  Files         257      257              
  Lines        9735     8044    -1691     
  Branches     2574     1357    -1217     
==========================================
- Hits         9644     7966    -1678     
+ Misses         59       52       -7     
+ Partials       32       26       -6     

☔ 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 Oct 12, 2024
Merged via the queue into master with commit 9ac8891 Oct 12, 2024
@renovate renovate bot deleted the renovate/minorpatch-updates branch October 12, 2024 05:28
@github-actions
Copy link
Copy Markdown

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