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
@openzeppelin/contracts (source) 5.1.0 -> 5.2.0 age adoption passing confidence
@openzeppelin/contracts-upgradeable (source) 5.1.0 -> 5.2.0 age adoption passing confidence
@tailwindcss/typography 0.5.15 -> 0.5.16 age adoption passing confidence
@types/node (source) 22.10.1 -> 22.10.7 age adoption passing confidence
@types/react (source) 19.0.1 -> 19.0.7 age adoption passing confidence
@types/react-dom (source) 19.0.1 -> 19.0.3 age adoption passing confidence
daisyui (source) 4.12.20 -> 4.12.23 age adoption passing confidence
hardhat (source) 2.22.17 -> 2.22.18 age adoption passing confidence
pnpm (source) 9.15.0 -> 9.15.4 age adoption passing confidence
postcss (source) 8.4.49 -> 8.5.1 age adoption passing confidence
solhint (source) 5.0.3 -> 5.0.5 age adoption passing confidence
tailwindcss (source) 3.4.16 -> 3.4.17 age adoption passing confidence
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence

Release Notes

OpenZeppelin/openzeppelin-contracts (@​openzeppelin/contracts)

v5.2.0

Compare Source

Breaking Changes
Custom error changes

This version comes with changes to the custom error identifiers. Contracts previously depending on the following errors should be replaced accordingly:

  • Replace Errors.FailedCall with a bubbled-up revert reason in Address.sendValue.
Changes by category
General
  • Update some pragma directives to ensure that all file requirements match that of the files they import. (#​5273)
Account
  • ERC4337Utils: Add a reusable library to manipulate user operations and interact with ERC-4337 contracts (#​5274)
  • ERC7579Utils: Add a reusable library to interact with ERC-7579 modular accounts (#​5274)
Governance
  • GovernorCountingOverridable: Add a governor counting module that enables token holders to override the vote of their delegate. (#​5192)
  • VotesExtended: Create an extension of Votes which checkpoints balances and delegates. (#​5192)
Proxy
  • Clones: Add cloneWithImmutableArgs and cloneDeterministicWithImmutableArgs variants that create clones with per-instance immutable arguments. The immutable arguments can be retrieved using fetchCloneArgs. The corresponding predictDeterministicWithImmutableArgs function is also included. (#​5109)
Tokens
  • ERC1363Utils: Add helper similar to the existing ERC721Utils and ERC1155Utils (#​5133)
Utils
  • Address: bubble up revert data on sendValue failed call (#​5418)
  • Bytes: Add a library of common operations that operate on bytes objects. (#​5252)
  • CAIP2 and CAIP10: Add libraries for formatting and parsing CAIP-2 and CAIP-10 identifiers. (#​5252)
  • NoncesKeyed: Add a variant of Nonces that implements the ERC-4337 entrypoint nonce system. (#​5272)
  • Packing: Add variants for packing bytes10 and bytes22 (#​5274)
  • Strings: Add parseUint, parseInt, parseHexUint and parseAddress to parse strings into numbers and addresses. Also provide variants of these functions that parse substrings, and tryXxx variants that do not revert on invalid input. (#​5166)
OpenZeppelin/openzeppelin-contracts-upgradeable (@​openzeppelin/contracts-upgradeable)

v5.2.0

Compare Source

Breaking Changes
Custom error changes

This version comes with changes to the custom error identifiers. Contracts previously depending on the following errors should be replaced accordingly:

  • Replace Errors.FailedCall with a bubbled-up revert reason in Address.sendValue.
Changes by category
General
  • Update some pragma directives to ensure that all file requirements match that of the files they import. (#​5273)
Account
  • ERC4337Utils: Add a reusable library to manipulate user operations and interact with ERC-4337 contracts (#​5274)
  • ERC7579Utils: Add a reusable library to interact with ERC-7579 modular accounts (#​5274)
Governance
  • GovernorCountingOverridable: Add a governor counting module that enables token holders to override the vote of their delegate. (#​5192)
  • VotesExtended: Create an extension of Votes which checkpoints balances and delegates. (#​5192)
Proxy
  • Clones: Add cloneWithImmutableArgs and cloneDeterministicWithImmutableArgs variants that create clones with per-instance immutable arguments. The immutable arguments can be retrieved using fetchCloneArgs. The corresponding predictDeterministicWithImmutableArgs function is also included. (#​5109)
Tokens
  • ERC1363Utils: Add helper similar to the existing ERC721Utils and ERC1155Utils (#​5133)
Utils
  • Address: bubble up revert data on sendValue failed call (#​5418)
  • Bytes: Add a library of common operations that operate on bytes objects. (#​5252)
  • CAIP2 and CAIP10: Add libraries for formatting and parsing CAIP-2 and CAIP-10 identifiers. (#​5252)
  • NoncesKeyed: Add a variant of Nonces that implements the ERC-4337 entrypoint nonce system. (#​5272)
  • Packing: Add variants for packing bytes10 and bytes22 (#​5274)
  • Strings: Add parseUint, parseInt, parseHexUint and parseAddress to parse strings into numbers and addresses. Also provide variants of these functions that parse substrings, and tryXxx variants that do not revert on invalid input. (#​5166)
tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.16

Compare Source

Fixed
  • Support installing with beta versions of Tailwind CSS v4 (#​365)
saadeghi/daisyui (daisyui)

v4.12.23

Compare Source

v4.12.22

Compare Source

v4.12.21

Compare Source

nomiclabs/hardhat (hardhat)

v2.22.18: Hardhat v2.22.18

Compare Source

This is a small release that improves the performance of the display of Solidity stack traces and adds a message linking to the Solidity Developer Survey for 2024.

Changes
  • 25f45b0: Improve solidity stack traces performance by getting them from the EDR response
  • 0e5c8d7: Restored the message linking to the 2024 solidity survey

💡 The Nomic Foundation is hiring! Check our open positions.


pnpm/pnpm (pnpm)

v9.15.4

Compare Source

v9.15.3

Compare Source

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

postcss/postcss (postcss)

v8.5.1

Compare Source

v8.5.0

Compare Source

protofire/solhint (solhint)

v5.0.5

Compare Source

Fixed
  • gas-custom-errors #​620 - Support for Custom Errors inside require statements
  • compiler-version #​621 - Upgraded minimum requirement for the rule
  • reentrancy #​622 - Fixed path and typos
  • Typos #​623 - Fixed typos
  • Typo #​625 - Fixed typo
Added
  • New Rule: Duplicated Imports #​626
  • Cute Message on console report to gather community into discord channel



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

microsoft/TypeScript (typescript)

v5.7.3

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 16, 2025 10:36pm

Copy link

changeset-bot bot commented Dec 9, 2024

⚠️ No Changeset found

Latest commit: f5af120

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.

@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
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 418a564 to 5880577 Compare January 2, 2025 22:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5880577 to f543a93 Compare January 3, 2025 07:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f543a93 to 753f322 Compare January 6, 2025 02:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 753f322 to be11a60 Compare January 6, 2025 14:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from be11a60 to 8279609 Compare January 7, 2025 17:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8279609 to 1d37207 Compare January 8, 2025 20:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1d37207 to 4239573 Compare January 9, 2025 16:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4239573 to 06ebb5e Compare January 12, 2025 14:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 06ebb5e to 14155a7 Compare January 13, 2025 02:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 14155a7 to 9dfd928 Compare January 13, 2025 18:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9dfd928 to d65c922 Compare January 13, 2025 22:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d65c922 to 728d8bc Compare January 14, 2025 12:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 728d8bc to 3964077 Compare January 16, 2025 02:24
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