-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[backport] PR #8196 to 5.x - Add globalNav styles that prevent the nav items from overlapping when the window is very short. #8203
Closed
Conversation
This file contains 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://github.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://github.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://github.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://github.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://github.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://github.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://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7205-2022-11-28) [Compare Source](https://github.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://github.com/babel/babel/pull/15183) Improve array destructuring spec compliance ([@​SuperSodaSea](https://github.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://github.com/babel/babel/pull/15182) fix: apply toPropertyKey when defining class members ([@​JLHwung](https://github.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://github.com/babel/babel/pull/15133) fix: validate rhs of `in` when transpiling `#p in C` ([@​JLHwung](https://github.com/JLHwung)) ##### 🐛 Bug Fix - `babel-parser` - [#​15225](https://github.com/babel/babel/pull/15225) Parse `using[foo]` as computed member expression ([@​JLHwung](https://github.com/JLHwung)) - [#​15207](https://github.com/babel/babel/pull/15207) Export `ParseResult` type ([@​davydof](https://github.com/davydof)) - [#​15198](https://github.com/babel/babel/pull/15198) fix: parse `import module, ...` ([@​JLHwung](https://github.com/JLHwung)) - `babel-helper-wrap-function`, `babel-preset-env`, `babel-traverse` - [#​15181](https://github.com/babel/babel/pull/15181) fix: Edge cases for async functions and `noNewArrow` assumption ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-parameters`, `babel-traverse` - [#​15163](https://github.com/babel/babel/pull/15163) fix: Throw error when compiling `super()` in arrow functions with default / rest parameters ([@​SuperSodaSea](https://github.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://github.com/babel/babel/pull/15194) fix: Bump `regenerator` and add tests ([@​SuperSodaSea](https://github.com/SuperSodaSea)) - `babel-helper-create-regexp-features-plugin` - [#​15192](https://github.com/babel/babel/pull/15192) fix: Update `regjsparser` for `@babel/standalone` ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-parser`, `babel-types` - [#​15109](https://github.com/babel/babel/pull/15109) fix: Babel 8 types ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-generator` - [#​15143](https://github.com/babel/babel/pull/15143) Don't print inner comments as leading when wrapping in `(``)` ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​15167](https://github.com/babel/babel/pull/15167) Register `switch`'s `discriminant` in the outer scope ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ##### 💅 Polish - `babel-generator` - [#​15173](https://github.com/babel/babel/pull/15173) Improve generator behavior when `comments:false` ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​15164](https://github.com/babel/babel/pull/15164) Only extract IDs for TDZ checks in assign when necessary ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ##### 🏠 Internal - `babel-core`, `babel-parser` - [#​15202](https://github.com/babel/babel/pull/15202) Bump typescript to 4.9.3 ([@​JLHwung](https://github.com/JLHwung)) </details> <details> <summary>babel/babel (@​babel/parser)</summary> ### [`v7.20.5`](https://github.com/babel/babel/releases/tag/v7.20.5) [Compare Source](https://github.com/babel/babel/compare/v7.20.3...v7.20.5) ##### v7.20.5 (2022-11-28) Thanks [@​davydof](https://github.com/davydof) and [@​SuperSodaSea](https://github.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://github.com/babel/babel/pull/15183) Improve array destructuring spec compliance ([@​SuperSodaSea](https://github.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://github.com/babel/babel/pull/15182) fix: apply toPropertyKey when defining class members ([@​JLHwung](https://github.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://github.com/babel/babel/pull/15133) fix: validate rhs of `in` when transpiling `#p in C` ([@​JLHwung](https://github.com/JLHwung)) ##### 🐛 Bug Fix - `babel-parser` - [#​15225](https://github.com/babel/babel/pull/15225) Parse `using[foo]` as computed member expression ([@​JLHwung](https://github.com/JLHwung)) - [#​15207](https://github.com/babel/babel/pull/15207) Export `ParseResult` type ([@​davydof](https://github.com/davydof)) - [#​15198](https://github.com/babel/babel/pull/15198) fix: parse `import module, ...` ([@​JLHwung](https://github.com/JLHwung)) - `babel-helper-wrap-function`, `babel-preset-env`, `babel-traverse` - [#​15181](https://github.com/babel/babel/pull/15181) fix: Edge cases for async functions and `noNewArrow` assumption ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-parameters`, `babel-traverse` - [#​15163](https://github.com/babel/babel/pull/15163) fix: Throw error when compiling `super()` in arrow functions with default / rest parameters ([@​SuperSodaSea](https://github.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://github.com/babel/babel/pull/15194) fix: Bump `regenerator` and add tests ([@​SuperSodaSea](https://github.com/SuperSodaSea)) - `babel-helper-create-regexp-features-plugin` - [#​15192](https://github.com/babel/babel/pull/15192) fix: Update `regjsparser` for `@babel/standalone` ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-parser`, `babel-types` - [#​15109](https://github.com/babel/babel/pull/15109) fix: Babel 8 types ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-generator` - [#​15143](https://github.com/babel/babel/pull/15143) Don't print inner comments as leading when wrapping in `(``)` ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​15167](https://github.com/babel/babel/pull/15167) Register `switch`'s `discriminant` in the outer scope ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ##### 💅 Polish - `babel-generator` - [#​15173](https://github.com/babel/babel/pull/15173) Improve generator behavior when `comments:false` ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​15164](https://github.com/babel/babel/pull/15164) Only extract IDs for TDZ checks in assign when necessary ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ##### 🏠 Internal - `babel-core`, `babel-parser` - [#​15202](https://github.com/babel/babel/pull/15202) Bump typescript to 4.9.3 ([@​JLHwung](https://github.com/JLHwung)) ##### Committers: 6 - Alexander Davydov ([@​davydof](https://github.com/davydof)) - Babel Bot ([@​babel-bot](https://github.com/babel-bot)) - Huáng Jùnliàng ([@​JLHwung](https://github.com/JLHwung)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - Tianlan Zhou ([@​SuperSodaSea](https://github.com/SuperSodaSea)) - [@​liuxingbaoyu](https://github.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://github.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://github.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://github.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://github.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://github.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://github.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://github.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://github.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://github.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://github.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://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7207-2022-12-22) [Compare Source](https://github.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://github.com/babel/babel/pull/15223) fix: Deleting super property should throw ([@​SuperSodaSea](https://github.com/SuperSodaSea)) - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-object-super` - [#​15241](https://github.com/babel/babel/pull/15241) fix: Throw correct error types from sed ant class TDZ helpers ([@​SuperSodaSea](https://github.com/SuperSodaSea)) ##### 🐛 Bug Fix - `babel-parser`, `babel-plugin-transform-typescript` - [#​15209](https://github.com/babel/babel/pull/15209) fix: Support auto accessors with TypeScript annotations ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-traverse` - [#​15287](https://github.com/babel/babel/pull/15287) Fix `.parentPath` after rename in `SwitchCase` ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript`, `babel-traverse` - [#​15284](https://github.com/babel/babel/pull/15284) fix: Ts import type and func with duplicate name ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​15278](https://github.com/babel/babel/pull/15278) Fix tdz analysis for reassigned captured for bindings ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - `babel-plugin-proposal-async-generator-functions`, `babel-preset-env` - [#​15235](https://github.com/babel/babel/pull/15235) fix: Transform `for await` with shadowed variables ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-generator`, `babel-plugin-proposal-optional-chaining` - [#​15258](https://github.com/babel/babel/pull/15258) fix: Correctly generate `(a ?? b) as T` ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-plugin-transform-react-jsx`, `babel-types` - [#​15233](https://github.com/babel/babel/pull/15233) fix: Emit correct sourcemap ranges for `JSXText` ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-core`, `babel-helpers`, `babel-plugin-transform-computed-properties`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15232](https://github.com/babel/babel/pull/15232) fix: Computed properties should keep original definition order ([@​SuperSodaSea](https://github.com/SuperSodaSea)) - `babel-helper-member-expression-to-functions`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#​15223](https://github.com/babel/babel/pull/15223) fix: Deleting super property should throw ([@​SuperSodaSea](https://github.com/SuperSodaSea)) - `babel-generator` - [#​15216](https://github.com/babel/babel/pull/15216) fix: Print newlines for leading Comments of `TSEnumMember` ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) ##### 💅 Polish - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​15275](https://github.com/babel/babel/pull/15275) Improve relative execution tracking in fn exprs ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ##### 🏠 Internal - `babel-helper-define-map`, `babel-plugin-transform-property-mutators` - [#​15274](https://github.com/babel/babel/pull/15274) Inline & simplify `@babel/helper-define-map` ([@​nicolo-ribaudo](https://github.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://github.com/babel/babel/pull/15200) Rewrite `transform-block-scoping` plugin ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ##### 🏃♀️ Performance - `babel-helper-compilation-targets` - [#​15228](https://github.com/babel/babel/pull/15228) perf: Speed up `getTargets` ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) </details> <details> <summary>babel/babel (@​babel/parser)</summary> ### [`v7.20.7`](https://github.com/babel/babel/releases/tag/v7.20.7) [Compare Source](https://github.com/babel/babel/compare/v7.20.5...v7.20.7) #### v7.20.7 (2022-12-22) Thanks [@​wsypower](https://github.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://github.com/babel/babel/pull/15223) fix: Deleting super property should throw ([@​SuperSodaSea](https://github.com/SuperSodaSea)) - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-object-super` - [#​15241](https://github.com/babel/babel/pull/15241) fix: Throw correct error types from sed ant class TDZ helpers ([@​SuperSodaSea](https://github.com/SuperSodaSea)) ##### 🐛 Bug Fix - `babel-parser`, `babel-plugin-transform-typescript` - [#​15209](https://github.com/babel/babel/pull/15209) fix: Support auto accessors with TypeScript annotations ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-traverse` - [#​15287](https://github.com/babel/babel/pull/15287) Fix `.parentPath` after rename in `SwitchCase` ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript`, `babel-traverse` - [#​15284](https://github.com/babel/babel/pull/15284) fix: Ts import type and func with duplicate name ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​15278](https://github.com/babel/babel/pull/15278) Fix tdz analysis for reassigned captured for bindings ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - `babel-plugin-proposal-async-generator-functions`, `babel-preset-env` - [#​15235](https://github.com/babel/babel/pull/15235) fix: Transform `for await` with shadowed variables ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-generator`, `babel-plugin-proposal-optional-chaining` - [#​15258](https://github.com/babel/babel/pull/15258) fix: Correctly generate `(a ?? b) as T` ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-plugin-transform-react-jsx`, `babel-types` - [#​15233](https://github.com/babel/babel/pull/15233) fix: Emit correct sourcemap ranges for `JSXText` ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-core`, `babel-helpers`, `babel-plugin-transform-computed-properties`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15232](https://github.com/babel/babel/pull/15232) fix: Computed properties should keep original definition order ([@​SuperSodaSea](https://github.com/SuperSodaSea)) - `babel-helper-member-expression-to-functions`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#​15223](https://github.com/babel/babel/pull/15223) fix: Deleting super property should throw ([@​SuperSodaSea](https://github.com/SuperSodaSea)) - `babel-generator` - [#​15216](https://github.com/babel/babel/pull/15216) fix: Print newlines for leading Comments of `TSEnumMember` ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) ##### 💅 Polish - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​15275](https://github.com/babel/babel/pull/15275) Improve relative execution tracking in fn exprs ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ##### 🏠 Internal - `babel-helper-define-map`, `babel-plugin-transform-property-mutators` - [#​15274](https://github.com/babel/babel/pull/15274) Inline & simplify `@babel/helper-define-map` ([@​nicolo-ribaudo](https://github.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://github.com/babel/babel/pull/15200) Rewrite `transform-block-scoping` plugin ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ##### 🏃♀️ Performance - `babel-helper-compilation-targets` - [#​15228](https://github.com/babel/babel/pull/15228) perf: Speed up `getTargets` ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) ##### Committers: 6 - Babel Bot ([@​babel-bot](https://github.com/babel-bot)) - Huáng Jùnliàng ([@​JLHwung](https://github.com/JLHwung)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - Tianlan Zhou ([@​SuperSodaSea](https://github.com/SuperSodaSea)) - [@​liuxingbaoyu](https://github.com/liuxingbaoyu) - 魏 ([@​wsypower](https://github.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://github.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://github.com/react-hook-form/react-hook-form/releases/tag/v7.41.1): 🎅 Version 7.41.1 [Compare Source](https://github.com/react-hook-form/react-hook-form/compare/v7.41.0...v7.41.1) 🐞 fix [#​9659](https://github.com/react-hook-form/react-hook-form/issues/9659) NaN prevent validation update ([#​9660](https://github.com/react-hook-form/react-hook-form/issues/9660)) 🕯️ close [#​9524](https://github.com/react-hook-form/react-hook-form/issues/9524) `useWatch` return undefined value ([#​9653](https://github.com/react-hook-form/react-hook-form/issues/9653)) 📖 adjust contributing document ([#​9641](https://github.com/react-hook-form/react-hook-form/issues/9641)) 💆🏻 fix [#​9621](https://github.com/react-hook-form/react-hook-form/issues/9621) with the inline default value ([#​9622](https://github.com/react-hook-form/react-hook-form/issues/9622)) 🩻 docs: update contribution guidelines ([#​9605](https://github.com/react-hook-form/react-hook-form/issues/9605)) thanks to [@​Mini-ghost](https://github.com/Mini-ghost) and [@​stefanpl](https://github.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://github.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://github.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://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v72012-2023-01-04) [Compare Source](https://github.com/babel/babel/compare/v7.20.7...v7.20.12) ##### 🐛 Bug Fix - `babel-traverse` - [#​15224](https://github.com/babel/babel/pull/15224) Fix `TaggedTemplateLiteral` evaluation ([@​nmn](https://github.com/nmn)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties` - [#​15312](https://github.com/babel/babel/pull/15312) fix: `delete this` in static class properties initialization ([@​SuperSodaSea](https://github.com/SuperSodaSea)) ##### 💅 Polish - `babel-traverse` - [#​15313](https://github.com/babel/babel/pull/15313) Implement support for evaluating computed properties. ([@​JBYoshi](https://github.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://github.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://github.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://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v72012-2023-01-04) [Compare Source](https://github.com/babel/babel/compare/v7.20.7...v7.20.12) ##### 🐛 Bug Fix - `babel-traverse` - [#&elastic#8203;15224](https://github.com/babel/babel/pull/15224) Fix `TaggedTemplateLiteral` evaluation ([@&elastic#8203;nmn](https://github.com/nmn)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties` - [#&elastic#8203;15312](https://github.com/babel/babel/pull/15312) fix: `delete this` in static class properties initialization ([@&elastic#8203;SuperSodaSea](https://github.com/SuperSodaSea)) ##### 💅 Polish - `babel-traverse` - [#&elastic#8203;15313](https://github.com/babel/babel/pull/15313) Implement support for evaluating computed properties. ([@&elastic#8203;JBYoshi](https://github.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://github.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://github.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#​3272---20230119-httpsgithubcomzloirockcore-jsreleasestagv3272) [Compare Source](https://github.com/zloirock/core-js/compare/v3.27.1...v3.27.2) - [`Set` methods proposal](https://github.com/tc39/proposal-set-methods) updates: - Closing of iterators of `Set`-like objects on early exit, [proposal-set-methods/85](https://github.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://github.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://github.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://github.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://github.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://github.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://github.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://github.com/babel/babel/releases/tag/v7.20.13) [Compare Source](https://github.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://github.com/babel/babel/pull/15332) Ensure class decorators can access decorated non-static members ([@​JLHwung](https://github.com/JLHwung)) - `babel-plugin-transform-typescript` - [#​15349](https://github.com/babel/babel/pull/15349) fix: Preserve `import {type T} from 'x'` when `onlyRemoveTypeImports:true` ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - [#​15344](https://github.com/babel/babel/pull/15344) fix: Properties that are `abstract` should not be initialized. ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-parser` - [#​15338](https://github.com/babel/babel/pull/15338) Allow negative number in ambient const initializer ([@​JLHwung](https://github.com/JLHwung)) ##### ↩️ Revert - `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#​15355](https://github.com/babel/babel/pull/15355) Reverts "Re-use common JSX element transform for <>...\</>" ([@​JLHwung](https://github.com/JLHwung)) ##### Committers: 4 - Babel Bot ([@​babel-bot](https://github.com/babel-bot)) - Huáng Jùnliàng ([@​JLHwung](https://github.com/JLHwung)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - [@​liuxingbaoyu](https://github.com/liuxingbaoyu) </details> <details> <summary>babel/babel (@​babel/runtime)</summary> ### [`v7.20.13`](https://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v72013-2023-01-21) [Compare Source](https://github.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://github.com/babel/babel/pull/15332) Ensure class decorators can access decorated non-static members ([@​JLHwung](https://github.com/JLHwung)) - `babel-plugin-transform-typescript` - [#​15349](https://github.com/babel/babel/pull/15349) fix: Preserve `import {type T} from 'x'` when `onlyRemoveTypeImports:true` ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - [#​15344](https://github.com/babel/babel/pull/15344) fix: Properties that are `abstract` should not be initialized. ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-parser` - [#​15338](https://github.com/babel/babel/pull/15338) Allow negative number in ambient const initializer ([@​JLHwung](https://github.com/JLHwung)) ##### ↩️ Revert - `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#​15355](https://github.com/babel/babel/pull/15355) Reverts "Re-use common JSX element transform for <>...\</>" ([@​JLHwung](https://github.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://github.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://github.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://github.com/TanStack/query/releases/tag/v4.23.0) [Compare Source](https://github.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://github.com/tanstack/query/issues/4738)) ([`f57c8dc`](https://github.com/tanstack/query/commit/f57c8dc1)) by Girish Sontakke ##### Docs - add readme.md to react adapter ([`ea67377`](https://github.com/tanstack/query/commit/ea673770)) by Dominik Dorfmeister - add QueryClient import ([#​4856](https://github.com/tanstack/query/issues/4856)) ([`69a7d72`](https://github.com/tanstack/query/commit/69a7d72d)) by Joël Kuijper - useMutation: correct docs for mutate function callbacks ([#​4601](https://github.com/tanstack/query/issues/4601)) ([`4ac7c1a`](https://github.com/tanstack/query/commit/4ac7c1a8)) by Qz ##### Packages - [@​tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@​4](https://github.com/4).23.0 - [@​tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@​4](https://github.com/4).23.0 - [@​tanstack/react-query](https://github.com/tanstack/react-query)[@​4](https://github.com/4).23.0 ### [`v4.22.4`](https://github.com/TanStack/query/releases/tag/v4.22.4) [Compare Source](https://github.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://github.com/tanstack/query/issues/4848)) ([`901e826`](https://github.com/tanstack/query/commit/901e826f)) by Jan ##### Packages - [@​tanstack/query-core](https://github.com/tanstack/query-core)[@​4](https://github.com/4).22.4 - [@​tanstack/react-query](https://github.com/tanstack/react-query)[@​4](https://github.com/4).22.4 - [@​tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@​4](https://github.com/4).22.4 - [@​tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@​4](https://github.com/4).22.4 - [@​tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@​4](https://github.com/4).22.4 - [@​tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@​4](https://github.com/4).22.4 - [@​tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@​4](https://github.com/4).22.4 - [@​tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@​4](https://github.com/4).22.4 - [@​tanstack/solid-query](https://github.com/tanstack/solid-query)[@​4](https://github.com/4).22.4 - [@​tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@​4](https://github.com/4).22.4 - [@​tanstack/vue-query](https://github.com/tanstack/vue-query)[@​4](https://github.com/4).22.4 ### [`v4.22.3`](https://github.com/TanStack/query/releases/tag/v4.22.3) [Compare Source](https://github.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://github.com/tanstack/query/issues/4847)) ([`4f515de`](https://github.com/tanstack/query/commit/4f515dec)) by Lachlan Collins ##### Chore - fix duplicated example package name ([#​4823](https://github.com/tanstack/query/issues/4823)) ([`365fdf3`](https://github.com/tanstack/query/commit/365fdf3b)) by Michal Tecza - Add sandbox.config.json ([#​4812](https://github.com/tanstack/query/issues/4812)) ([`e33bda3`](https://github.com/tanstack/query/commit/e33bda31)) by Lachlan Collins ##### Docs - useMutation: clarify `mutationFn` option default ([#​4837](https://github.com/tanstack/query/issues/4837)) ([`61c3d94`](https://github.com/tanstack/query/commit/61c3d94a)) by [@​louis-young](https://github.com/louis-young) - clarify the documentation on running examples ([#​4818](https://github.com/tanstack/query/issues/4818)) ([`07f144a`](https://github.com/tanstack/query/commit/07f144a2)) by Michal Tecza - update tkdodos blog ([#​4820](https://github.com/tanstack/query/issues/4820)) ([`532b90a`](https://github.com/tanstack/query/commit/532b90ac)) by Dominik Dorfmeister - svelte-query: Add recommended defaults to prefetchQuery setup ([#​4815](https://github.com/tanstack/query/issues/4815)) ([`86161ca`](https://github.com/tanstack/query/commit/86161ca6)) by Lachlan Collins - fix typo (quey -> query) ([#​4813](https://github.com/tanstack/query/issues/4813)) ([`832d4fb`](https://github.com/tanstack/query/commit/832d4fb0)) by Masaki Koyanagi - svelte-query: Rework SvelteKit setup ([#​4811](https://github.com/tanstack/query/issues/4811)) ([`2cd92ef`](https://github.com/tanstack/query/commit/2cd92ef3)) by Lachlan Collins - clarify interaction of query filter predicates with other criteria ([#​4532](https://github.com/tanstack/query/issues/4532)) ([`3a3d871`](https://github.com/tanstack/query/commit/3a3d871a)) by Ben Longo - Update devtools.md with note that mutations are not tracked ([#​4810](https://github.com/tanstack/query/issues/4810)) ([`6772333`](https://github.com/tanstack/query/commit/67723337)) by Joseph Markus - svelte-query: Expand SSR docs ([#​4809](https://github.com/tanstack/query/issues/4809)) ([`c05bb91`](https://github.com/tanstack/query/commit/c05bb910)) by Lachlan Collins ##### Test - stabilize various tests ([#​4825](https://github.com/tanstack/query/issues/4825)) ([`ff77512`](https://github.com/tanstack/query/commit/ff77512b)) by Michal Tecza ##### Packages - [@​tanstack/react-query](https://github.com/tanstack/react-query)[@​4](https://github.com/4).22.3 - [@​tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@​4](https://github.com/4).22.3 - [@​tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@​4](https://github.com/4).22.3 - [@​tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@​4](https://github.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://github.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://github.com/react-hook-form/react-hook-form/releases/tag/v7.42.1): Version 7.42.1 [Compare Source](https://github.com/react-hook-form/react-hook-form/compare/v7.42.0...v7.42.1) 🐞 fix [#​9773](https://github.com/react-hook-form/react-hook-form/issues/9773) useFormState missing state update ([#​9777](https://github.com/react-hook-form/react-hook-form/issues/9777)) 🐞 fix [#​9765](https://github.com/react-hook-form/react-hook-form/issues/9765) fix issue with strictMode with isValid state ([#​9771](https://github.com/react-hook-form/react-hook-form/issues/9771)) ### [`v7.42.0`](https://github.com/react-hook-form/react-hook-form/blob/HEAD/CHANGELOG.md#​7420---2023-01-13) [Compare Source](https://github.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://github.com/storybookjs/storybook/tree/main/addons/a11y) ([source](https://github.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://github.com/storybookjs/storybook/tree/main/addons/actions) ([source](https://github.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://github.com/storybookjs/storybook/tree/next/addons/controls) ([source](https://github.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://github.com/storybookjs/storybook/tree/main/addons/docs) ([source](https://github.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://github.com/storybookjs/storybook/tree/main/addons/essentials) ([source](https://github.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://github.com/storybookjs/storybook/tree/main/addons/storyshots/storyshots-core) ([source](https://github.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://github.com/storybookjs/storybook/tree/main/lib/addons) ([source](https://github.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://github.com/storybookjs/storybook/tree/main/lib/api) ([source](https://github.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://github.com/storybookjs/storybook/tree/main/lib/client-api) ([source](https://github.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://github.com/storybookjs/storybook/tree/main/lib/components) ([source](https://github.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://github.com/storybookjs/storybook/tree/main/lib/core) ([source](https://github.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://github.com/storybookjs/storybook/tree/main/lib/core) ([source](https://github.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://github.com/storybookjs/storybook/tree/main/lib/core-events) ([source](https://github.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://github.com/storybookjs/storybook/tree/main/lib/node-logger) ([source](https://github.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://github.com/storybookjs/storybook/tree/main/lib/preview-web) ([source](https://github.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://github.com/storybookjs/storybook/tree/main/app/react) ([source](https://github.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://github.com/storybookjs/storybook/tree/main/lib/theming) ([source](https://github.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://github.com/storybookjs/storybook/releases/tag/v6.5.16) [Compare Source](https://github.com/storybookjs/storybook/compare/v6.5.15...v6.5.16) ##### Bug Fixes - Angular: Fix handling of docsMode option in angular builder [#​20608](https://github.com/storybooks/storybook/pull/20608) - Angular: Fix webpackStatsJson types in angular-builder [#​20296](https://github.com/storybooks/storybook/pull/20296) ##### Dependency Upgrades - Security: Upgrade json5 dependency [#​20526](https://github.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://github.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://github.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#​3272---20230119-httpsgithubcomzloirockcore-jsreleasestagv3272) [Compare Source](https://github.com/zloirock/core-js/compare/v3.27.1...v3.27.2) - [`Set` methods proposal](https://github.com/tc39/proposal-set-methods) updates: - Closing of iterators of `Set`-like objects on early exit, [proposal-set-methods/85](https://github.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://github.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://github.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://github.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://github.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://github.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://github.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://github.com/babel/babel/releases/tag/v7.20.13) [Compare Source](https://github.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://github.com/babel/babel/pull/15332) Ensure class decorators can access decorated non-static members ([@&elastic#8203;JLHwung](https://github.com/JLHwung)) - `babel-plugin-transform-typescript` - [#&elastic#8203;15349](https://github.com/babel/babel/pull/15349) fix: Preserve `import {type T} from 'x'` when `onlyRemoveTypeImports:true` ([@&elastic#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - [#&elastic#8203;15344](https://github.com/babel/babel/pull/15344) fix: Properties that are `abstract` should not be initialized. ([@&elastic#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-parser` - [#&elastic#8203;15338](https://github.com/babel/babel/pull/15338) Allow negative number in ambient const initializer ([@&elastic#8203;JLHwung](https://github.com/JLHwung)) ##### ↩️ Revert - `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#&elastic#8203;15355](https://github.com/babel/babel/pull/15355) Reverts "Re-use common JSX element transform for <>...\</>" ([@&elastic#8203;JLHwung](https://github.com/JLHwung)) ##### Committers: 4 - Babel Bot ([@&elastic#8203;babel-bot](https://github.com/babel-bot)) - Huáng Jùnliàng ([@&elastic#8203;JLHwung](https://github.com/JLHwung)) - Nicolò Ribaudo ([@&elastic#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - [@&elastic#8203;liuxingbaoyu](https://github.com/liuxingbaoyu) </details> <details> <summary>babel/babel (@&elastic#8203;babel/runtime)</summary> ### [`v7.20.13`](https://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v72013-2023-01-21) [Compare Source](https://github.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://github.com/babel/babel/pull/15332) Ensure class decorators can access decorated non-static members ([@&elastic#8203;JLHwung](https://github.com/JLHwung)) - `babel-plugin-transform-typescript` - [#&elastic#8203;15349](https://github.com/babel/babel/pull/15349) fix: Preserve `import {type T} from 'x'` when `onlyRemoveTypeImports:true` ([@&elastic#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - [#&elastic#8203;15344](https://github.com/babel/babel/pull/15344) fix: Properties that are `abstract` should not be initialized. ([@&elastic#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-parser` - [#&elastic#8203;15338](https://github.com/babel/babel/pull/15338) Allow negative number in ambient const initializer ([@&elastic#8203;JLHwung](https://github.com/JLHwung)) ##### ↩️ Revert - `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#&elastic#8203;15355](https://github.com/babel/babel/pull/15355) Reverts "Re-use common JSX element transform for <>...\</>" ([@&elastic#8203;JLHwung](https://github.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://github.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://github.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://github.com/TanStack/query/releases/tag/v4.23.0) [Compare Source](https://github.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://github.com/tanstack/query/issues/4738)) ([`f57c8dc`](https://github.com/tanstack/query/commit/f57c8dc1)) by Girish Sontakke ##### Docs - add readme.md to react adapter ([`ea67377`](https://github.com/tanstack/query/commit/ea673770)) by Dominik Dorfmeister - add QueryClient import ([#&elastic#8203;4856](https://github.com/tanstack/query/issues/4856)) ([`69a7d72`](https://github.com/tanstack/query/commit/69a7d72d)) by Joël Kuijper - useMutation: correct docs for mutate function callbacks ([#&elastic#8203;4601](https://github.com/tanstack/query/issues/4601)) ([`4ac7c1a`](https://github.com/tanstack/query/commit/4ac7c1a8)) by Qz ##### Packages - [@&elastic#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@​4](https://github.com/4).23.0 - [@&elastic#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@​4](https://github.com/4).23.0 - [@&elastic#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@​4](https://github.com/4).23.0 ### [`v4.22.4`](https://github.com/TanStack/query/releases/tag/v4.22.4) [Compare Source](https://github.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://github.com/tanstack/query/issues/4848)) ([`901e826`](https://github.com/tanstack/query/commit/901e826f)) by Jan ##### Packages - [@&elastic#8203;tanstack/query-core](https://github.com/tanstack/query-core)[@​4](https://github.com/4).22.4 - [@&elastic#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@​4](https://github.com/4).22.4 - [@&elastic#8203;tanstack/query-persist-client-core](https://github.com/tanstack/query-persist-client-core)[@​4](https://github.com/4).22.4 - [@&elastic#8203;tanstack/query-async-storage-persister](https://github.com/tanstack/query-async-storage-persister)[@​4](https://github.com/4).22.4 - [@&elastic#8203;tanstack/query-broadcast-client-experimental](https://github.com/tanstack/query-broadcast-client-experimental)[@​4](https://github.com/4).22.4 - [@&elastic#8203;tanstack/query-sync-storage-persister](https://github.com/tanstack/query-sync-storage-persister)[@​4](https://github.com/4).22.4 - [@&elastic#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@​4](https://github.com/4).22.4 - [@&elastic#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@​4](https://github.com/4).22.4 - [@&elastic#8203;tanstack/solid-query](https://github.com/tanstack/solid-query)[@​4](https://github.com/4).22.4 - [@&elastic#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@​4](https://github.com/4).22.4 - [@&elastic#8203;tanstack/vue-query](https://github.com/tanstack/vue-query)[@​4](https://github.com/4).22.4 ### [`v4.22.3`](https://github.com/TanStack/query/releases/tag/v4.22.3) [Compare Source](https://github.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://github.com/tanstack/query/issues/4847)) ([`4f515de`](https://github.com/tanstack/query/commit/4f515dec)) by Lachlan Collins ##### Chore - fix duplicated example package name ([#&elastic#8203;4823](https://github.com/tanstack/query/issues/4823)) ([`365fdf3`](https://github.com/tanstack/query/commit/365fdf3b)) by Michal Tecza - Add sandbox.config.json ([#&elastic#8203;4812](https://github.com/tanstack/query/issues/4812)) ([`e33bda3`](https://github.com/tanstack/query/commit/e33bda31)) by Lachlan Collins ##### Docs - useMutation: clarify `mutationFn` option default ([#&elastic#8203;4837](https://github.com/tanstack/query/issues/4837)) ([`61c3d94`](https://github.com/tanstack/query/commit/61c3d94a)) by [@&elastic#8203;louis-young](https://github.com/louis-young) - clarify the documentation on running examples ([#&elastic#8203;4818](https://github.com/tanstack/query/issues/4818)) ([`07f144a`](https://github.com/tanstack/query/commit/07f144a2)) by Michal Tecza - update tkdodos blog ([#&elastic#8203;4820](https://github.com/tanstack/query/issues/4820)) ([`532b90a`](https://github.com/tanstack/query/commit/532b90ac)) by Dominik Dorfmeister - svelte-query: Add recommended defaults to prefetchQuery setup ([#&elastic#8203;4815](https://github.com/tanstack/query/issues/4815)) ([`86161ca`](https://github.com/tanstack/query/commit/86161ca6)) by Lachlan Collins - fix typo (quey -> query) ([#&elastic#8203;4813](https://github.com/tanstack/query/issues/4813)) ([`832d4fb`](https://github.com/tanstack/query/commit/832d4fb0)) by Masaki Koyanagi - svelte-query: Rework SvelteKit setup ([#&elastic#8203;4811](https://github.com/tanstack/query/issues/4811)) ([`2cd92ef`](https://github.com/tanstack/query/commit/2cd92ef3)) by Lachlan Collins - clarify interaction of query filter predicates with other criteria ([#&elastic#8203;4532](https://github.com/tanstack/query/issues/4532)) ([`3a3d871`](https://github.com/tanstack/query/commit/3a3d871a)) by Ben Longo - Update devtools.md with note that mutations are not tracked ([#&elastic#8203;4810](https://github.com/tanstack/query/issues/4810)) ([`6772333`](https://github.com/tanstack/query/commit/67723337)) by Joseph Markus - svelte-query: Expand SSR docs ([#&elastic#8203;4809](https://github.com/tanstack/query/issues/4809)) ([`c05bb91`](https://github.com/tanstack/query/commit/c05bb910)) by Lachlan Collins ##### Test - stabilize various tests ([#&elastic#8203;4825](https://github.com/tanstack/query/issues/4825)) ([`ff77512`](https://github.com/tanstack/query/commit/ff77512b)) by Michal Tecza ##### Packages - [@&elastic#8203;tanstack/react-query](https://github.com/tanstack/react-query)[@​4](https://github.com/4).22.3 - [@&elastic#8203;tanstack/svelte-query](https://github.com/tanstack/svelte-query)[@​4](https://github.com/4).22.3 - [@&elastic#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools)[@​4](https://github.com/4).22.3 - [@&elastic#8203;tanstack/react-query-persist-client](https://github.com/tanstack/react-query-persist-client)[@​4](https://github.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://github.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://github.com/react-hook-form/react-hook-form/releases/tag/v7.42.1): Version 7.42.1 [Compare Source](https://github.com/react-hook-form/react-hook-form/compare/v7.42.0...v7.42.1) 🐞 fix [#&elastic#8203;9773](https://github.com/react-hook-form/react-hook-form/issues/9773) useFormState missing state update ([#&elastic#8203;9777](https://github.com/react-hook-form/react-hook-form/issues/9777)) 🐞 fix [#&elastic#8203;9765](https://github.com/react-hook-form/react-hook-form/issues/9765) fix issue with strictMode with isValid state ([#&elastic#8203;9771](https://github.com/react-hook-form/react-hook-form/issues/9771)) ### [`v7.42.0`](https://github.com/react-hook-form/react-hook-form/blob/HEAD/CHANGELOG.md#​7420---2023-01-13) [Compare Source](https://github.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://github.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://github.com/elastic/elastic-charts/blob/HEAD/CHANGELOG.md#​5200-httpsgithubcomelasticelastic-chartscomparev5130v5200-2023-01-27) [Compare Source](https://github.com/elastic/elastic-charts/compare/v51.3.0...v52.0.0) ##### Bug Fixes - annotation details tooltip throwing with hooks ([#​1949](https://github.com/elastic/elastic-charts/issues/1949)) ([779b7f3](https://github.com/elastic/elastic-charts/commit/779b7f3499f34fb4471ee5f1fac390a7499fe6ee)) - **deps:** update dependency [@​elastic/eui](https://github.com/elastic/eui) to v72 ([#​1914](https://github.com/elastic/elastic-charts/issues/1914)) ([8814c80](https://github.com/elastic/elastic-charts/commit/8814c80f71ff6cbd39187064abda131077f3ca68)) - **deps:** update dependency [@​elastic/eui](https://github.com/elastic/eui) to v73 ([#​1941](https://github.com/elastic/elastic-charts/issues/1941)) ([4eeafa7](https://github.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://github.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://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v72014-2023-01-27) [Compare Source](https://github.com/babel/babel/compare/v7.20.7...v7.20.14) ##### 🐛 Bug Fix - `babel-plugin-transform-block-scoping` - [#​15361](https://github.com/babel/babel/pull/15361) fix: Identifiers in the loop are not renamed ([@​liuxingbaoyu](https://github.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://github.com/babel/babel/pull/15365) fix: Properly generate source maps for manually added multi-line content ([@​liuxingbaoyu](https://github.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>
shahzad31
added a commit
that referenced
this pull request
Feb 12, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [polished](https://polished.js.org) ([source](https://github.com/styled-components/polished)) | dependencies | major | [`^3.7.2` -> `^4.3.1`](https://renovatebot.com/diffs/npm/polished/3.7.2/4.3.1) | --- ### Release Notes <details> <summary>styled-components/polished (polished)</summary> ### [`v4.3.1`](https://github.com/styled-components/polished/releases/tag/v4.3.1) [Compare Source](https://github.com/styled-components/polished/compare/v4.3.0...v4.3.1) ### Bug Fixes & Improvements - Remove annotate-pure-calls plugin to address incompatibility with later versions of rollup. - Update dependencies. ### [`v4.3.0`](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0) [Compare Source](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0) ### [`v4.2.2`](https://github.com/styled-components/polished/releases/tag/v4.2.2) [Compare Source](https://github.com/styled-components/polished/compare/v4.2.1...v4.2.2) ### Bug Fixes - **Color Modules** - addresses an issue with longer floats in color values. ([#​610](https://github.com/styled-components/polished/issues/610) - Thanks to [@​levymetal](https://github.com/levymetal)) ### [`v4.2.1`](https://github.com/styled-components/polished/releases/tag/v4.2.1) [Compare Source](https://github.com/styled-components/polished/compare/v4.2.0...v4.2.1) ### Bug Fixes - **`hls(a)`** - now properly parses percentages for opacity. - **`rgb(a)`** - now properly parses percentages for opacity. ### [`v4.2.0`](https://github.com/styled-components/polished/releases/tag/v4.2.0) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.4...v4.2.0) ### Improvements - **color Modules** - now support space-separated CSS color values for rgb(a) and hsl(a). ([#​605](https://github.com/styled-components/polished/issues/605)) - **`rgb`** - now accepts optional opacity value. - **`hsl`** - now accepts optional opacity value. ### [`v4.1.4`](https://github.com/styled-components/polished/releases/tag/v4.1.4) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.3...v4.1.4) ### Bug Fixes - **mix** - remove unnecessary division by 1 ([#​59](https://github.com/styled-components/polished/issues/59)) ### [`v4.1.3`](https://github.com/styled-components/polished/releases/tag/v4.1.3) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3) ### Bug Fixes - Addressed several performance issues with regexes. ### [`v4.1.2`](https://github.com/styled-components/polished/releases/tag/v4.1.2) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.1...v4.1.2) ### Bug Fixes - **fluidRange** - updated return value to use an array to address unclear object property typing error in flow. ### [`v4.1.1`](https://github.com/styled-components/polished/releases/tag/v4.1.1) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.0...v4.1.1) ### Bug Fixes - **scarf** - removed scarf analytics package due to yarn incompatibilities and concerns over GDPR compliance. ### [`v4.1.0`](https://github.com/styled-components/polished/releases/tag/v4.1.0) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.5...v4.1.0) ### Introducing polished.js v4.1.0! We're super stoked to announce that polished.js v4.1.0 is officially out! It is available via your package manager of choice. This will be the final non-patch release before v5. `npm install polished` `yarn add polished` #### Release Highlights ##### New Module - **`remToPx`**: We've introduced a new module to handle converting to `rem` values to `px` values. ([#​376](https://github.com/styled-components/polished/issues/376)) ##### Analytics - We are now leveraging [Scarf](https://scarf.sh) to track package analytics. You can opt-out of this functionality by following [these instructions](https://docs.scarf.sh/package-analytics/#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics) ### [`v4.0.5`](https://github.com/styled-components/polished/releases/tag/v4.0.5) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.4...v4.0.5) #### Documentation - `readableColor` - Update docs and function signature to be clearer about the use of each parameter. ### [`v4.0.4`](https://github.com/styled-components/polished/releases/tag/v4.0.4) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.3...v4.0.4) ### Bug Fixes - **transparentize** - addressed an issue where we weren't handling cases where floats were greater than 2 decimals. ([#​548](https://github.com/styled-components/polished/issues/548)) - **npm** - addressed an issue where .yarn cache was bloating published package size, along with some other ignore optimization. ([#​553](https://github.com/styled-components/polished/issues/553) Thanks [@​scttcper](https://github.com/scttcper)) ### [`v4.0.3`](https://github.com/styled-components/polished/releases/tag/v4.0.3) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.2...v4.0.3) ### Bug Fix - Updated [@​babel/runtime](https://github.com/babel/runtime) to address webpack v5 compatibility issue (Thanks [@​koba04](https://github.com/koba04) - [#​547](https://github.com/styled-components/polished/issues/547) ) ### [`v4.0.2`](https://github.com/styled-components/polished/releases/tag/v4.0.2) ### Bug Fix - `ellipsis`: Fixes an issue where the `webkit` prefix was not properly applied with the multiline option. (Thanks [@​drakang4](https://github.com/drakang4) - [#​546](https://github.com/styled-components/polished/issues/546)) </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> --------- 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> Co-authored-by: jennypavlova <dzheni.pavlova@elastic.co> Co-authored-by: Shahzad <shahzad31comp@gmail.com>
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Feb 12, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [polished](https://polished.js.org) ([source](https://github.com/styled-components/polished)) | dependencies | major | [`^3.7.2` -> `^4.3.1`](https://renovatebot.com/diffs/npm/polished/3.7.2/4.3.1) | --- ### Release Notes <details> <summary>styled-components/polished (polished)</summary> ### [`v4.3.1`](https://github.com/styled-components/polished/releases/tag/v4.3.1) [Compare Source](https://github.com/styled-components/polished/compare/v4.3.0...v4.3.1) ### Bug Fixes & Improvements - Remove annotate-pure-calls plugin to address incompatibility with later versions of rollup. - Update dependencies. ### [`v4.3.0`](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0) [Compare Source](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0) ### [`v4.2.2`](https://github.com/styled-components/polished/releases/tag/v4.2.2) [Compare Source](https://github.com/styled-components/polished/compare/v4.2.1...v4.2.2) ### Bug Fixes - **Color Modules** - addresses an issue with longer floats in color values. ([#&elastic#8203;610](https://github.com/styled-components/polished/issues/610) - Thanks to [@&elastic#8203;levymetal](https://github.com/levymetal)) ### [`v4.2.1`](https://github.com/styled-components/polished/releases/tag/v4.2.1) [Compare Source](https://github.com/styled-components/polished/compare/v4.2.0...v4.2.1) ### Bug Fixes - **`hls(a)`** - now properly parses percentages for opacity. - **`rgb(a)`** - now properly parses percentages for opacity. ### [`v4.2.0`](https://github.com/styled-components/polished/releases/tag/v4.2.0) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.4...v4.2.0) ### Improvements - **color Modules** - now support space-separated CSS color values for rgb(a) and hsl(a). ([#&elastic#8203;605](https://github.com/styled-components/polished/issues/605)) - **`rgb`** - now accepts optional opacity value. - **`hsl`** - now accepts optional opacity value. ### [`v4.1.4`](https://github.com/styled-components/polished/releases/tag/v4.1.4) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.3...v4.1.4) ### Bug Fixes - **mix** - remove unnecessary division by 1 ([#&elastic#8203;59](https://github.com/styled-components/polished/issues/59)) ### [`v4.1.3`](https://github.com/styled-components/polished/releases/tag/v4.1.3) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3) ### Bug Fixes - Addressed several performance issues with regexes. ### [`v4.1.2`](https://github.com/styled-components/polished/releases/tag/v4.1.2) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.1...v4.1.2) ### Bug Fixes - **fluidRange** - updated return value to use an array to address unclear object property typing error in flow. ### [`v4.1.1`](https://github.com/styled-components/polished/releases/tag/v4.1.1) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.0...v4.1.1) ### Bug Fixes - **scarf** - removed scarf analytics package due to yarn incompatibilities and concerns over GDPR compliance. ### [`v4.1.0`](https://github.com/styled-components/polished/releases/tag/v4.1.0) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.5...v4.1.0) ### Introducing polished.js v4.1.0! We're super stoked to announce that polished.js v4.1.0 is officially out! It is available via your package manager of choice. This will be the final non-patch release before v5. `npm install polished` `yarn add polished` #### Release Highlights ##### New Module - **`remToPx`**: We've introduced a new module to handle converting to `rem` values to `px` values. ([#&elastic#8203;376](https://github.com/styled-components/polished/issues/376)) ##### Analytics - We are now leveraging [Scarf](https://scarf.sh) to track package analytics. You can opt-out of this functionality by following [these instructions](https://docs.scarf.sh/package-analytics/#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics) ### [`v4.0.5`](https://github.com/styled-components/polished/releases/tag/v4.0.5) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.4...v4.0.5) #### Documentation - `readableColor` - Update docs and function signature to be clearer about the use of each parameter. ### [`v4.0.4`](https://github.com/styled-components/polished/releases/tag/v4.0.4) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.3...v4.0.4) ### Bug Fixes - **transparentize** - addressed an issue where we weren't handling cases where floats were greater than 2 decimals. ([#&elastic#8203;548](https://github.com/styled-components/polished/issues/548)) - **npm** - addressed an issue where .yarn cache was bloating published package size, along with some other ignore optimization. ([#&elastic#8203;553](https://github.com/styled-components/polished/issues/553) Thanks [@&elastic#8203;scttcper](https://github.com/scttcper)) ### [`v4.0.3`](https://github.com/styled-components/polished/releases/tag/v4.0.3) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.2...v4.0.3) ### Bug Fix - Updated [@&elastic#8203;babel/runtime](https://github.com/babel/runtime) to address webpack v5 compatibility issue (Thanks [@&elastic#8203;koba04](https://github.com/koba04) - [#&elastic#8203;547](https://github.com/styled-components/polished/issues/547) ) ### [`v4.0.2`](https://github.com/styled-components/polished/releases/tag/v4.0.2) ### Bug Fix - `ellipsis`: Fixes an issue where the `webkit` prefix was not properly applied with the multiline option. (Thanks [@&elastic#8203;drakang4](https://github.com/drakang4) - [#&elastic#8203;546](https://github.com/styled-components/polished/issues/546)) </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> --------- 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> Co-authored-by: jennypavlova <dzheni.pavlova@elastic.co> Co-authored-by: Shahzad <shahzad31comp@gmail.com> (cherry picked from commit a402f4e)
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Feb 12, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [polished](https://polished.js.org) ([source](https://github.com/styled-components/polished)) | dependencies | major | [`^3.7.2` -> `^4.3.1`](https://renovatebot.com/diffs/npm/polished/3.7.2/4.3.1) | --- ### Release Notes <details> <summary>styled-components/polished (polished)</summary> ### [`v4.3.1`](https://github.com/styled-components/polished/releases/tag/v4.3.1) [Compare Source](https://github.com/styled-components/polished/compare/v4.3.0...v4.3.1) ### Bug Fixes & Improvements - Remove annotate-pure-calls plugin to address incompatibility with later versions of rollup. - Update dependencies. ### [`v4.3.0`](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0) [Compare Source](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0) ### [`v4.2.2`](https://github.com/styled-components/polished/releases/tag/v4.2.2) [Compare Source](https://github.com/styled-components/polished/compare/v4.2.1...v4.2.2) ### Bug Fixes - **Color Modules** - addresses an issue with longer floats in color values. ([#&elastic#8203;610](https://github.com/styled-components/polished/issues/610) - Thanks to [@&elastic#8203;levymetal](https://github.com/levymetal)) ### [`v4.2.1`](https://github.com/styled-components/polished/releases/tag/v4.2.1) [Compare Source](https://github.com/styled-components/polished/compare/v4.2.0...v4.2.1) ### Bug Fixes - **`hls(a)`** - now properly parses percentages for opacity. - **`rgb(a)`** - now properly parses percentages for opacity. ### [`v4.2.0`](https://github.com/styled-components/polished/releases/tag/v4.2.0) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.4...v4.2.0) ### Improvements - **color Modules** - now support space-separated CSS color values for rgb(a) and hsl(a). ([#&elastic#8203;605](https://github.com/styled-components/polished/issues/605)) - **`rgb`** - now accepts optional opacity value. - **`hsl`** - now accepts optional opacity value. ### [`v4.1.4`](https://github.com/styled-components/polished/releases/tag/v4.1.4) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.3...v4.1.4) ### Bug Fixes - **mix** - remove unnecessary division by 1 ([#&elastic#8203;59](https://github.com/styled-components/polished/issues/59)) ### [`v4.1.3`](https://github.com/styled-components/polished/releases/tag/v4.1.3) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3) ### Bug Fixes - Addressed several performance issues with regexes. ### [`v4.1.2`](https://github.com/styled-components/polished/releases/tag/v4.1.2) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.1...v4.1.2) ### Bug Fixes - **fluidRange** - updated return value to use an array to address unclear object property typing error in flow. ### [`v4.1.1`](https://github.com/styled-components/polished/releases/tag/v4.1.1) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.0...v4.1.1) ### Bug Fixes - **scarf** - removed scarf analytics package due to yarn incompatibilities and concerns over GDPR compliance. ### [`v4.1.0`](https://github.com/styled-components/polished/releases/tag/v4.1.0) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.5...v4.1.0) ### Introducing polished.js v4.1.0! We're super stoked to announce that polished.js v4.1.0 is officially out! It is available via your package manager of choice. This will be the final non-patch release before v5. `npm install polished` `yarn add polished` #### Release Highlights ##### New Module - **`remToPx`**: We've introduced a new module to handle converting to `rem` values to `px` values. ([#&elastic#8203;376](https://github.com/styled-components/polished/issues/376)) ##### Analytics - We are now leveraging [Scarf](https://scarf.sh) to track package analytics. You can opt-out of this functionality by following [these instructions](https://docs.scarf.sh/package-analytics/#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics) ### [`v4.0.5`](https://github.com/styled-components/polished/releases/tag/v4.0.5) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.4...v4.0.5) #### Documentation - `readableColor` - Update docs and function signature to be clearer about the use of each parameter. ### [`v4.0.4`](https://github.com/styled-components/polished/releases/tag/v4.0.4) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.3...v4.0.4) ### Bug Fixes - **transparentize** - addressed an issue where we weren't handling cases where floats were greater than 2 decimals. ([#&elastic#8203;548](https://github.com/styled-components/polished/issues/548)) - **npm** - addressed an issue where .yarn cache was bloating published package size, along with some other ignore optimization. ([#&elastic#8203;553](https://github.com/styled-components/polished/issues/553) Thanks [@&elastic#8203;scttcper](https://github.com/scttcper)) ### [`v4.0.3`](https://github.com/styled-components/polished/releases/tag/v4.0.3) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.2...v4.0.3) ### Bug Fix - Updated [@&elastic#8203;babel/runtime](https://github.com/babel/runtime) to address webpack v5 compatibility issue (Thanks [@&elastic#8203;koba04](https://github.com/koba04) - [#&elastic#8203;547](https://github.com/styled-components/polished/issues/547) ) ### [`v4.0.2`](https://github.com/styled-components/polished/releases/tag/v4.0.2) ### Bug Fix - `ellipsis`: Fixes an issue where the `webkit` prefix was not properly applied with the multiline option. (Thanks [@&elastic#8203;drakang4](https://github.com/drakang4) - [#&elastic#8203;546](https://github.com/styled-components/polished/issues/546)) </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> --------- 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> Co-authored-by: jennypavlova <dzheni.pavlova@elastic.co> Co-authored-by: Shahzad <shahzad31comp@gmail.com> (cherry picked from commit a402f4e)
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Feb 12, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [polished](https://polished.js.org) ([source](https://github.com/styled-components/polished)) | dependencies | major | [`^3.7.2` -> `^4.3.1`](https://renovatebot.com/diffs/npm/polished/3.7.2/4.3.1) | --- ### Release Notes <details> <summary>styled-components/polished (polished)</summary> ### [`v4.3.1`](https://github.com/styled-components/polished/releases/tag/v4.3.1) [Compare Source](https://github.com/styled-components/polished/compare/v4.3.0...v4.3.1) ### Bug Fixes & Improvements - Remove annotate-pure-calls plugin to address incompatibility with later versions of rollup. - Update dependencies. ### [`v4.3.0`](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0) [Compare Source](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0) ### [`v4.2.2`](https://github.com/styled-components/polished/releases/tag/v4.2.2) [Compare Source](https://github.com/styled-components/polished/compare/v4.2.1...v4.2.2) ### Bug Fixes - **Color Modules** - addresses an issue with longer floats in color values. ([#&elastic#8203;610](https://github.com/styled-components/polished/issues/610) - Thanks to [@&elastic#8203;levymetal](https://github.com/levymetal)) ### [`v4.2.1`](https://github.com/styled-components/polished/releases/tag/v4.2.1) [Compare Source](https://github.com/styled-components/polished/compare/v4.2.0...v4.2.1) ### Bug Fixes - **`hls(a)`** - now properly parses percentages for opacity. - **`rgb(a)`** - now properly parses percentages for opacity. ### [`v4.2.0`](https://github.com/styled-components/polished/releases/tag/v4.2.0) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.4...v4.2.0) ### Improvements - **color Modules** - now support space-separated CSS color values for rgb(a) and hsl(a). ([#&elastic#8203;605](https://github.com/styled-components/polished/issues/605)) - **`rgb`** - now accepts optional opacity value. - **`hsl`** - now accepts optional opacity value. ### [`v4.1.4`](https://github.com/styled-components/polished/releases/tag/v4.1.4) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.3...v4.1.4) ### Bug Fixes - **mix** - remove unnecessary division by 1 ([#&elastic#8203;59](https://github.com/styled-components/polished/issues/59)) ### [`v4.1.3`](https://github.com/styled-components/polished/releases/tag/v4.1.3) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3) ### Bug Fixes - Addressed several performance issues with regexes. ### [`v4.1.2`](https://github.com/styled-components/polished/releases/tag/v4.1.2) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.1...v4.1.2) ### Bug Fixes - **fluidRange** - updated return value to use an array to address unclear object property typing error in flow. ### [`v4.1.1`](https://github.com/styled-components/polished/releases/tag/v4.1.1) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.0...v4.1.1) ### Bug Fixes - **scarf** - removed scarf analytics package due to yarn incompatibilities and concerns over GDPR compliance. ### [`v4.1.0`](https://github.com/styled-components/polished/releases/tag/v4.1.0) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.5...v4.1.0) ### Introducing polished.js v4.1.0! We're super stoked to announce that polished.js v4.1.0 is officially out! It is available via your package manager of choice. This will be the final non-patch release before v5. `npm install polished` `yarn add polished` #### Release Highlights ##### New Module - **`remToPx`**: We've introduced a new module to handle converting to `rem` values to `px` values. ([#&elastic#8203;376](https://github.com/styled-components/polished/issues/376)) ##### Analytics - We are now leveraging [Scarf](https://scarf.sh) to track package analytics. You can opt-out of this functionality by following [these instructions](https://docs.scarf.sh/package-analytics/#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics) ### [`v4.0.5`](https://github.com/styled-components/polished/releases/tag/v4.0.5) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.4...v4.0.5) #### Documentation - `readableColor` - Update docs and function signature to be clearer about the use of each parameter. ### [`v4.0.4`](https://github.com/styled-components/polished/releases/tag/v4.0.4) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.3...v4.0.4) ### Bug Fixes - **transparentize** - addressed an issue where we weren't handling cases where floats were greater than 2 decimals. ([#&elastic#8203;548](https://github.com/styled-components/polished/issues/548)) - **npm** - addressed an issue where .yarn cache was bloating published package size, along with some other ignore optimization. ([#&elastic#8203;553](https://github.com/styled-components/polished/issues/553) Thanks [@&elastic#8203;scttcper](https://github.com/scttcper)) ### [`v4.0.3`](https://github.com/styled-components/polished/releases/tag/v4.0.3) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.2...v4.0.3) ### Bug Fix - Updated [@&elastic#8203;babel/runtime](https://github.com/babel/runtime) to address webpack v5 compatibility issue (Thanks [@&elastic#8203;koba04](https://github.com/koba04) - [#&elastic#8203;547](https://github.com/styled-components/polished/issues/547) ) ### [`v4.0.2`](https://github.com/styled-components/polished/releases/tag/v4.0.2) ### Bug Fix - `ellipsis`: Fixes an issue where the `webkit` prefix was not properly applied with the multiline option. (Thanks [@&elastic#8203;drakang4](https://github.com/drakang4) - [#&elastic#8203;546](https://github.com/styled-components/polished/issues/546)) </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> --------- 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> Co-authored-by: jennypavlova <dzheni.pavlova@elastic.co> Co-authored-by: Shahzad <shahzad31comp@gmail.com> (cherry picked from commit a402f4e)
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Feb 12, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [polished](https://polished.js.org) ([source](https://github.com/styled-components/polished)) | dependencies | major | [`^3.7.2` -> `^4.3.1`](https://renovatebot.com/diffs/npm/polished/3.7.2/4.3.1) | --- ### Release Notes <details> <summary>styled-components/polished (polished)</summary> ### [`v4.3.1`](https://github.com/styled-components/polished/releases/tag/v4.3.1) [Compare Source](https://github.com/styled-components/polished/compare/v4.3.0...v4.3.1) ### Bug Fixes & Improvements - Remove annotate-pure-calls plugin to address incompatibility with later versions of rollup. - Update dependencies. ### [`v4.3.0`](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0) [Compare Source](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0) ### [`v4.2.2`](https://github.com/styled-components/polished/releases/tag/v4.2.2) [Compare Source](https://github.com/styled-components/polished/compare/v4.2.1...v4.2.2) ### Bug Fixes - **Color Modules** - addresses an issue with longer floats in color values. ([#&elastic#8203;610](https://github.com/styled-components/polished/issues/610) - Thanks to [@&elastic#8203;levymetal](https://github.com/levymetal)) ### [`v4.2.1`](https://github.com/styled-components/polished/releases/tag/v4.2.1) [Compare Source](https://github.com/styled-components/polished/compare/v4.2.0...v4.2.1) ### Bug Fixes - **`hls(a)`** - now properly parses percentages for opacity. - **`rgb(a)`** - now properly parses percentages for opacity. ### [`v4.2.0`](https://github.com/styled-components/polished/releases/tag/v4.2.0) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.4...v4.2.0) ### Improvements - **color Modules** - now support space-separated CSS color values for rgb(a) and hsl(a). ([#&elastic#8203;605](https://github.com/styled-components/polished/issues/605)) - **`rgb`** - now accepts optional opacity value. - **`hsl`** - now accepts optional opacity value. ### [`v4.1.4`](https://github.com/styled-components/polished/releases/tag/v4.1.4) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.3...v4.1.4) ### Bug Fixes - **mix** - remove unnecessary division by 1 ([#&elastic#8203;59](https://github.com/styled-components/polished/issues/59)) ### [`v4.1.3`](https://github.com/styled-components/polished/releases/tag/v4.1.3) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3) ### Bug Fixes - Addressed several performance issues with regexes. ### [`v4.1.2`](https://github.com/styled-components/polished/releases/tag/v4.1.2) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.1...v4.1.2) ### Bug Fixes - **fluidRange** - updated return value to use an array to address unclear object property typing error in flow. ### [`v4.1.1`](https://github.com/styled-components/polished/releases/tag/v4.1.1) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.0...v4.1.1) ### Bug Fixes - **scarf** - removed scarf analytics package due to yarn incompatibilities and concerns over GDPR compliance. ### [`v4.1.0`](https://github.com/styled-components/polished/releases/tag/v4.1.0) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.5...v4.1.0) ### Introducing polished.js v4.1.0! We're super stoked to announce that polished.js v4.1.0 is officially out! It is available via your package manager of choice. This will be the final non-patch release before v5. `npm install polished` `yarn add polished` #### Release Highlights ##### New Module - **`remToPx`**: We've introduced a new module to handle converting to `rem` values to `px` values. ([#&elastic#8203;376](https://github.com/styled-components/polished/issues/376)) ##### Analytics - We are now leveraging [Scarf](https://scarf.sh) to track package analytics. You can opt-out of this functionality by following [these instructions](https://docs.scarf.sh/package-analytics/#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics) ### [`v4.0.5`](https://github.com/styled-components/polished/releases/tag/v4.0.5) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.4...v4.0.5) #### Documentation - `readableColor` - Update docs and function signature to be clearer about the use of each parameter. ### [`v4.0.4`](https://github.com/styled-components/polished/releases/tag/v4.0.4) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.3...v4.0.4) ### Bug Fixes - **transparentize** - addressed an issue where we weren't handling cases where floats were greater than 2 decimals. ([#&elastic#8203;548](https://github.com/styled-components/polished/issues/548)) - **npm** - addressed an issue where .yarn cache was bloating published package size, along with some other ignore optimization. ([#&elastic#8203;553](https://github.com/styled-components/polished/issues/553) Thanks [@&elastic#8203;scttcper](https://github.com/scttcper)) ### [`v4.0.3`](https://github.com/styled-components/polished/releases/tag/v4.0.3) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.2...v4.0.3) ### Bug Fix - Updated [@&elastic#8203;babel/runtime](https://github.com/babel/runtime) to address webpack v5 compatibility issue (Thanks [@&elastic#8203;koba04](https://github.com/koba04) - [#&elastic#8203;547](https://github.com/styled-components/polished/issues/547) ) ### [`v4.0.2`](https://github.com/styled-components/polished/releases/tag/v4.0.2) ### Bug Fix - `ellipsis`: Fixes an issue where the `webkit` prefix was not properly applied with the multiline option. (Thanks [@&elastic#8203;drakang4](https://github.com/drakang4) - [#&elastic#8203;546](https://github.com/styled-components/polished/issues/546)) </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> --------- 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> Co-authored-by: jennypavlova <dzheni.pavlova@elastic.co> Co-authored-by: Shahzad <shahzad31comp@gmail.com> (cherry picked from commit a402f4e)
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Feb 12, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [polished](https://polished.js.org) ([source](https://github.com/styled-components/polished)) | dependencies | major | [`^3.7.2` -> `^4.3.1`](https://renovatebot.com/diffs/npm/polished/3.7.2/4.3.1) | --- ### Release Notes <details> <summary>styled-components/polished (polished)</summary> ### [`v4.3.1`](https://github.com/styled-components/polished/releases/tag/v4.3.1) [Compare Source](https://github.com/styled-components/polished/compare/v4.3.0...v4.3.1) ### Bug Fixes & Improvements - Remove annotate-pure-calls plugin to address incompatibility with later versions of rollup. - Update dependencies. ### [`v4.3.0`](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0) [Compare Source](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0) ### [`v4.2.2`](https://github.com/styled-components/polished/releases/tag/v4.2.2) [Compare Source](https://github.com/styled-components/polished/compare/v4.2.1...v4.2.2) ### Bug Fixes - **Color Modules** - addresses an issue with longer floats in color values. ([#&elastic#8203;610](https://github.com/styled-components/polished/issues/610) - Thanks to [@&elastic#8203;levymetal](https://github.com/levymetal)) ### [`v4.2.1`](https://github.com/styled-components/polished/releases/tag/v4.2.1) [Compare Source](https://github.com/styled-components/polished/compare/v4.2.0...v4.2.1) ### Bug Fixes - **`hls(a)`** - now properly parses percentages for opacity. - **`rgb(a)`** - now properly parses percentages for opacity. ### [`v4.2.0`](https://github.com/styled-components/polished/releases/tag/v4.2.0) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.4...v4.2.0) ### Improvements - **color Modules** - now support space-separated CSS color values for rgb(a) and hsl(a). ([#&elastic#8203;605](https://github.com/styled-components/polished/issues/605)) - **`rgb`** - now accepts optional opacity value. - **`hsl`** - now accepts optional opacity value. ### [`v4.1.4`](https://github.com/styled-components/polished/releases/tag/v4.1.4) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.3...v4.1.4) ### Bug Fixes - **mix** - remove unnecessary division by 1 ([#&elastic#8203;59](https://github.com/styled-components/polished/issues/59)) ### [`v4.1.3`](https://github.com/styled-components/polished/releases/tag/v4.1.3) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3) ### Bug Fixes - Addressed several performance issues with regexes. ### [`v4.1.2`](https://github.com/styled-components/polished/releases/tag/v4.1.2) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.1...v4.1.2) ### Bug Fixes - **fluidRange** - updated return value to use an array to address unclear object property typing error in flow. ### [`v4.1.1`](https://github.com/styled-components/polished/releases/tag/v4.1.1) [Compare Source](https://github.com/styled-components/polished/compare/v4.1.0...v4.1.1) ### Bug Fixes - **scarf** - removed scarf analytics package due to yarn incompatibilities and concerns over GDPR compliance. ### [`v4.1.0`](https://github.com/styled-components/polished/releases/tag/v4.1.0) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.5...v4.1.0) ### Introducing polished.js v4.1.0! We're super stoked to announce that polished.js v4.1.0 is officially out! It is available via your package manager of choice. This will be the final non-patch release before v5. `npm install polished` `yarn add polished` #### Release Highlights ##### New Module - **`remToPx`**: We've introduced a new module to handle converting to `rem` values to `px` values. ([#&elastic#8203;376](https://github.com/styled-components/polished/issues/376)) ##### Analytics - We are now leveraging [Scarf](https://scarf.sh) to track package analytics. You can opt-out of this functionality by following [these instructions](https://docs.scarf.sh/package-analytics/#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics) ### [`v4.0.5`](https://github.com/styled-components/polished/releases/tag/v4.0.5) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.4...v4.0.5) #### Documentation - `readableColor` - Update docs and function signature to be clearer about the use of each parameter. ### [`v4.0.4`](https://github.com/styled-components/polished/releases/tag/v4.0.4) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.3...v4.0.4) ### Bug Fixes - **transparentize** - addressed an issue where we weren't handling cases where floats were greater than 2 decimals. ([#&elastic#8203;548](https://github.com/styled-components/polished/issues/548)) - **npm** - addressed an issue where .yarn cache was bloating published package size, along with some other ignore optimization. ([#&elastic#8203;553](https://github.com/styled-components/polished/issues/553) Thanks [@&elastic#8203;scttcper](https://github.com/scttcper)) ### [`v4.0.3`](https://github.com/styled-components/polished/releases/tag/v4.0.3) [Compare Source](https://github.com/styled-components/polished/compare/v4.0.2...v4.0.3) ### Bug Fix - Updated [@&elastic#8203;babel/runtime](https://github.com/babel/runtime) to address webpack v5 compatibility issue (Thanks [@&elastic#8203;koba04](https://github.com/koba04) - [#&elastic#8203;547](https://github.com/styled-components/polished/issues/547) ) ### [`v4.0.2`](https://github.com/styled-components/polished/releases/tag/v4.0.2) ### Bug Fix - `ellipsis`: Fixes an issue where the `webkit` prefix was not properly applied with the multiline option. (Thanks [@&elastic#8203;drakang4](https://github.com/drakang4) - [#&elastic#8203;546](https://github.com/styled-components/polished/issues/546)) </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> --------- 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> Co-authored-by: jennypavlova <dzheni.pavlova@elastic.co> Co-authored-by: Shahzad <shahzad31comp@gmail.com> (cherry picked from commit a402f4e)
kibanamachine
added a commit
that referenced
this pull request
Feb 12, 2025
# Backport This will backport the following commits from `main` to `9.0`: - [Update dependency polished to v4 (main) (#206220)](#206220) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-02-12T17:33:46Z","message":"Update dependency polished to v4 (main) (#206220)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [polished](https://polished.js.org)\n([source](https://github.com/styled-components/polished)) |\ndependencies | major | [`^3.7.2` ->\n`^4.3.1`](https://renovatebot.com/diffs/npm/polished/3.7.2/4.3.1) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>styled-components/polished (polished)</summary>\n\n###\n[`v4.3.1`](https://github.com/styled-components/polished/releases/tag/v4.3.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.3.0...v4.3.1)\n\n### Bug Fixes & Improvements\n\n- Remove annotate-pure-calls plugin to address incompatibility with\nlater versions of rollup.\n- Update dependencies.\n\n###\n[`v4.3.0`](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n###\n[`v4.2.2`](https://github.com/styled-components/polished/releases/tag/v4.2.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.1...v4.2.2)\n\n### Bug Fixes\n\n- **Color Modules** - addresses an issue with longer floats in color\nvalues.\n([#​610](https://github.com/styled-components/polished/issues/610)\n- Thanks to [@​levymetal](https://github.com/levymetal))\n\n###\n[`v4.2.1`](https://github.com/styled-components/polished/releases/tag/v4.2.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.0...v4.2.1)\n\n### Bug Fixes\n\n- **`hls(a)`** - now properly parses percentages for opacity.\n- **`rgb(a)`** - now properly parses percentages for opacity.\n\n###\n[`v4.2.0`](https://github.com/styled-components/polished/releases/tag/v4.2.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.4...v4.2.0)\n\n### Improvements\n\n- **color Modules** - now support space-separated CSS color values for\nrgb(a) and hsl(a).\n([#​605](https://github.com/styled-components/polished/issues/605))\n- **`rgb`** - now accepts optional opacity value.\n- **`hsl`** - now accepts optional opacity value.\n\n###\n[`v4.1.4`](https://github.com/styled-components/polished/releases/tag/v4.1.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.3...v4.1.4)\n\n### Bug Fixes\n\n- **mix** - remove unnecessary division by 1\n([#​59](https://github.com/styled-components/polished/issues/59))\n\n###\n[`v4.1.3`](https://github.com/styled-components/polished/releases/tag/v4.1.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3)\n\n### Bug Fixes\n\n- Addressed several performance issues with regexes.\n\n###\n[`v4.1.2`](https://github.com/styled-components/polished/releases/tag/v4.1.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.1...v4.1.2)\n\n### Bug Fixes\n\n- **fluidRange** - updated return value to use an array to address\nunclear object property typing error in flow.\n\n###\n[`v4.1.1`](https://github.com/styled-components/polished/releases/tag/v4.1.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.0...v4.1.1)\n\n### Bug Fixes\n\n- **scarf** - removed scarf analytics package due to yarn\nincompatibilities and concerns over GDPR compliance.\n\n###\n[`v4.1.0`](https://github.com/styled-components/polished/releases/tag/v4.1.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.5...v4.1.0)\n\n### Introducing polished.js v4.1.0!\n\nWe're super stoked to announce that polished.js v4.1.0 is officially\nout! It is available via your package manager of choice. This will be\nthe final non-patch release before v5.\n\n`npm install polished`\n`yarn add polished`\n\n#### Release Highlights\n\n##### New Module\n\n- **`remToPx`**: We've introduced a new module to handle converting to\n`rem` values to `px` values.\n([#​376](https://github.com/styled-components/polished/issues/376))\n\n##### Analytics\n\n- We are now leveraging [Scarf](https://scarf.sh) to track package\nanalytics. You can opt-out of this functionality by following [these\ninstructions](https://docs.scarf.sh/package-analytics/#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics)\n\n###\n[`v4.0.5`](https://github.com/styled-components/polished/releases/tag/v4.0.5)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.4...v4.0.5)\n\n#### Documentation\n\n- `readableColor` - Update docs and function signature to be clearer\nabout the use of each parameter.\n\n###\n[`v4.0.4`](https://github.com/styled-components/polished/releases/tag/v4.0.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.3...v4.0.4)\n\n### Bug Fixes\n\n- **transparentize** - addressed an issue where we weren't handling\ncases where floats were greater than 2 decimals.\n([#​548](https://github.com/styled-components/polished/issues/548))\n- **npm** - addressed an issue where .yarn cache was bloating published\npackage size, along with some other ignore optimization.\n([#​553](https://github.com/styled-components/polished/issues/553)\nThanks [@​scttcper](https://github.com/scttcper))\n\n###\n[`v4.0.3`](https://github.com/styled-components/polished/releases/tag/v4.0.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.2...v4.0.3)\n\n### Bug Fix\n\n- Updated [@​babel/runtime](https://github.com/babel/runtime) to\naddress webpack v5 compatibility issue (Thanks\n[@​koba04](https://github.com/koba04) -\n[#​547](https://github.com/styled-components/polished/issues/547)\n)\n\n###\n[`v4.0.2`](https://github.com/styled-components/polished/releases/tag/v4.0.2)\n\n### Bug Fix\n\n- `ellipsis`: Fixes an issue where the `webkit` prefix was not properly\napplied with the multiline option. (Thanks\n[@​drakang4](https://github.com/drakang4) -\n[#​546](https://github.com/styled-components/polished/issues/546))\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- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://github.com/renovatebot/renovate).\n\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->\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>\nCo-authored-by: jennypavlova <dzheni.pavlova@elastic.co>\nCo-authored-by: Shahzad <shahzad31comp@gmail.com>","sha":"a402f4e584165b44d03b4773b1158b83e9b94551","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:SharedUX","backport:all-open","v9.1.0"],"title":"Update dependency polished to v4 (main)","number":206220,"url":"https://github.com/elastic/kibana/pull/206220","mergeCommit":{"message":"Update dependency polished to v4 (main) (#206220)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [polished](https://polished.js.org)\n([source](https://github.com/styled-components/polished)) |\ndependencies | major | [`^3.7.2` ->\n`^4.3.1`](https://renovatebot.com/diffs/npm/polished/3.7.2/4.3.1) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>styled-components/polished (polished)</summary>\n\n###\n[`v4.3.1`](https://github.com/styled-components/polished/releases/tag/v4.3.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.3.0...v4.3.1)\n\n### Bug Fixes & Improvements\n\n- Remove annotate-pure-calls plugin to address incompatibility with\nlater versions of rollup.\n- Update dependencies.\n\n###\n[`v4.3.0`](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n###\n[`v4.2.2`](https://github.com/styled-components/polished/releases/tag/v4.2.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.1...v4.2.2)\n\n### Bug Fixes\n\n- **Color Modules** - addresses an issue with longer floats in color\nvalues.\n([#​610](https://github.com/styled-components/polished/issues/610)\n- Thanks to [@​levymetal](https://github.com/levymetal))\n\n###\n[`v4.2.1`](https://github.com/styled-components/polished/releases/tag/v4.2.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.0...v4.2.1)\n\n### Bug Fixes\n\n- **`hls(a)`** - now properly parses percentages for opacity.\n- **`rgb(a)`** - now properly parses percentages for opacity.\n\n###\n[`v4.2.0`](https://github.com/styled-components/polished/releases/tag/v4.2.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.4...v4.2.0)\n\n### Improvements\n\n- **color Modules** - now support space-separated CSS color values for\nrgb(a) and hsl(a).\n([#​605](https://github.com/styled-components/polished/issues/605))\n- **`rgb`** - now accepts optional opacity value.\n- **`hsl`** - now accepts optional opacity value.\n\n###\n[`v4.1.4`](https://github.com/styled-components/polished/releases/tag/v4.1.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.3...v4.1.4)\n\n### Bug Fixes\n\n- **mix** - remove unnecessary division by 1\n([#​59](https://github.com/styled-components/polished/issues/59))\n\n###\n[`v4.1.3`](https://github.com/styled-components/polished/releases/tag/v4.1.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3)\n\n### Bug Fixes\n\n- Addressed several performance issues with regexes.\n\n###\n[`v4.1.2`](https://github.com/styled-components/polished/releases/tag/v4.1.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.1...v4.1.2)\n\n### Bug Fixes\n\n- **fluidRange** - updated return value to use an array to address\nunclear object property typing error in flow.\n\n###\n[`v4.1.1`](https://github.com/styled-components/polished/releases/tag/v4.1.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.0...v4.1.1)\n\n### Bug Fixes\n\n- **scarf** - removed scarf analytics package due to yarn\nincompatibilities and concerns over GDPR compliance.\n\n###\n[`v4.1.0`](https://github.com/styled-components/polished/releases/tag/v4.1.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.5...v4.1.0)\n\n### Introducing polished.js v4.1.0!\n\nWe're super stoked to announce that polished.js v4.1.0 is officially\nout! It is available via your package manager of choice. This will be\nthe final non-patch release before v5.\n\n`npm install polished`\n`yarn add polished`\n\n#### Release Highlights\n\n##### New Module\n\n- **`remToPx`**: We've introduced a new module to handle converting to\n`rem` values to `px` values.\n([#​376](https://github.com/styled-components/polished/issues/376))\n\n##### Analytics\n\n- We are now leveraging [Scarf](https://scarf.sh) to track package\nanalytics. You can opt-out of this functionality by following [these\ninstructions](https://docs.scarf.sh/package-analytics/#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics)\n\n###\n[`v4.0.5`](https://github.com/styled-components/polished/releases/tag/v4.0.5)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.4...v4.0.5)\n\n#### Documentation\n\n- `readableColor` - Update docs and function signature to be clearer\nabout the use of each parameter.\n\n###\n[`v4.0.4`](https://github.com/styled-components/polished/releases/tag/v4.0.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.3...v4.0.4)\n\n### Bug Fixes\n\n- **transparentize** - addressed an issue where we weren't handling\ncases where floats were greater than 2 decimals.\n([#​548](https://github.com/styled-components/polished/issues/548))\n- **npm** - addressed an issue where .yarn cache was bloating published\npackage size, along with some other ignore optimization.\n([#​553](https://github.com/styled-components/polished/issues/553)\nThanks [@​scttcper](https://github.com/scttcper))\n\n###\n[`v4.0.3`](https://github.com/styled-components/polished/releases/tag/v4.0.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.2...v4.0.3)\n\n### Bug Fix\n\n- Updated [@​babel/runtime](https://github.com/babel/runtime) to\naddress webpack v5 compatibility issue (Thanks\n[@​koba04](https://github.com/koba04) -\n[#​547](https://github.com/styled-components/polished/issues/547)\n)\n\n###\n[`v4.0.2`](https://github.com/styled-components/polished/releases/tag/v4.0.2)\n\n### Bug Fix\n\n- `ellipsis`: Fixes an issue where the `webkit` prefix was not properly\napplied with the multiline option. (Thanks\n[@​drakang4](https://github.com/drakang4) -\n[#​546](https://github.com/styled-components/polished/issues/546))\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- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://github.com/renovatebot/renovate).\n\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->\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>\nCo-authored-by: jennypavlova <dzheni.pavlova@elastic.co>\nCo-authored-by: Shahzad <shahzad31comp@gmail.com>","sha":"a402f4e584165b44d03b4773b1158b83e9b94551"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/206220","number":206220,"mergeCommit":{"message":"Update dependency polished to v4 (main) (#206220)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [polished](https://polished.js.org)\n([source](https://github.com/styled-components/polished)) |\ndependencies | major | [`^3.7.2` ->\n`^4.3.1`](https://renovatebot.com/diffs/npm/polished/3.7.2/4.3.1) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>styled-components/polished (polished)</summary>\n\n###\n[`v4.3.1`](https://github.com/styled-components/polished/releases/tag/v4.3.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.3.0...v4.3.1)\n\n### Bug Fixes & Improvements\n\n- Remove annotate-pure-calls plugin to address incompatibility with\nlater versions of rollup.\n- Update dependencies.\n\n###\n[`v4.3.0`](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n###\n[`v4.2.2`](https://github.com/styled-components/polished/releases/tag/v4.2.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.1...v4.2.2)\n\n### Bug Fixes\n\n- **Color Modules** - addresses an issue with longer floats in color\nvalues.\n([#​610](https://github.com/styled-components/polished/issues/610)\n- Thanks to [@​levymetal](https://github.com/levymetal))\n\n###\n[`v4.2.1`](https://github.com/styled-components/polished/releases/tag/v4.2.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.0...v4.2.1)\n\n### Bug Fixes\n\n- **`hls(a)`** - now properly parses percentages for opacity.\n- **`rgb(a)`** - now properly parses percentages for opacity.\n\n###\n[`v4.2.0`](https://github.com/styled-components/polished/releases/tag/v4.2.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.4...v4.2.0)\n\n### Improvements\n\n- **color Modules** - now support space-separated CSS color values for\nrgb(a) and hsl(a).\n([#​605](https://github.com/styled-components/polished/issues/605))\n- **`rgb`** - now accepts optional opacity value.\n- **`hsl`** - now accepts optional opacity value.\n\n###\n[`v4.1.4`](https://github.com/styled-components/polished/releases/tag/v4.1.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.3...v4.1.4)\n\n### Bug Fixes\n\n- **mix** - remove unnecessary division by 1\n([#​59](https://github.com/styled-components/polished/issues/59))\n\n###\n[`v4.1.3`](https://github.com/styled-components/polished/releases/tag/v4.1.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3)\n\n### Bug Fixes\n\n- Addressed several performance issues with regexes.\n\n###\n[`v4.1.2`](https://github.com/styled-components/polished/releases/tag/v4.1.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.1...v4.1.2)\n\n### Bug Fixes\n\n- **fluidRange** - updated return value to use an array to address\nunclear object property typing error in flow.\n\n###\n[`v4.1.1`](https://github.com/styled-components/polished/releases/tag/v4.1.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.0...v4.1.1)\n\n### Bug Fixes\n\n- **scarf** - removed scarf analytics package due to yarn\nincompatibilities and concerns over GDPR compliance.\n\n###\n[`v4.1.0`](https://github.com/styled-components/polished/releases/tag/v4.1.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.5...v4.1.0)\n\n### Introducing polished.js v4.1.0!\n\nWe're super stoked to announce that polished.js v4.1.0 is officially\nout! It is available via your package manager of choice. This will be\nthe final non-patch release before v5.\n\n`npm install polished`\n`yarn add polished`\n\n#### Release Highlights\n\n##### New Module\n\n- **`remToPx`**: We've introduced a new module to handle converting to\n`rem` values to `px` values.\n([#​376](https://github.com/styled-components/polished/issues/376))\n\n##### Analytics\n\n- We are now leveraging [Scarf](https://scarf.sh) to track package\nanalytics. You can opt-out of this functionality by following [these\ninstructions](https://docs.scarf.sh/package-analytics/#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics)\n\n###\n[`v4.0.5`](https://github.com/styled-components/polished/releases/tag/v4.0.5)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.4...v4.0.5)\n\n#### Documentation\n\n- `readableColor` - Update docs and function signature to be clearer\nabout the use of each parameter.\n\n###\n[`v4.0.4`](https://github.com/styled-components/polished/releases/tag/v4.0.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.3...v4.0.4)\n\n### Bug Fixes\n\n- **transparentize** - addressed an issue where we weren't handling\ncases where floats were greater than 2 decimals.\n([#​548](https://github.com/styled-components/polished/issues/548))\n- **npm** - addressed an issue where .yarn cache was bloating published\npackage size, along with some other ignore optimization.\n([#​553](https://github.com/styled-components/polished/issues/553)\nThanks [@​scttcper](https://github.com/scttcper))\n\n###\n[`v4.0.3`](https://github.com/styled-components/polished/releases/tag/v4.0.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.2...v4.0.3)\n\n### Bug Fix\n\n- Updated [@​babel/runtime](https://github.com/babel/runtime) to\naddress webpack v5 compatibility issue (Thanks\n[@​koba04](https://github.com/koba04) -\n[#​547](https://github.com/styled-components/polished/issues/547)\n)\n\n###\n[`v4.0.2`](https://github.com/styled-components/polished/releases/tag/v4.0.2)\n\n### Bug Fix\n\n- `ellipsis`: Fixes an issue where the `webkit` prefix was not properly\napplied with the multiline option. (Thanks\n[@​drakang4](https://github.com/drakang4) -\n[#​546](https://github.com/styled-components/polished/issues/546))\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- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://github.com/renovatebot/renovate).\n\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->\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>\nCo-authored-by: jennypavlova <dzheni.pavlova@elastic.co>\nCo-authored-by: Shahzad <shahzad31comp@gmail.com>","sha":"a402f4e584165b44d03b4773b1158b83e9b94551"}}]}] BACKPORT--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
kibanamachine
added a commit
that referenced
this pull request
Feb 12, 2025
# Backport This will backport the following commits from `main` to `8.x`: - [Update dependency polished to v4 (main) (#206220)](#206220) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-02-12T17:33:46Z","message":"Update dependency polished to v4 (main) (#206220)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [polished](https://polished.js.org)\n([source](https://github.com/styled-components/polished)) |\ndependencies | major | [`^3.7.2` ->\n`^4.3.1`](https://renovatebot.com/diffs/npm/polished/3.7.2/4.3.1) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>styled-components/polished (polished)</summary>\n\n###\n[`v4.3.1`](https://github.com/styled-components/polished/releases/tag/v4.3.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.3.0...v4.3.1)\n\n### Bug Fixes & Improvements\n\n- Remove annotate-pure-calls plugin to address incompatibility with\nlater versions of rollup.\n- Update dependencies.\n\n###\n[`v4.3.0`](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n###\n[`v4.2.2`](https://github.com/styled-components/polished/releases/tag/v4.2.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.1...v4.2.2)\n\n### Bug Fixes\n\n- **Color Modules** - addresses an issue with longer floats in color\nvalues.\n([#​610](https://github.com/styled-components/polished/issues/610)\n- Thanks to [@​levymetal](https://github.com/levymetal))\n\n###\n[`v4.2.1`](https://github.com/styled-components/polished/releases/tag/v4.2.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.0...v4.2.1)\n\n### Bug Fixes\n\n- **`hls(a)`** - now properly parses percentages for opacity.\n- **`rgb(a)`** - now properly parses percentages for opacity.\n\n###\n[`v4.2.0`](https://github.com/styled-components/polished/releases/tag/v4.2.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.4...v4.2.0)\n\n### Improvements\n\n- **color Modules** - now support space-separated CSS color values for\nrgb(a) and hsl(a).\n([#​605](https://github.com/styled-components/polished/issues/605))\n- **`rgb`** - now accepts optional opacity value.\n- **`hsl`** - now accepts optional opacity value.\n\n###\n[`v4.1.4`](https://github.com/styled-components/polished/releases/tag/v4.1.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.3...v4.1.4)\n\n### Bug Fixes\n\n- **mix** - remove unnecessary division by 1\n([#​59](https://github.com/styled-components/polished/issues/59))\n\n###\n[`v4.1.3`](https://github.com/styled-components/polished/releases/tag/v4.1.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3)\n\n### Bug Fixes\n\n- Addressed several performance issues with regexes.\n\n###\n[`v4.1.2`](https://github.com/styled-components/polished/releases/tag/v4.1.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.1...v4.1.2)\n\n### Bug Fixes\n\n- **fluidRange** - updated return value to use an array to address\nunclear object property typing error in flow.\n\n###\n[`v4.1.1`](https://github.com/styled-components/polished/releases/tag/v4.1.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.0...v4.1.1)\n\n### Bug Fixes\n\n- **scarf** - removed scarf analytics package due to yarn\nincompatibilities and concerns over GDPR compliance.\n\n###\n[`v4.1.0`](https://github.com/styled-components/polished/releases/tag/v4.1.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.5...v4.1.0)\n\n### Introducing polished.js v4.1.0!\n\nWe're super stoked to announce that polished.js v4.1.0 is officially\nout! It is available via your package manager of choice. This will be\nthe final non-patch release before v5.\n\n`npm install polished`\n`yarn add polished`\n\n#### Release Highlights\n\n##### New Module\n\n- **`remToPx`**: We've introduced a new module to handle converting to\n`rem` values to `px` values.\n([#​376](https://github.com/styled-components/polished/issues/376))\n\n##### Analytics\n\n- We are now leveraging [Scarf](https://scarf.sh) to track package\nanalytics. You can opt-out of this functionality by following [these\ninstructions](https://docs.scarf.sh/package-analytics/#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics)\n\n###\n[`v4.0.5`](https://github.com/styled-components/polished/releases/tag/v4.0.5)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.4...v4.0.5)\n\n#### Documentation\n\n- `readableColor` - Update docs and function signature to be clearer\nabout the use of each parameter.\n\n###\n[`v4.0.4`](https://github.com/styled-components/polished/releases/tag/v4.0.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.3...v4.0.4)\n\n### Bug Fixes\n\n- **transparentize** - addressed an issue where we weren't handling\ncases where floats were greater than 2 decimals.\n([#​548](https://github.com/styled-components/polished/issues/548))\n- **npm** - addressed an issue where .yarn cache was bloating published\npackage size, along with some other ignore optimization.\n([#​553](https://github.com/styled-components/polished/issues/553)\nThanks [@​scttcper](https://github.com/scttcper))\n\n###\n[`v4.0.3`](https://github.com/styled-components/polished/releases/tag/v4.0.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.2...v4.0.3)\n\n### Bug Fix\n\n- Updated [@​babel/runtime](https://github.com/babel/runtime) to\naddress webpack v5 compatibility issue (Thanks\n[@​koba04](https://github.com/koba04) -\n[#​547](https://github.com/styled-components/polished/issues/547)\n)\n\n###\n[`v4.0.2`](https://github.com/styled-components/polished/releases/tag/v4.0.2)\n\n### Bug Fix\n\n- `ellipsis`: Fixes an issue where the `webkit` prefix was not properly\napplied with the multiline option. (Thanks\n[@​drakang4](https://github.com/drakang4) -\n[#​546](https://github.com/styled-components/polished/issues/546))\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- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://github.com/renovatebot/renovate).\n\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->\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>\nCo-authored-by: jennypavlova <dzheni.pavlova@elastic.co>\nCo-authored-by: Shahzad <shahzad31comp@gmail.com>","sha":"a402f4e584165b44d03b4773b1158b83e9b94551","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:SharedUX","backport:all-open","v9.1.0"],"title":"Update dependency polished to v4 (main)","number":206220,"url":"https://github.com/elastic/kibana/pull/206220","mergeCommit":{"message":"Update dependency polished to v4 (main) (#206220)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [polished](https://polished.js.org)\n([source](https://github.com/styled-components/polished)) |\ndependencies | major | [`^3.7.2` ->\n`^4.3.1`](https://renovatebot.com/diffs/npm/polished/3.7.2/4.3.1) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>styled-components/polished (polished)</summary>\n\n###\n[`v4.3.1`](https://github.com/styled-components/polished/releases/tag/v4.3.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.3.0...v4.3.1)\n\n### Bug Fixes & Improvements\n\n- Remove annotate-pure-calls plugin to address incompatibility with\nlater versions of rollup.\n- Update dependencies.\n\n###\n[`v4.3.0`](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n###\n[`v4.2.2`](https://github.com/styled-components/polished/releases/tag/v4.2.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.1...v4.2.2)\n\n### Bug Fixes\n\n- **Color Modules** - addresses an issue with longer floats in color\nvalues.\n([#​610](https://github.com/styled-components/polished/issues/610)\n- Thanks to [@​levymetal](https://github.com/levymetal))\n\n###\n[`v4.2.1`](https://github.com/styled-components/polished/releases/tag/v4.2.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.0...v4.2.1)\n\n### Bug Fixes\n\n- **`hls(a)`** - now properly parses percentages for opacity.\n- **`rgb(a)`** - now properly parses percentages for opacity.\n\n###\n[`v4.2.0`](https://github.com/styled-components/polished/releases/tag/v4.2.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.4...v4.2.0)\n\n### Improvements\n\n- **color Modules** - now support space-separated CSS color values for\nrgb(a) and hsl(a).\n([#​605](https://github.com/styled-components/polished/issues/605))\n- **`rgb`** - now accepts optional opacity value.\n- **`hsl`** - now accepts optional opacity value.\n\n###\n[`v4.1.4`](https://github.com/styled-components/polished/releases/tag/v4.1.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.3...v4.1.4)\n\n### Bug Fixes\n\n- **mix** - remove unnecessary division by 1\n([#​59](https://github.com/styled-components/polished/issues/59))\n\n###\n[`v4.1.3`](https://github.com/styled-components/polished/releases/tag/v4.1.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3)\n\n### Bug Fixes\n\n- Addressed several performance issues with regexes.\n\n###\n[`v4.1.2`](https://github.com/styled-components/polished/releases/tag/v4.1.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.1...v4.1.2)\n\n### Bug Fixes\n\n- **fluidRange** - updated return value to use an array to address\nunclear object property typing error in flow.\n\n###\n[`v4.1.1`](https://github.com/styled-components/polished/releases/tag/v4.1.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.0...v4.1.1)\n\n### Bug Fixes\n\n- **scarf** - removed scarf analytics package due to yarn\nincompatibilities and concerns over GDPR compliance.\n\n###\n[`v4.1.0`](https://github.com/styled-components/polished/releases/tag/v4.1.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.5...v4.1.0)\n\n### Introducing polished.js v4.1.0!\n\nWe're super stoked to announce that polished.js v4.1.0 is officially\nout! It is available via your package manager of choice. This will be\nthe final non-patch release before v5.\n\n`npm install polished`\n`yarn add polished`\n\n#### Release Highlights\n\n##### New Module\n\n- **`remToPx`**: We've introduced a new module to handle converting to\n`rem` values to `px` values.\n([#​376](https://github.com/styled-components/polished/issues/376))\n\n##### Analytics\n\n- We are now leveraging [Scarf](https://scarf.sh) to track package\nanalytics. You can opt-out of this functionality by following [these\ninstructions](https://docs.scarf.sh/package-analytics/#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics)\n\n###\n[`v4.0.5`](https://github.com/styled-components/polished/releases/tag/v4.0.5)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.4...v4.0.5)\n\n#### Documentation\n\n- `readableColor` - Update docs and function signature to be clearer\nabout the use of each parameter.\n\n###\n[`v4.0.4`](https://github.com/styled-components/polished/releases/tag/v4.0.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.3...v4.0.4)\n\n### Bug Fixes\n\n- **transparentize** - addressed an issue where we weren't handling\ncases where floats were greater than 2 decimals.\n([#​548](https://github.com/styled-components/polished/issues/548))\n- **npm** - addressed an issue where .yarn cache was bloating published\npackage size, along with some other ignore optimization.\n([#​553](https://github.com/styled-components/polished/issues/553)\nThanks [@​scttcper](https://github.com/scttcper))\n\n###\n[`v4.0.3`](https://github.com/styled-components/polished/releases/tag/v4.0.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.2...v4.0.3)\n\n### Bug Fix\n\n- Updated [@​babel/runtime](https://github.com/babel/runtime) to\naddress webpack v5 compatibility issue (Thanks\n[@​koba04](https://github.com/koba04) -\n[#​547](https://github.com/styled-components/polished/issues/547)\n)\n\n###\n[`v4.0.2`](https://github.com/styled-components/polished/releases/tag/v4.0.2)\n\n### Bug Fix\n\n- `ellipsis`: Fixes an issue where the `webkit` prefix was not properly\napplied with the multiline option. (Thanks\n[@​drakang4](https://github.com/drakang4) -\n[#​546](https://github.com/styled-components/polished/issues/546))\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- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://github.com/renovatebot/renovate).\n\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->\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>\nCo-authored-by: jennypavlova <dzheni.pavlova@elastic.co>\nCo-authored-by: Shahzad <shahzad31comp@gmail.com>","sha":"a402f4e584165b44d03b4773b1158b83e9b94551"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/206220","number":206220,"mergeCommit":{"message":"Update dependency polished to v4 (main) (#206220)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [polished](https://polished.js.org)\n([source](https://github.com/styled-components/polished)) |\ndependencies | major | [`^3.7.2` ->\n`^4.3.1`](https://renovatebot.com/diffs/npm/polished/3.7.2/4.3.1) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>styled-components/polished (polished)</summary>\n\n###\n[`v4.3.1`](https://github.com/styled-components/polished/releases/tag/v4.3.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.3.0...v4.3.1)\n\n### Bug Fixes & Improvements\n\n- Remove annotate-pure-calls plugin to address incompatibility with\nlater versions of rollup.\n- Update dependencies.\n\n###\n[`v4.3.0`](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n###\n[`v4.2.2`](https://github.com/styled-components/polished/releases/tag/v4.2.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.1...v4.2.2)\n\n### Bug Fixes\n\n- **Color Modules** - addresses an issue with longer floats in color\nvalues.\n([#​610](https://github.com/styled-components/polished/issues/610)\n- Thanks to [@​levymetal](https://github.com/levymetal))\n\n###\n[`v4.2.1`](https://github.com/styled-components/polished/releases/tag/v4.2.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.0...v4.2.1)\n\n### Bug Fixes\n\n- **`hls(a)`** - now properly parses percentages for opacity.\n- **`rgb(a)`** - now properly parses percentages for opacity.\n\n###\n[`v4.2.0`](https://github.com/styled-components/polished/releases/tag/v4.2.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.4...v4.2.0)\n\n### Improvements\n\n- **color Modules** - now support space-separated CSS color values for\nrgb(a) and hsl(a).\n([#​605](https://github.com/styled-components/polished/issues/605))\n- **`rgb`** - now accepts optional opacity value.\n- **`hsl`** - now accepts optional opacity value.\n\n###\n[`v4.1.4`](https://github.com/styled-components/polished/releases/tag/v4.1.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.3...v4.1.4)\n\n### Bug Fixes\n\n- **mix** - remove unnecessary division by 1\n([#​59](https://github.com/styled-components/polished/issues/59))\n\n###\n[`v4.1.3`](https://github.com/styled-components/polished/releases/tag/v4.1.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3)\n\n### Bug Fixes\n\n- Addressed several performance issues with regexes.\n\n###\n[`v4.1.2`](https://github.com/styled-components/polished/releases/tag/v4.1.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.1...v4.1.2)\n\n### Bug Fixes\n\n- **fluidRange** - updated return value to use an array to address\nunclear object property typing error in flow.\n\n###\n[`v4.1.1`](https://github.com/styled-components/polished/releases/tag/v4.1.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.0...v4.1.1)\n\n### Bug Fixes\n\n- **scarf** - removed scarf analytics package due to yarn\nincompatibilities and concerns over GDPR compliance.\n\n###\n[`v4.1.0`](https://github.com/styled-components/polished/releases/tag/v4.1.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.5...v4.1.0)\n\n### Introducing polished.js v4.1.0!\n\nWe're super stoked to announce that polished.js v4.1.0 is officially\nout! It is available via your package manager of choice. This will be\nthe final non-patch release before v5.\n\n`npm install polished`\n`yarn add polished`\n\n#### Release Highlights\n\n##### New Module\n\n- **`remToPx`**: We've introduced a new module to handle converting to\n`rem` values to `px` values.\n([#​376](https://github.com/styled-components/polished/issues/376))\n\n##### Analytics\n\n- We are now leveraging [Scarf](https://scarf.sh) to track package\nanalytics. You can opt-out of this functionality by following [these\ninstructions](https://docs.scarf.sh/package-analytics/#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics)\n\n###\n[`v4.0.5`](https://github.com/styled-components/polished/releases/tag/v4.0.5)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.4...v4.0.5)\n\n#### Documentation\n\n- `readableColor` - Update docs and function signature to be clearer\nabout the use of each parameter.\n\n###\n[`v4.0.4`](https://github.com/styled-components/polished/releases/tag/v4.0.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.3...v4.0.4)\n\n### Bug Fixes\n\n- **transparentize** - addressed an issue where we weren't handling\ncases where floats were greater than 2 decimals.\n([#​548](https://github.com/styled-components/polished/issues/548))\n- **npm** - addressed an issue where .yarn cache was bloating published\npackage size, along with some other ignore optimization.\n([#​553](https://github.com/styled-components/polished/issues/553)\nThanks [@​scttcper](https://github.com/scttcper))\n\n###\n[`v4.0.3`](https://github.com/styled-components/polished/releases/tag/v4.0.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.2...v4.0.3)\n\n### Bug Fix\n\n- Updated [@​babel/runtime](https://github.com/babel/runtime) to\naddress webpack v5 compatibility issue (Thanks\n[@​koba04](https://github.com/koba04) -\n[#​547](https://github.com/styled-components/polished/issues/547)\n)\n\n###\n[`v4.0.2`](https://github.com/styled-components/polished/releases/tag/v4.0.2)\n\n### Bug Fix\n\n- `ellipsis`: Fixes an issue where the `webkit` prefix was not properly\napplied with the multiline option. (Thanks\n[@​drakang4](https://github.com/drakang4) -\n[#​546](https://github.com/styled-components/polished/issues/546))\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- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://github.com/renovatebot/renovate).\n\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->\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>\nCo-authored-by: jennypavlova <dzheni.pavlova@elastic.co>\nCo-authored-by: Shahzad <shahzad31comp@gmail.com>","sha":"a402f4e584165b44d03b4773b1158b83e9b94551"}}]}] BACKPORT--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
kibanamachine
added a commit
that referenced
this pull request
Feb 12, 2025
# Backport This will backport the following commits from `main` to `8.16`: - [Update dependency polished to v4 (main) (#206220)](#206220) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-02-12T17:33:46Z","message":"Update dependency polished to v4 (main) (#206220)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [polished](https://polished.js.org)\n([source](https://github.com/styled-components/polished)) |\ndependencies | major | [`^3.7.2` ->\n`^4.3.1`](https://renovatebot.com/diffs/npm/polished/3.7.2/4.3.1) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>styled-components/polished (polished)</summary>\n\n###\n[`v4.3.1`](https://github.com/styled-components/polished/releases/tag/v4.3.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.3.0...v4.3.1)\n\n### Bug Fixes & Improvements\n\n- Remove annotate-pure-calls plugin to address incompatibility with\nlater versions of rollup.\n- Update dependencies.\n\n###\n[`v4.3.0`](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n###\n[`v4.2.2`](https://github.com/styled-components/polished/releases/tag/v4.2.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.1...v4.2.2)\n\n### Bug Fixes\n\n- **Color Modules** - addresses an issue with longer floats in color\nvalues.\n([#​610](https://github.com/styled-components/polished/issues/610)\n- Thanks to [@​levymetal](https://github.com/levymetal))\n\n###\n[`v4.2.1`](https://github.com/styled-components/polished/releases/tag/v4.2.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.0...v4.2.1)\n\n### Bug Fixes\n\n- **`hls(a)`** - now properly parses percentages for opacity.\n- **`rgb(a)`** - now properly parses percentages for opacity.\n\n###\n[`v4.2.0`](https://github.com/styled-components/polished/releases/tag/v4.2.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.4...v4.2.0)\n\n### Improvements\n\n- **color Modules** - now support space-separated CSS color values for\nrgb(a) and hsl(a).\n([#​605](https://github.com/styled-components/polished/issues/605))\n- **`rgb`** - now accepts optional opacity value.\n- **`hsl`** - now accepts optional opacity value.\n\n###\n[`v4.1.4`](https://github.com/styled-components/polished/releases/tag/v4.1.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.3...v4.1.4)\n\n### Bug Fixes\n\n- **mix** - remove unnecessary division by 1\n([#​59](https://github.com/styled-components/polished/issues/59))\n\n###\n[`v4.1.3`](https://github.com/styled-components/polished/releases/tag/v4.1.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3)\n\n### Bug Fixes\n\n- Addressed several performance issues with regexes.\n\n###\n[`v4.1.2`](https://github.com/styled-components/polished/releases/tag/v4.1.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.1...v4.1.2)\n\n### Bug Fixes\n\n- **fluidRange** - updated return value to use an array to address\nunclear object property typing error in flow.\n\n###\n[`v4.1.1`](https://github.com/styled-components/polished/releases/tag/v4.1.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.0...v4.1.1)\n\n### Bug Fixes\n\n- **scarf** - removed scarf analytics package due to yarn\nincompatibilities and concerns over GDPR compliance.\n\n###\n[`v4.1.0`](https://github.com/styled-components/polished/releases/tag/v4.1.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.5...v4.1.0)\n\n### Introducing polished.js v4.1.0!\n\nWe're super stoked to announce that polished.js v4.1.0 is officially\nout! It is available via your package manager of choice. This will be\nthe final non-patch release before v5.\n\n`npm install polished`\n`yarn add polished`\n\n#### Release Highlights\n\n##### New Module\n\n- **`remToPx`**: We've introduced a new module to handle converting to\n`rem` values to `px` values.\n([#​376](https://github.com/styled-components/polished/issues/376))\n\n##### Analytics\n\n- We are now leveraging [Scarf](https://scarf.sh) to track package\nanalytics. You can opt-out of this functionality by following [these\ninstructions](https://docs.scarf.sh/package-analytics/#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics)\n\n###\n[`v4.0.5`](https://github.com/styled-components/polished/releases/tag/v4.0.5)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.4...v4.0.5)\n\n#### Documentation\n\n- `readableColor` - Update docs and function signature to be clearer\nabout the use of each parameter.\n\n###\n[`v4.0.4`](https://github.com/styled-components/polished/releases/tag/v4.0.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.3...v4.0.4)\n\n### Bug Fixes\n\n- **transparentize** - addressed an issue where we weren't handling\ncases where floats were greater than 2 decimals.\n([#​548](https://github.com/styled-components/polished/issues/548))\n- **npm** - addressed an issue where .yarn cache was bloating published\npackage size, along with some other ignore optimization.\n([#​553](https://github.com/styled-components/polished/issues/553)\nThanks [@​scttcper](https://github.com/scttcper))\n\n###\n[`v4.0.3`](https://github.com/styled-components/polished/releases/tag/v4.0.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.2...v4.0.3)\n\n### Bug Fix\n\n- Updated [@​babel/runtime](https://github.com/babel/runtime) to\naddress webpack v5 compatibility issue (Thanks\n[@​koba04](https://github.com/koba04) -\n[#​547](https://github.com/styled-components/polished/issues/547)\n)\n\n###\n[`v4.0.2`](https://github.com/styled-components/polished/releases/tag/v4.0.2)\n\n### Bug Fix\n\n- `ellipsis`: Fixes an issue where the `webkit` prefix was not properly\napplied with the multiline option. (Thanks\n[@​drakang4](https://github.com/drakang4) -\n[#​546](https://github.com/styled-components/polished/issues/546))\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- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://github.com/renovatebot/renovate).\n\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->\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>\nCo-authored-by: jennypavlova <dzheni.pavlova@elastic.co>\nCo-authored-by: Shahzad <shahzad31comp@gmail.com>","sha":"a402f4e584165b44d03b4773b1158b83e9b94551","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:SharedUX","backport:all-open","v9.1.0"],"title":"Update dependency polished to v4 (main)","number":206220,"url":"https://github.com/elastic/kibana/pull/206220","mergeCommit":{"message":"Update dependency polished to v4 (main) (#206220)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [polished](https://polished.js.org)\n([source](https://github.com/styled-components/polished)) |\ndependencies | major | [`^3.7.2` ->\n`^4.3.1`](https://renovatebot.com/diffs/npm/polished/3.7.2/4.3.1) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>styled-components/polished (polished)</summary>\n\n###\n[`v4.3.1`](https://github.com/styled-components/polished/releases/tag/v4.3.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.3.0...v4.3.1)\n\n### Bug Fixes & Improvements\n\n- Remove annotate-pure-calls plugin to address incompatibility with\nlater versions of rollup.\n- Update dependencies.\n\n###\n[`v4.3.0`](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n###\n[`v4.2.2`](https://github.com/styled-components/polished/releases/tag/v4.2.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.1...v4.2.2)\n\n### Bug Fixes\n\n- **Color Modules** - addresses an issue with longer floats in color\nvalues.\n([#​610](https://github.com/styled-components/polished/issues/610)\n- Thanks to [@​levymetal](https://github.com/levymetal))\n\n###\n[`v4.2.1`](https://github.com/styled-components/polished/releases/tag/v4.2.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.0...v4.2.1)\n\n### Bug Fixes\n\n- **`hls(a)`** - now properly parses percentages for opacity.\n- **`rgb(a)`** - now properly parses percentages for opacity.\n\n###\n[`v4.2.0`](https://github.com/styled-components/polished/releases/tag/v4.2.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.4...v4.2.0)\n\n### Improvements\n\n- **color Modules** - now support space-separated CSS color values for\nrgb(a) and hsl(a).\n([#​605](https://github.com/styled-components/polished/issues/605))\n- **`rgb`** - now accepts optional opacity value.\n- **`hsl`** - now accepts optional opacity value.\n\n###\n[`v4.1.4`](https://github.com/styled-components/polished/releases/tag/v4.1.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.3...v4.1.4)\n\n### Bug Fixes\n\n- **mix** - remove unnecessary division by 1\n([#​59](https://github.com/styled-components/polished/issues/59))\n\n###\n[`v4.1.3`](https://github.com/styled-components/polished/releases/tag/v4.1.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3)\n\n### Bug Fixes\n\n- Addressed several performance issues with regexes.\n\n###\n[`v4.1.2`](https://github.com/styled-components/polished/releases/tag/v4.1.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.1...v4.1.2)\n\n### Bug Fixes\n\n- **fluidRange** - updated return value to use an array to address\nunclear object property typing error in flow.\n\n###\n[`v4.1.1`](https://github.com/styled-components/polished/releases/tag/v4.1.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.0...v4.1.1)\n\n### Bug Fixes\n\n- **scarf** - removed scarf analytics package due to yarn\nincompatibilities and concerns over GDPR compliance.\n\n###\n[`v4.1.0`](https://github.com/styled-components/polished/releases/tag/v4.1.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.5...v4.1.0)\n\n### Introducing polished.js v4.1.0!\n\nWe're super stoked to announce that polished.js v4.1.0 is officially\nout! It is available via your package manager of choice. This will be\nthe final non-patch release before v5.\n\n`npm install polished`\n`yarn add polished`\n\n#### Release Highlights\n\n##### New Module\n\n- **`remToPx`**: We've introduced a new module to handle converting to\n`rem` values to `px` values.\n([#​376](https://github.com/styled-components/polished/issues/376))\n\n##### Analytics\n\n- We are now leveraging [Scarf](https://scarf.sh) to track package\nanalytics. You can opt-out of this functionality by following [these\ninstructions](https://docs.scarf.sh/package-analytics/#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics)\n\n###\n[`v4.0.5`](https://github.com/styled-components/polished/releases/tag/v4.0.5)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.4...v4.0.5)\n\n#### Documentation\n\n- `readableColor` - Update docs and function signature to be clearer\nabout the use of each parameter.\n\n###\n[`v4.0.4`](https://github.com/styled-components/polished/releases/tag/v4.0.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.3...v4.0.4)\n\n### Bug Fixes\n\n- **transparentize** - addressed an issue where we weren't handling\ncases where floats were greater than 2 decimals.\n([#​548](https://github.com/styled-components/polished/issues/548))\n- **npm** - addressed an issue where .yarn cache was bloating published\npackage size, along with some other ignore optimization.\n([#​553](https://github.com/styled-components/polished/issues/553)\nThanks [@​scttcper](https://github.com/scttcper))\n\n###\n[`v4.0.3`](https://github.com/styled-components/polished/releases/tag/v4.0.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.2...v4.0.3)\n\n### Bug Fix\n\n- Updated [@​babel/runtime](https://github.com/babel/runtime) to\naddress webpack v5 compatibility issue (Thanks\n[@​koba04](https://github.com/koba04) -\n[#​547](https://github.com/styled-components/polished/issues/547)\n)\n\n###\n[`v4.0.2`](https://github.com/styled-components/polished/releases/tag/v4.0.2)\n\n### Bug Fix\n\n- `ellipsis`: Fixes an issue where the `webkit` prefix was not properly\napplied with the multiline option. (Thanks\n[@​drakang4](https://github.com/drakang4) -\n[#​546](https://github.com/styled-components/polished/issues/546))\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- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://github.com/renovatebot/renovate).\n\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->\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>\nCo-authored-by: jennypavlova <dzheni.pavlova@elastic.co>\nCo-authored-by: Shahzad <shahzad31comp@gmail.com>","sha":"a402f4e584165b44d03b4773b1158b83e9b94551"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/206220","number":206220,"mergeCommit":{"message":"Update dependency polished to v4 (main) (#206220)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [polished](https://polished.js.org)\n([source](https://github.com/styled-components/polished)) |\ndependencies | major | [`^3.7.2` ->\n`^4.3.1`](https://renovatebot.com/diffs/npm/polished/3.7.2/4.3.1) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>styled-components/polished (polished)</summary>\n\n###\n[`v4.3.1`](https://github.com/styled-components/polished/releases/tag/v4.3.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.3.0...v4.3.1)\n\n### Bug Fixes & Improvements\n\n- Remove annotate-pure-calls plugin to address incompatibility with\nlater versions of rollup.\n- Update dependencies.\n\n###\n[`v4.3.0`](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n###\n[`v4.2.2`](https://github.com/styled-components/polished/releases/tag/v4.2.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.1...v4.2.2)\n\n### Bug Fixes\n\n- **Color Modules** - addresses an issue with longer floats in color\nvalues.\n([#​610](https://github.com/styled-components/polished/issues/610)\n- Thanks to [@​levymetal](https://github.com/levymetal))\n\n###\n[`v4.2.1`](https://github.com/styled-components/polished/releases/tag/v4.2.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.0...v4.2.1)\n\n### Bug Fixes\n\n- **`hls(a)`** - now properly parses percentages for opacity.\n- **`rgb(a)`** - now properly parses percentages for opacity.\n\n###\n[`v4.2.0`](https://github.com/styled-components/polished/releases/tag/v4.2.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.4...v4.2.0)\n\n### Improvements\n\n- **color Modules** - now support space-separated CSS color values for\nrgb(a) and hsl(a).\n([#​605](https://github.com/styled-components/polished/issues/605))\n- **`rgb`** - now accepts optional opacity value.\n- **`hsl`** - now accepts optional opacity value.\n\n###\n[`v4.1.4`](https://github.com/styled-components/polished/releases/tag/v4.1.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.3...v4.1.4)\n\n### Bug Fixes\n\n- **mix** - remove unnecessary division by 1\n([#​59](https://github.com/styled-components/polished/issues/59))\n\n###\n[`v4.1.3`](https://github.com/styled-components/polished/releases/tag/v4.1.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3)\n\n### Bug Fixes\n\n- Addressed several performance issues with regexes.\n\n###\n[`v4.1.2`](https://github.com/styled-components/polished/releases/tag/v4.1.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.1...v4.1.2)\n\n### Bug Fixes\n\n- **fluidRange** - updated return value to use an array to address\nunclear object property typing error in flow.\n\n###\n[`v4.1.1`](https://github.com/styled-components/polished/releases/tag/v4.1.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.0...v4.1.1)\n\n### Bug Fixes\n\n- **scarf** - removed scarf analytics package due to yarn\nincompatibilities and concerns over GDPR compliance.\n\n###\n[`v4.1.0`](https://github.com/styled-components/polished/releases/tag/v4.1.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.5...v4.1.0)\n\n### Introducing polished.js v4.1.0!\n\nWe're super stoked to announce that polished.js v4.1.0 is officially\nout! It is available via your package manager of choice. This will be\nthe final non-patch release before v5.\n\n`npm install polished`\n`yarn add polished`\n\n#### Release Highlights\n\n##### New Module\n\n- **`remToPx`**: We've introduced a new module to handle converting to\n`rem` values to `px` values.\n([#​376](https://github.com/styled-components/polished/issues/376))\n\n##### Analytics\n\n- We are now leveraging [Scarf](https://scarf.sh) to track package\nanalytics. You can opt-out of this functionality by following [these\ninstructions](https://docs.scarf.sh/package-analytics/#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics)\n\n###\n[`v4.0.5`](https://github.com/styled-components/polished/releases/tag/v4.0.5)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.4...v4.0.5)\n\n#### Documentation\n\n- `readableColor` - Update docs and function signature to be clearer\nabout the use of each parameter.\n\n###\n[`v4.0.4`](https://github.com/styled-components/polished/releases/tag/v4.0.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.3...v4.0.4)\n\n### Bug Fixes\n\n- **transparentize** - addressed an issue where we weren't handling\ncases where floats were greater than 2 decimals.\n([#​548](https://github.com/styled-components/polished/issues/548))\n- **npm** - addressed an issue where .yarn cache was bloating published\npackage size, along with some other ignore optimization.\n([#​553](https://github.com/styled-components/polished/issues/553)\nThanks [@​scttcper](https://github.com/scttcper))\n\n###\n[`v4.0.3`](https://github.com/styled-components/polished/releases/tag/v4.0.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.2...v4.0.3)\n\n### Bug Fix\n\n- Updated [@​babel/runtime](https://github.com/babel/runtime) to\naddress webpack v5 compatibility issue (Thanks\n[@​koba04](https://github.com/koba04) -\n[#​547](https://github.com/styled-components/polished/issues/547)\n)\n\n###\n[`v4.0.2`](https://github.com/styled-components/polished/releases/tag/v4.0.2)\n\n### Bug Fix\n\n- `ellipsis`: Fixes an issue where the `webkit` prefix was not properly\napplied with the multiline option. (Thanks\n[@​drakang4](https://github.com/drakang4) -\n[#​546](https://github.com/styled-components/polished/issues/546))\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- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://github.com/renovatebot/renovate).\n\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->\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>\nCo-authored-by: jennypavlova <dzheni.pavlova@elastic.co>\nCo-authored-by: Shahzad <shahzad31comp@gmail.com>","sha":"a402f4e584165b44d03b4773b1158b83e9b94551"}}]}] BACKPORT--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
kibanamachine
added a commit
that referenced
this pull request
Feb 12, 2025
# Backport This will backport the following commits from `main` to `8.17`: - [Update dependency polished to v4 (main) (#206220)](#206220) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-02-12T17:33:46Z","message":"Update dependency polished to v4 (main) (#206220)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [polished](https://polished.js.org)\n([source](https://github.com/styled-components/polished)) |\ndependencies | major | [`^3.7.2` ->\n`^4.3.1`](https://renovatebot.com/diffs/npm/polished/3.7.2/4.3.1) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>styled-components/polished (polished)</summary>\n\n###\n[`v4.3.1`](https://github.com/styled-components/polished/releases/tag/v4.3.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.3.0...v4.3.1)\n\n### Bug Fixes & Improvements\n\n- Remove annotate-pure-calls plugin to address incompatibility with\nlater versions of rollup.\n- Update dependencies.\n\n###\n[`v4.3.0`](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n###\n[`v4.2.2`](https://github.com/styled-components/polished/releases/tag/v4.2.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.1...v4.2.2)\n\n### Bug Fixes\n\n- **Color Modules** - addresses an issue with longer floats in color\nvalues.\n([#​610](https://github.com/styled-components/polished/issues/610)\n- Thanks to [@​levymetal](https://github.com/levymetal))\n\n###\n[`v4.2.1`](https://github.com/styled-components/polished/releases/tag/v4.2.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.0...v4.2.1)\n\n### Bug Fixes\n\n- **`hls(a)`** - now properly parses percentages for opacity.\n- **`rgb(a)`** - now properly parses percentages for opacity.\n\n###\n[`v4.2.0`](https://github.com/styled-components/polished/releases/tag/v4.2.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.4...v4.2.0)\n\n### Improvements\n\n- **color Modules** - now support space-separated CSS color values for\nrgb(a) and hsl(a).\n([#​605](https://github.com/styled-components/polished/issues/605))\n- **`rgb`** - now accepts optional opacity value.\n- **`hsl`** - now accepts optional opacity value.\n\n###\n[`v4.1.4`](https://github.com/styled-components/polished/releases/tag/v4.1.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.3...v4.1.4)\n\n### Bug Fixes\n\n- **mix** - remove unnecessary division by 1\n([#​59](https://github.com/styled-components/polished/issues/59))\n\n###\n[`v4.1.3`](https://github.com/styled-components/polished/releases/tag/v4.1.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3)\n\n### Bug Fixes\n\n- Addressed several performance issues with regexes.\n\n###\n[`v4.1.2`](https://github.com/styled-components/polished/releases/tag/v4.1.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.1...v4.1.2)\n\n### Bug Fixes\n\n- **fluidRange** - updated return value to use an array to address\nunclear object property typing error in flow.\n\n###\n[`v4.1.1`](https://github.com/styled-components/polished/releases/tag/v4.1.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.0...v4.1.1)\n\n### Bug Fixes\n\n- **scarf** - removed scarf analytics package due to yarn\nincompatibilities and concerns over GDPR compliance.\n\n###\n[`v4.1.0`](https://github.com/styled-components/polished/releases/tag/v4.1.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.5...v4.1.0)\n\n### Introducing polished.js v4.1.0!\n\nWe're super stoked to announce that polished.js v4.1.0 is officially\nout! It is available via your package manager of choice. This will be\nthe final non-patch release before v5.\n\n`npm install polished`\n`yarn add polished`\n\n#### Release Highlights\n\n##### New Module\n\n- **`remToPx`**: We've introduced a new module to handle converting to\n`rem` values to `px` values.\n([#​376](https://github.com/styled-components/polished/issues/376))\n\n##### Analytics\n\n- We are now leveraging [Scarf](https://scarf.sh) to track package\nanalytics. You can opt-out of this functionality by following [these\ninstructions](https://docs.scarf.sh/package-analytics/#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics)\n\n###\n[`v4.0.5`](https://github.com/styled-components/polished/releases/tag/v4.0.5)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.4...v4.0.5)\n\n#### Documentation\n\n- `readableColor` - Update docs and function signature to be clearer\nabout the use of each parameter.\n\n###\n[`v4.0.4`](https://github.com/styled-components/polished/releases/tag/v4.0.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.3...v4.0.4)\n\n### Bug Fixes\n\n- **transparentize** - addressed an issue where we weren't handling\ncases where floats were greater than 2 decimals.\n([#​548](https://github.com/styled-components/polished/issues/548))\n- **npm** - addressed an issue where .yarn cache was bloating published\npackage size, along with some other ignore optimization.\n([#​553](https://github.com/styled-components/polished/issues/553)\nThanks [@​scttcper](https://github.com/scttcper))\n\n###\n[`v4.0.3`](https://github.com/styled-components/polished/releases/tag/v4.0.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.2...v4.0.3)\n\n### Bug Fix\n\n- Updated [@​babel/runtime](https://github.com/babel/runtime) to\naddress webpack v5 compatibility issue (Thanks\n[@​koba04](https://github.com/koba04) -\n[#​547](https://github.com/styled-components/polished/issues/547)\n)\n\n###\n[`v4.0.2`](https://github.com/styled-components/polished/releases/tag/v4.0.2)\n\n### Bug Fix\n\n- `ellipsis`: Fixes an issue where the `webkit` prefix was not properly\napplied with the multiline option. (Thanks\n[@​drakang4](https://github.com/drakang4) -\n[#​546](https://github.com/styled-components/polished/issues/546))\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- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://github.com/renovatebot/renovate).\n\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->\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>\nCo-authored-by: jennypavlova <dzheni.pavlova@elastic.co>\nCo-authored-by: Shahzad <shahzad31comp@gmail.com>","sha":"a402f4e584165b44d03b4773b1158b83e9b94551","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:SharedUX","backport:all-open","v9.1.0"],"title":"Update dependency polished to v4 (main)","number":206220,"url":"https://github.com/elastic/kibana/pull/206220","mergeCommit":{"message":"Update dependency polished to v4 (main) (#206220)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [polished](https://polished.js.org)\n([source](https://github.com/styled-components/polished)) |\ndependencies | major | [`^3.7.2` ->\n`^4.3.1`](https://renovatebot.com/diffs/npm/polished/3.7.2/4.3.1) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>styled-components/polished (polished)</summary>\n\n###\n[`v4.3.1`](https://github.com/styled-components/polished/releases/tag/v4.3.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.3.0...v4.3.1)\n\n### Bug Fixes & Improvements\n\n- Remove annotate-pure-calls plugin to address incompatibility with\nlater versions of rollup.\n- Update dependencies.\n\n###\n[`v4.3.0`](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n###\n[`v4.2.2`](https://github.com/styled-components/polished/releases/tag/v4.2.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.1...v4.2.2)\n\n### Bug Fixes\n\n- **Color Modules** - addresses an issue with longer floats in color\nvalues.\n([#​610](https://github.com/styled-components/polished/issues/610)\n- Thanks to [@​levymetal](https://github.com/levymetal))\n\n###\n[`v4.2.1`](https://github.com/styled-components/polished/releases/tag/v4.2.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.0...v4.2.1)\n\n### Bug Fixes\n\n- **`hls(a)`** - now properly parses percentages for opacity.\n- **`rgb(a)`** - now properly parses percentages for opacity.\n\n###\n[`v4.2.0`](https://github.com/styled-components/polished/releases/tag/v4.2.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.4...v4.2.0)\n\n### Improvements\n\n- **color Modules** - now support space-separated CSS color values for\nrgb(a) and hsl(a).\n([#​605](https://github.com/styled-components/polished/issues/605))\n- **`rgb`** - now accepts optional opacity value.\n- **`hsl`** - now accepts optional opacity value.\n\n###\n[`v4.1.4`](https://github.com/styled-components/polished/releases/tag/v4.1.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.3...v4.1.4)\n\n### Bug Fixes\n\n- **mix** - remove unnecessary division by 1\n([#​59](https://github.com/styled-components/polished/issues/59))\n\n###\n[`v4.1.3`](https://github.com/styled-components/polished/releases/tag/v4.1.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3)\n\n### Bug Fixes\n\n- Addressed several performance issues with regexes.\n\n###\n[`v4.1.2`](https://github.com/styled-components/polished/releases/tag/v4.1.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.1...v4.1.2)\n\n### Bug Fixes\n\n- **fluidRange** - updated return value to use an array to address\nunclear object property typing error in flow.\n\n###\n[`v4.1.1`](https://github.com/styled-components/polished/releases/tag/v4.1.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.0...v4.1.1)\n\n### Bug Fixes\n\n- **scarf** - removed scarf analytics package due to yarn\nincompatibilities and concerns over GDPR compliance.\n\n###\n[`v4.1.0`](https://github.com/styled-components/polished/releases/tag/v4.1.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.5...v4.1.0)\n\n### Introducing polished.js v4.1.0!\n\nWe're super stoked to announce that polished.js v4.1.0 is officially\nout! It is available via your package manager of choice. This will be\nthe final non-patch release before v5.\n\n`npm install polished`\n`yarn add polished`\n\n#### Release Highlights\n\n##### New Module\n\n- **`remToPx`**: We've introduced a new module to handle converting to\n`rem` values to `px` values.\n([#​376](https://github.com/styled-components/polished/issues/376))\n\n##### Analytics\n\n- We are now leveraging [Scarf](https://scarf.sh) to track package\nanalytics. You can opt-out of this functionality by following [these\ninstructions](https://docs.scarf.sh/package-analytics/#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics)\n\n###\n[`v4.0.5`](https://github.com/styled-components/polished/releases/tag/v4.0.5)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.4...v4.0.5)\n\n#### Documentation\n\n- `readableColor` - Update docs and function signature to be clearer\nabout the use of each parameter.\n\n###\n[`v4.0.4`](https://github.com/styled-components/polished/releases/tag/v4.0.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.3...v4.0.4)\n\n### Bug Fixes\n\n- **transparentize** - addressed an issue where we weren't handling\ncases where floats were greater than 2 decimals.\n([#​548](https://github.com/styled-components/polished/issues/548))\n- **npm** - addressed an issue where .yarn cache was bloating published\npackage size, along with some other ignore optimization.\n([#​553](https://github.com/styled-components/polished/issues/553)\nThanks [@​scttcper](https://github.com/scttcper))\n\n###\n[`v4.0.3`](https://github.com/styled-components/polished/releases/tag/v4.0.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.2...v4.0.3)\n\n### Bug Fix\n\n- Updated [@​babel/runtime](https://github.com/babel/runtime) to\naddress webpack v5 compatibility issue (Thanks\n[@​koba04](https://github.com/koba04) -\n[#​547](https://github.com/styled-components/polished/issues/547)\n)\n\n###\n[`v4.0.2`](https://github.com/styled-components/polished/releases/tag/v4.0.2)\n\n### Bug Fix\n\n- `ellipsis`: Fixes an issue where the `webkit` prefix was not properly\napplied with the multiline option. (Thanks\n[@​drakang4](https://github.com/drakang4) -\n[#​546](https://github.com/styled-components/polished/issues/546))\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- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://github.com/renovatebot/renovate).\n\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->\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>\nCo-authored-by: jennypavlova <dzheni.pavlova@elastic.co>\nCo-authored-by: Shahzad <shahzad31comp@gmail.com>","sha":"a402f4e584165b44d03b4773b1158b83e9b94551"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/206220","number":206220,"mergeCommit":{"message":"Update dependency polished to v4 (main) (#206220)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [polished](https://polished.js.org)\n([source](https://github.com/styled-components/polished)) |\ndependencies | major | [`^3.7.2` ->\n`^4.3.1`](https://renovatebot.com/diffs/npm/polished/3.7.2/4.3.1) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>styled-components/polished (polished)</summary>\n\n###\n[`v4.3.1`](https://github.com/styled-components/polished/releases/tag/v4.3.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.3.0...v4.3.1)\n\n### Bug Fixes & Improvements\n\n- Remove annotate-pure-calls plugin to address incompatibility with\nlater versions of rollup.\n- Update dependencies.\n\n###\n[`v4.3.0`](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n###\n[`v4.2.2`](https://github.com/styled-components/polished/releases/tag/v4.2.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.1...v4.2.2)\n\n### Bug Fixes\n\n- **Color Modules** - addresses an issue with longer floats in color\nvalues.\n([#​610](https://github.com/styled-components/polished/issues/610)\n- Thanks to [@​levymetal](https://github.com/levymetal))\n\n###\n[`v4.2.1`](https://github.com/styled-components/polished/releases/tag/v4.2.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.0...v4.2.1)\n\n### Bug Fixes\n\n- **`hls(a)`** - now properly parses percentages for opacity.\n- **`rgb(a)`** - now properly parses percentages for opacity.\n\n###\n[`v4.2.0`](https://github.com/styled-components/polished/releases/tag/v4.2.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.4...v4.2.0)\n\n### Improvements\n\n- **color Modules** - now support space-separated CSS color values for\nrgb(a) and hsl(a).\n([#​605](https://github.com/styled-components/polished/issues/605))\n- **`rgb`** - now accepts optional opacity value.\n- **`hsl`** - now accepts optional opacity value.\n\n###\n[`v4.1.4`](https://github.com/styled-components/polished/releases/tag/v4.1.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.3...v4.1.4)\n\n### Bug Fixes\n\n- **mix** - remove unnecessary division by 1\n([#​59](https://github.com/styled-components/polished/issues/59))\n\n###\n[`v4.1.3`](https://github.com/styled-components/polished/releases/tag/v4.1.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3)\n\n### Bug Fixes\n\n- Addressed several performance issues with regexes.\n\n###\n[`v4.1.2`](https://github.com/styled-components/polished/releases/tag/v4.1.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.1...v4.1.2)\n\n### Bug Fixes\n\n- **fluidRange** - updated return value to use an array to address\nunclear object property typing error in flow.\n\n###\n[`v4.1.1`](https://github.com/styled-components/polished/releases/tag/v4.1.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.0...v4.1.1)\n\n### Bug Fixes\n\n- **scarf** - removed scarf analytics package due to yarn\nincompatibilities and concerns over GDPR compliance.\n\n###\n[`v4.1.0`](https://github.com/styled-components/polished/releases/tag/v4.1.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.5...v4.1.0)\n\n### Introducing polished.js v4.1.0!\n\nWe're super stoked to announce that polished.js v4.1.0 is officially\nout! It is available via your package manager of choice. This will be\nthe final non-patch release before v5.\n\n`npm install polished`\n`yarn add polished`\n\n#### Release Highlights\n\n##### New Module\n\n- **`remToPx`**: We've introduced a new module to handle converting to\n`rem` values to `px` values.\n([#​376](https://github.com/styled-components/polished/issues/376))\n\n##### Analytics\n\n- We are now leveraging [Scarf](https://scarf.sh) to track package\nanalytics. You can opt-out of this functionality by following [these\ninstructions](https://docs.scarf.sh/package-analytics/#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics)\n\n###\n[`v4.0.5`](https://github.com/styled-components/polished/releases/tag/v4.0.5)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.4...v4.0.5)\n\n#### Documentation\n\n- `readableColor` - Update docs and function signature to be clearer\nabout the use of each parameter.\n\n###\n[`v4.0.4`](https://github.com/styled-components/polished/releases/tag/v4.0.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.3...v4.0.4)\n\n### Bug Fixes\n\n- **transparentize** - addressed an issue where we weren't handling\ncases where floats were greater than 2 decimals.\n([#​548](https://github.com/styled-components/polished/issues/548))\n- **npm** - addressed an issue where .yarn cache was bloating published\npackage size, along with some other ignore optimization.\n([#​553](https://github.com/styled-components/polished/issues/553)\nThanks [@​scttcper](https://github.com/scttcper))\n\n###\n[`v4.0.3`](https://github.com/styled-components/polished/releases/tag/v4.0.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.2...v4.0.3)\n\n### Bug Fix\n\n- Updated [@​babel/runtime](https://github.com/babel/runtime) to\naddress webpack v5 compatibility issue (Thanks\n[@​koba04](https://github.com/koba04) -\n[#​547](https://github.com/styled-components/polished/issues/547)\n)\n\n###\n[`v4.0.2`](https://github.com/styled-components/polished/releases/tag/v4.0.2)\n\n### Bug Fix\n\n- `ellipsis`: Fixes an issue where the `webkit` prefix was not properly\napplied with the multiline option. (Thanks\n[@​drakang4](https://github.com/drakang4) -\n[#​546](https://github.com/styled-components/polished/issues/546))\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- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://github.com/renovatebot/renovate).\n\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->\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>\nCo-authored-by: jennypavlova <dzheni.pavlova@elastic.co>\nCo-authored-by: Shahzad <shahzad31comp@gmail.com>","sha":"a402f4e584165b44d03b4773b1158b83e9b94551"}}]}] BACKPORT--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
kibanamachine
added a commit
that referenced
this pull request
Feb 12, 2025
# Backport This will backport the following commits from `main` to `8.18`: - [Update dependency polished to v4 (main) (#206220)](#206220) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-02-12T17:33:46Z","message":"Update dependency polished to v4 (main) (#206220)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [polished](https://polished.js.org)\n([source](https://github.com/styled-components/polished)) |\ndependencies | major | [`^3.7.2` ->\n`^4.3.1`](https://renovatebot.com/diffs/npm/polished/3.7.2/4.3.1) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>styled-components/polished (polished)</summary>\n\n###\n[`v4.3.1`](https://github.com/styled-components/polished/releases/tag/v4.3.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.3.0...v4.3.1)\n\n### Bug Fixes & Improvements\n\n- Remove annotate-pure-calls plugin to address incompatibility with\nlater versions of rollup.\n- Update dependencies.\n\n###\n[`v4.3.0`](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n###\n[`v4.2.2`](https://github.com/styled-components/polished/releases/tag/v4.2.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.1...v4.2.2)\n\n### Bug Fixes\n\n- **Color Modules** - addresses an issue with longer floats in color\nvalues.\n([#​610](https://github.com/styled-components/polished/issues/610)\n- Thanks to [@​levymetal](https://github.com/levymetal))\n\n###\n[`v4.2.1`](https://github.com/styled-components/polished/releases/tag/v4.2.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.0...v4.2.1)\n\n### Bug Fixes\n\n- **`hls(a)`** - now properly parses percentages for opacity.\n- **`rgb(a)`** - now properly parses percentages for opacity.\n\n###\n[`v4.2.0`](https://github.com/styled-components/polished/releases/tag/v4.2.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.4...v4.2.0)\n\n### Improvements\n\n- **color Modules** - now support space-separated CSS color values for\nrgb(a) and hsl(a).\n([#​605](https://github.com/styled-components/polished/issues/605))\n- **`rgb`** - now accepts optional opacity value.\n- **`hsl`** - now accepts optional opacity value.\n\n###\n[`v4.1.4`](https://github.com/styled-components/polished/releases/tag/v4.1.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.3...v4.1.4)\n\n### Bug Fixes\n\n- **mix** - remove unnecessary division by 1\n([#​59](https://github.com/styled-components/polished/issues/59))\n\n###\n[`v4.1.3`](https://github.com/styled-components/polished/releases/tag/v4.1.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3)\n\n### Bug Fixes\n\n- Addressed several performance issues with regexes.\n\n###\n[`v4.1.2`](https://github.com/styled-components/polished/releases/tag/v4.1.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.1...v4.1.2)\n\n### Bug Fixes\n\n- **fluidRange** - updated return value to use an array to address\nunclear object property typing error in flow.\n\n###\n[`v4.1.1`](https://github.com/styled-components/polished/releases/tag/v4.1.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.0...v4.1.1)\n\n### Bug Fixes\n\n- **scarf** - removed scarf analytics package due to yarn\nincompatibilities and concerns over GDPR compliance.\n\n###\n[`v4.1.0`](https://github.com/styled-components/polished/releases/tag/v4.1.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.5...v4.1.0)\n\n### Introducing polished.js v4.1.0!\n\nWe're super stoked to announce that polished.js v4.1.0 is officially\nout! It is available via your package manager of choice. This will be\nthe final non-patch release before v5.\n\n`npm install polished`\n`yarn add polished`\n\n#### Release Highlights\n\n##### New Module\n\n- **`remToPx`**: We've introduced a new module to handle converting to\n`rem` values to `px` values.\n([#​376](https://github.com/styled-components/polished/issues/376))\n\n##### Analytics\n\n- We are now leveraging [Scarf](https://scarf.sh) to track package\nanalytics. You can opt-out of this functionality by following [these\ninstructions](https://docs.scarf.sh/package-analytics/#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics)\n\n###\n[`v4.0.5`](https://github.com/styled-components/polished/releases/tag/v4.0.5)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.4...v4.0.5)\n\n#### Documentation\n\n- `readableColor` - Update docs and function signature to be clearer\nabout the use of each parameter.\n\n###\n[`v4.0.4`](https://github.com/styled-components/polished/releases/tag/v4.0.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.3...v4.0.4)\n\n### Bug Fixes\n\n- **transparentize** - addressed an issue where we weren't handling\ncases where floats were greater than 2 decimals.\n([#​548](https://github.com/styled-components/polished/issues/548))\n- **npm** - addressed an issue where .yarn cache was bloating published\npackage size, along with some other ignore optimization.\n([#​553](https://github.com/styled-components/polished/issues/553)\nThanks [@​scttcper](https://github.com/scttcper))\n\n###\n[`v4.0.3`](https://github.com/styled-components/polished/releases/tag/v4.0.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.2...v4.0.3)\n\n### Bug Fix\n\n- Updated [@​babel/runtime](https://github.com/babel/runtime) to\naddress webpack v5 compatibility issue (Thanks\n[@​koba04](https://github.com/koba04) -\n[#​547](https://github.com/styled-components/polished/issues/547)\n)\n\n###\n[`v4.0.2`](https://github.com/styled-components/polished/releases/tag/v4.0.2)\n\n### Bug Fix\n\n- `ellipsis`: Fixes an issue where the `webkit` prefix was not properly\napplied with the multiline option. (Thanks\n[@​drakang4](https://github.com/drakang4) -\n[#​546](https://github.com/styled-components/polished/issues/546))\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- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://github.com/renovatebot/renovate).\n\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->\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>\nCo-authored-by: jennypavlova <dzheni.pavlova@elastic.co>\nCo-authored-by: Shahzad <shahzad31comp@gmail.com>","sha":"a402f4e584165b44d03b4773b1158b83e9b94551","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:SharedUX","backport:all-open","v9.1.0"],"title":"Update dependency polished to v4 (main)","number":206220,"url":"https://github.com/elastic/kibana/pull/206220","mergeCommit":{"message":"Update dependency polished to v4 (main) (#206220)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [polished](https://polished.js.org)\n([source](https://github.com/styled-components/polished)) |\ndependencies | major | [`^3.7.2` ->\n`^4.3.1`](https://renovatebot.com/diffs/npm/polished/3.7.2/4.3.1) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>styled-components/polished (polished)</summary>\n\n###\n[`v4.3.1`](https://github.com/styled-components/polished/releases/tag/v4.3.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.3.0...v4.3.1)\n\n### Bug Fixes & Improvements\n\n- Remove annotate-pure-calls plugin to address incompatibility with\nlater versions of rollup.\n- Update dependencies.\n\n###\n[`v4.3.0`](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n###\n[`v4.2.2`](https://github.com/styled-components/polished/releases/tag/v4.2.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.1...v4.2.2)\n\n### Bug Fixes\n\n- **Color Modules** - addresses an issue with longer floats in color\nvalues.\n([#​610](https://github.com/styled-components/polished/issues/610)\n- Thanks to [@​levymetal](https://github.com/levymetal))\n\n###\n[`v4.2.1`](https://github.com/styled-components/polished/releases/tag/v4.2.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.0...v4.2.1)\n\n### Bug Fixes\n\n- **`hls(a)`** - now properly parses percentages for opacity.\n- **`rgb(a)`** - now properly parses percentages for opacity.\n\n###\n[`v4.2.0`](https://github.com/styled-components/polished/releases/tag/v4.2.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.4...v4.2.0)\n\n### Improvements\n\n- **color Modules** - now support space-separated CSS color values for\nrgb(a) and hsl(a).\n([#​605](https://github.com/styled-components/polished/issues/605))\n- **`rgb`** - now accepts optional opacity value.\n- **`hsl`** - now accepts optional opacity value.\n\n###\n[`v4.1.4`](https://github.com/styled-components/polished/releases/tag/v4.1.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.3...v4.1.4)\n\n### Bug Fixes\n\n- **mix** - remove unnecessary division by 1\n([#​59](https://github.com/styled-components/polished/issues/59))\n\n###\n[`v4.1.3`](https://github.com/styled-components/polished/releases/tag/v4.1.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3)\n\n### Bug Fixes\n\n- Addressed several performance issues with regexes.\n\n###\n[`v4.1.2`](https://github.com/styled-components/polished/releases/tag/v4.1.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.1...v4.1.2)\n\n### Bug Fixes\n\n- **fluidRange** - updated return value to use an array to address\nunclear object property typing error in flow.\n\n###\n[`v4.1.1`](https://github.com/styled-components/polished/releases/tag/v4.1.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.0...v4.1.1)\n\n### Bug Fixes\n\n- **scarf** - removed scarf analytics package due to yarn\nincompatibilities and concerns over GDPR compliance.\n\n###\n[`v4.1.0`](https://github.com/styled-components/polished/releases/tag/v4.1.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.5...v4.1.0)\n\n### Introducing polished.js v4.1.0!\n\nWe're super stoked to announce that polished.js v4.1.0 is officially\nout! It is available via your package manager of choice. This will be\nthe final non-patch release before v5.\n\n`npm install polished`\n`yarn add polished`\n\n#### Release Highlights\n\n##### New Module\n\n- **`remToPx`**: We've introduced a new module to handle converting to\n`rem` values to `px` values.\n([#​376](https://github.com/styled-components/polished/issues/376))\n\n##### Analytics\n\n- We are now leveraging [Scarf](https://scarf.sh) to track package\nanalytics. You can opt-out of this functionality by following [these\ninstructions](https://docs.scarf.sh/package-analytics/#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics)\n\n###\n[`v4.0.5`](https://github.com/styled-components/polished/releases/tag/v4.0.5)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.4...v4.0.5)\n\n#### Documentation\n\n- `readableColor` - Update docs and function signature to be clearer\nabout the use of each parameter.\n\n###\n[`v4.0.4`](https://github.com/styled-components/polished/releases/tag/v4.0.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.3...v4.0.4)\n\n### Bug Fixes\n\n- **transparentize** - addressed an issue where we weren't handling\ncases where floats were greater than 2 decimals.\n([#​548](https://github.com/styled-components/polished/issues/548))\n- **npm** - addressed an issue where .yarn cache was bloating published\npackage size, along with some other ignore optimization.\n([#​553](https://github.com/styled-components/polished/issues/553)\nThanks [@​scttcper](https://github.com/scttcper))\n\n###\n[`v4.0.3`](https://github.com/styled-components/polished/releases/tag/v4.0.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.2...v4.0.3)\n\n### Bug Fix\n\n- Updated [@​babel/runtime](https://github.com/babel/runtime) to\naddress webpack v5 compatibility issue (Thanks\n[@​koba04](https://github.com/koba04) -\n[#​547](https://github.com/styled-components/polished/issues/547)\n)\n\n###\n[`v4.0.2`](https://github.com/styled-components/polished/releases/tag/v4.0.2)\n\n### Bug Fix\n\n- `ellipsis`: Fixes an issue where the `webkit` prefix was not properly\napplied with the multiline option. (Thanks\n[@​drakang4](https://github.com/drakang4) -\n[#​546](https://github.com/styled-components/polished/issues/546))\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- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://github.com/renovatebot/renovate).\n\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->\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>\nCo-authored-by: jennypavlova <dzheni.pavlova@elastic.co>\nCo-authored-by: Shahzad <shahzad31comp@gmail.com>","sha":"a402f4e584165b44d03b4773b1158b83e9b94551"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/206220","number":206220,"mergeCommit":{"message":"Update dependency polished to v4 (main) (#206220)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [polished](https://polished.js.org)\n([source](https://github.com/styled-components/polished)) |\ndependencies | major | [`^3.7.2` ->\n`^4.3.1`](https://renovatebot.com/diffs/npm/polished/3.7.2/4.3.1) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>styled-components/polished (polished)</summary>\n\n###\n[`v4.3.1`](https://github.com/styled-components/polished/releases/tag/v4.3.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.3.0...v4.3.1)\n\n### Bug Fixes & Improvements\n\n- Remove annotate-pure-calls plugin to address incompatibility with\nlater versions of rollup.\n- Update dependencies.\n\n###\n[`v4.3.0`](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.2...v4.3.0)\n\n###\n[`v4.2.2`](https://github.com/styled-components/polished/releases/tag/v4.2.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.1...v4.2.2)\n\n### Bug Fixes\n\n- **Color Modules** - addresses an issue with longer floats in color\nvalues.\n([#​610](https://github.com/styled-components/polished/issues/610)\n- Thanks to [@​levymetal](https://github.com/levymetal))\n\n###\n[`v4.2.1`](https://github.com/styled-components/polished/releases/tag/v4.2.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.2.0...v4.2.1)\n\n### Bug Fixes\n\n- **`hls(a)`** - now properly parses percentages for opacity.\n- **`rgb(a)`** - now properly parses percentages for opacity.\n\n###\n[`v4.2.0`](https://github.com/styled-components/polished/releases/tag/v4.2.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.4...v4.2.0)\n\n### Improvements\n\n- **color Modules** - now support space-separated CSS color values for\nrgb(a) and hsl(a).\n([#​605](https://github.com/styled-components/polished/issues/605))\n- **`rgb`** - now accepts optional opacity value.\n- **`hsl`** - now accepts optional opacity value.\n\n###\n[`v4.1.4`](https://github.com/styled-components/polished/releases/tag/v4.1.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.3...v4.1.4)\n\n### Bug Fixes\n\n- **mix** - remove unnecessary division by 1\n([#​59](https://github.com/styled-components/polished/issues/59))\n\n###\n[`v4.1.3`](https://github.com/styled-components/polished/releases/tag/v4.1.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.2...v4.1.3)\n\n### Bug Fixes\n\n- Addressed several performance issues with regexes.\n\n###\n[`v4.1.2`](https://github.com/styled-components/polished/releases/tag/v4.1.2)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.1...v4.1.2)\n\n### Bug Fixes\n\n- **fluidRange** - updated return value to use an array to address\nunclear object property typing error in flow.\n\n###\n[`v4.1.1`](https://github.com/styled-components/polished/releases/tag/v4.1.1)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.1.0...v4.1.1)\n\n### Bug Fixes\n\n- **scarf** - removed scarf analytics package due to yarn\nincompatibilities and concerns over GDPR compliance.\n\n###\n[`v4.1.0`](https://github.com/styled-components/polished/releases/tag/v4.1.0)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.5...v4.1.0)\n\n### Introducing polished.js v4.1.0!\n\nWe're super stoked to announce that polished.js v4.1.0 is officially\nout! It is available via your package manager of choice. This will be\nthe final non-patch release before v5.\n\n`npm install polished`\n`yarn add polished`\n\n#### Release Highlights\n\n##### New Module\n\n- **`remToPx`**: We've introduced a new module to handle converting to\n`rem` values to `px` values.\n([#​376](https://github.com/styled-components/polished/issues/376))\n\n##### Analytics\n\n- We are now leveraging [Scarf](https://scarf.sh) to track package\nanalytics. You can opt-out of this functionality by following [these\ninstructions](https://docs.scarf.sh/package-analytics/#as-a-user-of-a-package-using-scarf-js-how-can-i-opt-out-of-analytics)\n\n###\n[`v4.0.5`](https://github.com/styled-components/polished/releases/tag/v4.0.5)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.4...v4.0.5)\n\n#### Documentation\n\n- `readableColor` - Update docs and function signature to be clearer\nabout the use of each parameter.\n\n###\n[`v4.0.4`](https://github.com/styled-components/polished/releases/tag/v4.0.4)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.3...v4.0.4)\n\n### Bug Fixes\n\n- **transparentize** - addressed an issue where we weren't handling\ncases where floats were greater than 2 decimals.\n([#​548](https://github.com/styled-components/polished/issues/548))\n- **npm** - addressed an issue where .yarn cache was bloating published\npackage size, along with some other ignore optimization.\n([#​553](https://github.com/styled-components/polished/issues/553)\nThanks [@​scttcper](https://github.com/scttcper))\n\n###\n[`v4.0.3`](https://github.com/styled-components/polished/releases/tag/v4.0.3)\n\n[Compare\nSource](https://github.com/styled-components/polished/compare/v4.0.2...v4.0.3)\n\n### Bug Fix\n\n- Updated [@​babel/runtime](https://github.com/babel/runtime) to\naddress webpack v5 compatibility issue (Thanks\n[@​koba04](https://github.com/koba04) -\n[#​547](https://github.com/styled-components/polished/issues/547)\n)\n\n###\n[`v4.0.2`](https://github.com/styled-components/polished/releases/tag/v4.0.2)\n\n### Bug Fix\n\n- `ellipsis`: Fixes an issue where the `webkit` prefix was not properly\napplied with the multiline option. (Thanks\n[@​drakang4](https://github.com/drakang4) -\n[#​546](https://github.com/styled-components/polished/issues/546))\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- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://github.com/renovatebot/renovate).\n\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNoYXJlZFVYIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->\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>\nCo-authored-by: jennypavlova <dzheni.pavlova@elastic.co>\nCo-authored-by: Shahzad <shahzad31comp@gmail.com>","sha":"a402f4e584165b44d03b4773b1158b83e9b94551"}}]}] BACKPORT--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
azasypkin
pushed a commit
that referenced
this pull request
Feb 18, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@openfeature/server-sdk](https://github.com/open-feature/js-sdk) | dependencies | patch | [`^1.16.1` -> `^1.16.2`](https://renovatebot.com/diffs/npm/@openfeature%2fserver-sdk/1.16.1/1.16.2) | | [@openfeature/web-sdk](https://github.com/open-feature/js-sdk) | dependencies | patch | [`^1.3.1` -> `^1.3.2`](https://renovatebot.com/diffs/npm/@openfeature%2fweb-sdk/1.3.1/1.3.2) | --- ### Release Notes <details> <summary>open-feature/js-sdk (@​openfeature/server-sdk)</summary> ### [`v1.16.2`](https://github.com/open-feature/js-sdk/compare/0cc2590d02ade510a814b02da9eac17aff25072e...1ba149d8e5f56608e87fc10326d1a6acdbcedc05) [Compare Source](https://github.com/open-feature/js-sdk/compare/0cc2590d02ade510a814b02da9eac17aff25072e...1ba149d8e5f56608e87fc10326d1a6acdbcedc05) </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://github.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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNvcmUiLCJUZWFtOlNlY3VyaXR5IiwiYmFja3BvcnQ6cHJldi1taW5vciIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Feb 18, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@openfeature/server-sdk](https://github.com/open-feature/js-sdk) | dependencies | patch | [`^1.16.1` -> `^1.16.2`](https://renovatebot.com/diffs/npm/@openfeature%2fserver-sdk/1.16.1/1.16.2) | | [@openfeature/web-sdk](https://github.com/open-feature/js-sdk) | dependencies | patch | [`^1.3.1` -> `^1.3.2`](https://renovatebot.com/diffs/npm/@openfeature%2fweb-sdk/1.3.1/1.3.2) | --- ### Release Notes <details> <summary>open-feature/js-sdk (@&elastic#8203;openfeature/server-sdk)</summary> ### [`v1.16.2`](https://github.com/open-feature/js-sdk/compare/0cc2590d02ade510a814b02da9eac17aff25072e...1ba149d8e5f56608e87fc10326d1a6acdbcedc05) [Compare Source](https://github.com/open-feature/js-sdk/compare/0cc2590d02ade510a814b02da9eac17aff25072e...1ba149d8e5f56608e87fc10326d1a6acdbcedc05) </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://github.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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNvcmUiLCJUZWFtOlNlY3VyaXR5IiwiYmFja3BvcnQ6cHJldi1taW5vciIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> (cherry picked from commit f6b31b7)
kibanamachine
added a commit
that referenced
this pull request
Feb 18, 2025
# Backport This will backport the following commits from `main` to `9.0`: - [Update OpenFeature (main) (#200273)](#200273) <!--- 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-02-18T09:29:17Z","message":"Update OpenFeature (main) (#200273)\n\nThis PR contains the following updates:\r\n\r\n| Package | Type | Update | Change |\r\n|---|---|---|---|\r\n| [@openfeature/server-sdk](https://github.com/open-feature/js-sdk) |\r\ndependencies | patch | [`^1.16.1` ->\r\n`^1.16.2`](https://renovatebot.com/diffs/npm/@openfeature%2fserver-sdk/1.16.1/1.16.2)\r\n|\r\n| [@openfeature/web-sdk](https://github.com/open-feature/js-sdk) |\r\ndependencies | patch | [`^1.3.1` ->\r\n`^1.3.2`](https://renovatebot.com/diffs/npm/@openfeature%2fweb-sdk/1.3.1/1.3.2)\r\n|\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n<details>\r\n<summary>open-feature/js-sdk (@​openfeature/server-sdk)</summary>\r\n\r\n###\r\n[`v1.16.2`](https://github.com/open-feature/js-sdk/compare/0cc2590d02ade510a814b02da9eac17aff25072e...1ba149d8e5f56608e87fc10326d1a6acdbcedc05)\r\n\r\n[Compare\r\nSource](https://github.com/open-feature/js-sdk/compare/0cc2590d02ade510a814b02da9eac17aff25072e...1ba149d8e5f56608e87fc10326d1a6acdbcedc05)\r\n\r\n</details>\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\r\nAutomerge - At any time (no schedule defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get\r\n[config help](https://github.com/renovatebot/renovate/discussions) if\r\nthat's undesired.\r\n\r\n---\r\n\r\n- [ ] If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Renovate\r\nBot](https://github.com/renovatebot/renovate).\r\n\r\n\r\n\r\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"f6b31b76d39eacb9cc4326ea83f794d28c69787d","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","Team:Security","release_note:skip","backport:prev-minor","v9.1.0"],"title":"Update OpenFeature (main)","number":200273,"url":"https://github.com/elastic/kibana/pull/200273","mergeCommit":{"message":"Update OpenFeature (main) (#200273)\n\nThis PR contains the following updates:\r\n\r\n| Package | Type | Update | Change |\r\n|---|---|---|---|\r\n| [@openfeature/server-sdk](https://github.com/open-feature/js-sdk) |\r\ndependencies | patch | [`^1.16.1` ->\r\n`^1.16.2`](https://renovatebot.com/diffs/npm/@openfeature%2fserver-sdk/1.16.1/1.16.2)\r\n|\r\n| [@openfeature/web-sdk](https://github.com/open-feature/js-sdk) |\r\ndependencies | patch | [`^1.3.1` ->\r\n`^1.3.2`](https://renovatebot.com/diffs/npm/@openfeature%2fweb-sdk/1.3.1/1.3.2)\r\n|\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n<details>\r\n<summary>open-feature/js-sdk (@​openfeature/server-sdk)</summary>\r\n\r\n###\r\n[`v1.16.2`](https://github.com/open-feature/js-sdk/compare/0cc2590d02ade510a814b02da9eac17aff25072e...1ba149d8e5f56608e87fc10326d1a6acdbcedc05)\r\n\r\n[Compare\r\nSource](https://github.com/open-feature/js-sdk/compare/0cc2590d02ade510a814b02da9eac17aff25072e...1ba149d8e5f56608e87fc10326d1a6acdbcedc05)\r\n\r\n</details>\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\r\nAutomerge - At any time (no schedule defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get\r\n[config help](https://github.com/renovatebot/renovate/discussions) if\r\nthat's undesired.\r\n\r\n---\r\n\r\n- [ ] If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Renovate\r\nBot](https://github.com/renovatebot/renovate).\r\n\r\n\r\n\r\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"f6b31b76d39eacb9cc4326ea83f794d28c69787d"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/200273","number":200273,"mergeCommit":{"message":"Update OpenFeature (main) (#200273)\n\nThis PR contains the following updates:\r\n\r\n| Package | Type | Update | Change |\r\n|---|---|---|---|\r\n| [@openfeature/server-sdk](https://github.com/open-feature/js-sdk) |\r\ndependencies | patch | [`^1.16.1` ->\r\n`^1.16.2`](https://renovatebot.com/diffs/npm/@openfeature%2fserver-sdk/1.16.1/1.16.2)\r\n|\r\n| [@openfeature/web-sdk](https://github.com/open-feature/js-sdk) |\r\ndependencies | patch | [`^1.3.1` ->\r\n`^1.3.2`](https://renovatebot.com/diffs/npm/@openfeature%2fweb-sdk/1.3.1/1.3.2)\r\n|\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n<details>\r\n<summary>open-feature/js-sdk (@​openfeature/server-sdk)</summary>\r\n\r\n###\r\n[`v1.16.2`](https://github.com/open-feature/js-sdk/compare/0cc2590d02ade510a814b02da9eac17aff25072e...1ba149d8e5f56608e87fc10326d1a6acdbcedc05)\r\n\r\n[Compare\r\nSource](https://github.com/open-feature/js-sdk/compare/0cc2590d02ade510a814b02da9eac17aff25072e...1ba149d8e5f56608e87fc10326d1a6acdbcedc05)\r\n\r\n</details>\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\r\nAutomerge - At any time (no schedule defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get\r\n[config help](https://github.com/renovatebot/renovate/discussions) if\r\nthat's undesired.\r\n\r\n---\r\n\r\n- [ ] If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR has been generated by [Renovate\r\nBot](https://github.com/renovatebot/renovate).\r\n\r\n\r\n\r\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"f6b31b76d39eacb9cc4326ea83f794d28c69787d"}}]}] BACKPORT--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
weltenwort
pushed a commit
that referenced
this pull request
Feb 21, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [xstate](https://github.com/statelyai/xstate/tree/main/packages/core#readme) ([source](https://github.com/statelyai/xstate)) | dependencies | patch | [`^4.38.2` -> `^4.38.3`](https://renovatebot.com/diffs/npm/xstate/4.38.2/4.38.3) | --- ### Release Notes <details> <summary>statelyai/xstate (xstate)</summary> ### [`v4.38.3`](https://github.com/statelyai/xstate/releases/tag/xstate%404.38.3) [Compare Source](https://github.com/statelyai/xstate/compare/xstate@4.38.2...xstate@4.38.3) ##### Patch Changes - [#​4380](https://github.com/statelyai/xstate/pull/4380) [`e9e065822`](https://github.com/statelyai/xstate/commit/e9e06582215abedf118cf2165e635eccb8e44251) Thanks [@​Andarist](https://github.com/Andarist)! - Fixed an issue with `exit` actions sometimes being called twice when a machine reaches its final state and leads its parent to stopping it at the same time. </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOm9icy11eC1sb2dzIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Feb 21, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [xstate](https://github.com/statelyai/xstate/tree/main/packages/core#readme) ([source](https://github.com/statelyai/xstate)) | dependencies | patch | [`^4.38.2` -> `^4.38.3`](https://renovatebot.com/diffs/npm/xstate/4.38.2/4.38.3) | --- ### Release Notes <details> <summary>statelyai/xstate (xstate)</summary> ### [`v4.38.3`](https://github.com/statelyai/xstate/releases/tag/xstate%404.38.3) [Compare Source](https://github.com/statelyai/xstate/compare/xstate@4.38.2...xstate@4.38.3) ##### Patch Changes - [#&elastic#8203;4380](https://github.com/statelyai/xstate/pull/4380) [`e9e065822`](https://github.com/statelyai/xstate/commit/e9e06582215abedf118cf2165e635eccb8e44251) Thanks [@&elastic#8203;Andarist](https://github.com/Andarist)! - Fixed an issue with `exit` actions sometimes being called twice when a machine reaches its final state and leads its parent to stopping it at the same time. </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOm9icy11eC1sb2dzIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> (cherry picked from commit 876959f)
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Feb 21, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [xstate](https://github.com/statelyai/xstate/tree/main/packages/core#readme) ([source](https://github.com/statelyai/xstate)) | dependencies | patch | [`^4.38.2` -> `^4.38.3`](https://renovatebot.com/diffs/npm/xstate/4.38.2/4.38.3) | --- ### Release Notes <details> <summary>statelyai/xstate (xstate)</summary> ### [`v4.38.3`](https://github.com/statelyai/xstate/releases/tag/xstate%404.38.3) [Compare Source](https://github.com/statelyai/xstate/compare/xstate@4.38.2...xstate@4.38.3) ##### Patch Changes - [#&elastic#8203;4380](https://github.com/statelyai/xstate/pull/4380) [`e9e065822`](https://github.com/statelyai/xstate/commit/e9e06582215abedf118cf2165e635eccb8e44251) Thanks [@&elastic#8203;Andarist](https://github.com/Andarist)! - Fixed an issue with `exit` actions sometimes being called twice when a machine reaches its final state and leads its parent to stopping it at the same time. </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOm9icy11eC1sb2dzIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> (cherry picked from commit 876959f)
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Feb 21, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [xstate](https://github.com/statelyai/xstate/tree/main/packages/core#readme) ([source](https://github.com/statelyai/xstate)) | dependencies | patch | [`^4.38.2` -> `^4.38.3`](https://renovatebot.com/diffs/npm/xstate/4.38.2/4.38.3) | --- ### Release Notes <details> <summary>statelyai/xstate (xstate)</summary> ### [`v4.38.3`](https://github.com/statelyai/xstate/releases/tag/xstate%404.38.3) [Compare Source](https://github.com/statelyai/xstate/compare/xstate@4.38.2...xstate@4.38.3) ##### Patch Changes - [#&elastic#8203;4380](https://github.com/statelyai/xstate/pull/4380) [`e9e065822`](https://github.com/statelyai/xstate/commit/e9e06582215abedf118cf2165e635eccb8e44251) Thanks [@&elastic#8203;Andarist](https://github.com/Andarist)! - Fixed an issue with `exit` actions sometimes being called twice when a machine reaches its final state and leads its parent to stopping it at the same time. </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOm9icy11eC1sb2dzIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> (cherry picked from commit 876959f)
kibanamachine
added a commit
that referenced
this pull request
Feb 21, 2025
# Backport This will backport the following commits from `main` to `8.18`: - [Update dependency xstate to ^4.38.3 (main) (#211786)](#211786) <!--- 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-02-21T15:14:28Z","message":"Update dependency xstate to ^4.38.3 (main) (#211786)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|\n[xstate](https://github.com/statelyai/xstate/tree/main/packages/core#readme)\n([source](https://github.com/statelyai/xstate)) | dependencies\n| patch | [`^4.38.2` ->\n`^4.38.3`](https://renovatebot.com/diffs/npm/xstate/4.38.2/4.38.3) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>statelyai/xstate (xstate)</summary>\n\n###\n[`v4.38.3`](https://github.com/statelyai/xstate/releases/tag/xstate%404.38.3)\n\n[Compare\nSource](https://github.com/statelyai/xstate/compare/xstate@4.38.2...xstate@4.38.3)\n\n##### Patch Changes\n\n- [#​4380](https://github.com/statelyai/xstate/pull/4380)\n[`e9e065822`](https://github.com/statelyai/xstate/commit/e9e06582215abedf118cf2165e635eccb8e44251)\nThanks [@​Andarist](https://github.com/Andarist)! - Fixed\nan issue with `exit` actions sometimes being called twice when a machine\nreaches its final state and leads its parent to stopping it at the same\ntime.\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://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"876959fb014c42c1b771e1aaec4a0d9227a6b40e","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","Team:obs-ux-logs","v9.1.0"],"title":"Update dependency xstate to ^4.38.3 (main)","number":211786,"url":"https://github.com/elastic/kibana/pull/211786","mergeCommit":{"message":"Update dependency xstate to ^4.38.3 (main) (#211786)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|\n[xstate](https://github.com/statelyai/xstate/tree/main/packages/core#readme)\n([source](https://github.com/statelyai/xstate)) | dependencies\n| patch | [`^4.38.2` ->\n`^4.38.3`](https://renovatebot.com/diffs/npm/xstate/4.38.2/4.38.3) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>statelyai/xstate (xstate)</summary>\n\n###\n[`v4.38.3`](https://github.com/statelyai/xstate/releases/tag/xstate%404.38.3)\n\n[Compare\nSource](https://github.com/statelyai/xstate/compare/xstate@4.38.2...xstate@4.38.3)\n\n##### Patch Changes\n\n- [#​4380](https://github.com/statelyai/xstate/pull/4380)\n[`e9e065822`](https://github.com/statelyai/xstate/commit/e9e06582215abedf118cf2165e635eccb8e44251)\nThanks [@​Andarist](https://github.com/Andarist)! - Fixed\nan issue with `exit` actions sometimes being called twice when a machine\nreaches its final state and leads its parent to stopping it at the same\ntime.\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://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"876959fb014c42c1b771e1aaec4a0d9227a6b40e"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/211786","number":211786,"mergeCommit":{"message":"Update dependency xstate to ^4.38.3 (main) (#211786)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|\n[xstate](https://github.com/statelyai/xstate/tree/main/packages/core#readme)\n([source](https://github.com/statelyai/xstate)) | dependencies\n| patch | [`^4.38.2` ->\n`^4.38.3`](https://renovatebot.com/diffs/npm/xstate/4.38.2/4.38.3) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>statelyai/xstate (xstate)</summary>\n\n###\n[`v4.38.3`](https://github.com/statelyai/xstate/releases/tag/xstate%404.38.3)\n\n[Compare\nSource](https://github.com/statelyai/xstate/compare/xstate@4.38.2...xstate@4.38.3)\n\n##### Patch Changes\n\n- [#​4380](https://github.com/statelyai/xstate/pull/4380)\n[`e9e065822`](https://github.com/statelyai/xstate/commit/e9e06582215abedf118cf2165e635eccb8e44251)\nThanks [@​Andarist](https://github.com/Andarist)! - Fixed\nan issue with `exit` actions sometimes being called twice when a machine\nreaches its final state and leads its parent to stopping it at the same\ntime.\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://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"876959fb014c42c1b771e1aaec4a0d9227a6b40e"}}]}] BACKPORT--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
kibanamachine
added a commit
that referenced
this pull request
Feb 21, 2025
# Backport This will backport the following commits from `main` to `9.0`: - [Update dependency xstate to ^4.38.3 (main) (#211786)](#211786) <!--- 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-02-21T15:14:28Z","message":"Update dependency xstate to ^4.38.3 (main) (#211786)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|\n[xstate](https://github.com/statelyai/xstate/tree/main/packages/core#readme)\n([source](https://github.com/statelyai/xstate)) | dependencies\n| patch | [`^4.38.2` ->\n`^4.38.3`](https://renovatebot.com/diffs/npm/xstate/4.38.2/4.38.3) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>statelyai/xstate (xstate)</summary>\n\n###\n[`v4.38.3`](https://github.com/statelyai/xstate/releases/tag/xstate%404.38.3)\n\n[Compare\nSource](https://github.com/statelyai/xstate/compare/xstate@4.38.2...xstate@4.38.3)\n\n##### Patch Changes\n\n- [#​4380](https://github.com/statelyai/xstate/pull/4380)\n[`e9e065822`](https://github.com/statelyai/xstate/commit/e9e06582215abedf118cf2165e635eccb8e44251)\nThanks [@​Andarist](https://github.com/Andarist)! - Fixed\nan issue with `exit` actions sometimes being called twice when a machine\nreaches its final state and leads its parent to stopping it at the same\ntime.\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://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"876959fb014c42c1b771e1aaec4a0d9227a6b40e","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","Team:obs-ux-logs","v9.1.0"],"title":"Update dependency xstate to ^4.38.3 (main)","number":211786,"url":"https://github.com/elastic/kibana/pull/211786","mergeCommit":{"message":"Update dependency xstate to ^4.38.3 (main) (#211786)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|\n[xstate](https://github.com/statelyai/xstate/tree/main/packages/core#readme)\n([source](https://github.com/statelyai/xstate)) | dependencies\n| patch | [`^4.38.2` ->\n`^4.38.3`](https://renovatebot.com/diffs/npm/xstate/4.38.2/4.38.3) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>statelyai/xstate (xstate)</summary>\n\n###\n[`v4.38.3`](https://github.com/statelyai/xstate/releases/tag/xstate%404.38.3)\n\n[Compare\nSource](https://github.com/statelyai/xstate/compare/xstate@4.38.2...xstate@4.38.3)\n\n##### Patch Changes\n\n- [#​4380](https://github.com/statelyai/xstate/pull/4380)\n[`e9e065822`](https://github.com/statelyai/xstate/commit/e9e06582215abedf118cf2165e635eccb8e44251)\nThanks [@​Andarist](https://github.com/Andarist)! - Fixed\nan issue with `exit` actions sometimes being called twice when a machine\nreaches its final state and leads its parent to stopping it at the same\ntime.\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://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"876959fb014c42c1b771e1aaec4a0d9227a6b40e"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/211786","number":211786,"mergeCommit":{"message":"Update dependency xstate to ^4.38.3 (main) (#211786)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|\n[xstate](https://github.com/statelyai/xstate/tree/main/packages/core#readme)\n([source](https://github.com/statelyai/xstate)) | dependencies\n| patch | [`^4.38.2` ->\n`^4.38.3`](https://renovatebot.com/diffs/npm/xstate/4.38.2/4.38.3) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>statelyai/xstate (xstate)</summary>\n\n###\n[`v4.38.3`](https://github.com/statelyai/xstate/releases/tag/xstate%404.38.3)\n\n[Compare\nSource](https://github.com/statelyai/xstate/compare/xstate@4.38.2...xstate@4.38.3)\n\n##### Patch Changes\n\n- [#​4380](https://github.com/statelyai/xstate/pull/4380)\n[`e9e065822`](https://github.com/statelyai/xstate/commit/e9e06582215abedf118cf2165e635eccb8e44251)\nThanks [@​Andarist](https://github.com/Andarist)! - Fixed\nan issue with `exit` actions sometimes being called twice when a machine\nreaches its final state and leads its parent to stopping it at the same\ntime.\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://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"876959fb014c42c1b771e1aaec4a0d9227a6b40e"}}]}] BACKPORT--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
kibanamachine
added a commit
that referenced
this pull request
Feb 21, 2025
# Backport This will backport the following commits from `main` to `8.x`: - [Update dependency xstate to ^4.38.3 (main) (#211786)](#211786) <!--- 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-02-21T15:14:28Z","message":"Update dependency xstate to ^4.38.3 (main) (#211786)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|\n[xstate](https://github.com/statelyai/xstate/tree/main/packages/core#readme)\n([source](https://github.com/statelyai/xstate)) | dependencies\n| patch | [`^4.38.2` ->\n`^4.38.3`](https://renovatebot.com/diffs/npm/xstate/4.38.2/4.38.3) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>statelyai/xstate (xstate)</summary>\n\n###\n[`v4.38.3`](https://github.com/statelyai/xstate/releases/tag/xstate%404.38.3)\n\n[Compare\nSource](https://github.com/statelyai/xstate/compare/xstate@4.38.2...xstate@4.38.3)\n\n##### Patch Changes\n\n- [#​4380](https://github.com/statelyai/xstate/pull/4380)\n[`e9e065822`](https://github.com/statelyai/xstate/commit/e9e06582215abedf118cf2165e635eccb8e44251)\nThanks [@​Andarist](https://github.com/Andarist)! - Fixed\nan issue with `exit` actions sometimes being called twice when a machine\nreaches its final state and leads its parent to stopping it at the same\ntime.\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://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"876959fb014c42c1b771e1aaec4a0d9227a6b40e","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","Team:obs-ux-logs","v9.1.0"],"title":"Update dependency xstate to ^4.38.3 (main)","number":211786,"url":"https://github.com/elastic/kibana/pull/211786","mergeCommit":{"message":"Update dependency xstate to ^4.38.3 (main) (#211786)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|\n[xstate](https://github.com/statelyai/xstate/tree/main/packages/core#readme)\n([source](https://github.com/statelyai/xstate)) | dependencies\n| patch | [`^4.38.2` ->\n`^4.38.3`](https://renovatebot.com/diffs/npm/xstate/4.38.2/4.38.3) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>statelyai/xstate (xstate)</summary>\n\n###\n[`v4.38.3`](https://github.com/statelyai/xstate/releases/tag/xstate%404.38.3)\n\n[Compare\nSource](https://github.com/statelyai/xstate/compare/xstate@4.38.2...xstate@4.38.3)\n\n##### Patch Changes\n\n- [#​4380](https://github.com/statelyai/xstate/pull/4380)\n[`e9e065822`](https://github.com/statelyai/xstate/commit/e9e06582215abedf118cf2165e635eccb8e44251)\nThanks [@​Andarist](https://github.com/Andarist)! - Fixed\nan issue with `exit` actions sometimes being called twice when a machine\nreaches its final state and leads its parent to stopping it at the same\ntime.\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://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"876959fb014c42c1b771e1aaec4a0d9227a6b40e"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/211786","number":211786,"mergeCommit":{"message":"Update dependency xstate to ^4.38.3 (main) (#211786)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|\n[xstate](https://github.com/statelyai/xstate/tree/main/packages/core#readme)\n([source](https://github.com/statelyai/xstate)) | dependencies\n| patch | [`^4.38.2` ->\n`^4.38.3`](https://renovatebot.com/diffs/npm/xstate/4.38.2/4.38.3) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>statelyai/xstate (xstate)</summary>\n\n###\n[`v4.38.3`](https://github.com/statelyai/xstate/releases/tag/xstate%404.38.3)\n\n[Compare\nSource](https://github.com/statelyai/xstate/compare/xstate@4.38.2...xstate@4.38.3)\n\n##### Patch Changes\n\n- [#​4380](https://github.com/statelyai/xstate/pull/4380)\n[`e9e065822`](https://github.com/statelyai/xstate/commit/e9e06582215abedf118cf2165e635eccb8e44251)\nThanks [@​Andarist](https://github.com/Andarist)! - Fixed\nan issue with `exit` actions sometimes being called twice when a machine\nreaches its final state and leads its parent to stopping it at the same\ntime.\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://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"876959fb014c42c1b771e1aaec4a0d9227a6b40e"}}]}] BACKPORT--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Felix Stürmer <weltenwort@users.noreply.github.com>
KDKHD
added a commit
that referenced
this pull request
Feb 26, 2025
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [@langchain/aws](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-aws/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | patch | [`^0.1.2` -> `^0.1.3`](https://renovatebot.com/diffs/npm/@langchain%2faws/0.1.2/0.1.3) | | | [@langchain/community](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-community/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | patch | [`0.3.14` -> `0.3.29`](https://renovatebot.com/diffs/npm/@langchain%2fcommunity/0.3.14/0.3.29) | `0.3.30` | | [@langchain/core](https://github.com/langchain-ai/langchainjs/tree/main/langchain-core/) ([source](https://github.com/langchain-ai/langchainjs)) | resolutions | patch | [`^0.3.16` -> `^0.3.39`](https://renovatebot.com/diffs/npm/@langchain%2fcore/0.3.16/0.3.39) | `0.3.40` | | [@langchain/core](https://github.com/langchain-ai/langchainjs/tree/main/langchain-core/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | patch | [`^0.3.16` -> `^0.3.39`](https://renovatebot.com/diffs/npm/@langchain%2fcore/0.3.16/0.3.39) | `0.3.40` | | [@langchain/google-common](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-google-common/) ([source](https://github.com/langchain-ai/langchainjs)) | resolutions | patch | [`^0.1.1` -> `^0.1.8`](https://renovatebot.com/diffs/npm/@langchain%2fgoogle-common/0.1.1/0.1.8) | | | [@langchain/google-common](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-google-common/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | patch | [`^0.1.1` -> `^0.1.8`](https://renovatebot.com/diffs/npm/@langchain%2fgoogle-common/0.1.1/0.1.8) | | | [@langchain/google-genai](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-google-genai/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | patch | [`^0.1.2` -> `^0.1.8`](https://renovatebot.com/diffs/npm/@langchain%2fgoogle-genai/0.1.2/0.1.8) | | | [@langchain/google-vertexai](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-google-vertexai/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | patch | [`^0.1.0` -> `^0.1.8`](https://renovatebot.com/diffs/npm/@langchain%2fgoogle-vertexai/0.1.0/0.1.8) | | | [@langchain/langgraph](https://github.com/langchain-ai/langgraphjs) | dependencies | patch | [`0.2.19` -> `0.2.45`](https://renovatebot.com/diffs/npm/@langchain%2flanggraph/0.2.19/0.2.45) | `0.2.46` | | [@langchain/openai](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-openai/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | minor | [`^0.3.11` -> `^0.4.3`](https://renovatebot.com/diffs/npm/@langchain%2fopenai/0.3.11/0.4.3) | `0.4.4` | | [langchain](https://github.com/langchain-ai/langchainjs/tree/main/langchain/) ([source](https://github.com/langchain-ai/langchainjs)) | resolutions | patch | [`^0.3.5` -> `^0.3.15`](https://renovatebot.com/diffs/npm/langchain/0.3.5/0.3.15) | | | [langchain](https://github.com/langchain-ai/langchainjs/tree/main/langchain/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | patch | [`^0.3.5` -> `^0.3.15`](https://renovatebot.com/diffs/npm/langchain/0.3.5/0.3.15) | | --- ### Release Notes <details> <summary>langchain-ai/langchainjs (@​langchain/aws)</summary> ### [`v0.1.3`](https://github.com/langchain-ai/langchainjs/releases/tag/0.1.3) [Compare Source](https://github.com/langchain-ai/langchainjs/compare/0.1.2...0.1.3) #### What's Changed - langchain\[patch]: Release 0.1.2 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/3973](https://github.com/langchain-ai/langchainjs/pull/3973) - docs\[patch]: Refactor memory docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/3974](https://github.com/langchain-ai/langchainjs/pull/3974) - docs\[patch]: Fix bad import in docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/3980](https://github.com/langchain-ai/langchainjs/pull/3980) - core\[patch]: Adjust iterable readable stream typing by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/3979](https://github.com/langchain-ai/langchainjs/pull/3979) - Update openai to ^4.24.2 and include logprobs in `generationInfo` by [@​functorism](https://github.com/functorism) in [https://github.com/langchain-ai/langchainjs/pull/3981](https://github.com/langchain-ai/langchainjs/pull/3981) - openai\[patch]: Release 0.0.11 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/3986](https://github.com/langchain-ai/langchainjs/pull/3986) - cloudflare\[major]: Add integration package, fix Vectorize for latest workers by [@​kristianfreeman](https://github.com/kristianfreeman) in [https://github.com/langchain-ai/langchainjs/pull/3982](https://github.com/langchain-ai/langchainjs/pull/3982) - docs\[patch]: Add DLAI to tutorials in docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/3994](https://github.com/langchain-ai/langchainjs/pull/3994) - allow empty arrays for Weaviate metadata by [@​the-powerpointer](https://github.com/the-powerpointer) in [https://github.com/langchain-ai/langchainjs/pull/3991](https://github.com/langchain-ai/langchainjs/pull/3991) - ci\[patch]: Fix CI by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4001](https://github.com/langchain-ai/langchainjs/pull/4001) - community\[minor]: Upgrade Astra client and add support for namespaces by [@​mfortman11](https://github.com/mfortman11) in [https://github.com/langchain-ai/langchainjs/pull/3997](https://github.com/langchain-ai/langchainjs/pull/3997) - community\[patch]: Add upsert by id to MongoDB by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/3999](https://github.com/langchain-ai/langchainjs/pull/3999) - community\[patch]: Release 0.0.17 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4002](https://github.com/langchain-ai/langchainjs/pull/4002) - docs\[minor]: togetherai embeddings docs by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langchainjs/pull/3995](https://github.com/langchain-ai/langchainjs/pull/3995) - Fix typo in createHistoryAwareRetriever documentation by [@​intergalacticmammoth](https://github.com/intergalacticmammoth) in [https://github.com/langchain-ai/langchainjs/pull/4016](https://github.com/langchain-ai/langchainjs/pull/4016) - Add stacktrace to tracer errors by [@​hinthornw](https://github.com/hinthornw) in [https://github.com/langchain-ai/langchainjs/pull/4010](https://github.com/langchain-ai/langchainjs/pull/4010) - update sql_utils: add oracle integration by [@​matheus-santos-souza](https://github.com/matheus-santos-souza) in [https://github.com/langchain-ai/langchainjs/pull/3966](https://github.com/langchain-ai/langchainjs/pull/3966) - core\[minor]: Move function calling definitions and utils to core by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4023](https://github.com/langchain-ai/langchainjs/pull/4023) - core\[patch]: Add docstring, small tweak by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4024](https://github.com/langchain-ai/langchainjs/pull/4024) - core\[patch]: Release 0.1.13 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4026](https://github.com/langchain-ai/langchainjs/pull/4026) - langchain\[patch], openai\[patch]: Use new function calling utils in all docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4025](https://github.com/langchain-ai/langchainjs/pull/4025) - openai\[patch]: Release 0.0.12 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4028](https://github.com/langchain-ai/langchainjs/pull/4028) - langchain\[patch]: Bump dep by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4029](https://github.com/langchain-ai/langchainjs/pull/4029) - langchain\[patch]: Update yarn.lock by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4030](https://github.com/langchain-ai/langchainjs/pull/4030) #### New Contributors - [@​functorism](https://github.com/functorism) made their first contribution in [https://github.com/langchain-ai/langchainjs/pull/3981](https://github.com/langchain-ai/langchainjs/pull/3981) - [@​intergalacticmammoth](https://github.com/intergalacticmammoth) made their first contribution in [https://github.com/langchain-ai/langchainjs/pull/4016](https://github.com/langchain-ai/langchainjs/pull/4016) - [@​matheus-santos-souza](https://github.com/matheus-santos-souza) made their first contribution in [https://github.com/langchain-ai/langchainjs/pull/3966](https://github.com/langchain-ai/langchainjs/pull/3966) **Full Changelog**: https://github.com/langchain-ai/langchainjs/compare/0.1.2...0.1.3 </details> <details> <summary>langchain-ai/langgraphjs (@​langchain/langgraph)</summary> ### [`v0.2.45`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.45) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.44...0.2.45) #### What's Changed - release(langgraph): 0.2.44 by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/829](https://github.com/langchain-ai/langgraphjs/pull/829) - Update README.md by [@​eyurtsev](https://github.com/eyurtsev) in [https://github.com/langchain-ai/langgraphjs/pull/831](https://github.com/langchain-ai/langgraphjs/pull/831) - ci: update upload-arfifact by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/832](https://github.com/langchain-ai/langgraphjs/pull/832) - docs: third party packages.yml by [@​eyurtsev](https://github.com/eyurtsev) in [https://github.com/langchain-ai/langgraphjs/pull/840](https://github.com/langchain-ai/langgraphjs/pull/840) - Update functional_api.md by [@​eyurtsev](https://github.com/eyurtsev) in [https://github.com/langchain-ai/langgraphjs/pull/833](https://github.com/langchain-ai/langgraphjs/pull/833) - fix(docs/etc): Fix miscellaneous typos by [@​nick-w-nick](https://github.com/nick-w-nick) in [https://github.com/langchain-ai/langgraphjs/pull/837](https://github.com/langchain-ai/langgraphjs/pull/837) - fix(docs): adjust list appearance in README by [@​ryukez](https://github.com/ryukez) in [https://github.com/langchain-ai/langgraphjs/pull/834](https://github.com/langchain-ai/langgraphjs/pull/834) - fix(docs): adjust list appearance in tutorials/quickstart by [@​ryukez](https://github.com/ryukez) in [https://github.com/langchain-ai/langgraphjs/pull/835](https://github.com/langchain-ai/langgraphjs/pull/835) - fix(docs): crag wrong tool invocation by [@​SeonMyungLim](https://github.com/SeonMyungLim) in [https://github.com/langchain-ai/langgraphjs/pull/836](https://github.com/langchain-ai/langgraphjs/pull/836) - Interrupt banner by [@​tanushree-sharma](https://github.com/tanushree-sharma) in [https://github.com/langchain-ai/langgraphjs/pull/842](https://github.com/langchain-ai/langgraphjs/pull/842) - Update plans.md by [@​eyurtsev](https://github.com/eyurtsev) in [https://github.com/langchain-ai/langgraphjs/pull/843](https://github.com/langchain-ai/langgraphjs/pull/843) - generate llms-text by [@​eyurtsev](https://github.com/eyurtsev) in [https://github.com/langchain-ai/langgraphjs/pull/844](https://github.com/langchain-ai/langgraphjs/pull/844) - ci: add llms-text by [@​eyurtsev](https://github.com/eyurtsev) in [https://github.com/langchain-ai/langgraphjs/pull/845](https://github.com/langchain-ai/langgraphjs/pull/845) - fix(langgraph): Dedupe input (right-side) messages in messageStateReducer by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/846](https://github.com/langchain-ai/langgraphjs/pull/846) - fix(langgraph): Update messagesStateReducer behavior to apply rightMessages in order by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/847](https://github.com/langchain-ai/langgraphjs/pull/847) #### New Contributors - [@​eyurtsev](https://github.com/eyurtsev) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/831](https://github.com/langchain-ai/langgraphjs/pull/831) - [@​nick-w-nick](https://github.com/nick-w-nick) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/837](https://github.com/langchain-ai/langgraphjs/pull/837) - [@​ryukez](https://github.com/ryukez) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/834](https://github.com/langchain-ai/langgraphjs/pull/834) - [@​SeonMyungLim](https://github.com/SeonMyungLim) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/836](https://github.com/langchain-ai/langgraphjs/pull/836) - [@​tanushree-sharma](https://github.com/tanushree-sharma) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/842](https://github.com/langchain-ai/langgraphjs/pull/842) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.44...0.2.45 ### [`v0.2.44`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.44) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.43...0.2.44) #### What's Changed - Release 0.2.43 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/821](https://github.com/langchain-ai/langgraphjs/pull/821) - docs: Optimize notebook by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/820](https://github.com/langchain-ai/langgraphjs/pull/820) - docs: update README by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/822](https://github.com/langchain-ai/langgraphjs/pull/822) - docs: small README update by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/823](https://github.com/langchain-ai/langgraphjs/pull/823) - chore: bump rollup from 4.32.0 to 4.32.1 in the npm_and_yarn group across 1 directory by [@​dependabot](https://github.com/dependabot) in [https://github.com/langchain-ai/langgraphjs/pull/824](https://github.com/langchain-ai/langgraphjs/pull/824) - release(checkpoint): 0.0.15 by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/825](https://github.com/langchain-ai/langgraphjs/pull/825) - chore(checkpoint-mongodb): release 0.0.5 by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/826](https://github.com/langchain-ai/langgraphjs/pull/826) - release(langgraph-checkpoint-sqlite): 0.1.4 by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/827](https://github.com/langchain-ai/langgraphjs/pull/827) - docs: update to AIMessage.tool_calls by [@​regchiu](https://github.com/regchiu) in [https://github.com/langchain-ai/langgraphjs/pull/784](https://github.com/langchain-ai/langgraphjs/pull/784) - release(langgraph-checkpoint-postgres): 0.0.3 by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/828](https://github.com/langchain-ai/langgraphjs/pull/828) #### New Contributors - [@​regchiu](https://github.com/regchiu) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/784](https://github.com/langchain-ai/langgraphjs/pull/784) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.43...0.2.44 ### [`v0.2.43`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.43) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.42...0.2.43) #### What's Changed - Release 0.2.42 by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/816](https://github.com/langchain-ai/langgraphjs/pull/816) - fix(func): expose input / output types in pregel to support studio by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/811](https://github.com/langchain-ai/langgraphjs/pull/811) - fix(langgraph): Export types for portability by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/819](https://github.com/langchain-ai/langgraphjs/pull/819) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.42...0.2.43 ### [`v0.2.42`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.42) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.41...0.2.42) #### What's Changed - Release 0.2.41 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/789](https://github.com/langchain-ai/langgraphjs/pull/789) - patch(langgraph): Refactor pregel loop to use new `PregelRunner` class, ported from python LangGraph. by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/791](https://github.com/langchain-ai/langgraphjs/pull/791) - add how-to guide on structured output prebuilt react agent by [@​isahers1](https://github.com/isahers1) in [https://github.com/langchain-ai/langgraphjs/pull/794](https://github.com/langchain-ai/langgraphjs/pull/794) - fix(langgraph): abort graph execution when config.signal is aborted by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/795](https://github.com/langchain-ai/langgraphjs/pull/795) - fix(langgraph): make sure the pregel loop aborts on cancellation by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/797](https://github.com/langchain-ai/langgraphjs/pull/797) - docs: update readme and landing page by [@​ccurme](https://github.com/ccurme) in [https://github.com/langchain-ai/langgraphjs/pull/802](https://github.com/langchain-ai/langgraphjs/pull/802) - docs: Update LangGraph.js READMEs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/804](https://github.com/langchain-ai/langgraphjs/pull/804) - docs: fix a broken link by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/808](https://github.com/langchain-ai/langgraphjs/pull/808) - docs: Update docs for functional API by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/809](https://github.com/langchain-ai/langgraphjs/pull/809) - feat(langgraph): functional API by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/793](https://github.com/langchain-ai/langgraphjs/pull/793) - docs: Pull LangGraph Cloud docs on build, update cloud and local server guides by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/813](https://github.com/langchain-ai/langgraphjs/pull/813) - feat: Allow checkpointer as an alias to createReactAgent by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/805](https://github.com/langchain-ai/langgraphjs/pull/805) - build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/langchain-ai/langgraphjs/pull/806](https://github.com/langchain-ai/langgraphjs/pull/806) - docs: update concepts/howto for Command by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/800](https://github.com/langchain-ai/langgraphjs/pull/800) - fix task/entrypoint func type by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/814](https://github.com/langchain-ai/langgraphjs/pull/814) - release(checkpoint): 0.0.14 by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/815](https://github.com/langchain-ai/langgraphjs/pull/815) #### New Contributors - [@​ccurme](https://github.com/ccurme) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/802](https://github.com/langchain-ai/langgraphjs/pull/802) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.41...0.2.42 ### [`v0.2.41`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.41) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/d650ea77e8f8ca486d3dd753b2849d039d55a23e...0.2.41) #### What's Changed - Release 0.2.39 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/774](https://github.com/langchain-ai/langgraphjs/pull/774) - build(deps): bump the npm_and_yarn group across 2 directories with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/langchain-ai/langgraphjs/pull/771](https://github.com/langchain-ai/langgraphjs/pull/771) - feat(langgraph): Add interrupt schema to library by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/775](https://github.com/langchain-ai/langgraphjs/pull/775) - docs: update MULTIPLE_SUBGRAPHS troubleshooting by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/781](https://github.com/langchain-ai/langgraphjs/pull/781) - fix(io): update tuples are ignored by pregel io by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/776](https://github.com/langchain-ai/langgraphjs/pull/776) - release(langgraph): 0.2.40 by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/782](https://github.com/langchain-ai/langgraphjs/pull/782) - chore(langgraph): test errors thrown from conditional edges by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/783](https://github.com/langchain-ai/langgraphjs/pull/783) - feat(docs): add updated CLI command by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/785](https://github.com/langchain-ai/langgraphjs/pull/785) - docs: add up command for the JS CLI by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/786](https://github.com/langchain-ai/langgraphjs/pull/786) - fix(langgraph): add structured response format to prebuilt react agent by [@​isahers1](https://github.com/isahers1) in [https://github.com/langchain-ai/langgraphjs/pull/788](https://github.com/langchain-ai/langgraphjs/pull/788) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.39...0.2.41 ### [`v0.2.40`](https://github.com/langchain-ai/langgraphjs/compare/0.2.39...d650ea77e8f8ca486d3dd753b2849d039d55a23e) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.39...d650ea77e8f8ca486d3dd753b2849d039d55a23e) ### [`v0.2.39`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.39) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.38...0.2.39) #### What's Changed - Release 0.2.38 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/770](https://github.com/langchain-ai/langgraphjs/pull/770) - fix(langgraph): Make streamMode updates yield a final interrupt event, values yield final values by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/773](https://github.com/langchain-ai/langgraphjs/pull/773) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.38...0.2.39 ### [`v0.2.38`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.38) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.37...0.2.38) #### What's Changed - release(langgraph): 0.2.37 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/767](https://github.com/langchain-ai/langgraphjs/pull/767) - fix(langgraph): Fix nostream tags behavior in stream mode messages by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/768](https://github.com/langchain-ai/langgraphjs/pull/768) - docs: Document the nostream tag for stream mode messages by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/769](https://github.com/langchain-ai/langgraphjs/pull/769) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.37...0.2.38 ### [`v0.2.37`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.37) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.36...0.2.37) #### What's Changed - Release 0.2.36 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/762](https://github.com/langchain-ai/langgraphjs/pull/762) - fix(langgraph): Serialize command objects passed as input into remote graph by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/766](https://github.com/langchain-ai/langgraphjs/pull/766) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.36...0.2.37 ### [`v0.2.36`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.36) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/1a7d4cda6967a57bb41762220c802119e52a89c6...0.2.36) #### What's Changed - Release 0.2.34 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/746](https://github.com/langchain-ai/langgraphjs/pull/746) - docs: Add missing doc to index page by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/747](https://github.com/langchain-ai/langgraphjs/pull/747) - build(deps): bump the npm_and_yarn group across 2 directories with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/langchain-ai/langgraphjs/pull/751](https://github.com/langchain-ai/langgraphjs/pull/751) - fix(docs): Update how to index HITL by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/752](https://github.com/langchain-ai/langgraphjs/pull/752) - fix(pregel): interruptBefore and interruptAfter is ignored from `streamEvents` by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/756](https://github.com/langchain-ai/langgraphjs/pull/756) - release(langgraph): Bump to 0.2.35 by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/757](https://github.com/langchain-ai/langgraphjs/pull/757) - fix(langgraph): Fix behavior around array return values from nodes by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/760](https://github.com/langchain-ai/langgraphjs/pull/760) - fix(ci): Revert version bump by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/761](https://github.com/langchain-ai/langgraphjs/pull/761) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.34...0.2.36 ### [`v0.2.35`](https://github.com/langchain-ai/langgraphjs/compare/0.2.34...1a7d4cda6967a57bb41762220c802119e52a89c6) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.34...1a7d4cda6967a57bb41762220c802119e52a89c6) ### [`v0.2.34`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.34) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.33...0.2.34) #### What's Changed - Release 0.2.33 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/742](https://github.com/langchain-ai/langgraphjs/pull/742) - fix(docs): Update HITL and add interrupt docs by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/738](https://github.com/langchain-ai/langgraphjs/pull/738) - fix(langgraph): Fix chat model streaming for streamMode messages by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/745](https://github.com/langchain-ai/langgraphjs/pull/745) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.31...0.2.34 ### [`v0.2.33`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.33) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.32...0.2.33) #### What's Changed - Release 0.2.32 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/736](https://github.com/langchain-ai/langgraphjs/pull/736) - feat(langgraph): Allow tools to return Commands and update graph state by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/740](https://github.com/langchain-ai/langgraphjs/pull/740) - feat(langgraph): Adds error page for unreachable nodes by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/741](https://github.com/langchain-ai/langgraphjs/pull/741) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.32...0.2.33 ### [`v0.2.32`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.32) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.31...0.2.32) #### What's Changed - Release 0.2.31 by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/733](https://github.com/langchain-ai/langgraphjs/pull/733) - fix(langgraph): Fix Command update behavior for static breakpoints by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/734](https://github.com/langchain-ai/langgraphjs/pull/734) - fix(langgraph): Fix state graph invoke typing by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/735](https://github.com/langchain-ai/langgraphjs/pull/735) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.31...0.2.32 ### [`v0.2.31`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.31) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.30...0.2.31) #### What's Changed - Release(langgraph): 0.2.30 by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/730](https://github.com/langchain-ai/langgraphjs/pull/730) - fix(langgraph): Put writes for special channels by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/732](https://github.com/langchain-ai/langgraphjs/pull/732) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.30...0.2.31 ### [`v0.2.30`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.30) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.29...0.2.30) #### What's Changed - docs: Add command docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/725](https://github.com/langchain-ai/langgraphjs/pull/725) - docs: update concept docs by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/726](https://github.com/langchain-ai/langgraphjs/pull/726) - docs: add handoffs by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/727](https://github.com/langchain-ai/langgraphjs/pull/727) - docs: Adds multi agent network docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/728](https://github.com/langchain-ai/langgraphjs/pull/728) - docs: add an FAQ note for command vs cond edge by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/729](https://github.com/langchain-ai/langgraphjs/pull/729) - fix(langgraph): Allow multiple interrupts per node by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/713](https://github.com/langchain-ai/langgraphjs/pull/713) - fix(docs): Update agent supervisor notebook by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/722](https://github.com/langchain-ai/langgraphjs/pull/722) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.26...0.2.30 ### [`v0.2.29`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.29) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.28...0.2.29) #### What's Changed - Release 0.2.28 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/721](https://github.com/langchain-ai/langgraphjs/pull/721) - docs: Fix typo by [@​rxyshww](https://github.com/rxyshww) in [https://github.com/langchain-ai/langgraphjs/pull/719](https://github.com/langchain-ai/langgraphjs/pull/719) - fix(langgraph): Fix validation and drawing for edgeless graphs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/723](https://github.com/langchain-ai/langgraphjs/pull/723) #### New Contributors - [@​rxyshww](https://github.com/rxyshww) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/719](https://github.com/langchain-ai/langgraphjs/pull/719) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.28...0.2.29 ### [`v0.2.28`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.28) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.27...0.2.28) #### What's Changed - release(langgraph): 0.2.27 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/716](https://github.com/langchain-ai/langgraphjs/pull/716) - fix(langgraph): Re-throw NodeInterrupt errors from ToolNode for HITL. by [@​jaredhanson](https://github.com/jaredhanson) in [https://github.com/langchain-ai/langgraphjs/pull/718](https://github.com/langchain-ai/langgraphjs/pull/718) - feat(langgraph): Edgeless graph support by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/717](https://github.com/langchain-ai/langgraphjs/pull/717) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.27...0.2.28 ### [`v0.2.27`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.27) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.26...0.2.27) #### What's Changed - Release 0.2.26 by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/709](https://github.com/langchain-ai/langgraphjs/pull/709) - Allow value of NodeInterrupt to be any (JSON-serializable) type. by [@​jaredhanson](https://github.com/jaredhanson) in [https://github.com/langchain-ai/langgraphjs/pull/710](https://github.com/langchain-ai/langgraphjs/pull/710) - fix: Allow updating state as node end by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/712](https://github.com/langchain-ai/langgraphjs/pull/712) - feat(prebuilt): Adds stateModifier param to createReactAgent by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/714](https://github.com/langchain-ai/langgraphjs/pull/714) - docs: Adds semantic search docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/715](https://github.com/langchain-ai/langgraphjs/pull/715) #### New Contributors - [@​jaredhanson](https://github.com/jaredhanson) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/710](https://github.com/langchain-ai/langgraphjs/pull/710) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.26...0.2.27 ### [`v0.2.26`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.26) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.25...0.2.26) #### What's Changed - fix(langgraph): Prevent non RunnableConfig keys from being passed by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/707](https://github.com/langchain-ai/langgraphjs/pull/707) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.25...0.2.26 ### [`v0.2.25`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.25) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.24...0.2.25) #### What's Changed - release(langgraph): 0.2.24 by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/699](https://github.com/langchain-ai/langgraphjs/pull/699) - InMem Search by [@​hinthornw](https://github.com/hinthornw) in [https://github.com/langchain-ai/langgraphjs/pull/700](https://github.com/langchain-ai/langgraphjs/pull/700) - fix(langgraph): Add test for invoking a single node by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/701](https://github.com/langchain-ai/langgraphjs/pull/701) - fix(debug): interrupts task result double tuple format by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/702](https://github.com/langchain-ai/langgraphjs/pull/702) - fix(interrupt): match signature of GraphInterrupt created in interrupt() by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/703](https://github.com/langchain-ai/langgraphjs/pull/703) - \[Checkpoint] Release 0.0.13 by [@​hinthornw](https://github.com/hinthornw) in [https://github.com/langchain-ai/langgraphjs/pull/704](https://github.com/langchain-ai/langgraphjs/pull/704) - feat(graph): passthrough input types to invoke/stream by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/650](https://github.com/langchain-ai/langgraphjs/pull/650) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.24...0.2.25 ### [`v0.2.24`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.24) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.23...0.2.24) #### What's Changed - Release 0.2.23 by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/693](https://github.com/langchain-ai/langgraphjs/pull/693) - fix(docs): use `messagesStateReducer` instead of `concat` to match Python by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/696](https://github.com/langchain-ai/langgraphjs/pull/696) - fix(langgraph): Add test for subgraph interrupts & resume with Command by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/698](https://github.com/langchain-ai/langgraphjs/pull/698) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.23...0.2.24 ### [`v0.2.23`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.23) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.22...0.2.23) #### What's Changed - Release 0.2.22 by [@​nfcampos](https://github.com/nfcampos) in [https://github.com/langchain-ai/langgraphjs/pull/682](https://github.com/langchain-ai/langgraphjs/pull/682) - build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/langchain-ai/langgraphjs/pull/679](https://github.com/langchain-ai/langgraphjs/pull/679) - docs: Fix typo by [@​kostasx](https://github.com/kostasx) in [https://github.com/langchain-ai/langgraphjs/pull/683](https://github.com/langchain-ai/langgraphjs/pull/683) - fix(ci): Fix release script by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/685](https://github.com/langchain-ai/langgraphjs/pull/685) - fix(docs): added missing dependency in tutorial by adding [@​langchain/langgraph](https://github.com/langchain/langgraph) by [@​greysonthao](https://github.com/greysonthao) in [https://github.com/langchain-ai/langgraphjs/pull/688](https://github.com/langchain-ai/langgraphjs/pull/688) - Implement interrupt(...) and Command({resume: ...}) by [@​nfcampos](https://github.com/nfcampos) in [https://github.com/langchain-ai/langgraphjs/pull/690](https://github.com/langchain-ai/langgraphjs/pull/690) #### New Contributors - [@​kostasx](https://github.com/kostasx) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/683](https://github.com/langchain-ai/langgraphjs/pull/683) - [@​greysonthao](https://github.com/greysonthao) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/688](https://github.com/langchain-ai/langgraphjs/pull/688) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.22...0.2.23 ### [`v0.2.22`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.22) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.21...0.2.22) #### What's Changed - docs: Add breadcrumbs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/670](https://github.com/langchain-ai/langgraphjs/pull/670) - Add update state branch for copy by [@​nfcampos](https://github.com/nfcampos) in [https://github.com/langchain-ai/langgraphjs/pull/680](https://github.com/langchain-ai/langgraphjs/pull/680) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.21...0.2.22 ### [`v0.2.21`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.21) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.20...0.2.21) #### What's Changed - chore(langgraph): Release 0.2.20 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/654](https://github.com/langchain-ai/langgraphjs/pull/654) - feat(remote): upstream type casts from remote to SDK by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/656](https://github.com/langchain-ai/langgraphjs/pull/656) - docs: Fix headers and sidebar in custom streaming page by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/661](https://github.com/langchain-ai/langgraphjs/pull/661) - docs: Fix header and sidebar on stream tokens page by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/662](https://github.com/langchain-ai/langgraphjs/pull/662) - docs: Adds compatibility section to streaming docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/669](https://github.com/langchain-ai/langgraphjs/pull/669) - fix(docs): hierarchical agent teams ntbk by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/664](https://github.com/langchain-ai/langgraphjs/pull/664) - fix(docs): Update broken dynamic tool link by [@​rtuin](https://github.com/rtuin) in [https://github.com/langchain-ai/langgraphjs/pull/671](https://github.com/langchain-ai/langgraphjs/pull/671) - fix(langgraph): Fix recursionLimit passing via .withConfig by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/677](https://github.com/langchain-ai/langgraphjs/pull/677) - chore(langgraph): Release 0.2.21 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/678](https://github.com/langchain-ai/langgraphjs/pull/678) #### New Contributors - [@​rtuin](https://github.com/rtuin) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/671](https://github.com/langchain-ai/langgraphjs/pull/671) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.20...0.2.21 ### [`v0.2.20`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.20) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.19...0.2.20) #### What's Changed - chore(langgraph): Release 0.2.19 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/644](https://github.com/langchain-ai/langgraphjs/pull/644) - docs: New cloud docs by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/642](https://github.com/langchain-ai/langgraphjs/pull/642) - docs: Update copy by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/645](https://github.com/langchain-ai/langgraphjs/pull/645) - Update link by [@​hinthornw](https://github.com/hinthornw) in [https://github.com/langchain-ai/langgraphjs/pull/646](https://github.com/langchain-ai/langgraphjs/pull/646) - fix(langgraph): Fix memory saver immutable assertion by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/649](https://github.com/langchain-ai/langgraphjs/pull/649) - fix(langgraph): Make graph nodes stream chunks immediately rather than aggregating by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/648](https://github.com/langchain-ai/langgraphjs/pull/648) - feat(langgraph): Add stream mode messages by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/651](https://github.com/langchain-ai/langgraphjs/pull/651) - fix(langgraph): Fix array stream_mode defaults by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/652](https://github.com/langchain-ai/langgraphjs/pull/652) - feat(langgraph): Adds custom streaming mode by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/653](https://github.com/langchain-ai/langgraphjs/pull/653) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.19...0.2.20 </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://github.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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNlY3VyaXR5IEdlbmVyYXRpdmUgQUkiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> --------- 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> Co-authored-by: Kenneth Kreindler <kenneth.kreindler@elastic.co> Co-authored-by: Patryk Kopycinski <patryk.kopycinski@elastic.co> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Kenneth Kreindler <42113355+KDKHD@users.noreply.github.com>
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Feb 26, 2025
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [@langchain/aws](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-aws/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | patch | [`^0.1.2` -> `^0.1.3`](https://renovatebot.com/diffs/npm/@langchain%2faws/0.1.2/0.1.3) | | | [@langchain/community](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-community/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | patch | [`0.3.14` -> `0.3.29`](https://renovatebot.com/diffs/npm/@langchain%2fcommunity/0.3.14/0.3.29) | `0.3.30` | | [@langchain/core](https://github.com/langchain-ai/langchainjs/tree/main/langchain-core/) ([source](https://github.com/langchain-ai/langchainjs)) | resolutions | patch | [`^0.3.16` -> `^0.3.39`](https://renovatebot.com/diffs/npm/@langchain%2fcore/0.3.16/0.3.39) | `0.3.40` | | [@langchain/core](https://github.com/langchain-ai/langchainjs/tree/main/langchain-core/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | patch | [`^0.3.16` -> `^0.3.39`](https://renovatebot.com/diffs/npm/@langchain%2fcore/0.3.16/0.3.39) | `0.3.40` | | [@langchain/google-common](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-google-common/) ([source](https://github.com/langchain-ai/langchainjs)) | resolutions | patch | [`^0.1.1` -> `^0.1.8`](https://renovatebot.com/diffs/npm/@langchain%2fgoogle-common/0.1.1/0.1.8) | | | [@langchain/google-common](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-google-common/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | patch | [`^0.1.1` -> `^0.1.8`](https://renovatebot.com/diffs/npm/@langchain%2fgoogle-common/0.1.1/0.1.8) | | | [@langchain/google-genai](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-google-genai/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | patch | [`^0.1.2` -> `^0.1.8`](https://renovatebot.com/diffs/npm/@langchain%2fgoogle-genai/0.1.2/0.1.8) | | | [@langchain/google-vertexai](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-google-vertexai/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | patch | [`^0.1.0` -> `^0.1.8`](https://renovatebot.com/diffs/npm/@langchain%2fgoogle-vertexai/0.1.0/0.1.8) | | | [@langchain/langgraph](https://github.com/langchain-ai/langgraphjs) | dependencies | patch | [`0.2.19` -> `0.2.45`](https://renovatebot.com/diffs/npm/@langchain%2flanggraph/0.2.19/0.2.45) | `0.2.46` | | [@langchain/openai](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-openai/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | minor | [`^0.3.11` -> `^0.4.3`](https://renovatebot.com/diffs/npm/@langchain%2fopenai/0.3.11/0.4.3) | `0.4.4` | | [langchain](https://github.com/langchain-ai/langchainjs/tree/main/langchain/) ([source](https://github.com/langchain-ai/langchainjs)) | resolutions | patch | [`^0.3.5` -> `^0.3.15`](https://renovatebot.com/diffs/npm/langchain/0.3.5/0.3.15) | | | [langchain](https://github.com/langchain-ai/langchainjs/tree/main/langchain/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | patch | [`^0.3.5` -> `^0.3.15`](https://renovatebot.com/diffs/npm/langchain/0.3.5/0.3.15) | | --- ### Release Notes <details> <summary>langchain-ai/langchainjs (@​langchain/aws)</summary> ### [`v0.1.3`](https://github.com/langchain-ai/langchainjs/releases/tag/0.1.3) [Compare Source](https://github.com/langchain-ai/langchainjs/compare/0.1.2...0.1.3) #### What's Changed - langchain\[patch]: Release 0.1.2 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/3973](https://github.com/langchain-ai/langchainjs/pull/3973) - docs\[patch]: Refactor memory docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/3974](https://github.com/langchain-ai/langchainjs/pull/3974) - docs\[patch]: Fix bad import in docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/3980](https://github.com/langchain-ai/langchainjs/pull/3980) - core\[patch]: Adjust iterable readable stream typing by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/3979](https://github.com/langchain-ai/langchainjs/pull/3979) - Update openai to ^4.24.2 and include logprobs in `generationInfo` by [@​functorism](https://github.com/functorism) in [https://github.com/langchain-ai/langchainjs/pull/3981](https://github.com/langchain-ai/langchainjs/pull/3981) - openai\[patch]: Release 0.0.11 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/3986](https://github.com/langchain-ai/langchainjs/pull/3986) - cloudflare\[major]: Add integration package, fix Vectorize for latest workers by [@​kristianfreeman](https://github.com/kristianfreeman) in [https://github.com/langchain-ai/langchainjs/pull/3982](https://github.com/langchain-ai/langchainjs/pull/3982) - docs\[patch]: Add DLAI to tutorials in docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/3994](https://github.com/langchain-ai/langchainjs/pull/3994) - allow empty arrays for Weaviate metadata by [@​the-powerpointer](https://github.com/the-powerpointer) in [https://github.com/langchain-ai/langchainjs/pull/3991](https://github.com/langchain-ai/langchainjs/pull/3991) - ci\[patch]: Fix CI by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4001](https://github.com/langchain-ai/langchainjs/pull/4001) - community\[minor]: Upgrade Astra client and add support for namespaces by [@​mfortman11](https://github.com/mfortman11) in [https://github.com/langchain-ai/langchainjs/pull/3997](https://github.com/langchain-ai/langchainjs/pull/3997) - community\[patch]: Add upsert by id to MongoDB by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/3999](https://github.com/langchain-ai/langchainjs/pull/3999) - community\[patch]: Release 0.0.17 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4002](https://github.com/langchain-ai/langchainjs/pull/4002) - docs\[minor]: togetherai embeddings docs by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langchainjs/pull/3995](https://github.com/langchain-ai/langchainjs/pull/3995) - Fix typo in createHistoryAwareRetriever documentation by [@​intergalacticmammoth](https://github.com/intergalacticmammoth) in [https://github.com/langchain-ai/langchainjs/pull/4016](https://github.com/langchain-ai/langchainjs/pull/4016) - Add stacktrace to tracer errors by [@​hinthornw](https://github.com/hinthornw) in [https://github.com/langchain-ai/langchainjs/pull/4010](https://github.com/langchain-ai/langchainjs/pull/4010) - update sql_utils: add oracle integration by [@​matheus-santos-souza](https://github.com/matheus-santos-souza) in [https://github.com/langchain-ai/langchainjs/pull/3966](https://github.com/langchain-ai/langchainjs/pull/3966) - core\[minor]: Move function calling definitions and utils to core by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4023](https://github.com/langchain-ai/langchainjs/pull/4023) - core\[patch]: Add docstring, small tweak by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4024](https://github.com/langchain-ai/langchainjs/pull/4024) - core\[patch]: Release 0.1.13 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4026](https://github.com/langchain-ai/langchainjs/pull/4026) - langchain\[patch], openai\[patch]: Use new function calling utils in all docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4025](https://github.com/langchain-ai/langchainjs/pull/4025) - openai\[patch]: Release 0.0.12 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4028](https://github.com/langchain-ai/langchainjs/pull/4028) - langchain\[patch]: Bump dep by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4029](https://github.com/langchain-ai/langchainjs/pull/4029) - langchain\[patch]: Update yarn.lock by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4030](https://github.com/langchain-ai/langchainjs/pull/4030) #### New Contributors - [@​functorism](https://github.com/functorism) made their first contribution in [https://github.com/langchain-ai/langchainjs/pull/3981](https://github.com/langchain-ai/langchainjs/pull/3981) - [@​intergalacticmammoth](https://github.com/intergalacticmammoth) made their first contribution in [https://github.com/langchain-ai/langchainjs/pull/4016](https://github.com/langchain-ai/langchainjs/pull/4016) - [@​matheus-santos-souza](https://github.com/matheus-santos-souza) made their first contribution in [https://github.com/langchain-ai/langchainjs/pull/3966](https://github.com/langchain-ai/langchainjs/pull/3966) **Full Changelog**: https://github.com/langchain-ai/langchainjs/compare/0.1.2...0.1.3 </details> <details> <summary>langchain-ai/langgraphjs (@​langchain/langgraph)</summary> ### [`v0.2.45`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.45) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.44...0.2.45) #### What's Changed - release(langgraph): 0.2.44 by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/829](https://github.com/langchain-ai/langgraphjs/pull/829) - Update README.md by [@​eyurtsev](https://github.com/eyurtsev) in [https://github.com/langchain-ai/langgraphjs/pull/831](https://github.com/langchain-ai/langgraphjs/pull/831) - ci: update upload-arfifact by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/832](https://github.com/langchain-ai/langgraphjs/pull/832) - docs: third party packages.yml by [@​eyurtsev](https://github.com/eyurtsev) in [https://github.com/langchain-ai/langgraphjs/pull/840](https://github.com/langchain-ai/langgraphjs/pull/840) - Update functional_api.md by [@​eyurtsev](https://github.com/eyurtsev) in [https://github.com/langchain-ai/langgraphjs/pull/833](https://github.com/langchain-ai/langgraphjs/pull/833) - fix(docs/etc): Fix miscellaneous typos by [@​nick-w-nick](https://github.com/nick-w-nick) in [https://github.com/langchain-ai/langgraphjs/pull/837](https://github.com/langchain-ai/langgraphjs/pull/837) - fix(docs): adjust list appearance in README by [@​ryukez](https://github.com/ryukez) in [https://github.com/langchain-ai/langgraphjs/pull/834](https://github.com/langchain-ai/langgraphjs/pull/834) - fix(docs): adjust list appearance in tutorials/quickstart by [@​ryukez](https://github.com/ryukez) in [https://github.com/langchain-ai/langgraphjs/pull/835](https://github.com/langchain-ai/langgraphjs/pull/835) - fix(docs): crag wrong tool invocation by [@​SeonMyungLim](https://github.com/SeonMyungLim) in [https://github.com/langchain-ai/langgraphjs/pull/836](https://github.com/langchain-ai/langgraphjs/pull/836) - Interrupt banner by [@​tanushree-sharma](https://github.com/tanushree-sharma) in [https://github.com/langchain-ai/langgraphjs/pull/842](https://github.com/langchain-ai/langgraphjs/pull/842) - Update plans.md by [@​eyurtsev](https://github.com/eyurtsev) in [https://github.com/langchain-ai/langgraphjs/pull/843](https://github.com/langchain-ai/langgraphjs/pull/843) - generate llms-text by [@​eyurtsev](https://github.com/eyurtsev) in [https://github.com/langchain-ai/langgraphjs/pull/844](https://github.com/langchain-ai/langgraphjs/pull/844) - ci: add llms-text by [@​eyurtsev](https://github.com/eyurtsev) in [https://github.com/langchain-ai/langgraphjs/pull/845](https://github.com/langchain-ai/langgraphjs/pull/845) - fix(langgraph): Dedupe input (right-side) messages in messageStateReducer by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/846](https://github.com/langchain-ai/langgraphjs/pull/846) - fix(langgraph): Update messagesStateReducer behavior to apply rightMessages in order by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/847](https://github.com/langchain-ai/langgraphjs/pull/847) #### New Contributors - [@​eyurtsev](https://github.com/eyurtsev) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/831](https://github.com/langchain-ai/langgraphjs/pull/831) - [@​nick-w-nick](https://github.com/nick-w-nick) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/837](https://github.com/langchain-ai/langgraphjs/pull/837) - [@​ryukez](https://github.com/ryukez) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/834](https://github.com/langchain-ai/langgraphjs/pull/834) - [@​SeonMyungLim](https://github.com/SeonMyungLim) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/836](https://github.com/langchain-ai/langgraphjs/pull/836) - [@​tanushree-sharma](https://github.com/tanushree-sharma) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/842](https://github.com/langchain-ai/langgraphjs/pull/842) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.44...0.2.45 ### [`v0.2.44`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.44) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.43...0.2.44) #### What's Changed - Release 0.2.43 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/821](https://github.com/langchain-ai/langgraphjs/pull/821) - docs: Optimize notebook by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/820](https://github.com/langchain-ai/langgraphjs/pull/820) - docs: update README by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/822](https://github.com/langchain-ai/langgraphjs/pull/822) - docs: small README update by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/823](https://github.com/langchain-ai/langgraphjs/pull/823) - chore: bump rollup from 4.32.0 to 4.32.1 in the npm_and_yarn group across 1 directory by [@​dependabot](https://github.com/dependabot) in [https://github.com/langchain-ai/langgraphjs/pull/824](https://github.com/langchain-ai/langgraphjs/pull/824) - release(checkpoint): 0.0.15 by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/825](https://github.com/langchain-ai/langgraphjs/pull/825) - chore(checkpoint-mongodb): release 0.0.5 by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/826](https://github.com/langchain-ai/langgraphjs/pull/826) - release(langgraph-checkpoint-sqlite): 0.1.4 by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/827](https://github.com/langchain-ai/langgraphjs/pull/827) - docs: update to AIMessage.tool_calls by [@​regchiu](https://github.com/regchiu) in [https://github.com/langchain-ai/langgraphjs/pull/784](https://github.com/langchain-ai/langgraphjs/pull/784) - release(langgraph-checkpoint-postgres): 0.0.3 by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/828](https://github.com/langchain-ai/langgraphjs/pull/828) #### New Contributors - [@​regchiu](https://github.com/regchiu) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/784](https://github.com/langchain-ai/langgraphjs/pull/784) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.43...0.2.44 ### [`v0.2.43`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.43) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.42...0.2.43) #### What's Changed - Release 0.2.42 by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/816](https://github.com/langchain-ai/langgraphjs/pull/816) - fix(func): expose input / output types in pregel to support studio by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/811](https://github.com/langchain-ai/langgraphjs/pull/811) - fix(langgraph): Export types for portability by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/819](https://github.com/langchain-ai/langgraphjs/pull/819) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.42...0.2.43 ### [`v0.2.42`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.42) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.41...0.2.42) #### What's Changed - Release 0.2.41 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/789](https://github.com/langchain-ai/langgraphjs/pull/789) - patch(langgraph): Refactor pregel loop to use new `PregelRunner` class, ported from python LangGraph. by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/791](https://github.com/langchain-ai/langgraphjs/pull/791) - add how-to guide on structured output prebuilt react agent by [@​isahers1](https://github.com/isahers1) in [https://github.com/langchain-ai/langgraphjs/pull/794](https://github.com/langchain-ai/langgraphjs/pull/794) - fix(langgraph): abort graph execution when config.signal is aborted by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/795](https://github.com/langchain-ai/langgraphjs/pull/795) - fix(langgraph): make sure the pregel loop aborts on cancellation by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/797](https://github.com/langchain-ai/langgraphjs/pull/797) - docs: update readme and landing page by [@​ccurme](https://github.com/ccurme) in [https://github.com/langchain-ai/langgraphjs/pull/802](https://github.com/langchain-ai/langgraphjs/pull/802) - docs: Update LangGraph.js READMEs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/804](https://github.com/langchain-ai/langgraphjs/pull/804) - docs: fix a broken link by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/808](https://github.com/langchain-ai/langgraphjs/pull/808) - docs: Update docs for functional API by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/809](https://github.com/langchain-ai/langgraphjs/pull/809) - feat(langgraph): functional API by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/793](https://github.com/langchain-ai/langgraphjs/pull/793) - docs: Pull LangGraph Cloud docs on build, update cloud and local server guides by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/813](https://github.com/langchain-ai/langgraphjs/pull/813) - feat: Allow checkpointer as an alias to createReactAgent by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/805](https://github.com/langchain-ai/langgraphjs/pull/805) - build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/langchain-ai/langgraphjs/pull/806](https://github.com/langchain-ai/langgraphjs/pull/806) - docs: update concepts/howto for Command by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/800](https://github.com/langchain-ai/langgraphjs/pull/800) - fix task/entrypoint func type by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/814](https://github.com/langchain-ai/langgraphjs/pull/814) - release(checkpoint): 0.0.14 by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/815](https://github.com/langchain-ai/langgraphjs/pull/815) #### New Contributors - [@​ccurme](https://github.com/ccurme) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/802](https://github.com/langchain-ai/langgraphjs/pull/802) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.41...0.2.42 ### [`v0.2.41`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.41) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/d650ea77e8f8ca486d3dd753b2849d039d55a23e...0.2.41) #### What's Changed - Release 0.2.39 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/774](https://github.com/langchain-ai/langgraphjs/pull/774) - build(deps): bump the npm_and_yarn group across 2 directories with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/langchain-ai/langgraphjs/pull/771](https://github.com/langchain-ai/langgraphjs/pull/771) - feat(langgraph): Add interrupt schema to library by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/775](https://github.com/langchain-ai/langgraphjs/pull/775) - docs: update MULTIPLE_SUBGRAPHS troubleshooting by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/781](https://github.com/langchain-ai/langgraphjs/pull/781) - fix(io): update tuples are ignored by pregel io by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/776](https://github.com/langchain-ai/langgraphjs/pull/776) - release(langgraph): 0.2.40 by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/782](https://github.com/langchain-ai/langgraphjs/pull/782) - chore(langgraph): test errors thrown from conditional edges by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/783](https://github.com/langchain-ai/langgraphjs/pull/783) - feat(docs): add updated CLI command by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/785](https://github.com/langchain-ai/langgraphjs/pull/785) - docs: add up command for the JS CLI by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/786](https://github.com/langchain-ai/langgraphjs/pull/786) - fix(langgraph): add structured response format to prebuilt react agent by [@​isahers1](https://github.com/isahers1) in [https://github.com/langchain-ai/langgraphjs/pull/788](https://github.com/langchain-ai/langgraphjs/pull/788) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.39...0.2.41 ### [`v0.2.40`](https://github.com/langchain-ai/langgraphjs/compare/0.2.39...d650ea77e8f8ca486d3dd753b2849d039d55a23e) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.39...d650ea77e8f8ca486d3dd753b2849d039d55a23e) ### [`v0.2.39`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.39) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.38...0.2.39) #### What's Changed - Release 0.2.38 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/770](https://github.com/langchain-ai/langgraphjs/pull/770) - fix(langgraph): Make streamMode updates yield a final interrupt event, values yield final values by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/773](https://github.com/langchain-ai/langgraphjs/pull/773) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.38...0.2.39 ### [`v0.2.38`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.38) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.37...0.2.38) #### What's Changed - release(langgraph): 0.2.37 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/767](https://github.com/langchain-ai/langgraphjs/pull/767) - fix(langgraph): Fix nostream tags behavior in stream mode messages by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/768](https://github.com/langchain-ai/langgraphjs/pull/768) - docs: Document the nostream tag for stream mode messages by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/769](https://github.com/langchain-ai/langgraphjs/pull/769) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.37...0.2.38 ### [`v0.2.37`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.37) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.36...0.2.37) #### What's Changed - Release 0.2.36 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/762](https://github.com/langchain-ai/langgraphjs/pull/762) - fix(langgraph): Serialize command objects passed as input into remote graph by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/766](https://github.com/langchain-ai/langgraphjs/pull/766) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.36...0.2.37 ### [`v0.2.36`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.36) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/1a7d4cda6967a57bb41762220c802119e52a89c6...0.2.36) #### What's Changed - Release 0.2.34 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/746](https://github.com/langchain-ai/langgraphjs/pull/746) - docs: Add missing doc to index page by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/747](https://github.com/langchain-ai/langgraphjs/pull/747) - build(deps): bump the npm_and_yarn group across 2 directories with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/langchain-ai/langgraphjs/pull/751](https://github.com/langchain-ai/langgraphjs/pull/751) - fix(docs): Update how to index HITL by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/752](https://github.com/langchain-ai/langgraphjs/pull/752) - fix(pregel): interruptBefore and interruptAfter is ignored from `streamEvents` by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/756](https://github.com/langchain-ai/langgraphjs/pull/756) - release(langgraph): Bump to 0.2.35 by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/757](https://github.com/langchain-ai/langgraphjs/pull/757) - fix(langgraph): Fix behavior around array return values from nodes by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/760](https://github.com/langchain-ai/langgraphjs/pull/760) - fix(ci): Revert version bump by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/761](https://github.com/langchain-ai/langgraphjs/pull/761) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.34...0.2.36 ### [`v0.2.35`](https://github.com/langchain-ai/langgraphjs/compare/0.2.34...1a7d4cda6967a57bb41762220c802119e52a89c6) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.34...1a7d4cda6967a57bb41762220c802119e52a89c6) ### [`v0.2.34`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.34) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.33...0.2.34) #### What's Changed - Release 0.2.33 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/742](https://github.com/langchain-ai/langgraphjs/pull/742) - fix(docs): Update HITL and add interrupt docs by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/738](https://github.com/langchain-ai/langgraphjs/pull/738) - fix(langgraph): Fix chat model streaming for streamMode messages by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/745](https://github.com/langchain-ai/langgraphjs/pull/745) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.31...0.2.34 ### [`v0.2.33`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.33) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.32...0.2.33) #### What's Changed - Release 0.2.32 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/736](https://github.com/langchain-ai/langgraphjs/pull/736) - feat(langgraph): Allow tools to return Commands and update graph state by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/740](https://github.com/langchain-ai/langgraphjs/pull/740) - feat(langgraph): Adds error page for unreachable nodes by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/741](https://github.com/langchain-ai/langgraphjs/pull/741) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.32...0.2.33 ### [`v0.2.32`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.32) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.31...0.2.32) #### What's Changed - Release 0.2.31 by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/733](https://github.com/langchain-ai/langgraphjs/pull/733) - fix(langgraph): Fix Command update behavior for static breakpoints by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/734](https://github.com/langchain-ai/langgraphjs/pull/734) - fix(langgraph): Fix state graph invoke typing by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/735](https://github.com/langchain-ai/langgraphjs/pull/735) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.31...0.2.32 ### [`v0.2.31`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.31) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.30...0.2.31) #### What's Changed - Release(langgraph): 0.2.30 by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/730](https://github.com/langchain-ai/langgraphjs/pull/730) - fix(langgraph): Put writes for special channels by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/732](https://github.com/langchain-ai/langgraphjs/pull/732) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.30...0.2.31 ### [`v0.2.30`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.30) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.29...0.2.30) #### What's Changed - docs: Add command docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/725](https://github.com/langchain-ai/langgraphjs/pull/725) - docs: update concept docs by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/726](https://github.com/langchain-ai/langgraphjs/pull/726) - docs: add handoffs by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/727](https://github.com/langchain-ai/langgraphjs/pull/727) - docs: Adds multi agent network docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/728](https://github.com/langchain-ai/langgraphjs/pull/728) - docs: add an FAQ note for command vs cond edge by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/729](https://github.com/langchain-ai/langgraphjs/pull/729) - fix(langgraph): Allow multiple interrupts per node by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/713](https://github.com/langchain-ai/langgraphjs/pull/713) - fix(docs): Update agent supervisor notebook by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/722](https://github.com/langchain-ai/langgraphjs/pull/722) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.26...0.2.30 ### [`v0.2.29`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.29) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.28...0.2.29) #### What's Changed - Release 0.2.28 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/721](https://github.com/langchain-ai/langgraphjs/pull/721) - docs: Fix typo by [@​rxyshww](https://github.com/rxyshww) in [https://github.com/langchain-ai/langgraphjs/pull/719](https://github.com/langchain-ai/langgraphjs/pull/719) - fix(langgraph): Fix validation and drawing for edgeless graphs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/723](https://github.com/langchain-ai/langgraphjs/pull/723) #### New Contributors - [@​rxyshww](https://github.com/rxyshww) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/719](https://github.com/langchain-ai/langgraphjs/pull/719) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.28...0.2.29 ### [`v0.2.28`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.28) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.27...0.2.28) #### What's Changed - release(langgraph): 0.2.27 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/716](https://github.com/langchain-ai/langgraphjs/pull/716) - fix(langgraph): Re-throw NodeInterrupt errors from ToolNode for HITL. by [@​jaredhanson](https://github.com/jaredhanson) in [https://github.com/langchain-ai/langgraphjs/pull/718](https://github.com/langchain-ai/langgraphjs/pull/718) - feat(langgraph): Edgeless graph support by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/717](https://github.com/langchain-ai/langgraphjs/pull/717) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.27...0.2.28 ### [`v0.2.27`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.27) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.26...0.2.27) #### What's Changed - Release 0.2.26 by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/709](https://github.com/langchain-ai/langgraphjs/pull/709) - Allow value of NodeInterrupt to be any (JSON-serializable) type. by [@​jaredhanson](https://github.com/jaredhanson) in [https://github.com/langchain-ai/langgraphjs/pull/710](https://github.com/langchain-ai/langgraphjs/pull/710) - fix: Allow updating state as node end by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/712](https://github.com/langchain-ai/langgraphjs/pull/712) - feat(prebuilt): Adds stateModifier param to createReactAgent by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/714](https://github.com/langchain-ai/langgraphjs/pull/714) - docs: Adds semantic search docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/715](https://github.com/langchain-ai/langgraphjs/pull/715) #### New Contributors - [@​jaredhanson](https://github.com/jaredhanson) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/710](https://github.com/langchain-ai/langgraphjs/pull/710) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.26...0.2.27 ### [`v0.2.26`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.26) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.25...0.2.26) #### What's Changed - fix(langgraph): Prevent non RunnableConfig keys from being passed by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/707](https://github.com/langchain-ai/langgraphjs/pull/707) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.25...0.2.26 ### [`v0.2.25`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.25) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.24...0.2.25) #### What's Changed - release(langgraph): 0.2.24 by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/699](https://github.com/langchain-ai/langgraphjs/pull/699) - InMem Search by [@​hinthornw](https://github.com/hinthornw) in [https://github.com/langchain-ai/langgraphjs/pull/700](https://github.com/langchain-ai/langgraphjs/pull/700) - fix(langgraph): Add test for invoking a single node by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/701](https://github.com/langchain-ai/langgraphjs/pull/701) - fix(debug): interrupts task result double tuple format by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/702](https://github.com/langchain-ai/langgraphjs/pull/702) - fix(interrupt): match signature of GraphInterrupt created in interrupt() by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/703](https://github.com/langchain-ai/langgraphjs/pull/703) - \[Checkpoint] Release 0.0.13 by [@​hinthornw](https://github.com/hinthornw) in [https://github.com/langchain-ai/langgraphjs/pull/704](https://github.com/langchain-ai/langgraphjs/pull/704) - feat(graph): passthrough input types to invoke/stream by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/650](https://github.com/langchain-ai/langgraphjs/pull/650) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.24...0.2.25 ### [`v0.2.24`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.24) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.23...0.2.24) #### What's Changed - Release 0.2.23 by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/693](https://github.com/langchain-ai/langgraphjs/pull/693) - fix(docs): use `messagesStateReducer` instead of `concat` to match Python by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/696](https://github.com/langchain-ai/langgraphjs/pull/696) - fix(langgraph): Add test for subgraph interrupts & resume with Command by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/698](https://github.com/langchain-ai/langgraphjs/pull/698) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.23...0.2.24 ### [`v0.2.23`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.23) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.22...0.2.23) #### What's Changed - Release 0.2.22 by [@​nfcampos](https://github.com/nfcampos) in [https://github.com/langchain-ai/langgraphjs/pull/682](https://github.com/langchain-ai/langgraphjs/pull/682) - build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/langchain-ai/langgraphjs/pull/679](https://github.com/langchain-ai/langgraphjs/pull/679) - docs: Fix typo by [@​kostasx](https://github.com/kostasx) in [https://github.com/langchain-ai/langgraphjs/pull/683](https://github.com/langchain-ai/langgraphjs/pull/683) - fix(ci): Fix release script by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/685](https://github.com/langchain-ai/langgraphjs/pull/685) - fix(docs): added missing dependency in tutorial by adding [@​langchain/langgraph](https://github.com/langchain/langgraph) by [@​greysonthao](https://github.com/greysonthao) in [https://github.com/langchain-ai/langgraphjs/pull/688](https://github.com/langchain-ai/langgraphjs/pull/688) - Implement interrupt(...) and Command({resume: ...}) by [@​nfcampos](https://github.com/nfcampos) in [https://github.com/langchain-ai/langgraphjs/pull/690](https://github.com/langchain-ai/langgraphjs/pull/690) #### New Contributors - [@​kostasx](https://github.com/kostasx) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/683](https://github.com/langchain-ai/langgraphjs/pull/683) - [@​greysonthao](https://github.com/greysonthao) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/688](https://github.com/langchain-ai/langgraphjs/pull/688) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.22...0.2.23 ### [`v0.2.22`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.22) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.21...0.2.22) #### What's Changed - docs: Add breadcrumbs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/670](https://github.com/langchain-ai/langgraphjs/pull/670) - Add update state branch for copy by [@​nfcampos](https://github.com/nfcampos) in [https://github.com/langchain-ai/langgraphjs/pull/680](https://github.com/langchain-ai/langgraphjs/pull/680) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.21...0.2.22 ### [`v0.2.21`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.21) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.20...0.2.21) #### What's Changed - chore(langgraph): Release 0.2.20 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/654](https://github.com/langchain-ai/langgraphjs/pull/654) - feat(remote): upstream type casts from remote to SDK by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/656](https://github.com/langchain-ai/langgraphjs/pull/656) - docs: Fix headers and sidebar in custom streaming page by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/661](https://github.com/langchain-ai/langgraphjs/pull/661) - docs: Fix header and sidebar on stream tokens page by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/662](https://github.com/langchain-ai/langgraphjs/pull/662) - docs: Adds compatibility section to streaming docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/669](https://github.com/langchain-ai/langgraphjs/pull/669) - fix(docs): hierarchical agent teams ntbk by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/664](https://github.com/langchain-ai/langgraphjs/pull/664) - fix(docs): Update broken dynamic tool link by [@​rtuin](https://github.com/rtuin) in [https://github.com/langchain-ai/langgraphjs/pull/671](https://github.com/langchain-ai/langgraphjs/pull/671) - fix(langgraph): Fix recursionLimit passing via .withConfig by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/677](https://github.com/langchain-ai/langgraphjs/pull/677) - chore(langgraph): Release 0.2.21 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/678](https://github.com/langchain-ai/langgraphjs/pull/678) #### New Contributors - [@​rtuin](https://github.com/rtuin) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/671](https://github.com/langchain-ai/langgraphjs/pull/671) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.20...0.2.21 ### [`v0.2.20`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.20) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.19...0.2.20) #### What's Changed - chore(langgraph): Release 0.2.19 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/644](https://github.com/langchain-ai/langgraphjs/pull/644) - docs: New cloud docs by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/642](https://github.com/langchain-ai/langgraphjs/pull/642) - docs: Update copy by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/645](https://github.com/langchain-ai/langgraphjs/pull/645) - Update link by [@​hinthornw](https://github.com/hinthornw) in [https://github.com/langchain-ai/langgraphjs/pull/646](https://github.com/langchain-ai/langgraphjs/pull/646) - fix(langgraph): Fix memory saver immutable assertion by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/649](https://github.com/langchain-ai/langgraphjs/pull/649) - fix(langgraph): Make graph nodes stream chunks immediately rather than aggregating by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/648](https://github.com/langchain-ai/langgraphjs/pull/648) - feat(langgraph): Add stream mode messages by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/651](https://github.com/langchain-ai/langgraphjs/pull/651) - fix(langgraph): Fix array stream_mode defaults by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/652](https://github.com/langchain-ai/langgraphjs/pull/652) - feat(langgraph): Adds custom streaming mode by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/653](https://github.com/langchain-ai/langgraphjs/pull/653) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.19...0.2.20 </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://github.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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNlY3VyaXR5IEdlbmVyYXRpdmUgQUkiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> --------- 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> Co-authored-by: Kenneth Kreindler <kenneth.kreindler@elastic.co> Co-authored-by: Patryk Kopycinski <patryk.kopycinski@elastic.co> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Kenneth Kreindler <42113355+KDKHD@users.noreply.github.com> (cherry picked from commit 77cb914582e48d995d16c17efa8ad86969e3c3ed)
JoseLuisGJ
pushed a commit
to JoseLuisGJ/kibana
that referenced
this pull request
Feb 27, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [xstate](https://github.com/statelyai/xstate/tree/main/packages/core#readme) ([source](https://github.com/statelyai/xstate)) | dependencies | patch | [`^4.38.2` -> `^4.38.3`](https://renovatebot.com/diffs/npm/xstate/4.38.2/4.38.3) | --- ### Release Notes <details> <summary>statelyai/xstate (xstate)</summary> ### [`v4.38.3`](https://github.com/statelyai/xstate/releases/tag/xstate%404.38.3) [Compare Source](https://github.com/statelyai/xstate/compare/xstate@4.38.2...xstate@4.38.3) ##### Patch Changes - [#&elastic#8203;4380](https://github.com/statelyai/xstate/pull/4380) [`e9e065822`](https://github.com/statelyai/xstate/commit/e9e06582215abedf118cf2165e635eccb8e44251) Thanks [@&elastic#8203;Andarist](https://github.com/Andarist)! - Fixed an issue with `exit` actions sometimes being called twice when a machine reaches its final state and leads its parent to stopping it at the same time. </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOm9icy11eC1sb2dzIiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
JoseLuisGJ
pushed a commit
to JoseLuisGJ/kibana
that referenced
this pull request
Feb 27, 2025
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [@langchain/aws](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-aws/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | patch | [`^0.1.2` -> `^0.1.3`](https://renovatebot.com/diffs/npm/@langchain%2faws/0.1.2/0.1.3) | | | [@langchain/community](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-community/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | patch | [`0.3.14` -> `0.3.29`](https://renovatebot.com/diffs/npm/@langchain%2fcommunity/0.3.14/0.3.29) | `0.3.30` | | [@langchain/core](https://github.com/langchain-ai/langchainjs/tree/main/langchain-core/) ([source](https://github.com/langchain-ai/langchainjs)) | resolutions | patch | [`^0.3.16` -> `^0.3.39`](https://renovatebot.com/diffs/npm/@langchain%2fcore/0.3.16/0.3.39) | `0.3.40` | | [@langchain/core](https://github.com/langchain-ai/langchainjs/tree/main/langchain-core/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | patch | [`^0.3.16` -> `^0.3.39`](https://renovatebot.com/diffs/npm/@langchain%2fcore/0.3.16/0.3.39) | `0.3.40` | | [@langchain/google-common](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-google-common/) ([source](https://github.com/langchain-ai/langchainjs)) | resolutions | patch | [`^0.1.1` -> `^0.1.8`](https://renovatebot.com/diffs/npm/@langchain%2fgoogle-common/0.1.1/0.1.8) | | | [@langchain/google-common](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-google-common/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | patch | [`^0.1.1` -> `^0.1.8`](https://renovatebot.com/diffs/npm/@langchain%2fgoogle-common/0.1.1/0.1.8) | | | [@langchain/google-genai](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-google-genai/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | patch | [`^0.1.2` -> `^0.1.8`](https://renovatebot.com/diffs/npm/@langchain%2fgoogle-genai/0.1.2/0.1.8) | | | [@langchain/google-vertexai](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-google-vertexai/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | patch | [`^0.1.0` -> `^0.1.8`](https://renovatebot.com/diffs/npm/@langchain%2fgoogle-vertexai/0.1.0/0.1.8) | | | [@langchain/langgraph](https://github.com/langchain-ai/langgraphjs) | dependencies | patch | [`0.2.19` -> `0.2.45`](https://renovatebot.com/diffs/npm/@langchain%2flanggraph/0.2.19/0.2.45) | `0.2.46` | | [@langchain/openai](https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-openai/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | minor | [`^0.3.11` -> `^0.4.3`](https://renovatebot.com/diffs/npm/@langchain%2fopenai/0.3.11/0.4.3) | `0.4.4` | | [langchain](https://github.com/langchain-ai/langchainjs/tree/main/langchain/) ([source](https://github.com/langchain-ai/langchainjs)) | resolutions | patch | [`^0.3.5` -> `^0.3.15`](https://renovatebot.com/diffs/npm/langchain/0.3.5/0.3.15) | | | [langchain](https://github.com/langchain-ai/langchainjs/tree/main/langchain/) ([source](https://github.com/langchain-ai/langchainjs)) | dependencies | patch | [`^0.3.5` -> `^0.3.15`](https://renovatebot.com/diffs/npm/langchain/0.3.5/0.3.15) | | --- ### Release Notes <details> <summary>langchain-ai/langchainjs (@​langchain/aws)</summary> ### [`v0.1.3`](https://github.com/langchain-ai/langchainjs/releases/tag/0.1.3) [Compare Source](https://github.com/langchain-ai/langchainjs/compare/0.1.2...0.1.3) #### What's Changed - langchain\[patch]: Release 0.1.2 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/3973](https://github.com/langchain-ai/langchainjs/pull/3973) - docs\[patch]: Refactor memory docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/3974](https://github.com/langchain-ai/langchainjs/pull/3974) - docs\[patch]: Fix bad import in docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/3980](https://github.com/langchain-ai/langchainjs/pull/3980) - core\[patch]: Adjust iterable readable stream typing by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/3979](https://github.com/langchain-ai/langchainjs/pull/3979) - Update openai to ^4.24.2 and include logprobs in `generationInfo` by [@​functorism](https://github.com/functorism) in [https://github.com/langchain-ai/langchainjs/pull/3981](https://github.com/langchain-ai/langchainjs/pull/3981) - openai\[patch]: Release 0.0.11 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/3986](https://github.com/langchain-ai/langchainjs/pull/3986) - cloudflare\[major]: Add integration package, fix Vectorize for latest workers by [@​kristianfreeman](https://github.com/kristianfreeman) in [https://github.com/langchain-ai/langchainjs/pull/3982](https://github.com/langchain-ai/langchainjs/pull/3982) - docs\[patch]: Add DLAI to tutorials in docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/3994](https://github.com/langchain-ai/langchainjs/pull/3994) - allow empty arrays for Weaviate metadata by [@​the-powerpointer](https://github.com/the-powerpointer) in [https://github.com/langchain-ai/langchainjs/pull/3991](https://github.com/langchain-ai/langchainjs/pull/3991) - ci\[patch]: Fix CI by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4001](https://github.com/langchain-ai/langchainjs/pull/4001) - community\[minor]: Upgrade Astra client and add support for namespaces by [@​mfortman11](https://github.com/mfortman11) in [https://github.com/langchain-ai/langchainjs/pull/3997](https://github.com/langchain-ai/langchainjs/pull/3997) - community\[patch]: Add upsert by id to MongoDB by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/3999](https://github.com/langchain-ai/langchainjs/pull/3999) - community\[patch]: Release 0.0.17 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4002](https://github.com/langchain-ai/langchainjs/pull/4002) - docs\[minor]: togetherai embeddings docs by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langchainjs/pull/3995](https://github.com/langchain-ai/langchainjs/pull/3995) - Fix typo in createHistoryAwareRetriever documentation by [@​intergalacticmammoth](https://github.com/intergalacticmammoth) in [https://github.com/langchain-ai/langchainjs/pull/4016](https://github.com/langchain-ai/langchainjs/pull/4016) - Add stacktrace to tracer errors by [@​hinthornw](https://github.com/hinthornw) in [https://github.com/langchain-ai/langchainjs/pull/4010](https://github.com/langchain-ai/langchainjs/pull/4010) - update sql_utils: add oracle integration by [@​matheus-santos-souza](https://github.com/matheus-santos-souza) in [https://github.com/langchain-ai/langchainjs/pull/3966](https://github.com/langchain-ai/langchainjs/pull/3966) - core\[minor]: Move function calling definitions and utils to core by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4023](https://github.com/langchain-ai/langchainjs/pull/4023) - core\[patch]: Add docstring, small tweak by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4024](https://github.com/langchain-ai/langchainjs/pull/4024) - core\[patch]: Release 0.1.13 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4026](https://github.com/langchain-ai/langchainjs/pull/4026) - langchain\[patch], openai\[patch]: Use new function calling utils in all docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4025](https://github.com/langchain-ai/langchainjs/pull/4025) - openai\[patch]: Release 0.0.12 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4028](https://github.com/langchain-ai/langchainjs/pull/4028) - langchain\[patch]: Bump dep by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4029](https://github.com/langchain-ai/langchainjs/pull/4029) - langchain\[patch]: Update yarn.lock by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langchainjs/pull/4030](https://github.com/langchain-ai/langchainjs/pull/4030) #### New Contributors - [@​functorism](https://github.com/functorism) made their first contribution in [https://github.com/langchain-ai/langchainjs/pull/3981](https://github.com/langchain-ai/langchainjs/pull/3981) - [@​intergalacticmammoth](https://github.com/intergalacticmammoth) made their first contribution in [https://github.com/langchain-ai/langchainjs/pull/4016](https://github.com/langchain-ai/langchainjs/pull/4016) - [@​matheus-santos-souza](https://github.com/matheus-santos-souza) made their first contribution in [https://github.com/langchain-ai/langchainjs/pull/3966](https://github.com/langchain-ai/langchainjs/pull/3966) **Full Changelog**: https://github.com/langchain-ai/langchainjs/compare/0.1.2...0.1.3 </details> <details> <summary>langchain-ai/langgraphjs (@​langchain/langgraph)</summary> ### [`v0.2.45`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.45) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.44...0.2.45) #### What's Changed - release(langgraph): 0.2.44 by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/829](https://github.com/langchain-ai/langgraphjs/pull/829) - Update README.md by [@​eyurtsev](https://github.com/eyurtsev) in [https://github.com/langchain-ai/langgraphjs/pull/831](https://github.com/langchain-ai/langgraphjs/pull/831) - ci: update upload-arfifact by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/832](https://github.com/langchain-ai/langgraphjs/pull/832) - docs: third party packages.yml by [@​eyurtsev](https://github.com/eyurtsev) in [https://github.com/langchain-ai/langgraphjs/pull/840](https://github.com/langchain-ai/langgraphjs/pull/840) - Update functional_api.md by [@​eyurtsev](https://github.com/eyurtsev) in [https://github.com/langchain-ai/langgraphjs/pull/833](https://github.com/langchain-ai/langgraphjs/pull/833) - fix(docs/etc): Fix miscellaneous typos by [@​nick-w-nick](https://github.com/nick-w-nick) in [https://github.com/langchain-ai/langgraphjs/pull/837](https://github.com/langchain-ai/langgraphjs/pull/837) - fix(docs): adjust list appearance in README by [@​ryukez](https://github.com/ryukez) in [https://github.com/langchain-ai/langgraphjs/pull/834](https://github.com/langchain-ai/langgraphjs/pull/834) - fix(docs): adjust list appearance in tutorials/quickstart by [@​ryukez](https://github.com/ryukez) in [https://github.com/langchain-ai/langgraphjs/pull/835](https://github.com/langchain-ai/langgraphjs/pull/835) - fix(docs): crag wrong tool invocation by [@​SeonMyungLim](https://github.com/SeonMyungLim) in [https://github.com/langchain-ai/langgraphjs/pull/836](https://github.com/langchain-ai/langgraphjs/pull/836) - Interrupt banner by [@​tanushree-sharma](https://github.com/tanushree-sharma) in [https://github.com/langchain-ai/langgraphjs/pull/842](https://github.com/langchain-ai/langgraphjs/pull/842) - Update plans.md by [@​eyurtsev](https://github.com/eyurtsev) in [https://github.com/langchain-ai/langgraphjs/pull/843](https://github.com/langchain-ai/langgraphjs/pull/843) - generate llms-text by [@​eyurtsev](https://github.com/eyurtsev) in [https://github.com/langchain-ai/langgraphjs/pull/844](https://github.com/langchain-ai/langgraphjs/pull/844) - ci: add llms-text by [@​eyurtsev](https://github.com/eyurtsev) in [https://github.com/langchain-ai/langgraphjs/pull/845](https://github.com/langchain-ai/langgraphjs/pull/845) - fix(langgraph): Dedupe input (right-side) messages in messageStateReducer by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/846](https://github.com/langchain-ai/langgraphjs/pull/846) - fix(langgraph): Update messagesStateReducer behavior to apply rightMessages in order by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/847](https://github.com/langchain-ai/langgraphjs/pull/847) #### New Contributors - [@​eyurtsev](https://github.com/eyurtsev) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/831](https://github.com/langchain-ai/langgraphjs/pull/831) - [@​nick-w-nick](https://github.com/nick-w-nick) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/837](https://github.com/langchain-ai/langgraphjs/pull/837) - [@​ryukez](https://github.com/ryukez) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/834](https://github.com/langchain-ai/langgraphjs/pull/834) - [@​SeonMyungLim](https://github.com/SeonMyungLim) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/836](https://github.com/langchain-ai/langgraphjs/pull/836) - [@​tanushree-sharma](https://github.com/tanushree-sharma) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/842](https://github.com/langchain-ai/langgraphjs/pull/842) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.44...0.2.45 ### [`v0.2.44`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.44) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.43...0.2.44) #### What's Changed - Release 0.2.43 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/821](https://github.com/langchain-ai/langgraphjs/pull/821) - docs: Optimize notebook by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/820](https://github.com/langchain-ai/langgraphjs/pull/820) - docs: update README by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/822](https://github.com/langchain-ai/langgraphjs/pull/822) - docs: small README update by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/823](https://github.com/langchain-ai/langgraphjs/pull/823) - chore: bump rollup from 4.32.0 to 4.32.1 in the npm_and_yarn group across 1 directory by [@​dependabot](https://github.com/dependabot) in [https://github.com/langchain-ai/langgraphjs/pull/824](https://github.com/langchain-ai/langgraphjs/pull/824) - release(checkpoint): 0.0.15 by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/825](https://github.com/langchain-ai/langgraphjs/pull/825) - chore(checkpoint-mongodb): release 0.0.5 by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/826](https://github.com/langchain-ai/langgraphjs/pull/826) - release(langgraph-checkpoint-sqlite): 0.1.4 by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/827](https://github.com/langchain-ai/langgraphjs/pull/827) - docs: update to AIMessage.tool_calls by [@​regchiu](https://github.com/regchiu) in [https://github.com/langchain-ai/langgraphjs/pull/784](https://github.com/langchain-ai/langgraphjs/pull/784) - release(langgraph-checkpoint-postgres): 0.0.3 by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/828](https://github.com/langchain-ai/langgraphjs/pull/828) #### New Contributors - [@​regchiu](https://github.com/regchiu) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/784](https://github.com/langchain-ai/langgraphjs/pull/784) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.43...0.2.44 ### [`v0.2.43`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.43) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.42...0.2.43) #### What's Changed - Release 0.2.42 by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/816](https://github.com/langchain-ai/langgraphjs/pull/816) - fix(func): expose input / output types in pregel to support studio by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/811](https://github.com/langchain-ai/langgraphjs/pull/811) - fix(langgraph): Export types for portability by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/819](https://github.com/langchain-ai/langgraphjs/pull/819) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.42...0.2.43 ### [`v0.2.42`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.42) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.41...0.2.42) #### What's Changed - Release 0.2.41 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/789](https://github.com/langchain-ai/langgraphjs/pull/789) - patch(langgraph): Refactor pregel loop to use new `PregelRunner` class, ported from python LangGraph. by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/791](https://github.com/langchain-ai/langgraphjs/pull/791) - add how-to guide on structured output prebuilt react agent by [@​isahers1](https://github.com/isahers1) in [https://github.com/langchain-ai/langgraphjs/pull/794](https://github.com/langchain-ai/langgraphjs/pull/794) - fix(langgraph): abort graph execution when config.signal is aborted by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/795](https://github.com/langchain-ai/langgraphjs/pull/795) - fix(langgraph): make sure the pregel loop aborts on cancellation by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/797](https://github.com/langchain-ai/langgraphjs/pull/797) - docs: update readme and landing page by [@​ccurme](https://github.com/ccurme) in [https://github.com/langchain-ai/langgraphjs/pull/802](https://github.com/langchain-ai/langgraphjs/pull/802) - docs: Update LangGraph.js READMEs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/804](https://github.com/langchain-ai/langgraphjs/pull/804) - docs: fix a broken link by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/808](https://github.com/langchain-ai/langgraphjs/pull/808) - docs: Update docs for functional API by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/809](https://github.com/langchain-ai/langgraphjs/pull/809) - feat(langgraph): functional API by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/793](https://github.com/langchain-ai/langgraphjs/pull/793) - docs: Pull LangGraph Cloud docs on build, update cloud and local server guides by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/813](https://github.com/langchain-ai/langgraphjs/pull/813) - feat: Allow checkpointer as an alias to createReactAgent by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/805](https://github.com/langchain-ai/langgraphjs/pull/805) - build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/langchain-ai/langgraphjs/pull/806](https://github.com/langchain-ai/langgraphjs/pull/806) - docs: update concepts/howto for Command by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/800](https://github.com/langchain-ai/langgraphjs/pull/800) - fix task/entrypoint func type by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/814](https://github.com/langchain-ai/langgraphjs/pull/814) - release(checkpoint): 0.0.14 by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/815](https://github.com/langchain-ai/langgraphjs/pull/815) #### New Contributors - [@​ccurme](https://github.com/ccurme) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/802](https://github.com/langchain-ai/langgraphjs/pull/802) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.41...0.2.42 ### [`v0.2.41`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.41) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/d650ea77e8f8ca486d3dd753b2849d039d55a23e...0.2.41) #### What's Changed - Release 0.2.39 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/774](https://github.com/langchain-ai/langgraphjs/pull/774) - build(deps): bump the npm_and_yarn group across 2 directories with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/langchain-ai/langgraphjs/pull/771](https://github.com/langchain-ai/langgraphjs/pull/771) - feat(langgraph): Add interrupt schema to library by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/775](https://github.com/langchain-ai/langgraphjs/pull/775) - docs: update MULTIPLE_SUBGRAPHS troubleshooting by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/781](https://github.com/langchain-ai/langgraphjs/pull/781) - fix(io): update tuples are ignored by pregel io by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/776](https://github.com/langchain-ai/langgraphjs/pull/776) - release(langgraph): 0.2.40 by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/782](https://github.com/langchain-ai/langgraphjs/pull/782) - chore(langgraph): test errors thrown from conditional edges by [@​benjamincburns](https://github.com/benjamincburns) in [https://github.com/langchain-ai/langgraphjs/pull/783](https://github.com/langchain-ai/langgraphjs/pull/783) - feat(docs): add updated CLI command by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/785](https://github.com/langchain-ai/langgraphjs/pull/785) - docs: add up command for the JS CLI by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/786](https://github.com/langchain-ai/langgraphjs/pull/786) - fix(langgraph): add structured response format to prebuilt react agent by [@​isahers1](https://github.com/isahers1) in [https://github.com/langchain-ai/langgraphjs/pull/788](https://github.com/langchain-ai/langgraphjs/pull/788) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.39...0.2.41 ### [`v0.2.40`](https://github.com/langchain-ai/langgraphjs/compare/0.2.39...d650ea77e8f8ca486d3dd753b2849d039d55a23e) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.39...d650ea77e8f8ca486d3dd753b2849d039d55a23e) ### [`v0.2.39`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.39) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.38...0.2.39) #### What's Changed - Release 0.2.38 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/770](https://github.com/langchain-ai/langgraphjs/pull/770) - fix(langgraph): Make streamMode updates yield a final interrupt event, values yield final values by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/773](https://github.com/langchain-ai/langgraphjs/pull/773) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.38...0.2.39 ### [`v0.2.38`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.38) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.37...0.2.38) #### What's Changed - release(langgraph): 0.2.37 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/767](https://github.com/langchain-ai/langgraphjs/pull/767) - fix(langgraph): Fix nostream tags behavior in stream mode messages by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/768](https://github.com/langchain-ai/langgraphjs/pull/768) - docs: Document the nostream tag for stream mode messages by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/769](https://github.com/langchain-ai/langgraphjs/pull/769) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.37...0.2.38 ### [`v0.2.37`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.37) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.36...0.2.37) #### What's Changed - Release 0.2.36 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/762](https://github.com/langchain-ai/langgraphjs/pull/762) - fix(langgraph): Serialize command objects passed as input into remote graph by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/766](https://github.com/langchain-ai/langgraphjs/pull/766) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.36...0.2.37 ### [`v0.2.36`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.36) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/1a7d4cda6967a57bb41762220c802119e52a89c6...0.2.36) #### What's Changed - Release 0.2.34 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/746](https://github.com/langchain-ai/langgraphjs/pull/746) - docs: Add missing doc to index page by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/747](https://github.com/langchain-ai/langgraphjs/pull/747) - build(deps): bump the npm_and_yarn group across 2 directories with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/langchain-ai/langgraphjs/pull/751](https://github.com/langchain-ai/langgraphjs/pull/751) - fix(docs): Update how to index HITL by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/752](https://github.com/langchain-ai/langgraphjs/pull/752) - fix(pregel): interruptBefore and interruptAfter is ignored from `streamEvents` by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/756](https://github.com/langchain-ai/langgraphjs/pull/756) - release(langgraph): Bump to 0.2.35 by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/757](https://github.com/langchain-ai/langgraphjs/pull/757) - fix(langgraph): Fix behavior around array return values from nodes by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/760](https://github.com/langchain-ai/langgraphjs/pull/760) - fix(ci): Revert version bump by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/761](https://github.com/langchain-ai/langgraphjs/pull/761) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.34...0.2.36 ### [`v0.2.35`](https://github.com/langchain-ai/langgraphjs/compare/0.2.34...1a7d4cda6967a57bb41762220c802119e52a89c6) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.34...1a7d4cda6967a57bb41762220c802119e52a89c6) ### [`v0.2.34`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.34) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.33...0.2.34) #### What's Changed - Release 0.2.33 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/742](https://github.com/langchain-ai/langgraphjs/pull/742) - fix(docs): Update HITL and add interrupt docs by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/738](https://github.com/langchain-ai/langgraphjs/pull/738) - fix(langgraph): Fix chat model streaming for streamMode messages by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/745](https://github.com/langchain-ai/langgraphjs/pull/745) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.31...0.2.34 ### [`v0.2.33`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.33) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.32...0.2.33) #### What's Changed - Release 0.2.32 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/736](https://github.com/langchain-ai/langgraphjs/pull/736) - feat(langgraph): Allow tools to return Commands and update graph state by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/740](https://github.com/langchain-ai/langgraphjs/pull/740) - feat(langgraph): Adds error page for unreachable nodes by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/741](https://github.com/langchain-ai/langgraphjs/pull/741) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.32...0.2.33 ### [`v0.2.32`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.32) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.31...0.2.32) #### What's Changed - Release 0.2.31 by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/733](https://github.com/langchain-ai/langgraphjs/pull/733) - fix(langgraph): Fix Command update behavior for static breakpoints by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/734](https://github.com/langchain-ai/langgraphjs/pull/734) - fix(langgraph): Fix state graph invoke typing by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/735](https://github.com/langchain-ai/langgraphjs/pull/735) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.31...0.2.32 ### [`v0.2.31`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.31) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.30...0.2.31) #### What's Changed - Release(langgraph): 0.2.30 by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/730](https://github.com/langchain-ai/langgraphjs/pull/730) - fix(langgraph): Put writes for special channels by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/732](https://github.com/langchain-ai/langgraphjs/pull/732) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.30...0.2.31 ### [`v0.2.30`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.30) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.29...0.2.30) #### What's Changed - docs: Add command docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/725](https://github.com/langchain-ai/langgraphjs/pull/725) - docs: update concept docs by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/726](https://github.com/langchain-ai/langgraphjs/pull/726) - docs: add handoffs by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/727](https://github.com/langchain-ai/langgraphjs/pull/727) - docs: Adds multi agent network docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/728](https://github.com/langchain-ai/langgraphjs/pull/728) - docs: add an FAQ note for command vs cond edge by [@​vbarda](https://github.com/vbarda) in [https://github.com/langchain-ai/langgraphjs/pull/729](https://github.com/langchain-ai/langgraphjs/pull/729) - fix(langgraph): Allow multiple interrupts per node by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/713](https://github.com/langchain-ai/langgraphjs/pull/713) - fix(docs): Update agent supervisor notebook by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/722](https://github.com/langchain-ai/langgraphjs/pull/722) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.26...0.2.30 ### [`v0.2.29`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.29) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.28...0.2.29) #### What's Changed - Release 0.2.28 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/721](https://github.com/langchain-ai/langgraphjs/pull/721) - docs: Fix typo by [@​rxyshww](https://github.com/rxyshww) in [https://github.com/langchain-ai/langgraphjs/pull/719](https://github.com/langchain-ai/langgraphjs/pull/719) - fix(langgraph): Fix validation and drawing for edgeless graphs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/723](https://github.com/langchain-ai/langgraphjs/pull/723) #### New Contributors - [@​rxyshww](https://github.com/rxyshww) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/719](https://github.com/langchain-ai/langgraphjs/pull/719) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.28...0.2.29 ### [`v0.2.28`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.28) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.27...0.2.28) #### What's Changed - release(langgraph): 0.2.27 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/716](https://github.com/langchain-ai/langgraphjs/pull/716) - fix(langgraph): Re-throw NodeInterrupt errors from ToolNode for HITL. by [@​jaredhanson](https://github.com/jaredhanson) in [https://github.com/langchain-ai/langgraphjs/pull/718](https://github.com/langchain-ai/langgraphjs/pull/718) - feat(langgraph): Edgeless graph support by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/717](https://github.com/langchain-ai/langgraphjs/pull/717) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.27...0.2.28 ### [`v0.2.27`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.27) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.26...0.2.27) #### What's Changed - Release 0.2.26 by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/709](https://github.com/langchain-ai/langgraphjs/pull/709) - Allow value of NodeInterrupt to be any (JSON-serializable) type. by [@​jaredhanson](https://github.com/jaredhanson) in [https://github.com/langchain-ai/langgraphjs/pull/710](https://github.com/langchain-ai/langgraphjs/pull/710) - fix: Allow updating state as node end by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/712](https://github.com/langchain-ai/langgraphjs/pull/712) - feat(prebuilt): Adds stateModifier param to createReactAgent by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/714](https://github.com/langchain-ai/langgraphjs/pull/714) - docs: Adds semantic search docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/715](https://github.com/langchain-ai/langgraphjs/pull/715) #### New Contributors - [@​jaredhanson](https://github.com/jaredhanson) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/710](https://github.com/langchain-ai/langgraphjs/pull/710) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.26...0.2.27 ### [`v0.2.26`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.26) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.25...0.2.26) #### What's Changed - fix(langgraph): Prevent non RunnableConfig keys from being passed by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/707](https://github.com/langchain-ai/langgraphjs/pull/707) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.25...0.2.26 ### [`v0.2.25`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.25) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.24...0.2.25) #### What's Changed - release(langgraph): 0.2.24 by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/699](https://github.com/langchain-ai/langgraphjs/pull/699) - InMem Search by [@​hinthornw](https://github.com/hinthornw) in [https://github.com/langchain-ai/langgraphjs/pull/700](https://github.com/langchain-ai/langgraphjs/pull/700) - fix(langgraph): Add test for invoking a single node by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/701](https://github.com/langchain-ai/langgraphjs/pull/701) - fix(debug): interrupts task result double tuple format by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/702](https://github.com/langchain-ai/langgraphjs/pull/702) - fix(interrupt): match signature of GraphInterrupt created in interrupt() by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/703](https://github.com/langchain-ai/langgraphjs/pull/703) - \[Checkpoint] Release 0.0.13 by [@​hinthornw](https://github.com/hinthornw) in [https://github.com/langchain-ai/langgraphjs/pull/704](https://github.com/langchain-ai/langgraphjs/pull/704) - feat(graph): passthrough input types to invoke/stream by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/650](https://github.com/langchain-ai/langgraphjs/pull/650) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.24...0.2.25 ### [`v0.2.24`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.24) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.23...0.2.24) #### What's Changed - Release 0.2.23 by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/693](https://github.com/langchain-ai/langgraphjs/pull/693) - fix(docs): use `messagesStateReducer` instead of `concat` to match Python by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/696](https://github.com/langchain-ai/langgraphjs/pull/696) - fix(langgraph): Add test for subgraph interrupts & resume with Command by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/698](https://github.com/langchain-ai/langgraphjs/pull/698) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.23...0.2.24 ### [`v0.2.23`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.23) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.22...0.2.23) #### What's Changed - Release 0.2.22 by [@​nfcampos](https://github.com/nfcampos) in [https://github.com/langchain-ai/langgraphjs/pull/682](https://github.com/langchain-ai/langgraphjs/pull/682) - build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/langchain-ai/langgraphjs/pull/679](https://github.com/langchain-ai/langgraphjs/pull/679) - docs: Fix typo by [@​kostasx](https://github.com/kostasx) in [https://github.com/langchain-ai/langgraphjs/pull/683](https://github.com/langchain-ai/langgraphjs/pull/683) - fix(ci): Fix release script by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/685](https://github.com/langchain-ai/langgraphjs/pull/685) - fix(docs): added missing dependency in tutorial by adding [@​langchain/langgraph](https://github.com/langchain/langgraph) by [@​greysonthao](https://github.com/greysonthao) in [https://github.com/langchain-ai/langgraphjs/pull/688](https://github.com/langchain-ai/langgraphjs/pull/688) - Implement interrupt(...) and Command({resume: ...}) by [@​nfcampos](https://github.com/nfcampos) in [https://github.com/langchain-ai/langgraphjs/pull/690](https://github.com/langchain-ai/langgraphjs/pull/690) #### New Contributors - [@​kostasx](https://github.com/kostasx) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/683](https://github.com/langchain-ai/langgraphjs/pull/683) - [@​greysonthao](https://github.com/greysonthao) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/688](https://github.com/langchain-ai/langgraphjs/pull/688) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.22...0.2.23 ### [`v0.2.22`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.22) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.21...0.2.22) #### What's Changed - docs: Add breadcrumbs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/670](https://github.com/langchain-ai/langgraphjs/pull/670) - Add update state branch for copy by [@​nfcampos](https://github.com/nfcampos) in [https://github.com/langchain-ai/langgraphjs/pull/680](https://github.com/langchain-ai/langgraphjs/pull/680) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.21...0.2.22 ### [`v0.2.21`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.21) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.20...0.2.21) #### What's Changed - chore(langgraph): Release 0.2.20 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/654](https://github.com/langchain-ai/langgraphjs/pull/654) - feat(remote): upstream type casts from remote to SDK by [@​dqbd](https://github.com/dqbd) in [https://github.com/langchain-ai/langgraphjs/pull/656](https://github.com/langchain-ai/langgraphjs/pull/656) - docs: Fix headers and sidebar in custom streaming page by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/661](https://github.com/langchain-ai/langgraphjs/pull/661) - docs: Fix header and sidebar on stream tokens page by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/662](https://github.com/langchain-ai/langgraphjs/pull/662) - docs: Adds compatibility section to streaming docs by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/669](https://github.com/langchain-ai/langgraphjs/pull/669) - fix(docs): hierarchical agent teams ntbk by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/664](https://github.com/langchain-ai/langgraphjs/pull/664) - fix(docs): Update broken dynamic tool link by [@​rtuin](https://github.com/rtuin) in [https://github.com/langchain-ai/langgraphjs/pull/671](https://github.com/langchain-ai/langgraphjs/pull/671) - fix(langgraph): Fix recursionLimit passing via .withConfig by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/677](https://github.com/langchain-ai/langgraphjs/pull/677) - chore(langgraph): Release 0.2.21 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/678](https://github.com/langchain-ai/langgraphjs/pull/678) #### New Contributors - [@​rtuin](https://github.com/rtuin) made their first contribution in [https://github.com/langchain-ai/langgraphjs/pull/671](https://github.com/langchain-ai/langgraphjs/pull/671) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.20...0.2.21 ### [`v0.2.20`](https://github.com/langchain-ai/langgraphjs/releases/tag/0.2.20) [Compare Source](https://github.com/langchain-ai/langgraphjs/compare/0.2.19...0.2.20) #### What's Changed - chore(langgraph): Release 0.2.19 by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/644](https://github.com/langchain-ai/langgraphjs/pull/644) - docs: New cloud docs by [@​bracesproul](https://github.com/bracesproul) in [https://github.com/langchain-ai/langgraphjs/pull/642](https://github.com/langchain-ai/langgraphjs/pull/642) - docs: Update copy by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/645](https://github.com/langchain-ai/langgraphjs/pull/645) - Update link by [@​hinthornw](https://github.com/hinthornw) in [https://github.com/langchain-ai/langgraphjs/pull/646](https://github.com/langchain-ai/langgraphjs/pull/646) - fix(langgraph): Fix memory saver immutable assertion by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/649](https://github.com/langchain-ai/langgraphjs/pull/649) - fix(langgraph): Make graph nodes stream chunks immediately rather than aggregating by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/648](https://github.com/langchain-ai/langgraphjs/pull/648) - feat(langgraph): Add stream mode messages by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/651](https://github.com/langchain-ai/langgraphjs/pull/651) - fix(langgraph): Fix array stream_mode defaults by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/652](https://github.com/langchain-ai/langgraphjs/pull/652) - feat(langgraph): Adds custom streaming mode by [@​jacoblee93](https://github.com/jacoblee93) in [https://github.com/langchain-ai/langgraphjs/pull/653](https://github.com/langchain-ai/langgraphjs/pull/653) **Full Changelog**: https://github.com/langchain-ai/langgraphjs/compare/0.2.19...0.2.20 </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://github.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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlNlY3VyaXR5IEdlbmVyYXRpdmUgQUkiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> --------- 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> Co-authored-by: Kenneth Kreindler <kenneth.kreindler@elastic.co> Co-authored-by: Patryk Kopycinski <patryk.kopycinski@elastic.co> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Kenneth Kreindler <42113355+KDKHD@users.noreply.github.com>
seanrathier
added a commit
that referenced
this pull request
Feb 27, 2025
…08427) This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [@mswjs/http-middleware](https://mswjs.io) ([source](https://github.com/mswjs/http-middleware)) | devDependencies | patch | [`0.10.1` -> `0.10.3`](https://renovatebot.com/diffs/npm/@mswjs%2fhttp-middleware/0.10.1/0.10.3) | | | [msw](https://mswjs.io) ([source](https://github.com/mswjs/msw)) | devDependencies | minor | [`~2.5.2` -> `~2.7.0`](https://renovatebot.com/diffs/npm/msw/2.5.2/2.7.0) | `2.7.3` (+2) | --- ### Release Notes <details> <summary>mswjs/http-middleware (@​mswjs/http-middleware)</summary> ### [`v0.10.3`](https://github.com/mswjs/http-middleware/releases/tag/v0.10.3) [Compare Source](https://github.com/mswjs/http-middleware/compare/v0.10.2...v0.10.3) #### v0.10.3 (2025-01-12) ##### Bug Fixes - remove unused `parserOptions`, fix handlers type ([#​51](https://github.com/mswjs/http-middleware/issues/51)) ([`372fd85`](https://github.com/mswjs/http-middleware/commit/372fd85464d3f90d2d8847cf0abe0c5e67aa9d4f)) [@​vivekmiyani](https://github.com/vivekmiyani) ### [`v0.10.2`](https://github.com/mswjs/http-middleware/releases/tag/v0.10.2) [Compare Source](https://github.com/mswjs/http-middleware/compare/v0.10.1...v0.10.2) #### v0.10.2 (2024-10-25) ##### Bug Fixes - consume undisturbed request stream as-is ([#​39](https://github.com/mswjs/http-middleware/issues/39)) ([`13cee76`](https://github.com/mswjs/http-middleware/commit/13cee76e5aa3cc0d4dd0067b34655214a786b61a)) [@​c0per](https://github.com/c0per) [@​LeBenLeBen](https://github.com/LeBenLeBen) [@​kettanaito](https://github.com/kettanaito) </details> <details> <summary>mswjs/msw (msw)</summary> ### [`v2.7.0`](https://github.com/mswjs/msw/releases/tag/v2.7.0) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.9...v2.7.0) #### v2.7.0 (2024-12-17) ##### Features - use `picocolors` instead of `chalk` ([#​2377](https://github.com/mswjs/msw/issues/2377)) ([`85bdd82`](https://github.com/mswjs/msw/commit/85bdd82dfe4cd3d514d7820dad3338b485084fbf)) [@​Namchee](https://github.com/Namchee) [@​kettanaito](https://github.com/kettanaito) ### [`v2.6.9`](https://github.com/mswjs/msw/releases/tag/v2.6.9) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.8...v2.6.9) #### v2.6.9 (2024-12-16) ##### Bug Fixes - support `SharedArrayBuffer` in `HttpResponse.arrayBuffer` ([#​2389](https://github.com/mswjs/msw/issues/2389)) ([`41f00e1`](https://github.com/mswjs/msw/commit/41f00e1a67e21010ab9c1a46c8e92193b655f24a)) [@​danilofuchs](https://github.com/danilofuchs) [@​kettanaito](https://github.com/kettanaito) ### [`v2.6.8`](https://github.com/mswjs/msw/releases/tag/v2.6.8) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.7...v2.6.8) #### v2.6.8 (2024-12-07) ##### Bug Fixes - **setupServer:** reapply interception after calling `server.listen()` after `server.close()` ([#​2383](https://github.com/mswjs/msw/issues/2383)) ([`00da9ca`](https://github.com/mswjs/msw/commit/00da9cad4249b61732ee375d9dbefeb76028cc2b)) [@​kettanaito](https://github.com/kettanaito) ### [`v2.6.7`](https://github.com/mswjs/msw/releases/tag/v2.6.7) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.6...v2.6.7) #### v2.6.7 (2024-12-06) ##### Bug Fixes - **setupWorker:** correctly delete internal `accept` header on passthrough ([#​2375](https://github.com/mswjs/msw/issues/2375)) ([`3f40055`](https://github.com/mswjs/msw/commit/3f40055b1d3814da4b30e5eb7555e09b1084798c)) [@​smouillour](https://github.com/smouillour) [@​kettanaito](https://github.com/kettanaito) ### [`v2.6.6`](https://github.com/mswjs/msw/releases/tag/v2.6.6) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.5...v2.6.6) #### v2.6.6 (2024-11-22) ##### Bug Fixes - **types:** support optional path parameters ([#​2368](https://github.com/mswjs/msw/issues/2368)) ([`3b7b776`](https://github.com/mswjs/msw/commit/3b7b776e8c0de341185df4686a895c24326748d3)) [@​kettanaito](https://github.com/kettanaito) ### [`v2.6.5`](https://github.com/mswjs/msw/releases/tag/v2.6.5) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.4...v2.6.5) #### v2.6.5 (2024-11-16) ##### Bug Fixes - support non-configurable responses ([#​2360](https://github.com/mswjs/msw/issues/2360)) ([`5bf3e3b`](https://github.com/mswjs/msw/commit/5bf3e3bf5f9a6d32c79410c11abd539ec4c2ddc5)) [@​kettanaito](https://github.com/kettanaito) ### [`v2.6.4`](https://github.com/mswjs/msw/releases/tag/v2.6.4) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.3...v2.6.4) #### v2.6.4 (2024-11-10) ##### Bug Fixes - prevent infinite loop when bypassing `sendBeacon()` requests ([#​2353](https://github.com/mswjs/msw/issues/2353)) ([`2fa98c3`](https://github.com/mswjs/msw/commit/2fa98c327acc51189f87789d9155c4ec57be2299)) [@​kettanaito](https://github.com/kettanaito) - remove the internal bypass request header before performing the request as-is in Node.js ([#​2353](https://github.com/mswjs/msw/issues/2353)) ([`2fa98c3`](https://github.com/mswjs/msw/commit/2fa98c327acc51189f87789d9155c4ec57be2299)) [@​kettanaito](https://github.com/kettanaito) ### [`v2.6.3`](https://github.com/mswjs/msw/releases/tag/v2.6.3) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.2...v2.6.3) #### v2.6.3 (2024-11-10) ##### Bug Fixes - **handleRequest:** remove `transformResponse` option ([#​2351](https://github.com/mswjs/msw/issues/2351)) ([`74c4a3a`](https://github.com/mswjs/msw/commit/74c4a3a89970bbfc498c812790daef13766dea72)) [@​kettanaito](https://github.com/kettanaito) ### [`v2.6.2`](https://github.com/mswjs/msw/releases/tag/v2.6.2) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.1...v2.6.2) #### v2.6.2 (2024-11-07) ##### Bug Fixes - update `@bundled-es-modules/cookie` to 2.0.1 ([#​2312](https://github.com/mswjs/msw/issues/2312)) ([`c134352`](https://github.com/mswjs/msw/commit/c134352e8206b91740247f4f196767ab8a8eb921)) [@​kettanaito](https://github.com/kettanaito) ### [`v2.6.1`](https://github.com/mswjs/msw/releases/tag/v2.6.1) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.0...v2.6.1) #### v2.6.1 (2024-11-06) ##### Bug Fixes - prevent `instanceof` handler check failures between different MSW versions ([#​2349](https://github.com/mswjs/msw/issues/2349)) ([`28d26bd`](https://github.com/mswjs/msw/commit/28d26bd7fa585d76f9ca69a67dfa70a234450ed9)) [@​kettanaito](https://github.com/kettanaito) ### [`v2.6.0`](https://github.com/mswjs/msw/releases/tag/v2.6.0) [Compare Source](https://github.com/mswjs/msw/compare/v2.5.2...v2.6.0) #### v2.6.0 (2024-10-29) ##### Features - support mocking WebSocket APIs ([#​2011](https://github.com/mswjs/msw/issues/2011)) ([`ae786f5`](https://github.com/mswjs/msw/commit/ae786f59eb86b3d08c0fa5183ffca90e32af6448)) [@​kettanaito](https://github.com/kettanaito) [@​DanielleHuisman](https://github.com/DanielleHuisman) </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://github.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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNsb3VkIFNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Sean Rathier <sean.rathier@elastic.co> Co-authored-by: seanrathier <sean.rathier@gmail.com>
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Feb 27, 2025
…astic#208427) This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [@mswjs/http-middleware](https://mswjs.io) ([source](https://github.com/mswjs/http-middleware)) | devDependencies | patch | [`0.10.1` -> `0.10.3`](https://renovatebot.com/diffs/npm/@mswjs%2fhttp-middleware/0.10.1/0.10.3) | | | [msw](https://mswjs.io) ([source](https://github.com/mswjs/msw)) | devDependencies | minor | [`~2.5.2` -> `~2.7.0`](https://renovatebot.com/diffs/npm/msw/2.5.2/2.7.0) | `2.7.3` (+2) | --- ### Release Notes <details> <summary>mswjs/http-middleware (@&elastic#8203;mswjs/http-middleware)</summary> ### [`v0.10.3`](https://github.com/mswjs/http-middleware/releases/tag/v0.10.3) [Compare Source](https://github.com/mswjs/http-middleware/compare/v0.10.2...v0.10.3) #### v0.10.3 (2025-01-12) ##### Bug Fixes - remove unused `parserOptions`, fix handlers type ([#&elastic#8203;51](https://github.com/mswjs/http-middleware/issues/51)) ([`372fd85`](https://github.com/mswjs/http-middleware/commit/372fd85464d3f90d2d8847cf0abe0c5e67aa9d4f)) [@&elastic#8203;vivekmiyani](https://github.com/vivekmiyani) ### [`v0.10.2`](https://github.com/mswjs/http-middleware/releases/tag/v0.10.2) [Compare Source](https://github.com/mswjs/http-middleware/compare/v0.10.1...v0.10.2) #### v0.10.2 (2024-10-25) ##### Bug Fixes - consume undisturbed request stream as-is ([#&elastic#8203;39](https://github.com/mswjs/http-middleware/issues/39)) ([`13cee76`](https://github.com/mswjs/http-middleware/commit/13cee76e5aa3cc0d4dd0067b34655214a786b61a)) [@&elastic#8203;c0per](https://github.com/c0per) [@&elastic#8203;LeBenLeBen](https://github.com/LeBenLeBen) [@&elastic#8203;kettanaito](https://github.com/kettanaito) </details> <details> <summary>mswjs/msw (msw)</summary> ### [`v2.7.0`](https://github.com/mswjs/msw/releases/tag/v2.7.0) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.9...v2.7.0) #### v2.7.0 (2024-12-17) ##### Features - use `picocolors` instead of `chalk` ([#&elastic#8203;2377](https://github.com/mswjs/msw/issues/2377)) ([`85bdd82`](https://github.com/mswjs/msw/commit/85bdd82dfe4cd3d514d7820dad3338b485084fbf)) [@&elastic#8203;Namchee](https://github.com/Namchee) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.6.9`](https://github.com/mswjs/msw/releases/tag/v2.6.9) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.8...v2.6.9) #### v2.6.9 (2024-12-16) ##### Bug Fixes - support `SharedArrayBuffer` in `HttpResponse.arrayBuffer` ([#&elastic#8203;2389](https://github.com/mswjs/msw/issues/2389)) ([`41f00e1`](https://github.com/mswjs/msw/commit/41f00e1a67e21010ab9c1a46c8e92193b655f24a)) [@&elastic#8203;danilofuchs](https://github.com/danilofuchs) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.6.8`](https://github.com/mswjs/msw/releases/tag/v2.6.8) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.7...v2.6.8) #### v2.6.8 (2024-12-07) ##### Bug Fixes - **setupServer:** reapply interception after calling `server.listen()` after `server.close()` ([#&elastic#8203;2383](https://github.com/mswjs/msw/issues/2383)) ([`00da9ca`](https://github.com/mswjs/msw/commit/00da9cad4249b61732ee375d9dbefeb76028cc2b)) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.6.7`](https://github.com/mswjs/msw/releases/tag/v2.6.7) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.6...v2.6.7) #### v2.6.7 (2024-12-06) ##### Bug Fixes - **setupWorker:** correctly delete internal `accept` header on passthrough ([#&elastic#8203;2375](https://github.com/mswjs/msw/issues/2375)) ([`3f40055`](https://github.com/mswjs/msw/commit/3f40055b1d3814da4b30e5eb7555e09b1084798c)) [@&elastic#8203;smouillour](https://github.com/smouillour) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.6.6`](https://github.com/mswjs/msw/releases/tag/v2.6.6) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.5...v2.6.6) #### v2.6.6 (2024-11-22) ##### Bug Fixes - **types:** support optional path parameters ([#&elastic#8203;2368](https://github.com/mswjs/msw/issues/2368)) ([`3b7b776`](https://github.com/mswjs/msw/commit/3b7b776e8c0de341185df4686a895c24326748d3)) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.6.5`](https://github.com/mswjs/msw/releases/tag/v2.6.5) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.4...v2.6.5) #### v2.6.5 (2024-11-16) ##### Bug Fixes - support non-configurable responses ([#&elastic#8203;2360](https://github.com/mswjs/msw/issues/2360)) ([`5bf3e3b`](https://github.com/mswjs/msw/commit/5bf3e3bf5f9a6d32c79410c11abd539ec4c2ddc5)) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.6.4`](https://github.com/mswjs/msw/releases/tag/v2.6.4) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.3...v2.6.4) #### v2.6.4 (2024-11-10) ##### Bug Fixes - prevent infinite loop when bypassing `sendBeacon()` requests ([#&elastic#8203;2353](https://github.com/mswjs/msw/issues/2353)) ([`2fa98c3`](https://github.com/mswjs/msw/commit/2fa98c327acc51189f87789d9155c4ec57be2299)) [@&elastic#8203;kettanaito](https://github.com/kettanaito) - remove the internal bypass request header before performing the request as-is in Node.js ([#&elastic#8203;2353](https://github.com/mswjs/msw/issues/2353)) ([`2fa98c3`](https://github.com/mswjs/msw/commit/2fa98c327acc51189f87789d9155c4ec57be2299)) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.6.3`](https://github.com/mswjs/msw/releases/tag/v2.6.3) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.2...v2.6.3) #### v2.6.3 (2024-11-10) ##### Bug Fixes - **handleRequest:** remove `transformResponse` option ([#&elastic#8203;2351](https://github.com/mswjs/msw/issues/2351)) ([`74c4a3a`](https://github.com/mswjs/msw/commit/74c4a3a89970bbfc498c812790daef13766dea72)) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.6.2`](https://github.com/mswjs/msw/releases/tag/v2.6.2) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.1...v2.6.2) #### v2.6.2 (2024-11-07) ##### Bug Fixes - update `@bundled-es-modules/cookie` to 2.0.1 ([#&elastic#8203;2312](https://github.com/mswjs/msw/issues/2312)) ([`c134352`](https://github.com/mswjs/msw/commit/c134352e8206b91740247f4f196767ab8a8eb921)) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.6.1`](https://github.com/mswjs/msw/releases/tag/v2.6.1) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.0...v2.6.1) #### v2.6.1 (2024-11-06) ##### Bug Fixes - prevent `instanceof` handler check failures between different MSW versions ([#&elastic#8203;2349](https://github.com/mswjs/msw/issues/2349)) ([`28d26bd`](https://github.com/mswjs/msw/commit/28d26bd7fa585d76f9ca69a67dfa70a234450ed9)) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.6.0`](https://github.com/mswjs/msw/releases/tag/v2.6.0) [Compare Source](https://github.com/mswjs/msw/compare/v2.5.2...v2.6.0) #### v2.6.0 (2024-10-29) ##### Features - support mocking WebSocket APIs ([#&elastic#8203;2011](https://github.com/mswjs/msw/issues/2011)) ([`ae786f5`](https://github.com/mswjs/msw/commit/ae786f59eb86b3d08c0fa5183ffca90e32af6448)) [@&elastic#8203;kettanaito](https://github.com/kettanaito) [@&elastic#8203;DanielleHuisman](https://github.com/DanielleHuisman) </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://github.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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNsb3VkIFNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Sean Rathier <sean.rathier@elastic.co> Co-authored-by: seanrathier <sean.rathier@gmail.com> (cherry picked from commit 837667d)
kibanamachine
added a commit
that referenced
this pull request
Feb 27, 2025
…n) (#208427) (#212691) # Backport This will backport the following commits from `main` to `9.0`: - [Update @elastic/kibana-cloud-security-posture dependencies (main) (#208427)](#208427) <!--- 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-02-27T19:49:09Z","message":"Update @elastic/kibana-cloud-security-posture dependencies (main) (#208427)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change | Pending |\n|---|---|---|---|---|\n| [@mswjs/http-middleware](https://mswjs.io)\n([source](https://github.com/mswjs/http-middleware)) |\ndevDependencies | patch | [`0.10.1` ->\n`0.10.3`](https://renovatebot.com/diffs/npm/@mswjs%2fhttp-middleware/0.10.1/0.10.3)\n| |\n| [msw](https://mswjs.io)\n([source](https://github.com/mswjs/msw)) | devDependencies |\nminor | [`~2.5.2` ->\n`~2.7.0`](https://renovatebot.com/diffs/npm/msw/2.5.2/2.7.0) | `2.7.3`\n(+2) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>mswjs/http-middleware (@​mswjs/http-middleware)</summary>\n\n###\n[`v0.10.3`](https://github.com/mswjs/http-middleware/releases/tag/v0.10.3)\n\n[Compare\nSource](https://github.com/mswjs/http-middleware/compare/v0.10.2...v0.10.3)\n\n#### v0.10.3 (2025-01-12)\n\n##### Bug Fixes\n\n- remove unused `parserOptions`, fix handlers type\n([#​51](https://github.com/mswjs/http-middleware/issues/51))\n([`372fd85`](https://github.com/mswjs/http-middleware/commit/372fd85464d3f90d2d8847cf0abe0c5e67aa9d4f))\n[@​vivekmiyani](https://github.com/vivekmiyani)\n\n###\n[`v0.10.2`](https://github.com/mswjs/http-middleware/releases/tag/v0.10.2)\n\n[Compare\nSource](https://github.com/mswjs/http-middleware/compare/v0.10.1...v0.10.2)\n\n#### v0.10.2 (2024-10-25)\n\n##### Bug Fixes\n\n- consume undisturbed request stream as-is\n([#​39](https://github.com/mswjs/http-middleware/issues/39))\n([`13cee76`](https://github.com/mswjs/http-middleware/commit/13cee76e5aa3cc0d4dd0067b34655214a786b61a))\n[@​c0per](https://github.com/c0per)\n[@​LeBenLeBen](https://github.com/LeBenLeBen)\n[@​kettanaito](https://github.com/kettanaito)\n\n</details>\n\n<details>\n<summary>mswjs/msw (msw)</summary>\n\n###\n[`v2.7.0`](https://github.com/mswjs/msw/releases/tag/v2.7.0)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.9...v2.7.0)\n\n#### v2.7.0 (2024-12-17)\n\n##### Features\n\n- use `picocolors` instead of `chalk`\n([#​2377](https://github.com/mswjs/msw/issues/2377))\n([`85bdd82`](https://github.com/mswjs/msw/commit/85bdd82dfe4cd3d514d7820dad3338b485084fbf))\n[@​Namchee](https://github.com/Namchee)\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.9`](https://github.com/mswjs/msw/releases/tag/v2.6.9)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.8...v2.6.9)\n\n#### v2.6.9 (2024-12-16)\n\n##### Bug Fixes\n\n- support `SharedArrayBuffer` in `HttpResponse.arrayBuffer`\n([#​2389](https://github.com/mswjs/msw/issues/2389))\n([`41f00e1`](https://github.com/mswjs/msw/commit/41f00e1a67e21010ab9c1a46c8e92193b655f24a))\n[@​danilofuchs](https://github.com/danilofuchs)\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.8`](https://github.com/mswjs/msw/releases/tag/v2.6.8)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.7...v2.6.8)\n\n#### v2.6.8 (2024-12-07)\n\n##### Bug Fixes\n\n- **setupServer:** reapply interception after calling `server.listen()`\nafter `server.close()`\n([#​2383](https://github.com/mswjs/msw/issues/2383))\n([`00da9ca`](https://github.com/mswjs/msw/commit/00da9cad4249b61732ee375d9dbefeb76028cc2b))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.7`](https://github.com/mswjs/msw/releases/tag/v2.6.7)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.6...v2.6.7)\n\n#### v2.6.7 (2024-12-06)\n\n##### Bug Fixes\n\n- **setupWorker:** correctly delete internal `accept` header on\npassthrough\n([#​2375](https://github.com/mswjs/msw/issues/2375))\n([`3f40055`](https://github.com/mswjs/msw/commit/3f40055b1d3814da4b30e5eb7555e09b1084798c))\n[@​smouillour](https://github.com/smouillour)\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.6`](https://github.com/mswjs/msw/releases/tag/v2.6.6)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.5...v2.6.6)\n\n#### v2.6.6 (2024-11-22)\n\n##### Bug Fixes\n\n- **types:** support optional path parameters\n([#​2368](https://github.com/mswjs/msw/issues/2368))\n([`3b7b776`](https://github.com/mswjs/msw/commit/3b7b776e8c0de341185df4686a895c24326748d3))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.5`](https://github.com/mswjs/msw/releases/tag/v2.6.5)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.4...v2.6.5)\n\n#### v2.6.5 (2024-11-16)\n\n##### Bug Fixes\n\n- support non-configurable responses\n([#​2360](https://github.com/mswjs/msw/issues/2360))\n([`5bf3e3b`](https://github.com/mswjs/msw/commit/5bf3e3bf5f9a6d32c79410c11abd539ec4c2ddc5))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.4`](https://github.com/mswjs/msw/releases/tag/v2.6.4)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.3...v2.6.4)\n\n#### v2.6.4 (2024-11-10)\n\n##### Bug Fixes\n\n- prevent infinite loop when bypassing `sendBeacon()` requests\n([#​2353](https://github.com/mswjs/msw/issues/2353))\n([`2fa98c3`](https://github.com/mswjs/msw/commit/2fa98c327acc51189f87789d9155c4ec57be2299))\n[@​kettanaito](https://github.com/kettanaito)\n- remove the internal bypass request header before performing the\nrequest as-is in Node.js\n([#​2353](https://github.com/mswjs/msw/issues/2353))\n([`2fa98c3`](https://github.com/mswjs/msw/commit/2fa98c327acc51189f87789d9155c4ec57be2299))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.3`](https://github.com/mswjs/msw/releases/tag/v2.6.3)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.2...v2.6.3)\n\n#### v2.6.3 (2024-11-10)\n\n##### Bug Fixes\n\n- **handleRequest:** remove `transformResponse` option\n([#​2351](https://github.com/mswjs/msw/issues/2351))\n([`74c4a3a`](https://github.com/mswjs/msw/commit/74c4a3a89970bbfc498c812790daef13766dea72))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.2`](https://github.com/mswjs/msw/releases/tag/v2.6.2)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.1...v2.6.2)\n\n#### v2.6.2 (2024-11-07)\n\n##### Bug Fixes\n\n- update `@bundled-es-modules/cookie` to 2.0.1\n([#​2312](https://github.com/mswjs/msw/issues/2312))\n([`c134352`](https://github.com/mswjs/msw/commit/c134352e8206b91740247f4f196767ab8a8eb921))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.1`](https://github.com/mswjs/msw/releases/tag/v2.6.1)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.0...v2.6.1)\n\n#### v2.6.1 (2024-11-06)\n\n##### Bug Fixes\n\n- prevent `instanceof` handler check failures between different MSW\nversions\n([#​2349](https://github.com/mswjs/msw/issues/2349))\n([`28d26bd`](https://github.com/mswjs/msw/commit/28d26bd7fa585d76f9ca69a67dfa70a234450ed9))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.0`](https://github.com/mswjs/msw/releases/tag/v2.6.0)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.5.2...v2.6.0)\n\n#### v2.6.0 (2024-10-29)\n\n##### Features\n\n- support mocking WebSocket APIs\n([#​2011](https://github.com/mswjs/msw/issues/2011))\n([`ae786f5`](https://github.com/mswjs/msw/commit/ae786f59eb86b3d08c0fa5183ffca90e32af6448))\n[@​kettanaito](https://github.com/kettanaito)\n[@​DanielleHuisman](https://github.com/DanielleHuisman)\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\nhelp](https://github.com/renovatebot/renovate/discussions) if\nthat's undesired.\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://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: Sean Rathier <sean.rathier@elastic.co>\nCo-authored-by: seanrathier <sean.rathier@gmail.com>","sha":"837667d3424b333f911573d47763a4c7c3f17316","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Cloud Security","backport:all-open","v9.1.0"],"title":"Update @elastic/kibana-cloud-security-posture dependencies (main)","number":208427,"url":"https://github.com/elastic/kibana/pull/208427","mergeCommit":{"message":"Update @elastic/kibana-cloud-security-posture dependencies (main) (#208427)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change | Pending |\n|---|---|---|---|---|\n| [@mswjs/http-middleware](https://mswjs.io)\n([source](https://github.com/mswjs/http-middleware)) |\ndevDependencies | patch | [`0.10.1` ->\n`0.10.3`](https://renovatebot.com/diffs/npm/@mswjs%2fhttp-middleware/0.10.1/0.10.3)\n| |\n| [msw](https://mswjs.io)\n([source](https://github.com/mswjs/msw)) | devDependencies |\nminor | [`~2.5.2` ->\n`~2.7.0`](https://renovatebot.com/diffs/npm/msw/2.5.2/2.7.0) | `2.7.3`\n(+2) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>mswjs/http-middleware (@​mswjs/http-middleware)</summary>\n\n###\n[`v0.10.3`](https://github.com/mswjs/http-middleware/releases/tag/v0.10.3)\n\n[Compare\nSource](https://github.com/mswjs/http-middleware/compare/v0.10.2...v0.10.3)\n\n#### v0.10.3 (2025-01-12)\n\n##### Bug Fixes\n\n- remove unused `parserOptions`, fix handlers type\n([#​51](https://github.com/mswjs/http-middleware/issues/51))\n([`372fd85`](https://github.com/mswjs/http-middleware/commit/372fd85464d3f90d2d8847cf0abe0c5e67aa9d4f))\n[@​vivekmiyani](https://github.com/vivekmiyani)\n\n###\n[`v0.10.2`](https://github.com/mswjs/http-middleware/releases/tag/v0.10.2)\n\n[Compare\nSource](https://github.com/mswjs/http-middleware/compare/v0.10.1...v0.10.2)\n\n#### v0.10.2 (2024-10-25)\n\n##### Bug Fixes\n\n- consume undisturbed request stream as-is\n([#​39](https://github.com/mswjs/http-middleware/issues/39))\n([`13cee76`](https://github.com/mswjs/http-middleware/commit/13cee76e5aa3cc0d4dd0067b34655214a786b61a))\n[@​c0per](https://github.com/c0per)\n[@​LeBenLeBen](https://github.com/LeBenLeBen)\n[@​kettanaito](https://github.com/kettanaito)\n\n</details>\n\n<details>\n<summary>mswjs/msw (msw)</summary>\n\n###\n[`v2.7.0`](https://github.com/mswjs/msw/releases/tag/v2.7.0)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.9...v2.7.0)\n\n#### v2.7.0 (2024-12-17)\n\n##### Features\n\n- use `picocolors` instead of `chalk`\n([#​2377](https://github.com/mswjs/msw/issues/2377))\n([`85bdd82`](https://github.com/mswjs/msw/commit/85bdd82dfe4cd3d514d7820dad3338b485084fbf))\n[@​Namchee](https://github.com/Namchee)\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.9`](https://github.com/mswjs/msw/releases/tag/v2.6.9)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.8...v2.6.9)\n\n#### v2.6.9 (2024-12-16)\n\n##### Bug Fixes\n\n- support `SharedArrayBuffer` in `HttpResponse.arrayBuffer`\n([#​2389](https://github.com/mswjs/msw/issues/2389))\n([`41f00e1`](https://github.com/mswjs/msw/commit/41f00e1a67e21010ab9c1a46c8e92193b655f24a))\n[@​danilofuchs](https://github.com/danilofuchs)\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.8`](https://github.com/mswjs/msw/releases/tag/v2.6.8)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.7...v2.6.8)\n\n#### v2.6.8 (2024-12-07)\n\n##### Bug Fixes\n\n- **setupServer:** reapply interception after calling `server.listen()`\nafter `server.close()`\n([#​2383](https://github.com/mswjs/msw/issues/2383))\n([`00da9ca`](https://github.com/mswjs/msw/commit/00da9cad4249b61732ee375d9dbefeb76028cc2b))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.7`](https://github.com/mswjs/msw/releases/tag/v2.6.7)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.6...v2.6.7)\n\n#### v2.6.7 (2024-12-06)\n\n##### Bug Fixes\n\n- **setupWorker:** correctly delete internal `accept` header on\npassthrough\n([#​2375](https://github.com/mswjs/msw/issues/2375))\n([`3f40055`](https://github.com/mswjs/msw/commit/3f40055b1d3814da4b30e5eb7555e09b1084798c))\n[@​smouillour](https://github.com/smouillour)\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.6`](https://github.com/mswjs/msw/releases/tag/v2.6.6)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.5...v2.6.6)\n\n#### v2.6.6 (2024-11-22)\n\n##### Bug Fixes\n\n- **types:** support optional path parameters\n([#​2368](https://github.com/mswjs/msw/issues/2368))\n([`3b7b776`](https://github.com/mswjs/msw/commit/3b7b776e8c0de341185df4686a895c24326748d3))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.5`](https://github.com/mswjs/msw/releases/tag/v2.6.5)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.4...v2.6.5)\n\n#### v2.6.5 (2024-11-16)\n\n##### Bug Fixes\n\n- support non-configurable responses\n([#​2360](https://github.com/mswjs/msw/issues/2360))\n([`5bf3e3b`](https://github.com/mswjs/msw/commit/5bf3e3bf5f9a6d32c79410c11abd539ec4c2ddc5))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.4`](https://github.com/mswjs/msw/releases/tag/v2.6.4)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.3...v2.6.4)\n\n#### v2.6.4 (2024-11-10)\n\n##### Bug Fixes\n\n- prevent infinite loop when bypassing `sendBeacon()` requests\n([#​2353](https://github.com/mswjs/msw/issues/2353))\n([`2fa98c3`](https://github.com/mswjs/msw/commit/2fa98c327acc51189f87789d9155c4ec57be2299))\n[@​kettanaito](https://github.com/kettanaito)\n- remove the internal bypass request header before performing the\nrequest as-is in Node.js\n([#​2353](https://github.com/mswjs/msw/issues/2353))\n([`2fa98c3`](https://github.com/mswjs/msw/commit/2fa98c327acc51189f87789d9155c4ec57be2299))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.3`](https://github.com/mswjs/msw/releases/tag/v2.6.3)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.2...v2.6.3)\n\n#### v2.6.3 (2024-11-10)\n\n##### Bug Fixes\n\n- **handleRequest:** remove `transformResponse` option\n([#​2351](https://github.com/mswjs/msw/issues/2351))\n([`74c4a3a`](https://github.com/mswjs/msw/commit/74c4a3a89970bbfc498c812790daef13766dea72))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.2`](https://github.com/mswjs/msw/releases/tag/v2.6.2)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.1...v2.6.2)\n\n#### v2.6.2 (2024-11-07)\n\n##### Bug Fixes\n\n- update `@bundled-es-modules/cookie` to 2.0.1\n([#​2312](https://github.com/mswjs/msw/issues/2312))\n([`c134352`](https://github.com/mswjs/msw/commit/c134352e8206b91740247f4f196767ab8a8eb921))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.1`](https://github.com/mswjs/msw/releases/tag/v2.6.1)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.0...v2.6.1)\n\n#### v2.6.1 (2024-11-06)\n\n##### Bug Fixes\n\n- prevent `instanceof` handler check failures between different MSW\nversions\n([#​2349](https://github.com/mswjs/msw/issues/2349))\n([`28d26bd`](https://github.com/mswjs/msw/commit/28d26bd7fa585d76f9ca69a67dfa70a234450ed9))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.0`](https://github.com/mswjs/msw/releases/tag/v2.6.0)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.5.2...v2.6.0)\n\n#### v2.6.0 (2024-10-29)\n\n##### Features\n\n- support mocking WebSocket APIs\n([#​2011](https://github.com/mswjs/msw/issues/2011))\n([`ae786f5`](https://github.com/mswjs/msw/commit/ae786f59eb86b3d08c0fa5183ffca90e32af6448))\n[@​kettanaito](https://github.com/kettanaito)\n[@​DanielleHuisman](https://github.com/DanielleHuisman)\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\nhelp](https://github.com/renovatebot/renovate/discussions) if\nthat's undesired.\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://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: Sean Rathier <sean.rathier@elastic.co>\nCo-authored-by: seanrathier <sean.rathier@gmail.com>","sha":"837667d3424b333f911573d47763a4c7c3f17316"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/208427","number":208427,"mergeCommit":{"message":"Update @elastic/kibana-cloud-security-posture dependencies (main) (#208427)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change | Pending |\n|---|---|---|---|---|\n| [@mswjs/http-middleware](https://mswjs.io)\n([source](https://github.com/mswjs/http-middleware)) |\ndevDependencies | patch | [`0.10.1` ->\n`0.10.3`](https://renovatebot.com/diffs/npm/@mswjs%2fhttp-middleware/0.10.1/0.10.3)\n| |\n| [msw](https://mswjs.io)\n([source](https://github.com/mswjs/msw)) | devDependencies |\nminor | [`~2.5.2` ->\n`~2.7.0`](https://renovatebot.com/diffs/npm/msw/2.5.2/2.7.0) | `2.7.3`\n(+2) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>mswjs/http-middleware (@​mswjs/http-middleware)</summary>\n\n###\n[`v0.10.3`](https://github.com/mswjs/http-middleware/releases/tag/v0.10.3)\n\n[Compare\nSource](https://github.com/mswjs/http-middleware/compare/v0.10.2...v0.10.3)\n\n#### v0.10.3 (2025-01-12)\n\n##### Bug Fixes\n\n- remove unused `parserOptions`, fix handlers type\n([#​51](https://github.com/mswjs/http-middleware/issues/51))\n([`372fd85`](https://github.com/mswjs/http-middleware/commit/372fd85464d3f90d2d8847cf0abe0c5e67aa9d4f))\n[@​vivekmiyani](https://github.com/vivekmiyani)\n\n###\n[`v0.10.2`](https://github.com/mswjs/http-middleware/releases/tag/v0.10.2)\n\n[Compare\nSource](https://github.com/mswjs/http-middleware/compare/v0.10.1...v0.10.2)\n\n#### v0.10.2 (2024-10-25)\n\n##### Bug Fixes\n\n- consume undisturbed request stream as-is\n([#​39](https://github.com/mswjs/http-middleware/issues/39))\n([`13cee76`](https://github.com/mswjs/http-middleware/commit/13cee76e5aa3cc0d4dd0067b34655214a786b61a))\n[@​c0per](https://github.com/c0per)\n[@​LeBenLeBen](https://github.com/LeBenLeBen)\n[@​kettanaito](https://github.com/kettanaito)\n\n</details>\n\n<details>\n<summary>mswjs/msw (msw)</summary>\n\n###\n[`v2.7.0`](https://github.com/mswjs/msw/releases/tag/v2.7.0)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.9...v2.7.0)\n\n#### v2.7.0 (2024-12-17)\n\n##### Features\n\n- use `picocolors` instead of `chalk`\n([#​2377](https://github.com/mswjs/msw/issues/2377))\n([`85bdd82`](https://github.com/mswjs/msw/commit/85bdd82dfe4cd3d514d7820dad3338b485084fbf))\n[@​Namchee](https://github.com/Namchee)\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.9`](https://github.com/mswjs/msw/releases/tag/v2.6.9)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.8...v2.6.9)\n\n#### v2.6.9 (2024-12-16)\n\n##### Bug Fixes\n\n- support `SharedArrayBuffer` in `HttpResponse.arrayBuffer`\n([#​2389](https://github.com/mswjs/msw/issues/2389))\n([`41f00e1`](https://github.com/mswjs/msw/commit/41f00e1a67e21010ab9c1a46c8e92193b655f24a))\n[@​danilofuchs](https://github.com/danilofuchs)\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.8`](https://github.com/mswjs/msw/releases/tag/v2.6.8)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.7...v2.6.8)\n\n#### v2.6.8 (2024-12-07)\n\n##### Bug Fixes\n\n- **setupServer:** reapply interception after calling `server.listen()`\nafter `server.close()`\n([#​2383](https://github.com/mswjs/msw/issues/2383))\n([`00da9ca`](https://github.com/mswjs/msw/commit/00da9cad4249b61732ee375d9dbefeb76028cc2b))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.7`](https://github.com/mswjs/msw/releases/tag/v2.6.7)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.6...v2.6.7)\n\n#### v2.6.7 (2024-12-06)\n\n##### Bug Fixes\n\n- **setupWorker:** correctly delete internal `accept` header on\npassthrough\n([#​2375](https://github.com/mswjs/msw/issues/2375))\n([`3f40055`](https://github.com/mswjs/msw/commit/3f40055b1d3814da4b30e5eb7555e09b1084798c))\n[@​smouillour](https://github.com/smouillour)\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.6`](https://github.com/mswjs/msw/releases/tag/v2.6.6)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.5...v2.6.6)\n\n#### v2.6.6 (2024-11-22)\n\n##### Bug Fixes\n\n- **types:** support optional path parameters\n([#​2368](https://github.com/mswjs/msw/issues/2368))\n([`3b7b776`](https://github.com/mswjs/msw/commit/3b7b776e8c0de341185df4686a895c24326748d3))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.5`](https://github.com/mswjs/msw/releases/tag/v2.6.5)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.4...v2.6.5)\n\n#### v2.6.5 (2024-11-16)\n\n##### Bug Fixes\n\n- support non-configurable responses\n([#​2360](https://github.com/mswjs/msw/issues/2360))\n([`5bf3e3b`](https://github.com/mswjs/msw/commit/5bf3e3bf5f9a6d32c79410c11abd539ec4c2ddc5))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.4`](https://github.com/mswjs/msw/releases/tag/v2.6.4)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.3...v2.6.4)\n\n#### v2.6.4 (2024-11-10)\n\n##### Bug Fixes\n\n- prevent infinite loop when bypassing `sendBeacon()` requests\n([#​2353](https://github.com/mswjs/msw/issues/2353))\n([`2fa98c3`](https://github.com/mswjs/msw/commit/2fa98c327acc51189f87789d9155c4ec57be2299))\n[@​kettanaito](https://github.com/kettanaito)\n- remove the internal bypass request header before performing the\nrequest as-is in Node.js\n([#​2353](https://github.com/mswjs/msw/issues/2353))\n([`2fa98c3`](https://github.com/mswjs/msw/commit/2fa98c327acc51189f87789d9155c4ec57be2299))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.3`](https://github.com/mswjs/msw/releases/tag/v2.6.3)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.2...v2.6.3)\n\n#### v2.6.3 (2024-11-10)\n\n##### Bug Fixes\n\n- **handleRequest:** remove `transformResponse` option\n([#​2351](https://github.com/mswjs/msw/issues/2351))\n([`74c4a3a`](https://github.com/mswjs/msw/commit/74c4a3a89970bbfc498c812790daef13766dea72))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.2`](https://github.com/mswjs/msw/releases/tag/v2.6.2)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.1...v2.6.2)\n\n#### v2.6.2 (2024-11-07)\n\n##### Bug Fixes\n\n- update `@bundled-es-modules/cookie` to 2.0.1\n([#​2312](https://github.com/mswjs/msw/issues/2312))\n([`c134352`](https://github.com/mswjs/msw/commit/c134352e8206b91740247f4f196767ab8a8eb921))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.1`](https://github.com/mswjs/msw/releases/tag/v2.6.1)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.0...v2.6.1)\n\n#### v2.6.1 (2024-11-06)\n\n##### Bug Fixes\n\n- prevent `instanceof` handler check failures between different MSW\nversions\n([#​2349](https://github.com/mswjs/msw/issues/2349))\n([`28d26bd`](https://github.com/mswjs/msw/commit/28d26bd7fa585d76f9ca69a67dfa70a234450ed9))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.0`](https://github.com/mswjs/msw/releases/tag/v2.6.0)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.5.2...v2.6.0)\n\n#### v2.6.0 (2024-10-29)\n\n##### Features\n\n- support mocking WebSocket APIs\n([#​2011](https://github.com/mswjs/msw/issues/2011))\n([`ae786f5`](https://github.com/mswjs/msw/commit/ae786f59eb86b3d08c0fa5183ffca90e32af6448))\n[@​kettanaito](https://github.com/kettanaito)\n[@​DanielleHuisman](https://github.com/DanielleHuisman)\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\nhelp](https://github.com/renovatebot/renovate/discussions) if\nthat's undesired.\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://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: Sean Rathier <sean.rathier@elastic.co>\nCo-authored-by: seanrathier <sean.rathier@gmail.com>","sha":"837667d3424b333f911573d47763a4c7c3f17316"}}]}] BACKPORT--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
SoniaSanzV
pushed a commit
to SoniaSanzV/kibana
that referenced
this pull request
Mar 4, 2025
…astic#212105) # Backport This will backport the following commits from `main` to `8.x`: - [Update dependency xstate to ^4.38.3 (main) (elastic#211786)](elastic#211786) <!--- 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-02-21T15:14:28Z","message":"Update dependency xstate to ^4.38.3 (main) (elastic#211786)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|\n[xstate](https://github.com/statelyai/xstate/tree/main/packages/core#readme)\n([source](https://github.com/statelyai/xstate)) | dependencies\n| patch | [`^4.38.2` ->\n`^4.38.3`](https://renovatebot.com/diffs/npm/xstate/4.38.2/4.38.3) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>statelyai/xstate (xstate)</summary>\n\n###\n[`v4.38.3`](https://github.com/statelyai/xstate/releases/tag/xstate%404.38.3)\n\n[Compare\nSource](https://github.com/statelyai/xstate/compare/xstate@4.38.2...xstate@4.38.3)\n\n##### Patch Changes\n\n- [#&elastic#8203;4380](https://github.com/statelyai/xstate/pull/4380)\n[`e9e065822`](https://github.com/statelyai/xstate/commit/e9e06582215abedf118cf2165e635eccb8e44251)\nThanks [@&elastic#8203;Andarist](https://github.com/Andarist)! - Fixed\nan issue with `exit` actions sometimes being called twice when a machine\nreaches its final state and leads its parent to stopping it at the same\ntime.\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://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"876959fb014c42c1b771e1aaec4a0d9227a6b40e","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","Team:obs-ux-logs","v9.1.0"],"title":"Update dependency xstate to ^4.38.3 (main)","number":211786,"url":"https://github.com/elastic/kibana/pull/211786","mergeCommit":{"message":"Update dependency xstate to ^4.38.3 (main) (elastic#211786)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|\n[xstate](https://github.com/statelyai/xstate/tree/main/packages/core#readme)\n([source](https://github.com/statelyai/xstate)) | dependencies\n| patch | [`^4.38.2` ->\n`^4.38.3`](https://renovatebot.com/diffs/npm/xstate/4.38.2/4.38.3) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>statelyai/xstate (xstate)</summary>\n\n###\n[`v4.38.3`](https://github.com/statelyai/xstate/releases/tag/xstate%404.38.3)\n\n[Compare\nSource](https://github.com/statelyai/xstate/compare/xstate@4.38.2...xstate@4.38.3)\n\n##### Patch Changes\n\n- [#&elastic#8203;4380](https://github.com/statelyai/xstate/pull/4380)\n[`e9e065822`](https://github.com/statelyai/xstate/commit/e9e06582215abedf118cf2165e635eccb8e44251)\nThanks [@&elastic#8203;Andarist](https://github.com/Andarist)! - Fixed\nan issue with `exit` actions sometimes being called twice when a machine\nreaches its final state and leads its parent to stopping it at the same\ntime.\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://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"876959fb014c42c1b771e1aaec4a0d9227a6b40e"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/211786","number":211786,"mergeCommit":{"message":"Update dependency xstate to ^4.38.3 (main) (elastic#211786)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|\n[xstate](https://github.com/statelyai/xstate/tree/main/packages/core#readme)\n([source](https://github.com/statelyai/xstate)) | dependencies\n| patch | [`^4.38.2` ->\n`^4.38.3`](https://renovatebot.com/diffs/npm/xstate/4.38.2/4.38.3) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>statelyai/xstate (xstate)</summary>\n\n###\n[`v4.38.3`](https://github.com/statelyai/xstate/releases/tag/xstate%404.38.3)\n\n[Compare\nSource](https://github.com/statelyai/xstate/compare/xstate@4.38.2...xstate@4.38.3)\n\n##### Patch Changes\n\n- [#&elastic#8203;4380](https://github.com/statelyai/xstate/pull/4380)\n[`e9e065822`](https://github.com/statelyai/xstate/commit/e9e06582215abedf118cf2165e635eccb8e44251)\nThanks [@&elastic#8203;Andarist](https://github.com/Andarist)! - Fixed\nan issue with `exit` actions sometimes being called twice when a machine\nreaches its final state and leads its parent to stopping it at the same\ntime.\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://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"876959fb014c42c1b771e1aaec4a0d9227a6b40e"}}]}] BACKPORT--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Felix Stürmer <weltenwort@users.noreply.github.com>
Ikuni17
pushed a commit
that referenced
this pull request
Mar 7, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@elastic/elasticsearch](http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html) ([source](https://github.com/elastic/elasticsearch-js)) | dependencies | patch | [`^8.17.0` -> `^8.17.1`](https://renovatebot.com/diffs/npm/@elastic%2felasticsearch/8.17.0/8.17.1) | --- ### Release Notes <details> <summary>elastic/elasticsearch-js (@​elastic/elasticsearch)</summary> ### [`v8.17.1`](https://github.com/elastic/elasticsearch-js/releases/tag/v8.17.1) [Compare Source](https://github.com/elastic/elasticsearch-js/compare/v8.17.0...v8.17.1) [Changelog](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/8.17/changelog-client.html) </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoiOC54IiwibGFiZWxzIjpbIlRlYW06Q29yZSIsIlRlYW06T3BlcmF0aW9ucyIsImJhY2twb3J0OnNraXAiLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Alejandro Fernández Haro <alejandro.haro@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.