Skip to content

fix: update auto merge on patch or minor#122

Merged
notaphplover merged 1 commit intomasterfrom
renovate/auto-merge-on-patch-or-minor
Mar 26, 2026
Merged

fix: update auto merge on patch or minor#122
notaphplover merged 1 commit intomasterfrom
renovate/auto-merge-on-patch-or-minor

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 26, 2026

This PR contains the following updates:

Package Change Age Confidence
@vitest/coverage-v8 (source) 4.1.14.1.2 age confidence
graphql-ws (source) 6.0.76.0.8 age confidence
knip (source) 6.0.56.0.6 age confidence
vitest (source) 4.1.14.1.2 age confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

v4.1.2

Compare Source

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (#​9975).

   🐞 Bug Fixes
    View changes on GitHub
enisdenjo/graphql-ws (graphql-ws)

v6.0.8

Compare Source

Patch Changes
  • #​667 fc03004 Thanks @​endigma! - Fix the server sending a Complete message after an Error message for subscriptions.

    Previously, when a subscription's async iterable threw an error, the server would send:

    {"id":"1","type":"error","payload":[{"message":"..."}]}
    {"id":"1","type":"complete"}
    

    Per the protocol spec:

    Error: This message terminates the operation and no further messages will be sent.

    Complete (Server → Client): If the server dispatched the Error message relative to the original Subscribe message, no Complete message will be emitted.

    The server now correctly sends only the Error message:

    {"id":"1","type":"error","payload":[{"message":"..."}]}
    

    Clients that correctly follow the spec should be unaffected, as they are expected to ignore messages for operations they consider already completed.

webpro-nl/knip (knip)

v6.0.6: Release 6.0.6

Compare Source

  • Suppress issues initially to not overwhelm agent in mcp server (7793962)
  • Auto-format (346247a)
  • Fix false positive unused deps when run from workspace dir (resolve #​1642) (95f4431)
  • Move from convertPathsToAliascompilePathMappings (resolve #​1641) (ccc62d6)

Configuration

📅 Schedule: 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 requested a review from notaphplover as a code owner March 26, 2026 09:57
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 26, 2026

⚠️ No Changeset found

Latest commit: 520b51b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/auto-merge-on-patch-or-minor branch from 2013639 to d703281 Compare March 26, 2026 17:17
@renovate renovate bot changed the title chore: update dependency knip to v6.0.6 chore: update auto merge on patch or minor Mar 26, 2026
@renovate renovate bot force-pushed the renovate/auto-merge-on-patch-or-minor branch from d703281 to 520b51b Compare March 26, 2026 22:32
@renovate renovate bot changed the title chore: update auto merge on patch or minor fix: update auto merge on patch or minor Mar 26, 2026
@notaphplover notaphplover merged commit c0141ac into master Mar 26, 2026
5 checks passed
@notaphplover notaphplover deleted the renovate/auto-merge-on-patch-or-minor branch March 26, 2026 23:05
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.

1 participant