Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Update npm - all minor and patch updates #49

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/server (source) ^4.9.1 -> ^4.10.1 age adoption passing confidence
@apollo/utils.keyvadapter (source) ^3.0.0 -> ^3.1.0 age adoption passing confidence
@babel/core (source) ^7.22.10 -> ^7.24.0 age adoption passing confidence
@babel/eslint-parser (source) ^7.22.10 -> ^7.23.10 age adoption passing confidence
@babel/plugin-syntax-import-assertions (source) ^7.22.5 -> ^7.23.3 age adoption passing confidence
@digicatapult/apollo-type-validation-plugin ^1.1.4 -> ^1.1.43 age adoption passing confidence
@digicatapult/resolver-cache-datasource ^1.0.0 -> ^1.0.45 age adoption passing confidence
@graphql-tools/schema (source) ^10.0.0 -> ^10.0.3 age adoption passing confidence
@keyv/redis ^2.7.0 -> ^2.8.4 age adoption passing confidence
chai (source) ^4.3.7 -> ^4.4.1 age adoption passing confidence
depcheck ^1.4.3 -> ^1.4.7 age adoption passing confidence
dotenv ^16.3.1 -> ^16.4.5 age adoption passing confidence
eslint (source) ^8.47.0 -> ^8.57.0 age adoption passing confidence
eslint-config-prettier ^9.0.0 -> ^9.1.0 age adoption passing confidence
eslint-plugin-prettier ^5.0.0 -> ^5.1.3 age adoption passing confidence
express (source) ^4.18.2 -> ^4.18.3 age adoption passing confidence
graphql ^16.7.1 -> ^16.8.1 age adoption passing confidence
graphql-scalars ^1.22.2 -> ^1.22.5 age adoption passing confidence
keyv ^4.5.3 -> ^4.5.4 age adoption passing confidence
mocha (source) ^10.2.0 -> ^10.3.0 age adoption passing confidence
nodemon (source) ^3.0.1 -> ^3.1.0 age adoption passing confidence
pino (source) ^8.15.0 -> ^8.19.0 age adoption passing confidence
pino-http ^8.4.0 -> ^8.6.1 age adoption passing confidence
prettier (source) ^3.0.2 -> ^3.2.5 age adoption passing confidence
redis 4.6.6 -> 4.6.13 age adoption passing confidence
sinon (source) ^16.0.0 -> ^16.1.3 age adoption passing confidence
supertest ^6.3.3 -> ^6.3.4 age adoption passing confidence

Release Notes

apollographql/apollo-server (@​apollo/server)

v4.10.1

Compare Source

Patch Changes
  • #​7843 72f568e Thanks @​bscherlein! - Improves timing of the willResolveField end hook on fields which return Promises resolving to Arrays. This makes the use of the setCacheHint method more reliable.

v4.10.0

Compare Source

Minor Changes
  • #​7786 869ec98 Thanks @​ganemone! - Restore missing v1 skipValidation option as dangerouslyDisableValidation. Note that enabling this option exposes your server to potential security and unexpected runtime issues. Apollo will not support issues that arise as a result of using this option.

  • #​7803 e9a0d6e Thanks @​favna! - allow stringifyResult to return a Promise<string>

    Users who implemented the stringifyResult hook can now expect error responses to be formatted with the hook as well. Please take care when updating to this version to ensure this is the desired behavior, or implement the desired behavior accordingly in your stringifyResult hook. This was considered a non-breaking change as we consider that it was an oversight in the original PR that introduced stringifyResult hook.

Patch Changes

v4.9.5

Compare Source

Patch Changes

v4.9.4

Compare Source

Patch Changes
  • #​7747 ddce036e1 Thanks @​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. 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) 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.

v4.9.3

Compare Source

Patch Changes
  • a1c725eaf Thanks @​trevor-scheer! - Ensure API keys are valid header values on startup

    Apollo Server previously performed no sanitization or validation of API keys on startup. In the case that an API key was provided which contained characters that are invalid as header values, Apollo Server could inadvertently log the API key in cleartext.

    This only affected users who:

    • Provide an API key with characters that are invalid as header values
    • Use either schema or usage reporting
    • Use the default fetcher provided by Apollo Server or configure their own node-fetch fetcher

    Apollo Server now trims whitespace from API keys and validates that they are valid header values. If an invalid API key is provided, Apollo Server will throw an error on startup.

    For more details, see the security advisory:
    GHSA-j5g3-5c8r-7qfx

v4.9.2

Compare Source

Patch Changes
  • #​7699 62e7d940d Thanks @​trevor-scheer! - Fix error path attachment for list items

    Previously, when errors occurred while resolving a list item, the trace builder would fail to place the error at the correct path and just default to the root node with a warning message:

    Could not find node with path x.y.1, defaulting to put errors on root node.

    This change places these errors at their correct paths and removes the log.

apollographql/apollo-utils (@​apollo/utils.keyvadapter)

v3.1.0

Compare Source

Minor Changes
  • #​337 e02f708 Thanks @​HishamAli81! - Updated the KeyValueCache.KeyValueCacheSetOptions type to be configurable, to be able to support custom key value caches that require additional cache set options.
Patch Changes
babel/babel (@​babel/core)

v7.24.0

Compare Source

🚀 New Feature
  • babel-standalone
  • babel-core, babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-decorators, babel-plugin-transform-class-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-preset-flow
  • babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-standalone
  • babel-plugin-transform-runtime
  • babel-parser, babel-types
🐛 Bug Fix
  • babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object
  • babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-preset-env
  • babel-helpers
  • babel-helpers, babel-plugin-proposal-decorators
💅 Polish
  • babel-core, babel-helper-create-class-features-plugin, babel-preset-env
🏠 Internal
🔬 Output optimization
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-private-methods
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-optional-chaining-assign, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-proposal-decorators

v7.23.9

Compare Source

🐛 Bug Fix
  • babel-helper-transform-fixture-test-runner, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-runtime, babel-preset-env
  • babel-traverse
  • Other
🏠 Internal
🏃‍♀️ Performance
🔬 Output optimization
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-preset-env
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.23.7

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helper-create-class-features-plugin
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators

v7.23.6

Compare Source

👓 Spec Compliance
  • babel-generator, babel-parser, babel-types
  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-types
🐛 Bug Fix
  • babel-generator
  • babel-helpers, babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties
    • #​16161 Ensure the [[@&#8203;@&#8203;toPrimitive]] call of a decorated class member key is invoked once (@​JLHwung)
    • #​16148 Support named evaluation for decorated anonymous class exp (@​JLHwung)
  • babel-plugin-transform-for-of, babel-preset-env
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-plugin-transform-typescript
🔬 Output optimization
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-helpers, babel-plugin-proposal-decorators

v7.23.5

Compare Source

👓 Spec Compliance
  • babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators
🚀 New Feature
🐛 Bug Fix
  • babel-traverse, babel-types
  • babel-plugin-transform-classes
  • babel-generator
  • babel-helpers
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties, babel-plugin-transform-typescript
  • babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-parameters, babel-plugin-transform-typescript, babel-traverse
🔬 Output optimization

v7.23.3

Compare Source

🐛 Bug Fix
📝 Documentation
🏠 Internal
🏃‍♀️ Performance
🔬 Output optimization
  • babel-plugin-transform-computed-properties

v7.23.2

Compare Source

🐛 Bug Fix
  • babel-traverse
  • babel-preset-typescript
  • babel-helpers
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.23.0

Compare Source

🚀 New Feature
  • babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-import-source, babel-plugin-transform-dynamic-import
  • babel-helper-module-transforms, babel-helpers, babel-plugin-proposal-import-defer, babel-plugin-syntax-import-defer, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
  • babel-generator, babel-parser, babel-types
  • babel-generator, babel-helper-module-transforms, babel-parser, babel-plugin-transform-dynamic-import, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-traverse, babel-types
  • babel-standalone
  • babel-helper-function-name, babel-helper-member-expression-to-functions, babel-helpers, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-optional-chaining-assign, babel-plugin-syntax-optional-chaining-assign, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone, babel-types
  • babel-helpers, babel-plugin-proposal-decorators
  • babel-traverse, babel-types
  • babel-preset-typescript
  • babel-parser
🐛 Bug Fix
  • babel-plugin-transform-block-scoping
💅 Polish
🔬 Output optimization
  • babel-core, babel-helper-module-transforms, babel-plugin-transform-async-to-generator, babel-plugin-transform-classes, babel-plugin-transform-dynamic-import, babel-plugin-transform-function-name, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd, babel-plugin-transform-parameters, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-inline-elements, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env

v7.22.20

Compare Source

🏠 Internal
↩️ Revert
  • babel-helper-remap-async-to-generator, babel-helper-wrap-function, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-function-sent, babel-plugin-transform-async-generator-functions, `babel-plugin-transform-async-

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/London.

🚦 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 has been generated by Mend Renovate. View repository job log here.

renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 3, 2023
@renovate renovate bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from f3009b4 to a2b4556 Compare June 3, 2023 22:56
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 3, 2023
@renovate renovate bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from a2b4556 to d8216ba Compare June 6, 2023 02:06
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 6, 2023
@renovate renovate bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from d8216ba to 4c04d69 Compare June 6, 2023 22:28
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 6, 2023
@renovate renovate bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from 4c04d69 to 3b330ae Compare June 7, 2023 16:00
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 7, 2023
@renovate renovate bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from 3b330ae to bdf4e49 Compare June 8, 2023 17:02
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 8, 2023
@renovate renovate bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from bdf4e49 to c33f85c Compare June 8, 2023 22:38
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 8, 2023
@renovate renovate bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from c33f85c to 8a4193c Compare June 10, 2023 15:09
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 10, 2023
@renovate renovate bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from 8a4193c to 872db08 Compare June 10, 2023 21:06
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 10, 2023
@renovate renovate bot force-pushed the renovate/npm-all-minor-and-patch-updates branch 8 times, most recently from effafb0 to b93854d Compare February 7, 2024 07:28
@renovate renovate bot force-pushed the renovate/npm-all-minor-and-patch-updates branch 6 times, most recently from 6cbca67 to 06ba3e0 Compare February 14, 2024 21:27
@renovate renovate bot force-pushed the renovate/npm-all-minor-and-patch-updates branch 3 times, most recently from 8a83089 to 1bed3a4 Compare February 20, 2024 00:34
@renovate renovate bot force-pushed the renovate/npm-all-minor-and-patch-updates branch 7 times, most recently from 6128474 to 7c5ac5b Compare March 1, 2024 04:06
@renovate renovate bot force-pushed the renovate/npm-all-minor-and-patch-updates branch 4 times, most recently from 9b8faa6 to 5a3e371 Compare March 8, 2024 22:05
@renovate renovate bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from 5a3e371 to db78ef9 Compare March 12, 2024 02:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants