Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 18 additions & 9 deletions src/Elastic.Documentation.Site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Elastic.Documentation.Site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"defaults"
],
"dependencies": {
"@elastic/eui": "117.0.0",
"@elastic/eui": "118.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upgrading to @elastic/eui@118.0.0 introduces a reproducible build break in this repo’s frontend pipeline.

Running npm ci && npm run build in src/Elastic.Documentation.Site fails with:

Failed to resolve '`@elastic/esql-definitions`/commandNames' from './node_modules/`@elastic/prismjs-esql`/lib/index.js'

This comes from the transitive jump to @elastic/prismjs-esql@4.17.0 in the updated lockfile, so the PR currently breaks production asset builds. Please keep @elastic/eui on 117.0.0 (or add a validated compatibility fix for the new Prism ES|QL package path) before merging.

"@elastic/highlightjs-esql": "1.2.3",
"@emotion/css": "11.13.5",
"@emotion/react": "11.14.0",
Expand Down
Loading