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: update npm dependencies #814

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

chore: update npm dependencies #814

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@ant-design/compatible 5.1.2 -> 5.1.3 age adoption passing confidence dependencies patch
@ant-design/icons (source) 5.3.6 -> 5.3.7 age adoption passing confidence dependencies patch
@ant-design/pro-components (source) 2.7.2 -> 2.7.9 age adoption passing confidence dependencies patch
@ant-design/pro-layout (source) 7.19.2 -> 7.19.7 age adoption passing confidence dependencies patch
@ant-design/pro-table (source) 3.15.3 -> 3.16.0 age adoption passing confidence dependencies minor
@apollo/client (source) 3.9.11 -> 3.10.4 age adoption passing confidence dependencies minor
@graphql-codegen/typescript (source) 4.0.6 -> 4.0.7 age adoption passing confidence devDependencies patch
@graphql-codegen/typescript-operations (source) 4.2.0 -> 4.2.1 age adoption passing confidence devDependencies patch
@playwright/test (source) 1.43.1 -> 1.44.1 age adoption passing confidence devDependencies minor
@storybook/addon-essentials (source) 8.0.8 -> 8.1.5 age adoption passing confidence devDependencies minor
@storybook/addon-interactions (source) 8.0.8 -> 8.1.5 age adoption passing confidence devDependencies minor
@storybook/addon-links (source) 8.0.8 -> 8.1.5 age adoption passing confidence devDependencies minor
@storybook/blocks (source) 8.0.8 -> 8.1.5 age adoption passing confidence devDependencies minor
@storybook/react (source) 8.0.8 -> 8.1.5 age adoption passing confidence devDependencies minor
@storybook/react-vite (source) 8.0.8 -> 8.1.5 age adoption passing confidence devDependencies minor
@testing-library/jest-dom 6.4.2 -> 6.4.5 age adoption passing confidence devDependencies patch
@testing-library/react 15.0.2 -> 15.0.7 age adoption passing confidence devDependencies patch
@types/node (source) 20.12.7 -> 20.14.0 age adoption passing confidence devDependencies minor
@types/react (source) 18.2.79 -> 18.3.3 age adoption passing confidence devDependencies minor
@types/react-dom (source) 18.2.25 -> 18.3.0 age adoption passing confidence devDependencies minor
@vitejs/plugin-react (source) 4.2.1 -> 4.3.0 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) 1.5.0 -> 1.6.0 age adoption passing confidence devDependencies minor
antd (source) 5.16.2 -> 5.18.0 age adoption passing confidence dependencies minor
aws-amplify (source) 5.3.18 -> 6.3.4 age adoption passing confidence dependencies major
dayjs (source) 1.11.10 -> 1.11.11 age adoption passing confidence dependencies patch
eslint (source) 8.57.0 -> 9.4.0 age adoption passing confidence devDependencies major
eslint-config-reearth 0.3.0 -> 0.3.4 age adoption passing confidence devDependencies patch
formik (source) 2.4.5 -> 2.4.6 age adoption passing confidence dependencies patch
graphiql (source) 3.2.0 -> 3.2.3 age adoption passing confidence dependencies patch
i18next (source) 23.11.2 -> 23.11.5 age adoption passing confidence dependencies patch
i18next-browser-languagedetector 7.2.1 -> 8.0.0 age adoption passing confidence dependencies major
jotai 2.8.0 -> 2.8.2 age adoption passing confidence dependencies patch
jsdom 24.0.0 -> 24.1.0 age adoption passing confidence devDependencies minor
msw (source) 2.2.14 -> 2.3.1 age adoption passing confidence devDependencies minor
node (source) >=20.11.0 -> >=20.14.0 age adoption passing confidence engines minor
npm-run-all 4.1.5 -> 5.0.0 devDependencies replacement
prettier (source) 3.2.5 -> 3.3.0 age adoption passing confidence devDependencies minor
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-i18next 14.1.0 -> 14.1.2 age adoption passing confidence dependencies patch
react-router-dom (source) 6.22.3 -> 6.23.1 age adoption passing confidence dependencies minor
storybook (source) 8.0.8 -> 8.1.5 age adoption passing confidence devDependencies minor
vite (source) 5.2.9 -> 5.2.12 age adoption passing confidence devDependencies patch
vitest (source) 1.5.0 -> 1.6.0 age adoption passing confidence devDependencies minor

This is a special PR that replaces npm-run-all with the community suggested minimal stable replacement version.


Release Notes

ant-design/compatible (@​ant-design/compatible)

v5.1.3

