Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Feb 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@apollo/client (source) 3.7.7 -> 3.7.8 age adoption passing confidence devDependencies patch
@apollo/gateway 2.3.1 -> 2.3.2 age adoption passing confidence devDependencies patch
@apollo/subgraph 2.3.1 -> 2.3.2 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin 5.51.0 -> 5.52.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser 5.51.0 -> 5.52.0 age adoption passing confidence devDependencies minor
cspell (source) 6.22.0 -> 6.26.3 age adoption passing confidence devDependencies minor
eslint (source) 8.33.0 -> 8.34.0 age adoption passing confidence devDependencies minor
jest (source) 29.4.2 -> 29.4.3 age adoption passing confidence devDependencies patch
jest-config 29.4.2 -> 29.4.3 age adoption passing confidence devDependencies patch
jest-mock 29.4.2 -> 29.4.3 age adoption passing confidence devDependencies patch
node 18.14.0 -> 18.14.1 age adoption passing confidence volta patch
npm (source) 9.4.2 -> 9.5.0 age adoption passing confidence volta minor
rollup (source) 3.14.0 -> 3.15.0 age adoption passing confidence devDependencies minor

Release Notes

apollographql/apollo-client

v3.7.8

Compare Source

Patch Changes
  • #​7555 45562d6fa Thanks @​TheCeloReis! - Adds TVariables generic to GraphQLRequest and MockedResponse interfaces.

  • #​10526 1d13de4f1 Thanks @​benjamn! - Tolerate undefined concast.sources if complete called earlier than concast.start

  • #​10497 8a883d8a1 Thanks @​nevir! - Update SingleExecutionResult and IncrementalPayload's data types such that they no longer include undefined, which was not a valid runtime value, to fix errors when TypeScript's exactOptionalPropertyTypes is enabled.

apollographql/federation (@​apollo/gateway)

v2.3.2

Compare Source

Patch Changes
apollographql/federation (@​apollo/subgraph)

v2.3.2

Compare Source

Patch Changes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.52.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-import-type-side-effects] correctly ignore zero-specifier imports (#​6444) (d5a6688)
  • eslint-plugin: [no-unnecessary-condition] account for optional chaining on potentially void values (#​6432) (e1d9c67), closes #​5255
  • eslint-plugin: [no-unnecessary-condition] fix false positive when checking indexed access types (#​6452) (d569924)
  • eslint-plugin: fix key-spacing when type starts on next line (#​6412) (3eb2eed)
Features
  • eslint-plugin: [block-spacing] extending base rule for TS related blocks (#​6195) (b2db3f5)
  • eslint-plugin: [explicit-function-return-type] add allowFunctionsWithoutTypeParameters option (#​6105) (113640e)
  • eslint-plugin: [explicit-function-return-type] add allowIIFEs option (#​6237) (a1b3f7b)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.52.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

streetsidesoftware/cspell

v6.26.3

Compare Source

Bug Fixes

v6.26.2

Compare Source

Bug Fixes

v6.26.1

Compare Source

Bug Fixes

v6.26.0

Compare Source

Features
  • All flagWords and suggestWords suggestions are preferred. (#​4176) (abfb09c)

v6.25.0

Compare Source

Bug Fixes

v6.24.0

Compare Source

Note: Version bump only for package cspell-monorepo

6.23.1 (2023-02-12)

Note: Version bump only for package cspell-monorepo

v6.23.1

Compare Source

Note: Version bump only for package cspell-monorepo

v6.23.0

Compare Source

Note: Version bump only for package cspell-monorepo

eslint/eslint

v8.34.0

Compare Source

Features

  • 9b2fcf7 feat: array-callback-return supports Array.prototype.toSorted (#​16845) (SUZUKI Sosuke)

Bug Fixes

  • 923f61d fix: false positive with assignment in no-extra-parens (#​16872) (Francesco Trotta)

Documentation

Chores

facebook/jest

v29.4.3

Compare Source

Features
  • [expect] Update toThrow() to be able to use error causes (#​13606)
  • [jest-core] allow to use workerIdleMemoryLimit with only 1 worker or runInBand option (#​13846)
  • [jest-message-util] Add support for error causes (#​13868 & #​13912)
  • [jest-runtime] Revert import assertions for JSON modules as it's been relegated to Stage 2 (#​13911)
Fixes
  • [@jest/expect-utils] subsetEquality should consider also an object's inherited string keys (#​13824)
  • [jest-mock] Clear mock state when jest.restoreAllMocks() is called (#​13867)
  • [jest-mock] Prevent mockImplementationOnce and mockReturnValueOnce bleeding into withImplementation (#​13888)
  • [jest-mock] Do not restore mocks when jest.resetAllMocks() is called (#​13866)
nodejs/node

v18.14.1: 2023-02-16, Version 18.14.1 'Hydrogen' (LTS), @​RafaelGSS prepared by @​juanarbol

Compare Source

This is a security release.

Notable Changes

The following CVEs are fixed in this release:

  • CVE-2023-23918: Node.js Permissions policies can be bypassed via process.mainModule (High)
  • CVE-2023-23919: Node.js OpenSSL error handling issues in nodejs crypto library (Medium)
  • CVE-2023-23936: Fetch API in Node.js did not protect against CRLF injection in host headers (Medium)
  • CVE-2023-24807: Regular Expression Denial of Service in Headers in Node.js fetch API (Low)
  • CVE-2023-23920: Node.js insecure loading of ICU data through ICU_DATA environment variable (Low)

More detailed information on each of the vulnerabilities can be found in February 2023 Security Releases blog post.

This security release includes OpenSSL security updates as outlined in the recent
OpenSSL security advisory.

Commits
npm/cli

v9.5.0

Compare Source

Features
Bug Fixes
Dependencies
rollup/rollup

v3.15.0

Compare Source

2023-02-10

Features
  • Do not consider instantiating a constructor a side effect if it adds properties to "this" and is instantiated elsewhere (#​4842)
Bug Fixes
  • Improve side effect detection in constructors (#​4842)
Pull Requests

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.


  • 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 renovate bot added the 🎄 dependencies Updates to dependencies, generally automatically managed by Renovate. label Feb 16, 2023
@netlify
Copy link

netlify bot commented Feb 16, 2023

Deploy Preview for apollo-server-docs ready!

Name Link
🔨 Latest commit 4b0b335
🔍 Latest deploy log https://app.netlify.com/sites/apollo-server-docs/deploys/63ef3057704a8f00089fd7b7
😎 Deploy Preview https://deploy-preview-7380--apollo-server-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Feb 16, 2023

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.

Latest deployment of this branch, based on commit 4b0b335:

Sandbox Source
Apollo Server Typescript Configuration
Apollo Server Configuration

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 46feb1c to 5a33d43 Compare February 16, 2023 21:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 490ae46 to 06819ab Compare February 17, 2023 04:50
@renovate renovate bot merged commit 457a4a8 into main Feb 17, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch February 17, 2023 11:52
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🎄 dependencies Updates to dependencies, generally automatically managed by Renovate.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant