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

chore(deps): update all devdependencies #143

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.11.8 -> 3.12.3 age adoption passing confidence
@graphql-codegen/typescript (source) 4.0.9 -> 4.1.2 age adoption passing confidence
@graphql-codegen/typescript-resolvers (source) 4.2.1 -> 4.4.1 age adoption passing confidence
@playwright/test (source) 1.47.2 -> 1.49.1 age adoption passing confidence
@storybook/addon-docs (source) 8.3.3 -> 8.4.7 age adoption passing confidence
@storybook/addon-essentials (source) 8.3.3 -> 8.4.7 age adoption passing confidence
@storybook/addon-interactions (source) 8.3.3 -> 8.4.7 age adoption passing confidence
@storybook/addon-links (source) 8.3.3 -> 8.4.7 age adoption passing confidence
@storybook/blocks (source) 8.3.3 -> 8.4.7 age adoption passing confidence
@storybook/react (source) 8.3.3 -> 8.4.7 age adoption passing confidence
@storybook/react-vite (source) 8.3.3 -> 8.4.7 age adoption passing confidence
@storybook/test (source) 8.3.3 -> 8.4.7 age adoption passing confidence
@storybook/test-runner 0.19.1 -> 0.20.1 age adoption passing confidence
@testing-library/jest-dom 6.5.0 -> 6.6.3 age adoption passing confidence
@testing-library/react 16.0.1 -> 16.1.0 age adoption passing confidence
@types/node (source) 22.5.5 -> 22.10.2 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.6.0 -> 8.18.1 age adoption passing confidence
@typescript-eslint/parser (source) 8.6.0 -> 8.18.1 age adoption passing confidence
eslint-plugin-storybook 0.8.0 -> 0.11.1 age adoption passing confidence
graphql 16.9.0 -> 16.10.0 age adoption passing confidence
msw (source) 2.4.9 -> 2.7.0 age adoption passing confidence
playwright (source) 1.47.2 -> 1.49.1 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence
storybook (source) 8.3.3 -> 8.4.7 age adoption passing confidence
typescript (source) 5.6.2 -> 5.7.2 age adoption passing confidence
undici (source) 6.19.8 -> 6.21.0 age adoption passing confidence
vite-plugin-svgr 4.2.0 -> 4.3.0 age adoption passing confidence

Release Notes

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

v3.12.3

Compare Source

Patch Changes

v3.12.2

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

Minor Changes
Data masking 🎭
  • #​12042 1c0ecbf Thanks @​jerelmiller! - Introduces data masking in Apollo Client.

    Data masking enforces that only the fields requested by the query or fragment is available to that component. Data masking is best paired with colocated fragments.

    To enable data masking in Apollo Client, set the dataMasking option to true.

    new ApolloClient({
      dataMasking: true,
      // ... other options
    });

    For detailed information on data masking, including how to incrementally adopt it in an existing applications, see the data masking documentation.

  • #​12131 21c3f08 Thanks @​jerelmiller! - Allow null as a valid from value in useFragment.

More Patch Changes

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.
dotansimha/graphql-code-generator (@​graphql-codegen/typescript)

v4.1.2

Compare Source

Patch Changes

v4.1.1

Compare Source

Patch Changes

v4.1.0

Compare Source

Minor Changes
  • #​10077 3f4f546 Thanks @​eddeee888! - Extend config.avoidOptions to support query, mutation and subscription

    Previously, config.avoidOptions.resolvers was being used to make query, mutation and subscription fields non-optional.
    Now, config.avoidOptions.query, config.avoidOptions.mutation and config.avoidOptions.subscription can be used to target the respective types.

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript-resolvers)

v4.4.1

Compare Source

Patch Changes

v4.4.0

Compare Source

Minor Changes
  • #​9989 55a1e9e Thanks @​eddeee888! - Add generateInternalResolversIfNeeded option

    This option can be used to generate more correct types for internal resolvers. For example, only generate __resolveReference if the federation object has a resolvable @key.

    In the future, this option can be extended to support other internal resolvers e.g. __isTypeOf is only generated for implementing types and union members.

  • #​10141 a235051 Thanks @​eddeee888! - Add avoidCheckingAbstractTypesRecursively to avoid checking and generating abstract types recursively

    For users that already sets recursive default mappers e.g. Partial<{T}> or DeepPartial<{T}>, having both options on will cause a nested loop which eventually crashes Codegen. In such case, setting avoidCheckingAbstractTypesRecursively: true allows users to continue to use recursive default mappers as before.

Patch Changes

v4.3.0

Compare Source

