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

Merged
merged 1 commit into from
Mar 19, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fastify/cors 8.2.0 -> 8.2.1 age adoption passing confidence
@fastify/multipart 7.4.1 -> 7.5.0 age adoption passing confidence
@hookform/devtools (source) 4.3.0 -> 4.3.1 age adoption passing confidence
@nomiclabs/hardhat-etherscan (source) 3.1.5 -> 3.1.7 age adoption passing confidence
@nomiclabs/hardhat-waffle 2.0.3 -> 2.0.5 age adoption passing confidence
@openzeppelin/hardhat-upgrades (source) 1.22.0 -> 1.22.1 age adoption passing confidence
@sinclair/typebox 0.25.20 -> 0.25.24 age adoption passing confidence
@trivago/prettier-plugin-sort-imports 4.0.0 -> 4.1.1 age adoption passing confidence
@types/node (source) 18.11.18 -> 18.15.3 age adoption passing confidence
@types/react (source) 18.0.26 -> 18.0.28 age adoption passing confidence
@types/react-dom (source) 18.0.10 -> 18.0.11 age adoption passing confidence
@types/tap (source) 15.0.7 -> 15.0.8 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.48.2 -> 5.55.0 age adoption passing confidence
@typescript-eslint/parser 5.48.2 -> 5.55.0 age adoption passing confidence
autoprefixer 10.4.13 -> 10.4.14 age adoption passing confidence
daisyui (source) 2.47.0 -> 2.51.4 age adoption passing confidence
eslint (source) 8.32.0 -> 8.36.0 age adoption passing confidence
eslint-config-prettier 8.6.0 -> 8.7.0 age adoption passing confidence
eslint-plugin-react 7.32.1 -> 7.32.2 age adoption passing confidence
fast-json-stringify 5.5.0 -> 5.6.2 age adoption passing confidence
fastify (source) 4.11.0 -> 4.14.1 age adoption passing confidence
hardhat (source) 2.12.6 -> 2.13.0 age adoption passing confidence
lint-staged 13.1.0 -> 13.2.0 age adoption passing confidence
nft.storage (source) 7.0.0 -> 7.0.3 age adoption passing confidence
prettier (source) 2.8.3 -> 2.8.4 age adoption passing confidence
prettier-plugin-solidity 1.1.1 -> 1.1.3 age adoption passing confidence
react-hook-form (source) 7.42.1 -> 7.43.7 age adoption passing confidence
solhint (source) 3.3.7 -> 3.4.1 age adoption passing confidence
sort-package-json 2.1.0 -> 2.4.1 age adoption passing confidence
tailwindcss (source) 3.2.4 -> 3.2.7 age adoption passing confidence
tsup (source) 6.5.0 -> 6.7.0 age adoption passing confidence
tsx 3.12.2 -> 3.12.5 age adoption passing confidence
vite (source) 4.0.4 -> 4.2.0 age adoption passing confidence
web3.storage 4.4.0 -> 4.5.4 age adoption passing confidence

Release Notes

fastify/fastify-cors

v8.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-cors@v8.2.0...v8.2.1

fastify/fastify-multipart

v7.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-multipart@v7.4.2...v7.5.0

v7.4.2

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-multipart@v7.4.1...v7.4.2

react-hook-form/devtools

v4.3.1: Version 4.3.1

Compare Source

  • fix runtime error with devtool due to incorrect version
nomiclabs/hardhat

v3.1.7: @​nomiclabs/hardhat-etherscan v3.1.7

Compare Source

This version of hardhat-etherscan improves how already verified contracts are handled. In previous versions, verification would be attempted and an error would be returned by the server. Starting from this version, the plugin will detect that the contract is already verified and show a message informing the user about this. Thanks @​OptimusOpus for working on this!

Besides that, this version adds support for Gnosis Chain's Chiado testnet.

v3.1.6

Compare Source

Changes

  • 070abb7: Added support for the http_proxy environment variable. When this variable is set, hardhat-etherscan will use the given proxy to send the verification requests.
NomicFoundation/hardhat-waffle

v2.0.5

Compare Source

Patch Changes
  • 36441d8: Add hardhat chai matchers incompatibility check
  • c5b5c29: Introduce skipEstimateGas and injectCallHistory fields to hardhat config

v2.0.4

Compare Source

OpenZeppelin/openzeppelin-upgrades

v1.22.1

Compare Source

  • Handle getLogs error for Blockscout explorer. (#​706)
sinclairzx81/typebox

v0.25.24

Compare Source

Updates:

  • 331 Implements an additional check specific to property types of required & undefined. This to ensure the property key exists when the property value extends undefined.
  • 331 Documentation updates for Ajv and TypeCompiler

Additional:

  • 331 Remove unusued recursive code paths for create and cast.

v0.25.23

Compare Source

Updates:

  • 324 TypeScript Language Service now presents JSDoc comments when inferring static object properties. (IntelliSense)
  • 325 Additional property inference optimizations.

Additional:

  • Huge thank you to Github user stevezhu for these excellent contributions.

v0.25.22

Compare Source

Updates:

  • 323 adds compiler support for UTF-16 (unicode) characters for schema identifiers.

v0.25.21

Compare Source

trivago/prettier-plugin-sort-imports

v4.1.1

Compare Source

Revert

v4.1.0

Compare Source

New features
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.55.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-confusing-void-expression] check sequence expressions for void is in last position (#​6597) (d73d7d3)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fixer should handle parentheses (#​6569) (2d8c196)
Features

5.54.1 (2023-03-06)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.54.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.54.0

Compare Source

Features
  • eslint-plugin: [promise-function-async] check for promises in implicit return types (#​6330) (de1e5ce), closes #​6329

v5.53.0

Compare Source

Features
  • eslint-plugin: [consistent-generic-constructors] handle default parameters (#​6484) (e8cebce)
  • eslint-plugin: [no-mixed-enums] add rule (#​6102) (16144d1)

v5.52.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-import-type-side-effects] correctly ignore zero-specifier imports (#​6444) (d5a6688)
  • eslint-plugin: [no-unnecessary-condition] account for optional chaining on potentially void values (#​6432) (e1d9c67), closes #​5255
  • eslint-plugin: [no-unnecessary-condition] fix false positive when checking indexed access types (#​6452) (d569924)
  • eslint-plugin: fix key-spacing when type starts on next line (#​6412) (3eb2eed)
Features
  • eslint-plugin: [block-spacing] extending base rule for TS related blocks (#​6195) (b2db3f5)
  • eslint-plugin: [explicit-function-return-type] add allowFunctionsWithoutTypeParameters option (#​6105) (113640e)
  • eslint-plugin: [explicit-function-return-type] add allowIIFEs option (#​6237) (a1b3f7b)

v5.51.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [naming-convention] improve performance by removing unnecessary selectors (#​6376) (3647a1c)
  • eslint-plugin: [no-floating-promises] error on logical expression (#​6356) (f330e06)
  • eslint-plugin: [no-import-type-side-effects] add rule to warn against runtime side effects with verbatimModuleSyntax (#​6394) (b14d3be)
  • eslint-plugin: [strict-boolean-expressions] add allow nullable enum to strict boolean expressions (#​6096) (d4747cd)

v5.50.0

Compare Source

Bug Fixes
  • eslint-plugin: [ban-ts-comment] counts graphemes instead of String.prototype.length (#​5704) (09d57ce)
  • eslint-plugin: [prefer-optional-chain] fix ThisExpression and PrivateIdentifier errors (#​6028) (85e783c)
  • eslint-plugin: [prefer-optional-chain] fixer produces wrong logic (#​5919) (b0f6c8e), closes #​1438
Features
  • eslint-plugin: add key-spacing rule extension for interface & type declarations (#​6211) (67706e7)

v5.49.0

Compare Source

Features
  • eslint-plugin: [naming-convention] add support for #private modifier on class members (#​6259) (c8a6d80)

5.48.2 (2023-01-16)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.48.1 (2023-01-09)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

v5.55.0

Compare Source

Features

5.54.1 (2023-03-06)

Note: Version bump only for package @​typescript-eslint/parser

v5.54.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.54.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.53.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.52.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.51.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.50.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.49.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.48.2 (2023-01-16)

Note: Version bump only for package @​typescript-eslint/parser

5.48.1 (2023-01-09)

Note: Version bump only for package @​typescript-eslint/parser

postcss/autoprefixer

v10.4.14

Compare Source

  • Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).
saadeghi/daisyui

v2.51.4

Compare Source

v2.51.3

Compare Source

v2.51.2

Compare Source

v2.51.1

Compare Source

v2.51.0

Compare Source

Features
  • Add type definitions for the package
  • Add new tab-disabled class name for visually disabling a tab item
  • Add border radius to all tabs in tabs-boxed (not just the active tab)
Bug Fixes
2.50.2 (2023-02-20)
Bug Fixes
2.50.1 (2023-02-14)
Bug Fixes

v2.50.2

Compare Source

v2.50.1

Compare Source

v2.50.0

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@changeset-bot
Copy link

changeset-bot bot commented Jan 18, 2023

⚠️ No Changeset found

Latest commit: 16ee458

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

@vercel
Copy link

vercel bot commented Jan 18, 2023

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

Name Status Preview Comments Updated
nft-app ❌ Failed (Inspect) Mar 19, 2023 at 2:41PM (UTC)

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8c7e334 to ba07b05 Compare March 10, 2023 21:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ba07b05 to ce2e5ac Compare March 11, 2023 00:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ce2e5ac to cc744da Compare March 12, 2023 13:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cc744da to 60fee38 Compare March 13, 2023 09:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 60fee38 to 963f17c Compare March 13, 2023 22:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 963f17c to 385d7d0 Compare March 14, 2023 08:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 385d7d0 to 2be66de Compare March 14, 2023 20:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2be66de to 52fe252 Compare March 15, 2023 12:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 52fe252 to f18e45a Compare March 16, 2023 12:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f18e45a to 06870d5 Compare March 17, 2023 11:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 06870d5 to 59fa17d Compare March 18, 2023 02:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 59fa17d to e193bc9 Compare March 19, 2023 11:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e193bc9 to da8b62c Compare March 19, 2023 14:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from da8b62c to 16ee458 Compare March 19, 2023 14:40
@jellydn jellydn merged commit 91c9faa into main Mar 19, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch March 19, 2023 14:42
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.

None yet

1 participant