[build] Apply patches#265162
Merged
jbudz merged 3 commits intoelastic:mainfrom Apr 23, 2026
Merged
Conversation
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
|
Contributor
|
Pinging @elastic/kibana-operations (Team:Operations) |
1 similar comment
Contributor
|
Pinging @elastic/kibana-operations (Team:Operations) |
Contributor
ApprovabilityVerdict: Needs human review This build task change adds patch-package execution during dependency installation. While the change itself is straightforward, the author does not own this file (owned by @elastic/kibana-operations), and the designated code owners should review changes to build infrastructure they maintain. You can customize Macroscope's approvability policy. Learn more. |
TamerlanG
approved these changes
Apr 23, 2026
tylersmalley
approved these changes
Apr 23, 2026
jbudz
added a commit
that referenced
this pull request
Apr 23, 2026
smith
pushed a commit
to smith/kibana
that referenced
this pull request
Apr 23, 2026
Follow up to elastic#263121, which also needs to run on the build. https://buildkite.com/elastic/kibana-artifacts-snapshot/builds/8279 ``` jon@mbp % tar xzf kibana-9.4.0-SNAPSHOT-linux-x86_64.tar.gz --to-stdout kibana-9.4.0-SNAPSHOT/node_modules/zod/v4/classic/schemas.cjs | head -160 | tail -35 const checks = __importStar(require("./checks.cjs")); const iso = __importStar(require("./iso.cjs")); const parse = __importStar(require("./parse.cjs")); // Maps (internalProto, key) pairs already initialized — avoids repeated prototype setup const _protoInitMap = new WeakMap(); /** * Sets shared methods on the *internal* prototype layer of inst's concrete constructor * (once per concrete type per key). The internal prototype sits one level below the * user-visible `_.prototype`, keeping `Object.keys(_.prototype)` empty by default * and preventing V8 dictionary-mode degradation. * * Falls back to `Object.getPrototypeOf(inst)` for constructors not created with * `$constructor` (e.g., in tests or third-party code). */ function _initProto(inst, key, methods, defineProps) { const proto = inst._zod?.constr?.[core.$internalProto] ?? Object.getPrototypeOf(inst); ```
rbrtj
pushed a commit
to walterra/kibana
that referenced
this pull request
Apr 27, 2026
Follow up to elastic#263121, which also needs to run on the build. https://buildkite.com/elastic/kibana-artifacts-snapshot/builds/8279 ``` jon@mbp % tar xzf kibana-9.4.0-SNAPSHOT-linux-x86_64.tar.gz --to-stdout kibana-9.4.0-SNAPSHOT/node_modules/zod/v4/classic/schemas.cjs | head -160 | tail -35 const checks = __importStar(require("./checks.cjs")); const iso = __importStar(require("./iso.cjs")); const parse = __importStar(require("./parse.cjs")); // Maps (internalProto, key) pairs already initialized — avoids repeated prototype setup const _protoInitMap = new WeakMap(); /** * Sets shared methods on the *internal* prototype layer of inst's concrete constructor * (once per concrete type per key). The internal prototype sits one level below the * user-visible `_.prototype`, keeping `Object.keys(_.prototype)` empty by default * and preventing V8 dictionary-mode degradation. * * Falls back to `Object.getPrototypeOf(inst)` for constructors not created with * `$constructor` (e.g., in tests or third-party code). */ function _initProto(inst, key, methods, defineProps) { const proto = inst._zod?.constr?.[core.$internalProto] ?? Object.getPrototypeOf(inst); ```
SoniaSanzV
pushed a commit
to SoniaSanzV/kibana
that referenced
this pull request
Apr 27, 2026
Follow up to elastic#263121, which also needs to run on the build. https://buildkite.com/elastic/kibana-artifacts-snapshot/builds/8279 ``` jon@mbp % tar xzf kibana-9.4.0-SNAPSHOT-linux-x86_64.tar.gz --to-stdout kibana-9.4.0-SNAPSHOT/node_modules/zod/v4/classic/schemas.cjs | head -160 | tail -35 const checks = __importStar(require("./checks.cjs")); const iso = __importStar(require("./iso.cjs")); const parse = __importStar(require("./parse.cjs")); // Maps (internalProto, key) pairs already initialized — avoids repeated prototype setup const _protoInitMap = new WeakMap(); /** * Sets shared methods on the *internal* prototype layer of inst's concrete constructor * (once per concrete type per key). The internal prototype sits one level below the * user-visible `_.prototype`, keeping `Object.keys(_.prototype)` empty by default * and preventing V8 dictionary-mode degradation. * * Falls back to `Object.getPrototypeOf(inst)` for constructors not created with * `$constructor` (e.g., in tests or third-party code). */ function _initProto(inst, key, methods, defineProps) { const proto = inst._zod?.constr?.[core.$internalProto] ?? Object.getPrototypeOf(inst); ```
This file contains hidden or 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
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.
Follow up to #263121, which also needs to run on the build.
https://buildkite.com/elastic/kibana-artifacts-snapshot/builds/8279