fix: Dependency bumps in transitive dependencies#2095
Closed
everettbu wants to merge 2 commits into
Closed
Conversation
test-exclude@6.0.0 and eslint use minimatch as a default export which was removed in minimatch 10.x. These are dev-only dependencies not present in the production image. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Author
|
Upstream PR was closed or merged. Code is synced via branch mirror. |
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.
Mirror of n8n-io/n8n#26149
Original author: shortstacked
Summary
Bumps multiple transitive dependencies to their latest stable versions via pnpm overrides. All packages are transitive (not direct dependencies) so overrides are the appropriate fix per our process.
Safe bumps (patch/minor)
Major version overrides (transitive only)
These packages had no backport fix in their current major line, so the override forces a newer major version. Since these are deep transitive dependencies consumed by other libraries, the risk is contained.
@aws-sdk/core 3.808.modn()renamed to.modrn(),.strip()internalized. Low risk for ASN.1 integer operations@kafkajs/confluent-schema-registrydataPath→instancePathin error objects, error message wording changes ("should" → "must")Not overridden
@6.0.0) which callminimatch()as a default export — removed in v10. Dev-only, not in production imageAlso added
ajv,bn.js,fast-xml-parser,hono, andminimatchtominimumReleaseAgeExcludeinpnpm-workspace.yamlto allow recently-published versions.Verification
pnpm install— cleanpnpm build— 48/48 tasks successfulpnpm typecheck(cli, nodes-base) — cleanpnpm test:affected— no regressionsRelated Linear tickets, Github issues, and Community forum posts
Review / Merge checklist
release/backport(if the PR is an urgent fix that needs to be backported)