Compare Source

  • fix: antd latest version compatible fe96701
  • fix CSS-in-JS warning about content without quotes (#​157) 921f883
ant-design/ant-design-icons (@​ant-design/icons)

v5.3.7

Compare Source

ant-design/pro-components (@​ant-design/pro-components)

v2.7.9

Compare Source

v2.7.8

Compare Source

v2.7.7

Compare Source

v2.7.6

Compare Source

v2.7.5

Compare Source

v2.7.4

Compare Source

v2.7.3

Compare Source

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

v3.10.4

Compare Source

Patch Changes
  • #​11838 8475346 Thanks @​alex-kinokon! - Don’t prompt for DevTools installation for browser extension page

  • #​11839 6481fe1 Thanks @​jerelmiller! - Fix a regression in 3.9.5 where a merge function that returned an incomplete result would not allow the client to refetch in order to fulfill the query.

  • #​11844 86984f2 Thanks @​jerelmiller! - Honor the @nonreactive directive when using cache.watchFragment or the useFragment hook to avoid rerendering when using these directives.

  • #​11824 47ad806 Thanks @​phryneas! - Create branded QueryRef type without exposed properties.

    This change deprecates QueryReference in favor of a QueryRef type that doesn't expose any properties.
    This change also updates preloadQuery to return a new PreloadedQueryRef type, which exposes the toPromise function as it does today. This means that query refs produced by useBackgroundQuery and useLoadableQuery now return QueryRef types that do not have access to a toPromise function, which was never meant to be used in combination with these hooks.

    While we tend to avoid any types of breaking changes in patch releases as this, this change was necessary to support an upcoming version of the React Server Component integration, which needed to omit the toPromise function that would otherwise have broken at runtime.
    Note that this is a TypeScript-only change. At runtime, toPromise is still present on all queryRefs currently created by this package - but we strongly want to discourage you from accessing it in all cases except for the PreloadedQueryRef use case.

    Migration is as simple as replacing all references to QueryReference with QueryRef, so it should be possible to do this with a search & replace in most code bases:

    -import { QueryReference } from '@​apollo/client'
    +import { QueryRef } from '@​apollo/client'
    
    - function Component({ queryRef }: { queryRef: QueryReference<TData> }) {
    + function Component({ queryRef }: { queryRef: QueryRef<TData> }) {
      // ...
    }
  • #​11845 4c5c820 Thanks @​jerelmiller! - Remove @nonreactive directives from queries passed to MockLink to ensure they are properly matched.

  • #​11837 dff15b1 Thanks @​jerelmiller! - Fix an issue where a polled query created in React strict mode may not stop polling after the component unmounts while using the cache-and-network fetch policy.

v3.10.3

Compare Source

Patch Changes

v3.10.2

Compare Source

Patch Changes

v3.10.1

Compare Source

Patch Changes

v3.10.0

Compare Source

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

v4.0.7

Compare Source

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

v4.2.1

Compare Source

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

v1.44.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/30779 - [REGRESSION]: When using video: 'on' with VSCode extension the browser got closed
https://github.com/microsoft/playwright/issues/30755 - [REGRESSION]: Electron launch with spaces inside executablePath didn't workhttps://github.com/microsoft/playwright/issues/307700 - [REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't worhttps://github.com/microsoft/playwright/issues/3085858 - [REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report

Browser Versions

  • Chromium 125.0.6422.14
  • Mozilla Firefox 125.0.1
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 124
  • Microsoft Edge 124

v1.44.0

Compare Source

New APIs

**Acces


Configuration

📅 Schedule: Branch creation - "before 3:00 am on the 4th day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@netlify
Copy link

netlify bot commented Sep 4, 2023

Deploy Preview for reearth-cms failed.

Name Link
🔨 Latest commit de7c117
🔍 Latest deploy log https://app.netlify.com/sites/reearth-cms/deploys/665db6097ed49e0008b8c696

@github-actions github-actions bot added the web label Sep 4, 2023
@renovate renovate bot force-pushed the renovate/npm branch 20 times, most recently from 4cfadfb to 78030f4 Compare September 11, 2023 06:02
@renovate renovate bot force-pushed the renovate/npm branch 5 times, most recently from cb15c04 to 413b07b Compare September 13, 2023 05:32
@renovate renovate bot force-pushed the renovate/npm branch 15 times, most recently from b5219d1 to 9996213 Compare May 29, 2024 06:57
@renovate renovate bot force-pushed the renovate/npm branch 13 times, most recently from 4f6ff29 to 58ee7e4 Compare June 2, 2024 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants