-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Update vega related modules (main) - autoclosed #187038
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
Conversation
|
Pinging @elastic/kibana-visualizations (Team:Visualizations) |
dc6bfc3 to
9851d2b
Compare
💔 Build FailedFailed CI StepsHistoryTo update your PR or re-run it, just comment with: |
9851d2b to
19e38d1
Compare
19e38d1 to
093e5f8
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
dej611
left a comment
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.
Tried to run it locally but got some webpack errors:
ERROR in ./node_modules/vega-lite/build/vega-lite.js 330:26
proc [kibana] │ Module parse failed: Unexpected token (330:26)
proc [kibana] │ You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
proc [kibana] │ | }
proc [kibana] │ | for (const s of src) {
proc [kibana] │ > deepMerge_(dest, s ?? {});
proc [kibana] │ | }
proc [kibana] │ | return dest;
proc [kibana] │ @ ./public/data_model/vega_parser.ts 18:0-64 191:25-32 217:16-23 457:38-53
proc [kibana] │ @ ./public/vega_request_handler.ts
proc [kibana] │ @ ./public/async_services.ts
proc [kibana] │ @ ./public/vega_fn.ts
proc [kibana] │ @ ./public/plugin.ts
proc [kibana] │ @ ./public/index.ts
proc [kibana] │ @ ./packages/kbn-optimizer/src/worker/entry_point_creator.ts
proc [kibana] │
proc [kibana] │ ERROR in ./node_modules/vega-tooltip/build/vega-tooltip.js 389:61
proc [kibana] │ Module parse failed: Unexpected token (389:61)
proc [kibana] │ You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
proc [kibana] │ | this.el.setAttribute('id', this.options.id);
proc [kibana] │ | this.el.classList.add('vg-tooltip');
proc [kibana] │ > const tooltipContainer = document.fullscreenElement ?? document.body;
proc [kibana] │ | tooltipContainer.appendChild(this.el);
proc [kibana] │ | }
proc [kibana] │ @ ./public/vega_view/vega_tooltip.js 10:0-67 66:19-39
proc [kibana] │ @ ./public/vega_view/vega_base_view.js
proc [kibana] │ @ ./public/vega_view/vega_view.js
proc [kibana] │ @ ./public/vega_visualization.ts
proc [kibana] │ @ ./public/components/vega_vis_component.tsx
proc [kibana] │ @ ./public/async_services.ts
proc [kibana] │ @ ./public/vega_fn.ts
proc [kibana] │ @ ./public/plugin.ts
proc [kibana] │ @ ./public/index.ts
proc [kibana] │ @ ./packages/kbn-optimizer/src/worker/entry_point_creator.ts
proc [kibana] │ np bld log [12:38:28.378] [error][@kbn/optimizer] [ml] build
proc [kibana] │ np bld log [12:38:28.378] [error][@kbn/optimizer] Optimizations failure.
proc [kibana] │ 2144 modules
proc [kibana] │
proc [kibana] │ ERROR in ./node_modules/vega-lite/build/vega-lite.js 330:26
proc [kibana] │ Module parse failed: Unexpected token (330:26)
proc [kibana] │ You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
proc [kibana] │ | }
proc [kibana] │ | for (const s of src) {
proc [kibana] │ > deepMerge_(dest, s ?? {});
proc [kibana] │ | }
proc [kibana] │ | return dest;
proc [kibana] │ @ ./public/application/components/vega_chart/vega_chart_view.tsx 15:0-52 26:19-26
proc [kibana] │ @ ./public/application/components/vega_chart/vega_chart.tsx
proc [kibana] │ @ ./public/application/components/vega_chart/index.ts
proc [kibana] │ @ ./public/application/components/scatterplot_matrix/scatterplot_matrix.tsx
proc [kibana] │ @ ./public/application/components/scatterplot_matrix/index.ts
proc [kibana] │ @ ./public/application/data_frame_analytics/pages/analytics_exploration/components/outlier_exploration/outlier_exploration.tsx
proc [kibana] │ @ ./public/application/data_frame_analytics/pages/analytics_exploration/components/outlier_exploration/index.ts
proc [kibana] │ @ ./public/application/data_frame_analytics/pages/analytics_exploration/page.tsx
proc [kibana] │ @ ./public/application/data_frame_analytics/pages/analytics_exploration/index.ts
proc [kibana] │ @ ./public/application/routing/routes/data_frame_analytics/analytics_job_exploration.tsx
proc [kibana] │ @ ./public/application/routing/routes/data_frame_analytics/index.ts
proc [kibana] │ @ ./public/application/routing/routes/index.ts
proc [kibana] │ @ ./public/application/components/ml_page/ml_page.tsx
proc [kibana] │ @ ./public/application/components/ml_page/index.ts
proc [kibana] │ @ ./public/application/routing/router.tsx
proc [kibana] │ @ ./public/application/routing/index.ts
proc [kibana] │ @ ./public/application/app.tsx
proc [kibana] │ @ ./public/plugin.ts
proc [kibana] │ @ ./public/index.ts
proc [kibana] │ @ ./packages/kbn-optimizer/src/worker/entry_point_creator.ts
proc [kibana] │
proc [kibana] │ ERROR in ./node_modules/vega-tooltip/build/vega-tooltip.js 389:61
proc [kibana] │ Module parse failed: Unexpected token (389:61)
proc [kibana] │ You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
proc [kibana] │ | this.el.setAttribute('id', this.options.id);
proc [kibana] │ | this.el.classList.add('vg-tooltip');
proc [kibana] │ > const tooltipContainer = document.fullscreenElement ?? document.body;
proc [kibana] │ | tooltipContainer.appendChild(this.el);
proc [kibana] │ | }
proc [kibana] │ @ ./public/application/components/vega_chart/vega_chart_view.tsx 18:0-39 31:53-60
proc [kibana] │ @ ./public/application/components/vega_chart/vega_chart.tsx
proc [kibana] │ @ ./public/application/components/vega_chart/index.ts
proc [kibana] │ @ ./public/application/components/scatterplot_matrix/scatterplot_matrix.tsx
proc [kibana] │ @ ./public/application/components/scatterplot_matrix/index.ts
proc [kibana] │ @ ./public/application/data_frame_analytics/pages/analytics_exploration/components/outlier_exploration/outlier_exploration.tsx
proc [kibana] │ @ ./public/application/data_frame_analytics/pages/analytics_exploration/components/outlier_exploration/index.ts
proc [kibana] │ @ ./public/application/data_frame_analytics/pages/analytics_exploration/page.tsx
proc [kibana] │ @ ./public/application/data_frame_analytics/pages/analytics_exploration/index.ts
proc [kibana] │ @ ./public/application/routing/routes/data_frame_analytics/analytics_job_exploration.tsx
proc [kibana] │ @ ./public/application/routing/routes/data_frame_analytics/index.ts
proc [kibana] │ @ ./public/application/routing/routes/index.ts
proc [kibana] │ @ ./public/application/components/ml_page/ml_page.tsx
proc [kibana] │ @ ./public/application/components/ml_page/index.ts
proc [kibana] │ @ ./public/application/routing/router.tsx
proc [kibana] │ @ ./public/application/routing/index.ts
proc [kibana] │ @ ./public/application/app.tsx
proc [kibana] │ @ ./public/plugin.ts
proc [kibana] │ @ ./public/index.ts
proc [kibana] │ @ ./packages/kbn-optimizer/src/worker/entry_point_creator.ts
|
@elastic/kibana-operations any ideas? ☝🏼 |
|
I saw here the JS version in the bundler output was updated from js2015 to JS2020 |
|
Yeah I recall there being build issues upgrading to I'm not sure how to fix this, adding The |
|
Closing in favour of PRs to be opened by Self-Hosted Renovate. |
This PR contains the following updates:
^5.24.0->^5.30.0^5.5.0->^5.19.0^0.28.0->^0.34.0Release Notes
vega/vega (vega)
v5.30.0Compare Source
Changes since v5.29.0
vega-functions
docs
monorepo
vega-*deps in topological order to eliminate version mismatches within the monorepo (via #3932). (Thanks @lsh!)v5.29.0Compare Source
docs
monorepo
vega-encode
vega-scale
vega-scenegraph
vega-typings
vega-view
v5.28.0Compare Source
changes from v5.27.0
docs
vega-parser
nice(via #3887). (Thanks @lsh!)vega-scenegraph
vega-typings
aggregate_paramsto window transform type (#3874). (Thanks @julieg18!)v5.27.0Compare Source
changes from v5.26.1:
docs
monorepo
codeownersfile. (Thanks @domoritz!)vega-scenegraph
devicePixelRatio(via #3844). (Thanks @lsh!)vega-transforms
sum([invalid]) -> undefined(via #3849). (Thanks @nicolaskruchten!)vega-typings
vega-view
devicePixelRatiochange (via #3844). (Thanks @lsh!)v5.26.1Compare Source
Changes from v5.26.1:
vega-scenegraph
vega-typings
v5.26.0Compare Source
Changes from v5.25.0:
vega-functions
vega-scale
vega-scenegraph
vega-selections
vega-transforms
vega-typings
vega-voronoi
v5.25.0Compare Source
Changes from v5.24.0:
monorepo
vega-cli
ppiresolution parameter for PNG output. (thanks @davidanthoff!)vega-expression
hypotfunction. (thanks @domoritz!)vega-functions
hypot.vega-regression
vega-statistics
vega-transforms
vega-util
splitAccessPath#3724 (thanks @suchanlee!)vega/vega-lite (vega-lite)
v5.19.0Compare Source
Bug Fixes
Features
5.18.1 (2024-05-07)
Bug Fixes
v5.18.1Compare Source
Bug Fixes
v5.18.0Compare Source
Bug Fixes
Features
v5.17.0Compare Source
Bug Fixes
Features
5.16.3 (2023-11-10)
Bug Fixes
5.16.2 (2023-11-08)
Bug Fixes
5.16.1 (2023-10-12)
Bug Fixes
v5.16.3Compare Source
Bug Fixes
v5.16.2Compare Source
Bug Fixes
v5.16.1Compare Source
Bug Fixes
v5.16.0Compare Source
Bug Fixes
Features
5.15.1 (2023-10-02)
Bug Fixes
v5.15.1Compare Source
Bug Fixes
v5.15.0Compare Source
Bug Fixes
timeUnitsto allow for fields with periods in name (#9088) (53ede0e)Features
5.14.1 (2023-07-20)
Bug Fixes
v5.14.1Compare Source
Bug Fixes
v5.14.0Compare Source
Bug Fixes
title(#9019) (f7f7735)Features
v5.13.0Compare Source
Features
v5.12.0Compare Source
Features
5.11.1 (2023-06-26)
Bug Fixes
v5.11.1Compare Source
Bug Fixes
v5.11.0Compare Source
Bug Fixes
Features
v5.10.0Compare Source
Bug Fixes
Features
extenttransform (#8940) (85e5cc8)5.9.3 (2023-05-18)
Bug Fixes
5.9.2 (2023-05-17)
Bug Fixes
5.9.1 (2023-05-15)
Bug Fixes
v5.9.3Compare Source
Bug Fixes
v5.9.2Compare Source
Bug Fixes
v5.9.1Compare Source
Bug Fixes
v5.9.0Compare Source
Features
v5.8.0Compare Source
Bug Fixes
Features
5.7.1 (2023-04-17)
v5.7.1Compare Source
v5.7.0Compare Source
Bug Fixes
Features
5.6.1 (2023-02-13)
5.6.0 (2022-10-14)
5.5.0 (2022-08-15)
v5.6.1Compare Source
v5.6.0Compare Source
🎉 This release contains work from new contributors! 🎉
Thanks for all your work!
❤️ Lam Thien Toan (@danielmalaton)
❤️ Brandon Hamilton (@mistidoi)
❤️ null@sl-solution
❤️ Zachary Bys (@ZacharyBys)
🚀 Enhancement
🐛 Bug Fix
fix:without scope triggers shipit for #8451 #8468 (@kanitw)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.