-
Notifications
You must be signed in to change notification settings - Fork 35
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: nx migrate to v17.3 #90
Merged
bsunderhus
merged 1 commit into
microsoft:main
from
bsunderhus:build/chore--nx-migrate-17.3
Feb 1, 2024
Merged
chore: nx migrate to v17.3 #90
bsunderhus
merged 1 commit into
microsoft:main
from
bsunderhus:build/chore--nx-migrate-17.3
Feb 1, 2024
Conversation
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
bsunderhus
force-pushed
the
build/chore--nx-migrate-17.3
branch
2 times, most recently
from
January 30, 2024 13:56
0464718
to
93fdc7b
Compare
bsunderhus
force-pushed
the
build/chore--nx-migrate-17.3
branch
2 times, most recently
from
January 30, 2024 14:12
1bd0f56
to
db75e58
Compare
bsunderhus
force-pushed
the
build/chore--nx-migrate-17.3
branch
from
January 30, 2024 14:40
db75e58
to
6e79d9e
Compare
bsunderhus
requested review from
spmonahan,
marcosmoura and
a team
as code owners
January 30, 2024 14:40
bsunderhus
force-pushed
the
build/chore--nx-migrate-17.3
branch
3 times, most recently
from
January 30, 2024 14:52
981efa0
to
ca5ef1f
Compare
spmonahan
reviewed
Jan 30, 2024
bsunderhus
force-pushed
the
build/chore--nx-migrate-17.3
branch
4 times, most recently
from
January 31, 2024 08:34
79949ce
to
3c921b7
Compare
ling1726
reviewed
Jan 31, 2024
bsunderhus
force-pushed
the
build/chore--nx-migrate-17.3
branch
4 times, most recently
from
January 31, 2024 14:47
10eda58
to
29d3565
Compare
bsunderhus
force-pushed
the
build/chore--nx-migrate-17.3
branch
2 times, most recently
from
January 31, 2024 15:01
fc797ea
to
98da716
Compare
Hotell
reviewed
Jan 31, 2024
...fluentui-contrib-react-data-grid-react-window-grid-25562c5b-7f46-4097-8b83-8b50cfbdf43a.json
Outdated
Show resolved
Hide resolved
Hotell
reviewed
Jan 31, 2024
packages/nx-plugin/src/generators/configure-storybook/files/.babelrc.template
Show resolved
Hide resolved
Hotell
reviewed
Jan 31, 2024
Hotell
requested changes
Jan 31, 2024
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.
Thanks for this huge migration !
Pro tip for next time:
- migrating to new major including multiple releases is not the best pattern
- a more robust scenario is to upgrade to latest current major, once merged, migrating to new major with latest patch, following by migration of latest major
we dont have enabled resolve comments needed in order to merge, so I'm forced to press the red button manually until resolved 🥹
bsunderhus
force-pushed
the
build/chore--nx-migrate-17.3
branch
from
January 31, 2024 16:19
98da716
to
46403ef
Compare
Hotell
approved these changes
Jan 31, 2024
spmonahan
reviewed
Jan 31, 2024
bsunderhus
force-pushed
the
build/chore--nx-migrate-17.3
branch
from
February 1, 2024 14:38
46403ef
to
9cff565
Compare
ling1726
approved these changes
Feb 1, 2024
bsunderhus
force-pushed
the
build/chore--nx-migrate-17.3
branch
from
February 1, 2024 14:53
9cff565
to
467b0d8
Compare
marcosmoura
approved these changes
Feb 1, 2024
spmonahan
approved these changes
Feb 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is the result of running
nx migrate latest
(docs) at root of the project.@storybook/source-loader
.nx
to.gitignore
interface
overtype
(@typescript-eslint/consistent-type-definitions).babelrc
to every library and also include it on storybookgenerator
(storybook build is breaking without a.babelrc
file on the root of libraryverdaccio
which seems to be a new dependency forpublishable
libs for@nx/js:lib
(release blog post)