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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@apollo/client (source) 3.7.15 -> 3.11.10 age adoption passing confidence dependencies minor
@babel/core (source) 7.22.5 -> 7.26.0 age adoption passing confidence devDependencies minor
@babel/eslint-parser (source) 7.22.5 -> 7.25.9 age adoption passing confidence devDependencies minor
@headlessui/react (source) 1.7.15 -> 1.7.19 age adoption passing confidence dependencies patch
@heroicons/react 2.0.18 -> 2.1.5 age adoption passing confidence dependencies minor
@hookform/resolvers (source) 3.1.1 -> 3.9.1 age adoption passing confidence dependencies minor
@rainbow-me/rainbowkit (source) 0.12.14 -> 0.12.18 age adoption passing confidence dependencies patch
@rainbow-me/rainbowkit-siwe-next-auth (source) 0.2.0 -> 0.5.0 age adoption passing confidence dependencies minor
@storybook/addon-essentials (source) 7.0.20 -> 7.6.20 age adoption passing confidence devDependencies minor
@storybook/addon-interactions (source) 7.0.20 -> 7.6.20 age adoption passing confidence devDependencies minor
@storybook/addon-links (source) 7.0.20 -> 7.6.20 age adoption passing confidence devDependencies minor
@storybook/nextjs (source) 7.0.20 -> 7.6.20 age adoption passing confidence devDependencies minor
@storybook/react (source) 7.0.20 -> 7.6.20 age adoption passing confidence devDependencies minor
@storybook/testing-library 0.1.0 -> 0.2.2 age adoption passing confidence devDependencies minor
@tailwindcss/forms 0.5.3 -> 0.5.9 age adoption passing confidence dependencies patch
@testing-library/jest-dom 5.16.5 -> 5.17.0 age adoption passing confidence devDependencies minor
@testing-library/react 14.0.0 -> 14.3.1 age adoption passing confidence devDependencies minor
@trivago/prettier-plugin-sort-imports 4.1.1 -> 4.3.0 age adoption passing confidence devDependencies minor
@types/react (source) 18.2.12 -> 18.3.12 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 5.59.11 -> 5.62.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 5.59.11 -> 5.62.0 age adoption passing confidence devDependencies minor
@vitest/ui (source) 0.32.0 -> 0.34.7 age adoption passing confidence devDependencies minor
autoprefixer 10.4.14 -> 10.4.20 age adoption passing confidence devDependencies patch
babel-jest (source) 29.5.0 -> 29.7.0 age adoption passing confidence devDependencies minor
babel-loader 9.1.2 -> 9.2.1 age adoption passing confidence devDependencies minor
class-variance-authority 0.6.0 -> 0.7.0 age adoption passing confidence dependencies minor
concurrently 8.2.0 -> 8.2.2 age adoption passing confidence devDependencies patch
eslint (source) 8.42.0 -> 8.57.1 age adoption passing confidence devDependencies minor
eslint-config-next (source) 13.4.5 -> 13.5.7 age adoption passing confidence devDependencies minor
eslint-config-prettier 8.8.0 -> 8.10.0 age adoption passing confidence devDependencies minor
eslint-plugin-storybook 0.6.12 -> 0.11.0 age adoption passing confidence devDependencies minor
graphql 16.6.0 -> 16.9.0 age adoption passing confidence dependencies minor
lint-staged 13.2.2 -> 13.3.0 age adoption passing confidence devDependencies minor
loglevel 1.8.1 -> 1.9.2 age adoption passing confidence dependencies minor
msw (source) 1.2.2 -> 1.3.5 age adoption passing confidence devDependencies minor
next (source) 13.4.5 -> 13.5.7 age adoption passing confidence dependencies minor
next-auth (source) 4.22.1 -> 4.24.10 age adoption passing confidence dependencies minor
next-validations 0.3.2 -> 0.4.2 age adoption passing confidence dependencies minor
node (source) 18.16.0 -> 18.20.4 age adoption passing confidence minor
postcss (source) 8.4.24 -> 8.4.49 age adoption passing confidence resolutions patch
postcss (source) 8.4.24 -> 8.4.49 age adoption passing confidence devDependencies patch
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence dependencies minor
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence dependencies minor
react-hook-form (source) 7.44.3 -> 7.53.2 age adoption passing confidence dependencies minor
rustywind 0.16.0 -> 0.23.1 age adoption passing confidence devDependencies minor
siwe 2.1.4 -> 2.3.2 age adoption passing confidence dependencies minor
sort-package-json 2.4.1 -> 2.10.1 age adoption passing confidence devDependencies minor
storybook (source) 7.0.20 -> 7.6.20 age adoption passing confidence devDependencies minor
tailwindcss (source) 3.3.2 -> 3.4.14 age adoption passing confidence devDependencies minor
typescript (source) 5.1.3 -> 5.6.3 age adoption passing confidence devDependencies minor
vite (source) 4.3.9 -> 4.5.5 age adoption passing confidence devDependencies minor
vitest (source) 0.32.0 -> 0.34.6 age adoption passing confidence devDependencies minor
wagmi (source) 0.12.15 -> 0.12.19 age adoption passing confidence dependencies patch
yup 1.2.0 -> 1.4.0 age adoption passing confidence dependencies minor

Release Notes

apollographql/apollo-client (@​apollo/client)

v3.11.10

Compare Source

Patch Changes
  • #​12093 1765668 Thanks @​mgmolisani! - Fixed a bug when evaluating the devtools flag with the new syntax devtools.enabled that could result to true when explicitly set to false.

v3.11.9

Compare Source

Patch Changes
  • #​12110 a3f95c6 Thanks @​jerelmiller! - Fix an issue where errors returned from a fetchMore call from a Suspense hook would cause a Suspense boundary to be shown indefinitely.

v3.11.8

Compare Source

Patch Changes

v3.11.7

Compare Source

Patch Changes
  • #​12052 e471cef Thanks @​jerelmiller! - Fixes a regression from where passing an invalid identifier to from in useFragment would result in the warning TypeError: Cannot read properties of undefined (reading '__typename').

v3.11.6

Compare Source

Patch Changes

v3.11.5

Compare Source

Patch Changes

v3.11.4

Compare Source

Patch Changes
  • #​11994 41b17e5 Thanks @​jerelmiller! - Update the Modifier function type to allow cache.modify to return deeply partial data.

  • #​11989 e609156 Thanks @​phryneas! - Fix a potential crash when calling clearStore while a query was running.

    Previously, calling client.clearStore() while a query was running had one of these results:

    • useQuery would stay in a loading: true state.
    • useLazyQuery would stay in a loading: true state, but also crash with a "Cannot read property 'data' of undefined" error.

    Now, in both cases, the hook will enter an error state with a networkError, and the promise returned by the useLazyQuery execute function will return a result in an error state.

  • #​11994 41b17e5 Thanks @​jerelmiller! - Prevent accidental distribution on cache.modify field modifiers when a field is a union type array.

v3.11.3

Compare Source

Patch Changes
Potentially disruptive change

When calling fetchMore with a query that has a no-cache fetch policy, fetchMore will now throw if an updateQuery function is not provided. This provides a mechanism to merge the results from the fetchMore call with the query's previous result.

v3.11.2

Compare Source

Patch Changes

v3.11.1

Compare Source

Patch Changes
  • #​11969 061cab6 Thanks @​jerelmiller! - Remove check for window.__APOLLO_CLIENT__ when determining whether to connect to Apollo Client Devtools when connectToDevtools or devtools.enabled is not specified. This now simply checks to see if the application is in development mode.

  • #​11971 ecf77f6 Thanks @​jerelmiller! - Prevent the setTimeout for suggesting devtools from running in non-browser environments.

v3.11.0

Compare Source

Potentially Breaking Fixes
  • #​11789 5793301 Thanks @​phryneas! - Changes usages of the GraphQLError type to GraphQLFormattedError.

    This was a type bug - these errors were never GraphQLError instances
    to begin with, and the GraphQLError class has additional properties that can
    never be correctly rehydrated from a GraphQL result.
    The correct type to use here is GraphQLFormattedError.

    Similarly, please ensure to use the type FormattedExecutionResult
    instead of ExecutionResult - the non-"Formatted" versions of these types
    are for use on the server only, but don't get transported over the network.

  • #​11626 228429a Thanks @​phryneas! - Call nextFetchPolicy with "variables-changed" even if there is a fetchPolicy specified.

    Previously this would only be called when the current fetchPolicy was equal to the fetchPolicy option or the option was not specified. If you use nextFetchPolicy as a function, expect to see this function called more often.

    Due to this bug, this also meant that the fetchPolicy might be reset to the initial fetchPolicy, even when you specified a nextFetchPolicy function. If you previously relied on this behavior, you will need to update your nextFetchPolicy callback function to implement this resetting behavior.

    As an example, if your code looked like the following:

    useQuery(QUERY, {
      nextFetchPolicy(currentFetchPolicy, info) {
        // your logic here
      }
    );

    Update your function to the following to reimplement the resetting behavior:

    useQuery(QUERY, {
      nextFetchPolicy(currentFetchPolicy, info) {
        if (info.reason === 'variables-changed') {
          return info.initialFetchPolicy;
        }
        // your logic here
      }
    );
Minor Changes

@changeset-bot
Copy link

changeset-bot bot commented Jun 15, 2023

⚠️ No Changeset found

Latest commit: 0403104

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 Jun 15, 2023

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

Name Status Preview Comments Updated (UTC)
lens-demo-app ❌ Failed (Inspect) Nov 12, 2024 0:10am

@socket-security
Copy link

socket-security bot commented Jun 17, 2023

👍 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 2 times, most recently from e1b209e to 11e43d9 Compare November 1, 2024 17:10
Copy link

sweep-ai bot commented Nov 7, 2024

Hey @renovate[bot], here is an example of how you can ask me to improve this pull request:

@Sweep Add unit tests for the updated Apollo Client hooks, specifically testing the new behavior of `fetchMore` with a `no-cache` fetch policy to ensure it throws an error when no `updateQuery` function is provided.

📖 For more information on how to use Sweep, please read our documentation.

Copy link

Report too large to display inline

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