apollo-client icon indicating copy to clipboard operation
apollo-client copied to clipboard

chore(deps): update all devdependencies

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

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@arethetypeswrong/cli (source) 0.15.3 -> 0.18.2 age adoption passing confidence
@ark/attest (source) 0.28.0 -> 0.48.2 age adoption passing confidence
@babel/parser (source) 7.25.0 -> 7.27.5 age adoption passing confidence
@changesets/cli (source) 2.27.7 -> 2.29.4 age adoption passing confidence
@eslint/compat (source) 1.2.5 -> 1.3.0 age adoption passing confidence
@eslint/eslintrc 3.2.0 -> 3.3.1 age adoption passing confidence
@eslint/js (source) 9.18.0 -> 9.29.0 age adoption passing confidence
@graphql-tools/utils (source) 10.5.0 -> 10.8.6 age adoption passing confidence
@microsoft/api-extractor (source) 7.49.1 -> 7.52.8 age adoption passing confidence
@size-limit/esbuild-why 11.1.4 -> 11.2.0 age adoption passing confidence
@size-limit/preset-small-lib 11.1.4 -> 11.2.0 age adoption passing confidence
@testing-library/react 16.1.0 -> 16.3.0 age adoption passing confidence
@testing-library/user-event 14.5.2 -> 14.6.1 age adoption passing confidence
@types/node (source) 22.10.7 -> 22.15.31 age adoption passing confidence
@types/react (source) 19.0.0 -> 19.1.8 age adoption passing confidence
@types/react-dom (source) 19.0.0 -> 19.1.6 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.21.0 -> 8.34.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.21.0 -> 8.34.0 age adoption passing confidence
@typescript-eslint/rule-tester (source) 8.21.0 -> 8.34.0 age adoption passing confidence
@typescript-eslint/types (source) 8.21.0 -> 8.34.0 age adoption passing confidence
@typescript-eslint/utils (source) 8.21.0 -> 8.34.0 age adoption passing confidence
acorn 8.12.1 -> 8.15.0 age adoption passing confidence
cross-fetch 4.0.0 -> 4.1.0 age adoption passing confidence
eslint (source) 9.18.0 -> 9.29.0 age adoption passing confidence
eslint-import-resolver-typescript 3.7.0 -> 3.10.1 age adoption passing confidence
eslint-plugin-react-hooks (source) 5.1.0 -> 5.2.0 age adoption passing confidence
eslint-plugin-testing-library 7.1.1 -> 7.5.3 age adoption passing confidence
expect-type 1.1.0 -> 1.2.1 age adoption passing confidence
globals 15.14.0 -> 15.15.0 age adoption passing confidence
graphql 16.9.0 -> 16.11.0 age adoption passing confidence
jscodeshift 17.1.1 -> 17.3.0 age adoption passing confidence
mocha (source) 11.0.1 -> 11.6.0 age adoption passing confidence
react (source) 19.0.0 -> 19.1.0 age adoption passing confidence
react-dom (source) 19.0.0 -> 19.1.0 age adoption passing confidence
react-error-boundary 4.0.13 -> 4.1.2 age adoption passing confidence
size-limit 11.1.4 -> 11.2.0 age adoption passing confidence
terser (source) 5.31.3 -> 5.42.0 age adoption passing confidence
ts-api-utils 2.0.0 -> 2.1.0 age adoption passing confidence
ts-jest (source) 29.2.3 -> 29.4.0 age adoption passing confidence
tsx (source) 4.19.2 -> 4.20.3 age adoption passing confidence
typescript (source) 5.7.3 -> 5.8.3 age adoption passing confidence
web-streams-polyfill 4.0.0 -> 4.1.0 age adoption passing confidence

Release Notes

arethetypeswrong/arethetypeswrong.github.io (@​arethetypeswrong/cli)

v0.18.2

Patch Changes

v0.18.1

Compare Source

Patch Changes

v0.18.0

Compare Source

Minor Changes
  • 5dd9c0b: Requiring Node.js 20 for using latest lru-cache.
Patch Changes

v0.17.4

Compare Source

Patch Changes

v0.17.3

Compare Source

Patch Changes

v0.17.2

Compare Source

Patch Changes

v0.17.1

Compare Source

Patch Changes

v0.17.0

Compare Source

Patch Changes

v0.16.4

Compare Source

Patch Changes

v0.16.3

