-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…t 8.57 (#103) * Updated root project dependencies to match all other wanews packages, including Typescript 5.4.5, Updating from NRWL to NX, Updating to EsLint 8.57.0 * Began package conversion from @nrwl/* to @nx/* * Updated all remaining packages to accept new @nx workflow * Updated tsup to match the remaining versions * Ran nx fix-configuration * nx format * Fixed packages from not building * Removed old unnecessary workspace-lint as the workspace.json has been removed * Updated to utilise node 18 * Fixed issues with e2e test due to new nx commands * Updated to include jest as a dev dependency * Updated the nx-vite test to successfully pass e2e * Cleaned up pulumi to pass the E2E test * Fixed up the nx-esbuild e2e test * Updated to utilise foldered (apps/libs) within the e2e tests * Updated to utilise pnpm@9 and to make the set verify-store-integrity command it's own command in main.yml and pr.yml * Changeset * Final package version updates * Updated pnpm lock file * Updated version for main.yml checkout action * Updated tsup to a peer dependency
- Loading branch information
1 parent
ffbd33a
commit 7caffc5
Showing
64 changed files
with
9,618 additions
and
5,634 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
'typescript-project-references-e2e': major | ||
'@wanews/nx-typescript-project-references': major | ||
'nx-esbuild-e2e': major | ||
'nx-vite-e2e': major | ||
'@wanews/nx-esbuild': major | ||
'@wanews/nx-vite': major | ||
'@wanews/nx-pulumi': major | ||
--- | ||
|
||
Updated plugins to utilise NX 19.2.x, Typescript 5.4.x & Node 18. | ||
This update has only been tested on Node 18 but may work on node versions higher. | ||
|
||
NOTE: In order to run these changes you must bring your project up to date with: | ||
@nx ^ 19.2.x | ||
@typescript-eslint/eslint-plugin ^ 7.12.x | ||
@typescript-eslint/parser ^ 7.12.x | ||
esbuild ^ 0.16.x | ||
eslint ^ 8.57.x | ||
jest ^ 29.7.x | ||
nx ^ 19.2.x | ||
tslib ^ 2.6.x | ||
typescript ^ 5.4.x | ||
typescript-json-schema ^ 0.63.x |
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 |
---|---|---|
|
@@ -44,3 +44,6 @@ testem.log | |
# System Files | ||
.DS_Store | ||
Thumbs.db | ||
|
||
.nx/cache | ||
.nx/workspace-data |
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 |
---|---|---|
|
@@ -2,3 +2,6 @@ | |
|
||
/dist | ||
/coverage | ||
|
||
/.nx/cache | ||
/.nx/workspace-data |
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 |
---|---|---|
|
@@ -4,6 +4,6 @@ | |
"main": "dist/index.js", | ||
"private": true, | ||
"peerDependencies": { | ||
"tslib": "^2.1.0" | ||
"tslib": "^2.6.3" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -4,6 +4,6 @@ | |
"main": "dist/index.js", | ||
"private": true, | ||
"peerDependencies": { | ||
"tslib": "^2.1.0" | ||
"tslib": "^2.6.3" | ||
} | ||
} |
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
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 |
---|---|---|
|
@@ -4,6 +4,6 @@ | |
"main": "dist/index.js", | ||
"private": true, | ||
"peerDependencies": { | ||
"tslib": "^2.1.0" | ||
"tslib": "^2.6.3" | ||
} | ||
} |
Oops, something went wrong.