apollo-client
apollo-client copied to clipboard
chore(deps): update all devdependencies
This PR contains the following updates:
Release Notes
arethetypeswrong/arethetypeswrong.github.io (@arethetypeswrong/cli)
v0.18.2
Patch Changes
- Updated dependencies [
58dca0c]
v0.18.1
Patch Changes
- Updated dependencies [
a4dc8a6]
v0.18.0
Minor Changes
5dd9c0b: Requiring Node.js 20 for using latest lru-cache.
Patch Changes
- Updated dependencies [
5dd9c0b]
v0.17.4
Patch Changes
- Updated dependencies [
f118862]
v0.17.3
Patch Changes
- Updated dependencies [
e3c775e]
v0.17.2
Patch Changes
- Updated dependencies [
59940cd]
v0.17.1
Patch Changes
1bfc877: Fix typo in MissingExportEquals messagedb6464d: Fix minor typos55544ac: Fix truncated stdout when piping more than 64kb to another process- Updated dependencies [
5f96cdc] - Updated dependencies [
def786e] - Updated dependencies [
1bfc877] - Updated dependencies [
db6464d]
v0.17.0
Patch Changes
- Updated dependencies [
e7ac94c]
v0.16.4
Patch Changes
- Updated dependencies [
3ca2866]
v0.16.3
Patch Changes
66ada51: Fix warning message json-format suggestion to use proper syntax
v0.16.2
Patch Changes
- Updated dependencies [
622b71f]
v0.16.1
Patch Changes
5ee6f29: Update README with new problem kind
v0.16.0
Minor Changes
d480f1c: New problem kind: Named exports cannot be detected by Node.js. Thanks @laverdet!
Patch Changes
v0.15.4
Patch Changes
5566c1b: Upgrading marked-terminal to version 7.1.0
arktypeio/arktype (@ark/attest)
v0.46.0
Fix an issue causing some bench files to not be parsed correctly, leading to errors and 0 instantiation counts.
v0.45.11
v0.45.10
v0.45.9
v0.45.8
v0.45.7
v0.45.6
v0.45.5
v0.45.4
v0.45.3
v0.45.2
v0.45.1
v0.45.0
v0.44.8
v0.44.7
v0.44.6
v0.44.5
v0.44.4
v0.44.3
Decouple attest trace/stats from pnpm
v0.44.2
v0.44.1
v0.44.0
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
v0.43.3
v0.43.2
v0.43.1
v0.43.0
v0.42.0
v0.41.3
v0.41.2
v0.41.1
v0.41.0
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
v0.39.0
v0.38.0
v0.37.0
v0.36.0
v0.35.0
v0.34.0
v0.33.0
v0.32.0
v0.31.0
v0.30.0
v0.29.0
babel/babel (@babel/parser)
v7.27.5
v7.27.5 (2025-06-03)
Thanks @NullVoxPopuli for your first PR!
:bug: Bug Fix
babel-plugin-transform-regenerator- #17359 fix: Unexpected infinite loop with
regeneratorfortry(@liuxingbaoyu)
- #17359 fix: Unexpected infinite loop with
- Other
:nail_care: Polish
Committers: 4
- Babel Bot (@babel-bot)
- Huáng Jùnliàng (@JLHwung)
- @NullVoxPopuli
- @liuxingbaoyu
v7.27.4
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- #17287 Reduce
regeneratorsize more (@liuxingbaoyu)
- #17287 Reduce
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- #17334 Use shorter method names for regenerator context (@nicolo-ribaudo)
- #17268 Reduce
regeneratorhelper size (@liuxingbaoyu)
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.
⚠️ 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
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%) |
✅ Docs preview has no changes
The preview was not built because there were no changes.
Build ID: 50d498be10b4d3d8d703dc8e
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...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
✅ 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
🛠️ Docs preview building...
The preview is currently being built.
Build ID: 009385c48500fed72fbcd19c
🛠️ Docs preview building...
The preview is currently being built.
Build ID: 0a62e24627e6ff99b1ca5c8a
✅ 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