Compare Source

Patch Changes
  • 66ada51: Fix warning message json-format suggestion to use proper syntax

v0.16.2

Compare Source

Patch Changes

v0.16.1

Compare Source

Patch Changes
  • 5ee6f29: Update README with new problem kind

v0.16.0

Compare Source

Minor Changes
Patch Changes

v0.15.4

Compare Source

Patch Changes
  • 5566c1b: Upgrading marked-terminal to version 7.1.0
arktypeio/arktype (@​ark/attest)

v0.46.0

Compare Source

Fix an issue causing some bench files to not be parsed correctly, leading to errors and 0 instantiation counts.

v0.45.11

Compare Source

v0.45.10

Compare Source

v0.45.9

Compare Source

v0.45.8

Compare Source

v0.45.7

Compare Source

v0.45.6

Compare Source

v0.45.5

Compare Source

v0.45.4

Compare Source

v0.45.3

Compare Source

v0.45.2

Compare Source

v0.45.1

Compare Source

v0.45.0

Compare Source

v0.44.8

Compare Source

v0.44.7

Compare Source

v0.44.6

Compare Source

v0.44.5

Compare Source

v0.44.4

Compare Source

v0.44.3

Compare Source

Decouple attest trace/stats from pnpm

v0.44.2

Compare Source

v0.44.1

Compare Source

v0.44.0

Compare Source

Support assertions for JSDoc contents associated with an attested value

const T = type({
	/** FOO */
	foo: "string"
})

const out = T.assert({ foo: "foo" })

// match or snapshot expected jsdoc associated with the value passed to attest
attest(out.foo).jsdoc.snap("FOO")

v0.43.4

Compare Source

v0.43.3

Compare Source

v0.43.2

Compare Source

v0.43.1

Compare Source

v0.43.0

Compare Source

v0.42.0

Compare Source

v0.41.3

Compare Source

v0.41.2

Compare Source

v0.41.1

Compare Source

v0.41.0

Compare Source

Bail early for obviously incorrect equals comparisons

This is the short-term solution to #​1287, where some comparisons with Node's deepStrictEqual and object with recursive properties like Type resulted in OOM crashes.

We will eventually add new string-diffing logic, but for now we just make some shallow comparisons between constructors and types to avoid common problematic comparisons, e.g. between Type instances:

// previously resulted in OOM exception, now shallowly fails with simple error
attest(type.string).equals(type.boolean)

v0.40.0

Compare Source

v0.39.0

Compare Source

v0.38.0

Compare Source

v0.37.0

Compare Source

v0.36.0

Compare Source

v0.35.0

Compare Source

v0.34.0

Compare Source

v0.33.0

Compare Source

v0.32.0

Compare Source

v0.31.0

Compare Source

v0.30.0

Compare Source

v0.29.0

Compare Source

babel/babel (@​babel/parser)

v7.27.5

Compare Source

v7.27.5 (2025-06-03)

Thanks @​NullVoxPopuli for your first PR!

:bug: Bug Fix
:nail_care: Polish
Committers: 4

v7.27.4

Compare Source

v7.27.4 (2025-05-30)

:eyeglasses: Spec Compliance
  • babel-parser, babel-plugin-proposal-explicit-resource-management
