chore(deps): bump ip-address from 10.1.0 to 10.2.0#7580
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 495dda6987
ℹ️ 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".
| resolution: "@accruals-gateway/domains@link:./domains::locator=%40app%2Faccruals-gateway%40workspace%3Aapps%2Faccruals-gateway" | ||
| languageName: node | ||
| linkType: soft | ||
|
|
||
| "@address-service/domains@link:./domains::locator=%40app%2Faddress-service%40workspace%3Aapps%2Faddress-service": |
There was a problem hiding this comment.
Restore submodule workspace lock entries
In checkouts where the app submodules are initialized (the normal layout described by .gitmodules, e.g. apps/accruals-gateway, apps/billing-connector, etc.), this lockfile was generated without those workspaces and removes their resolutions and dependencies. Since the root package.json still declares apps/* as workspaces, yarn install --immutable will see those submodule package manifests and need to re-add the missing @app/* and linked domain entries, causing CI/build/setup to fail before the dependency bump can be used. Regenerate the lockfile with the submodules present or keep the submodule workspace entries while bumping only ip-address.
Useful? React with 👍 / 👎.
495dda6 to
89bed6d
Compare
89bed6d to
ea6ce9f
Compare
ea6ce9f to
6ee6b27
Compare
6ee6b27 to
a94ca82
Compare
a94ca82 to
c565f86
Compare
c565f86 to
d65d956
Compare
Bumps [ip-address](https://github.com/beaugunderson/ip-address) from 10.1.0 to 10.2.0. - [Commits](beaugunderson/ip-address@v10.1.0...v10.2.0) --- updated-dependencies: - dependency-name: ip-address dependency-version: 10.2.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
d65d956 to
9583899
Compare
|



Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps ip-address from 10.1.0 to 10.2.0.
Commits
80fccaa10.2.0abaeb4dType Address4.addressMinusSuffix as non-nilable (closes #143)2878c29Preserve subnet prefix through Address6.to4() (closes #123) (#203)586666eReject trailing junk in Address6.fromURL (closes #158) (#202)80bc76eValidate static factories instead of silently overflowing (#201)98927beClarify isValid() accepts CIDRs with host bits set (#81)a0eb073Fix getScope() and broaden getType() classification (closes #122) (#200)ec52105Add networkForm() for CIDR network-address strings (#199)a9443a7Add isMapped4() predicate for IPv4-mapped IPv6 addresses (closes #62) (#198)f01d742Add address-property predicates (private, ULA, loopback, link-local, etc.) (#...