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

Merged
merged 1 commit into from
Jul 25, 2024
Merged

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.10.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.35 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/mocha (source) 10.0.6 -> 10.0.7 age adoption passing confidence
@types/node (source) 20.11.30 -> 20.14.12 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.17.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.3.1 -> 7.17.0 age adoption passing confidence
chai (source) 5.1.0 -> 5.1.1 age adoption passing confidence
daisyui (source) 4.7.3 -> 4.12.10 age adoption passing confidence
eslint-config-productsway 1.3.2 -> 1.3.3 age adoption passing confidence
fastify (source) 4.26.2 -> 4.28.1 age adoption passing confidence
fastify-cli 6.1.1 -> 6.2.1 age adoption passing confidence
hardhat (source) 2.22.2 -> 2.22.6 age adoption passing confidence
hardhat-gas-reporter 2.0.2 -> 2.2.0 age adoption passing confidence
husky 9.0.11 -> 9.1.1 age adoption passing confidence
lint-staged 15.2.2 -> 15.2.7 age adoption passing confidence
nft.storage (source) 7.1.1 -> 7.2.0 age adoption passing confidence
postcss (source) 8.4.38 -> 8.4.40 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.3 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.52.1 age adoption passing confidence
rustywind 0.21.1 -> 0.22.0 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.6 age adoption passing confidence
tsup (source) 8.0.2 -> 8.2.3 age adoption passing confidence
tsx (source) 4.7.1 -> 4.16.2 age adoption passing confidence
typescript (source) 5.4.3 -> 5.5.4 age adoption passing confidence
vite (source) 5.2.6 -> 5.3.5 age adoption passing confidence

Release Notes

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

v5.10.0

Compare Source

What's Changed

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

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

Compare Source

v0.32.34

Compare Source

v0.32.33

Compare Source

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

Compare Source

🚀 Features
  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"

🩹 Fixes
  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more)

  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context

  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field

❤️ Thank You
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

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

v7.16.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters
❤️ Thank You
  • Dan Vanderkam

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

v7.16.0

Compare Source

🚀 Features
  • rule-tester: stricter rule test validations

  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule

  • eslint-plugin: add support for nested namespaces to unsafe-member-access

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

🩹 Fixes
  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • eslint-plugin: [no-floating-promises] add suggestions to tests from #​9263 checkThenables

  • website: react key error on internal pages of website

  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

v7.15.0

Compare Source

🚀 Features
  • eslint-plugin: [array-type] detect Readonly<string[]> case

  • eslint-plugin: back-port new rules around empty object types from v8

🩹 Fixes
  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config

  • eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any

  • eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any

❤️ Thank You
  • auvred
  • Kim Sang Du
  • rgehbt
  • Vinccool96

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

v7.14.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types

  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens

❤️ Thank You
  • Jake Bailey

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

v7.14.0

Compare Source

🚀 Features
  • support TypeScript 5.5
🩹 Fixes
  • eslint-plugin: [no-extraneous-class] handle abstract members

  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types

  • eslint-plugin: [no-invalid-this] support AccessorProperty

❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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

v7.13.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-readonly] refine report locations

  • eslint-plugin: [return-await] support explicit resource management

  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any

❤️ Thank You
  • Kirk Waiblinger
  • Yukihiro Hasegawa

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

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

Compare Source

🩹 Fixes
  • deps: update dependency [@​eslint-community/reg

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 was generated by Mend Renovate. View the repository job log.

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) Jul 25, 2024 0:29am

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: 44ef6cf

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

👍 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 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
Copy link

vercel bot commented Jul 22, 2024

Deployment failed with the following error:

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 317457f to 44ef6cf Compare July 25, 2024 12:26
@jellydn jellydn merged commit 055e73d into main Jul 25, 2024
6 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch July 25, 2024 12:29
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.

1 participant