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 #288

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/jest (source) 29.5.10 -> 29.5.11 age adoption passing confidence devDependencies patch
@types/node (source) 16.18.67 -> 16.18.68 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 6.13.1 -> 6.13.2 age adoption passing confidence devDependencies patch
@typescript-eslint/parser (source) 6.13.1 -> 6.13.2 age adoption passing confidence devDependencies patch
cspell (source) 8.1.0 -> 8.1.3 age adoption passing confidence devDependencies patch
npm (source) 10.2.4 -> 10.2.5 age adoption passing confidence volta patch
secops 2.0.3 -> 2.0.4 age adoption passing confidence orb patch
ts-node (source) 10.9.1 -> 10.9.2 age adoption passing confidence devDependencies patch
typescript (source) 5.3.2 -> 5.3.3 age adoption passing confidence devDependencies patch

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.13.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6132-2023-12-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2) **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.13.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6132-2023-12-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2) **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.
streetsidesoftware/cspell (cspell) ### [`v8.1.3`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/CHANGELOG.md#813-2023-12-06) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.1.2...v8.1.3) ##### Bug Fixes - Resolve relative imports without a leading `./` or `../`. ([#​5035](https://togithub.com/streetsidesoftware/cspell/issues/5035)) ([a28393b](https://togithub.com/streetsidesoftware/cspell/commit/a28393b30733b68e8b726c352e277ac4b5a0659d)) ### [`v8.1.2`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/CHANGELOG.md#812-2023-12-04) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.1.1...v8.1.2) ##### Bug Fixes - expose ConfigLoader API ([#​5032](https://togithub.com/streetsidesoftware/cspell/issues/5032)) ([e839990](https://togithub.com/streetsidesoftware/cspell/commit/e839990e94f639000bc926ae87187840fb17dee9)) ### [`v8.1.1`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/CHANGELOG.md#811-2023-12-04) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.1.0...v8.1.1) **Note:** Version bump only for package cspell-monorepo
npm/cli (npm) ### [`v10.2.5`](https://togithub.com/npm/cli/blob/HEAD/CHANGELOG.md#1025-2023-12-06) [Compare Source](https://togithub.com/npm/cli/compare/v10.2.4...v10.2.5) ##### Bug Fixes - [`c7a592c`](https://togithub.com/npm/cli/commit/c7a592c9c400e73dd27264c11ad6459616023e4c) [#​7061](https://togithub.com/npm/cli/pull/7061) dont use cache for update notifier manifest request ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`7b952f6`](https://togithub.com/npm/cli/commit/7b952f64b882bd891fab5c21c7c3b49838c8a995) [#​7049](https://togithub.com/npm/cli/pull/7049) unpublish: bubble up all errors parsing local package.json ([#​7049](https://togithub.com/npm/cli/issues/7049)) ([@​wraithgar](https://togithub.com/wraithgar)) - [`be4741f`](https://togithub.com/npm/cli/commit/be4741f5bc20239f11842f780047d91fda23935d) [#​7039](https://togithub.com/npm/cli/pull/7039) unpublish bugfixes ([#​7039](https://togithub.com/npm/cli/issues/7039)) ([@​wraithgar](https://togithub.com/wraithgar)) - [`bc7f53d`](https://togithub.com/npm/cli/commit/bc7f53db793d362d2015d3e55ce121e6b4d3d91f) [#​7036](https://togithub.com/npm/cli/pull/7036) reverse direction of SPDX SBOM dependency rels ([#​7036](https://togithub.com/npm/cli/issues/7036)) ([@​bdehamer](https://togithub.com/bdehamer), [@​antonbauhofer](https://togithub.com/antonbauhofer)) - [`11ec231`](https://togithub.com/npm/cli/commit/11ec231e895300e5b7292ac16685d37d1d5df3b9) [#​7033](https://togithub.com/npm/cli/pull/7033) skip creation of log directory if `logs-max` is set to 0 ([#​7033](https://togithub.com/npm/cli/issues/7033)) ([@​JJ](https://togithub.com/JJ)) - [`6267f54`](https://togithub.com/npm/cli/commit/6267f543c2ac134c0f8433f8b48659a3949bf210) [#​7005](https://togithub.com/npm/cli/pull/7005) properly catch missing url opener error on interactive prompt ([#​7005](https://togithub.com/npm/cli/issues/7005)) ([@​wraithgar](https://togithub.com/wraithgar)) ##### Dependencies - [`ff1204a`](https://togithub.com/npm/cli/commit/ff1204aff0651e32679ecd09d0a2a62de49f4eac) [#​7058](https://togithub.com/npm/cli/pull/7058) `lru-cache@10.1.0` - [`c648020`](https://togithub.com/npm/cli/commit/c648020cdc0fa0916bc618b6d1191e68dcfc8d73) [#​7058](https://togithub.com/npm/cli/pull/7058) `json-parse-even-better-errors@3.0.1` - [`53aa8f2`](https://togithub.com/npm/cli/commit/53aa8f2c110f38a10f98f976cb40f54ea6d95844) [#​7058](https://togithub.com/npm/cli/pull/7058) `pacote@17.0.5` - [`2e5331c`](https://togithub.com/npm/cli/commit/2e5331c75df8606b1f92bf61c8612f5e7b0274aa) [#​7058](https://togithub.com/npm/cli/pull/7058) `npm-packlist@8.0.1` - [`937b7b7`](https://togithub.com/npm/cli/commit/937b7b7b11ec21fbe373ab93f4e4e170625dd6b1) [#​7058](https://togithub.com/npm/cli/pull/7058) `ignore-walk@6.0.4` - [`35371c8`](https://togithub.com/npm/cli/commit/35371c8796a08a269ac3f7017c35e5fcb7ef0968) [#​7058](https://togithub.com/npm/cli/pull/7058) `cacache@18.0.1` - [workspace](https://togithub.com/npm/cli/releases/tag/arborist-v7.2.2): `@npmcli/arborist@7.2.2` - [workspace](https://togithub.com/npm/cli/releases/tag/config-v8.0.3): `@npmcli/config@8.0.3` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmaccess-v8.0.2): `libnpmaccess@8.0.2` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmdiff-v6.0.4): `libnpmdiff@6.0.4` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmexec-v7.0.5): `libnpmexec@7.0.5` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmfund-v5.0.2): `libnpmfund@5.0.2` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmhook-v10.0.1): `libnpmhook@10.0.1` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmorg-v6.0.2): `libnpmorg@6.0.2` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmpack-v6.0.4): `libnpmpack@6.0.4` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmpublish-v9.0.3): `libnpmpublish@9.0.3` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmsearch-v7.0.1): `libnpmsearch@7.0.1` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmteam-v6.0.1): `libnpmteam@6.0.1` - [workspace](https://togithub.com/npm/cli/releases/tag/libnpmversion-v5.0.2): `libnpmversion@5.0.2` ##### Chores - [`f656b66`](https://togithub.com/npm/cli/commit/f656b669e549286844f2071b9b62cf23f7958034) [#​7062](https://togithub.com/npm/cli/pull/7062) `@npmcli/template-oss@4.21.3` ([#​7062](https://togithub.com/npm/cli/issues/7062)) ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`9754b17`](https://togithub.com/npm/cli/commit/9754b173de26f3173e7f41eab34733fe9ba50f1d) [#​7051](https://togithub.com/npm/cli/pull/7051) use global npm for workspace tests ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`3891757`](https://togithub.com/npm/cli/commit/3891757f54d6d960cbf5f0d93d183d6424e8bed6) [#​7051](https://togithub.com/npm/cli/pull/7051) `@npmcli/template-oss@4.21.2` ([@​lukekarrys](https://togithub.com/lukekarrys)) - [`71f70fa`](https://togithub.com/npm/cli/commit/71f70fa0e86448b20a63b9eec922ad25971a9377) [#​7058](https://togithub.com/npm/cli/pull/7058) `nock@13.4.0` ([@​wraithgar](https://togithub.com/wraithgar)) - [`43674a4`](https://togithub.com/npm/cli/commit/43674a449816e364265205e56270ad547718069c) [#​7058](https://togithub.com/npm/cli/pull/7058) `tap@16.3.9` ([@​wraithgar](https://togithub.com/wraithgar)) - [`4ba585c`](https://togithub.com/npm/cli/commit/4ba585ce0e1a2ea4591d64d7166b81b7fe92010b) [#​7040](https://togithub.com/npm/cli/pull/7040) fix tests for zlib differences between node versions ([#​7040](https://togithub.com/npm/cli/issues/7040)) ([@​wraithgar](https://togithub.com/wraithgar))
TypeStrong/ts-node (ts-node) ### [`v10.9.2`](https://togithub.com/TypeStrong/ts-node/releases/tag/v10.9.2): Fix `tsconfig.json` file not found [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v10.9.1...v10.9.2) **Fixed** - Fixed `tsconfig.json` file not found on latest TypeScript version ([https://github.com/TypeStrong/ts-node/pull/2091](https://togithub.com/TypeStrong/ts-node/pull/2091))
Microsoft/TypeScript (typescript) ### [`v5.3.3`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.3.3): TypeScript 5.3.3 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.3.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.3.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.3.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.3.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.3%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

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.



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

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