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

Merged
merged 4 commits into from
Aug 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/gateway 2.5.2 -> 2.5.3 age adoption passing confidence
@apollo/subgraph 2.5.2 -> 2.5.3 age adoption passing confidence
@rollup/plugin-node-resolve (source) 15.1.0 -> 15.2.1 age adoption passing confidence
@types/express-serve-static-core (source) 4.17.35 -> 4.17.36 age adoption passing confidence
@types/node (source) 14.18.54 -> 14.18.56 age adoption passing confidence
eslint-plugin-import 2.28.0 -> 2.28.1 age adoption passing confidence
graphql 16.7.1 -> 16.8.0 age adoption passing confidence
jest (source) 29.6.2 -> 29.6.4 age adoption passing confidence
jest-config 29.6.2 -> 29.6.4 age adoption passing confidence
jest-mock 29.6.2 -> 29.6.3 age adoption passing confidence
nock 13.3.2 -> 13.3.3 age adoption passing confidence
node-fetch 2.6.12 -> 2.7.0 age adoption passing confidence
prettier (source) 3.0.1 -> 3.0.2 age adoption passing confidence
rollup (source) 3.28.0 -> 3.28.1 age adoption passing confidence

Release Notes

apollographql/federation (@​apollo/gateway)

v2.5.3

Compare Source

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

v2.5.3

Compare Source

Patch Changes
rollup/plugins (@​rollup/plugin-node-resolve)

v15.2.1

Compare Source

2023-08-22

Bugfixes
  • fix: Implement package exports / imports resolution algorithm according to Node documentation #​1549

v15.2.0

Compare Source

2023-08-17

Features
  • feat: pass original importee to secondary resolve #​1557
import-js/eslint-plugin-import (eslint-plugin-import)

v2.28.1

Compare Source

Fixed
Changed
graphql/graphql-js (graphql)

v16.8.0

Compare Source

v16.8.0 (2023-08-14)

New Feature 🚀
Committers: 1
jestjs/jest (jest)

v29.6.4

Compare Source

Fixes
  • [jest-core] Fix typo in scheduleAndRun performance marker (#​14434)
  • [jest-environment-node] Make sure atob and btoa are writeable in Node 20 (#​14446)
  • [jest-worker] Additional error wrapper for parentPort.postMessage to fix unhandled DataCloneError. (#​14437)

v29.6.3

Compare Source

Fixes
  • [expect, @​jest/expect-utils] ObjectContaining support sumbol as key (#​14414)
  • [expect] Remove @types/node from dependencies (#​14385)
  • [jest-core] Use workers in watch mode by default to avoid crashes (#​14059 & #​14085).
  • [jest-reporters] Update istanbul-lib-instrument dependency to v6. (#​14401)
  • [jest-mock] Revert #​13692 as it was a breaking change (#​14429)
  • [jest-mock] Revert #​13866 as it was a breaking change (#​14429)
  • [jest-mock] Revert #​13867 as it was a breaking change (#​14429)
  • [@jest/reporters] Marks Reporter's hooks as optional (#​14433)
  • [jest-runtime] Fix dynamic ESM import module bug when loaded module through jest.isolateModulesAsync (#​14397)
Chore & Maintenance
  • [jest-changed-files, jest-circus, jest-console, @​jest/core, @​jest/runtime, @​jest/transform] Use invariant and notEmpty from jest-util rather than own internal (#​14366)
nock/nock (nock)

v13.3.3

Compare Source

Bug Fixes
node-fetch/node-fetch (node-fetch)

v2.7.0

Compare Source

Features

v2.6.13

Compare Source

Bug Fixes
prettier/prettier (prettier)

v3.0.2

Compare Source

diff

Break after = of assignment if RHS is poorly breakable AwaitExpression or YieldExpression (#​15204 by @​seiyab)
// Input
const { section, rubric, authors, tags } = await utils.upsertCommonData(mainData);

// Prettier 3.0.1
const { section, rubric, authors, tags } = await utils.upsertCommonData(
  mainData,
);

// Prettier 3.0.2
const { section, rubric, authors, tags } =
  await utils.upsertCommonData(mainData);
Do not add trailing comma for grouped scss comments (#​15217 by @​auvred)
/* Input */
$foo: (
	'property': (),
	// comment 1
	// comment 2
)

/* Prettier 3.0.1 */
$foo: (
  "property": (),
  // comment 1
  // comment 2,
);

/* Prettier 3.0.2 */
$foo: (
  "property": (),
  // comment 1
  // comment 2
);
Print declare and export keywords for nested namespace (#​15249 by @​sosukesuzuki)
// Input
declare namespace abc1.def {}
export namespace abc2.def {}

// Prettier 3.0.1
namespace abc1.def {}
namespace abc2.def {}

// Prettier 3.0.2
declare namespace abc1.def {}
export namespace abc2.def {}
rollup/rollup (rollup)

v3.28.1

Compare Source

2023-08-22

Bug Fixes
  • Ensure external files with relative import paths outside the target are rendered correctly (#​5099)
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 Aug 19, 2023
@netlify
Copy link

netlify bot commented Aug 19, 2023

Deploy Preview for apollo-server-docs ready!

Name Link
🔨 Latest commit e4ea794
🔍 Latest deploy log https://app.netlify.com/sites/apollo-server-docs/deploys/64e7a726db6e3f00085b3870
😎 Deploy Preview https://deploy-preview-7693--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 configuration.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Aug 19, 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 e4ea794:

Sandbox Source
Apollo Server Typescript Configuration
Apollo Server Configuration

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6d74fc7 to 3ff5649 Compare August 24, 2023 18:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bbcbc1c to fcf08c4 Compare August 24, 2023 18:47
@renovate
Copy link
Contributor Author

renovate bot commented Aug 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@trevor-scheer trevor-scheer merged commit 62b941a into main Aug 24, 2023
4 checks passed
@trevor-scheer trevor-scheer deleted the renovate/all-minor-patch branch August 24, 2023 18:58
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 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.

1 participant