-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: node to 18 * chore: set useWorkspaces to true in lerna * chore: add types in tsconfig properties * chore: update to new style imports * chore: add @tsconfig node18 to deps * feat: fix compile errors for apex package * chore: replace before with beforeEach in lightning * chore: beforeAll, void type for resolve, timeout * chore: replaced import in apex-debugger-adapter * chore: upgraded import statements * chore: fix lint error * feat: types/jest version change * chore: remove this.timeout() * chore: remove non arrow function * chore: update package-lock * chore: update import sanitize-filename * chore: fix import sequence * chore: child spawn * chore: testDone * chore: extends node 16 * fix: childProcess spawn * chore: remove any * chore: compile successfully * chore: specify npm v9 * fix: exclude babel from bundling in lwc * chore: remove workspaces * chore: keep the workspaces true * chore: update packaging in packs * chore: bump @types/node and typescript * chore: bump jest & ts-jest for new node version * chore: fix a visualforce LSP unit tests * chore: remove nyc from lightning. fix snapshots * chore: fix lang server paths for ws. fix more unit * chore: remove unused dep and weird dup test * chore: update unit tests in utils debug * chore: update workflows to run on node18 only * chore: attempt to remove prob test * chore: remove old unit tests * chore: remove windows unit test cache * chore: fix some int test jest/mocha confusion * chore: fix lint * chore: update int test with lwc lsp location * chore: update windows cache path * chore: continued cache path fun * chore: add forceExit to see if unit tests pass * chore: turn off forceExit for some unit tests * chore: fix some pending timers and remove forceExi * chore: remove old unit test config again * chore: update base jest config. remove forceExit * chore: remove collectCoverageFrom jest setting * chore: self review * chore: changes from review * chore: update ts config for failed compile * chore: lint * chore: update location of lsps in lwc for vsix * chore: fix int test after vsix update * chore: replace vsce with @vscode/vsce * chore: finalize merge * chore: package-lock update after merge * chore: delete the old vscode-utils unit test !jest * chore: mocha clean up in utils-vscode * chore: fix test fallout --------- Co-authored-by: Ritam Agrawal <[email protected]> Co-authored-by: Peter Hale <[email protected]>
- Loading branch information
1 parent
46e0734
commit 6736855
Showing
118 changed files
with
7,628 additions
and
18,799 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
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 +1 @@ | ||
v16.15.1 | ||
v18.11.0 |
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 |
---|---|---|
|
@@ -12,5 +12,6 @@ | |
] | ||
} | ||
}, | ||
"useNx": true | ||
"useNx": true, | ||
"useWorkspaces": true | ||
} |
Oops, something went wrong.