-
Notifications
You must be signed in to change notification settings - Fork 43
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
Upgrade to React 18 #1762
Labels
kind/dependency-change
Categorizes issue or PR as related to changing dependencies
priority/normal
Higher priority than priority/minor. Nice to have.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
Comments
konveyor-ci-bot
bot
added
the
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
label
Mar 12, 2024
This issue is currently awaiting triage. |
konveyor-ci-bot
bot
added
needs-kind
Indicates an issue or PR lacks a `kind/foo` label and requires one.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
labels
Mar 12, 2024
sjd78
added
kind/dependency-change
Categorizes issue or PR as related to changing dependencies
and removed
needs-kind
Indicates an issue or PR lacks a `kind/foo` label and requires one.
labels
Mar 12, 2024
Also upgrade for dev:
Also upgrade in general:
Related upgrade for i18n:
|
sjd78
added a commit
that referenced
this issue
Apr 3, 2024
Update mostly webpack related client dependencies to current versions. This will handle the npm install warning about "stable" and the build time warnings about updating "caniuse". Other libraries will need more attention to be updated: - react@18 (see #1762) - i18next@latest (translation file changes around singular/plural) - msw@2 (APIs changed) - webpack-dev-server@5 (APIs changed) - `@testing-library@latest` - axios@latest Signed-off-by: Scott J Dickerson <[email protected]>
sjd78
added a commit
to sjd78/tackle2-ui
that referenced
this issue
Apr 18, 2024
Resolves: https://issues.redhat.com/browse/MTA-2492 Update mostly webpack related client dependencies to current versions. This will handle the npm install warning about "stable" and the build time warnings about updating "caniuse". Other libraries will need more attention to be updated: - react@18 (see konveyor#1762) - i18next@latest (translation file changes around singular/plural) - msw@2 (APIs changed) - webpack-dev-server@5 (APIs changed) - `@testing-library@latest` - axios@latest Backport-of: konveyor#1801 Signed-off-by: Scott J Dickerson <[email protected]>
sjd78
added a commit
to sjd78/tackle2-ui
that referenced
this issue
Apr 18, 2024
Resolves: https://issues.redhat.com/browse/MTA-2492 Update mostly webpack related client dependencies to current versions. This will handle the npm install warning about "stable" and the build time warnings about updating "caniuse". Other libraries will need more attention to be updated: - react@18 (see konveyor#1762) - i18next@latest (translation file changes around singular/plural) - msw@2 (APIs changed) - webpack-dev-server@5 (APIs changed) - `@testing-library@latest` - axios@latest Backport-of: konveyor#1801 Signed-off-by: Scott J Dickerson <[email protected]>
sjd78
added a commit
that referenced
this issue
Apr 19, 2024
Resolves: https://issues.redhat.com/browse/MTA-2492 Update mostly webpack related client dependencies to current versions. This will handle the npm install warning about "stable" and the build time warnings about updating "caniuse". Other libraries will need more attention to be updated: - react@18 (see #1762) - i18next@latest (translation file changes around singular/plural) - msw@2 (APIs changed) - webpack-dev-server@5 (APIs changed) - `@testing-library@latest` - axios@latest Backport-of: #1801 Signed-off-by: Scott J Dickerson <[email protected]>
sjd78
added
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
priority/normal
Higher priority than priority/minor. Nice to have.
and removed
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
labels
Apr 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/dependency-change
Categorizes issue or PR as related to changing dependencies
priority/normal
Higher priority than priority/minor. Nice to have.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
The current UI is running on React 17.
Now that react 18 is 2 years old, and that I've seen some libraries have a react dependency
react@^18
, upgrading UI should be done.React 18 upgrade guide
The text was updated successfully, but these errors were encountered: