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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nomicfoundation/hardhat-verify (source) 2.0.11 -> 2.0.12 age adoption passing confidence
@openzeppelin/hardhat-upgrades (source) 3.5.0 -> 3.7.0 age adoption passing confidence
@types/mocha (source) 10.0.9 -> 10.0.10 age adoption passing confidence
@types/react (source) 18.3.12 -> 18.3.16 age adoption passing confidence
@types/react-dom (source) 18.3.1 -> 18.3.5 age adoption passing confidence
daisyui (source) 4.12.13 -> 4.12.22 age adoption passing confidence
dotenv 16.4.5 -> 16.4.7 age adoption passing confidence
hardhat (source) 2.22.14 -> 2.22.17 age adoption passing confidence
hardhat-gas-reporter 2.2.1 -> 2.2.2 age adoption passing confidence
husky 9.1.6 -> 9.1.7 age adoption passing confidence
lint-staged 15.2.10 -> 15.2.11 age adoption passing confidence
postcss (source) 8.4.47 -> 8.4.49 age adoption passing confidence
rustywind 0.22.0 -> 0.23.1 age adoption passing confidence
solidity-coverage 0.8.13 -> 0.8.14 age adoption passing confidence
sort-package-json 2.10.1 -> 2.12.0 age adoption passing confidence
tailwindcss (source) 3.4.14 -> 3.4.16 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.2 age adoption passing confidence
vite (source) 5.4.10 -> 5.4.11 age adoption passing confidence

Release Notes

nomicfoundation/hardhat (@​nomicfoundation/hardhat-verify)

v2.0.12

Compare Source

This is a small release to swap out an outdated dependency.

Changes
  • f571670: Replace chalk with picocolors

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


OpenZeppelin/openzeppelin-upgrades (@​openzeppelin/hardhat-upgrades)

v3.7.0

Compare Source

  • Add proxyFactory and deployFunction options which can be used to deploy a custom proxy contract. (#​1104)

v3.6.0

Compare Source

  • Update Slang dependency to 0.18.3. (#​1102)
    • Improves reliability of Hardhat compilation step for namespaced storage layout validations when using Solidity versions 0.8.27 and 0.8.28.
saadeghi/daisyui (daisyui)

v4.12.22

Compare Source

v4.12.21

Compare Source

v4.12.20

Compare Source

v4.12.19

Compare Source

v4.12.18

Compare Source

v4.12.17

Compare Source

v4.12.16

Compare Source

Bug Fixes

v4.12.15

Compare Source

Bug Fixes

v4.12.14

Compare Source

Bug Fixes
motdotla/dotenv (dotenv)

v16.4.7

Compare Source

Changed
  • Ignore .tap folder when publishing. (oops, sorry about that everyone. - @​motdotla) #​848

v16.4.6

Compare Source

Changed
  • Clean up stale dev dependencies #​847
  • Various README updates clarifying usage and alternative solutions using dotenvx
nomiclabs/hardhat (hardhat)

v2.22.17: Hardhat v2.22.17

Compare Source

This release introduces support for Solidity 0.8.28, enhances the flatten task with an optional --output parameter to specify the output file, and aligns with the latest spec by making the totalDifficulty field in block responses optional. Additionally, it fixes an issue to prevent panic errors from precompile failures.

Changes

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


v2.22.16: Hardhat v2.22.16

Compare Source

This is a small release to replace outdated dependencies.

Changes
  • fcece65: Replaced chalk with picocolors, glob with tinyglob, and upgraded find-up

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


v2.22.15: Hardhat v2.22.15

Compare Source

This is a small bug fix release to fix custom HTTP headers when used in forked configurations.

Changes

  • ede1cde: Fixed custom HTTP headers for forked configurations

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


cgewecke/hardhat-gas-reporter (hardhat-gas-reporter)

v2.2.2: Support solc 0.8.28 features

Compare Source

What's Changed

New Contributors

Full Changelog: cgewecke/hardhat-gas-reporter@v2.2.1...v2.2.2

typicode/husky (husky)

v9.1.7

Compare Source

lint-staged/lint-staged (lint-staged)

v15.2.11

Compare Source

Patch Changes
  • #​1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #​1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

postcss/postcss (postcss)

v8.4.49

Compare Source

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
avencera/rustywind (rustywind)

v0.23.1

Compare Source

  • Fix default regex
sc-forks/solidity-coverage (solidity-coverage)

v0.8.14: 0.8.14

Compare Source

What's Changed

New Contributors

Full Changelog: sc-forks/solidity-coverage@v0.8.13...v0.8.14

keithamus/sort-package-json (sort-package-json)

v2.12.0

Compare Source

Features

v2.11.0

Compare Source

Features

v2.10.2

Compare Source

Bug Fixes
  • use locale-independent comparison for sorting of overrides (#​327) (5213340)
tailwindlabs/tailwindcss (tailwindcss)

v3.4.16

Compare Source

Fixed
  • Ensure the TypeScript types for PluginsConfig allow undefined values (#​14668)

Changed

v3.4.15

Compare Source

  • Bump versions for security vulnerabilities (#​14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#​14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#​15003)
microsoft/TypeScript (typescript)

v5.7.2

Compare Source

vitejs/vite (vite)

v5.4.11

Compare Source

Please refer to CHANGELOG.md for details.


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 Oct 23, 2024

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

Name Status Preview Comments Updated (UTC)
dapp-token-ico ❌ Failed (Inspect) Dec 13, 2024 2:39am

Copy link

codesandbox bot commented Oct 23, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

changeset-bot bot commented Oct 23, 2024

⚠️ No Changeset found

Latest commit: 432213b

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

@renovate renovate bot changed the title chore(deps): update dependency rustywind to v0.23.1 chore(deps): update all non-major dependencies Oct 24, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from df797e2 to 4dbd9be Compare October 24, 2024 21:44
Copy link

coderabbitai bot commented Oct 24, 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.


Note

🎁 Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

🪧 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. (Experiment)
  • @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 changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Oct 28, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4dbd9be to 1d20018 Compare October 28, 2024 20:16
Copy link

vercel bot commented Oct 28, 2024

Deployment failed with the following error:

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1d20018 to a18f62a Compare November 10, 2024 22:00
Copy link

socket-security bot commented Nov 10, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a18f62a to 59b1950 Compare November 11, 2024 10:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b5e6f3c to 468a79b Compare November 14, 2024 21:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 468a79b to 4422221 Compare November 18, 2024 16:43
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Nov 18, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4422221 to 9cf8cdc Compare November 19, 2024 13:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9cf8cdc to ac8cb04 Compare November 20, 2024 22:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ac8cb04 to 57775eb Compare November 22, 2024 17:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 57775eb to 1b9b852 Compare November 23, 2024 19:30
Copy link

vercel bot commented Dec 5, 2024

Deployment failed with the following error:

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4962caf to aa3be40 Compare December 9, 2024 03:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aa3be40 to 9aa4af7 Compare December 9, 2024 23:15
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9aa4af7 to de78a8c Compare December 10, 2024 16:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from de78a8c to c35cc24 Compare December 10, 2024 22:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c35cc24 to c4a7216 Compare December 11, 2024 02:18
Copy link

socket-security bot commented Dec 11, 2024

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

Package New capabilities Transitives Size Publisher
npm/[email protected] None 0 3.77 MB saadeghi

🚮 Removed packages: npm/[email protected]

View full report↗︎

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