trpc-demo icon indicating copy to clipboard operation
trpc-demo copied to clipboard

fix(deps): update all non-major dependencies

Open renovate[bot] opened this issue 1 year ago • 6 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fastify/autoload 5.8.0 -> 5.8.2 age adoption passing confidence
@fastify/sensible 5.5.0 -> 5.6.0 age adoption passing confidence
@sinclair/typebox 0.32.12 -> 0.32.30 age adoption passing confidence
@types/busboy (source) 1.5.3 -> 1.5.4 age adoption passing confidence
@types/node (source) 20.11.6 -> 20.12.12 age adoption passing confidence
@types/qs (source) 6.9.11 -> 6.9.15 age adoption passing confidence
@types/react (source) 18.2.48 -> 18.3.2 age adoption passing confidence
@types/react-dom (source) 18.2.18 -> 18.3.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.19.1 -> 6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.19.1 -> 6.21.0 age adoption passing confidence
close-with-grace 1.2.0 -> 1.3.0 age adoption passing confidence
eslint (source) 8.56.0 -> 8.57.0 age adoption passing confidence
eslint-config-productsway 1.3.1 -> 1.3.2 age adoption passing confidence
fast-json-stringify 5.10.0 -> 5.15.1 age adoption passing confidence
fastify (source) 4.25.2 -> 4.27.0 age adoption passing confidence
mercurius (source) 13.3.3 -> 13.4.1 age adoption passing confidence
mercurius-codegen 5.0.3 -> 5.0.4 age adoption passing confidence
mercurius-integration-testing 8.1.1 -> 8.2.0 age adoption passing confidence
prettier (source) 3.2.4 -> 3.2.5 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
tsx 4.7.0 -> 4.10.5 age adoption passing confidence
typescript (source) 5.3.3 -> 5.4.5 age adoption passing confidence
vite (source) 5.0.12 -> 5.2.11 age adoption passing confidence
yarn 1.22.21 -> 1.22.22 age adoption passing confidence
zod (source) 3.22.4 -> 3.23.8 age adoption passing confidence

Release Notes

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

v5.8.2

Compare Source

What's Changed

Full Changelog: https://github.com/fastify/fastify-autoload/compare/v5.8.1...v5.8.2

v5.8.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-autoload/compare/v5.8.0...v5.8.1

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

v5.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-sensible/compare/v5.5.0...v5.6.0

sinclairzx81/typebox (@​sinclair/typebox)

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

v0.32.18

Compare Source

v0.32.17

Compare Source

v0.32.16

Compare Source

v0.32.15

Compare Source

v0.32.14

Compare Source

v0.32.13

Compare Source

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

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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

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

v6.21.0

Compare Source

🚀 Features
  • allow parserOptions.project: false
❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

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

mcollina/close-with-grace (close-with-grace)

v1.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/mcollina/close-with-grace/compare/v1.2.0...v1.3.0

eslint/eslint (eslint)

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

fastify/fast-json-stringify (fast-json-stringify)

v5.15.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fast-json-stringify/compare/v5.15.0...v5.15.1

v5.15.0

Compare Source

What's Changed

Full Changelog: https://github.com/fastify/fast-json-stringify/compare/v5.14.1...v5.15.0

v5.14.1

Compare Source

What's Changed

Full Changelog: https://github.com/fastify/fast-json-stringify/compare/v5.14.0...v5.14.1

v5.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fast-json-stringify/compare/v5.13.0...v5.14.0

v5.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fast-json-stringify/compare/v5.12.0...v5.13.0

v5.12.0

Compare Source

What's Changed

Full Changelog: https://github.com/fastify/fast-json-stringify/compare/v5.11.1...v5.12.0

v5.11.1

Compare Source

Reverts all changes introduced in v5.11.1.

Full Changelog: https://github.com/fastify/fast-json-stringify/compare/v5.11.0...v5.11.1

v5.11.0

Compare Source

What's Changed

Full Changelog: https://github.com/fastify/fast-json-stringify/compare/v5.10.0...v5.11.0

fastify/fastify (fastify)

v4.27.0

Compare Source

v4.26.2

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/fastify/fastify/compare/v4.26.1...v4.26.2

v4.26.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify/compare/v4.26.0...v4.26.1

v4.26.0

Compare Source

What's Changed

New Contributors


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.

renovate[bot] avatar May 21 '24 23:05 renovate[bot]

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

codesandbox[bot] avatar May 21 '24 23:05 codesandbox[bot]

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

Name Status Preview Comments Updated (UTC)
trpc-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2024 11:26pm

vercel[bot] avatar May 21 '24 23:05 vercel[bot]

⚠️ No Changeset found

Latest commit: 7a8c1cfe854300d442b4dd8d14bec2d1e5e35475

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

changeset-bot[bot] avatar May 21 '24 23:05 changeset-bot[bot]

