Conversation
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
c31f2c4 to
91208fb
Compare
…to rely on packed artifacts - Remove implementations from `pnpm-workspace`, add per-implementation `.npmrc` and lockfiles, and resolve SDK dependencies via tarball-based `pnpm.overrides` - Eliminate workspace source path aliases from TypeScript/test configs and update implementation scripts/env wiring to consume installed package outputs - Streamline root orchestration by introducing a generic `implementation:run` dispatcher and reducing redundant implementation-scoped aliases - Update CI to install implementations with `--ignore-workspace`, produce SDK tarballs once in `build`, reuse artifacts across E2E jobs, and prune pnpm store metadata to reduce integrity cache issues - Align React Native detached behavior across packaging/runtime (exports/build config, Metro resolution, Detox versioning, and app-side SDK helper/type updates) - Modify the React Native implementation for better E2E performance - Reduce some intermittent failures in Web Vanilla and similar E2E suites - Make HTML and EJS files in dashboards and implementation/E2E suites more consistent [[NT-2554](https://contentful.atlassian.net/browse/NT-2554)]
91208fb to
856ec69
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.
pnpm-workspace, add per-implementation.npmrcand lockfiles, and resolve SDK dependencies via tarball-basedpnpm.overridesimplementation:rundispatcher and reducing redundant implementation-scoped aliases--ignore-workspace, produce SDK tarballs once inbuild, reuse artifacts across E2E jobs, and prune pnpm store metadata to reduce integrity cache issues[NT-2554]