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.9.0 age adoption passing confidence
@tailwindcss/typography 0.5.15 -> 0.5.16 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.18 age adoption passing confidence
@types/react-dom (source) 18.3.1 -> 18.3.5 age adoption passing confidence
chai (source) 5.1.2 -> 5.2.0 age adoption passing confidence
daisyui (source) 4.12.13 -> 4.12.23 age adoption passing confidence
dotenv 16.4.5 -> 16.4.7 age adoption passing confidence
hardhat (source) 2.22.14 -> 2.22.18 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.4.3 age adoption passing confidence
postcss (source) 8.4.47 -> 8.5.3 age adoption passing confidence
react-hot-toast 2.4.1 -> 2.5.2 age adoption passing confidence
rustywind 0.22.0 -> 0.23.1 age adoption passing confidence
solhint (source) 5.0.3 -> 5.0.5 age adoption passing confidence
solidity-coverage 0.8.13 -> 0.8.14 age adoption passing confidence
sort-package-json 2.10.1 -> 2.14.0 age adoption passing confidence
tailwindcss (source) 3.4.14 -> 3.4.17 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.3 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.9.0

Compare Source

  • Update Defender SDK to v2.1.0, set Hardhat origin for Defender deployments. (#​1111)

v3.8.0

Compare Source

  • Support TypeChain in deployProxy, upgradeProxy, deployBeaconProxy, and defender.deployContract. (#​1099)

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.
tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.16

Compare Source

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

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.1.2...v5.2.0

saadeghi/daisyui (daisyui)

v4.12.23

Compare Source

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


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.4.3

Compare Source

Patch Changes
  • #​1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.

v15.4.2

Compare Source

Patch Changes
  • #​1509 8827ebf Thanks @​iiroj! - Change lint-staged's dependencies to use caret (^) ranges instead of tilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.

v15.4.1

Compare Source

Patch Changes

v15.4.0

Compare Source

Minor Changes
  • #​1500 a8ec1dd Thanks @​iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:

    /**
     * @​filename: lint-staged.config.js
     * @​type {import('lint-staged').Configuration}
     */
    export default {
      '*': 'prettier --write',
    }

    It's also possible to use the .ts file extension for the configuration if your Node.js version supports it. The --experimental-strip-types flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.

    export NODE_OPTIONS="--experimental-strip-types"
    
    npx lint-staged --config lint-staged.config.ts
Patch Changes

v15.3.0

Compare Source

Minor Changes
  • #​1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #​1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    

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.5.3

Compare Source

v8.5.2

Compare Source

v8.5.1

Compare Source

v8.5.0: 8.5 “Duke Alloces”

Compare Source

President Alloces seal

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

v8.4.49

Compare Source

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
timolins/react-hot-toast (react-hot-toast)

v2.5.2

Compare Source

  • Fix race condition in backwards compatible way – fixes #​101 1556d28
  • Replace JSX.Element type with React.ReactElement 87c7a52

v2.5.1: v2.5.0 (+ v2.5.1)

Compare Source

What's new

toast.promise() improvements
  • Make messages optional
  • Allow to pass async function
Other
  • A bunch of docs improvements
  • Add customizable removeDelay
  • Refactor removal of dismissed toasts
  • Make csstype a dependency to avoid warning. d695daf

v2.5.0

Compare Source

avencera/rustywind (rustywind)

v0.23.1

Compare Source

  • Fix default regex
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



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.14.0

Compare Source

Features

v2.13.0

Compare Source

Features

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.17

Compare Source

Fixed

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.3

Compare Source

v5.7.2

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 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) Feb 19, 2025 6:14pm

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: 9b6ec54

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.


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>, 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 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 Jan 13, 2025

Deployment failed with the following error:

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

Copy link

vercel bot commented Jan 20, 2025

Deployment failed with the following error:

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

Copy link

vercel bot commented Jan 23, 2025

Deployment failed with the following error:

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

Copy link

socket-security bot commented Jan 23, 2025

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

Package New capabilities Transitives Size Publisher
npm/@tailwindcss/typography@0.5.16 🔁 npm/@tailwindcss/typography@0.5.15 None 0 110 kB adamwathan
npm/daisyui@4.12.23 🔁 npm/daisyui@4.12.13 None 0 3.77 MB saadeghi
npm/goober@2.1.16 🔁 npm/goober@2.1.14 None 0 118 kB cristianbote
npm/react-hot-toast@2.5.2 🔁 npm/react-hot-toast@2.4.1 None 0 180 kB timolins

🚮 Removed packages: npm/esutils@2.0.3

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