Skip to content

fix: update auto merge on patch or minor - #168

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

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

Conversation

@renovate

@renovate renovate Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@graphql-tools/utils (source) 12.0.012.0.1 age confidence devDependencies patch
@inversifyjs/apollo-core (source) 0.7.10.7.2 age confidence dependencies patch
@inversifyjs/apollo-express (source) 0.8.10.8.2 age confidence dependencies patch
@inversifyjs/apollo-subscription-ws (source) 0.3.10.3.2 age confidence dependencies patch
@inversifyjs/foundation-vitest-config ~0.2.2~0.2.3 age confidence devDependencies patch
@inversifyjs/http-core (source) ^5.5.3^5.6.1 age confidence dependencies minor
@inversifyjs/http-express (source) ^5.5.3^5.6.1 age confidence dependencies minor
@inversifyjs/http-hono (source) ^5.5.3^5.6.1 age confidence dependencies minor
@inversifyjs/http-sse (source) ^2.0.18^2.0.20 age confidence dependencies patch
@types/node (source) 24.13.324.13.4 age confidence devDependencies patch 24.13.5
eslint (source) 10.9.110.10.0 age confidence devDependencies minor
hono (source) ^4.13.5^4.13.7 age confidence dependencies patch 4.13.8
knip (source) 6.34.06.35.1 age confidence devDependencies minor 6.36.0
lint-staged 17.4.117.5.1 age confidence devDependencies minor
node (source) 24.20.024.21.0 age confidence minor
pnpm (source) 12.3.112.4.1 age confidence tool-constraint minor 12.4.2
pnpm (source) 12.3.112.4.1 age confidence packageManager minor 12.4.2

Release Notes

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

v12.0.1

Compare Source

Patch Changes
  • #​8368 60db079 Thanks @​ardatan! - Omit mutation/subscription from printSchemaWithDirectives when those root types are no longer present on the schema (e.g. after pruneSchema).

  • #​8366 57e316d Thanks @​ardatan! - Allow % in paths checked by isValidPath (e.g. directories from URL-encoded repo names).

  • #​8370 1c1c5a0 Thanks @​ardatan! - Clean up observableToAsyncIterable queues and unsubscribe when the observable completes, so iterators do not retain references after done. Fixes leak detection flakes related to #​8057.

  • #​8370 1c1c5a0 Thanks @​ardatan! - Prefer runtime description values over stale astNode descriptions in printSchemaWithDirectives / getDescriptionNode. Fixes #​5508.

  • #​8423 0b9529f Thanks @​enisdenjo! - Fix prototype pollution in mergeDeep

    Source keys named __proto__, constructor or prototype are now skipped at every recursion level, and the check for an existing key uses hasOwnProperty instead of in, so inherited properties are never used as merge targets.

    Previously, merging untrusted data such as JSON.parse('{"constructor":{"__proto__":{"call":"x"}}}') could reach and overwrite properties on Object.prototype or Function.prototype.

inversify/graphql (@​inversifyjs/apollo-core)

v0.7.2

Compare Source

Patch Changes
  • Updated ApolloServerContainerModule to honor new buildSubgraphSchema contract
inversify/monorepo (@​inversifyjs/foundation-vitest-config)

v0.2.3

Compare Source

Patch Changes
  • Updated config with clearMocks value to false
eslint/eslint (eslint)

v10.10.0

Compare Source

honojs/hono (hono)

v4.13.7

Compare Source

v4.13.6

Compare Source

webpro-nl/knip (knip)

v6.35.1: Release 6.35.1

Compare Source

v6.35.0: Release 6.35.0

Compare Source

lint-staged/lint-staged (lint-staged)

v17.5.1

Compare Source

Patch Changes
  • #​1852 bfcca94 - Fix TypeScript issue TS1254 from defineConfig() by changing the signature from const to a function:

    A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference.

v17.5.0

Compare Source

Minor Changes
  • #​1847 f9063b7 - Lint-staged now refuses to run when files were staged with --intent-to-add, because Git stash doesn't support them. Previously this was an unhandled error.
Patch Changes
  • #​1848 d718ccc - Lint-staged now handles color support better in non-TTY streams, and honors the FORCE_COLOR environment variable.

  • #​1845 7e5ece8 - Update tinyexec@1.3.1 so that local binaries from node_modules/.bin are resolved starting from the directory of each lint-staged configuration file (in monorepo setups). This behavior was broken in lint-staged@16.3.0 where they were only resolved from the current working directory and up.

  • #​1845 eb8a4e3 - Do not try to restore untracked files when using --hide-all and there is no initial commit yet.

nodejs/node (node)

v24.21.0: 2026-09-08, Version 24.21.0 'Krypton' (LTS), @​aduh95

Compare Source

Notable Changes
  • [71106e1f17] - crypto: update root certificates to NSS 3.126 (Node.js GitHub Bot) #​65495
  • [afca0a912d] - (SEMVER-MINOR) crypto: support loading private keys through STORE loaders (Filip Skokan) #​63949
  • [6274fccbd9] - deps: update OpenSSL to 3.5.8 (Node.js GitHub Bot) #​65542
  • [53cba013c7] - deps: update Undici to 7.29.1 (Node.js GitHub Bot) #​65789
  • [0529772798] - (SEMVER-MINOR) lib,src: improve histogram implementation (James M Snell) #​65024
  • [41c7062b81] - (SEMVER-MINOR) net: improve performance of net.BlockList (James M Snell) #​64974
  • [5197b5a3c5] - (SEMVER-MINOR) perf_hooks: add statistical hypothesis testing to histogram (James M Snell) #​65416
  • [35c635b032] - (SEMVER-MINOR) util: add non-throwing MIMEType.parse (James M Snell) #​64965
Commits

Important

✂ PR body was truncated to here.


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 11 times, most recently from 735c63b to a00dab1 Compare September 13, 2026 17:53
@renovate
renovate Bot force-pushed the renovate/auto-merge-on-patch-or-minor branch from a00dab1 to dbf04ba Compare September 14, 2026 01:07
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