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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fastify/autoload 5.8.0 -> 5.9.0 age adoption passing confidence
@fastify/multipart 8.2.0 -> 8.3.0 age adoption passing confidence
@fastify/sensible 5.5.0 -> 5.6.0 age adoption passing confidence
@sinclair/typebox 0.32.18 -> 0.32.32 age adoption passing confidence
@tailwindcss/typography 0.5.10 -> 0.5.13 age adoption passing confidence
@types/busboy (source) 1.5.3 -> 1.5.4 age adoption passing confidence
@types/chai (source) 4.3.14 -> 4.3.16 age adoption passing confidence
@types/node (source) 20.11.30 -> 20.14.2 age adoption passing confidence
@types/react (source) 18.2.67 -> 18.3.3 age adoption passing confidence
@types/react-dom (source) 18.2.22 -> 18.3.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.3.1 -> 7.13.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.3.1 -> 7.13.0 age adoption passing confidence
chai (source) 5.1.0 -> 5.1.1 age adoption passing confidence
daisyui (source) 4.7.3 -> 4.12.2 age adoption passing confidence
eslint-config-productsway 1.3.2 -> 1.3.3 age adoption passing confidence
fast-json-stringify 5.13.0 -> 5.16.0 age adoption passing confidence
fastify (source) 4.26.2 -> 4.27.0 age adoption passing confidence
fastify-cli 6.1.1 -> 6.2.1 age adoption passing confidence
hardhat (source) 2.22.2 -> 2.22.5 age adoption passing confidence
hardhat-gas-reporter 2.0.2 -> 2.2.0 age adoption passing confidence
lint-staged 15.2.2 -> 15.2.7 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.2 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-hook-form (source) 7.51.1 -> 7.51.5 age adoption passing confidence
rustywind 0.21.1 -> 0.22.0 age adoption passing confidence
solhint (source) 4.5.2 -> 4.5.4 age adoption passing confidence
solidity-coverage 0.8.11 -> 0.8.12 age adoption passing confidence
sort-package-json 2.8.0 -> 2.10.0 age adoption passing confidence
tailwindcss (source) 3.4.1 -> 3.4.4 age adoption passing confidence
tap (source) 18.7.1 -> 18.8.0 age adoption passing confidence
tsup (source) 8.0.2 -> 8.1.0 age adoption passing confidence
tsx 4.7.1 -> 4.15.2 age adoption passing confidence
typescript (source) 5.4.3 -> 5.4.5 age adoption passing confidence
vite (source) 5.2.6 -> 5.2.13 age adoption passing confidence

Release Notes

fastify/fastify-autoload (@​fastify/autoload)

v5.9.0

Compare Source

What's Changed

Full Changelog: fastify/fastify-autoload@v5.8.3...v5.9.0

v5.8.3

Compare Source

What's Changed

Full Changelog: fastify/fastify-autoload@v5.8.2...v5.8.3

v5.8.2

Compare Source

What's Changed

Full Changelog: fastify/fastify-autoload@v5.8.1...v5.8.2

v5.8.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-autoload@v5.8.0...v5.8.1

fastify/fastify-multipart (@​fastify/multipart)

v8.3.0

Compare Source

What's Changed

Full Changelog: fastify/fastify-multipart@v8.2.0...v8.3.0

fastify/fastify-sensible (@​fastify/sensible)

v5.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-sensible@v5.5.0...v5.6.0

sinclairzx81/typebox (@​sinclair/typebox)

v0.32.32

Compare Source

v0.32.31

Compare Source

v0.32.30

Compare Source

v0.32.29

Compare Source

v0.32.28

Compare Source

v0.32.27

Compare Source

v0.32.26

Compare Source

v0.32.25

Compare Source

v0.32.24

Compare Source

v0.32.23

Compare Source

v0.32.22

Compare Source

v0.32.21

Compare Source

v0.32.20

Compare Source

v0.32.19

Compare Source

tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.13

Compare Source

Fixed
  • Don't apply margins to <br> elements contained in an <li> in FF (#​350)

v0.5.12

Compare Source

Added
  • Use logical properties for better RTL support (#​323)

v0.5.11

Compare Source

Added
Fixed
  • Fix space between <figcaption> and <video> (#​339)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.13.0

Compare Source

🚀 Features
  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index

🩹 Fixes
  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be more specific about error types

  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option

❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)

  • rule-tester: check for parsing errors in suggestion fixes

  • rule-tester: port checkDuplicateTestCases from ESLint

  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'

🩹 Fixes
  • no-useless-template-expression -> no-unnecessary-template-expression

  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check

  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining

  • eslint-plugin: [explicit-member-accessibility] refine report locations

  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares

  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions

  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe

  • eslint-plugin: [member-ordering] also TSMethodSignature can be get/set

❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.11.0

Compare Source

🚀 Features
  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment
🩹 Fixes
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions
❤️ Thank You
  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

v7.10.0

Compare Source

🚀 Features
  • eslint-plugin: [sort-type-constituents] support case sensitive sorting
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag
❤️ Thank You
  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

v7.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

You can read about our versioning strategy and releases on our website.

v7.8.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-argument] handle tagged templates

  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check

  • eslint-plugin: [consistent-type-assertions] handle tagged templates

  • eslint-plugin: [no-unsafe-return] handle union types

  • eslint-plugin: [no-unused-vars] clear error report range

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • jsfm01
  • Kim Sang Du
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.7.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish

  • eslint-plugin: [no-for-in-array] refine report location

  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type

❤️ Thank You
  • Abraham Guo
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.7.0

Compare Source

🚀 Features
  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor
❤️ Thank You
  • Dave
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

You can read about our versioning strategy and releases on our website.

v7.5.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression

  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.4.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

  • eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates

  • eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive

  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false

  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside

❤️ Thank You
  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

You can read about our versioning strategy and releases on our website.

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

v7.13.0

Compare Source

🚀 Features
  • parser, typescript-estree: export withoutProjectParserOptions utility
❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.12.0

Compare Source

🩹 Fixes
  • types: correct typing ParserOptions
❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.11.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.10.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.9.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.8.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.7.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.7.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

You can read about our versioning strategy and releases on our website.

v7.5.0

Compare Source

🩹 Fixes
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues
❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.4.0

Compare Source

chaijs/chai (chai)

v5.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.1.0...v5.1.1

saadeghi/daisyui (daisyui)

v4.12.2

Compare Source

v4.11.1

Compare Source

Bug Fixes
  • disable initial button animation for prefers-reduced-motion (57d470e)

v4.11.0

Compare Source

Features
  • add tab-active style for tabs with aria-selected="true" attribute (213ee58)

v4.10.5

Compare Source

Bug Fixes
  • add missing outline-* color utility classes to CDN file (b3e4800), closes #​2944

v4.10.4

Compare Source

Bug Fixes
  • show the parent element of disabled input as disabled (50d26b5), closes #​3004

v4.10.3

Compare Source

v4.10.2

Compare Source

Bug Fixes

v4.10.1

[Compare Source](https://togithub.com/saadeghi/daisyui/compare/v


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.

Copy link

vercel bot commented Mar 22, 2024

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

Name Status Preview Comments Updated (UTC)
nft-app ❌ Failed (Inspect) Jun 12, 2024 10:52pm

Copy link

codesandbox bot commented Mar 22, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

changeset-bot bot commented Mar 22, 2024

⚠️ No Changeset found

Latest commit: 503d6a7

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

socket-security bot commented Mar 22, 2024

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package Note
Install scripts npm/esbuild@0.21.5
Install scripts npm/esbuild@0.19.12

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/esbuild@0.21.5
  • @SocketSecurity ignore npm/esbuild@0.19.12

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f365ff4 to b7dbed6 Compare March 22, 2024 21:31
@renovate renovate bot changed the title chore(deps): update dependency @types/react to v18.2.68 chore(deps): update dependency @types/react to v18.2.69 Mar 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency @types/react to v18.2.69 fix(deps): update all non-major dependencies Mar 23, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b7dbed6 to 721f2be Compare March 23, 2024 01:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 721f2be to 86ca729 Compare March 23, 2024 11:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 86ca729 to 162de4f Compare March 24, 2024 10:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 162de4f to 6fc16ba Compare March 24, 2024 17:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6fc16ba to a9fd415 Compare March 25, 2024 10:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a9fd415 to 7a5b3a3 Compare March 25, 2024 13:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7a5b3a3 to 92e184b Compare March 25, 2024 20:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 92e184b to b781fb5 Compare March 26, 2024 09:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b781fb5 to 69d2f3c Compare March 26, 2024 14:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 69d2f3c to 7982d12 Compare March 26, 2024 18:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7982d12 to f2a0705 Compare March 26, 2024 21:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cc0242f to 74f576c Compare June 7, 2024 11:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 74f576c to a34fad2 Compare June 7, 2024 12:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a34fad2 to b6e7d3b Compare June 8, 2024 03:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b6e7d3b to c36e646 Compare June 8, 2024 12:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c36e646 to 1d674b5 Compare June 9, 2024 01:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1d674b5 to 06224c0 Compare June 9, 2024 09:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 06224c0 to 46c8f25 Compare June 9, 2024 12:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 46c8f25 to c77a1ac Compare June 10, 2024 19:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c77a1ac to d10dfe2 Compare June 11, 2024 00:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d10dfe2 to bf27413 Compare June 11, 2024 06:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf27413 to 053141d Compare June 11, 2024 18:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 053141d to edda537 Compare June 12, 2024 13:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from edda537 to 4c84950 Compare June 12, 2024 18:39
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

0 participants