-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump project dependencies (#321)
* build(deps): bump project dependencies - [X] update project dependencies to the latest versions; - [X] update angular to v13, verify project workability; - [ ] update jest-preset-angular when it's released, unit tests executiron is broken; BREAKING CHANGE: reinstall project dependencies * fix(polyfills): update client app polyfills * build(deps): bump project dependencies * build(deps): bump project dependencies - [X] update project dependencies to the latest versions; * build(deps): bump project dependencies - [X] use jest-preset-angular rc, nrwl/linter beta; * chore(deps): bump project dependencies * build(deps): bump project dependencies * build(deps): bump project dependencies * build(deps): bump project dependencies * build(deps): bump project dependencies - [X] bump dependencies, update jest config * test(unit): fix unit tests * fix(marked): fix marked library ref * ci(concur): improve workflows - [X] add workflow concurrency configs; * build(deps): bump project dependencies * build(lock): regenerate yarn.lock * fix(ci): fix workflows * fix(ci): fix workflow step conditionals * fix(ci): fix workflows * fix(ci): enable caching (pr validation) * build(deps): update deps * fix(ncu): fix ncurc excludes * build(deps): bump project dependencies * build(deps): fix dependencies version
- Loading branch information
Showing
26 changed files
with
7,269 additions
and
2,666 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
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,4 +1,4 @@ | ||
{ | ||
"reject": [], | ||
"timeout": 60000 | ||
"reject": ["eslint", "graphql", "typescript"], | ||
"timeout": 90000 | ||
} |
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
Oops, something went wrong.