-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Aligns several module versions across the repository #78327
Conversation
18264d3
to
f1824d3
Compare
@@ -7,23 +7,21 @@ | |||
"cypress:open": "cypress open", | |||
"cypress:run": "cypress run --spec **/*.feature" | |||
}, | |||
"dependencies": { | |||
"devDependencies": { |
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.
This package is for E2E tests, we should not ship these dependencies.
f795ff2
to
bb2bc5f
Compare
@@ -7,15 +7,15 @@ | |||
"dependencies": { | |||
"@elastic/elasticsearch": "7.9.0-rc.1", | |||
"@kbn/dev-utils": "1.0.0", | |||
"abort-controller": "^2.0.3", | |||
"abort-controller": "^3.0.0", |
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.
3.0.0 just drops IE support
@@ -31,7 +31,7 @@ | |||
}, | |||
"devDependencies": { | |||
"@babel/core": "^7.11.1", | |||
"@elastic/eui": "0.0.55", |
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.
🤦♂️
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.
Do the ui-framework docs still work with this change?
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.
That's a good point - We have a discussion to remove ui-framework entirely in #46410 (comment).
I will revert this line, and create another PR to remove all but the assets we're currently relying on for ui-framework so we're not in some half working state.
"apollo-link": "^1.2.3", | ||
"apollo-link-error": "^1.1.7", | ||
"apollo-link-state": "^0.4.1", | ||
"autoprefixer": "^9.7.4", | ||
"axios": "^0.19.0", |
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.
Was already in the dependencies list.
2aa3ca5
to
73b1bae
Compare
@elasticmachine merge upstream |
Signed-off-by: Tyler Smalley <[email protected]>
3e2dfee
to
5ced163
Compare
Pinging @elastic/kibana-operations (Team:Operations) |
Pinging @elastic/apm-ui (Team:apm) |
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.
APM changes look good.
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.
ok for the platform changes
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.
LGTM
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]async chunks size
page load bundle size
distributable file count
History
To update your PR or re-run it, just comment with: |
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.
LGTM! Tested Painless Lab and Index Management settings editor to verify that both the Ace code editor and Monaco code editor still behave as expected.
…a into add-anomalies-to-timeline * 'add-anomalies-to-timeline' of github.com:phillipb/kibana: (89 commits) Aligns several module versions across the repository (elastic#78327) Empty prompt and loading spinner for service map (elastic#78382) Change progress bar to spinner (elastic#78460) [QA][Code Coverage] Coverage teams lookup w/o Additional Config (elastic#77111) Slim down core bundle (elastic#75912) [Alerting] retry internal OCC calls within alertsClient (elastic#77838) [kbn/optimizer] only build xpack examples when building xpack plugins (elastic#78656) [Ingest Manager] Ingest setup upgrade (elastic#78081) [Ingest Manager] Surface saved object client 10,000 limitation to bulk actions UI (elastic#78520) fix name without a category or if field end with .text (elastic#78655) [Security Solution] [Detections] Log message enhancements (elastic#78429) [ML]DF Analytics exploration: default filter of results page by `defaultIsTraining` value in url (elastic#78303) [Enterprise Search] Remove all instances of KibanaContext to Kea store (elastic#78513) [ML] DF Analytics creation: ensure job did not fail to start before showing results link (elastic#78200) fix createAppNavigationHandler to use `navigateToUrl` (elastic#78583) Fixing a11y test failure on discover app (elastic#59975) (elastic#77614) [Security Solution] Initiate endpoint package upgrade from security app (elastic#77498) [kbn/es] use a basic build process (elastic#78090) [kbn/optimizer] fix .json extension handling (elastic#78524) Fix APM lodash imports (elastic#78438) ...
Signed-off-by: Tyler Smalley <[email protected]> Co-authored-by: Elastic Machine <[email protected]> # Conflicts: # package.json # packages/kbn-spec-to-console/package.json # x-pack/package.json # yarn.lock
* master: (365 commits) making expression debug info serializable (elastic#78727) fix lodahs imports in app-arch code (elastic#78582) Make Field a React.lazy export (elastic#78483) [Security Solution] Improves detections tests (elastic#77295) [TSVB] Different field format on different series is ignored (elastic#78138) RFC: Improve saved object migrations (elastic#66056) [Security Solution] Fixes url timeline flaky test (elastic#78556) adds retryability feature (elastic#78611) Aligns several module versions across the repository (elastic#78327) Empty prompt and loading spinner for service map (elastic#78382) Change progress bar to spinner (elastic#78460) [QA][Code Coverage] Coverage teams lookup w/o Additional Config (elastic#77111) Slim down core bundle (elastic#75912) [Alerting] retry internal OCC calls within alertsClient (elastic#77838) [kbn/optimizer] only build xpack examples when building xpack plugins (elastic#78656) [Ingest Manager] Ingest setup upgrade (elastic#78081) [Ingest Manager] Surface saved object client 10,000 limitation to bulk actions UI (elastic#78520) fix name without a category or if field end with .text (elastic#78655) [Security Solution] [Detections] Log message enhancements (elastic#78429) [ML]DF Analytics exploration: default filter of results page by `defaultIsTraining` value in url (elastic#78303) ...
Signed-off-by: Tyler Smalley <[email protected]> Co-authored-by: Elastic Machine <[email protected]> # Conflicts: # package.json # packages/kbn-spec-to-console/package.json # x-pack/package.json # yarn.lock
We're working to bring Kibana to a single
package.json
. Details and discussion on that decision is at #76412. This PR aligs a handful of dependencies without any breaking changes across the repository.Before: #76412 (comment)
After: