Bumps & release 2.13.10 / 2.14.2#2370
Open
francoisferrand wants to merge 7 commits intodevelopment/2.13from
Open
Bumps & release 2.13.10 / 2.14.2#2370francoisferrand wants to merge 7 commits intodevelopment/2.13from
francoisferrand wants to merge 7 commits intodevelopment/2.13from
Conversation
Issue: ZENKO-5242
We have multiple un-pinned dependency on "@types/node", which used to resolve fine to 24.x release. We are now pulling 25.x, which has a different definition of `URLPattern`. Since we depend on this module multiple times, we have two incompatible types, which triggering TS2403. This happens because he lint-and-build-ctst job runs `yarn install` in CI without `--frozen-lockfile`. - When the commit were merged: @types/node@25.x had not been released yet (or was not the latest). So no problem. - Now @types/node@25.x is published and satisfies the various conditions. A fresh yarn install now resolves two separate versions into node_modules: 24.x and 25.x for >=13.7.0. Both declare URLPattern, causing TS2403. Issue: ZENKO-5242
Contributor
Hello francoisferrand,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
SylvainSenechal
approved these changes
Apr 3, 2026
Newer azure sdk are not able to connect to azurite, c.f. [1]. Until it is fixed, the workaround is to disable api version check. [1] Azure/Azurite#2623 Issue: ZENKO-5242
Issue: ZENKO-5242
d9602c7 to
76c21d9
Compare
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.
Issue: ZENKO-5242