apollographql / datasource-rest

A caching data source for REST APIs
MIT License
39 stars 20 forks source link

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

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/server 4.9.3 -> 4.9.4 age adoption passing confidence
@types/node (source) 16.18.55 -> 16.18.57 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.7.3 -> 6.7.4 age adoption passing confidence
@typescript-eslint/parser 6.7.3 -> 6.7.4 age adoption passing confidence
npm (source) 10.1.0 -> 10.2.0 age adoption passing confidence

Release Notes

apollographql/apollo-server (@​apollo/server) ### [`v4.9.4`](https://togithub.com/apollographql/apollo-server/blob/HEAD/packages/server/CHANGELOG.md#494) [Compare Source](https://togithub.com/apollographql/apollo-server/compare/a9d288ae8184c1a99f8c26af700a193b2fbe6ab4...@apollo/server@4.9.4) ##### Patch Changes - [#​7747](https://togithub.com/apollographql/apollo-server/pull/7747) [`ddce036e1`](https://togithub.com/apollographql/apollo-server/commit/ddce036e1b683adc636a7132e0c249690bf05ce0) Thanks [@​trevor-scheer](https://togithub.com/trevor-scheer)! - The minimum version of `graphql` officially supported by Apollo Server 4 as a peer dependency, v16.6.0, contains a [serious bug that can crash your Node server](https://togithub.com/graphql/graphql-js/issues/3528). This bug is fixed in the immediate next version, `graphql@16.7.0`, and we **strongly encourage you to upgrade your installation of `graphql` to at least v16.7.0** to avoid this bug. (For backwards compatibility reasons, we cannot change Apollo Server 4's minimum peer dependency, but will change it when we release Apollo Server 5.) Apollo Server 4 contained a particular line of code that makes triggering this crashing bug much more likely. This line was already removed in Apollo Server v3.8.2 (see [#​6398](https://togithub.com/apollographql/apollo-server/issues/6398)) but the fix was accidentally not included in Apollo Server 4. We are now including this change in Apollo Server 4, which will **reduce** the likelihood of hitting this crashing bug for users of `graphql` v16.6.0. That said, taking this `@apollo/server` upgrade **does not prevent** this bug from being triggered in other ways, and the real fix to this crashing bug is to upgrade `graphql`.
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.7.4`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#674-2023-10-02) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.3...v6.7.4) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) 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.7.4`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#674-2023-10-02) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.3...v6.7.4) **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.0`](https://togithub.com/npm/cli/blob/HEAD/CHANGELOG.md#1020-2023-10-02) [Compare Source](https://togithub.com/npm/cli/compare/v10.1.0...v10.2.0) ##### Features - [`7c459d2`](https://togithub.com/npm/cli/commit/7c459d28ca987264028d4d2ca21b0825493c1537) [#​6801](https://togithub.com/npm/cli/pull/6801) add npm sbom command ([#​6801](https://togithub.com/npm/cli/issues/6801)) ([@​bdehamer](https://togithub.com/bdehamer)) - [`81a460f`](https://togithub.com/npm/cli/commit/81a460f6e6317aca2288d16cda591aa6541540c6) [#​6732](https://togithub.com/npm/cli/pull/6732) add package-lock-only mode to npm query ([@​wraithgar](https://togithub.com/wraithgar)) - [`0d29855`](https://togithub.com/npm/cli/commit/0d2985535c9cc3dfc3e1f355580570c9cce37d61) [#​6732](https://togithub.com/npm/cli/pull/6732) add no-package-lock mode to npm audit ([@​wraithgar](https://togithub.com/wraithgar)) ##### Bug Fixes - [`2207628`](https://togithub.com/npm/cli/commit/22076286a46499e3d0b3f8564b7ba07008317be4) [#​6823](https://togithub.com/npm/cli/pull/6823) use strip-ansi module instead of internal regex ([#​6823](https://togithub.com/npm/cli/issues/6823)) ([@​wraithgar](https://togithub.com/wraithgar)) - [`d46d052`](https://togithub.com/npm/cli/commit/d46d0526be12eae2cd458fd08dd5c0a0320cc8bd) [#​6798](https://togithub.com/npm/cli/pull/6798) tolerate null bugs URLs ([#​6798](https://togithub.com/npm/cli/issues/6798)) ([@​vladh](https://togithub.com/vladh)) - [`fb1b674`](https://togithub.com/npm/cli/commit/fb1b6741bd52d865b8f8a93ad3fd6c8afa758b6a) [#​6758](https://togithub.com/npm/cli/pull/6758) deprecate: ignore implicit workspace mode ([#​6758](https://togithub.com/npm/cli/issues/6758)) ([@​wraithgar](https://togithub.com/wraithgar)) ##### Documentation - [`68031f2`](https://togithub.com/npm/cli/commit/68031f2ae1cd5d49b0fb263da1a7eae62712ff97) [#​6844](https://togithub.com/npm/cli/pull/6844) update `CONTRIBUTING.md` to prevent errors ([#​6844](https://togithub.com/npm/cli/issues/6844)) ([@​darcyclarke](https://togithub.com/darcyclarke)) - [`3ac703c`](https://togithub.com/npm/cli/commit/3ac703c95e7bb851d0f6145f1d612749ed479fef) [#​6831](https://togithub.com/npm/cli/pull/6831) add ` include `param to commands that have `omit` param ([#​6831](https://togithub.com/npm/cli/issues/6831)) ([@​siemhesda](https://togithub.com/siemhesda)) - [`03912db`](https://togithub.com/npm/cli/commit/03912dbaeb92559270ab3f7df75b507b2f35a119) [#​6819](https://togithub.com/npm/cli/pull/6819) add init-specific params to init docs/help ([#​6819](https://togithub.com/npm/cli/issues/6819)) ([@​wraithgar](https://togithub.com/wraithgar)) - [`8088325`](https://togithub.com/npm/cli/commit/8088325281bc976e8a8aea4d7527b54f4e25fb5f) [#​6800](https://togithub.com/npm/cli/pull/6800) Update npm-doctor.md ([#​6800](https://togithub.com/npm/cli/issues/6800)) ([@​siemhesda](https://togithub.com/siemhesda)) ##### Dependencies - [`aa6728b`](https://togithub.com/npm/cli/commit/aa6728b1d003f0fc620b074ba0396a3e07f2db6a) [#​6859](https://togithub.com/npm/cli/pull/6859) `tar@6.2.0` - [`ce9089f`](https://togithub.com/npm/cli/commit/ce9089f604a01297d3d2dd544283696a6297dce5) [#​6859](https://togithub.com/npm/cli/pull/6859) `npm-package-arg@11.0.1` - [`39d7f04`](https://togithub.com/npm/cli/commit/39d7f046f1c39017b398cb242ad07e874484e86c) [#​6859](https://togithub.com/npm/cli/pull/6859) `minipass@7.0.4` - [`0a47af5`](https://togithub.com/npm/cli/commit/0a47af509d66071908c7e0bf065dcf2f4c877669) [#​6859](https://togithub.com/npm/cli/pull/6859) `hosted-git-info@7.0.1` - [`af93130`](https://togithub.com/npm/cli/commit/af93130fe949f07df23891286c634c77ecf38c53) [#​6859](https://togithub.com/npm/cli/pull/6859) `glob@10.3.10` - [`3ebc474`](https://togithub.com/npm/cli/commit/3ebc4744433d906e5c491d183fc077ffe79958cf) [#​6859](https://togithub.com/npm/cli/pull/6859) `@npmcli/query@3.0.1` - [`284cbfd`](https://togithub.com/npm/cli/commit/284cbfd168879b9277c9999e8a28dad8f72ecc02) [#​6858](https://togithub.com/npm/cli/pull/6858) `@npmcli/agent@2.2.0` - [Workspace](https://togithub.com/npm/cli/releases/tag/arborist-v7.2.0): `@npmcli/arborist@7.2.0` - [Workspace](https://togithub.com/npm/cli/releases/tag/config-v8.0.0): `@npmcli/config@8.0.0` - [Workspace](https://togithub.com/npm/cli/releases/tag/libnpmaccess-v8.0.1): `libnpmaccess@8.0.1` - [Workspace](https://togithub.com/npm/cli/releases/tag/libnpmdiff-v6.0.2): `libnpmdiff@6.0.2` - [Workspace](https://togithub.com/npm/cli/releases/tag/libnpmexec-v7.0.2): `libnpmexec@7.0.2` - [Workspace](https://togithub.com/npm/cli/releases/tag/libnpmfund-v5.0.0): `libnpmfund@5.0.0` - [Workspace](https://togithub.com/npm/cli/releases/tag/libnpmorg-v6.0.1): `libnpmorg@6.0.1` - [Workspace](https://togithub.com/npm/cli/releases/tag/libnpmpack-v6.0.2): `libnpmpack@6.0.2` - [Workspace](https://togithub.com/npm/cli/releases/tag/libnpmpublish-v9.0.1): `libnpmpublish@9.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.

codesandbox-ci[bot] commented 1 year 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.