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

Merged
merged 1 commit into from
Nov 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2024

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@codemirror/language devDependencies patch ^6.10.3 -> ^6.10.4 6.10.6 (+1) age adoption passing confidence
@codemirror/search devDependencies patch ^6.5.7 -> ^6.5.8 age adoption passing confidence
@codemirror/view devDependencies patch ^6.34.3 -> ^6.35.0 age adoption passing confidence
@types/mocha (source) devDependencies patch ^10.0.9 -> ^10.0.10 age adoption passing confidence
@types/node (source) devDependencies patch ^18.19.64 -> ^18.19.66 18.19.67 age adoption passing confidence
axios (source) overrides patch ^1.7.7 -> ^1.7.8 age adoption passing confidence
eslint-plugin-unicorn devDependencies patch ^56.0.0 -> ^56.0.1 age adoption passing confidence
magic-string devDependencies patch ^0.30.13 -> ^0.30.14 age adoption passing confidence
prettier (source) devDependencies minor ^3.3.3 -> ^3.4.1 age adoption passing confidence
rollup (source) devDependencies patch ^4.27.3 -> ^4.27.4 age adoption passing confidence
typescript (source) devDependencies minor ^5.6.3 -> ^5.7.2 age adoption passing confidence
typescript-eslint (source) devDependencies minor ^8.15.0 -> ^8.16.0 age adoption passing confidence

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


Release Notes

codemirror/language (@​codemirror/language)

v6.10.4

Compare Source

Bug fixes

Join adjacent tokens of the same type into a single token in .

Call stream language indent functions even when the language is used as a nested parser.

Fix a crash in StreamParser when a parse was resumed with different input ranges.

codemirror/search (@​codemirror/search)

v6.5.8

Compare Source

Bug fixes

Fix a bug that put the selection in the wrong place after running replaceNext with a regexp query that could match strings of different length.

axios/axios (axios)

v1.7.8

Compare Source

Bug Fixes
Contributors to this release
rich-harris/magic-string (magic-string)

v0.30.14

Compare Source

Features
prettier/prettier (prettier)

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes

rollup/rollup (rollup)

v4.27.4

Compare Source

2024-11-23

Bug Fixes
  • Update bundled magic-string to support sourcemap debug ids (#​5740)
Pull Requests
microsoft/TypeScript (typescript)

v5.7.2

Compare Source

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

v8.16.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.


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.

FLIKOVER SEO TOOLS
@renovate renovate bot enabled auto-merge November 29, 2024 01:20
Copy link

vercel bot commented Nov 29, 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 Nov 30, 2024 6:07am

Copy link

github-actions bot commented Nov 29, 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-1335c57ao-rollup-js.vercel.app/repl/?pr=5748

Copy link

github-actions bot commented Nov 29, 2024

Performance report

  • BUILD: 8317ms, 732 MB
    • initialize: 0ms, 26.5 MB
    • generate module graph: 3189ms, 554 MB
      • generate ast: 1527ms, 547 MB
    • sort and bind modules: 448ms, 596 MB
    • mark included statements: 4679ms, 732 MB
      • treeshaking pass 1: 1586ms, 696 MB
      • treeshaking pass 2: 761ms, 722 MB
      • treeshaking pass 3: 295ms, 723 MB
      • treeshaking pass 4: 277ms, 723 MB
      • treeshaking pass 5: 322ms, 729 MB
      • treeshaking pass 6: 268ms, 732 MB
      • treeshaking pass 7: 248ms, 728 MB
      • treeshaking pass 8: 239ms, 731 MB
      • treeshaking pass 9: 220ms, 732 MB
      • treeshaking pass 10: 222ms, 732 MB
      • treeshaking pass 11: 218ms, 732 MB
  • GENERATE: 900ms, 980 MB
    • initialize render: 0ms, 871 MB
    • generate chunks: 86ms, 878 MB
      • optimize chunks: 0ms, 873 MB
    • render chunks: 791ms, 957 MB
    • transform chunks: 18ms, 980 MB
    • generate bundle: 0ms, 980 MB

Copy link

codecov bot commented Nov 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.00%. Comparing base (a949c87) to head (4a963f2).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5748   +/-   ##
=======================================
  Coverage   99.00%   99.00%           
=======================================
  Files         258      258           
  Lines        8070     8070           
  Branches     1360     1360           
=======================================
  Hits         7990     7990           
  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 Nov 30, 2024
Merged via the queue into master with commit a0f1dcc Nov 30, 2024
41 checks passed
@renovate renovate bot deleted the renovate/minorpatch-updates branch November 30, 2024 06:42
Copy link

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

0 participants