-
Notifications
You must be signed in to change notification settings - Fork 11
chore: 🤖 upgrade ng and nx #155
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 all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
b4408cd
chore: 🤖 upgrade Angular and Nx
ktrz 93037e9
chore: [nx migration] 15.0.0-migrate-to-inputs
ktrz baf8032
chore: [nx migration] 15.0.0-prefix-outputs
ktrz 6740261
chore: [nx migration] update-angular-cli-version-14-1-0
ktrz d537c46
chore: [nx migration] update-rxjs-7-5-0
ktrz d828308
chore: [nx migration] update-angular-cli-version-14-2-0
ktrz fa90fb2
chore: [nx migration] update-angular-cli-version-15-0-0
ktrz 06b1967
chore: [nx migration] remove-browserlist-config
ktrz 6124682
chore: [nx migration] update-typescript-target
ktrz e7d5988
chore: [nx migration] migration-v15
ktrz df784ea
chore: [nx migration] update-cypress-configs-preset
ktrz 52a6836
chore: [nx migration] update-cypress-if-v10
ktrz 1e0c838
chore: [nx migration] add-cypress-inputs
ktrz 1c598cd
chore: [nx migration] update-to-cypress-11
ktrz 087e695
chore: [nx migration] exclude-jest-config-from-ts-config
ktrz fe99403
chore: [nx migration] update-configs-jest-28
ktrz 7800b8f
chore: [nx migration] add-jest-inputs
ktrz 66a27c2
chore: [nx migration] add-eslint-inputs
ktrz 89ccfbe
chore: [nx migration] add-babel-inputs
ktrz becf051
chore: [nx migration] 14-8-0-change-run-commands-executor
ktrz b9b92fa
fix: package-lock fixes
9336475
chore: upgraded to latest version of everything
2f55da6
fix: try updating package-lock with npm v8.1.0 to fix CI
5d244cc
fix: use changed cypress API to keep existing functionality
2e5b383
fix: peer dependencies update
38e83dc
chore: proper documentation for cypress-indexeddb
7016fda
feat: use lts/gallium for nvmrc
55f1337
chore: run cypress tests with test isolation and add todo with issue …
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| node_modules |
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 +1 @@ | ||
| 16.10.0 | ||
| lts/gallium |
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 was deleted.
Oops, something went wrong.
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
4 changes: 2 additions & 2 deletions
4
apps/showcase/src/app/modules/route-tags-showcase/route-tags-showcase.module.ts
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
2 changes: 1 addition & 1 deletion
2
.../modules/rxidb-showcase/components/rxidb-auto-increment/rxidb-auto-increment.component.ts
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
8 changes: 4 additions & 4 deletions
8
apps/showcase/src/app/modules/rxidb-showcase/rxidb-showcase.module.ts
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,3 +1,15 @@ | ||
| const nxPreset = require('@nrwl/jest/preset').default; | ||
|
|
||
| module.exports = { ...nxPreset }; | ||
| module.exports = { | ||
| ...nxPreset, | ||
| /* TODO: Update to latest Jest snapshotFormat | ||
| * By default Nx has kept the older style of Jest Snapshot formats | ||
| * to prevent breaking of any existing tests with snapshots. | ||
| * It's recommend you update to the latest format. | ||
| * You can do this by removing snapshotFormat property | ||
| * and running tests with --update-snapshot flag. | ||
| * Example: "nx affected --targets=test --update-snapshot" | ||
| * More info: https://jestjs.io/docs/upgrading-to-jest29#snapshot-format | ||
| */ | ||
| snapshotFormat: { escapeString: true, printBasicPrototype: 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 |
|---|---|---|
| @@ -1,3 +1,10 @@ | ||
| { | ||
| "presets": [["@nrwl/web/babel", { "useBuiltIns": "usage" }]] | ||
| "presets": [ | ||
| [ | ||
| "@nrwl/js/babel", | ||
| { | ||
| "useBuiltIns": "usage" | ||
| } | ||
| ] | ||
| ] | ||
| } |
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 |
|---|---|---|
|
|
@@ -20,6 +20,6 @@ | |
| "typescript" | ||
| ], | ||
| "peerDependencies": { | ||
| "cypress": "< 12.0.0" | ||
| "cypress": "< 12.6.0" | ||
| } | ||
| } | ||
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
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.