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): update all non-major dependencies #3076

Merged
merged 1 commit into from
May 20, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@eslint/eslintrc ^3.0.2 -> ^3.1.0 age adoption passing confidence devDependencies minor
@eslint/js (source) ^9.2.0 -> ^9.3.0 age adoption passing confidence dependencies minor
@nutui/nutui (source) ^4.3.7 -> ^4.3.8 age adoption passing confidence dependencies patch
@shikijs/markdown-it (source) ^1.5.1 -> ^1.6.0 age adoption passing confidence devDependencies minor
@types/node (source) ^20.12.11 -> ^20.12.12 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) ^8.0.0-alpha.10 -> ^8.0.0-alpha.14 age adoption passing confidence dependencies patch
@typescript-eslint/parser (source) ^8.0.0-alpha.10 -> ^8.0.0-alpha.14 age adoption passing confidence dependencies patch
@typescript-eslint/utils (source) ^8.0.0-alpha.10 -> ^8.0.0-alpha.14 age adoption passing confidence resolutions patch
JamesIves/github-pages-deploy-action v4.6.0 -> v4.6.1 age adoption passing confidence action patch
eslint (source) ^9.2.0 -> ^9.3.0 age adoption passing confidence devDependencies minor
happy-dom ^14.10.1 -> ^14.11.0 age adoption passing confidence devDependencies minor
inquirer (source) ^9.2.20 -> ^9.2.22 age adoption passing confidence devDependencies patch
sass ^1.77.1 -> ^1.77.2 age adoption passing confidence dependencies patch
typescript-eslint (source) ^8.0.0-alpha.10 -> ^8.0.0-alpha.14 age adoption passing confidence dependencies patch
vite-plugin-vue-devtools (source) ^7.1.3 -> ^7.2.1 age adoption passing confidence devDependencies minor

Release Notes

eslint/eslintrc (@​eslint/eslintrc)

v3.1.0

Compare Source

Features
Chores
eslint/eslint (@​eslint/js)

v9.3.0

Compare Source

jdf2e/nutui (@​nutui/nutui)

v4.3.8

Compare Source

2024-05-13

Bug Fixes

Refactors

  • overlay, watermark, badge: move to script setup @​eiinu

Other Changes

shikijs/shiki (@​shikijs/markdown-it)

v1.6.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.5.2

Compare Source

   🚀 Features
    View changes on GitHub
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.0.0-alpha.14

Compare Source

v8.0.0-alpha.13

Compare Source

v8.0.0-alpha.12

Compare Source

v8.0.0-alpha.11

Compare Source

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

v8.0.0-alpha.14

Compare Source

v8.0.0-alpha.13

Compare Source

v8.0.0-alpha.12

Compare Source

v8.0.0-alpha.11

Compare Source

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

v8.0.0-alpha.14

Compare Source

v8.0.0-alpha.13

Compare Source

v8.0.0-alpha.12

Compare Source

v8.0.0-alpha.11

Compare Source

JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)

v4.6.1

Compare Source

What's Changed

Fixes
  • Resolved an issue where workflows were suddenly failing due to a worktree in use error. The action will now attempt to create a temp branch name if the existing branch name is already checked out by a prior to step to ensure it can occur. This issue was only occurring in a handful of workflows, and likely stemmed from a git version change on the official GitHub runners. The actual root cause is still somewhat unknown.
Dependencies

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.1

eslint/eslint (eslint)

v9.3.0

Compare Source

capricorn86/happy-dom (happy-dom)

v14.11.0

Compare Source

🎨 Features

v14.10.3

Compare Source

👷‍♂️ Patch fixes
  • Adds check for if Window and MutationObserver has been destroyed when triggering listeners - By @​capricorn86 in task #​1436

v14.10.2

Compare Source

👷‍♂️ Patch fixes
  • HTMLAnchorElement, HTMLButtonElement, HTMLInputElement and HTMLLabelElement checked that click events triggering native behavior was of type PointerEvent, but should check that they are of type MouseEvent - By @​capricorn86 in task #​1397
SBoudrias/Inquirer.js (inquirer)

v9.2.22

Compare Source

  • editor prompt: Fixed compatibility issue between default and waitUserInput options. #​1405

v9.2.21

Compare Source

sass/dart-sass (sass)

v1.77.2

Compare Source

  • Don't emit deprecation warnings for functions and mixins beginning with __.

  • Allow user-defined functions whose names begin with _ and otherwise look
    like vendor-prefixed functions with special CSS syntax.

Command-Line Interface
  • Properly handle the --silence-deprecation flag.

  • Handle the --fatal-deprecation and --future-deprecation flags for
    --interactive mode.

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

v8.0.0-alpha.14

Compare Source

v8.0.0-alpha.13

Compare Source

v8.0.0-alpha.12

Compare Source

v8.0.0-alpha.11

Compare Source

vuejs/devtools-next (vite-plugin-vue-devtools)

v7.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v7.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 added the dependencies Pull requests that update a dependency file label May 13, 2024
Copy link

codecov bot commented May 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.92%. Comparing base (2a00413) to head (afec496).

Additional details and impacted files
@@            Coverage Diff             @@
##               v4    #3076      +/-   ##
==========================================
- Coverage   84.02%   83.92%   -0.10%     
==========================================
  Files         226      226              
  Lines       22939    22939              
  Branches     2481     2475       -6     
==========================================
- Hits        19274    19252      -22     
- Misses       3647     3669      +22     
  Partials       18       18              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 90a3962 to c6e5d01 Compare May 13, 2024 16:45
@renovate renovate bot changed the title fix(deps): update dependency @nutui/nutui to ^4.3.8 fix(deps): update all non-major dependencies May 13, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c6e5d01 to 3171d99 Compare May 14, 2024 09:02
@pull-request-size pull-request-size bot added size/L and removed size/S labels May 14, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 6fcfc6a to cc62b28 Compare May 16, 2024 06:12
Copy link

coderabbitai bot commented May 16, 2024

Important

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cc62b28 to b833e35 Compare May 16, 2024 20:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6c5a801 to 175b35d Compare May 18, 2024 09:57
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies May 18, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f64d690 to bb257b0 Compare May 18, 2024 23:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bb257b0 to ae8eb2e Compare May 19, 2024 10:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ae8eb2e to afec496 Compare May 19, 2024 21:23
@eiinu eiinu merged commit f0e3799 into v4 May 20, 2024
5 of 6 checks passed
@eiinu eiinu deleted the renovate/all-minor-patch branch May 20, 2024 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file size/XL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant