Skip to content

chore: update auto merge on patch or minor#135

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/auto-merge-on-patch-or-minor
Open

chore: update auto merge on patch or minor#135
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/auto-merge-on-patch-or-minor

Conversation

@renovate

@renovate renovate Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@graphql-tools/utils (source) 11.1.011.1.1 age confidence
eslint (source) 10.5.010.6.0 age confidence
knip (source) 6.18.06.23.0 age confidence
prettier (source) 3.8.43.9.1 age confidence

Release Notes

ardatan/graphql-tools (@​graphql-tools/utils)

v11.1.1

Compare Source

Patch Changes
  • #​8256
    981d461
    Thanks @​twavv! - Fix mergeDeep returning undefined instead of {}
    when merging two or more empty objects.

    Previously the output accumulator was only initialized inside the per-key loop, so merging sources
    with no own keys (e.g. mergeDeep([{}, {}])) left it undefined. This silently dropped
    empty-object values during nested merges ({ data: {} } became { data: undefined }), which
    could surface as "Cannot return null for non-nullable field" errors when stitching schemas. The
    accumulator is now initialized as soon as an object source is encountered.

eslint/eslint (eslint)

v10.6.0

Compare Source

Features

  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#​20981) (Taejin Kim)
  • f291007 feat: add checkRelationalComparisons to no-constant-binary-expression (#​20948) (sethamus)

Bug Fixes

  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#​20997) (Milos Djermanovic)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#​21013) (den$)
  • 8fd8741 fix: don't report shadowed undefined in radix rule (#​21011) (Pixel)
  • 5784980 fix: don't report shadowed undefined in no-throw-literal (#​21010) (Pixel)
  • 9cd1e6d fix: suppress invalid class suggestion in no-promise-executor-return (#​21008) (Pixel)
  • d4eb2dc fix: don't report shadowed undefined in prefer-promise-reject-errors (#​21006) (Pixel)
  • 2360464 fix: prefer-promise-reject-errors false positives for shadowed Promise (#​21003) (den$)
  • 63d52d2 fix: restore max-classes-per-file report range (#​21002) (Pixel)
  • 7feaff0 fix: callback detection logic for IIFEs in max-nested-callbacks (#​20979) (fnx)
  • 399a2ec fix: don't report inner non-callbacks in max-nested-callbacks (#​20995) (Milos Djermanovic)

Documentation

  • a83683d docs: Update README (GitHub Actions Bot)
  • f5449f9 docs: document userland patterns for global assertionOptions in RuleT… (#​20986) (playgirl)
  • bea49f7 docs: Update README (GitHub Actions Bot)
  • e5f70f9 docs: update code-path diagrams (#​20984) (Tanuj Kanti)
  • 8890c2d docs: add TypeScript config guidance for MCP server (#​20796) (Pierluigi Lenoci)
  • 3eb3d9b docs: Update README (GitHub Actions Bot)
  • c5bb59c docs: Update README (GitHub Actions Bot)
  • eb3c97c docs: fix grammar in prefer-const rule description (#​20983) (lumir)

Chores

webpro-nl/knip (knip)

v6.23.0: Release 6.23.0

Compare Source

v6.22.0: Release 6.22.0

Compare Source

v6.21.0: Release 6.21.0

Compare Source

v6.20.0: Release 6.20.0

Compare Source

v6.19.0: Release 6.19.0

Compare Source

prettier/prettier (prettier)

v3.9.1

Compare Source

v3.9.0

Compare Source

diff

🔗 Release Notes

v3.8.5

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/auto-merge-on-patch-or-minor branch from a36975f to 2ee46d8 Compare June 27, 2026 17:44
@renovate renovate Bot changed the title chore: update dependency knip to v6.19.0 chore: update dependency knip to v6.20.0 Jun 27, 2026
@renovate renovate Bot force-pushed the renovate/auto-merge-on-patch-or-minor branch from 2ee46d8 to 5f04d50 Compare June 29, 2026 08:01
@renovate renovate Bot changed the title chore: update dependency knip to v6.20.0 chore: update dependency knip to v6.21.0 Jun 29, 2026
@renovate renovate Bot force-pushed the renovate/auto-merge-on-patch-or-minor branch from 5f04d50 to 0765d83 Compare June 29, 2026 15:04
@renovate renovate Bot changed the title chore: update dependency knip to v6.21.0 chore: update auto merge on patch or minor Jun 29, 2026
@renovate renovate Bot force-pushed the renovate/auto-merge-on-patch-or-minor branch 4 times, most recently from 4de7f10 to ba21e4f Compare July 1, 2026 00:53
@renovate renovate Bot force-pushed the renovate/auto-merge-on-patch-or-minor branch from ba21e4f to d001552 Compare July 1, 2026 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants