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

fix(deps): update all non-major dependencies #1457

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 22.10.1 -> 22.10.5 age adoption passing confidence
@types/react (source) 19.0.1 -> 19.0.2 age adoption passing confidence
@types/react-dom (source) 19.0.1 -> 19.0.2 age adoption passing confidence
daisyui (source) 4.12.20 -> 4.12.23 age adoption passing confidence
pnpm (source) 9.15.0 -> 9.15.2 age adoption passing confidence
solhint (source) 5.0.3 -> 5.0.4 age adoption passing confidence
tailwindcss (source) 3.4.16 -> 3.4.17 age adoption passing confidence

Release Notes

saadeghi/daisyui (daisyui)

v4.12.23

Compare Source

v4.12.22

Compare Source

v4.12.21

Compare Source

pnpm/pnpm (pnpm)

v9.15.2: pnpm 9.15.2

Compare Source

Patch Changes

  • Fixed publish/pack error with workspace dependencies with relative paths #​8904. It was broken in v9.4.0 (398472c).
  • Use double quotes in the command suggestion by pnpm patch on Windows #​7546.
  • Do not fall back to SSH, when resolving a git-hosted package if git ls-remote works via HTTPS #​8906.
  • Improve how packages with blocked lifecycle scripts are reported during installation. Always print the list of ignored scripts at the end of the output. Include a hint about how to allow the execution of those packages.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.1

Compare Source

protofire/solhint (solhint)

v5.0.4

Compare Source

Fixed
  • imports-order #​595 - Replaced single quotes with double quotes
  • gas-custom-errors #​613 - Allows the use of Requirement with Custom Errors
  • Typos and broken links #​611 - #​617
  • Upgraded solidity-parser dependency #​612
Added
  • .pre-commit-hooks.yaml to allow projects to run Solhint via pre-commit #​596 (Thanks to @​dbast)
  • Removed husky since it is not needed #​612



tailwindlabs/tailwindcss (tailwindcss)

v3.4.17

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

Copy link

vercel bot commented Dec 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dapp-starter ❌ Failed (Inspect) Jan 3, 2025 7:25am

Copy link

changeset-bot bot commented Dec 9, 2024

⚠️ No Changeset found

Latest commit: f543a93

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

coderabbitai bot commented Dec 9, 2024

Important

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.


🪧 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>, please review it.
    • 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 gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @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.
    • @coderabbitai help me debug CodeRabbit configuration file.

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 using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration 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.

Copy link

socket-security bot commented Dec 9, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@types/[email protected] None 0 2.29 MB types
npm/@types/[email protected] None 0 0 B
npm/@types/[email protected] None +1 2.04 MB types
npm/[email protected] None +4 4.87 MB saadeghi

🚮 Removed packages: npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/[email protected]

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d6f2b0d to 0b3234b Compare December 10, 2024 23:49
@renovate renovate bot changed the title chore(deps): update dependency @types/react-dom to v19.0.2 fix(deps): update all non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0b3234b to a875106 Compare December 11, 2024 12:35
Copy link

vercel bot commented Dec 11, 2024

Deployment failed with the following error:

Resource is limited - try again in 2 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a875106 to 9965145 Compare December 12, 2024 15:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9965145 to 570fea6 Compare December 13, 2024 05:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 570fea6 to b7d784b Compare December 17, 2024 21:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b7d784b to 46babd1 Compare December 18, 2024 17:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 46babd1 to 98753b2 Compare December 19, 2024 12:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 98753b2 to 36debaa Compare December 20, 2024 01:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 36debaa to e1bc1a6 Compare December 26, 2024 17:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e1bc1a6 to c6215a5 Compare December 26, 2024 20:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c6215a5 to 2298e1b Compare December 28, 2024 21:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2298e1b to 0df8ef5 Compare December 31, 2024 18:12
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