chore(deps): bump fast-xml-parser from 5.4.1 to 5.5.7#7374
chore(deps): bump fast-xml-parser from 5.4.1 to 5.5.7#7374dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0750080b4f
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@app/address-service@workspace:apps/address-service": | ||
| version: 0.0.0-use.local | ||
| resolution: "@app/address-service@workspace:apps/address-service" |
There was a problem hiding this comment.
Restore submodule workspace entries in yarn.lock
This lockfile hunk prunes the @app/* workspace stanzas for initialized submodule apps (for example accruals-gateway, billing-connector, resident-app, etc.), even though those paths are still declared in .gitmodules. I checked .github/workflows/nodejs.condo.ci.yml:144-149,278-281 and packages.release.yml:22-36: those jobs explicitly check out submodules recursively and then run yarn install --immutable. On those checkouts Yarn will re-add the missing workspace entries and fail the immutable install, so this dependency bump becomes CI-breaking for any workflow that includes submodules.
Useful? React with 👍 / 👎.
0750080 to
c8e2956
Compare
c8e2956 to
383c2f6
Compare
383c2f6 to
e889f14
Compare
e889f14 to
2209859
Compare
2209859 to
b3156af
Compare
b3156af to
70037dd
Compare
70037dd to
f7bfedf
Compare
f7bfedf to
10fd849
Compare
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.4.1 to 5.5.7. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](NaturalIntelligence/fast-xml-parser@v5.4.1...v5.5.7) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.5.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
10fd849 to
b57de76
Compare
|



Bumps fast-xml-parser from 5.4.1 to 5.5.7.
Release notes
Sourced from fast-xml-parser's releases.
Changelog
Sourced from fast-xml-parser's changelog.
... (truncated)
Commits
a21c441update package detail239b64acheck for min value for entity exapantion options61cb666restrict more properties to be unsafe41abd66performance improvement of reading DOCTYPE3dfcd20refactor: performance improvement870043eupdate release info6df401eupdate builder dependencybd26122check for entitiy expansion for lastEntities and html entities too7e70dd8fix incorrect regex to replace . in entity namee54155fupdate package info