Manually complete fast-xml-parser 4.5.3 → 4.5.6 bump#484
Merged
Juanita-Dash merged 1 commit intomainfrom May 8, 2026
Merged
Conversation
Dependabot PR #462 was titled as a fast-xml-parser bump but the merged patch did not actually move the version in pnpm-lock.yaml — only unrelated transitive deps were updated. This appears related to the known bumperbot bug Shopify/infrasec-bumper#673 (Bumper handle nested manifests correctly). This commit completes the bump by running: pnpm update fast-xml-parser --lockfile-only --recursive which resolves all four lockfile references (package definitions and snapshot entries for @react-native-community/cli-platform-android and cli-platform-ios) to 4.5.6. Unblocks the multirepo-denylist-check on the shopify-playground/checkout-kit#31 import PR, which mirrors this lockfile verbatim under react-native/.
markmur
approved these changes
May 8, 2026
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.
Why
Dependabot PR #462 was titled as a fast-xml-parser bump (4.5.3 → 4.5.6) and merged green, but inspection of the merged commit (86fb324) shows the patch did not actually update fast-xml-parser in
pnpm-lock.yaml— only unrelated transitive deps (@babel/parser,@jridgewell/trace-mapping,debug,jsesc) moved. All fourfast-xml-parser@4.5.3references remained onmainpost-merge.This appears related to bumperbot bug Shopify/infrasec-bumper#673 — "Bumper handle nested manifests correctly". The infrasec deep-dive (Mar 11, Rune Madsen) flagged the same class of issue with fast-xml-parser specifically.
What
Reproduces the bump dependabot intended, by running:
Result: 5 insertions / 5 deletions in
pnpm-lock.yaml, all four references updated to 4.5.6 (package definitions + snapshot entries for@react-native-community/cli-platform-android@19.1.1andcli-platform-ios@19.1.1). Nopackage.jsonchange — fast-xml-parser is purely transitive here.Context
This unblocks the
multirepo-denylist-checkfailure on shopify-playground/checkout-kit#31, which imports this lockfile verbatim underreact-native/. Once this merges, that import PR will be re-synced from the new sourcemainand the denylist check should clear.cc @kieran-osgood-shopify @markmur @danielkift