chore(deps): update all non-major dependencies - #15597
Merged
Merged
Conversation
|
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 25, 2026 17:04
51590c2 to
f27f2a8
Compare
6 tasks
Rich-Harris
pushed a commit
that referenced
this pull request
Jul 18, 2026
`pnpm-workspace.yaml` ends with an `overrides` key holding only
comments, which YAML parses as `null`. pnpm ignores that, but Renovate's
schema rejects it ("expected record, received null") and discards the
whole file, so the `catalog:` entries are invisible to it. That is the
"Failed to parse pnpm-workspace.yaml file" warning in #3256, and the
reason catalog deps stopped getting update PRs after #15597 in March.
`{}` passes the schema (verified against
[schema.ts#L53-L67](https://github.com/renovatebot/renovate/blob/8e6a7fc2e660/lib/modules/manager/npm/schema.ts#L53-L67)),
and the CI yq step overwrites the key either way.
After this merges the non-major group also needs its "recreate" checkbox
ticked on #3256, since Renovate suppresses the group while #16180 stays
closed.
---
### Please don't delete this checklist! Before submitting the PR, please
make sure you do the following:
- [x] It's really useful if your PR references an issue where it is
discussed ahead of time. In many cases, features are absent for a
reason. For large changes, please create an RFC:
https://github.com/sveltejs/rfcs
- [x] This message body should clearly illustrate what problems it
solves.
- [ ] Ideally, include a test that fails without this PR but passes with
it.
### Tests
- [x] Run the tests with `pnpm test` and lint the project with `pnpm
lint` and `pnpm check`
### Changesets
- [x] If your PR makes a change that should be noted in one or more
packages' changelogs, generate a changeset by running `pnpm changeset`
and following the prompts. Changesets that add features should be
`minor` and those that fix bugs should be `patch`. Please prefix
changeset messages with `feat:`, `fix:`, or `chore:`.
### Edits
- [x] Please ensure that 'Allow edits from maintainers' is checked. PRs
without this option may be closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.213.0→^0.214.010.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be→10.33.0Release Notes
open-telemetry/opentelemetry-js (@opentelemetry/sdk-node)
v0.214.0Compare Source
pnpm/pnpm (pnpm)
v10.33.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.