-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: upgrade stack to pnpm, Node 16 and Lerna 6
Use pnpm 8.5+ as package manager to be used on Node 16.13+. Also upgrades Lerna to v6 with nx backend. As part of the repository overhaul the Vue 2 packages were removed. Starting with JSON Forms 3.1 they are no longer maintained. All packages now properly declare all their dependencies. A number of dependencies were updated in the process, e.g. jest and typedoc. Other changes: - Increases base lib version from ES6 to ES2016. - Update Readme, scripts and Github workflows - Increase RAM usage for test executions Note: The version constraint of pnpm in the root package.json is set to ">=7.13.4" as otherwise the Netlify build fails immediatly. It should be set to ">=8.6.2". Closes #2110
- Loading branch information
1 parent
369370a
commit 9acbbab
Showing
80 changed files
with
23,890 additions
and
38,369 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
resolution-mode=highest |
This file contains 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
v16.20.1 |
This file contains 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 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 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,14 +1,5 @@ | ||
{ | ||
"packages": [ | ||
"packages/*", | ||
"packages/vue/*", | ||
"packages/vue2/*" | ||
], | ||
"version": "3.1.0", | ||
"nohoist": [ | ||
"core-js", | ||
"vue", | ||
"rollup-plugin-vue", | ||
"@vue/test-utils" | ||
] | ||
"npmClient": "pnpm", | ||
"useWorkspaces": true | ||
} |
Oops, something went wrong.