-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[backport] PR #8196 to 5.x - Add globalNav styles that prevent the nav items from overlapping when the window is very short. #8203
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
Closed
Conversation
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
--------- **Commit 1:** Add globalNav styles that prevent the nav items from overlapping when the window is very short, and instead allows the user to scroll. * Original sha: 9ce2cd5 * Authored by CJ Cenizal <cj@cenizal.com> on 2016-09-09T03:28:45Z
jbudz
added a commit
that referenced
this pull request
Dec 6, 2022
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://togithub.com/babel/babel)) | [`^7.20.2` -> `^7.20.5`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.20.2/7.20.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/generator](https://babel.dev/docs/en/next/babel-generator) ([source](https://togithub.com/babel/babel)) | [`^7.20.4` -> `^7.20.5`](https://renovatebot.com/diffs/npm/@babel%2fgenerator/7.20.4/7.20.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/parser](https://babel.dev/docs/en/next/babel-parser) ([source](https://togithub.com/babel/babel)) | [`^7.20.3` -> `^7.20.5`](https://renovatebot.com/diffs/npm/@babel%2fparser/7.20.3/7.20.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/runtime](https://babel.dev/docs/en/next/babel-runtime) ([source](https://togithub.com/babel/babel)) | [`^7.20.1` -> `^7.20.6`](https://renovatebot.com/diffs/npm/@babel%2fruntime/7.20.1/7.20.6) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/traverse](https://babel.dev/docs/en/next/babel-traverse) ([source](https://togithub.com/babel/babel)) | [`^7.20.1` -> `^7.20.5`](https://renovatebot.com/diffs/npm/@babel%2ftraverse/7.20.1/7.20.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/types](https://babel.dev/docs/en/next/babel-types) ([source](https://togithub.com/babel/babel)) | [`^7.20.2` -> `^7.20.5`](https://renovatebot.com/diffs/npm/@babel%2ftypes/7.20.2/7.20.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@​babel/core)</summary> ### [`v7.20.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7205-2022-11-28) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.2...v7.20.5) ##### 👓 Spec Compliance - `babel-helpers`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-traverse` - [#​15183](https://togithub.com/babel/babel/pull/15183) Improve array destructuring spec compliance ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-cli`, `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-transform-classes`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​15182](https://togithub.com/babel/babel/pull/15182) fix: apply toPropertyKey when defining class members ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-private-property-in-object`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15133](https://togithub.com/babel/babel/pull/15133) fix: validate rhs of `in` when transpiling `#p in C` ([@​JLHwung](https://togithub.com/JLHwung)) ##### 🐛 Bug Fix - `babel-parser` - [#​15225](https://togithub.com/babel/babel/pull/15225) Parse `using[foo]` as computed member expression ([@​JLHwung](https://togithub.com/JLHwung)) - [#​15207](https://togithub.com/babel/babel/pull/15207) Export `ParseResult` type ([@​davydof](https://togithub.com/davydof)) - [#​15198](https://togithub.com/babel/babel/pull/15198) fix: parse `import module, ...` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-wrap-function`, `babel-preset-env`, `babel-traverse` - [#​15181](https://togithub.com/babel/babel/pull/15181) fix: Edge cases for async functions and `noNewArrow` assumption ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-parameters`, `babel-traverse` - [#​15163](https://togithub.com/babel/babel/pull/15163) fix: Throw error when compiling `super()` in arrow functions with default / rest parameters ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helpers`, `babel-node`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-transform-regenerator`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15194](https://togithub.com/babel/babel/pull/15194) fix: Bump `regenerator` and add tests ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helper-create-regexp-features-plugin` - [#​15192](https://togithub.com/babel/babel/pull/15192) fix: Update `regjsparser` for `@babel/standalone` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser`, `babel-types` - [#​15109](https://togithub.com/babel/babel/pull/15109) fix: Babel 8 types ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator` - [#​15143](https://togithub.com/babel/babel/pull/15143) Don't print inner comments as leading when wrapping in `(``)` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​15167](https://togithub.com/babel/babel/pull/15167) Register `switch`'s `discriminant` in the outer scope ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### 💅 Polish - `babel-generator` - [#​15173](https://togithub.com/babel/babel/pull/15173) Improve generator behavior when `comments:false` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​15164](https://togithub.com/babel/babel/pull/15164) Only extract IDs for TDZ checks in assign when necessary ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### 🏠 Internal - `babel-core`, `babel-parser` - [#​15202](https://togithub.com/babel/babel/pull/15202) Bump typescript to 4.9.3 ([@​JLHwung](https://togithub.com/JLHwung)) </details> <details> <summary>babel/babel (@​babel/parser)</summary> ### [`v7.20.5`](https://togithub.com/babel/babel/releases/tag/v7.20.5) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.3...v7.20.5) ##### v7.20.5 (2022-11-28) Thanks [@​davydof](https://togithub.com/davydof) and [@​SuperSodaSea](https://togithub.com/SuperSodaSea) for your first PRs! ##### 👓 Spec Compliance - `babel-helpers`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-traverse` - [#​15183](https://togithub.com/babel/babel/pull/15183) Improve array destructuring spec compliance ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-cli`, `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-transform-classes`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​15182](https://togithub.com/babel/babel/pull/15182) fix: apply toPropertyKey when defining class members ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-private-property-in-object`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15133](https://togithub.com/babel/babel/pull/15133) fix: validate rhs of `in` when transpiling `#p in C` ([@​JLHwung](https://togithub.com/JLHwung)) ##### 🐛 Bug Fix - `babel-parser` - [#​15225](https://togithub.com/babel/babel/pull/15225) Parse `using[foo]` as computed member expression ([@​JLHwung](https://togithub.com/JLHwung)) - [#​15207](https://togithub.com/babel/babel/pull/15207) Export `ParseResult` type ([@​davydof](https://togithub.com/davydof)) - [#​15198](https://togithub.com/babel/babel/pull/15198) fix: parse `import module, ...` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-wrap-function`, `babel-preset-env`, `babel-traverse` - [#​15181](https://togithub.com/babel/babel/pull/15181) fix: Edge cases for async functions and `noNewArrow` assumption ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-parameters`, `babel-traverse` - [#​15163](https://togithub.com/babel/babel/pull/15163) fix: Throw error when compiling `super()` in arrow functions with default / rest parameters ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helpers`, `babel-node`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-transform-regenerator`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15194](https://togithub.com/babel/babel/pull/15194) fix: Bump `regenerator` and add tests ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helper-create-regexp-features-plugin` - [#​15192](https://togithub.com/babel/babel/pull/15192) fix: Update `regjsparser` for `@babel/standalone` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser`, `babel-types` - [#​15109](https://togithub.com/babel/babel/pull/15109) fix: Babel 8 types ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator` - [#​15143](https://togithub.com/babel/babel/pull/15143) Don't print inner comments as leading when wrapping in `(``)` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​15167](https://togithub.com/babel/babel/pull/15167) Register `switch`'s `discriminant` in the outer scope ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### 💅 Polish - `babel-generator` - [#​15173](https://togithub.com/babel/babel/pull/15173) Improve generator behavior when `comments:false` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​15164](https://togithub.com/babel/babel/pull/15164) Only extract IDs for TDZ checks in assign when necessary ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### 🏠 Internal - `babel-core`, `babel-parser` - [#​15202](https://togithub.com/babel/babel/pull/15202) Bump typescript to 4.9.3 ([@​JLHwung](https://togithub.com/JLHwung)) ##### Committers: 6 - Alexander Davydov ([@​davydof](https://togithub.com/davydof)) - Babel Bot ([@​babel-bot](https://togithub.com/babel-bot)) - Huáng Jùnliàng ([@​JLHwung](https://togithub.com/JLHwung)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Tianlan Zhou ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - [@​liuxingbaoyu](https://togithub.com/liuxingbaoyu) </details> --- ### 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](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40OC40IiwidXBkYXRlZEluVmVyIjoiMzQuNDguNCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Budzenski <jon@elastic.co>
spalger
pushed a commit
that referenced
this pull request
Dec 29, 2022
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/cli](https://babel.dev/docs/en/next/babel-cli) ([source](https://togithub.com/babel/babel)) | [`^7.19.3` -> `^7.20.7`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.19.3/7.20.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://togithub.com/babel/babel)) | [`^7.20.5` -> `^7.20.7`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.20.5/7.20.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/generator](https://babel.dev/docs/en/next/babel-generator) ([source](https://togithub.com/babel/babel)) | [`^7.20.5` -> `^7.20.7`](https://renovatebot.com/diffs/npm/@babel%2fgenerator/7.20.5/7.20.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/parser](https://babel.dev/docs/en/next/babel-parser) ([source](https://togithub.com/babel/babel)) | [`^7.20.5` -> `^7.20.7`](https://renovatebot.com/diffs/npm/@babel%2fparser/7.20.5/7.20.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/plugin-proposal-object-rest-spread](https://babel.dev/docs/en/next/babel-plugin-proposal-object-rest-spread) ([source](https://togithub.com/babel/babel)) | [`^7.20.2` -> `^7.20.7`](https://renovatebot.com/diffs/npm/@babel%2fplugin-proposal-object-rest-spread/7.20.2/7.20.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/plugin-proposal-optional-chaining](https://babel.dev/docs/en/next/babel-plugin-proposal-optional-chaining) ([source](https://togithub.com/babel/babel)) | [`^7.18.9` -> `^7.20.7`](https://renovatebot.com/diffs/npm/@babel%2fplugin-proposal-optional-chaining/7.18.9/7.20.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/runtime](https://babel.dev/docs/en/next/babel-runtime) ([source](https://togithub.com/babel/babel)) | [`^7.20.6` -> `^7.20.7`](https://renovatebot.com/diffs/npm/@babel%2fruntime/7.20.6/7.20.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/traverse](https://babel.dev/docs/en/next/babel-traverse) ([source](https://togithub.com/babel/babel)) | [`^7.20.5` -> `^7.20.7`](https://renovatebot.com/diffs/npm/@babel%2ftraverse/7.20.5/7.20.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/types](https://babel.dev/docs/en/next/babel-types) ([source](https://togithub.com/babel/babel)) | [`^7.20.5` -> `^7.20.7`](https://renovatebot.com/diffs/npm/@babel%2ftypes/7.20.5/7.20.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@​babel/cli)</summary> ### [`v7.20.7`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7207-2022-12-22) [Compare Source](https://togithub.com/babel/babel/compare/v7.19.3...v7.20.7) ##### 👓 Spec Compliance - `babel-helper-member-expression-to-functions`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#​15223](https://togithub.com/babel/babel/pull/15223) fix: Deleting super property should throw ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-object-super` - [#​15241](https://togithub.com/babel/babel/pull/15241) fix: Throw correct error types from sed ant class TDZ helpers ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) ##### 🐛 Bug Fix - `babel-parser`, `babel-plugin-transform-typescript` - [#​15209](https://togithub.com/babel/babel/pull/15209) fix: Support auto accessors with TypeScript annotations ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-traverse` - [#​15287](https://togithub.com/babel/babel/pull/15287) Fix `.parentPath` after rename in `SwitchCase` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript`, `babel-traverse` - [#​15284](https://togithub.com/babel/babel/pull/15284) fix: Ts import type and func with duplicate name ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​15278](https://togithub.com/babel/babel/pull/15278) Fix tdz analysis for reassigned captured for bindings ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-async-generator-functions`, `babel-preset-env` - [#​15235](https://togithub.com/babel/babel/pull/15235) fix: Transform `for await` with shadowed variables ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator`, `babel-plugin-proposal-optional-chaining` - [#​15258](https://togithub.com/babel/babel/pull/15258) fix: Correctly generate `(a ?? b) as T` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-react-jsx`, `babel-types` - [#​15233](https://togithub.com/babel/babel/pull/15233) fix: Emit correct sourcemap ranges for `JSXText` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-core`, `babel-helpers`, `babel-plugin-transform-computed-properties`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15232](https://togithub.com/babel/babel/pull/15232) fix: Computed properties should keep original definition order ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helper-member-expression-to-functions`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#​15223](https://togithub.com/babel/babel/pull/15223) fix: Deleting super property should throw ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-generator` - [#​15216](https://togithub.com/babel/babel/pull/15216) fix: Print newlines for leading Comments of `TSEnumMember` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### 💅 Polish - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​15275](https://togithub.com/babel/babel/pull/15275) Improve relative execution tracking in fn exprs ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### 🏠 Internal - `babel-helper-define-map`, `babel-plugin-transform-property-mutators` - [#​15274](https://togithub.com/babel/babel/pull/15274) Inline & simplify `@babel/helper-define-map` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-parameters`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-traverse` - [#​15200](https://togithub.com/babel/babel/pull/15200) Rewrite `transform-block-scoping` plugin ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### 🏃♀️ Performance - `babel-helper-compilation-targets` - [#​15228](https://togithub.com/babel/babel/pull/15228) perf: Speed up `getTargets` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) </details> <details> <summary>babel/babel (@​babel/parser)</summary> ### [`v7.20.7`](https://togithub.com/babel/babel/releases/tag/v7.20.7) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.5...v7.20.7) #### v7.20.7 (2022-12-22) Thanks [@​wsypower](https://togithub.com/wsypower) for your first PR! ##### 👓 Spec Compliance - `babel-helper-member-expression-to-functions`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#​15223](https://togithub.com/babel/babel/pull/15223) fix: Deleting super property should throw ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-object-super` - [#​15241](https://togithub.com/babel/babel/pull/15241) fix: Throw correct error types from sed ant class TDZ helpers ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) ##### 🐛 Bug Fix - `babel-parser`, `babel-plugin-transform-typescript` - [#​15209](https://togithub.com/babel/babel/pull/15209) fix: Support auto accessors with TypeScript annotations ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-traverse` - [#​15287](https://togithub.com/babel/babel/pull/15287) Fix `.parentPath` after rename in `SwitchCase` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript`, `babel-traverse` - [#​15284](https://togithub.com/babel/babel/pull/15284) fix: Ts import type and func with duplicate name ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​15278](https://togithub.com/babel/babel/pull/15278) Fix tdz analysis for reassigned captured for bindings ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-async-generator-functions`, `babel-preset-env` - [#​15235](https://togithub.com/babel/babel/pull/15235) fix: Transform `for await` with shadowed variables ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator`, `babel-plugin-proposal-optional-chaining` - [#​15258](https://togithub.com/babel/babel/pull/15258) fix: Correctly generate `(a ?? b) as T` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-react-jsx`, `babel-types` - [#​15233](https://togithub.com/babel/babel/pull/15233) fix: Emit correct sourcemap ranges for `JSXText` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-core`, `babel-helpers`, `babel-plugin-transform-computed-properties`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15232](https://togithub.com/babel/babel/pull/15232) fix: Computed properties should keep original definition order ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helper-member-expression-to-functions`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#​15223](https://togithub.com/babel/babel/pull/15223) fix: Deleting super property should throw ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-generator` - [#​15216](https://togithub.com/babel/babel/pull/15216) fix: Print newlines for leading Comments of `TSEnumMember` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### 💅 Polish - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​15275](https://togithub.com/babel/babel/pull/15275) Improve relative execution tracking in fn exprs ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### 🏠 Internal - `babel-helper-define-map`, `babel-plugin-transform-property-mutators` - [#​15274](https://togithub.com/babel/babel/pull/15274) Inline & simplify `@babel/helper-define-map` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-parameters`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-traverse` - [#​15200](https://togithub.com/babel/babel/pull/15200) Rewrite `transform-block-scoping` plugin ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### 🏃♀️ Performance - `babel-helper-compilation-targets` - [#​15228](https://togithub.com/babel/babel/pull/15228) perf: Speed up `getTargets` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### Committers: 6 - Babel Bot ([@​babel-bot](https://togithub.com/babel-bot)) - Huáng Jùnliàng ([@​JLHwung](https://togithub.com/JLHwung)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Tianlan Zhou ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - [@​liuxingbaoyu](https://togithub.com/liuxingbaoyu) - 魏 ([@​wsypower](https://togithub.com/wsypower)) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: spalger <spencer@elastic.co>
patrykkopycinski
pushed a commit
that referenced
this pull request
Dec 31, 2022
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-hook-form](https://www.react-hook-form.com) ([source](https://togithub.com/react-hook-form/react-hook-form)) | [`^7.41.0` -> `^7.41.1`](https://renovatebot.com/diffs/npm/react-hook-form/7.41.0/7.41.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>react-hook-form/react-hook-form</summary> ### [`v7.41.1`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.41.1): 🎅 Version 7.41.1 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.41.0...v7.41.1) 🐞 fix [#​9659](https://togithub.com/react-hook-form/react-hook-form/issues/9659) NaN prevent validation update ([#​9660](https://togithub.com/react-hook-form/react-hook-form/issues/9660)) 🕯️ close [#​9524](https://togithub.com/react-hook-form/react-hook-form/issues/9524) `useWatch` return undefined value ([#​9653](https://togithub.com/react-hook-form/react-hook-form/issues/9653)) 📖 adjust contributing document ([#​9641](https://togithub.com/react-hook-form/react-hook-form/issues/9641)) 💆🏻 fix [#​9621](https://togithub.com/react-hook-form/react-hook-form/issues/9621) with the inline default value ([#​9622](https://togithub.com/react-hook-form/react-hook-form/issues/9622)) 🩻 docs: update contribution guidelines ([#​9605](https://togithub.com/react-hook-form/react-hook-form/issues/9605)) thanks to [@​Mini-ghost](https://togithub.com/Mini-ghost) and [@​stefanpl](https://togithub.com/stefanpl) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
jbudz
added a commit
that referenced
this pull request
Jan 12, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://togithub.com/babel/babel)) | [`^7.20.7` -> `^7.20.12`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.20.7/7.20.12) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/traverse](https://babel.dev/docs/en/next/babel-traverse) ([source](https://togithub.com/babel/babel)) | [`^7.20.10` -> `^7.20.12`](https://renovatebot.com/diffs/npm/@babel%2ftraverse/7.20.10/7.20.12) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel</summary> ### [`v7.20.12`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72012-2023-01-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.7...v7.20.12) ##### 🐛 Bug Fix - `babel-traverse` - [#​15224](https://togithub.com/babel/babel/pull/15224) Fix `TaggedTemplateLiteral` evaluation ([@​nmn](https://togithub.com/nmn)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties` - [#​15312](https://togithub.com/babel/babel/pull/15312) fix: `delete this` in static class properties initialization ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) ##### 💅 Polish - `babel-traverse` - [#​15313](https://togithub.com/babel/babel/pull/15313) Implement support for evaluating computed properties. ([@​JBYoshi](https://togithub.com/JBYoshi)) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45OC4xIiwidXBkYXRlZEluVmVyIjoiMzQuOTguMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Budzenski <jon@elastic.co>
jennypavlova
pushed a commit
to jennypavlova/kibana
that referenced
this pull request
Jan 13, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://togithub.com/babel/babel)) | [`^7.20.7` -> `^7.20.12`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.20.7/7.20.12) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/traverse](https://babel.dev/docs/en/next/babel-traverse) ([source](https://togithub.com/babel/babel)) | [`^7.20.10` -> `^7.20.12`](https://renovatebot.com/diffs/npm/@babel%2ftraverse/7.20.10/7.20.12) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel</summary> ### [`v7.20.12`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72012-2023-01-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.7...v7.20.12) ##### 🐛 Bug Fix - `babel-traverse` - [#&elastic#8203;15224](https://togithub.com/babel/babel/pull/15224) Fix `TaggedTemplateLiteral` evaluation ([@&elastic#8203;nmn](https://togithub.com/nmn)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties` - [#&elastic#8203;15312](https://togithub.com/babel/babel/pull/15312) fix: `delete this` in static class properties initialization ([@&elastic#8203;SuperSodaSea](https://togithub.com/SuperSodaSea)) ##### 💅 Polish - `babel-traverse` - [#&elastic#8203;15313](https://togithub.com/babel/babel/pull/15313) Implement support for evaluating computed properties. ([@&elastic#8203;JBYoshi](https://togithub.com/JBYoshi)) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45OC4xIiwidXBkYXRlZEluVmVyIjoiMzQuOTguMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Budzenski <jon@elastic.co>
jbudz
added a commit
that referenced
this pull request
Jan 26, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [core-js](https://togithub.com/zloirock/core-js) | [`^3.27.1` -> `^3.27.2`](https://renovatebot.com/diffs/npm/core-js/3.27.1/3.27.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>zloirock/core-js</summary> ### [`v3.27.2`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#​3272---20230119-httpsgithubcomzloirockcore-jsreleasestagv3272) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.27.1...v3.27.2) - [`Set` methods proposal](https://togithub.com/tc39/proposal-set-methods) updates: - Closing of iterators of `Set`-like objects on early exit, [proposal-set-methods/85](https://togithub.com/tc39/proposal-set-methods/pull/85) - Some other minor internal changes - Added one more workaround of a `webpack` dev server bug on IE global methods, [#​1161](https://togithub.com/zloirock/core-js/issues/1161) - Fixed possible `String.{ raw, cooked }` error with empty template array - Used non-standard V8 `Error.captureStackTrace` instead of stack parsing in new error classes / wrappers where it's possible - Added detection correctness of iteration to `Promise.{ allSettled, any }` feature detection, Hermes issue - Compat data improvements: - [Change `Array` by copy proposal](https://togithub.com/tc39/proposal-change-array-by-copy) marked as supported from V8 ~ Chrome 110 - Added Samsung Internet 20 compat data mapping - Added Quest Browser 25 compat data mapping - Added React Native 0.71 Hermes compat data - Added Electron 23 and 24 compat data mapping - `self` marked as fixed in Deno 1.29.3, [deno/17362](https://togithub.com/denoland/deno/pull/17362) - Minor tweaks of minification settings for `core-js-bundle` - Refactoring, some minor fixes, improvements, optimizations </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExMS4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Budzenski <jon@elastic.co>
jbudz
added a commit
that referenced
this pull request
Jan 30, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/parser](https://babel.dev/docs/en/next/babel-parser) ([source](https://togithub.com/babel/babel)) | [`^7.20.7` -> `^7.20.13`](https://renovatebot.com/diffs/npm/@babel%2fparser/7.20.7/7.20.13) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/runtime](https://babel.dev/docs/en/next/babel-runtime) ([source](https://togithub.com/babel/babel)) | [`^7.20.7` -> `^7.20.13`](https://renovatebot.com/diffs/npm/@babel%2fruntime/7.20.7/7.20.13) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/traverse](https://babel.dev/docs/en/next/babel-traverse) ([source](https://togithub.com/babel/babel)) | [`^7.20.12` -> `^7.20.13`](https://renovatebot.com/diffs/npm/@babel%2ftraverse/7.20.12/7.20.13) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@​babel/parser)</summary> ### [`v7.20.13`](https://togithub.com/babel/babel/releases/tag/v7.20.13) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.7...v7.20.13) ##### v7.20.13 (2023-01-21) ##### 🐛 Bug Fix - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15332](https://togithub.com/babel/babel/pull/15332) Ensure class decorators can access decorated non-static members ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-typescript` - [#​15349](https://togithub.com/babel/babel/pull/15349) fix: Preserve `import {type T} from 'x'` when `onlyRemoveTypeImports:true` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​15344](https://togithub.com/babel/babel/pull/15344) fix: Properties that are `abstract` should not be initialized. ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser` - [#​15338](https://togithub.com/babel/babel/pull/15338) Allow negative number in ambient const initializer ([@​JLHwung](https://togithub.com/JLHwung)) ##### ↩️ Revert - `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#​15355](https://togithub.com/babel/babel/pull/15355) Reverts "Re-use common JSX element transform for <>...\</>" ([@​JLHwung](https://togithub.com/JLHwung)) ##### Committers: 4 - Babel Bot ([@​babel-bot](https://togithub.com/babel-bot)) - Huáng Jùnliàng ([@​JLHwung](https://togithub.com/JLHwung)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [@​liuxingbaoyu](https://togithub.com/liuxingbaoyu) </details> <details> <summary>babel/babel (@​babel/runtime)</summary> ### [`v7.20.13`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72013-2023-01-21) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.7...v7.20.13) ##### 🐛 Bug Fix - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15332](https://togithub.com/babel/babel/pull/15332) Ensure class decorators can access decorated non-static members ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-typescript` - [#​15349](https://togithub.com/babel/babel/pull/15349) fix: Preserve `import {type T} from 'x'` when `onlyRemoveTypeImports:true` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​15344](https://togithub.com/babel/babel/pull/15344) fix: Properties that are `abstract` should not be initialized. ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser` - [#​15338](https://togithub.com/babel/babel/pull/15338) Allow negative number in ambient const initializer ([@​JLHwung](https://togithub.com/JLHwung)) ##### ↩️ Revert - `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#​15355](https://togithub.com/babel/babel/pull/15355) Reverts "Re-use common JSX element transform for <>...\</>" ([@​JLHwung](https://togithub.com/JLHwung)) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTYuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExNi4xIn0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Budzenski <jon@elastic.co>
patrykkopycinski
pushed a commit
that referenced
this pull request
Feb 1, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@tanstack/react-query](https://tanstack.com/query) ([source](https://togithub.com/tanstack/query)) | [`^4.20.9` -> `^4.23.0`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query/4.22.0/4.23.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@tanstack/react-query-devtools](https://tanstack.com/query) ([source](https://togithub.com/tanstack/query)) | [`^4.20.9` -> `^4.23.0`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query-devtools/4.22.0/4.23.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tanstack/query</summary> ### [`v4.23.0`](https://togithub.com/TanStack/query/releases/tag/v4.23.0) [Compare Source](https://togithub.com/tanstack/query/compare/v4.22.4...v4.23.0) Version 4.23.0 - 1/24/2023, 10:53 AM ##### Changes ##### Feat - client components: add `use client` directive at the top of files having client components ([#​4738](https://togithub.com/tanstack/query/issues/4738)) ([`f57c8dc`](https://togithub.com/tanstack/query/commit/f57c8dc1)) by Girish Sontakke ##### Docs - add readme.md to react adapter ([`ea67377`](https://togithub.com/tanstack/query/commit/ea673770)) by Dominik Dorfmeister - add QueryClient import ([#​4856](https://togithub.com/tanstack/query/issues/4856)) ([`69a7d72`](https://togithub.com/tanstack/query/commit/69a7d72d)) by Joël Kuijper - useMutation: correct docs for mutate function callbacks ([#​4601](https://togithub.com/tanstack/query/issues/4601)) ([`4ac7c1a`](https://togithub.com/tanstack/query/commit/4ac7c1a8)) by Qz ##### Packages - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​4](https://togithub.com/4).23.0 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​4](https://togithub.com/4).23.0 - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​4](https://togithub.com/4).23.0 ### [`v4.22.4`](https://togithub.com/TanStack/query/releases/tag/v4.22.4) [Compare Source](https://togithub.com/tanstack/query/compare/v4.22.3...v4.22.4) Version 4.22.4 - 1/22/2023, 3:57 PM ##### Changes ##### Fix - core: do not call mutate callbacks if mutation started after unmount ([#​4848](https://togithub.com/tanstack/query/issues/4848)) ([`901e826`](https://togithub.com/tanstack/query/commit/901e826f)) by Jan ##### Packages - [@​tanstack/query-core](https://togithub.com/tanstack/query-core)[@​4](https://togithub.com/4).22.4 - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​4](https://togithub.com/4).22.4 - [@​tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@​4](https://togithub.com/4).22.4 - [@​tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@​4](https://togithub.com/4).22.4 - [@​tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@​4](https://togithub.com/4).22.4 - [@​tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@​4](https://togithub.com/4).22.4 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​4](https://togithub.com/4).22.4 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​4](https://togithub.com/4).22.4 - [@​tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@​4](https://togithub.com/4).22.4 - [@​tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​4](https://togithub.com/4).22.4 - [@​tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@​4](https://togithub.com/4).22.4 ### [`v4.22.3`](https://togithub.com/TanStack/query/releases/tag/v4.22.3) [Compare Source](https://togithub.com/tanstack/query/compare/v4.22.0...v4.22.3) Version 4.22.3 - 1/21/2023, 2:54 PM ##### Changes ##### Fix - svelte-query: Fix createMutation for functions that take no arguments ([#​4847](https://togithub.com/tanstack/query/issues/4847)) ([`4f515de`](https://togithub.com/tanstack/query/commit/4f515dec)) by Lachlan Collins ##### Chore - fix duplicated example package name ([#​4823](https://togithub.com/tanstack/query/issues/4823)) ([`365fdf3`](https://togithub.com/tanstack/query/commit/365fdf3b)) by Michal Tecza - Add sandbox.config.json ([#​4812](https://togithub.com/tanstack/query/issues/4812)) ([`e33bda3`](https://togithub.com/tanstack/query/commit/e33bda31)) by Lachlan Collins ##### Docs - useMutation: clarify `mutationFn` option default ([#​4837](https://togithub.com/tanstack/query/issues/4837)) ([`61c3d94`](https://togithub.com/tanstack/query/commit/61c3d94a)) by [@​louis-young](https://togithub.com/louis-young) - clarify the documentation on running examples ([#​4818](https://togithub.com/tanstack/query/issues/4818)) ([`07f144a`](https://togithub.com/tanstack/query/commit/07f144a2)) by Michal Tecza - update tkdodos blog ([#​4820](https://togithub.com/tanstack/query/issues/4820)) ([`532b90a`](https://togithub.com/tanstack/query/commit/532b90ac)) by Dominik Dorfmeister - svelte-query: Add recommended defaults to prefetchQuery setup ([#​4815](https://togithub.com/tanstack/query/issues/4815)) ([`86161ca`](https://togithub.com/tanstack/query/commit/86161ca6)) by Lachlan Collins - fix typo (quey -> query) ([#​4813](https://togithub.com/tanstack/query/issues/4813)) ([`832d4fb`](https://togithub.com/tanstack/query/commit/832d4fb0)) by Masaki Koyanagi - svelte-query: Rework SvelteKit setup ([#​4811](https://togithub.com/tanstack/query/issues/4811)) ([`2cd92ef`](https://togithub.com/tanstack/query/commit/2cd92ef3)) by Lachlan Collins - clarify interaction of query filter predicates with other criteria ([#​4532](https://togithub.com/tanstack/query/issues/4532)) ([`3a3d871`](https://togithub.com/tanstack/query/commit/3a3d871a)) by Ben Longo - Update devtools.md with note that mutations are not tracked ([#​4810](https://togithub.com/tanstack/query/issues/4810)) ([`6772333`](https://togithub.com/tanstack/query/commit/67723337)) by Joseph Markus - svelte-query: Expand SSR docs ([#​4809](https://togithub.com/tanstack/query/issues/4809)) ([`c05bb91`](https://togithub.com/tanstack/query/commit/c05bb910)) by Lachlan Collins ##### Test - stabilize various tests ([#​4825](https://togithub.com/tanstack/query/issues/4825)) ([`ff77512`](https://togithub.com/tanstack/query/commit/ff77512b)) by Michal Tecza ##### Packages - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​4](https://togithub.com/4).22.3 - [@​tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​4](https://togithub.com/4).22.3 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​4](https://togithub.com/4).22.3 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​4](https://togithub.com/4).22.3 </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjM0LjExNy4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
patrykkopycinski
pushed a commit
that referenced
this pull request
Feb 2, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-hook-form](https://www.react-hook-form.com) ([source](https://togithub.com/react-hook-form/react-hook-form)) | [`^7.41.5` -> `^7.42.1`](https://renovatebot.com/diffs/npm/react-hook-form/7.41.5/7.42.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>react-hook-form/react-hook-form</summary> ### [`v7.42.1`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.42.1): Version 7.42.1 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.42.0...v7.42.1) 🐞 fix [#​9773](https://togithub.com/react-hook-form/react-hook-form/issues/9773) useFormState missing state update ([#​9777](https://togithub.com/react-hook-form/react-hook-form/issues/9777)) 🐞 fix [#​9765](https://togithub.com/react-hook-form/react-hook-form/issues/9765) fix issue with strictMode with isValid state ([#​9771](https://togithub.com/react-hook-form/react-hook-form/issues/9771)) ### [`v7.42.0`](https://togithub.com/react-hook-form/react-hook-form/blob/HEAD/CHANGELOG.md#​7420---2023-01-13) [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.41.5...v7.42.0) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTkuMCIsInVwZGF0ZWRJblZlciI6IjM0LjExOS4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
jbudz
added a commit
that referenced
this pull request
Feb 2, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@storybook/addon-a11y](https://togithub.com/storybookjs/storybook/tree/main/addons/a11y) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2faddon-a11y/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/addon-actions](https://togithub.com/storybookjs/storybook/tree/main/addons/actions) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2faddon-actions/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/addon-controls](https://togithub.com/storybookjs/storybook/tree/next/addons/controls) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2faddon-controls/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/addon-docs](https://togithub.com/storybookjs/storybook/tree/main/addons/docs) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2faddon-docs/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/addon-essentials](https://togithub.com/storybookjs/storybook/tree/main/addons/essentials) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/addon-storyshots](https://togithub.com/storybookjs/storybook/tree/main/addons/storyshots/storyshots-core) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2faddon-storyshots/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/addons](https://togithub.com/storybookjs/storybook/tree/main/lib/addons) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2faddons/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/api](https://togithub.com/storybookjs/storybook/tree/main/lib/api) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2fapi/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/client-api](https://togithub.com/storybookjs/storybook/tree/main/lib/client-api) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2fclient-api/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/components](https://togithub.com/storybookjs/storybook/tree/main/lib/components) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2fcomponents/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/core](https://togithub.com/storybookjs/storybook/tree/main/lib/core) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2fcore/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/core-common](https://togithub.com/storybookjs/storybook/tree/main/lib/core) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2fcore-common/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/core-events](https://togithub.com/storybookjs/storybook/tree/main/lib/core-events) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2fcore-events/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/node-logger](https://togithub.com/storybookjs/storybook/tree/main/lib/node-logger) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2fnode-logger/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/preview-web](https://togithub.com/storybookjs/storybook/tree/main/lib/preview-web) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2fpreview-web/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/react](https://togithub.com/storybookjs/storybook/tree/main/app/react) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2freact/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@storybook/theming](https://togithub.com/storybookjs/storybook/tree/main/lib/theming) ([source](https://togithub.com/storybookjs/storybook)) | [`^6.5.15` -> `^6.5.16`](https://renovatebot.com/diffs/npm/@storybook%2ftheming/6.5.15/6.5.16) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>storybookjs/storybook</summary> ### [`v6.5.16`](https://togithub.com/storybookjs/storybook/releases/tag/v6.5.16) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v6.5.15...v6.5.16) ##### Bug Fixes - Angular: Fix handling of docsMode option in angular builder [#​20608](https://togithub.com/storybooks/storybook/pull/20608) - Angular: Fix webpackStatsJson types in angular-builder [#​20296](https://togithub.com/storybooks/storybook/pull/20296) ##### Dependency Upgrades - Security: Upgrade json5 dependency [#​20526](https://togithub.com/storybooks/storybook/pull/20526) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTkuNSIsInVwZGF0ZWRJblZlciI6IjM0LjExOS41In0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jon <jon@elastic.co>
kqualters-elastic
pushed a commit
to kqualters-elastic/kibana
that referenced
this pull request
Feb 6, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [core-js](https://togithub.com/zloirock/core-js) | [`^3.27.1` -> `^3.27.2`](https://renovatebot.com/diffs/npm/core-js/3.27.1/3.27.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>zloirock/core-js</summary> ### [`v3.27.2`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#​3272---20230119-httpsgithubcomzloirockcore-jsreleasestagv3272) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.27.1...v3.27.2) - [`Set` methods proposal](https://togithub.com/tc39/proposal-set-methods) updates: - Closing of iterators of `Set`-like objects on early exit, [proposal-set-methods/85](https://togithub.com/tc39/proposal-set-methods/pull/85) - Some other minor internal changes - Added one more workaround of a `webpack` dev server bug on IE global methods, [#&elastic#8203;1161](https://togithub.com/zloirock/core-js/issues/1161) - Fixed possible `String.{ raw, cooked }` error with empty template array - Used non-standard V8 `Error.captureStackTrace` instead of stack parsing in new error classes / wrappers where it's possible - Added detection correctness of iteration to `Promise.{ allSettled, any }` feature detection, Hermes issue - Compat data improvements: - [Change `Array` by copy proposal](https://togithub.com/tc39/proposal-change-array-by-copy) marked as supported from V8 ~ Chrome 110 - Added Samsung Internet 20 compat data mapping - Added Quest Browser 25 compat data mapping - Added React Native 0.71 Hermes compat data - Added Electron 23 and 24 compat data mapping - `self` marked as fixed in Deno 1.29.3, [deno/17362](https://togithub.com/denoland/deno/pull/17362) - Minor tweaks of minification settings for `core-js-bundle` - Refactoring, some minor fixes, improvements, optimizations </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExMS4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Budzenski <jon@elastic.co>
kqualters-elastic
pushed a commit
to kqualters-elastic/kibana
that referenced
this pull request
Feb 6, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/parser](https://babel.dev/docs/en/next/babel-parser) ([source](https://togithub.com/babel/babel)) | [`^7.20.7` -> `^7.20.13`](https://renovatebot.com/diffs/npm/@babel%2fparser/7.20.7/7.20.13) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/runtime](https://babel.dev/docs/en/next/babel-runtime) ([source](https://togithub.com/babel/babel)) | [`^7.20.7` -> `^7.20.13`](https://renovatebot.com/diffs/npm/@babel%2fruntime/7.20.7/7.20.13) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@babel/traverse](https://babel.dev/docs/en/next/babel-traverse) ([source](https://togithub.com/babel/babel)) | [`^7.20.12` -> `^7.20.13`](https://renovatebot.com/diffs/npm/@babel%2ftraverse/7.20.12/7.20.13) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@&elastic#8203;babel/parser)</summary> ### [`v7.20.13`](https://togithub.com/babel/babel/releases/tag/v7.20.13) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.7...v7.20.13) ##### v7.20.13 (2023-01-21) ##### 🐛 Bug Fix - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#&elastic#8203;15332](https://togithub.com/babel/babel/pull/15332) Ensure class decorators can access decorated non-static members ([@&elastic#8203;JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-typescript` - [#&elastic#8203;15349](https://togithub.com/babel/babel/pull/15349) fix: Preserve `import {type T} from 'x'` when `onlyRemoveTypeImports:true` ([@&elastic#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#&elastic#8203;15344](https://togithub.com/babel/babel/pull/15344) fix: Properties that are `abstract` should not be initialized. ([@&elastic#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser` - [#&elastic#8203;15338](https://togithub.com/babel/babel/pull/15338) Allow negative number in ambient const initializer ([@&elastic#8203;JLHwung](https://togithub.com/JLHwung)) ##### ↩️ Revert - `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#&elastic#8203;15355](https://togithub.com/babel/babel/pull/15355) Reverts "Re-use common JSX element transform for <>...\</>" ([@&elastic#8203;JLHwung](https://togithub.com/JLHwung)) ##### Committers: 4 - Babel Bot ([@&elastic#8203;babel-bot](https://togithub.com/babel-bot)) - Huáng Jùnliàng ([@&elastic#8203;JLHwung](https://togithub.com/JLHwung)) - Nicolò Ribaudo ([@&elastic#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [@&elastic#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu) </details> <details> <summary>babel/babel (@&elastic#8203;babel/runtime)</summary> ### [`v7.20.13`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72013-2023-01-21) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.7...v7.20.13) ##### 🐛 Bug Fix - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#&elastic#8203;15332](https://togithub.com/babel/babel/pull/15332) Ensure class decorators can access decorated non-static members ([@&elastic#8203;JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-typescript` - [#&elastic#8203;15349](https://togithub.com/babel/babel/pull/15349) fix: Preserve `import {type T} from 'x'` when `onlyRemoveTypeImports:true` ([@&elastic#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#&elastic#8203;15344](https://togithub.com/babel/babel/pull/15344) fix: Properties that are `abstract` should not be initialized. ([@&elastic#8203;liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser` - [#&elastic#8203;15338](https://togithub.com/babel/babel/pull/15338) Allow negative number in ambient const initializer ([@&elastic#8203;JLHwung](https://togithub.com/JLHwung)) ##### ↩️ Revert - `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#&elastic#8203;15355](https://togithub.com/babel/babel/pull/15355) Reverts "Re-use common JSX element transform for <>...\</>" ([@&elastic#8203;JLHwung](https://togithub.com/JLHwung)) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTYuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExNi4xIn0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Budzenski <jon@elastic.co>
kqualters-elastic
pushed a commit
to kqualters-elastic/kibana
that referenced
this pull request
Feb 6, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@tanstack/react-query](https://tanstack.com/query) ([source](https://togithub.com/tanstack/query)) | [`^4.20.9` -> `^4.23.0`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query/4.22.0/4.23.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@tanstack/react-query-devtools](https://tanstack.com/query) ([source](https://togithub.com/tanstack/query)) | [`^4.20.9` -> `^4.23.0`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query-devtools/4.22.0/4.23.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tanstack/query</summary> ### [`v4.23.0`](https://togithub.com/TanStack/query/releases/tag/v4.23.0) [Compare Source](https://togithub.com/tanstack/query/compare/v4.22.4...v4.23.0) Version 4.23.0 - 1/24/2023, 10:53 AM ##### Changes ##### Feat - client components: add `use client` directive at the top of files having client components ([#&elastic#8203;4738](https://togithub.com/tanstack/query/issues/4738)) ([`f57c8dc`](https://togithub.com/tanstack/query/commit/f57c8dc1)) by Girish Sontakke ##### Docs - add readme.md to react adapter ([`ea67377`](https://togithub.com/tanstack/query/commit/ea673770)) by Dominik Dorfmeister - add QueryClient import ([#&elastic#8203;4856](https://togithub.com/tanstack/query/issues/4856)) ([`69a7d72`](https://togithub.com/tanstack/query/commit/69a7d72d)) by Joël Kuijper - useMutation: correct docs for mutate function callbacks ([#&elastic#8203;4601](https://togithub.com/tanstack/query/issues/4601)) ([`4ac7c1a`](https://togithub.com/tanstack/query/commit/4ac7c1a8)) by Qz ##### Packages - [@&elastic#8203;tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​4](https://togithub.com/4).23.0 - [@&elastic#8203;tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​4](https://togithub.com/4).23.0 - [@&elastic#8203;tanstack/react-query](https://togithub.com/tanstack/react-query)[@​4](https://togithub.com/4).23.0 ### [`v4.22.4`](https://togithub.com/TanStack/query/releases/tag/v4.22.4) [Compare Source](https://togithub.com/tanstack/query/compare/v4.22.3...v4.22.4) Version 4.22.4 - 1/22/2023, 3:57 PM ##### Changes ##### Fix - core: do not call mutate callbacks if mutation started after unmount ([#&elastic#8203;4848](https://togithub.com/tanstack/query/issues/4848)) ([`901e826`](https://togithub.com/tanstack/query/commit/901e826f)) by Jan ##### Packages - [@&elastic#8203;tanstack/query-core](https://togithub.com/tanstack/query-core)[@​4](https://togithub.com/4).22.4 - [@&elastic#8203;tanstack/react-query](https://togithub.com/tanstack/react-query)[@​4](https://togithub.com/4).22.4 - [@&elastic#8203;tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@​4](https://togithub.com/4).22.4 - [@&elastic#8203;tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@​4](https://togithub.com/4).22.4 - [@&elastic#8203;tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@​4](https://togithub.com/4).22.4 - [@&elastic#8203;tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@​4](https://togithub.com/4).22.4 - [@&elastic#8203;tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​4](https://togithub.com/4).22.4 - [@&elastic#8203;tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​4](https://togithub.com/4).22.4 - [@&elastic#8203;tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@​4](https://togithub.com/4).22.4 - [@&elastic#8203;tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​4](https://togithub.com/4).22.4 - [@&elastic#8203;tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@​4](https://togithub.com/4).22.4 ### [`v4.22.3`](https://togithub.com/TanStack/query/releases/tag/v4.22.3) [Compare Source](https://togithub.com/tanstack/query/compare/v4.22.0...v4.22.3) Version 4.22.3 - 1/21/2023, 2:54 PM ##### Changes ##### Fix - svelte-query: Fix createMutation for functions that take no arguments ([#&elastic#8203;4847](https://togithub.com/tanstack/query/issues/4847)) ([`4f515de`](https://togithub.com/tanstack/query/commit/4f515dec)) by Lachlan Collins ##### Chore - fix duplicated example package name ([#&elastic#8203;4823](https://togithub.com/tanstack/query/issues/4823)) ([`365fdf3`](https://togithub.com/tanstack/query/commit/365fdf3b)) by Michal Tecza - Add sandbox.config.json ([#&elastic#8203;4812](https://togithub.com/tanstack/query/issues/4812)) ([`e33bda3`](https://togithub.com/tanstack/query/commit/e33bda31)) by Lachlan Collins ##### Docs - useMutation: clarify `mutationFn` option default ([#&elastic#8203;4837](https://togithub.com/tanstack/query/issues/4837)) ([`61c3d94`](https://togithub.com/tanstack/query/commit/61c3d94a)) by [@&elastic#8203;louis-young](https://togithub.com/louis-young) - clarify the documentation on running examples ([#&elastic#8203;4818](https://togithub.com/tanstack/query/issues/4818)) ([`07f144a`](https://togithub.com/tanstack/query/commit/07f144a2)) by Michal Tecza - update tkdodos blog ([#&elastic#8203;4820](https://togithub.com/tanstack/query/issues/4820)) ([`532b90a`](https://togithub.com/tanstack/query/commit/532b90ac)) by Dominik Dorfmeister - svelte-query: Add recommended defaults to prefetchQuery setup ([#&elastic#8203;4815](https://togithub.com/tanstack/query/issues/4815)) ([`86161ca`](https://togithub.com/tanstack/query/commit/86161ca6)) by Lachlan Collins - fix typo (quey -> query) ([#&elastic#8203;4813](https://togithub.com/tanstack/query/issues/4813)) ([`832d4fb`](https://togithub.com/tanstack/query/commit/832d4fb0)) by Masaki Koyanagi - svelte-query: Rework SvelteKit setup ([#&elastic#8203;4811](https://togithub.com/tanstack/query/issues/4811)) ([`2cd92ef`](https://togithub.com/tanstack/query/commit/2cd92ef3)) by Lachlan Collins - clarify interaction of query filter predicates with other criteria ([#&elastic#8203;4532](https://togithub.com/tanstack/query/issues/4532)) ([`3a3d871`](https://togithub.com/tanstack/query/commit/3a3d871a)) by Ben Longo - Update devtools.md with note that mutations are not tracked ([#&elastic#8203;4810](https://togithub.com/tanstack/query/issues/4810)) ([`6772333`](https://togithub.com/tanstack/query/commit/67723337)) by Joseph Markus - svelte-query: Expand SSR docs ([#&elastic#8203;4809](https://togithub.com/tanstack/query/issues/4809)) ([`c05bb91`](https://togithub.com/tanstack/query/commit/c05bb910)) by Lachlan Collins ##### Test - stabilize various tests ([#&elastic#8203;4825](https://togithub.com/tanstack/query/issues/4825)) ([`ff77512`](https://togithub.com/tanstack/query/commit/ff77512b)) by Michal Tecza ##### Packages - [@&elastic#8203;tanstack/react-query](https://togithub.com/tanstack/react-query)[@​4](https://togithub.com/4).22.3 - [@&elastic#8203;tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​4](https://togithub.com/4).22.3 - [@&elastic#8203;tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​4](https://togithub.com/4).22.3 - [@&elastic#8203;tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​4](https://togithub.com/4).22.3 </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjM0LjExNy4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kqualters-elastic
pushed a commit
to kqualters-elastic/kibana
that referenced
this pull request
Feb 6, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-hook-form](https://www.react-hook-form.com) ([source](https://togithub.com/react-hook-form/react-hook-form)) | [`^7.41.5` -> `^7.42.1`](https://renovatebot.com/diffs/npm/react-hook-form/7.41.5/7.42.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>react-hook-form/react-hook-form</summary> ### [`v7.42.1`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.42.1): Version 7.42.1 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.42.0...v7.42.1) 🐞 fix [#&elastic#8203;9773](https://togithub.com/react-hook-form/react-hook-form/issues/9773) useFormState missing state update ([#&elastic#8203;9777](https://togithub.com/react-hook-form/react-hook-form/issues/9777)) 🐞 fix [#&elastic#8203;9765](https://togithub.com/react-hook-form/react-hook-form/issues/9765) fix issue with strictMode with isValid state ([#&elastic#8203;9771](https://togithub.com/react-hook-form/react-hook-form/issues/9771)) ### [`v7.42.0`](https://togithub.com/react-hook-form/react-hook-form/blob/HEAD/CHANGELOG.md#​7420---2023-01-13) [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.41.5...v7.42.0) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTkuMCIsInVwZGF0ZWRJblZlciI6IjM0LjExOS4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
nickofthyme
added a commit
that referenced
this pull request
Feb 6, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@elastic/charts](https://togithub.com/elastic/elastic-charts) | [`51.3.0` -> `52.0.0`](https://renovatebot.com/diffs/npm/@elastic%2fcharts/51.3.0/52.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>elastic/elastic-charts</summary> ### [`v52.0.0`](https://togithub.com/elastic/elastic-charts/blob/HEAD/CHANGELOG.md#​5200-httpsgithubcomelasticelastic-chartscomparev5130v5200-2023-01-27) [Compare Source](https://togithub.com/elastic/elastic-charts/compare/v51.3.0...v52.0.0) ##### Bug Fixes - annotation details tooltip throwing with hooks ([#​1949](https://togithub.com/elastic/elastic-charts/issues/1949)) ([779b7f3](https://togithub.com/elastic/elastic-charts/commit/779b7f3499f34fb4471ee5f1fac390a7499fe6ee)) - **deps:** update dependency [@​elastic/eui](https://togithub.com/elastic/eui) to v72 ([#​1914](https://togithub.com/elastic/elastic-charts/issues/1914)) ([8814c80](https://togithub.com/elastic/elastic-charts/commit/8814c80f71ff6cbd39187064abda131077f3ca68)) - **deps:** update dependency [@​elastic/eui](https://togithub.com/elastic/eui) to v73 ([#​1941](https://togithub.com/elastic/elastic-charts/issues/1941)) ([4eeafa7](https://togithub.com/elastic/elastic-charts/commit/4eeafa7864f756685ae23ced54dd34f9fede330a)) ##### BREAKING CHANGES - The `customTooltipDetails` type is now passing `details` as `props` using a `ComponentType`. </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExMS4xIn0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: nickofthyme <nicholas.partridge@elastic.co> Co-authored-by: Nick Partridge <nick.ryan.partridge@gmail.com> Co-authored-by: Marco Vettorello <marco.vettorello@elastic.co>
jbudz
added a commit
that referenced
this pull request
Feb 6, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/generator](https://babel.dev/docs/en/next/babel-generator) ([source](https://togithub.com/babel/babel)) | [`^7.20.7` -> `^7.20.14`](https://renovatebot.com/diffs/npm/@babel%2fgenerator/7.20.7/7.20.14) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel</summary> ### [`v7.20.14`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72014-2023-01-27) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.7...v7.20.14) ##### 🐛 Bug Fix - `babel-plugin-transform-block-scoping` - [#​15361](https://togithub.com/babel/babel/pull/15361) fix: Identifiers in the loop are not renamed ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-transform-fixture-test-runner`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-react-jsx`, `babel-traverse` - [#​15365](https://togithub.com/babel/babel/pull/15365) fix: Properly generate source maps for manually added multi-line content ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTkuNSIsInVwZGF0ZWRJblZlciI6IjM0LjExOS41In0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Budzenski <jon@elastic.co>
kibanamachine
added a commit
that referenced
this pull request
Sep 24, 2025
# Backport This will backport the following commits from `main` to `8.18`: - [Update dnd-kit (main) (#235569)](#235569) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-09-24T18:49:44Z","message":"Update dnd-kit (main) (#235569)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [@dnd-kit/core](https://redirect.github.com/clauderic/dnd-kit)\n([source](https://redirect.github.com/clauderic/dnd-kit/tree/HEAD/packages/core))\n| dependencies | minor | [`^6.1.0` ->\n`^6.3.1`](https://renovatebot.com/diffs/npm/@dnd-kit%2fcore/6.1.0/6.3.1)\n|\n| [@dnd-kit/sortable](https://redirect.github.com/clauderic/dnd-kit)\n([source](https://redirect.github.com/clauderic/dnd-kit/tree/HEAD/packages/sortable))\n| dependencies | major | [`^8.0.0` ->\n`^10.0.0`](https://renovatebot.com/diffs/npm/@dnd-kit%2fsortable/8.0.0/10.0.0)\n|\n\n---\n\n### Release Notes\n\n<details>\n<summary>clauderic/dnd-kit (@​dnd-kit/core)</summary>\n\n###\n[`v6.3.1`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#631)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.3.0...@dnd-kit/core@6.3.1)\n\n##### Patch Changes\n\n-\n[#​1555](https://redirect.github.com/clauderic/dnd-kit/pull/1555)\n[`62f632a`](https://redirect.github.com/clauderic/dnd-kit/commit/62f632a0c8f06ff020eb90d98770a374c705001d)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! -\nAdded `Tab` to the list of default key codes that end a drag and drop\noperation. Can be customized by passing in a custom list of `keyCodes`\nto the KeyboardSensor options.\n\n###\n[`v6.3.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#630)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.2.0...@dnd-kit/core@6.3.0)\n\n##### Minor Changes\n\n-\n[#​1539](https://redirect.github.com/clauderic/dnd-kit/pull/1539)\n[`0c6a28d`](https://redirect.github.com/clauderic/dnd-kit/commit/0c6a28d1b32c72cfbc6e103c9f430a1e8ebe7301)\nThanks [@​irobot](https://redirect.github.com/irobot)! - Make it\npossible to add visual cues when using activation constraints.\n\n##### Context\n\nActivation constraints are used when we want to prevent accidental\ndragging or when\npointer press can mean more than \"start dragging\".\n\nA typical use case is a button that needs to respond to both \"click\" and\n\"drag\" gestures.\nClicks can be distinguished from drags based on how long the pointer was\nheld pressed.\n\n##### The problem\n\nA control that responds differently to a pointer press based on duration\nor distance can\nbe confusing to use -- the user has to guess how long to keep holding or\nhow far to keep\ndragging until their intent is acknowledged.\n\nImplementing such cues is currently possible by attaching extra event\nlisteners so that\nwe know when a drag is pending. Furthermore, the listener needs to have\naccess to\nthe same constraints that were applied to the sensor initiating the\ndrag. This can be\nmade to work in simple cases, but it becomes error-prone and difficult\nto maintain in\ncomplex scenarios.\n\n##### Solution\n\nThis changeset proposes the addition of two new events: `onDragPending`\nand `onDragAbort`.\n\n##### `onDragPending`\n\nA drag is considered to be pending when the pointer has been pressed and\nthere are\nactivation constraints that need to be satisfied before a drag can\nstart.\n\nThis event is initially fired on pointer press. At this time `offset`\n(see below) will be\n`undefined`.\n\nIt will subsequently be fired every time the pointer is moved. This is\nto enable\nvisual cues for distance-based activation.\n\nThe event's payload contains all the information necessary for providing\nvisual feedback:\n\n```typescript\nexport interface DragPendingEvent {\n id: UniqueIdentifier;\n constraint: PointerActivationConstraint;\n initialCoordinates: Coordinates;\n offset?: Coordinates | undefined;\n}\n```\n\n##### `onDragAbort`\n\nA drag is considered aborted when an activation constraint for a pending\ndrag was violated.\nUseful as a prompt to cancel any visual cue animations currently in\nprogress.\nNote that this event will *not* be fired when dragging ends or is\ncanceled.\n\n###\n[`v6.2.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#620)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.1.0...@dnd-kit/core@6.2.0)\n\n##### Minor Changes\n\n-\n[#​1140](https://redirect.github.com/clauderic/dnd-kit/pull/1140)\n[`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a)\nThanks [@​anilanar](https://redirect.github.com/anilanar)! - Add\n`activatorEvent` to `DragStartEvent`\n\n##### Patch Changes\n\n-\n[#​1494](https://redirect.github.com/clauderic/dnd-kit/pull/1494)\n[`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe)\nThanks\n[@​dinkinflickaa](https://redirect.github.com/dinkinflickaa)! -\nImproves performance by eliminating wasteful re-renders on every child\nitem on click\n\n-\n[#​1400](https://redirect.github.com/clauderic/dnd-kit/pull/1400)\n[`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c)\nThanks [@​12joan](https://redirect.github.com/12joan)! - Export\n`defaultKeyboardCoordinateGetter`\n\n-\n[#​1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542)\n[`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! - Fix\nbug with draggable and sortable elements with an `id` equal to `0`.\n\n-\n[#​1541](https://redirect.github.com/clauderic/dnd-kit/pull/1541)\n[`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! -\nHandle `touchcancel` and `pointercancel` events.\n\n-\n[#​1435](https://redirect.github.com/clauderic/dnd-kit/pull/1435)\n[`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e)\nThanks\n[@​knaveenkumar3576](https://redirect.github.com/knaveenkumar3576)!\n- Faster Paint with delayed flush of Effects\n\n-\n[#​1543](https://redirect.github.com/clauderic/dnd-kit/pull/1543)\n[`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! - Fix\na bug with auto-scroller continuing to observe stale elements, causing\nthem to be considered as scrollable.\n\n- Updated dependencies\n\\[[`93602df`](https://redirect.github.com/clauderic/dnd-kit/commit/93602df08498b28749e8146e0f6143ab987bc178)]:\n-\n[@​dnd-kit/accessibility](https://redirect.github.com/dnd-kit/accessibility)[@​3](https://redirect.github.com/3).1.1\n\n</details>\n\n<details>\n<summary>clauderic/dnd-kit (@​dnd-kit/sortable)</summary>\n\n###\n[`v10.0.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/sortable/CHANGELOG.md#1000)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/sortable@9.0.0...@dnd-kit/sortable@10.0.0)\n\n##### Patch Changes\n\n- Updated dependencies\n\\[[`0c6a28d`](https://redirect.github.com/clauderic/dnd-kit/commit/0c6a28d1b32c72cfbc6e103c9f430a1e8ebe7301)]:\n-\n[@​dnd-kit/core](https://redirect.github.com/dnd-kit/core)[@​6](https://redirect.github.com/6).3.0\n\n###\n[`v9.0.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/sortable/CHANGELOG.md#900)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/sortable@8.0.0...@dnd-kit/sortable@9.0.0)\n\n##### Patch Changes\n\n-\n[#​1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542)\n[`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! - Fix\nbug with draggable and sortable elements with an `id` equal to `0`.\n\n- Updated dependencies\n\\[[`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe),\n[`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c),\n[`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc),\n[`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659),\n[`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e),\n[`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a),\n[`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874)]:\n-\n[@​dnd-kit/core](https://redirect.github.com/dnd-kit/core)[@​6](https://redirect.github.com/6).2.0\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get\n[config help](https://elastic.slack.com/archives/C07AMD4CNUR) if that's\nundesired.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by: Hannah Mudge <Heenawter@users.noreply.github.com>","sha":"bd0cc5445e7efea424d33f687c071f185c3dea98","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Presentation","release_note:skip","backport:all-open","v9.2.0"],"title":"Update dnd-kit (main)","number":235569,"url":"https://github.com/elastic/kibana/pull/235569","mergeCommit":{"message":"Update dnd-kit (main) (#235569)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [@dnd-kit/core](https://redirect.github.com/clauderic/dnd-kit)\n([source](https://redirect.github.com/clauderic/dnd-kit/tree/HEAD/packages/core))\n| dependencies | minor | [`^6.1.0` ->\n`^6.3.1`](https://renovatebot.com/diffs/npm/@dnd-kit%2fcore/6.1.0/6.3.1)\n|\n| [@dnd-kit/sortable](https://redirect.github.com/clauderic/dnd-kit)\n([source](https://redirect.github.com/clauderic/dnd-kit/tree/HEAD/packages/sortable))\n| dependencies | major | [`^8.0.0` ->\n`^10.0.0`](https://renovatebot.com/diffs/npm/@dnd-kit%2fsortable/8.0.0/10.0.0)\n|\n\n---\n\n### Release Notes\n\n<details>\n<summary>clauderic/dnd-kit (@​dnd-kit/core)</summary>\n\n###\n[`v6.3.1`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#631)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.3.0...@dnd-kit/core@6.3.1)\n\n##### Patch Changes\n\n-\n[#​1555](https://redirect.github.com/clauderic/dnd-kit/pull/1555)\n[`62f632a`](https://redirect.github.com/clauderic/dnd-kit/commit/62f632a0c8f06ff020eb90d98770a374c705001d)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! -\nAdded `Tab` to the list of default key codes that end a drag and drop\noperation. Can be customized by passing in a custom list of `keyCodes`\nto the KeyboardSensor options.\n\n###\n[`v6.3.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#630)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.2.0...@dnd-kit/core@6.3.0)\n\n##### Minor Changes\n\n-\n[#​1539](https://redirect.github.com/clauderic/dnd-kit/pull/1539)\n[`0c6a28d`](https://redirect.github.com/clauderic/dnd-kit/commit/0c6a28d1b32c72cfbc6e103c9f430a1e8ebe7301)\nThanks [@​irobot](https://redirect.github.com/irobot)! - Make it\npossible to add visual cues when using activation constraints.\n\n##### Context\n\nActivation constraints are used when we want to prevent accidental\ndragging or when\npointer press can mean more than \"start dragging\".\n\nA typical use case is a button that needs to respond to both \"click\" and\n\"drag\" gestures.\nClicks can be distinguished from drags based on how long the pointer was\nheld pressed.\n\n##### The problem\n\nA control that responds differently to a pointer press based on duration\nor distance can\nbe confusing to use -- the user has to guess how long to keep holding or\nhow far to keep\ndragging until their intent is acknowledged.\n\nImplementing such cues is currently possible by attaching extra event\nlisteners so that\nwe know when a drag is pending. Furthermore, the listener needs to have\naccess to\nthe same constraints that were applied to the sensor initiating the\ndrag. This can be\nmade to work in simple cases, but it becomes error-prone and difficult\nto maintain in\ncomplex scenarios.\n\n##### Solution\n\nThis changeset proposes the addition of two new events: `onDragPending`\nand `onDragAbort`.\n\n##### `onDragPending`\n\nA drag is considered to be pending when the pointer has been pressed and\nthere are\nactivation constraints that need to be satisfied before a drag can\nstart.\n\nThis event is initially fired on pointer press. At this time `offset`\n(see below) will be\n`undefined`.\n\nIt will subsequently be fired every time the pointer is moved. This is\nto enable\nvisual cues for distance-based activation.\n\nThe event's payload contains all the information necessary for providing\nvisual feedback:\n\n```typescript\nexport interface DragPendingEvent {\n id: UniqueIdentifier;\n constraint: PointerActivationConstraint;\n initialCoordinates: Coordinates;\n offset?: Coordinates | undefined;\n}\n```\n\n##### `onDragAbort`\n\nA drag is considered aborted when an activation constraint for a pending\ndrag was violated.\nUseful as a prompt to cancel any visual cue animations currently in\nprogress.\nNote that this event will *not* be fired when dragging ends or is\ncanceled.\n\n###\n[`v6.2.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#620)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.1.0...@dnd-kit/core@6.2.0)\n\n##### Minor Changes\n\n-\n[#​1140](https://redirect.github.com/clauderic/dnd-kit/pull/1140)\n[`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a)\nThanks [@​anilanar](https://redirect.github.com/anilanar)! - Add\n`activatorEvent` to `DragStartEvent`\n\n##### Patch Changes\n\n-\n[#​1494](https://redirect.github.com/clauderic/dnd-kit/pull/1494)\n[`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe)\nThanks\n[@​dinkinflickaa](https://redirect.github.com/dinkinflickaa)! -\nImproves performance by eliminating wasteful re-renders on every child\nitem on click\n\n-\n[#​1400](https://redirect.github.com/clauderic/dnd-kit/pull/1400)\n[`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c)\nThanks [@​12joan](https://redirect.github.com/12joan)! - Export\n`defaultKeyboardCoordinateGetter`\n\n-\n[#​1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542)\n[`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! - Fix\nbug with draggable and sortable elements with an `id` equal to `0`.\n\n-\n[#​1541](https://redirect.github.com/clauderic/dnd-kit/pull/1541)\n[`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! -\nHandle `touchcancel` and `pointercancel` events.\n\n-\n[#​1435](https://redirect.github.com/clauderic/dnd-kit/pull/1435)\n[`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e)\nThanks\n[@​knaveenkumar3576](https://redirect.github.com/knaveenkumar3576)!\n- Faster Paint with delayed flush of Effects\n\n-\n[#​1543](https://redirect.github.com/clauderic/dnd-kit/pull/1543)\n[`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! - Fix\na bug with auto-scroller continuing to observe stale elements, causing\nthem to be considered as scrollable.\n\n- Updated dependencies\n\\[[`93602df`](https://redirect.github.com/clauderic/dnd-kit/commit/93602df08498b28749e8146e0f6143ab987bc178)]:\n-\n[@​dnd-kit/accessibility](https://redirect.github.com/dnd-kit/accessibility)[@​3](https://redirect.github.com/3).1.1\n\n</details>\n\n<details>\n<summary>clauderic/dnd-kit (@​dnd-kit/sortable)</summary>\n\n###\n[`v10.0.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/sortable/CHANGELOG.md#1000)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/sortable@9.0.0...@dnd-kit/sortable@10.0.0)\n\n##### Patch Changes\n\n- Updated dependencies\n\\[[`0c6a28d`](https://redirect.github.com/clauderic/dnd-kit/commit/0c6a28d1b32c72cfbc6e103c9f430a1e8ebe7301)]:\n-\n[@​dnd-kit/core](https://redirect.github.com/dnd-kit/core)[@​6](https://redirect.github.com/6).3.0\n\n###\n[`v9.0.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/sortable/CHANGELOG.md#900)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/sortable@8.0.0...@dnd-kit/sortable@9.0.0)\n\n##### Patch Changes\n\n-\n[#​1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542)\n[`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! - Fix\nbug with draggable and sortable elements with an `id` equal to `0`.\n\n- Updated dependencies\n\\[[`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe),\n[`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c),\n[`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc),\n[`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659),\n[`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e),\n[`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a),\n[`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874)]:\n-\n[@​dnd-kit/core](https://redirect.github.com/dnd-kit/core)[@​6](https://redirect.github.com/6).2.0\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get\n[config help](https://elastic.slack.com/archives/C07AMD4CNUR) if that's\nundesired.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by: Hannah Mudge <Heenawter@users.noreply.github.com>","sha":"bd0cc5445e7efea424d33f687c071f185c3dea98"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/235569","number":235569,"mergeCommit":{"message":"Update dnd-kit (main) (#235569)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [@dnd-kit/core](https://redirect.github.com/clauderic/dnd-kit)\n([source](https://redirect.github.com/clauderic/dnd-kit/tree/HEAD/packages/core))\n| dependencies | minor | [`^6.1.0` ->\n`^6.3.1`](https://renovatebot.com/diffs/npm/@dnd-kit%2fcore/6.1.0/6.3.1)\n|\n| [@dnd-kit/sortable](https://redirect.github.com/clauderic/dnd-kit)\n([source](https://redirect.github.com/clauderic/dnd-kit/tree/HEAD/packages/sortable))\n| dependencies | major | [`^8.0.0` ->\n`^10.0.0`](https://renovatebot.com/diffs/npm/@dnd-kit%2fsortable/8.0.0/10.0.0)\n|\n\n---\n\n### Release Notes\n\n<details>\n<summary>clauderic/dnd-kit (@​dnd-kit/core)</summary>\n\n###\n[`v6.3.1`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#631)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.3.0...@dnd-kit/core@6.3.1)\n\n##### Patch Changes\n\n-\n[#​1555](https://redirect.github.com/clauderic/dnd-kit/pull/1555)\n[`62f632a`](https://redirect.github.com/clauderic/dnd-kit/commit/62f632a0c8f06ff020eb90d98770a374c705001d)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! -\nAdded `Tab` to the list of default key codes that end a drag and drop\noperation. Can be customized by passing in a custom list of `keyCodes`\nto the KeyboardSensor options.\n\n###\n[`v6.3.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#630)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.2.0...@dnd-kit/core@6.3.0)\n\n##### Minor Changes\n\n-\n[#​1539](https://redirect.github.com/clauderic/dnd-kit/pull/1539)\n[`0c6a28d`](https://redirect.github.com/clauderic/dnd-kit/commit/0c6a28d1b32c72cfbc6e103c9f430a1e8ebe7301)\nThanks [@​irobot](https://redirect.github.com/irobot)! - Make it\npossible to add visual cues when using activation constraints.\n\n##### Context\n\nActivation constraints are used when we want to prevent accidental\ndragging or when\npointer press can mean more than \"start dragging\".\n\nA typical use case is a button that needs to respond to both \"click\" and\n\"drag\" gestures.\nClicks can be distinguished from drags based on how long the pointer was\nheld pressed.\n\n##### The problem\n\nA control that responds differently to a pointer press based on duration\nor distance can\nbe confusing to use -- the user has to guess how long to keep holding or\nhow far to keep\ndragging until their intent is acknowledged.\n\nImplementing such cues is currently possible by attaching extra event\nlisteners so that\nwe know when a drag is pending. Furthermore, the listener needs to have\naccess to\nthe same constraints that were applied to the sensor initiating the\ndrag. This can be\nmade to work in simple cases, but it becomes error-prone and difficult\nto maintain in\ncomplex scenarios.\n\n##### Solution\n\nThis changeset proposes the addition of two new events: `onDragPending`\nand `onDragAbort`.\n\n##### `onDragPending`\n\nA drag is considered to be pending when the pointer has been pressed and\nthere are\nactivation constraints that need to be satisfied before a drag can\nstart.\n\nThis event is initially fired on pointer press. At this time `offset`\n(see below) will be\n`undefined`.\n\nIt will subsequently be fired every time the pointer is moved. This is\nto enable\nvisual cues for distance-based activation.\n\nThe event's payload contains all the information necessary for providing\nvisual feedback:\n\n```typescript\nexport interface DragPendingEvent {\n id: UniqueIdentifier;\n constraint: PointerActivationConstraint;\n initialCoordinates: Coordinates;\n offset?: Coordinates | undefined;\n}\n```\n\n##### `onDragAbort`\n\nA drag is considered aborted when an activation constraint for a pending\ndrag was violated.\nUseful as a prompt to cancel any visual cue animations currently in\nprogress.\nNote that this event will *not* be fired when dragging ends or is\ncanceled.\n\n###\n[`v6.2.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#620)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.1.0...@dnd-kit/core@6.2.0)\n\n##### Minor Changes\n\n-\n[#​1140](https://redirect.github.com/clauderic/dnd-kit/pull/1140)\n[`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a)\nThanks [@​anilanar](https://redirect.github.com/anilanar)! - Add\n`activatorEvent` to `DragStartEvent`\n\n##### Patch Changes\n\n-\n[#​1494](https://redirect.github.com/clauderic/dnd-kit/pull/1494)\n[`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe)\nThanks\n[@​dinkinflickaa](https://redirect.github.com/dinkinflickaa)! -\nImproves performance by eliminating wasteful re-renders on every child\nitem on click\n\n-\n[#​1400](https://redirect.github.com/clauderic/dnd-kit/pull/1400)\n[`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c)\nThanks [@​12joan](https://redirect.github.com/12joan)! - Export\n`defaultKeyboardCoordinateGetter`\n\n-\n[#​1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542)\n[`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! - Fix\nbug with draggable and sortable elements with an `id` equal to `0`.\n\n-\n[#​1541](https://redirect.github.com/clauderic/dnd-kit/pull/1541)\n[`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! -\nHandle `touchcancel` and `pointercancel` events.\n\n-\n[#​1435](https://redirect.github.com/clauderic/dnd-kit/pull/1435)\n[`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e)\nThanks\n[@​knaveenkumar3576](https://redirect.github.com/knaveenkumar3576)!\n- Faster Paint with delayed flush of Effects\n\n-\n[#​1543](https://redirect.github.com/clauderic/dnd-kit/pull/1543)\n[`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! - Fix\na bug with auto-scroller continuing to observe stale elements, causing\nthem to be considered as scrollable.\n\n- Updated dependencies\n\\[[`93602df`](https://redirect.github.com/clauderic/dnd-kit/commit/93602df08498b28749e8146e0f6143ab987bc178)]:\n-\n[@​dnd-kit/accessibility](https://redirect.github.com/dnd-kit/accessibility)[@​3](https://redirect.github.com/3).1.1\n\n</details>\n\n<details>\n<summary>clauderic/dnd-kit (@​dnd-kit/sortable)</summary>\n\n###\n[`v10.0.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/sortable/CHANGELOG.md#1000)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/sortable@9.0.0...@dnd-kit/sortable@10.0.0)\n\n##### Patch Changes\n\n- Updated dependencies\n\\[[`0c6a28d`](https://redirect.github.com/clauderic/dnd-kit/commit/0c6a28d1b32c72cfbc6e103c9f430a1e8ebe7301)]:\n-\n[@​dnd-kit/core](https://redirect.github.com/dnd-kit/core)[@​6](https://redirect.github.com/6).3.0\n\n###\n[`v9.0.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/sortable/CHANGELOG.md#900)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/sortable@8.0.0...@dnd-kit/sortable@9.0.0)\n\n##### Patch Changes\n\n-\n[#​1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542)\n[`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! - Fix\nbug with draggable and sortable elements with an `id` equal to `0`.\n\n- Updated dependencies\n\\[[`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe),\n[`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c),\n[`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc),\n[`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659),\n[`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e),\n[`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a),\n[`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874)]:\n-\n[@​dnd-kit/core](https://redirect.github.com/dnd-kit/core)[@​6](https://redirect.github.com/6).2.0\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get\n[config help](https://elastic.slack.com/archives/C07AMD4CNUR) if that's\nundesired.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by: Hannah Mudge <Heenawter@users.noreply.github.com>","sha":"bd0cc5445e7efea424d33f687c071f185c3dea98"}}]}] BACKPORT--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Hannah Mudge <Heenawter@users.noreply.github.com>
rbrtj
pushed a commit
to rbrtj/kibana
that referenced
this pull request
Sep 25, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@dnd-kit/core](https://redirect.github.com/clauderic/dnd-kit) ([source](https://redirect.github.com/clauderic/dnd-kit/tree/HEAD/packages/core)) | dependencies | minor | [`^6.1.0` -> `^6.3.1`](https://renovatebot.com/diffs/npm/@dnd-kit%2fcore/6.1.0/6.3.1) | | [@dnd-kit/sortable](https://redirect.github.com/clauderic/dnd-kit) ([source](https://redirect.github.com/clauderic/dnd-kit/tree/HEAD/packages/sortable)) | dependencies | major | [`^8.0.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/@dnd-kit%2fsortable/8.0.0/10.0.0) | --- ### Release Notes <details> <summary>clauderic/dnd-kit (@&elastic#8203;dnd-kit/core)</summary> ### [`v6.3.1`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#631) [Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.3.0...@dnd-kit/core@6.3.1) ##### Patch Changes - [#&elastic#8203;1555](https://redirect.github.com/clauderic/dnd-kit/pull/1555) [`62f632a`](https://redirect.github.com/clauderic/dnd-kit/commit/62f632a0c8f06ff020eb90d98770a374c705001d) Thanks [@&elastic#8203;clauderic](https://redirect.github.com/clauderic)! - Added `Tab` to the list of default key codes that end a drag and drop operation. Can be customized by passing in a custom list of `keyCodes` to the KeyboardSensor options. ### [`v6.3.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#630) [Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.2.0...@dnd-kit/core@6.3.0) ##### Minor Changes - [#&elastic#8203;1539](https://redirect.github.com/clauderic/dnd-kit/pull/1539) [`0c6a28d`](https://redirect.github.com/clauderic/dnd-kit/commit/0c6a28d1b32c72cfbc6e103c9f430a1e8ebe7301) Thanks [@&elastic#8203;irobot](https://redirect.github.com/irobot)! - Make it possible to add visual cues when using activation constraints. ##### Context Activation constraints are used when we want to prevent accidental dragging or when pointer press can mean more than "start dragging". A typical use case is a button that needs to respond to both "click" and "drag" gestures. Clicks can be distinguished from drags based on how long the pointer was held pressed. ##### The problem A control that responds differently to a pointer press based on duration or distance can be confusing to use -- the user has to guess how long to keep holding or how far to keep dragging until their intent is acknowledged. Implementing such cues is currently possible by attaching extra event listeners so that we know when a drag is pending. Furthermore, the listener needs to have access to the same constraints that were applied to the sensor initiating the drag. This can be made to work in simple cases, but it becomes error-prone and difficult to maintain in complex scenarios. ##### Solution This changeset proposes the addition of two new events: `onDragPending` and `onDragAbort`. ##### `onDragPending` A drag is considered to be pending when the pointer has been pressed and there are activation constraints that need to be satisfied before a drag can start. This event is initially fired on pointer press. At this time `offset` (see below) will be `undefined`. It will subsequently be fired every time the pointer is moved. This is to enable visual cues for distance-based activation. The event's payload contains all the information necessary for providing visual feedback: ```typescript export interface DragPendingEvent { id: UniqueIdentifier; constraint: PointerActivationConstraint; initialCoordinates: Coordinates; offset?: Coordinates | undefined; } ``` ##### `onDragAbort` A drag is considered aborted when an activation constraint for a pending drag was violated. Useful as a prompt to cancel any visual cue animations currently in progress. Note that this event will *not* be fired when dragging ends or is canceled. ### [`v6.2.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#620) [Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.1.0...@dnd-kit/core@6.2.0) ##### Minor Changes - [#&elastic#8203;1140](https://redirect.github.com/clauderic/dnd-kit/pull/1140) [`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a) Thanks [@&elastic#8203;anilanar](https://redirect.github.com/anilanar)! - Add `activatorEvent` to `DragStartEvent` ##### Patch Changes - [#&elastic#8203;1494](https://redirect.github.com/clauderic/dnd-kit/pull/1494) [`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe) Thanks [@&elastic#8203;dinkinflickaa](https://redirect.github.com/dinkinflickaa)! - Improves performance by eliminating wasteful re-renders on every child item on click - [#&elastic#8203;1400](https://redirect.github.com/clauderic/dnd-kit/pull/1400) [`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c) Thanks [@&elastic#8203;12joan](https://redirect.github.com/12joan)! - Export `defaultKeyboardCoordinateGetter` - [#&elastic#8203;1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542) [`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc) Thanks [@&elastic#8203;clauderic](https://redirect.github.com/clauderic)! - Fix bug with draggable and sortable elements with an `id` equal to `0`. - [#&elastic#8203;1541](https://redirect.github.com/clauderic/dnd-kit/pull/1541) [`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659) Thanks [@&elastic#8203;clauderic](https://redirect.github.com/clauderic)! - Handle `touchcancel` and `pointercancel` events. - [#&elastic#8203;1435](https://redirect.github.com/clauderic/dnd-kit/pull/1435) [`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e) Thanks [@&elastic#8203;knaveenkumar3576](https://redirect.github.com/knaveenkumar3576)! - Faster Paint with delayed flush of Effects - [#&elastic#8203;1543](https://redirect.github.com/clauderic/dnd-kit/pull/1543) [`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874) Thanks [@&elastic#8203;clauderic](https://redirect.github.com/clauderic)! - Fix a bug with auto-scroller continuing to observe stale elements, causing them to be considered as scrollable. - Updated dependencies \[[`93602df`](https://redirect.github.com/clauderic/dnd-kit/commit/93602df08498b28749e8146e0f6143ab987bc178)]: - [@&elastic#8203;dnd-kit/accessibility](https://redirect.github.com/dnd-kit/accessibility)[@​3](https://redirect.github.com/3).1.1 </details> <details> <summary>clauderic/dnd-kit (@&elastic#8203;dnd-kit/sortable)</summary> ### [`v10.0.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/sortable/CHANGELOG.md#1000) [Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/sortable@9.0.0...@dnd-kit/sortable@10.0.0) ##### Patch Changes - Updated dependencies \[[`0c6a28d`](https://redirect.github.com/clauderic/dnd-kit/commit/0c6a28d1b32c72cfbc6e103c9f430a1e8ebe7301)]: - [@&elastic#8203;dnd-kit/core](https://redirect.github.com/dnd-kit/core)[@​6](https://redirect.github.com/6).3.0 ### [`v9.0.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/sortable/CHANGELOG.md#900) [Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/sortable@8.0.0...@dnd-kit/sortable@9.0.0) ##### Patch Changes - [#&elastic#8203;1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542) [`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc) Thanks [@&elastic#8203;clauderic](https://redirect.github.com/clauderic)! - Fix bug with draggable and sortable elements with an `id` equal to `0`. - Updated dependencies \[[`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe), [`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c), [`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc), [`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659), [`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e), [`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a), [`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874)]: - [@&elastic#8203;dnd-kit/core](https://redirect.github.com/dnd-kit/core)[@​6](https://redirect.github.com/6).2.0 </details> --- ### 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](https://elastic.slack.com/archives/C07AMD4CNUR) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlByZXNlbnRhdGlvbiIsImJhY2twb3J0OmFsbC1vcGVuIiwicmVsZWFzZV9ub3RlOnNraXAiXX0=--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Hannah Mudge <Heenawter@users.noreply.github.com>
CoenWarmer
pushed a commit
to CoenWarmer/kibana
that referenced
this pull request
Sep 25, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@dnd-kit/core](https://redirect.github.com/clauderic/dnd-kit) ([source](https://redirect.github.com/clauderic/dnd-kit/tree/HEAD/packages/core)) | dependencies | minor | [`^6.1.0` -> `^6.3.1`](https://renovatebot.com/diffs/npm/@dnd-kit%2fcore/6.1.0/6.3.1) | | [@dnd-kit/sortable](https://redirect.github.com/clauderic/dnd-kit) ([source](https://redirect.github.com/clauderic/dnd-kit/tree/HEAD/packages/sortable)) | dependencies | major | [`^8.0.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/@dnd-kit%2fsortable/8.0.0/10.0.0) | --- ### Release Notes <details> <summary>clauderic/dnd-kit (@&elastic#8203;dnd-kit/core)</summary> ### [`v6.3.1`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#631) [Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.3.0...@dnd-kit/core@6.3.1) ##### Patch Changes - [#&elastic#8203;1555](https://redirect.github.com/clauderic/dnd-kit/pull/1555) [`62f632a`](https://redirect.github.com/clauderic/dnd-kit/commit/62f632a0c8f06ff020eb90d98770a374c705001d) Thanks [@&elastic#8203;clauderic](https://redirect.github.com/clauderic)! - Added `Tab` to the list of default key codes that end a drag and drop operation. Can be customized by passing in a custom list of `keyCodes` to the KeyboardSensor options. ### [`v6.3.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#630) [Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.2.0...@dnd-kit/core@6.3.0) ##### Minor Changes - [#&elastic#8203;1539](https://redirect.github.com/clauderic/dnd-kit/pull/1539) [`0c6a28d`](https://redirect.github.com/clauderic/dnd-kit/commit/0c6a28d1b32c72cfbc6e103c9f430a1e8ebe7301) Thanks [@&elastic#8203;irobot](https://redirect.github.com/irobot)! - Make it possible to add visual cues when using activation constraints. ##### Context Activation constraints are used when we want to prevent accidental dragging or when pointer press can mean more than "start dragging". A typical use case is a button that needs to respond to both "click" and "drag" gestures. Clicks can be distinguished from drags based on how long the pointer was held pressed. ##### The problem A control that responds differently to a pointer press based on duration or distance can be confusing to use -- the user has to guess how long to keep holding or how far to keep dragging until their intent is acknowledged. Implementing such cues is currently possible by attaching extra event listeners so that we know when a drag is pending. Furthermore, the listener needs to have access to the same constraints that were applied to the sensor initiating the drag. This can be made to work in simple cases, but it becomes error-prone and difficult to maintain in complex scenarios. ##### Solution This changeset proposes the addition of two new events: `onDragPending` and `onDragAbort`. ##### `onDragPending` A drag is considered to be pending when the pointer has been pressed and there are activation constraints that need to be satisfied before a drag can start. This event is initially fired on pointer press. At this time `offset` (see below) will be `undefined`. It will subsequently be fired every time the pointer is moved. This is to enable visual cues for distance-based activation. The event's payload contains all the information necessary for providing visual feedback: ```typescript export interface DragPendingEvent { id: UniqueIdentifier; constraint: PointerActivationConstraint; initialCoordinates: Coordinates; offset?: Coordinates | undefined; } ``` ##### `onDragAbort` A drag is considered aborted when an activation constraint for a pending drag was violated. Useful as a prompt to cancel any visual cue animations currently in progress. Note that this event will *not* be fired when dragging ends or is canceled. ### [`v6.2.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#620) [Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.1.0...@dnd-kit/core@6.2.0) ##### Minor Changes - [#&elastic#8203;1140](https://redirect.github.com/clauderic/dnd-kit/pull/1140) [`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a) Thanks [@&elastic#8203;anilanar](https://redirect.github.com/anilanar)! - Add `activatorEvent` to `DragStartEvent` ##### Patch Changes - [#&elastic#8203;1494](https://redirect.github.com/clauderic/dnd-kit/pull/1494) [`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe) Thanks [@&elastic#8203;dinkinflickaa](https://redirect.github.com/dinkinflickaa)! - Improves performance by eliminating wasteful re-renders on every child item on click - [#&elastic#8203;1400](https://redirect.github.com/clauderic/dnd-kit/pull/1400) [`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c) Thanks [@&elastic#8203;12joan](https://redirect.github.com/12joan)! - Export `defaultKeyboardCoordinateGetter` - [#&elastic#8203;1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542) [`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc) Thanks [@&elastic#8203;clauderic](https://redirect.github.com/clauderic)! - Fix bug with draggable and sortable elements with an `id` equal to `0`. - [#&elastic#8203;1541](https://redirect.github.com/clauderic/dnd-kit/pull/1541) [`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659) Thanks [@&elastic#8203;clauderic](https://redirect.github.com/clauderic)! - Handle `touchcancel` and `pointercancel` events. - [#&elastic#8203;1435](https://redirect.github.com/clauderic/dnd-kit/pull/1435) [`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e) Thanks [@&elastic#8203;knaveenkumar3576](https://redirect.github.com/knaveenkumar3576)! - Faster Paint with delayed flush of Effects - [#&elastic#8203;1543](https://redirect.github.com/clauderic/dnd-kit/pull/1543) [`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874) Thanks [@&elastic#8203;clauderic](https://redirect.github.com/clauderic)! - Fix a bug with auto-scroller continuing to observe stale elements, causing them to be considered as scrollable. - Updated dependencies \[[`93602df`](https://redirect.github.com/clauderic/dnd-kit/commit/93602df08498b28749e8146e0f6143ab987bc178)]: - [@&elastic#8203;dnd-kit/accessibility](https://redirect.github.com/dnd-kit/accessibility)[@​3](https://redirect.github.com/3).1.1 </details> <details> <summary>clauderic/dnd-kit (@&elastic#8203;dnd-kit/sortable)</summary> ### [`v10.0.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/sortable/CHANGELOG.md#1000) [Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/sortable@9.0.0...@dnd-kit/sortable@10.0.0) ##### Patch Changes - Updated dependencies \[[`0c6a28d`](https://redirect.github.com/clauderic/dnd-kit/commit/0c6a28d1b32c72cfbc6e103c9f430a1e8ebe7301)]: - [@&elastic#8203;dnd-kit/core](https://redirect.github.com/dnd-kit/core)[@​6](https://redirect.github.com/6).3.0 ### [`v9.0.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/sortable/CHANGELOG.md#900) [Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/sortable@8.0.0...@dnd-kit/sortable@9.0.0) ##### Patch Changes - [#&elastic#8203;1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542) [`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc) Thanks [@&elastic#8203;clauderic](https://redirect.github.com/clauderic)! - Fix bug with draggable and sortable elements with an `id` equal to `0`. - Updated dependencies \[[`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe), [`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c), [`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc), [`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659), [`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e), [`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a), [`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874)]: - [@&elastic#8203;dnd-kit/core](https://redirect.github.com/dnd-kit/core)[@​6](https://redirect.github.com/6).2.0 </details> --- ### 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](https://elastic.slack.com/archives/C07AMD4CNUR) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlByZXNlbnRhdGlvbiIsImJhY2twb3J0OmFsbC1vcGVuIiwicmVsZWFzZV9ub3RlOnNraXAiXX0=--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Hannah Mudge <Heenawter@users.noreply.github.com>
kibanamachine
added a commit
that referenced
this pull request
Sep 25, 2025
# Backport This will backport the following commits from `main` to `9.0`: - [Update dnd-kit (main) (#235569)](#235569) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-09-24T18:49:44Z","message":"Update dnd-kit (main) (#235569)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [@dnd-kit/core](https://redirect.github.com/clauderic/dnd-kit)\n([source](https://redirect.github.com/clauderic/dnd-kit/tree/HEAD/packages/core))\n| dependencies | minor | [`^6.1.0` ->\n`^6.3.1`](https://renovatebot.com/diffs/npm/@dnd-kit%2fcore/6.1.0/6.3.1)\n|\n| [@dnd-kit/sortable](https://redirect.github.com/clauderic/dnd-kit)\n([source](https://redirect.github.com/clauderic/dnd-kit/tree/HEAD/packages/sortable))\n| dependencies | major | [`^8.0.0` ->\n`^10.0.0`](https://renovatebot.com/diffs/npm/@dnd-kit%2fsortable/8.0.0/10.0.0)\n|\n\n---\n\n### Release Notes\n\n<details>\n<summary>clauderic/dnd-kit (@​dnd-kit/core)</summary>\n\n###\n[`v6.3.1`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#631)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.3.0...@dnd-kit/core@6.3.1)\n\n##### Patch Changes\n\n-\n[#​1555](https://redirect.github.com/clauderic/dnd-kit/pull/1555)\n[`62f632a`](https://redirect.github.com/clauderic/dnd-kit/commit/62f632a0c8f06ff020eb90d98770a374c705001d)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! -\nAdded `Tab` to the list of default key codes that end a drag and drop\noperation. Can be customized by passing in a custom list of `keyCodes`\nto the KeyboardSensor options.\n\n###\n[`v6.3.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#630)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.2.0...@dnd-kit/core@6.3.0)\n\n##### Minor Changes\n\n-\n[#​1539](https://redirect.github.com/clauderic/dnd-kit/pull/1539)\n[`0c6a28d`](https://redirect.github.com/clauderic/dnd-kit/commit/0c6a28d1b32c72cfbc6e103c9f430a1e8ebe7301)\nThanks [@​irobot](https://redirect.github.com/irobot)! - Make it\npossible to add visual cues when using activation constraints.\n\n##### Context\n\nActivation constraints are used when we want to prevent accidental\ndragging or when\npointer press can mean more than \"start dragging\".\n\nA typical use case is a button that needs to respond to both \"click\" and\n\"drag\" gestures.\nClicks can be distinguished from drags based on how long the pointer was\nheld pressed.\n\n##### The problem\n\nA control that responds differently to a pointer press based on duration\nor distance can\nbe confusing to use -- the user has to guess how long to keep holding or\nhow far to keep\ndragging until their intent is acknowledged.\n\nImplementing such cues is currently possible by attaching extra event\nlisteners so that\nwe know when a drag is pending. Furthermore, the listener needs to have\naccess to\nthe same constraints that were applied to the sensor initiating the\ndrag. This can be\nmade to work in simple cases, but it becomes error-prone and difficult\nto maintain in\ncomplex scenarios.\n\n##### Solution\n\nThis changeset proposes the addition of two new events: `onDragPending`\nand `onDragAbort`.\n\n##### `onDragPending`\n\nA drag is considered to be pending when the pointer has been pressed and\nthere are\nactivation constraints that need to be satisfied before a drag can\nstart.\n\nThis event is initially fired on pointer press. At this time `offset`\n(see below) will be\n`undefined`.\n\nIt will subsequently be fired every time the pointer is moved. This is\nto enable\nvisual cues for distance-based activation.\n\nThe event's payload contains all the information necessary for providing\nvisual feedback:\n\n```typescript\nexport interface DragPendingEvent {\n id: UniqueIdentifier;\n constraint: PointerActivationConstraint;\n initialCoordinates: Coordinates;\n offset?: Coordinates | undefined;\n}\n```\n\n##### `onDragAbort`\n\nA drag is considered aborted when an activation constraint for a pending\ndrag was violated.\nUseful as a prompt to cancel any visual cue animations currently in\nprogress.\nNote that this event will *not* be fired when dragging ends or is\ncanceled.\n\n###\n[`v6.2.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#620)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.1.0...@dnd-kit/core@6.2.0)\n\n##### Minor Changes\n\n-\n[#​1140](https://redirect.github.com/clauderic/dnd-kit/pull/1140)\n[`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a)\nThanks [@​anilanar](https://redirect.github.com/anilanar)! - Add\n`activatorEvent` to `DragStartEvent`\n\n##### Patch Changes\n\n-\n[#​1494](https://redirect.github.com/clauderic/dnd-kit/pull/1494)\n[`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe)\nThanks\n[@​dinkinflickaa](https://redirect.github.com/dinkinflickaa)! -\nImproves performance by eliminating wasteful re-renders on every child\nitem on click\n\n-\n[#​1400](https://redirect.github.com/clauderic/dnd-kit/pull/1400)\n[`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c)\nThanks [@​12joan](https://redirect.github.com/12joan)! - Export\n`defaultKeyboardCoordinateGetter`\n\n-\n[#​1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542)\n[`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! - Fix\nbug with draggable and sortable elements with an `id` equal to `0`.\n\n-\n[#​1541](https://redirect.github.com/clauderic/dnd-kit/pull/1541)\n[`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! -\nHandle `touchcancel` and `pointercancel` events.\n\n-\n[#​1435](https://redirect.github.com/clauderic/dnd-kit/pull/1435)\n[`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e)\nThanks\n[@​knaveenkumar3576](https://redirect.github.com/knaveenkumar3576)!\n- Faster Paint with delayed flush of Effects\n\n-\n[#​1543](https://redirect.github.com/clauderic/dnd-kit/pull/1543)\n[`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! - Fix\na bug with auto-scroller continuing to observe stale elements, causing\nthem to be considered as scrollable.\n\n- Updated dependencies\n\\[[`93602df`](https://redirect.github.com/clauderic/dnd-kit/commit/93602df08498b28749e8146e0f6143ab987bc178)]:\n-\n[@​dnd-kit/accessibility](https://redirect.github.com/dnd-kit/accessibility)[@​3](https://redirect.github.com/3).1.1\n\n</details>\n\n<details>\n<summary>clauderic/dnd-kit (@​dnd-kit/sortable)</summary>\n\n###\n[`v10.0.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/sortable/CHANGELOG.md#1000)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/sortable@9.0.0...@dnd-kit/sortable@10.0.0)\n\n##### Patch Changes\n\n- Updated dependencies\n\\[[`0c6a28d`](https://redirect.github.com/clauderic/dnd-kit/commit/0c6a28d1b32c72cfbc6e103c9f430a1e8ebe7301)]:\n-\n[@​dnd-kit/core](https://redirect.github.com/dnd-kit/core)[@​6](https://redirect.github.com/6).3.0\n\n###\n[`v9.0.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/sortable/CHANGELOG.md#900)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/sortable@8.0.0...@dnd-kit/sortable@9.0.0)\n\n##### Patch Changes\n\n-\n[#​1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542)\n[`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! - Fix\nbug with draggable and sortable elements with an `id` equal to `0`.\n\n- Updated dependencies\n\\[[`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe),\n[`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c),\n[`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc),\n[`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659),\n[`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e),\n[`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a),\n[`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874)]:\n-\n[@​dnd-kit/core](https://redirect.github.com/dnd-kit/core)[@​6](https://redirect.github.com/6).2.0\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get\n[config help](https://elastic.slack.com/archives/C07AMD4CNUR) if that's\nundesired.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by: Hannah Mudge <Heenawter@users.noreply.github.com>","sha":"bd0cc5445e7efea424d33f687c071f185c3dea98","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Presentation","release_note:skip","backport:all-open","v9.2.0"],"title":"Update dnd-kit (main)","number":235569,"url":"https://github.com/elastic/kibana/pull/235569","mergeCommit":{"message":"Update dnd-kit (main) (#235569)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [@dnd-kit/core](https://redirect.github.com/clauderic/dnd-kit)\n([source](https://redirect.github.com/clauderic/dnd-kit/tree/HEAD/packages/core))\n| dependencies | minor | [`^6.1.0` ->\n`^6.3.1`](https://renovatebot.com/diffs/npm/@dnd-kit%2fcore/6.1.0/6.3.1)\n|\n| [@dnd-kit/sortable](https://redirect.github.com/clauderic/dnd-kit)\n([source](https://redirect.github.com/clauderic/dnd-kit/tree/HEAD/packages/sortable))\n| dependencies | major | [`^8.0.0` ->\n`^10.0.0`](https://renovatebot.com/diffs/npm/@dnd-kit%2fsortable/8.0.0/10.0.0)\n|\n\n---\n\n### Release Notes\n\n<details>\n<summary>clauderic/dnd-kit (@​dnd-kit/core)</summary>\n\n###\n[`v6.3.1`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#631)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.3.0...@dnd-kit/core@6.3.1)\n\n##### Patch Changes\n\n-\n[#​1555](https://redirect.github.com/clauderic/dnd-kit/pull/1555)\n[`62f632a`](https://redirect.github.com/clauderic/dnd-kit/commit/62f632a0c8f06ff020eb90d98770a374c705001d)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! -\nAdded `Tab` to the list of default key codes that end a drag and drop\noperation. Can be customized by passing in a custom list of `keyCodes`\nto the KeyboardSensor options.\n\n###\n[`v6.3.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#630)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.2.0...@dnd-kit/core@6.3.0)\n\n##### Minor Changes\n\n-\n[#​1539](https://redirect.github.com/clauderic/dnd-kit/pull/1539)\n[`0c6a28d`](https://redirect.github.com/clauderic/dnd-kit/commit/0c6a28d1b32c72cfbc6e103c9f430a1e8ebe7301)\nThanks [@​irobot](https://redirect.github.com/irobot)! - Make it\npossible to add visual cues when using activation constraints.\n\n##### Context\n\nActivation constraints are used when we want to prevent accidental\ndragging or when\npointer press can mean more than \"start dragging\".\n\nA typical use case is a button that needs to respond to both \"click\" and\n\"drag\" gestures.\nClicks can be distinguished from drags based on how long the pointer was\nheld pressed.\n\n##### The problem\n\nA control that responds differently to a pointer press based on duration\nor distance can\nbe confusing to use -- the user has to guess how long to keep holding or\nhow far to keep\ndragging until their intent is acknowledged.\n\nImplementing such cues is currently possible by attaching extra event\nlisteners so that\nwe know when a drag is pending. Furthermore, the listener needs to have\naccess to\nthe same constraints that were applied to the sensor initiating the\ndrag. This can be\nmade to work in simple cases, but it becomes error-prone and difficult\nto maintain in\ncomplex scenarios.\n\n##### Solution\n\nThis changeset proposes the addition of two new events: `onDragPending`\nand `onDragAbort`.\n\n##### `onDragPending`\n\nA drag is considered to be pending when the pointer has been pressed and\nthere are\nactivation constraints that need to be satisfied before a drag can\nstart.\n\nThis event is initially fired on pointer press. At this time `offset`\n(see below) will be\n`undefined`.\n\nIt will subsequently be fired every time the pointer is moved. This is\nto enable\nvisual cues for distance-based activation.\n\nThe event's payload contains all the information necessary for providing\nvisual feedback:\n\n```typescript\nexport interface DragPendingEvent {\n id: UniqueIdentifier;\n constraint: PointerActivationConstraint;\n initialCoordinates: Coordinates;\n offset?: Coordinates | undefined;\n}\n```\n\n##### `onDragAbort`\n\nA drag is considered aborted when an activation constraint for a pending\ndrag was violated.\nUseful as a prompt to cancel any visual cue animations currently in\nprogress.\nNote that this event will *not* be fired when dragging ends or is\ncanceled.\n\n###\n[`v6.2.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#620)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.1.0...@dnd-kit/core@6.2.0)\n\n##### Minor Changes\n\n-\n[#​1140](https://redirect.github.com/clauderic/dnd-kit/pull/1140)\n[`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a)\nThanks [@​anilanar](https://redirect.github.com/anilanar)! - Add\n`activatorEvent` to `DragStartEvent`\n\n##### Patch Changes\n\n-\n[#​1494](https://redirect.github.com/clauderic/dnd-kit/pull/1494)\n[`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe)\nThanks\n[@​dinkinflickaa](https://redirect.github.com/dinkinflickaa)! -\nImproves performance by eliminating wasteful re-renders on every child\nitem on click\n\n-\n[#​1400](https://redirect.github.com/clauderic/dnd-kit/pull/1400)\n[`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c)\nThanks [@​12joan](https://redirect.github.com/12joan)! - Export\n`defaultKeyboardCoordinateGetter`\n\n-\n[#​1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542)\n[`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! - Fix\nbug with draggable and sortable elements with an `id` equal to `0`.\n\n-\n[#​1541](https://redirect.github.com/clauderic/dnd-kit/pull/1541)\n[`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! -\nHandle `touchcancel` and `pointercancel` events.\n\n-\n[#​1435](https://redirect.github.com/clauderic/dnd-kit/pull/1435)\n[`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e)\nThanks\n[@​knaveenkumar3576](https://redirect.github.com/knaveenkumar3576)!\n- Faster Paint with delayed flush of Effects\n\n-\n[#​1543](https://redirect.github.com/clauderic/dnd-kit/pull/1543)\n[`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! - Fix\na bug with auto-scroller continuing to observe stale elements, causing\nthem to be considered as scrollable.\n\n- Updated dependencies\n\\[[`93602df`](https://redirect.github.com/clauderic/dnd-kit/commit/93602df08498b28749e8146e0f6143ab987bc178)]:\n-\n[@​dnd-kit/accessibility](https://redirect.github.com/dnd-kit/accessibility)[@​3](https://redirect.github.com/3).1.1\n\n</details>\n\n<details>\n<summary>clauderic/dnd-kit (@​dnd-kit/sortable)</summary>\n\n###\n[`v10.0.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/sortable/CHANGELOG.md#1000)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/sortable@9.0.0...@dnd-kit/sortable@10.0.0)\n\n##### Patch Changes\n\n- Updated dependencies\n\\[[`0c6a28d`](https://redirect.github.com/clauderic/dnd-kit/commit/0c6a28d1b32c72cfbc6e103c9f430a1e8ebe7301)]:\n-\n[@​dnd-kit/core](https://redirect.github.com/dnd-kit/core)[@​6](https://redirect.github.com/6).3.0\n\n###\n[`v9.0.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/sortable/CHANGELOG.md#900)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/sortable@8.0.0...@dnd-kit/sortable@9.0.0)\n\n##### Patch Changes\n\n-\n[#​1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542)\n[`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! - Fix\nbug with draggable and sortable elements with an `id` equal to `0`.\n\n- Updated dependencies\n\\[[`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe),\n[`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c),\n[`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc),\n[`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659),\n[`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e),\n[`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a),\n[`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874)]:\n-\n[@​dnd-kit/core](https://redirect.github.com/dnd-kit/core)[@​6](https://redirect.github.com/6).2.0\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get\n[config help](https://elastic.slack.com/archives/C07AMD4CNUR) if that's\nundesired.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by: Hannah Mudge <Heenawter@users.noreply.github.com>","sha":"bd0cc5445e7efea424d33f687c071f185c3dea98"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/235569","number":235569,"mergeCommit":{"message":"Update dnd-kit (main) (#235569)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [@dnd-kit/core](https://redirect.github.com/clauderic/dnd-kit)\n([source](https://redirect.github.com/clauderic/dnd-kit/tree/HEAD/packages/core))\n| dependencies | minor | [`^6.1.0` ->\n`^6.3.1`](https://renovatebot.com/diffs/npm/@dnd-kit%2fcore/6.1.0/6.3.1)\n|\n| [@dnd-kit/sortable](https://redirect.github.com/clauderic/dnd-kit)\n([source](https://redirect.github.com/clauderic/dnd-kit/tree/HEAD/packages/sortable))\n| dependencies | major | [`^8.0.0` ->\n`^10.0.0`](https://renovatebot.com/diffs/npm/@dnd-kit%2fsortable/8.0.0/10.0.0)\n|\n\n---\n\n### Release Notes\n\n<details>\n<summary>clauderic/dnd-kit (@​dnd-kit/core)</summary>\n\n###\n[`v6.3.1`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#631)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.3.0...@dnd-kit/core@6.3.1)\n\n##### Patch Changes\n\n-\n[#​1555](https://redirect.github.com/clauderic/dnd-kit/pull/1555)\n[`62f632a`](https://redirect.github.com/clauderic/dnd-kit/commit/62f632a0c8f06ff020eb90d98770a374c705001d)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! -\nAdded `Tab` to the list of default key codes that end a drag and drop\noperation. Can be customized by passing in a custom list of `keyCodes`\nto the KeyboardSensor options.\n\n###\n[`v6.3.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#630)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.2.0...@dnd-kit/core@6.3.0)\n\n##### Minor Changes\n\n-\n[#​1539](https://redirect.github.com/clauderic/dnd-kit/pull/1539)\n[`0c6a28d`](https://redirect.github.com/clauderic/dnd-kit/commit/0c6a28d1b32c72cfbc6e103c9f430a1e8ebe7301)\nThanks [@​irobot](https://redirect.github.com/irobot)! - Make it\npossible to add visual cues when using activation constraints.\n\n##### Context\n\nActivation constraints are used when we want to prevent accidental\ndragging or when\npointer press can mean more than \"start dragging\".\n\nA typical use case is a button that needs to respond to both \"click\" and\n\"drag\" gestures.\nClicks can be distinguished from drags based on how long the pointer was\nheld pressed.\n\n##### The problem\n\nA control that responds differently to a pointer press based on duration\nor distance can\nbe confusing to use -- the user has to guess how long to keep holding or\nhow far to keep\ndragging until their intent is acknowledged.\n\nImplementing such cues is currently possible by attaching extra event\nlisteners so that\nwe know when a drag is pending. Furthermore, the listener needs to have\naccess to\nthe same constraints that were applied to the sensor initiating the\ndrag. This can be\nmade to work in simple cases, but it becomes error-prone and difficult\nto maintain in\ncomplex scenarios.\n\n##### Solution\n\nThis changeset proposes the addition of two new events: `onDragPending`\nand `onDragAbort`.\n\n##### `onDragPending`\n\nA drag is considered to be pending when the pointer has been pressed and\nthere are\nactivation constraints that need to be satisfied before a drag can\nstart.\n\nThis event is initially fired on pointer press. At this time `offset`\n(see below) will be\n`undefined`.\n\nIt will subsequently be fired every time the pointer is moved. This is\nto enable\nvisual cues for distance-based activation.\n\nThe event's payload contains all the information necessary for providing\nvisual feedback:\n\n```typescript\nexport interface DragPendingEvent {\n id: UniqueIdentifier;\n constraint: PointerActivationConstraint;\n initialCoordinates: Coordinates;\n offset?: Coordinates | undefined;\n}\n```\n\n##### `onDragAbort`\n\nA drag is considered aborted when an activation constraint for a pending\ndrag was violated.\nUseful as a prompt to cancel any visual cue animations currently in\nprogress.\nNote that this event will *not* be fired when dragging ends or is\ncanceled.\n\n###\n[`v6.2.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#620)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.1.0...@dnd-kit/core@6.2.0)\n\n##### Minor Changes\n\n-\n[#​1140](https://redirect.github.com/clauderic/dnd-kit/pull/1140)\n[`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a)\nThanks [@​anilanar](https://redirect.github.com/anilanar)! - Add\n`activatorEvent` to `DragStartEvent`\n\n##### Patch Changes\n\n-\n[#​1494](https://redirect.github.com/clauderic/dnd-kit/pull/1494)\n[`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe)\nThanks\n[@​dinkinflickaa](https://redirect.github.com/dinkinflickaa)! -\nImproves performance by eliminating wasteful re-renders on every child\nitem on click\n\n-\n[#​1400](https://redirect.github.com/clauderic/dnd-kit/pull/1400)\n[`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c)\nThanks [@​12joan](https://redirect.github.com/12joan)! - Export\n`defaultKeyboardCoordinateGetter`\n\n-\n[#​1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542)\n[`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! - Fix\nbug with draggable and sortable elements with an `id` equal to `0`.\n\n-\n[#​1541](https://redirect.github.com/clauderic/dnd-kit/pull/1541)\n[`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! -\nHandle `touchcancel` and `pointercancel` events.\n\n-\n[#​1435](https://redirect.github.com/clauderic/dnd-kit/pull/1435)\n[`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e)\nThanks\n[@​knaveenkumar3576](https://redirect.github.com/knaveenkumar3576)!\n- Faster Paint with delayed flush of Effects\n\n-\n[#​1543](https://redirect.github.com/clauderic/dnd-kit/pull/1543)\n[`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! - Fix\na bug with auto-scroller continuing to observe stale elements, causing\nthem to be considered as scrollable.\n\n- Updated dependencies\n\\[[`93602df`](https://redirect.github.com/clauderic/dnd-kit/commit/93602df08498b28749e8146e0f6143ab987bc178)]:\n-\n[@​dnd-kit/accessibility](https://redirect.github.com/dnd-kit/accessibility)[@​3](https://redirect.github.com/3).1.1\n\n</details>\n\n<details>\n<summary>clauderic/dnd-kit (@​dnd-kit/sortable)</summary>\n\n###\n[`v10.0.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/sortable/CHANGELOG.md#1000)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/sortable@9.0.0...@dnd-kit/sortable@10.0.0)\n\n##### Patch Changes\n\n- Updated dependencies\n\\[[`0c6a28d`](https://redirect.github.com/clauderic/dnd-kit/commit/0c6a28d1b32c72cfbc6e103c9f430a1e8ebe7301)]:\n-\n[@​dnd-kit/core](https://redirect.github.com/dnd-kit/core)[@​6](https://redirect.github.com/6).3.0\n\n###\n[`v9.0.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/sortable/CHANGELOG.md#900)\n\n[Compare\nSource](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/sortable@8.0.0...@dnd-kit/sortable@9.0.0)\n\n##### Patch Changes\n\n-\n[#​1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542)\n[`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc)\nThanks [@​clauderic](https://redirect.github.com/clauderic)! - Fix\nbug with draggable and sortable elements with an `id` equal to `0`.\n\n- Updated dependencies\n\\[[`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe),\n[`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c),\n[`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc),\n[`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659),\n[`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e),\n[`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a),\n[`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874)]:\n-\n[@​dnd-kit/core](https://redirect.github.com/dnd-kit/core)[@​6](https://redirect.github.com/6).2.0\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get\n[config help](https://elastic.slack.com/archives/C07AMD4CNUR) if that's\nundesired.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by: Hannah Mudge <Heenawter@users.noreply.github.com>","sha":"bd0cc5445e7efea424d33f687c071f185c3dea98"}}]}] BACKPORT--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Hannah Mudge <Heenawter@users.noreply.github.com>
VladimirFilonov
pushed a commit
to VladimirFilonov/kibana
that referenced
this pull request
Sep 26, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@dnd-kit/core](https://redirect.github.com/clauderic/dnd-kit) ([source](https://redirect.github.com/clauderic/dnd-kit/tree/HEAD/packages/core)) | dependencies | minor | [`^6.1.0` -> `^6.3.1`](https://renovatebot.com/diffs/npm/@dnd-kit%2fcore/6.1.0/6.3.1) | | [@dnd-kit/sortable](https://redirect.github.com/clauderic/dnd-kit) ([source](https://redirect.github.com/clauderic/dnd-kit/tree/HEAD/packages/sortable)) | dependencies | major | [`^8.0.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/@dnd-kit%2fsortable/8.0.0/10.0.0) | --- ### Release Notes <details> <summary>clauderic/dnd-kit (@&elastic#8203;dnd-kit/core)</summary> ### [`v6.3.1`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#631) [Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.3.0...@dnd-kit/core@6.3.1) ##### Patch Changes - [#&elastic#8203;1555](https://redirect.github.com/clauderic/dnd-kit/pull/1555) [`62f632a`](https://redirect.github.com/clauderic/dnd-kit/commit/62f632a0c8f06ff020eb90d98770a374c705001d) Thanks [@&elastic#8203;clauderic](https://redirect.github.com/clauderic)! - Added `Tab` to the list of default key codes that end a drag and drop operation. Can be customized by passing in a custom list of `keyCodes` to the KeyboardSensor options. ### [`v6.3.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#630) [Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.2.0...@dnd-kit/core@6.3.0) ##### Minor Changes - [#&elastic#8203;1539](https://redirect.github.com/clauderic/dnd-kit/pull/1539) [`0c6a28d`](https://redirect.github.com/clauderic/dnd-kit/commit/0c6a28d1b32c72cfbc6e103c9f430a1e8ebe7301) Thanks [@&elastic#8203;irobot](https://redirect.github.com/irobot)! - Make it possible to add visual cues when using activation constraints. ##### Context Activation constraints are used when we want to prevent accidental dragging or when pointer press can mean more than "start dragging". A typical use case is a button that needs to respond to both "click" and "drag" gestures. Clicks can be distinguished from drags based on how long the pointer was held pressed. ##### The problem A control that responds differently to a pointer press based on duration or distance can be confusing to use -- the user has to guess how long to keep holding or how far to keep dragging until their intent is acknowledged. Implementing such cues is currently possible by attaching extra event listeners so that we know when a drag is pending. Furthermore, the listener needs to have access to the same constraints that were applied to the sensor initiating the drag. This can be made to work in simple cases, but it becomes error-prone and difficult to maintain in complex scenarios. ##### Solution This changeset proposes the addition of two new events: `onDragPending` and `onDragAbort`. ##### `onDragPending` A drag is considered to be pending when the pointer has been pressed and there are activation constraints that need to be satisfied before a drag can start. This event is initially fired on pointer press. At this time `offset` (see below) will be `undefined`. It will subsequently be fired every time the pointer is moved. This is to enable visual cues for distance-based activation. The event's payload contains all the information necessary for providing visual feedback: ```typescript export interface DragPendingEvent { id: UniqueIdentifier; constraint: PointerActivationConstraint; initialCoordinates: Coordinates; offset?: Coordinates | undefined; } ``` ##### `onDragAbort` A drag is considered aborted when an activation constraint for a pending drag was violated. Useful as a prompt to cancel any visual cue animations currently in progress. Note that this event will *not* be fired when dragging ends or is canceled. ### [`v6.2.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#620) [Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.1.0...@dnd-kit/core@6.2.0) ##### Minor Changes - [#&elastic#8203;1140](https://redirect.github.com/clauderic/dnd-kit/pull/1140) [`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a) Thanks [@&elastic#8203;anilanar](https://redirect.github.com/anilanar)! - Add `activatorEvent` to `DragStartEvent` ##### Patch Changes - [#&elastic#8203;1494](https://redirect.github.com/clauderic/dnd-kit/pull/1494) [`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe) Thanks [@&elastic#8203;dinkinflickaa](https://redirect.github.com/dinkinflickaa)! - Improves performance by eliminating wasteful re-renders on every child item on click - [#&elastic#8203;1400](https://redirect.github.com/clauderic/dnd-kit/pull/1400) [`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c) Thanks [@&elastic#8203;12joan](https://redirect.github.com/12joan)! - Export `defaultKeyboardCoordinateGetter` - [#&elastic#8203;1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542) [`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc) Thanks [@&elastic#8203;clauderic](https://redirect.github.com/clauderic)! - Fix bug with draggable and sortable elements with an `id` equal to `0`. - [#&elastic#8203;1541](https://redirect.github.com/clauderic/dnd-kit/pull/1541) [`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659) Thanks [@&elastic#8203;clauderic](https://redirect.github.com/clauderic)! - Handle `touchcancel` and `pointercancel` events. - [#&elastic#8203;1435](https://redirect.github.com/clauderic/dnd-kit/pull/1435) [`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e) Thanks [@&elastic#8203;knaveenkumar3576](https://redirect.github.com/knaveenkumar3576)! - Faster Paint with delayed flush of Effects - [#&elastic#8203;1543](https://redirect.github.com/clauderic/dnd-kit/pull/1543) [`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874) Thanks [@&elastic#8203;clauderic](https://redirect.github.com/clauderic)! - Fix a bug with auto-scroller continuing to observe stale elements, causing them to be considered as scrollable. - Updated dependencies \[[`93602df`](https://redirect.github.com/clauderic/dnd-kit/commit/93602df08498b28749e8146e0f6143ab987bc178)]: - [@&elastic#8203;dnd-kit/accessibility](https://redirect.github.com/dnd-kit/accessibility)[@​3](https://redirect.github.com/3).1.1 </details> <details> <summary>clauderic/dnd-kit (@&elastic#8203;dnd-kit/sortable)</summary> ### [`v10.0.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/sortable/CHANGELOG.md#1000) [Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/sortable@9.0.0...@dnd-kit/sortable@10.0.0) ##### Patch Changes - Updated dependencies \[[`0c6a28d`](https://redirect.github.com/clauderic/dnd-kit/commit/0c6a28d1b32c72cfbc6e103c9f430a1e8ebe7301)]: - [@&elastic#8203;dnd-kit/core](https://redirect.github.com/dnd-kit/core)[@​6](https://redirect.github.com/6).3.0 ### [`v9.0.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/sortable/CHANGELOG.md#900) [Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/sortable@8.0.0...@dnd-kit/sortable@9.0.0) ##### Patch Changes - [#&elastic#8203;1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542) [`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc) Thanks [@&elastic#8203;clauderic](https://redirect.github.com/clauderic)! - Fix bug with draggable and sortable elements with an `id` equal to `0`. - Updated dependencies \[[`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe), [`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c), [`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc), [`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659), [`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e), [`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a), [`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874)]: - [@&elastic#8203;dnd-kit/core](https://redirect.github.com/dnd-kit/core)[@​6](https://redirect.github.com/6).2.0 </details> --- ### 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](https://elastic.slack.com/archives/C07AMD4CNUR) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlByZXNlbnRhdGlvbiIsImJhY2twb3J0OmFsbC1vcGVuIiwicmVsZWFzZV9ub3RlOnNraXAiXX0=--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Hannah Mudge <Heenawter@users.noreply.github.com>
Ikuni17
pushed a commit
that referenced
this pull request
Sep 29, 2025
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [@moonrepo/cli](https://redirect.github.com/moonrepo/moon) ([source](https://redirect.github.com/moonrepo/moon/tree/HEAD/packages/cli)) | dependencies | patch | [`1.40.1` -> `1.40.2`](https://renovatebot.com/diffs/npm/@moonrepo%2fcli/1.40.1/1.40.2) | `1.40.5` (+2) | --- ### Release Notes <details> <summary>moonrepo/moon (@​moonrepo/cli)</summary> ### [`v1.40.2`](https://redirect.github.com/moonrepo/moon/blob/HEAD/CHANGELOG.md#1402) [Compare Source](https://redirect.github.com/moonrepo/moon/compare/@moonrepo/cli@1.40.1...@moonrepo/cli@1.40.2) ##### 🧰 Toolchains - **JavaScript** - Fixed some `pnpm-lock.yaml` parsing issues when using `pnpm` as a package manager. ##### ⚙️ Internal - Updated dependencies. </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDpza2lwIiwicmVsZWFzZV9ub3RlOnNraXAiXX0=--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Ikuni17
pushed a commit
to Ikuni17/kibana
that referenced
this pull request
Sep 29, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [postcss](https://postcss.org/) ([source](https://redirect.github.com/postcss/postcss)) | devDependencies | patch | [`^8.5.3` -> `^8.5.6`](https://renovatebot.com/diffs/npm/postcss/8.5.4/8.5.6) | --- ### Release Notes <details> <summary>postcss/postcss (postcss)</summary> ### [`v8.5.6`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#856) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.5.5...8.5.6) - Fixed `ContainerWithChildren` type discriminating (by [@&elastic#8203;Goodwine](https://redirect.github.com/Goodwine)). ### [`v8.5.5`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#855) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.5.4...8.5.5) - Fixed `package.json`→`exports` compatibility with some tools (by [@&elastic#8203;JounQin](https://redirect.github.com/JounQin)). </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit ad5c525) # Conflicts: # package.json # yarn.lock
Ikuni17
pushed a commit
to Ikuni17/kibana
that referenced
this pull request
Sep 29, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [postcss](https://postcss.org/) ([source](https://redirect.github.com/postcss/postcss)) | devDependencies | patch | [`^8.5.3` -> `^8.5.6`](https://renovatebot.com/diffs/npm/postcss/8.5.4/8.5.6) | --- ### Release Notes <details> <summary>postcss/postcss (postcss)</summary> ### [`v8.5.6`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#856) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.5.5...8.5.6) - Fixed `ContainerWithChildren` type discriminating (by [@&elastic#8203;Goodwine](https://redirect.github.com/Goodwine)). ### [`v8.5.5`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#855) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.5.4...8.5.5) - Fixed `package.json`→`exports` compatibility with some tools (by [@&elastic#8203;JounQin](https://redirect.github.com/JounQin)). </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit ad5c525) # Conflicts: # package.json
kibanamachine
added a commit
that referenced
this pull request
Sep 30, 2025
# Backport This will backport the following commits from `main` to `9.1`: - [Update dependency postcss to ^8.5.6 (main) (#235642)](#235642) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-09-19T01:33:11Z","message":"Update dependency postcss to ^8.5.6 (main) (#235642)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [postcss](https://postcss.org/)\n([source](https://redirect.github.com/postcss/postcss)) |\ndevDependencies | patch | [`^8.5.3` ->\n`^8.5.6`](https://renovatebot.com/diffs/npm/postcss/8.5.4/8.5.6) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>postcss/postcss (postcss)</summary>\n\n###\n[`v8.5.6`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#856)\n\n[Compare\nSource](https://redirect.github.com/postcss/postcss/compare/8.5.5...8.5.6)\n\n- Fixed `ContainerWithChildren` type discriminating (by\n[@​Goodwine](https://redirect.github.com/Goodwine)).\n\n###\n[`v8.5.5`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#855)\n\n[Compare\nSource](https://redirect.github.com/postcss/postcss/compare/8.5.4...8.5.5)\n\n- Fixed `package.json`→`exports` compatibility with some tools (by\n[@​JounQin](https://redirect.github.com/JounQin)).\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\n---------\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"ad5c525cb0fa9a9cc5dd7eb9d5a23943d82d5ab7","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:all-open","v9.2.0"],"title":"Update dependency postcss to ^8.5.6 (main)","number":235642,"url":"https://github.com/elastic/kibana/pull/235642","mergeCommit":{"message":"Update dependency postcss to ^8.5.6 (main) (#235642)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [postcss](https://postcss.org/)\n([source](https://redirect.github.com/postcss/postcss)) |\ndevDependencies | patch | [`^8.5.3` ->\n`^8.5.6`](https://renovatebot.com/diffs/npm/postcss/8.5.4/8.5.6) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>postcss/postcss (postcss)</summary>\n\n###\n[`v8.5.6`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#856)\n\n[Compare\nSource](https://redirect.github.com/postcss/postcss/compare/8.5.5...8.5.6)\n\n- Fixed `ContainerWithChildren` type discriminating (by\n[@​Goodwine](https://redirect.github.com/Goodwine)).\n\n###\n[`v8.5.5`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#855)\n\n[Compare\nSource](https://redirect.github.com/postcss/postcss/compare/8.5.4...8.5.5)\n\n- Fixed `package.json`→`exports` compatibility with some tools (by\n[@​JounQin](https://redirect.github.com/JounQin)).\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\n---------\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"ad5c525cb0fa9a9cc5dd7eb9d5a23943d82d5ab7"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/235642","number":235642,"mergeCommit":{"message":"Update dependency postcss to ^8.5.6 (main) (#235642)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [postcss](https://postcss.org/)\n([source](https://redirect.github.com/postcss/postcss)) |\ndevDependencies | patch | [`^8.5.3` ->\n`^8.5.6`](https://renovatebot.com/diffs/npm/postcss/8.5.4/8.5.6) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>postcss/postcss (postcss)</summary>\n\n###\n[`v8.5.6`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#856)\n\n[Compare\nSource](https://redirect.github.com/postcss/postcss/compare/8.5.5...8.5.6)\n\n- Fixed `ContainerWithChildren` type discriminating (by\n[@​Goodwine](https://redirect.github.com/Goodwine)).\n\n###\n[`v8.5.5`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#855)\n\n[Compare\nSource](https://redirect.github.com/postcss/postcss/compare/8.5.4...8.5.5)\n\n- Fixed `package.json`→`exports` compatibility with some tools (by\n[@​JounQin](https://redirect.github.com/JounQin)).\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\n---------\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"ad5c525cb0fa9a9cc5dd7eb9d5a23943d82d5ab7"}}]}] BACKPORT--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Brad White <Ikuni17@users.noreply.github.com>
niros1
pushed a commit
that referenced
this pull request
Sep 30, 2025
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [msw](https://mswjs.io) ([source](https://redirect.github.com/mswjs/msw)) | devDependencies | minor | [`~2.10.4` -> `~2.11.0`](https://renovatebot.com/diffs/npm/msw/2.10.4/2.11.0) | `2.11.1` | --- ### Release Notes <details> <summary>mswjs/msw (msw)</summary> ### [`v2.11.0`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.0) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.10.5...v2.11.0) #### v2.11.0 (2025-08-30) ##### Features - custom request predicate function ([#​2541](https://redirect.github.com/mswjs/msw/issues/2541)) ([`a05405b`](https://redirect.github.com/mswjs/msw/commit/a05405bd5ba7c82ad3e80990c176cbf6cb94dee7)) [@​ytoshiki](https://redirect.github.com/ytoshiki) [@​kettanaito](https://redirect.github.com/kettanaito) ### [`v2.10.5`](https://redirect.github.com/mswjs/msw/releases/tag/v2.10.5) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.10.4...v2.10.5) #### v2.10.5 (2025-08-13) ##### Bug Fixes - export the `GraphQLResponseBody` type ([#​2565](https://redirect.github.com/mswjs/msw/issues/2565)) ([`642523d`](https://redirect.github.com/mswjs/msw/commit/642523d3258bd1996df986ea0c9270be150bec3d)) [@​breadadams](https://redirect.github.com/breadadams) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNsb3VkIFNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
niros1
pushed a commit
that referenced
this pull request
Sep 30, 2025
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [@xyflow/react](https://reactflow.dev) ([source](https://redirect.github.com/xyflow/xyflow/tree/HEAD/packages/react)) | dependencies | patch | [`^12.8.2` -> `^12.8.3`](https://renovatebot.com/diffs/npm/@xyflow%2freact/12.8.2/12.8.3) | `12.8.4` | --- ### Release Notes <details> <summary>xyflow/xyflow (@​xyflow/react)</summary> ### [`v12.8.3`](https://redirect.github.com/xyflow/xyflow/blob/HEAD/packages/react/CHANGELOG.md#1283) [Compare Source](https://redirect.github.com/xyflow/xyflow/compare/@xyflow/react@12.8.2...@xyflow/react@12.8.3) ##### Patch Changes - [#​5420](https://redirect.github.com/xyflow/xyflow/pull/5420) [`c453ee3f`](https://redirect.github.com/xyflow/xyflow/commit/c453ee3f74512bf92f33a7afa3f7104aa82172f6) Thanks [@​ShlomoGalle](https://redirect.github.com/ShlomoGalle)! - Omit `defaultValue` from `Node`'s `domAttributes` to fix type incompatibility when using `WritableDraft` - [#​5436](https://redirect.github.com/xyflow/xyflow/pull/5436) [`def02b96`](https://redirect.github.com/xyflow/xyflow/commit/def02b960931c2d05a3419768e20d86f4c1bb0f9) Thanks [@​moklick](https://redirect.github.com/moklick)! - Prevent a 0 added to the markup for edges when interactionWidth is 0 - [#​5444](https://redirect.github.com/xyflow/xyflow/pull/5444) [`9aca4839`](https://redirect.github.com/xyflow/xyflow/commit/9aca483928d0e24bb598c344806ca1fca840794b) Thanks [@​paula-stacho](https://redirect.github.com/paula-stacho)! - Export MiniMapNode - [#​5443](https://redirect.github.com/xyflow/xyflow/pull/5443) [`144f8feb`](https://redirect.github.com/xyflow/xyflow/commit/144f8feb0f4a74b63e44eb9edf5beed4dd8a9230) Thanks [@​moklick](https://redirect.github.com/moklick)! - Use 1 as the default for interactive Minimap zoom step - [#​5428](https://redirect.github.com/xyflow/xyflow/pull/5428) [`f18e9856`](https://redirect.github.com/xyflow/xyflow/commit/f18e98569b1cc38b6ec2b7d7a3d1fd8b56a5d42f) Thanks [@​Karl255](https://redirect.github.com/Karl255)! - Fix clicking on detached handle elements not initiating drawing of connections - [#​5453](https://redirect.github.com/xyflow/xyflow/pull/5453) [`7a088817`](https://redirect.github.com/xyflow/xyflow/commit/7a088817f71acb71c49e5bf4ac90352dab95f7b8) Thanks [@​moklick](https://redirect.github.com/moklick)! - Snap selection instead of separate nodes when snap grid is enabled - [#​5415](https://redirect.github.com/xyflow/xyflow/pull/5415) [`6838df9d`](https://redirect.github.com/xyflow/xyflow/commit/6838df9d67a1f093464e911e949f1360a005832d) Thanks [@​moklick](https://redirect.github.com/moklick)! - Allow strings and enums for existing marker types - [#​5444](https://redirect.github.com/xyflow/xyflow/pull/5444) [`9192fd7d`](https://redirect.github.com/xyflow/xyflow/commit/9192fd7d2c8a86c8720d1191bc488f01681dcef2) Thanks [@​paula-stacho](https://redirect.github.com/paula-stacho)! - Export MiniMapNode - [#​5448](https://redirect.github.com/xyflow/xyflow/pull/5448) [`f5fe1d71`](https://redirect.github.com/xyflow/xyflow/commit/f5fe1d71e04ded54a96250fa9c0ba7f8ce87fa66) Thanks [@​moklick](https://redirect.github.com/moklick)! - Use correct HandleConnection type for Handle onConnect - [#​5419](https://redirect.github.com/xyflow/xyflow/pull/5419) [`daa33fb3`](https://redirect.github.com/xyflow/xyflow/commit/daa33fb3bd40427e8f26117da4dbcd2de726cfde) Thanks [@​0x0f0f0f](https://redirect.github.com/0x0f0f0f)! - Make arrow heads markers fallback to --xy-edge-stroke CSS variable when passing null as marker color - Updated dependencies \[[`144f8feb`](https://redirect.github.com/xyflow/xyflow/commit/144f8feb0f4a74b63e44eb9edf5beed4dd8a9230), [`f18e9856`](https://redirect.github.com/xyflow/xyflow/commit/f18e98569b1cc38b6ec2b7d7a3d1fd8b56a5d42f), [`7a088817`](https://redirect.github.com/xyflow/xyflow/commit/7a088817f71acb71c49e5bf4ac90352dab95f7b8), [`6838df9d`](https://redirect.github.com/xyflow/xyflow/commit/6838df9d67a1f093464e911e949f1360a005832d), [`fddbb7de`](https://redirect.github.com/xyflow/xyflow/commit/fddbb7de47b180767a0d6286ec58b5598c0cf6df), [`f5fe1d71`](https://redirect.github.com/xyflow/xyflow/commit/f5fe1d71e04ded54a96250fa9c0ba7f8ce87fa66), [`daa33fb3`](https://redirect.github.com/xyflow/xyflow/commit/daa33fb3bd40427e8f26117da4dbcd2de726cfde)]: - [@​xyflow/system](https://redirect.github.com/xyflow/system)[@​0](https://redirect.github.com/0).0.67 </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNsb3VkIFNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Kfir Peled <61654899+kfirpeled@users.noreply.github.com> Co-authored-by: Maxim Kholod <maxim.kholod@elastic.co>
niros1
pushed a commit
that referenced
this pull request
Sep 30, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [react-fast-compare](https://redirect.github.com/FormidableLabs/react-fast-compare) | dependencies | major | [`^2.0.4` -> `^3.2.2`](https://renovatebot.com/diffs/npm/react-fast-compare/2.0.4/3.2.2) | --- ### Release Notes <details> <summary>FormidableLabs/react-fast-compare (react-fast-compare)</summary> ### [`v3.2.2`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#322) [Compare Source](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.2.1...v3.2.2) ##### Patch Changes - Adding GitHub release workflow ([#​126](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/126)) ### [`v3.2.1`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#321-2023-03-16) [Compare Source](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.2.0...v3.2.1) **Bugfixes:** - Fix Object with null prototype errors [#​64](https://redirect.github.com/FormidableLabs/react-fast-compare/issues/64). ### [`v3.2.0`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#320-2020-05-28) [Compare Source](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.1.1...v3.2.0) - [#​80](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/80). Update types to use generic `any`s. - [#​77](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/77). Add tests for our TypeScript type definitions. ### [`v3.1.1`](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.1.0...v3.1.1) [Compare Source](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.1.0...v3.1.1) ### [`v3.1.0`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#310-2020-05-08) [Compare Source](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.0.2...v3.1.0) - [#​76](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/76). Add support for preact/compat. - [#​75](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/75). Drop test support for Node 8. - [#​62](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/62). Fix TypeScript types by declaring a function instead of a module. ### [`v3.0.2`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#302-2020-05-01) [Compare Source](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.0.1...v3.0.2) - [#​71](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/71). Extend the `hasArrayBuffer` check to support older IE 11 versions. ### [`v3.0.1`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#301-2020-02-05) [Compare Source](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.0.0...v3.0.1) - [#​60](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/60). Update documentation on bundle size. ### [`v3.0.0`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#300-2020-01-05) [Compare Source](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v2.0.4...v3.0.0) **Features:** - [#​36](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/36). Update to `fast-deep-equal@3.1.1` with modified support for ES.next data types: `Map`, `Set`, `ArrayBuffer`. - [#​57](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/57). Minor refactoring to reduce min+gz size. - [#​59](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/59). Rename exported to `isEqual` for TypeScript users. **Breaking changes:** - instances of different classes are now considered unequal - support for ES6 Map and Set instances - support for ES6 typed arrays **Infrastructure:** - Upgrade lots of `devDependenices` - Use `fast-deep-equal` tests directly in our correctness tests. - Update CI to modern Node.js versions. - Update Appveyor to use straight IE11 (not emulated IE9) because mocha no longer runs in IE9. </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
niros1
pushed a commit
that referenced
this pull request
Sep 30, 2025
…n) (#234643) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@opentelemetry/semantic-conventions](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/semantic-conventions) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js)) | dependencies | minor | [`^1.36.0` -> `^1.37.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fsemantic-conventions/1.36.0/1.37.0) | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-js (@​opentelemetry/semantic-conventions)</summary> ### [`v1.37.0`](https://redirect.github.com/open-telemetry/opentelemetry-js/compare/99dde7786f52d8d7e3d080a0a69b9685104c29e2...af5c2fd9703e40a1826b2839e82b75f01871ffbf) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-js/compare/99dde7786f52d8d7e3d080a0a69b9685104c29e2...af5c2fd9703e40a1826b2839e82b75f01871ffbf) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkFJIEluZnJhIiwiVGVhbTpDb3JlIiwiVGVhbTpNb25pdG9yaW5nIiwiVGVhbTpTZWN1cml0eSIsImJhY2twb3J0OnByZXYtbWlub3IiLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
niros1
pushed a commit
that referenced
this pull request
Sep 30, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@octokit/rest](https://redirect.github.com/octokit/rest.js) | devDependencies | major | [`^21.1.1` -> `^22.0.0`](https://renovatebot.com/diffs/npm/@octokit%2frest/21.1.1/22.0.0) | --- ### Release Notes <details> <summary>octokit/rest.js (@​octokit/rest)</summary> ### [`v22.0.0`](https://redirect.github.com/octokit/rest.js/releases/tag/v22.0.0) [Compare Source](https://redirect.github.com/octokit/rest.js/compare/v21.1.1...v22.0.0) ##### Bug Fixes - **deps:** update octokit monorepo (major) ([#​504](https://redirect.github.com/octokit/rest.js/issues/504)) ([77530ab](https://redirect.github.com/octokit/rest.js/commit/77530abd535b0c97017de24a035018d36ba93f71)) ##### BREAKING CHANGES - **deps:** Drop support for NodeJS v18 - **deps:** Remove deprecated Projects endpoints - **deps:** Remove deprecated Copilot usage metrics endpoints </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
niros1
pushed a commit
that referenced
this pull request
Sep 30, 2025
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [cssstyle](https://redirect.github.com/jsdom/cssstyle) | devDependencies | major | [`^4.1.0` -> `^5.2.1`](https://renovatebot.com/diffs/npm/cssstyle/4.1.0/5.2.1) | `5.3.0` | --- ### Release Notes <details> <summary>jsdom/cssstyle (cssstyle)</summary> ### [`v5.2.1`](https://redirect.github.com/jsdom/cssstyle/releases/tag/v5.2.1) [Compare Source](https://redirect.github.com/jsdom/cssstyle/compare/v5.2.0...v5.2.1) - Fix a regression in v5.2.0 where the generated files used `\` in `require()` calls, which was very broken. ### [`v5.2.0`](https://redirect.github.com/jsdom/cssstyle/releases/tag/v5.2.0) [Compare Source](https://redirect.github.com/jsdom/cssstyle/compare/v5.1.0...v5.2.0) - Change the parser used for the `cssText` setter from `rrweb-cssom` to `css-tree`. ### [`v5.1.0`](https://redirect.github.com/jsdom/cssstyle/releases/tag/v5.1.0) [Compare Source](https://redirect.github.com/jsdom/cssstyle/compare/v5.0.0...v5.1.0) - Implement full `display` property parsing and serialization ### [`v5.0.0`](https://redirect.github.com/jsdom/cssstyle/releases/tag/v5.0.0) [Compare Source](https://redirect.github.com/jsdom/cssstyle/compare/v4.6.0...v5.0.0) The minimum supported Node.js version is now v20. - Fix `!important` with custom properties. (This regressed in v4.4.0.) - Lots of improvements to background-related property parsing and serialization. ### [`v4.6.0`](https://redirect.github.com/jsdom/cssstyle/releases/tag/v4.6.0) [Compare Source](https://redirect.github.com/jsdom/cssstyle/compare/v4.5.0...v4.6.0) - Add some missing system colors. - Add `generic()` `font-family` keyword support. - Fix system color serialization to be in lowercase. - Fix negative margin parsing. - Fix various case-insensitive testing and lowercasing to use ASCII, instead of Unicode. ### [`v4.5.0`](https://redirect.github.com/jsdom/cssstyle/releases/tag/v4.5.0) [Compare Source](https://redirect.github.com/jsdom/cssstyle/compare/v4.4.0...v4.5.0) - Update `font-family` parsing and serialization, and `font` shorthand parsing, to be spec-compliant. - Fix some regressions in v4.4.0 related to using `var()` inside `background-*` properties. ### [`v4.4.0`](https://redirect.github.com/jsdom/cssstyle/releases/tag/v4.4.0) [Compare Source](https://redirect.github.com/jsdom/cssstyle/compare/v4.3.1...v4.4.0) - The `cssText` getter now returns the empty string if the computed flag is set. - The `cssText` setter, and the `removeProperty()` and `setProperty()` methods, now throw if the readonly flag is set. - The `parentRule` getter now returns the parent `CSSRule` instead of always returning `null`. - The `item()` method now throws if no argument is given. - Add camel-cased and Pascal-cased versions of WebKit properties, and fixed the raw properties to have a leading hyphen. - Make internal properties non-enumerable to hide them better. - Individual CSS property setters now handle invalid inputs better. - Implement `unset` support. - Update the property list to be based on the latest specs, in particular removing the deprecated `azumith` property and some deprecated WebKit properties. ### [`v4.3.1`](https://redirect.github.com/jsdom/cssstyle/releases/tag/v4.3.1) [Compare Source](https://redirect.github.com/jsdom/cssstyle/compare/v4.3.0...v4.3.1) - Improve `url()` parsing and serialization ([#​194](https://redirect.github.com/jsdom/cssstyle/issues/194)) - Update `@asamuzakjp/css-color` to improve `calc()` serialization ([#​192](https://redirect.github.com/jsdom/cssstyle/issues/192)) ### [`v4.3.0`](https://redirect.github.com/jsdom/cssstyle/releases/tag/v4.3.0) [Compare Source](https://redirect.github.com/jsdom/cssstyle/compare/v4.2.1...v4.3.0) - Improve `background-image` parsing ([#​186](https://redirect.github.com/jsdom/cssstyle/issues/186)) - Improve `border-color` parsing ([#​185](https://redirect.github.com/jsdom/cssstyle/issues/185)) - Improve `top`/`left`/`bottom`/`right` to support the `auto` keyword ([#​178](https://redirect.github.com/jsdom/cssstyle/issues/178)) - Update `@asamuzakjp/css-color` to improve color parsing ([#​188](https://redirect.github.com/jsdom/cssstyle/issues/188)) ### [`v4.2.1`](https://redirect.github.com/jsdom/cssstyle/releases/tag/v4.2.1) [Compare Source](https://redirect.github.com/jsdom/cssstyle/compare/v4.2.0...v4.2.1) Update `rrweb-cssom` dependency. ### [`v4.2.0`](https://redirect.github.com/jsdom/cssstyle/releases/tag/v4.2.0) [Compare Source](https://redirect.github.com/jsdom/cssstyle/compare/v4.1.0...v4.2.0) - Improve color support with the [`@asamuzakjp/css-color`](https://www.npmjs.com/package/@​asamuzakjp/css-color) package ([#​171](https://redirect.github.com/jsdom/cssstyle/issues/171)) - Support nested `var()` and nested `calc()` ([#​179](https://redirect.github.com/jsdom/cssstyle/issues/179)) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
niros1
pushed a commit
that referenced
this pull request
Sep 30, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [postcss](https://postcss.org/) ([source](https://redirect.github.com/postcss/postcss)) | devDependencies | patch | [`^8.5.3` -> `^8.5.6`](https://renovatebot.com/diffs/npm/postcss/8.5.4/8.5.6) | --- ### Release Notes <details> <summary>postcss/postcss (postcss)</summary> ### [`v8.5.6`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#856) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.5.5...8.5.6) - Fixed `ContainerWithChildren` type discriminating (by [@​Goodwine](https://redirect.github.com/Goodwine)). ### [`v8.5.5`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#855) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.5.4...8.5.5) - Fixed `package.json`→`exports` compatibility with some tools (by [@​JounQin](https://redirect.github.com/JounQin)). </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
niros1
pushed a commit
that referenced
this pull request
Sep 30, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [source-map](https://redirect.github.com/mozilla/source-map) | devDependencies | patch | [`^0.7.4` -> `^0.7.6`](https://renovatebot.com/diffs/npm/source-map/0.7.4/0.7.6) | --- ### Release Notes <details> <summary>mozilla/source-map (source-map)</summary> ### [`v0.7.6`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#076) [Compare Source](https://redirect.github.com/mozilla/source-map/compare/0.7.5...0.7.6) - Bump package to 0.7.6 and remove `publishConfig` property in package.json ([801be934007c3ed0ef66c620641b1668e92c891d](https://redirect.github.com/mozilla/source-map/commit/801be934007c3ed0ef66c620641b1668e92c891d)) ### [`v0.7.5`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#075) [Compare Source](https://redirect.github.com/mozilla/source-map/compare/v0.7.4...0.7.5) - [#​364](https://redirect.github.com/mozilla/source-map/pull/364) - Pass through the implementation of more index map operations. - [#​362](https://redirect.github.com/mozilla/source-map/pull/362) - Remove the bundled dist/ directory? - [#​363](https://redirect.github.com/mozilla/source-map/pull/363) - Split up wasm loading based on compilation target. - [#​371](https://redirect.github.com/mozilla/source-map/pull/371) - Use WHATWG's URL to implement all of source-map's URL operations. - [#​378](https://redirect.github.com/mozilla/source-map/pull/378) - Fix typo - [#​384](https://redirect.github.com/mozilla/source-map/pull/384) - Add Mozilla Code of Conduct in - [#​402](https://redirect.github.com/mozilla/source-map/pull/402) - Remove unused fromVLQSigned function - [#​374](https://redirect.github.com/mozilla/source-map/pull/374) - Add lastGeneratedColumn to typing for MappingItem - [#​395](https://redirect.github.com/mozilla/source-map/pull/395) - `addMapping()`: ensure that `originalLine` and `originalColumn` are `null` when `original` argument was undefined/`null` - [#​394](https://redirect.github.com/mozilla/source-map/pull/394) - fix crash in url util function due to undefined root value - [#​393](https://redirect.github.com/mozilla/source-map/pull/393) - minor binary-search code/comment fixes - [#​407](https://redirect.github.com/mozilla/source-map/pull/407) - use Travis CI svg badge - [#​397](https://redirect.github.com/mozilla/source-map/pull/397) - add `prettier` task for standardized code formatting => easier cross-branch/fork code comparison and merging - [#​415](https://redirect.github.com/mozilla/source-map/pull/415) - Syntax highlight README HTML sample - [#​439](https://redirect.github.com/mozilla/source-map/pull/439) - Add function to SourceMapConsumer TS interface - [#​448](https://redirect.github.com/mozilla/source-map/pull/448) - Include types file extension in package.json - [#​464](https://redirect.github.com/mozilla/source-map/pull/464) - Require Node.js 12 or later & switch CI to GitHub Actions - [#​466](https://redirect.github.com/mozilla/source-map/pull/466) - Skip updating coveralls.io coverage - [#​465](https://redirect.github.com/mozilla/source-map/pull/465) - Update WASM binary and Land WASM rust sources in this repository - [#​463](https://redirect.github.com/mozilla/source-map/pull/463) - Update ESLint & Prettier to latest - [#​467](https://redirect.github.com/mozilla/source-map/pull/467) - Adopt & enforce the mozilla-central Prettier config - [#​468](https://redirect.github.com/mozilla/source-map/pull/468) - Simplify coverage tooling - [#​469](https://redirect.github.com/mozilla/source-map/pull/469) - Update to doctoc v2 & simplify call pattern - [#​470](https://redirect.github.com/mozilla/source-map/pull/470) - Filter out unnecessary rust tasks - [#​471](https://redirect.github.com/mozilla/source-map/pull/471) - Improve coverage - [#​472](https://redirect.github.com/mozilla/source-map/pull/472) - Include package-lock.json in repo - [#​473](https://redirect.github.com/mozilla/source-map/pull/473) - fix: convert result of allocate_mappings from signed to unsigned - [#​481](https://redirect.github.com/mozilla/source-map/pull/481) - Add support for the sourcemaps ignorelist - [#​485](https://redirect.github.com/mozilla/source-map/pull/485) - Remove .DS_Store - [#​488](https://redirect.github.com/mozilla/source-map/pull/488) - Fix reference to LICENSE file - [#​507](https://redirect.github.com/mozilla/source-map/pull/507) - Fix an off-by-1 error in section lookup - [#​505](https://redirect.github.com/mozilla/source-map/pull/505) - Add source map spec tests - [#​517](https://redirect.github.com/mozilla/source-map/pull/517) - Remove whatwg-url module </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
niros1
pushed a commit
that referenced
this pull request
Sep 30, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/github-script](https://redirect.github.com/actions/github-script) | action | major | `v7` -> `v8.0.0` | --- ### Release Notes <details> <summary>actions/github-script (actions/github-script)</summary> ### [`v8.0.0`](https://redirect.github.com/actions/github-script/compare/v7.1.0...v8.0.0) [Compare Source](https://redirect.github.com/actions/github-script/compare/v7.1.0...v8.0.0) ### [`v7.1.0`](https://redirect.github.com/actions/github-script/releases/tag/v7.1.0) [Compare Source](https://redirect.github.com/actions/github-script/compare/v7.0.1...v7.1.0) #### What's Changed - Upgrade husky to v9 by [@​benelan](https://redirect.github.com/benelan) in [https://github.com/actions/github-script/pull/482](https://redirect.github.com/actions/github-script/pull/482) - Add workflow file for publishing releases to immutable action package by [@​Jcambass](https://redirect.github.com/Jcambass) in [https://github.com/actions/github-script/pull/485](https://redirect.github.com/actions/github-script/pull/485) - Upgrade IA Publish by [@​Jcambass](https://redirect.github.com/Jcambass) in [https://github.com/actions/github-script/pull/486](https://redirect.github.com/actions/github-script/pull/486) - Fix workflow status badges by [@​joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/github-script/pull/497](https://redirect.github.com/actions/github-script/pull/497) - Update usage of `actions/upload-artifact` by [@​joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/github-script/pull/512](https://redirect.github.com/actions/github-script/pull/512) - Clear up package name confusion by [@​joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/github-script/pull/514](https://redirect.github.com/actions/github-script/pull/514) - Update dependencies with `npm audit fix` by [@​joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/github-script/pull/515](https://redirect.github.com/actions/github-script/pull/515) - Specify that the used script is JavaScript by [@​timotk](https://redirect.github.com/timotk) in [https://github.com/actions/github-script/pull/478](https://redirect.github.com/actions/github-script/pull/478) - chore: Add Dependabot for NPM and Actions by [@​nschonni](https://redirect.github.com/nschonni) in [https://github.com/actions/github-script/pull/472](https://redirect.github.com/actions/github-script/pull/472) - Define `permissions` in workflows and update actions by [@​joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/github-script/pull/531](https://redirect.github.com/actions/github-script/pull/531) - chore: Add Dependabot for .github/actions/install-dependencies by [@​nschonni](https://redirect.github.com/nschonni) in [https://github.com/actions/github-script/pull/532](https://redirect.github.com/actions/github-script/pull/532) - chore: Remove .vscode settings by [@​nschonni](https://redirect.github.com/nschonni) in [https://github.com/actions/github-script/pull/533](https://redirect.github.com/actions/github-script/pull/533) - ci: Use github/setup-licensed by [@​nschonni](https://redirect.github.com/nschonni) in [https://github.com/actions/github-script/pull/473](https://redirect.github.com/actions/github-script/pull/473) - make octokit instance available as octokit on top of github, to make it easier to seamlessly copy examples from GitHub rest api or octokit documentations by [@​iamstarkov](https://redirect.github.com/iamstarkov) in [https://github.com/actions/github-script/pull/508](https://redirect.github.com/actions/github-script/pull/508) - Remove `octokit` README updates for v7 by [@​joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/github-script/pull/557](https://redirect.github.com/actions/github-script/pull/557) - docs: add "exec" usage examples by [@​neilime](https://redirect.github.com/neilime) in [https://github.com/actions/github-script/pull/546](https://redirect.github.com/actions/github-script/pull/546) - Bump ruby/setup-ruby from 1.213.0 to 1.222.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/actions/github-script/pull/563](https://redirect.github.com/actions/github-script/pull/563)3 - Bump ruby/setup-ruby from 1.222.0 to 1.229.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/actions/github-script/pull/575](https://redirect.github.com/actions/github-script/pull/575)5 - Clearly document passing inputs to the `script` by [@​joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/github-script/pull/603](https://redirect.github.com/actions/github-script/pull/603) - Update README.md by [@​nebuk89](https://redirect.github.com/nebuk89) in [https://github.com/actions/github-script/pull/610](https://redirect.github.com/actions/github-script/pull/610) #### New Contributors - [@​benelan](https://redirect.github.com/benelan) made their first contribution in [https://github.com/actions/github-script/pull/482](https://redirect.github.com/actions/github-script/pull/482) - [@​Jcambass](https://redirect.github.com/Jcambass) made their first contribution in [https://github.com/actions/github-script/pull/485](https://redirect.github.com/actions/github-script/pull/485) - [@​timotk](https://redirect.github.com/timotk) made their first contribution in [https://github.com/actions/github-script/pull/478](https://redirect.github.com/actions/github-script/pull/478) - [@​iamstarkov](https://redirect.github.com/iamstarkov) made their first contribution in [https://github.com/actions/github-script/pull/508](https://redirect.github.com/actions/github-script/pull/508) - [@​neilime](https://redirect.github.com/neilime) made their first contribution in [https://github.com/actions/github-script/pull/546](https://redirect.github.com/actions/github-script/pull/546) - [@​nebuk89](https://redirect.github.com/nebuk89) made their first contribution in [https://github.com/actions/github-script/pull/610](https://redirect.github.com/actions/github-script/pull/610) **Full Changelog**: actions/github-script@v7...v7.1.0 ### [`v7.0.1`](https://redirect.github.com/actions/github-script/releases/tag/v7.0.1) [Compare Source](https://redirect.github.com/actions/github-script/compare/v7...v7.0.1) #### What's Changed - Avoid setting `baseUrl` to undefined when input is not provided by [@​joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/github-script/pull/439](https://redirect.github.com/actions/github-script/pull/439) **Full Changelog**: actions/github-script@v7.0.0...v7.0.1 </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDpza2lwIiwicmVsZWFzZV9ub3RlOnNraXAiXX0=--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
niros1
pushed a commit
that referenced
this pull request
Sep 30, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@slack/webhook](https://tools.slack.dev/node-slack-sdk/webhook) ([source](https://redirect.github.com/slackapi/node-slack-sdk)) | dependencies | patch | [`^7.0.1` -> `^7.0.6`](https://renovatebot.com/diffs/npm/@slack%2fwebhook/7.0.1/7.0.6) | --- ### Release Notes <details> <summary>slackapi/node-slack-sdk (@​slack/webhook)</summary> ### [`v7.0.6`](https://redirect.github.com/slackapi/node-slack-sdk/releases/tag/%40slack/webhook%407.0.6) [Compare Source](https://redirect.github.com/slackapi/node-slack-sdk/compare/@slack/webhook@7.0.5...@slack/webhook@7.0.6) #### What's Changed This release includes a security patch to internal dependencies. 🔏 ✨ ##### 📚 Documentation - docs: update links, copy edit, apply style guide in [#​2294](https://redirect.github.com/slackapi/node-slack-sdk/issues/2294) - Thanks [@​haleychaas](https://redirect.github.com/haleychaas)! - docs: autogenerated typedoc reference in [#​2308](https://redirect.github.com/slackapi/node-slack-sdk/issues/2308) - Thanks [@​lukegalbraithrussell](https://redirect.github.com/lukegalbraithrussell)! ##### 🤖 Dependencies - chore(deps): bump axios from ^1.8.3 to ^1.11.0 in [@​slack/webhook](https://redirect.github.com/slack/webhook) in [#​2335](https://redirect.github.com/slackapi/node-slack-sdk/issues/2335) - Thanks [@​mwbrooks](https://redirect.github.com/mwbrooks)! - chore(deps-dev): bump [@​biomejs/biome](https://redirect.github.com/biomejs/biome) to v2 for all packages in [#​2281](https://redirect.github.com/slackapi/node-slack-sdk/issues/2281) - Thanks [@​mwbrooks](https://redirect.github.com/mwbrooks)! - chore(deps-dev): bump mocha from 10.8.2 to 11.7.1 in /packages/webhook in the dev-mocha group in [#​2305](https://redirect.github.com/slackapi/node-slack-sdk/issues/2305) - Thanks [@​dependabot](https://redirect.github.com/dependabot)! - chore(deps-dev): bump nock from 13.5.6 to 14.0.6 in /packages/webhook in [#​2306](https://redirect.github.com/slackapi/node-slack-sdk/issues/2306) - Thanks [@​dependabot](https://redirect.github.com/dependabot)! - chore(deps-dev): bump typescript from 4.9.5 to 5.8.3 in /packages/webhook in [#​2309](https://redirect.github.com/slackapi/node-slack-sdk/issues/2309) - Thanks [@​dependabot](https://redirect.github.com/dependabot)! - chore(deps-dev): bump ts-node from 8.10.2 to 10.9.2 in /packages/webhook in [#​2310](https://redirect.github.com/slackapi/node-slack-sdk/issues/2310) - Thanks [@​dependabot](https://redirect.github.com/dependabot)! - chore(deps-dev): bump shx from 0.3.4 to 0.4.0 in /packages/webhook in [#​2311](https://redirect.github.com/slackapi/node-slack-sdk/issues/2311) - Thanks [@​dependabot](https://redirect.github.com/dependabot)! - chore(deps-dev): bump c8 from 9.1.0 to 10.1.3 in /packages/webhook in [#​2312](https://redirect.github.com/slackapi/node-slack-sdk/issues/2312) - Thanks [@​dependabot](https://redirect.github.com/dependabot)! ##### 🧰 Maintenance - test: upload individual test results to codecov to gather stats in [#​2178](https://redirect.github.com/slackapi/node-slack-sdk/issues/2178) - Thanks [@​zimeg](https://redirect.github.com/zimeg)! - chore(webhook): release [@​slack/webhook](https://redirect.github.com/slack/webhook)[@​7](https://redirect.github.com/7).0.6 in [#​2338](https://redirect.github.com/slackapi/node-slack-sdk/issues/2338) - Thanks [@​zimeg](https://redirect.github.com/zimeg)! **Package**: https://www.npmjs.com/package/@​slack/webhook/v/7.0.6 **Full Changelog**: https://github.com/slackapi/node-slack-sdk/compare/[@​slack/webhook](https://redirect.github.com/slack/webhook)[@​7](https://redirect.github.com/7).0.5...[@​slack/webhook](https://redirect.github.com/slack/webhook)[@​7](https://redirect.github.com/7).0.6 **Milestone**: https://github.com/slackapi/node-slack-sdk/milestone/140?closed=1 ### [`v7.0.5`](https://redirect.github.com/slackapi/node-slack-sdk/releases/tag/%40slack/webhook%407.0.5) [Compare Source](https://redirect.github.com/slackapi/node-slack-sdk/compare/@slack/webhook@7.0.4...@slack/webhook@7.0.5) #### What's Changed This patch release updates the `axios` dependency used to send webhooks with internal bug fixes. - fix(webhook): bump axios to 1.8.3 to address CVE-2025-27152 by [@​zimeg](https://redirect.github.com/zimeg) in [https://github.com/slackapi/node-slack-sdk/pull/2173](https://redirect.github.com/slackapi/node-slack-sdk/pull/2173) **Full Changelog**: https://github.com/slackapi/node-slack-sdk/compare/[@​slack/webhook](https://redirect.github.com/slack/webhook)[@​7](https://redirect.github.com/7).0.4..[@​slack/webhook](https://redirect.github.com/slack/webhook)[@​7](https://redirect.github.com/7).0.5 **Milestone**: https://github.com/slackapi/node-slack-sdk/milestone/130 ### [`v7.0.4`](https://redirect.github.com/slackapi/node-slack-sdk/releases/tag/%40slack/webhook%407.0.4) [Compare Source](https://redirect.github.com/slackapi/node-slack-sdk/compare/@slack/webhook@7.0.3...@slack/webhook@7.0.4) #### What's Changed - chore(deps): bump minimum axios version for web-api and webhook to avoid security vuln by [@​hello-ashleyintech](https://redirect.github.com/hello-ashleyintech) in [https://github.com/slackapi/node-slack-sdk/pull/2116](https://redirect.github.com/slackapi/node-slack-sdk/pull/2116) - ci: check for changes to lints separate from writing changes by [@​zimeg](https://redirect.github.com/zimeg) in [https://github.com/slackapi/node-slack-sdk/pull/2117](https://redirect.github.com/slackapi/node-slack-sdk/pull/2117) - chore: tsconfig skiplibcheck:true - dont typecheck dependency d.ts files [https://github.com/slackapi/node-slack-sdk/pull/1913](https://redirect.github.com/slackapi/node-slack-sdk/pull/1913) - thanks [@​filmaj](https://redirect.github.com/filmaj)! - chore: remove eslint, use biome instead in [https://github.com/slackapi/node-slack-sdk/pull/2006](https://redirect.github.com/slackapi/node-slack-sdk/pull/2006) - thanks [@​filmaj](https://redirect.github.com/filmaj)! - Release: [@​slack/webhook](https://redirect.github.com/slack/webhook)[@​7](https://redirect.github.com/7).0.4, [@​slack/web-api](https://redirect.github.com/slack/web-api)[@​7](https://redirect.github.com/7).8.0 by [@​hello-ashleyintech](https://redirect.github.com/hello-ashleyintech) in [https://github.com/slackapi/node-slack-sdk/pull/2118](https://redirect.github.com/slackapi/node-slack-sdk/pull/2118) **Full Changelog**: https://github.com/slackapi/node-slack-sdk/compare/[@​slack/cli-hooks](https://redirect.github.com/slack/cli-hooks)[@​1](https://redirect.github.com/1).1.2...[@​slack/webhook](https://redirect.github.com/slack/webhook)[@​7](https://redirect.github.com/7).0.4 ### [`v7.0.3`](https://redirect.github.com/slackapi/node-slack-sdk/releases/tag/%40slack/webhook%407.0.3) [Compare Source](https://redirect.github.com/slackapi/node-slack-sdk/compare/@slack/webhook@7.0.2...@slack/webhook@7.0.3) #### What's Changed This patch release bumps the minimum version of axios to 1.7.4 to address a CVE - see [Axios 1.7.4 release notes](https://redirect.github.com/axios/axios/releases/tag/v1.7.4) for more information. ##### Changelog - webhook(chore): bump axios to 1.7.4 to address CVE-2024-39338 - Thanks [@​zimeg](https://redirect.github.com/zimeg)! [https://github.com/slackapi/node-slack-sdk/pull/1879](https://redirect.github.com/slackapi/node-slack-sdk/pull/1879) **Full Changelog**: https://github.com/slackapi/node-slack-sdk/compare/[@​slack/web-api](https://redirect.github.com/slack/web-api)[@​7](https://redirect.github.com/7).0.2...[@​slack/webhook](https://redirect.github.com/slack/webhook)[@​7](https://redirect.github.com/7).0.3 ### [`v7.0.2`](https://redirect.github.com/slackapi/node-slack-sdk/releases/tag/%40slack/webhook%407.0.2) [Compare Source](https://redirect.github.com/slackapi/node-slack-sdk/compare/@slack/webhook@7.0.1...@slack/webhook@7.0.2) Bumps axios to 1.6.3 to address a security vulnerability. </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
niros1
pushed a commit
that referenced
this pull request
Sep 30, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ipaddr.js](https://redirect.github.com/whitequark/ipaddr.js) | dependencies | minor | [`2.0.0` -> `2.2.0`](https://renovatebot.com/diffs/npm/ipaddr.js/2.0.0/2.2.0) | --- ### Release Notes <details> <summary>whitequark/ipaddr.js (ipaddr.js)</summary> ### [`v2.2.0`](https://redirect.github.com/whitequark/ipaddr.js/blob/HEAD/Changes.md#220---2024-04-20) [Compare Source](https://redirect.github.com/whitequark/ipaddr.js/compare/v2.1.0...v2.2.0) - add isValidCIDR method - fix parsing of some IPv4-embedded IPv6 adresses - add RFC7534, RFC7535, RFC7450, RFC6666, RFC5180, RFC7450 reserved address ranges ### [`v2.1.0`](https://redirect.github.com/whitequark/ipaddr.js/blob/HEAD/Changes.md#210---2023-05-23) [Compare Source](https://redirect.github.com/whitequark/ipaddr.js/compare/v2.0.1...v2.1.0) - un-deprecate IPv6.toString() and make it an alias to toRFC5952String() - add reserved 198.18.0.0/15 block - add reserved blocks in 2001: space ### [`v2.0.1`](https://redirect.github.com/whitequark/ipaddr.js/blob/HEAD/Changes.md#201---2020-01-06) [Compare Source](https://redirect.github.com/whitequark/ipaddr.js/compare/v2.0.0...v2.0.1) - add support for deprecated IPv4 compatible IPv6 addresses [#​142](https://redirect.github.com/whitequark/ipaddr.js/issues/142) - drop node 8 testing, add v14 - fix parseInt for decimal, octal, hex - add support for classful (2,3 octet) IPv4 </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
niros1
pushed a commit
that referenced
this pull request
Sep 30, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cssnano](https://redirect.github.com/cssnano/cssnano) | devDependencies | minor | [`^7.0.7` -> `^7.1.1`](https://renovatebot.com/diffs/npm/cssnano/7.0.7/7.1.1) | | [cssnano-preset-default](https://redirect.github.com/cssnano/cssnano) | devDependencies | patch | [`^7.0.7` -> `^7.0.9`](https://renovatebot.com/diffs/npm/cssnano-preset-default/7.0.7/7.0.9) | --- ### Release Notes <details> <summary>cssnano/cssnano (cssnano)</summary> ### [`v7.1.1`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%407.1.1): v71.1.1 [Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.1.0...cssnano@7.1.1) #### Bug Fixes - fix(convert-values): exclude `linear()` from stripping `%` from value 0 by [@​cernymatej](https://redirect.github.com/cernymatej) in [https://github.com/cssnano/cssnano/pull/1720](https://redirect.github.com/cssnano/cssnano/pull/1720) **Full Changelog**: https://github.com/cssnano/cssnano/compare/cssnano@7.1.0...cssnano@7.1.1 ### [`v7.1.0`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%407.1.0) [Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.7...cssnano@7.1.0) #### Changes - Update to SVGO 4.0 - Update browserslist </details> --- ### 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](https://elastic.slack.com/archives/C07AMD4CNUR) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
niros1
pushed a commit
that referenced
this pull request
Sep 30, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [core-js](https://redirect.github.com/zloirock/core-js) ([source](https://redirect.github.com/zloirock/core-js/tree/HEAD/packages/core-js)) | dependencies | minor | [`^3.42.0` -> `^3.45.1`](https://renovatebot.com/diffs/npm/core-js/3.44.0/3.45.1) | | [web-streams-polyfill](https://redirect.github.com/MattiasBuelens/web-streams-polyfill) | devDependencies | minor | [`^4.1.0` -> `^4.2.0`](https://renovatebot.com/diffs/npm/web-streams-polyfill/4.1.0/4.2.0) | --- ### Release Notes <details> <summary>zloirock/core-js (core-js)</summary> ### [`v3.45.1`](https://redirect.github.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3451---20250820) [Compare Source](https://redirect.github.com/zloirock/core-js/compare/v3.45.0...v3.45.1) - Changes [v3.45.0...v3.45.1](https://redirect.github.com/zloirock/core-js/compare/v3.45.0...v3.45.1) (30 commits) - Fixed a conflict of native methods from [`Map` upsert proposal](https://redirect.github.com/tc39/proposal-upsert) with polyfilled methods in the pure version - Added `bugs` fields to `package.json` of all packages - Compat data improvements: - [`Map` upsert proposal](https://redirect.github.com/tc39/proposal-upsert) features marked as shipped from Bun 1.2.20 - Added Samsung Internet 29 compat data mapping - Added Electron 39 compat data mapping ### [`v3.45.0`](https://redirect.github.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3450---20250804) [Compare Source](https://redirect.github.com/zloirock/core-js/compare/v3.44.0...v3.45.0) - Changes [v3.44.0...v3.45.0](https://redirect.github.com/zloirock/core-js/compare/v3.44.0...v3.45.0) (70 commits) - [`Uint8Array` to / from base64 and hex proposal](https://redirect.github.com/tc39/proposal-arraybuffer-base64): - Built-ins: - `Uint8Array.fromBase64` - `Uint8Array.fromHex` - `Uint8Array.prototype.setFromBase64` - `Uint8Array.prototype.setFromHex` - `Uint8Array.prototype.toBase64` - `Uint8Array.prototype.toHex` - Moved to stable ES, [July 2025 TC39 meeting](https://redirect.github.com/tc39/proposals/commit/d41fe182cdb90da3076ab711aae3944ed86bcf18) - Added `es.` namespace modules, `/es/` and `/stable/` namespaces entries - Added detection of a Webkit bug: `Uint8Array` fromBase64 / setFromBase64 does not throw an error on incorrect length of base64 string - [`Math.sumPrecise` proposal](https://redirect.github.com/tc39/proposal-math-sum): - Built-ins: - `Math.sumPrecise` - Moved to stable ES, [July 2025 TC39 meeting](https://redirect.github.com/tc39/proposals/commit/2616413ace9074bfd444adee9501fae4c8d66fcb) - Added `es.` namespace module, `/es/` and `/stable/` namespaces entries - [`Iterator` sequencing proposal](https://redirect.github.com/tc39/proposal-iterator-sequencing): - Built-ins: - `Iterator.concat` - Moved to stage 3, [July 2025 TC39 meeting](https://redirect.github.com/tc39/proposals/commit/3eebab0f8594673dd08bc709d68c011016074c2e) - Added `/actual/` namespace entries, unconditional forced replacement changed to feature detection - [`Map` upsert proposal](https://redirect.github.com/tc39/proposal-upsert): - Built-ins: - `Map.prototype.getOrInsert` - `Map.prototype.getOrInsertComputed` - `WeakMap.prototype.getOrInsert` - `WeakMap.prototype.getOrInsertComputed` - Moved to stage 3, [July 2025 TC39 meeting](https://redirect.github.com/tc39/proposals/commit/a9c0dfa4e00ffb69aa4df91d8c0c26b064d67108) - Added `/actual/` namespace entries, unconditional forced replacement changed to feature detection - Added missing dependencies to some entries of static `Iterator` methods - Fixed [Joint Iteration proposal](https://redirect.github.com/tc39/proposal-joint-iteration) in `/stage/` entries - Compat data improvements: - [`Uint8Array` to / from base64 and hex proposal](https://redirect.github.com/tc39/proposal-arraybuffer-base64) features marked as [supported from V8 ~ Chromium 140](https://issues.chromium.org/issues/42204568#comment37) - [`Uint8Array.{ fromBase64, prototype.setFromBase64 }`](https://redirect.github.com/tc39/proposal-arraybuffer-base64) marked as unsupported in Safari and supported only from Bun 1.2.20 because of a bug: it does not throw an error on incorrect length of base64 string - `%TypedArray%.prototype.with` marked as fixed in Safari 26.0 - Updated Electron 38 compat data mapping - Added [Opera Android 91](https://forums.opera.com/topic/86005/opera-for-android-91) compat data mapping </details> <details> <summary>MattiasBuelens/web-streams-polyfill (web-streams-polyfill)</summary> ### [`v4.2.0`](https://redirect.github.com/MattiasBuelens/web-streams-polyfill/blob/HEAD/CHANGELOG.md#420-2025-08-17) [Compare Source](https://redirect.github.com/MattiasBuelens/web-streams-polyfill/compare/v4.1.0...v4.2.0) - 👓 Align with [spec version `080852c`](https://redirect.github.com/whatwg/streams/tree/080852ccd709e063cc6af239ae07fc040e365179/) ([#​161](https://redirect.github.com/MattiasBuelens/web-streams-polyfill/pull/161)) </details> --- ### 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](https://elastic.slack.com/archives/C07AMD4CNUR) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Brad White <Ikuni17@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
niros1
pushed a commit
that referenced
this pull request
Sep 30, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@dnd-kit/core](https://redirect.github.com/clauderic/dnd-kit) ([source](https://redirect.github.com/clauderic/dnd-kit/tree/HEAD/packages/core)) | dependencies | minor | [`^6.1.0` -> `^6.3.1`](https://renovatebot.com/diffs/npm/@dnd-kit%2fcore/6.1.0/6.3.1) | | [@dnd-kit/sortable](https://redirect.github.com/clauderic/dnd-kit) ([source](https://redirect.github.com/clauderic/dnd-kit/tree/HEAD/packages/sortable)) | dependencies | major | [`^8.0.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/@dnd-kit%2fsortable/8.0.0/10.0.0) | --- ### Release Notes <details> <summary>clauderic/dnd-kit (@​dnd-kit/core)</summary> ### [`v6.3.1`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#631) [Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.3.0...@dnd-kit/core@6.3.1) ##### Patch Changes - [#​1555](https://redirect.github.com/clauderic/dnd-kit/pull/1555) [`62f632a`](https://redirect.github.com/clauderic/dnd-kit/commit/62f632a0c8f06ff020eb90d98770a374c705001d) Thanks [@​clauderic](https://redirect.github.com/clauderic)! - Added `Tab` to the list of default key codes that end a drag and drop operation. Can be customized by passing in a custom list of `keyCodes` to the KeyboardSensor options. ### [`v6.3.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#630) [Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.2.0...@dnd-kit/core@6.3.0) ##### Minor Changes - [#​1539](https://redirect.github.com/clauderic/dnd-kit/pull/1539) [`0c6a28d`](https://redirect.github.com/clauderic/dnd-kit/commit/0c6a28d1b32c72cfbc6e103c9f430a1e8ebe7301) Thanks [@​irobot](https://redirect.github.com/irobot)! - Make it possible to add visual cues when using activation constraints. ##### Context Activation constraints are used when we want to prevent accidental dragging or when pointer press can mean more than "start dragging". A typical use case is a button that needs to respond to both "click" and "drag" gestures. Clicks can be distinguished from drags based on how long the pointer was held pressed. ##### The problem A control that responds differently to a pointer press based on duration or distance can be confusing to use -- the user has to guess how long to keep holding or how far to keep dragging until their intent is acknowledged. Implementing such cues is currently possible by attaching extra event listeners so that we know when a drag is pending. Furthermore, the listener needs to have access to the same constraints that were applied to the sensor initiating the drag. This can be made to work in simple cases, but it becomes error-prone and difficult to maintain in complex scenarios. ##### Solution This changeset proposes the addition of two new events: `onDragPending` and `onDragAbort`. ##### `onDragPending` A drag is considered to be pending when the pointer has been pressed and there are activation constraints that need to be satisfied before a drag can start. This event is initially fired on pointer press. At this time `offset` (see below) will be `undefined`. It will subsequently be fired every time the pointer is moved. This is to enable visual cues for distance-based activation. The event's payload contains all the information necessary for providing visual feedback: ```typescript export interface DragPendingEvent { id: UniqueIdentifier; constraint: PointerActivationConstraint; initialCoordinates: Coordinates; offset?: Coordinates | undefined; } ``` ##### `onDragAbort` A drag is considered aborted when an activation constraint for a pending drag was violated. Useful as a prompt to cancel any visual cue animations currently in progress. Note that this event will *not* be fired when dragging ends or is canceled. ### [`v6.2.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/core/CHANGELOG.md#620) [Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/core@6.1.0...@dnd-kit/core@6.2.0) ##### Minor Changes - [#​1140](https://redirect.github.com/clauderic/dnd-kit/pull/1140) [`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a) Thanks [@​anilanar](https://redirect.github.com/anilanar)! - Add `activatorEvent` to `DragStartEvent` ##### Patch Changes - [#​1494](https://redirect.github.com/clauderic/dnd-kit/pull/1494) [`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe) Thanks [@​dinkinflickaa](https://redirect.github.com/dinkinflickaa)! - Improves performance by eliminating wasteful re-renders on every child item on click - [#​1400](https://redirect.github.com/clauderic/dnd-kit/pull/1400) [`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c) Thanks [@​12joan](https://redirect.github.com/12joan)! - Export `defaultKeyboardCoordinateGetter` - [#​1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542) [`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc) Thanks [@​clauderic](https://redirect.github.com/clauderic)! - Fix bug with draggable and sortable elements with an `id` equal to `0`. - [#​1541](https://redirect.github.com/clauderic/dnd-kit/pull/1541) [`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659) Thanks [@​clauderic](https://redirect.github.com/clauderic)! - Handle `touchcancel` and `pointercancel` events. - [#​1435](https://redirect.github.com/clauderic/dnd-kit/pull/1435) [`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e) Thanks [@​knaveenkumar3576](https://redirect.github.com/knaveenkumar3576)! - Faster Paint with delayed flush of Effects - [#​1543](https://redirect.github.com/clauderic/dnd-kit/pull/1543) [`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874) Thanks [@​clauderic](https://redirect.github.com/clauderic)! - Fix a bug with auto-scroller continuing to observe stale elements, causing them to be considered as scrollable. - Updated dependencies \[[`93602df`](https://redirect.github.com/clauderic/dnd-kit/commit/93602df08498b28749e8146e0f6143ab987bc178)]: - [@​dnd-kit/accessibility](https://redirect.github.com/dnd-kit/accessibility)[@​3](https://redirect.github.com/3).1.1 </details> <details> <summary>clauderic/dnd-kit (@​dnd-kit/sortable)</summary> ### [`v10.0.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/sortable/CHANGELOG.md#1000) [Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/sortable@9.0.0...@dnd-kit/sortable@10.0.0) ##### Patch Changes - Updated dependencies \[[`0c6a28d`](https://redirect.github.com/clauderic/dnd-kit/commit/0c6a28d1b32c72cfbc6e103c9f430a1e8ebe7301)]: - [@​dnd-kit/core](https://redirect.github.com/dnd-kit/core)[@​6](https://redirect.github.com/6).3.0 ### [`v9.0.0`](https://redirect.github.com/clauderic/dnd-kit/blob/HEAD/packages/sortable/CHANGELOG.md#900) [Compare Source](https://redirect.github.com/clauderic/dnd-kit/compare/@dnd-kit/sortable@8.0.0...@dnd-kit/sortable@9.0.0) ##### Patch Changes - [#​1542](https://redirect.github.com/clauderic/dnd-kit/pull/1542) [`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc) Thanks [@​clauderic](https://redirect.github.com/clauderic)! - Fix bug with draggable and sortable elements with an `id` equal to `0`. - Updated dependencies \[[`00ec286`](https://redirect.github.com/clauderic/dnd-kit/commit/00ec286ab2fc7969549a4b19ffd42a09b5171dbe), [`995dc23`](https://redirect.github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c), [`f629ec6`](https://redirect.github.com/clauderic/dnd-kit/commit/f629ec6a9c3c25b749561fac31741046d96c28dc), [`99643f6`](https://redirect.github.com/clauderic/dnd-kit/commit/99643f634cd55fa0bf0898365883507b28637659), [`6bbe39b`](https://redirect.github.com/clauderic/dnd-kit/commit/6bbe39bba6ad9afd0bc6db1c345ad4e6b58f5e5e), [`545a41c`](https://redirect.github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a), [`bcaf7c4`](https://redirect.github.com/clauderic/dnd-kit/commit/bcaf7c4e57b34dfc8ff9c4eea7a01c6e525e7874)]: - [@​dnd-kit/core](https://redirect.github.com/dnd-kit/core)[@​6](https://redirect.github.com/6).2.0 </details> --- ### 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](https://elastic.slack.com/archives/C07AMD4CNUR) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlByZXNlbnRhdGlvbiIsImJhY2twb3J0OmFsbC1vcGVuIiwicmVsZWFzZV9ub3RlOnNraXAiXX0=--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Hannah Mudge <Heenawter@users.noreply.github.com>
niros1
pushed a commit
that referenced
this pull request
Sep 30, 2025
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [@moonrepo/cli](https://redirect.github.com/moonrepo/moon) ([source](https://redirect.github.com/moonrepo/moon/tree/HEAD/packages/cli)) | dependencies | patch | [`1.40.1` -> `1.40.2`](https://renovatebot.com/diffs/npm/@moonrepo%2fcli/1.40.1/1.40.2) | `1.40.5` (+2) | --- ### Release Notes <details> <summary>moonrepo/moon (@​moonrepo/cli)</summary> ### [`v1.40.2`](https://redirect.github.com/moonrepo/moon/blob/HEAD/CHANGELOG.md#1402) [Compare Source](https://redirect.github.com/moonrepo/moon/compare/@moonrepo/cli@1.40.1...@moonrepo/cli@1.40.2) ##### 🧰 Toolchains - **JavaScript** - Fixed some `pnpm-lock.yaml` parsing issues when using `pnpm` as a package manager. ##### ⚙️ Internal - Updated dependencies. </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDpza2lwIiwicmVsZWFzZV9ub3RlOnNraXAiXX0=--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
VladimirFilonov
pushed a commit
to VladimirFilonov/kibana
that referenced
this pull request
Sep 30, 2025
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [@moonrepo/cli](https://redirect.github.com/moonrepo/moon) ([source](https://redirect.github.com/moonrepo/moon/tree/HEAD/packages/cli)) | dependencies | patch | [`1.40.1` -> `1.40.2`](https://renovatebot.com/diffs/npm/@moonrepo%2fcli/1.40.1/1.40.2) | `1.40.5` (+2) | --- ### Release Notes <details> <summary>moonrepo/moon (@&elastic#8203;moonrepo/cli)</summary> ### [`v1.40.2`](https://redirect.github.com/moonrepo/moon/blob/HEAD/CHANGELOG.md#1402) [Compare Source](https://redirect.github.com/moonrepo/moon/compare/@moonrepo/cli@1.40.1...@moonrepo/cli@1.40.2) ##### 🧰 Toolchains - **JavaScript** - Fixed some `pnpm-lock.yaml` parsing issues when using `pnpm` as a package manager. ##### ⚙️ Internal - Updated dependencies. </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDpza2lwIiwicmVsZWFzZV9ub3RlOnNraXAiXX0=--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
maxcold
added a commit
that referenced
this pull request
Oct 7, 2025
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [@xyflow/react](https://reactflow.dev) ([source](https://redirect.github.com/xyflow/xyflow/tree/HEAD/packages/react)) | dependencies | patch | [`^12.8.4` -> `^12.8.5`](https://renovatebot.com/diffs/npm/@xyflow%2freact/12.8.4/12.8.5) | `12.8.6` | --- ### Release Notes <details> <summary>xyflow/xyflow (@​xyflow/react)</summary> ### [`v12.8.5`](https://redirect.github.com/xyflow/xyflow/blob/HEAD/packages/react/CHANGELOG.md#1285) [Compare Source](https://redirect.github.com/xyflow/xyflow/compare/@xyflow/react@12.8.4...@xyflow/react@12.8.5) ##### Patch Changes - [#​5480](https://redirect.github.com/xyflow/xyflow/pull/5480) [`f869808e3`](https://redirect.github.com/xyflow/xyflow/commit/f869808e3dfd3d289db034d21d505d62f84cdde3) Thanks [@​peterkogo](https://redirect.github.com/peterkogo)! - Prevent multi-touch events while making a new connection - [#​5482](https://redirect.github.com/xyflow/xyflow/pull/5482) [`56381ae54`](https://redirect.github.com/xyflow/xyflow/commit/56381ae546f392b13e7c1390df60e48c9072f128) Thanks [@​peterkogo](https://redirect.github.com/peterkogo)! - Make isNodeIntersecting behave the same as getIntersectingNodes - [#​5509](https://redirect.github.com/xyflow/xyflow/pull/5509) [`b6ae4cc11`](https://redirect.github.com/xyflow/xyflow/commit/b6ae4cc11f1456f843ace7e7f3de41c9196179e0) Thanks [@​moklick](https://redirect.github.com/moklick)! - Prevent calling onResizeEnd if node was not resized - [#​5511](https://redirect.github.com/xyflow/xyflow/pull/5511) [`d891e5ff1`](https://redirect.github.com/xyflow/xyflow/commit/d891e5ff106c6202f69a9b14d261294cc29bbec7) Thanks [@​peterkogo](https://redirect.github.com/peterkogo)! - Fix regression: elevate edges if connected nodes are selected - [#​5497](https://redirect.github.com/xyflow/xyflow/pull/5497) [`eba087e8b`](https://redirect.github.com/xyflow/xyflow/commit/eba087e8bec74e6591e04ebf0e1e61799b94ecd8) Thanks [@​peterkogo](https://redirect.github.com/peterkogo)! - Skip eagerly rendering nodes when node dimensions and handles are predefined - [#​5455](https://redirect.github.com/xyflow/xyflow/pull/5455) [`d2df1dced`](https://redirect.github.com/xyflow/xyflow/commit/d2df1dced7a7de4ed69b003c0069c7d7141bef05) Thanks [@​Sec-ant](https://redirect.github.com/Sec-ant)! - Fix warning when display is set to none on the wrapper div - Updated dependencies \[[`f869808e3`](https://redirect.github.com/xyflow/xyflow/commit/f869808e3dfd3d289db034d21d505d62f84cdde3), [`2a35c65a0`](https://redirect.github.com/xyflow/xyflow/commit/2a35c65a02c6c8aec6b005ac3e72988f996669c4), [`b6ae4cc11`](https://redirect.github.com/xyflow/xyflow/commit/b6ae4cc11f1456f843ace7e7f3de41c9196179e0), [`d891e5ff1`](https://redirect.github.com/xyflow/xyflow/commit/d891e5ff106c6202f69a9b14d261294cc29bbec7), [`eba087e8b`](https://redirect.github.com/xyflow/xyflow/commit/eba087e8bec74e6591e04ebf0e1e61799b94ecd8)]: - [@​xyflow/system](https://redirect.github.com/xyflow/system)[@​0](https://redirect.github.com/0).0.69 </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNsb3VkIFNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Maxim Kholod <maxim.kholod@elastic.co>
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Oct 7, 2025
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [@xyflow/react](https://reactflow.dev) ([source](https://redirect.github.com/xyflow/xyflow/tree/HEAD/packages/react)) | dependencies | patch | [`^12.8.4` -> `^12.8.5`](https://renovatebot.com/diffs/npm/@xyflow%2freact/12.8.4/12.8.5) | `12.8.6` | --- ### Release Notes <details> <summary>xyflow/xyflow (@&elastic#8203;xyflow/react)</summary> ### [`v12.8.5`](https://redirect.github.com/xyflow/xyflow/blob/HEAD/packages/react/CHANGELOG.md#1285) [Compare Source](https://redirect.github.com/xyflow/xyflow/compare/@xyflow/react@12.8.4...@xyflow/react@12.8.5) ##### Patch Changes - [#&elastic#8203;5480](https://redirect.github.com/xyflow/xyflow/pull/5480) [`f869808e3`](https://redirect.github.com/xyflow/xyflow/commit/f869808e3dfd3d289db034d21d505d62f84cdde3) Thanks [@&elastic#8203;peterkogo](https://redirect.github.com/peterkogo)! - Prevent multi-touch events while making a new connection - [#&elastic#8203;5482](https://redirect.github.com/xyflow/xyflow/pull/5482) [`56381ae54`](https://redirect.github.com/xyflow/xyflow/commit/56381ae546f392b13e7c1390df60e48c9072f128) Thanks [@&elastic#8203;peterkogo](https://redirect.github.com/peterkogo)! - Make isNodeIntersecting behave the same as getIntersectingNodes - [#&elastic#8203;5509](https://redirect.github.com/xyflow/xyflow/pull/5509) [`b6ae4cc11`](https://redirect.github.com/xyflow/xyflow/commit/b6ae4cc11f1456f843ace7e7f3de41c9196179e0) Thanks [@&elastic#8203;moklick](https://redirect.github.com/moklick)! - Prevent calling onResizeEnd if node was not resized - [#&elastic#8203;5511](https://redirect.github.com/xyflow/xyflow/pull/5511) [`d891e5ff1`](https://redirect.github.com/xyflow/xyflow/commit/d891e5ff106c6202f69a9b14d261294cc29bbec7) Thanks [@&elastic#8203;peterkogo](https://redirect.github.com/peterkogo)! - Fix regression: elevate edges if connected nodes are selected - [#&elastic#8203;5497](https://redirect.github.com/xyflow/xyflow/pull/5497) [`eba087e8b`](https://redirect.github.com/xyflow/xyflow/commit/eba087e8bec74e6591e04ebf0e1e61799b94ecd8) Thanks [@&elastic#8203;peterkogo](https://redirect.github.com/peterkogo)! - Skip eagerly rendering nodes when node dimensions and handles are predefined - [#&elastic#8203;5455](https://redirect.github.com/xyflow/xyflow/pull/5455) [`d2df1dced`](https://redirect.github.com/xyflow/xyflow/commit/d2df1dced7a7de4ed69b003c0069c7d7141bef05) Thanks [@&elastic#8203;Sec-ant](https://redirect.github.com/Sec-ant)! - Fix warning when display is set to none on the wrapper div - Updated dependencies \[[`f869808e3`](https://redirect.github.com/xyflow/xyflow/commit/f869808e3dfd3d289db034d21d505d62f84cdde3), [`2a35c65a0`](https://redirect.github.com/xyflow/xyflow/commit/2a35c65a02c6c8aec6b005ac3e72988f996669c4), [`b6ae4cc11`](https://redirect.github.com/xyflow/xyflow/commit/b6ae4cc11f1456f843ace7e7f3de41c9196179e0), [`d891e5ff1`](https://redirect.github.com/xyflow/xyflow/commit/d891e5ff106c6202f69a9b14d261294cc29bbec7), [`eba087e8b`](https://redirect.github.com/xyflow/xyflow/commit/eba087e8bec74e6591e04ebf0e1e61799b94ecd8)]: - [@&elastic#8203;xyflow/system](https://redirect.github.com/xyflow/system)[@​0](https://redirect.github.com/0).0.69 </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNsb3VkIFNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Maxim Kholod <maxim.kholod@elastic.co> (cherry picked from commit 15da37b)
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Oct 7, 2025
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [@xyflow/react](https://reactflow.dev) ([source](https://redirect.github.com/xyflow/xyflow/tree/HEAD/packages/react)) | dependencies | patch | [`^12.8.4` -> `^12.8.5`](https://renovatebot.com/diffs/npm/@xyflow%2freact/12.8.4/12.8.5) | `12.8.6` | --- ### Release Notes <details> <summary>xyflow/xyflow (@&elastic#8203;xyflow/react)</summary> ### [`v12.8.5`](https://redirect.github.com/xyflow/xyflow/blob/HEAD/packages/react/CHANGELOG.md#1285) [Compare Source](https://redirect.github.com/xyflow/xyflow/compare/@xyflow/react@12.8.4...@xyflow/react@12.8.5) ##### Patch Changes - [#&elastic#8203;5480](https://redirect.github.com/xyflow/xyflow/pull/5480) [`f869808e3`](https://redirect.github.com/xyflow/xyflow/commit/f869808e3dfd3d289db034d21d505d62f84cdde3) Thanks [@&elastic#8203;peterkogo](https://redirect.github.com/peterkogo)! - Prevent multi-touch events while making a new connection - [#&elastic#8203;5482](https://redirect.github.com/xyflow/xyflow/pull/5482) [`56381ae54`](https://redirect.github.com/xyflow/xyflow/commit/56381ae546f392b13e7c1390df60e48c9072f128) Thanks [@&elastic#8203;peterkogo](https://redirect.github.com/peterkogo)! - Make isNodeIntersecting behave the same as getIntersectingNodes - [#&elastic#8203;5509](https://redirect.github.com/xyflow/xyflow/pull/5509) [`b6ae4cc11`](https://redirect.github.com/xyflow/xyflow/commit/b6ae4cc11f1456f843ace7e7f3de41c9196179e0) Thanks [@&elastic#8203;moklick](https://redirect.github.com/moklick)! - Prevent calling onResizeEnd if node was not resized - [#&elastic#8203;5511](https://redirect.github.com/xyflow/xyflow/pull/5511) [`d891e5ff1`](https://redirect.github.com/xyflow/xyflow/commit/d891e5ff106c6202f69a9b14d261294cc29bbec7) Thanks [@&elastic#8203;peterkogo](https://redirect.github.com/peterkogo)! - Fix regression: elevate edges if connected nodes are selected - [#&elastic#8203;5497](https://redirect.github.com/xyflow/xyflow/pull/5497) [`eba087e8b`](https://redirect.github.com/xyflow/xyflow/commit/eba087e8bec74e6591e04ebf0e1e61799b94ecd8) Thanks [@&elastic#8203;peterkogo](https://redirect.github.com/peterkogo)! - Skip eagerly rendering nodes when node dimensions and handles are predefined - [#&elastic#8203;5455](https://redirect.github.com/xyflow/xyflow/pull/5455) [`d2df1dced`](https://redirect.github.com/xyflow/xyflow/commit/d2df1dced7a7de4ed69b003c0069c7d7141bef05) Thanks [@&elastic#8203;Sec-ant](https://redirect.github.com/Sec-ant)! - Fix warning when display is set to none on the wrapper div - Updated dependencies \[[`f869808e3`](https://redirect.github.com/xyflow/xyflow/commit/f869808e3dfd3d289db034d21d505d62f84cdde3), [`2a35c65a0`](https://redirect.github.com/xyflow/xyflow/commit/2a35c65a02c6c8aec6b005ac3e72988f996669c4), [`b6ae4cc11`](https://redirect.github.com/xyflow/xyflow/commit/b6ae4cc11f1456f843ace7e7f3de41c9196179e0), [`d891e5ff1`](https://redirect.github.com/xyflow/xyflow/commit/d891e5ff106c6202f69a9b14d261294cc29bbec7), [`eba087e8b`](https://redirect.github.com/xyflow/xyflow/commit/eba087e8bec74e6591e04ebf0e1e61799b94ecd8)]: - [@&elastic#8203;xyflow/system](https://redirect.github.com/xyflow/system)[@​0](https://redirect.github.com/0).0.69 </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNsb3VkIFNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Maxim Kholod <maxim.kholod@elastic.co> (cherry picked from commit 15da37b)
kibanamachine
added a commit
that referenced
this pull request
Oct 7, 2025
…37824) # Backport This will backport the following commits from `main` to `9.1`: - [Update dependency @xyflow/react to ^12.8.5 (main) (#237151)](#237151) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-10-07T11:49:33Z","message":"Update dependency @xyflow/react to ^12.8.5 (main) (#237151)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change | Pending |\n|---|---|---|---|---|\n| [@xyflow/react](https://reactflow.dev)\n([source](https://redirect.github.com/xyflow/xyflow/tree/HEAD/packages/react))\n| dependencies | patch | [`^12.8.4` ->\n`^12.8.5`](https://renovatebot.com/diffs/npm/@xyflow%2freact/12.8.4/12.8.5)\n| `12.8.6` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>xyflow/xyflow (@​xyflow/react)</summary>\n\n###\n[`v12.8.5`](https://redirect.github.com/xyflow/xyflow/blob/HEAD/packages/react/CHANGELOG.md#1285)\n\n[Compare\nSource](https://redirect.github.com/xyflow/xyflow/compare/@xyflow/react@12.8.4...@xyflow/react@12.8.5)\n\n##### Patch Changes\n\n- [#​5480](https://redirect.github.com/xyflow/xyflow/pull/5480)\n[`f869808e3`](https://redirect.github.com/xyflow/xyflow/commit/f869808e3dfd3d289db034d21d505d62f84cdde3)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! -\nPrevent multi-touch events while making a new connection\n\n- [#​5482](https://redirect.github.com/xyflow/xyflow/pull/5482)\n[`56381ae54`](https://redirect.github.com/xyflow/xyflow/commit/56381ae546f392b13e7c1390df60e48c9072f128)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! -\nMake isNodeIntersecting behave the same as getIntersectingNodes\n\n- [#​5509](https://redirect.github.com/xyflow/xyflow/pull/5509)\n[`b6ae4cc11`](https://redirect.github.com/xyflow/xyflow/commit/b6ae4cc11f1456f843ace7e7f3de41c9196179e0)\nThanks [@​moklick](https://redirect.github.com/moklick)! - Prevent\ncalling onResizeEnd if node was not resized\n\n- [#​5511](https://redirect.github.com/xyflow/xyflow/pull/5511)\n[`d891e5ff1`](https://redirect.github.com/xyflow/xyflow/commit/d891e5ff106c6202f69a9b14d261294cc29bbec7)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! - Fix\nregression: elevate edges if connected nodes are selected\n\n- [#​5497](https://redirect.github.com/xyflow/xyflow/pull/5497)\n[`eba087e8b`](https://redirect.github.com/xyflow/xyflow/commit/eba087e8bec74e6591e04ebf0e1e61799b94ecd8)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! -\nSkip eagerly rendering nodes when node dimensions and handles are\npredefined\n\n- [#​5455](https://redirect.github.com/xyflow/xyflow/pull/5455)\n[`d2df1dced`](https://redirect.github.com/xyflow/xyflow/commit/d2df1dced7a7de4ed69b003c0069c7d7141bef05)\nThanks [@​Sec-ant](https://redirect.github.com/Sec-ant)! - Fix\nwarning when display is set to none on the wrapper div\n\n- Updated dependencies\n\\[[`f869808e3`](https://redirect.github.com/xyflow/xyflow/commit/f869808e3dfd3d289db034d21d505d62f84cdde3),\n[`2a35c65a0`](https://redirect.github.com/xyflow/xyflow/commit/2a35c65a02c6c8aec6b005ac3e72988f996669c4),\n[`b6ae4cc11`](https://redirect.github.com/xyflow/xyflow/commit/b6ae4cc11f1456f843ace7e7f3de41c9196179e0),\n[`d891e5ff1`](https://redirect.github.com/xyflow/xyflow/commit/d891e5ff106c6202f69a9b14d261294cc29bbec7),\n[`eba087e8b`](https://redirect.github.com/xyflow/xyflow/commit/eba087e8bec74e6591e04ebf0e1e61799b94ecd8)]:\n-\n[@​xyflow/system](https://redirect.github.com/xyflow/system)[@​0](https://redirect.github.com/0).0.69\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by: Maxim Kholod <maxim.kholod@elastic.co>","sha":"15da37b7dbaa143e08e45f6fd8d7a80e24179384","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Cloud Security","backport:all-open","v9.3.0"],"title":"Update dependency @xyflow/react to ^12.8.5 (main)","number":237151,"url":"https://github.com/elastic/kibana/pull/237151","mergeCommit":{"message":"Update dependency @xyflow/react to ^12.8.5 (main) (#237151)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change | Pending |\n|---|---|---|---|---|\n| [@xyflow/react](https://reactflow.dev)\n([source](https://redirect.github.com/xyflow/xyflow/tree/HEAD/packages/react))\n| dependencies | patch | [`^12.8.4` ->\n`^12.8.5`](https://renovatebot.com/diffs/npm/@xyflow%2freact/12.8.4/12.8.5)\n| `12.8.6` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>xyflow/xyflow (@​xyflow/react)</summary>\n\n###\n[`v12.8.5`](https://redirect.github.com/xyflow/xyflow/blob/HEAD/packages/react/CHANGELOG.md#1285)\n\n[Compare\nSource](https://redirect.github.com/xyflow/xyflow/compare/@xyflow/react@12.8.4...@xyflow/react@12.8.5)\n\n##### Patch Changes\n\n- [#​5480](https://redirect.github.com/xyflow/xyflow/pull/5480)\n[`f869808e3`](https://redirect.github.com/xyflow/xyflow/commit/f869808e3dfd3d289db034d21d505d62f84cdde3)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! -\nPrevent multi-touch events while making a new connection\n\n- [#​5482](https://redirect.github.com/xyflow/xyflow/pull/5482)\n[`56381ae54`](https://redirect.github.com/xyflow/xyflow/commit/56381ae546f392b13e7c1390df60e48c9072f128)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! -\nMake isNodeIntersecting behave the same as getIntersectingNodes\n\n- [#​5509](https://redirect.github.com/xyflow/xyflow/pull/5509)\n[`b6ae4cc11`](https://redirect.github.com/xyflow/xyflow/commit/b6ae4cc11f1456f843ace7e7f3de41c9196179e0)\nThanks [@​moklick](https://redirect.github.com/moklick)! - Prevent\ncalling onResizeEnd if node was not resized\n\n- [#​5511](https://redirect.github.com/xyflow/xyflow/pull/5511)\n[`d891e5ff1`](https://redirect.github.com/xyflow/xyflow/commit/d891e5ff106c6202f69a9b14d261294cc29bbec7)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! - Fix\nregression: elevate edges if connected nodes are selected\n\n- [#​5497](https://redirect.github.com/xyflow/xyflow/pull/5497)\n[`eba087e8b`](https://redirect.github.com/xyflow/xyflow/commit/eba087e8bec74e6591e04ebf0e1e61799b94ecd8)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! -\nSkip eagerly rendering nodes when node dimensions and handles are\npredefined\n\n- [#​5455](https://redirect.github.com/xyflow/xyflow/pull/5455)\n[`d2df1dced`](https://redirect.github.com/xyflow/xyflow/commit/d2df1dced7a7de4ed69b003c0069c7d7141bef05)\nThanks [@​Sec-ant](https://redirect.github.com/Sec-ant)! - Fix\nwarning when display is set to none on the wrapper div\n\n- Updated dependencies\n\\[[`f869808e3`](https://redirect.github.com/xyflow/xyflow/commit/f869808e3dfd3d289db034d21d505d62f84cdde3),\n[`2a35c65a0`](https://redirect.github.com/xyflow/xyflow/commit/2a35c65a02c6c8aec6b005ac3e72988f996669c4),\n[`b6ae4cc11`](https://redirect.github.com/xyflow/xyflow/commit/b6ae4cc11f1456f843ace7e7f3de41c9196179e0),\n[`d891e5ff1`](https://redirect.github.com/xyflow/xyflow/commit/d891e5ff106c6202f69a9b14d261294cc29bbec7),\n[`eba087e8b`](https://redirect.github.com/xyflow/xyflow/commit/eba087e8bec74e6591e04ebf0e1e61799b94ecd8)]:\n-\n[@​xyflow/system](https://redirect.github.com/xyflow/system)[@​0](https://redirect.github.com/0).0.69\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by: Maxim Kholod <maxim.kholod@elastic.co>","sha":"15da37b7dbaa143e08e45f6fd8d7a80e24179384"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/237151","number":237151,"mergeCommit":{"message":"Update dependency @xyflow/react to ^12.8.5 (main) (#237151)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change | Pending |\n|---|---|---|---|---|\n| [@xyflow/react](https://reactflow.dev)\n([source](https://redirect.github.com/xyflow/xyflow/tree/HEAD/packages/react))\n| dependencies | patch | [`^12.8.4` ->\n`^12.8.5`](https://renovatebot.com/diffs/npm/@xyflow%2freact/12.8.4/12.8.5)\n| `12.8.6` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>xyflow/xyflow (@​xyflow/react)</summary>\n\n###\n[`v12.8.5`](https://redirect.github.com/xyflow/xyflow/blob/HEAD/packages/react/CHANGELOG.md#1285)\n\n[Compare\nSource](https://redirect.github.com/xyflow/xyflow/compare/@xyflow/react@12.8.4...@xyflow/react@12.8.5)\n\n##### Patch Changes\n\n- [#​5480](https://redirect.github.com/xyflow/xyflow/pull/5480)\n[`f869808e3`](https://redirect.github.com/xyflow/xyflow/commit/f869808e3dfd3d289db034d21d505d62f84cdde3)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! -\nPrevent multi-touch events while making a new connection\n\n- [#​5482](https://redirect.github.com/xyflow/xyflow/pull/5482)\n[`56381ae54`](https://redirect.github.com/xyflow/xyflow/commit/56381ae546f392b13e7c1390df60e48c9072f128)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! -\nMake isNodeIntersecting behave the same as getIntersectingNodes\n\n- [#​5509](https://redirect.github.com/xyflow/xyflow/pull/5509)\n[`b6ae4cc11`](https://redirect.github.com/xyflow/xyflow/commit/b6ae4cc11f1456f843ace7e7f3de41c9196179e0)\nThanks [@​moklick](https://redirect.github.com/moklick)! - Prevent\ncalling onResizeEnd if node was not resized\n\n- [#​5511](https://redirect.github.com/xyflow/xyflow/pull/5511)\n[`d891e5ff1`](https://redirect.github.com/xyflow/xyflow/commit/d891e5ff106c6202f69a9b14d261294cc29bbec7)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! - Fix\nregression: elevate edges if connected nodes are selected\n\n- [#​5497](https://redirect.github.com/xyflow/xyflow/pull/5497)\n[`eba087e8b`](https://redirect.github.com/xyflow/xyflow/commit/eba087e8bec74e6591e04ebf0e1e61799b94ecd8)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! -\nSkip eagerly rendering nodes when node dimensions and handles are\npredefined\n\n- [#​5455](https://redirect.github.com/xyflow/xyflow/pull/5455)\n[`d2df1dced`](https://redirect.github.com/xyflow/xyflow/commit/d2df1dced7a7de4ed69b003c0069c7d7141bef05)\nThanks [@​Sec-ant](https://redirect.github.com/Sec-ant)! - Fix\nwarning when display is set to none on the wrapper div\n\n- Updated dependencies\n\\[[`f869808e3`](https://redirect.github.com/xyflow/xyflow/commit/f869808e3dfd3d289db034d21d505d62f84cdde3),\n[`2a35c65a0`](https://redirect.github.com/xyflow/xyflow/commit/2a35c65a02c6c8aec6b005ac3e72988f996669c4),\n[`b6ae4cc11`](https://redirect.github.com/xyflow/xyflow/commit/b6ae4cc11f1456f843ace7e7f3de41c9196179e0),\n[`d891e5ff1`](https://redirect.github.com/xyflow/xyflow/commit/d891e5ff106c6202f69a9b14d261294cc29bbec7),\n[`eba087e8b`](https://redirect.github.com/xyflow/xyflow/commit/eba087e8bec74e6591e04ebf0e1e61799b94ecd8)]:\n-\n[@​xyflow/system](https://redirect.github.com/xyflow/system)[@​0](https://redirect.github.com/0).0.69\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by: Maxim Kholod <maxim.kholod@elastic.co>","sha":"15da37b7dbaa143e08e45f6fd8d7a80e24179384"}}]}] BACKPORT--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Maxim Kholod <maxim.kholod@elastic.co>
kibanamachine
added a commit
that referenced
this pull request
Oct 7, 2025
…37825) # Backport This will backport the following commits from `main` to `9.2`: - [Update dependency @xyflow/react to ^12.8.5 (main) (#237151)](#237151) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-10-07T11:49:33Z","message":"Update dependency @xyflow/react to ^12.8.5 (main) (#237151)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change | Pending |\n|---|---|---|---|---|\n| [@xyflow/react](https://reactflow.dev)\n([source](https://redirect.github.com/xyflow/xyflow/tree/HEAD/packages/react))\n| dependencies | patch | [`^12.8.4` ->\n`^12.8.5`](https://renovatebot.com/diffs/npm/@xyflow%2freact/12.8.4/12.8.5)\n| `12.8.6` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>xyflow/xyflow (@​xyflow/react)</summary>\n\n###\n[`v12.8.5`](https://redirect.github.com/xyflow/xyflow/blob/HEAD/packages/react/CHANGELOG.md#1285)\n\n[Compare\nSource](https://redirect.github.com/xyflow/xyflow/compare/@xyflow/react@12.8.4...@xyflow/react@12.8.5)\n\n##### Patch Changes\n\n- [#​5480](https://redirect.github.com/xyflow/xyflow/pull/5480)\n[`f869808e3`](https://redirect.github.com/xyflow/xyflow/commit/f869808e3dfd3d289db034d21d505d62f84cdde3)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! -\nPrevent multi-touch events while making a new connection\n\n- [#​5482](https://redirect.github.com/xyflow/xyflow/pull/5482)\n[`56381ae54`](https://redirect.github.com/xyflow/xyflow/commit/56381ae546f392b13e7c1390df60e48c9072f128)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! -\nMake isNodeIntersecting behave the same as getIntersectingNodes\n\n- [#​5509](https://redirect.github.com/xyflow/xyflow/pull/5509)\n[`b6ae4cc11`](https://redirect.github.com/xyflow/xyflow/commit/b6ae4cc11f1456f843ace7e7f3de41c9196179e0)\nThanks [@​moklick](https://redirect.github.com/moklick)! - Prevent\ncalling onResizeEnd if node was not resized\n\n- [#​5511](https://redirect.github.com/xyflow/xyflow/pull/5511)\n[`d891e5ff1`](https://redirect.github.com/xyflow/xyflow/commit/d891e5ff106c6202f69a9b14d261294cc29bbec7)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! - Fix\nregression: elevate edges if connected nodes are selected\n\n- [#​5497](https://redirect.github.com/xyflow/xyflow/pull/5497)\n[`eba087e8b`](https://redirect.github.com/xyflow/xyflow/commit/eba087e8bec74e6591e04ebf0e1e61799b94ecd8)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! -\nSkip eagerly rendering nodes when node dimensions and handles are\npredefined\n\n- [#​5455](https://redirect.github.com/xyflow/xyflow/pull/5455)\n[`d2df1dced`](https://redirect.github.com/xyflow/xyflow/commit/d2df1dced7a7de4ed69b003c0069c7d7141bef05)\nThanks [@​Sec-ant](https://redirect.github.com/Sec-ant)! - Fix\nwarning when display is set to none on the wrapper div\n\n- Updated dependencies\n\\[[`f869808e3`](https://redirect.github.com/xyflow/xyflow/commit/f869808e3dfd3d289db034d21d505d62f84cdde3),\n[`2a35c65a0`](https://redirect.github.com/xyflow/xyflow/commit/2a35c65a02c6c8aec6b005ac3e72988f996669c4),\n[`b6ae4cc11`](https://redirect.github.com/xyflow/xyflow/commit/b6ae4cc11f1456f843ace7e7f3de41c9196179e0),\n[`d891e5ff1`](https://redirect.github.com/xyflow/xyflow/commit/d891e5ff106c6202f69a9b14d261294cc29bbec7),\n[`eba087e8b`](https://redirect.github.com/xyflow/xyflow/commit/eba087e8bec74e6591e04ebf0e1e61799b94ecd8)]:\n-\n[@​xyflow/system](https://redirect.github.com/xyflow/system)[@​0](https://redirect.github.com/0).0.69\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by: Maxim Kholod <maxim.kholod@elastic.co>","sha":"15da37b7dbaa143e08e45f6fd8d7a80e24179384","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Cloud Security","backport:all-open","v9.3.0"],"title":"Update dependency @xyflow/react to ^12.8.5 (main)","number":237151,"url":"https://github.com/elastic/kibana/pull/237151","mergeCommit":{"message":"Update dependency @xyflow/react to ^12.8.5 (main) (#237151)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change | Pending |\n|---|---|---|---|---|\n| [@xyflow/react](https://reactflow.dev)\n([source](https://redirect.github.com/xyflow/xyflow/tree/HEAD/packages/react))\n| dependencies | patch | [`^12.8.4` ->\n`^12.8.5`](https://renovatebot.com/diffs/npm/@xyflow%2freact/12.8.4/12.8.5)\n| `12.8.6` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>xyflow/xyflow (@​xyflow/react)</summary>\n\n###\n[`v12.8.5`](https://redirect.github.com/xyflow/xyflow/blob/HEAD/packages/react/CHANGELOG.md#1285)\n\n[Compare\nSource](https://redirect.github.com/xyflow/xyflow/compare/@xyflow/react@12.8.4...@xyflow/react@12.8.5)\n\n##### Patch Changes\n\n- [#​5480](https://redirect.github.com/xyflow/xyflow/pull/5480)\n[`f869808e3`](https://redirect.github.com/xyflow/xyflow/commit/f869808e3dfd3d289db034d21d505d62f84cdde3)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! -\nPrevent multi-touch events while making a new connection\n\n- [#​5482](https://redirect.github.com/xyflow/xyflow/pull/5482)\n[`56381ae54`](https://redirect.github.com/xyflow/xyflow/commit/56381ae546f392b13e7c1390df60e48c9072f128)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! -\nMake isNodeIntersecting behave the same as getIntersectingNodes\n\n- [#​5509](https://redirect.github.com/xyflow/xyflow/pull/5509)\n[`b6ae4cc11`](https://redirect.github.com/xyflow/xyflow/commit/b6ae4cc11f1456f843ace7e7f3de41c9196179e0)\nThanks [@​moklick](https://redirect.github.com/moklick)! - Prevent\ncalling onResizeEnd if node was not resized\n\n- [#​5511](https://redirect.github.com/xyflow/xyflow/pull/5511)\n[`d891e5ff1`](https://redirect.github.com/xyflow/xyflow/commit/d891e5ff106c6202f69a9b14d261294cc29bbec7)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! - Fix\nregression: elevate edges if connected nodes are selected\n\n- [#​5497](https://redirect.github.com/xyflow/xyflow/pull/5497)\n[`eba087e8b`](https://redirect.github.com/xyflow/xyflow/commit/eba087e8bec74e6591e04ebf0e1e61799b94ecd8)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! -\nSkip eagerly rendering nodes when node dimensions and handles are\npredefined\n\n- [#​5455](https://redirect.github.com/xyflow/xyflow/pull/5455)\n[`d2df1dced`](https://redirect.github.com/xyflow/xyflow/commit/d2df1dced7a7de4ed69b003c0069c7d7141bef05)\nThanks [@​Sec-ant](https://redirect.github.com/Sec-ant)! - Fix\nwarning when display is set to none on the wrapper div\n\n- Updated dependencies\n\\[[`f869808e3`](https://redirect.github.com/xyflow/xyflow/commit/f869808e3dfd3d289db034d21d505d62f84cdde3),\n[`2a35c65a0`](https://redirect.github.com/xyflow/xyflow/commit/2a35c65a02c6c8aec6b005ac3e72988f996669c4),\n[`b6ae4cc11`](https://redirect.github.com/xyflow/xyflow/commit/b6ae4cc11f1456f843ace7e7f3de41c9196179e0),\n[`d891e5ff1`](https://redirect.github.com/xyflow/xyflow/commit/d891e5ff106c6202f69a9b14d261294cc29bbec7),\n[`eba087e8b`](https://redirect.github.com/xyflow/xyflow/commit/eba087e8bec74e6591e04ebf0e1e61799b94ecd8)]:\n-\n[@​xyflow/system](https://redirect.github.com/xyflow/system)[@​0](https://redirect.github.com/0).0.69\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by: Maxim Kholod <maxim.kholod@elastic.co>","sha":"15da37b7dbaa143e08e45f6fd8d7a80e24179384"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/237151","number":237151,"mergeCommit":{"message":"Update dependency @xyflow/react to ^12.8.5 (main) (#237151)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change | Pending |\n|---|---|---|---|---|\n| [@xyflow/react](https://reactflow.dev)\n([source](https://redirect.github.com/xyflow/xyflow/tree/HEAD/packages/react))\n| dependencies | patch | [`^12.8.4` ->\n`^12.8.5`](https://renovatebot.com/diffs/npm/@xyflow%2freact/12.8.4/12.8.5)\n| `12.8.6` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>xyflow/xyflow (@​xyflow/react)</summary>\n\n###\n[`v12.8.5`](https://redirect.github.com/xyflow/xyflow/blob/HEAD/packages/react/CHANGELOG.md#1285)\n\n[Compare\nSource](https://redirect.github.com/xyflow/xyflow/compare/@xyflow/react@12.8.4...@xyflow/react@12.8.5)\n\n##### Patch Changes\n\n- [#​5480](https://redirect.github.com/xyflow/xyflow/pull/5480)\n[`f869808e3`](https://redirect.github.com/xyflow/xyflow/commit/f869808e3dfd3d289db034d21d505d62f84cdde3)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! -\nPrevent multi-touch events while making a new connection\n\n- [#​5482](https://redirect.github.com/xyflow/xyflow/pull/5482)\n[`56381ae54`](https://redirect.github.com/xyflow/xyflow/commit/56381ae546f392b13e7c1390df60e48c9072f128)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! -\nMake isNodeIntersecting behave the same as getIntersectingNodes\n\n- [#​5509](https://redirect.github.com/xyflow/xyflow/pull/5509)\n[`b6ae4cc11`](https://redirect.github.com/xyflow/xyflow/commit/b6ae4cc11f1456f843ace7e7f3de41c9196179e0)\nThanks [@​moklick](https://redirect.github.com/moklick)! - Prevent\ncalling onResizeEnd if node was not resized\n\n- [#​5511](https://redirect.github.com/xyflow/xyflow/pull/5511)\n[`d891e5ff1`](https://redirect.github.com/xyflow/xyflow/commit/d891e5ff106c6202f69a9b14d261294cc29bbec7)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! - Fix\nregression: elevate edges if connected nodes are selected\n\n- [#​5497](https://redirect.github.com/xyflow/xyflow/pull/5497)\n[`eba087e8b`](https://redirect.github.com/xyflow/xyflow/commit/eba087e8bec74e6591e04ebf0e1e61799b94ecd8)\nThanks [@​peterkogo](https://redirect.github.com/peterkogo)! -\nSkip eagerly rendering nodes when node dimensions and handles are\npredefined\n\n- [#​5455](https://redirect.github.com/xyflow/xyflow/pull/5455)\n[`d2df1dced`](https://redirect.github.com/xyflow/xyflow/commit/d2df1dced7a7de4ed69b003c0069c7d7141bef05)\nThanks [@​Sec-ant](https://redirect.github.com/Sec-ant)! - Fix\nwarning when display is set to none on the wrapper div\n\n- Updated dependencies\n\\[[`f869808e3`](https://redirect.github.com/xyflow/xyflow/commit/f869808e3dfd3d289db034d21d505d62f84cdde3),\n[`2a35c65a0`](https://redirect.github.com/xyflow/xyflow/commit/2a35c65a02c6c8aec6b005ac3e72988f996669c4),\n[`b6ae4cc11`](https://redirect.github.com/xyflow/xyflow/commit/b6ae4cc11f1456f843ace7e7f3de41c9196179e0),\n[`d891e5ff1`](https://redirect.github.com/xyflow/xyflow/commit/d891e5ff106c6202f69a9b14d261294cc29bbec7),\n[`eba087e8b`](https://redirect.github.com/xyflow/xyflow/commit/eba087e8bec74e6591e04ebf0e1e61799b94ecd8)]:\n-\n[@​xyflow/system](https://redirect.github.com/xyflow/system)[@​0](https://redirect.github.com/0).0.69\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by: Maxim Kholod <maxim.kholod@elastic.co>","sha":"15da37b7dbaa143e08e45f6fd8d7a80e24179384"}}]}] BACKPORT--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Maxim Kholod <maxim.kholod@elastic.co>
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.
Backport PR #8196
Commit 1:
Add globalNav styles that prevent the nav items from overlapping when the window is very short, and instead allows the user to scroll.