-
Notifications
You must be signed in to change notification settings - Fork 16
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
Feat/updates #557
Merged
Merged
Feat/updates #557
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
updates css and style related packages BREAKING CHANGE: minimum required Node version is now 12.13.0
webpack-dev-server v4 does this automatically now https://github.com/webpack/webpack-dev-server/blob/d576068ceb017eebbfa7481b208d751f0452a709/migration-v4.md
BREAKING CHANGE: minimum required version for react and react-dom is now at least 16.13.0, released in Feb 2020 react-hot-loader is being replaced by react fast refresh https://github.com/gaearon/react-hot-loader/tree/ed8b31080e766ae07c0dd2dc27b639df45cbc0c9#moving-towards-next-step
BREAKING CHANGE: IE 11 is officially no longer supported by Availity
chrishavekost
requested review from
robmcguinness,
nylon22,
jordan-a-young and
danielpickett
November 15, 2021 17:53
contentBase replaced with static.directory
BREAKING CHANGE: config.development.logLevel has been replaced with config.development.stats.level
Fixes double compile bug on startup of dev server with empty static dir Double compile seems to be result of using glob instead of copying file by file webpack-contrib/copy-webpack-plugin#602 (comment)
…evel Custom stats logging no longer fully works and will be removed in a future commit Most of the formatting and functionality it tries to provide is now logged by default
fixes unformatted double loggings
This should be ready for review now. I don't think deprecating our mock packages needs to hold this back, but let me know if you think otherwise |
Errors and warnings are still logged, but there's now less overall output by default
jordan-a-young
approved these changes
Nov 30, 2021
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.
webpack-dev-server
and other dependencies to webpack 5 compatible versionsnode-sass
todart-sass
(node-sass
has been deprecated)README
about upcoming deprecations whendart-sass
v2 is released. These warnings can be ignored when compiling your application@availity/mock-data
and@availity/mock-server
msw
@availity/example
dependenciesreact-hot-loader
removed in favor ofreact-refresh
as the only hotloader option,react-hot-loader
suggests moving to `react-refresheslint-config-availity