Minor Changes
  • #​10077 3f4f546 Thanks @​eddeee888! - Extend config.avoidOptions to support query, mutation and subscription

    Previously, config.avoidOptions.resolvers was being used to make query, mutation and subscription fields non-optional.
    Now, config.avoidOptions.query, config.avoidOptions.mutation and config.avoidOptions.subscription can be used to target the respective types.

Patch Changes
microsoft/playwright (@​playwright/test)

v1.49.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/33802 - [Bug]: Codegen's Clear button doesn't work if not recordinghttps://github.com/microsoft/playwright/issues/338066 - [Bug]: playwright hangs while waiting for pending navigationhttps://github.com/microsoft/playwright/issues/3378787 - [Bug]: VSC extension isn't capturing all entered tehttps://github.com/microsoft/playwright/issues/33788788 - [Regression]: Double clicking the steps in trace viewer doesn't filter actihttps://github.com/microsoft/playwright/issues/337723772 - [Bug]: aria_snapshot generates invalid yaml when combined with an aria-label attrhttps://github.com/microsoft/playwright/issues/3379133791 - [Bug]: text input with number value raises "container is not iterable" with to_match_aria_snahttps://github.com/microsoft/playwright/issues/33644/33644 - [Bug]: getByRole can't find element with the accessible name from label element when aria-labelledby is nothttps://github.com/microsoft/playwright/issues/33660s/33660 - [Regression]: Unable to open Playwright UI in Dark Mode

Browser Versions
  • Chromium 131.0.6778.33
  • Mozilla Firefox 132.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 130
  • Microsoft Edge 130

v1.49.0

Compare Source

v1.48.2

Compare Source

v1.48.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/33023 - [Bug]: command line flag --headed has no effect in ui modehttps://github.com/microsoft/playwright/issues/331077 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.https://github.com/microsoft/playwright/issues/3308585 - [Bug]: WebSocket route does not handle full URLs in Playwrighttps://github.com/microsoft/playwright/issues/33052052 - [Regression]: Inspector not showing recorded sthttps://github.com/microsoft/playwright/issues/331323132 - [Bug]: Wrong Ubuntu release name in Dockerfile.nhttps://github.com/microsoft/playwright/pull/3299632996 - [BUG] Trace attachments have small unusable height

Browser Versions

  • Chromium 130.0.6723.19
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 129
  • Microsoft Edge 129

v1.48.0

Compare Source

storybookjs/storybook (@​storybook/addon-docs)

v8.4.7

Compare Source

v8.4.6

Compare Source

v8.4.5

Compare Source

v8.4.4

Compare Source

  • Addon Test: Only optimize react deps if applicable in vitest-plugin - #​29617, thanks @​yannbf!

v8.4.3

Compare Source

v8.4.2

Compare Source

v8.4.1

Compare Source

v8.4.0

Compare Source

Storybook 8.4 comes with a ton of exciting new features designed to give you the best experience developing, testing, and debugging tests in the browser!

  • ▶️ Unified UI for component testing
  • 5️⃣ Svelte 5 and Svelte CSF support
  • ⚛️ React Native Storybook 8 release
  • 🏷️ Tags-based filtering to organize your Storybook
  • 🫧 Dependency cleanup to reduce install footprint
  • 💯 Hundreds more improvements
List of all updates

Copy link

changeset-bot bot commented Sep 28, 2024

⚠️ No Changeset found

Latest commit: 57581c6

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.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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

netlify bot commented Sep 28, 2024

Deploy Preview for graphql-testing-library canceled.

Name Link
🔨 Latest commit 57581c6
🔍 Latest deploy log https://app.netlify.com/sites/graphql-testing-library/deploys/676136eabe03250008806e70

@renovate renovate bot force-pushed the renovate/all-dev branch from fc55967 to f256c21 Compare October 5, 2024 07:45
@renovate renovate bot enabled auto-merge (squash) October 5, 2024 07:45
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from 97edeba to 48bf3bf Compare October 19, 2024 08:01
@renovate renovate bot force-pushed the renovate/all-dev branch 3 times, most recently from b8cbb8b to 090e6e4 Compare November 2, 2024 07:43
@renovate renovate bot force-pushed the renovate/all-dev branch 3 times, most recently from 6a4c1d8 to 8940b01 Compare November 10, 2024 03:49
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from 5ee675a to 2ec9ea7 Compare November 16, 2024 10:31
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from c9606cd to fd5b604 Compare November 30, 2024 09:27
@renovate renovate bot force-pushed the renovate/all-dev branch 8 times, most recently from c13ffa3 to b388a4b Compare December 11, 2024 11:13
@renovate renovate bot force-pushed the renovate/all-dev branch 4 times, most recently from 24a62ea to dc78453 Compare December 16, 2024 18:04
@renovate renovate bot force-pushed the renovate/all-dev branch from dc78453 to 57581c6 Compare December 17, 2024 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants