-
Notifications
You must be signed in to change notification settings - Fork 19
Upgrade @mendix/pluggable-widgets-tools to v10.21.1 #277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 11 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
291da34
chore: upgrade pluggable-widgets-tools and regenerate types. WIP
vadymv-mendix e06e6ed
chore: fix the pwt patch file
vadymv-mendix 4eb8ca0
chore: fix build issues related to TS type files
vadymv-mendix f29f477
Merge branch 'main' into moo/MOO-1923-rollup-3-compat
vadymv-mendix d95a790
chore: update yarn lockfile after merge
vadymv-mendix 7e5d936
fix: move nanoflow-actions-native tsconfig to avoid conflicts with Ro…
vadymv-mendix f820d69
chore: fix types in maps-native tests
vadymv-mendix ddd4dfa
chore: switch from Yarn to Pnpm; remove most of the duplicate depende…
vadymv-mendix ffef813
fix: post Pnpm migration pipeline fixes
vadymv-mendix c645614
chore: remove duplicate packages from the main repo (rely on widget t…
vadymv-mendix 9cb2513
chore: address PR review comments
vadymv-mendix 9d5a24a
chore: try the node-linker=hoisted pnpm option to fix an issue runnin…
vadymv-mendix 76b4d47
Revert "chore: try the node-linker=hoisted pnpm option to fix an issu…
vadymv-mendix 8824dbb
chore: hoist *react-native* deps
vadymv-mendix ee0d37e
chore: fix native rollup config via patch
vadymv-mendix a41f437
chore: patch widget tools rollup plugin to correctly copy linked depe…
vadymv-mendix a31ae13
chore: fix copying symlinks
vadymv-mendix 9133ffd
chore: use --frozen-lockfile option for pnpm install to ensure consis…
vadymv-mendix File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| #!/usr/bin/env sh | ||
| . "$(dirname -- "$0")/_/husky.sh" | ||
|
|
||
| yarn format && yarn validate-staged-widget-versions | ||
| pnpm format && pnpm validate-staged-widget-versions |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,19 @@ | ||
| package-lock=false | ||
| legacy-peer-deps=true | ||
| # Enable strict peer dependencies | ||
| strict-peer-dependencies=false | ||
|
|
||
| # Hoist patterns to avoid module resolution issues | ||
| public-hoist-pattern[]=*eslint* | ||
| public-hoist-pattern[]=*prettier* | ||
| public-hoist-pattern[]=*rollup* | ||
| public-hoist-pattern[]=*jest* | ||
| public-hoist-pattern[]=@types/* | ||
|
|
||
| # Use hard links when possible | ||
| link-workspace-packages=true | ||
| prefer-workspace-packages=true | ||
|
|
||
| # Enable shamefully-hoist for compatibility | ||
| shamefully-hoist=true | ||
|
|
||
| # Enable workspace features | ||
| shared-workspace-lockfile=true |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,3 +5,4 @@ | |
| .idea | ||
| .husky | ||
| .vscode | ||
| pnpm-lock.yaml | ||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.