apollographql / apollo-utils

Monorepo of common utilities related to Apollo and GraphQL
MIT License
36 stars 11 forks source link

chore(deps): update all non-major dependencies #379

Closed renovate[bot] closed 12 months ago

renovate[bot] commented 12 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.8.6 -> 3.8.7 age adoption passing confidence
@types/jest (source) 29.5.6 -> 29.5.7 age adoption passing confidence
@types/node (source) 16.18.59 -> 16.18.60 age adoption passing confidence
@types/node-fetch (source) 2.6.7 -> 2.6.8 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.9.0 -> 6.9.1 age adoption passing confidence
@typescript-eslint/parser 6.9.0 -> 6.9.1 age adoption passing confidence
npm (source) 10.2.1 -> 10.2.2 age adoption passing confidence

Release Notes

apollographql/apollo-client (@​apollo/client) ### [`v3.8.7`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#387) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.8.6...v3.8.7) ##### Patch Changes - [#​11297](https://togithub.com/apollographql/apollo-client/pull/11297) [`c8c76a522`](https://togithub.com/apollographql/apollo-client/commit/c8c76a522e593de0d06cff73fde2d9e88152bed6) Thanks [@​jerelmiller](https://togithub.com/jerelmiller)! - Add an explicit return type for the `useReadQuery` hook called `UseReadQueryResult`. Previously the return type of this hook was inferred from the return value. - [#​11337](https://togithub.com/apollographql/apollo-client/pull/11337) [`bb1da8349`](https://togithub.com/apollographql/apollo-client/commit/bb1da8349e785c54fb4030f269602c900adf23a0) Thanks [@​phryneas](https://togithub.com/phryneas)! - [#​11206](https://togithub.com/apollographql/apollo-client/issues/11206) used the TypeScript syntax `infer X extends Y` that was introduced in TS 4.8. This caused some problems for some users, so we are rolling back to a more backwars-compatible (albeit slightly less performant) type.
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.9.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#691-2023-10-30) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.9.0...v6.9.1) ##### Bug Fixes - **eslint-plugin:** \[naming-convention] allow PascalCase for imports ([#​7841](https://togithub.com/typescript-eslint/typescript-eslint/issues/7841)) ([7ad86ee](https://togithub.com/typescript-eslint/typescript-eslint/commit/7ad86eead76fa9e96573ac011376c1cb8c009cee)) - **eslint-plugin:** \[no-unused-expressions] handle TSInstantiationExpression expression ([#​7831](https://togithub.com/typescript-eslint/typescript-eslint/issues/7831)) ([31988e0](https://togithub.com/typescript-eslint/typescript-eslint/commit/31988e0d2e6cf5e6bb9bb287958b1f03ca084259)) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v6.9.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#691-2023-10-30) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.9.0...v6.9.1) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
npm/cli (npm) ### [`v10.2.2`](https://togithub.com/npm/cli/blob/HEAD/CHANGELOG.md#1022-2023-10-31) [Compare Source](https://togithub.com/npm/cli/compare/v10.2.1...v10.2.2) ##### Bug Fixes - [`8ed6d28`](https://togithub.com/npm/cli/commit/8ed6d28fa14b40d7a05784ad0a1e80661256b466) [#​6910](https://togithub.com/npm/cli/pull/6910) make npm link respect --no-save ([#​6910](https://togithub.com/npm/cli/issues/6910)) ([@​Santoshraj2](https://togithub.com/Santoshraj2)) - [`eacec5f`](https://togithub.com/npm/cli/commit/eacec5f49060d3dfcdc3c7043115619e4bb22864) [#​6941](https://togithub.com/npm/cli/pull/6941) add back bin/node-gyp-bin/node-gyp files ([#​6941](https://togithub.com/npm/cli/issues/6941)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`b776753`](https://togithub.com/npm/cli/commit/b776753f9cfeab329169105f604bc55ed03bd0e1) [#​6928](https://togithub.com/npm/cli/pull/6928) Grammar mistake in authentication error message ([#​6928](https://togithub.com/npm/cli/issues/6928)) ([@​Gekuro](https://togithub.com/Gekuro), gek) ##### Documentation - [`c422a01`](https://togithub.com/npm/cli/commit/c422a01e1564d25148c821ee257196ebe60e8e6c) [#​6924](https://togithub.com/npm/cli/pull/6924) use markdown links instead of html ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`dd03aa0`](https://togithub.com/npm/cli/commit/dd03aa0b9acc535283daf39699de9831202348cb) [#​6921](https://togithub.com/npm/cli/pull/6921) add v9 and above for lockfile version 3 ([#​6921](https://togithub.com/npm/cli/issues/6921)) ([@​MikeMcC399](https://togithub.com/MikeMcC399)) ##### Dependencies - [`dfb6298`](https://togithub.com/npm/cli/commit/dfb6298c3eb9fb7ef452906765ac5f23ea6fec49) [#​6937](https://togithub.com/npm/cli/pull/6937) `node-gyp@10.0.0` ([#​6937](https://togithub.com/npm/cli/issues/6937)) - [Workspace](https://togithub.com/npm/cli/releases/tag/arborist-v7.2.1): `@npmcli/arborist@7.2.1` - [Workspace](https://togithub.com/npm/cli/releases/tag/libnpmdiff-v6.0.3): `libnpmdiff@6.0.3` - [Workspace](https://togithub.com/npm/cli/releases/tag/libnpmexec-v7.0.3): `libnpmexec@7.0.3` - [Workspace](https://togithub.com/npm/cli/releases/tag/libnpmfund-v5.0.1): `libnpmfund@5.0.1` - [Workspace](https://togithub.com/npm/cli/releases/tag/libnpmpack-v6.0.3): `libnpmpack@6.0.3` - [Workspace](https://togithub.com/npm/cli/releases/tag/libnpmversion-v5.0.1): `libnpmversion@5.0.1`

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.



This PR has been generated by Mend Renovate. View repository job log here.

changeset-bot[bot] commented 12 months ago

⚠️ No Changeset found

Latest commit: 08826159443072e386d6e358212e88d3424092f0

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

codesandbox-ci[bot] commented 12 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.