-
Notifications
You must be signed in to change notification settings - Fork 913
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
[Build] Upgrade from Webpack 4 to 5 #1118
Labels
build
Build related additions or modifications
enhancement
New feature or request
technical debt
If not paid, jeapardizes long-term success and maintainability of the repository.
v3.0.0
Comments
tmarkley
added
enhancement
New feature or request
build
Build related additions or modifications
v2.0.0
labels
Jan 10, 2022
7 tasks
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Feb 10, 2022
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Feb 10, 2022
# [29.2.0](elastic/elastic-charts@v29.1.0...v29.2.0) (2021-05-25) ### Bug Fixes * **legend:** disable handleLabelClick for one legend item ([opensearch-project#1134](elastic/elastic-charts#1134)) ([e485174](elastic/elastic-charts@e485174)), closes [opensearch-project#1055](elastic/elastic-charts#1055) ### Features * **a11y:** add alt text for all chart types ([opensearch-project#1118](elastic/elastic-charts#1118)) ([e1c7489](elastic/elastic-charts@e1c7489)), closes [opensearch-project#1107](elastic/elastic-charts#1107) * **legend:** specify number of columns on floating legend ([opensearch-project#1159](elastic/elastic-charts#1159)) ([ed3736e](elastic/elastic-charts@ed3736e)), closes [opensearch-project#1158](elastic/elastic-charts#1158) * simple screenspace constraint solver ([opensearch-project#1141](elastic/elastic-charts#1141)) ([af9dd96](elastic/elastic-charts@af9dd96))
This issue will not make it in for 2.0 due to significant refactoring efforts |
tmarkley
added
the
technical debt
If not paid, jeapardizes long-term success and maintainability of the repository.
label
May 25, 2022
8 tasks
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
build
Build related additions or modifications
enhancement
New feature or request
technical debt
If not paid, jeapardizes long-term success and maintainability of the repository.
v3.0.0
Webpack 5 was released in October, 2020 and provides performance and compatibility improvements.
Additionally, Webpack 4 is blocking at least one CVE fix. #1066 requires an upgrade to
[email protected]
because[email protected]
depends on a vulnerable version ofjson-schema
. In order to bump to[email protected]
to mitigate this vulnerability,sass-loader
also has to be upgraded from v10 to v12. However, v11 dropped support for[email protected]
.Webpack provides a complete list of changes required for the migration from 4 to 5.
The text was updated successfully, but these errors were encountered: