-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): Upgrade NX to 17.3.0 #36
Draft
krzotki
wants to merge
66
commits into
master
Choose a base branch
from
deps/upgrade-NX
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 40 commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
bc996b7
chore(deps): Upgrade NX to 15.8.9
krzotki c5d7aee
chore(deps): Upgrade NX to 16.0.0
krzotki 61a9919
chore(deps): Upgrade NX to 16.0.0
krzotki 6d925af
chore(deps): Upgrade NX to 16.0.0, fix tests
krzotki 955146b
chore(deps): Upgrade NX to 16.1.0
krzotki 7a78bc2
chore(deps): Upgrade NX to 16.2.0
krzotki a67faf5
chore(deps): Upgrade NX to 16.4.0
krzotki 52b1b52
chore(deps): Upgrade NX to 16.5.0
krzotki 7dab383
chore(deps): Upgrade NX to 16.6.0
krzotki a49370d
chore(deps): Upgrade NX to 16.7.0
krzotki 546d402
chore(deps): Upgrade NX to 16.8.0
krzotki 38b9d53
chore(deps): Upgrade NX to 16.10.0
krzotki 5fb3b74
chore(deps): Upgrade NX to 17.3.0
krzotki e641d12
fix(lint): Fix some lint errors
krzotki b3259eb
fix(lint): Fix some lint errors
krzotki 9529b5a
fix(tests): Fix some tests
krzotki 19008a4
fix(tests): Revert mock file
krzotki 59fdfab
fix(build): Fix build
krzotki c1c3ff9
fix(lint): Disable @nx/enforce-module-boundaries for js files
krzotki 5c24500
fix(lint): Disable @nx/enforce-module-boundaries for js files
krzotki 5055aa8
fix(lint): Readd npmScope to import paths
krzotki b889fa0
fix(generators): Downgrade nx storybook
krzotki 888ea01
chore(deps): Upgrade next to 14
krzotki ebd38bb
fix(generators): Remove app directory from Next app
krzotki 62fcee2
fix(lint): change module
krzotki e990858
fix(generators): Update RouterContext import
krzotki 0a8ad8c
fix(storybook): Add fallback
krzotki ecedee5
fix(lint): Change type to interface
krzotki 1b4f06f
fix(generators): Replace types with interfaces
krzotki 5ce7a75
fix(init): Get packages versions from package.json
krzotki ae229ae
fix(init): Sync versions
krzotki c6d2d80
chore(deps): lock file
krzotki 32dc7e5
chore(repo): change version
krzotki 6d8fec4
fix(init): Fix missing packages
krzotki de3f378
fix(init): Fix missing packages
krzotki 8460097
chore(deps): lock file
krzotki f6af72c
fix(init): Fix create script
krzotki b2f456c
fix(init): Fix create script
krzotki 78ef61f
fix(init): Fix create script - nxCloud value
krzotki e554000
fix(init): Fix missing packages
krzotki 19d15af
fix(init): Fix workspace layout
krzotki d7b995e
chore(release): Bump version
krzotki 9872442
fix(init): Fix workspace layout
krzotki decd897
chore(release): Bump version
krzotki 409fd8e
fix(init): Gather all deps in one place
krzotki 0b34e0f
chore(deps): lock file
krzotki 4905a98
fix(init): Gather all deps in one place
krzotki 7045890
fix(init): Gather all deps in one place
krzotki ffde4c9
fix(init): Gather all deps in one place
krzotki 3138ca9
fix(init): Add remaining missing deps
krzotki f6c9728
fix(init): Add missing deps for cypress tests
krzotki 9db9f88
fix(init): Generate missing babel.config
krzotki 652de8f
fix(init): Bump version
krzotki 7f64c19
chore(test): Readd tests
krzotki 72feba6
chore(repo): Remove migrations.json
krzotki d91e6c2
chore(deps): Remove nrwl/tao
krzotki 9c8e4af
fix(eslint): Fix eslint in docs and tests
krzotki bf6fcb3
fix(eslint): Change nrwl to nx in eslint config
krzotki 3c8cc20
chore(deps): Upgrade NX to 17.3.2
krzotki 16fb671
chore(deps): Update lock file
krzotki 585eab9
chore(deps): Use npm instead of pnpm in init
krzotki 5af9a7e
chore(deps): Use legacy-peer-deps
krzotki 6f108de
chore(deps): Bump version
krzotki d61b1ea
chore(deps): Add comment in init, dont use npm nx
krzotki 27f5aa0
chore(deps): Bump version
krzotki 92d0d88
chore(deps): Bump version
krzotki 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 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,3 @@ | ||
node_modules/ | ||
node_modules/ | ||
**/mocks/** | ||
**.spec.* | ||
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
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,7 +1,7 @@ | ||
{ | ||
"presets": [ | ||
[ | ||
"@nrwl/react/babel", | ||
"@nx/react/babel", | ||
{ | ||
"runtime": "automatic", | ||
"useBuiltIns": "usage" | ||
|
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,7 +1,7 @@ | ||
{ | ||
"presets": [ | ||
[ | ||
"@nrwl/react/babel", | ||
"@nx/react/babel", | ||
{ | ||
"runtime": "automatic", | ||
"useBuiltIns": "usage" | ||
|
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,7 +1,7 @@ | ||
{ | ||
"presets": [ | ||
[ | ||
"@nrwl/react/babel", | ||
"@nx/react/babel", | ||
{ | ||
"runtime": "automatic", | ||
"useBuiltIns": "usage" | ||
|
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think, it could be better to use
overrides
section ofeslintrc
to disable specific cases for thoseIn general, I believe we want to lint our tests and potentially even mocks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests - yes, I will reenable this. Mocks - tricky, as it would require rewriting PR checker, but maybe there won't be that many changes