:nail_care: Polish
:microscope: Output optimization
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
    • [#​17238](https:/

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

renovate[bot] avatar Aug 24 '24 10:08 renovate[bot]

⚠️ No Changeset found

Latest commit: e4c95002a6d86c5d186c01400d3ef7676c4c5d5f

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

changeset-bot[bot] avatar Aug 24 '24 10:08 changeset-bot[bot]

size-limit report 📦

Path Size
dist/apollo-client.min.cjs 40.64 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" 50.02 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" (production) 47.14 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" 36.13 KB (0%)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" (production) 33.54 KB (0%)
import { ApolloProvider } from "dist/react/index.js" 1.26 KB (0%)
import { ApolloProvider } from "dist/react/index.js" (production) 1.24 KB (0%)
import { useQuery } from "dist/react/index.js" 5.21 KB (0%)
import { useQuery } from "dist/react/index.js" (production) 4.29 KB (0%)
import { useLazyQuery } from "dist/react/index.js" 5.7 KB (0%)
import { useLazyQuery } from "dist/react/index.js" (production) 4.78 KB (0%)
import { useMutation } from "dist/react/index.js" 3.62 KB (0%)
import { useMutation } from "dist/react/index.js" (production) 2.84 KB (0%)
import { useSubscription } from "dist/react/index.js" 4.42 KB (0%)
import { useSubscription } from "dist/react/index.js" (production) 3.48 KB (0%)
import { useSuspenseQuery } from "dist/react/index.js" 5.51 KB (0%)
import { useSuspenseQuery } from "dist/react/index.js" (production) 4.17 KB (0%)
import { useBackgroundQuery } from "dist/react/index.js" 5.01 KB (0%)
import { useBackgroundQuery } from "dist/react/index.js" (production) 3.66 KB (0%)
import { useLoadableQuery } from "dist/react/index.js" 5.09 KB (0%)
import { useLoadableQuery } from "dist/react/index.js" (production) 3.73 KB (0%)
import { useReadQuery } from "dist/react/index.js" 3.41 KB (0%)
import { useReadQuery } from "dist/react/index.js" (production) 3.35 KB (0%)
import { useFragment } from "dist/react/index.js" 2.36 KB (0%)
import { useFragment } from "dist/react/index.js" (production) 2.31 KB (0%)

github-actions[bot] avatar Aug 24 '24 10:08 github-actions[bot]

npm i https://pkg.pr.new/@apollo/client@12030

commit: f1430f6

pkg-pr-new[bot] avatar Sep 14 '24 10:09 pkg-pr-new[bot]

✅ Docs preview has no changes

The preview was not built because there were no changes.

Build ID: 50d498be10b4d3d8d703dc8e

svc-apollo-docs avatar Oct 05 '24 07:10 svc-apollo-docs

Deploy Preview for apollo-client-docs ready!

Name Link
Latest commit 75c9e0cf7ecbd012df50fe3b6a104d55d77e395e
Latest deploy log https://app.netlify.com/sites/apollo-client-docs/deploys/6751dbb28301450008e1efbc
Deploy Preview https://deploy-preview-12030--apollo-client-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Dec 05 '24 16:12 netlify[bot]

✅ Docs preview ready

The preview is ready to be viewed. View the preview

File Changes

0 new, 6 changed, 0 removed
* (developer-tools)/apollo-server/(latest)/getting-started.mdx
* (developer-tools)/apollo-server/(latest)/data/subscriptions.mdx
* (developer-tools)/apollo-server/(latest)/integrations/mern.mdx
* (developer-tools)/apollo-server/(latest)/schema/directives.md
* (developer-tools)/apollo-server/(latest)/testing/testing.mdx
* (developer-tools)/apollo-server/(latest)/workflow/generate-types.mdx

Build ID: af13c7c10e44a4e299f6912a

URL: https://www.apollographql.com/docs/deploy-preview/af13c7c10e44a4e299f6912a

apollo-librarian[bot] avatar Jun 07 '25 09:06 apollo-librarian[bot]

🛠️ Docs preview building...

The preview is currently being built.

Build ID: 009385c48500fed72fbcd19c

apollo-librarian[bot] avatar Jul 12 '25 10:07 apollo-librarian[bot]

🛠️ Docs preview building...

The preview is currently being built.

Build ID: 0a62e24627e6ff99b1ca5c8a

apollo-librarian[bot] avatar Jul 19 '25 10:07 apollo-librarian[bot]

✅ Docs preview ready

The preview is ready to be viewed. View the preview

File Changes

0 new, 8 changed, 0 removed
* (developer-tools)/kotlin/(latest)/index.mdx
* (developer-tools)/kotlin/(latest)/advanced/apollo-ast.mdx
* (developer-tools)/kotlin/(latest)/advanced/compiler-plugins.mdx
* (developer-tools)/kotlin/(latest)/advanced/no-runtime.mdx
* (developer-tools)/kotlin/(latest)/caching/http-cache.mdx
* (developer-tools)/kotlin/(latest)/caching/normalized-cache.mdx
* (developer-tools)/kotlin/(latest)/testing/apollo-debug-server.mdx
* (developer-tools)/kotlin/(latest)/testing/mocking-graphql-responses.mdx

Build ID: 15f05f27c798c59caa930467 Build Logs: View logs

URL: https://www.apollographql.com/docs/deploy-preview/15f05f27c798c59caa930467

apollo-librarian[bot] avatar Jul 21 '25 05:07 apollo-librarian[bot]