[!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>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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.

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 as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

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

coderabbitai[bot] avatar May 21 '24 23:05 coderabbitai[bot]

Sweep: PR Review

Sweep is currently reviewing your pr...

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

Package New capabilities Transitives Size Publisher
npm/@rollup/[email protected] None 0 1.69 MB lukastaegert
npm/@rollup/[email protected] None 0 2.57 MB lukastaegert
npm/@rollup/[email protected] None 0 2.49 MB lukastaegert
npm/@rollup/[email protected] None 0 2.64 MB lukastaegert
npm/@rollup/[email protected] None 0 2.53 MB lukastaegert
npm/@rollup/[email protected] None 0 2.52 MB lukastaegert
npm/@rollup/[email protected] None 0 2.55 MB lukastaegert
npm/@rollup/[email protected] None 0 2.43 MB lukastaegert
npm/@rollup/[email protected] None 0 3.15 MB lukastaegert
npm/@rollup/[email protected] None 0 2.61 MB lukastaegert
npm/@rollup/[email protected] None 0 4.3 MB lukastaegert
npm/@rollup/[email protected] None 0 2.78 MB lukastaegert
npm/@rollup/[email protected] None 0 2.78 MB lukastaegert
npm/@rollup/[email protected] None 0 3.03 MB lukastaegert
npm/@rollup/[email protected] None 0 2.72 MB lukastaegert
npm/@rollup/[email protected] None 0 3.63 MB lukastaegert
npm/@types/[email protected] None +2 2.2 MB types
npm/@types/[email protected] None 0 7.34 kB types
npm/@types/[email protected] None +2 2.93 MB types
npm/@typescript-eslint/[email protected] None +6 4.22 MB jameshenry
npm/@typescript-eslint/[email protected] None 0 17.8 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 612 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 156 kB jameshenry
npm/@typescript-eslint/[email protected] None +1 923 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 19.3 kB jameshenry
npm/[email protected] None 0 19.7 kB ljharb
npm/[email protected] None 0 12.3 kB ljharb
npm/[email protected] Transitive: environment, filesystem +27 9.97 MB jellydn
npm/[email protected] filesystem, unsafe Transitive: environment +13 1.86 MB ljharb
npm/[email protected] filesystem Transitive: environment, eval +75 4.88 MB ljharb
npm/[email protected] environment, filesystem Transitive: unsafe +44 7.06 MB eslintbot
npm/[email protected] None 0 34.4 kB oss-bot
npm/[email protected] unsafe 0 17.9 kB coreyfarrell
npm/[email protected] None 0 57.9 kB coreyfarrell
npm/[email protected] None 0 94.3 kB leebyron
npm/[email protected] None 0 5.39 kB eventualbuddha
npm/[email protected] None 0 75.8 kB jdalton
npm/[email protected] None 0 12.4 kB julien-f
npm/[email protected] None +1 62.8 kB isaacs
npm/[email protected] environment Transitive: shell +1 16.7 kB coreyfarrell
npm/[email protected] Transitive: eval +24 417 kB ljharb
npm/[email protected] shell 0 6.21 kB domenic
npm/[email protected] filesystem +2 1.5 MB isaacs
npm/[email protected] unsafe 0 13.5 kB danez
npm/[email protected] environment, filesystem, unsafe 0 8.39 MB prettier-bot
npm/[email protected] filesystem 0 85.2 kB linusu
npm/[email protected] None 0 805 kB tromey
npm/[email protected] Transitive: eval +26 482 kB ljharb
npm/[email protected] shell 0 7.82 kB wmhilton
npm/[email protected] environment, filesystem, unsafe +2 782 kB blakeembrey
npm/[email protected] environment, filesystem 0 56.9 kB sokra
npm/[email protected] None 0 667 kB colinmcd94

🚮 Removed packages: npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@bcherny/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@graphql-codegen/[email protected], npm/@graphql-codegen/[email protected], npm/@graphql-codegen/[email protected], npm/@graphql-codegen/[email protected], npm/@graphql-codegen/[email protected], npm/@graphql-codegen/[email protected], npm/@graphql-codegen/[email protected], npm/@graphql-tools/[email protected], npm/@graphql-tools/[email protected], npm/@graphql-typed-document-node/[email protected], npm/@isaacs/[email protected], npm/@isaacs/[email protected], npm/@istanbuljs/[email protected], npm/@next/[email protected], npm/@next/[email protected], npm/@next/[email protected], npm/@next/[email protected], npm/@next/[email protected], npm/@next/[email protected], npm/@next/[email protected], npm/@next/[email protected], npm/@next/[email protected], npm/@next/[email protected], npm/@next/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rushstack/[email protected], npm/@sinclair/[email protected], npm/@swc/[email protected], npm/@trpc/[email protected], npm/@trpc/[email protected], npm/@trpc/[email protected], npm/@trpc/[email protected], npm/@tsconfig/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@vitejs/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

socket-security[bot] avatar May 21 '24 23:05 socket-security[bot]