-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Commit 73b03da
# Backport
This will backport the following commits from `main` to `8.19`:
- [Update dependency react-fast-compare to v3 (main)
(#219594)](#219594)
<!--- Backport version: 9.6.6 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)
<!--BACKPORT
[{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-09-10T14:47:06Z","message":"Update
dependency react-fast-compare to v3 (main) (#219594)\n\nThis PR contains
the following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|\n[react-fast-compare](https://redirect.github.com/FormidableLabs/react-fast-compare)\n|
dependencies | major | [`^2.0.4`
->\n`^3.2.2`](https://renovatebot.com/diffs/npm/react-fast-compare/2.0.4/3.2.2)\n|\n\n---\n\n###
Release
Notes\n\n<details>\n<summary>FormidableLabs/react-fast-compare\n(react-fast-compare)</summary>\n\n###\n[`v3.2.2`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#322)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.2.1...v3.2.2)\n\n#####
Patch Changes\n\n- Adding GitHub release
workflow\n([#​126](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/126))\n\n###\n[`v3.2.1`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#321-2023-03-16)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.2.0...v3.2.1)\n\n**Bugfixes:**\n\n-
Fix Object with null prototype
errors\n[#​64](https://redirect.github.com/FormidableLabs/react-fast-compare/issues/64).\n\n###\n[`v3.2.0`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#320-2020-05-28)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.1.1...v3.2.0)\n\n-\n[#​80](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/80).\nUpdate
types to use generic
`any`s.\n-\n[#​77](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/77).\nAdd
tests for our TypeScript type
definitions.\n\n###\n[`v3.1.1`](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.1.0...v3.1.1)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.1.0...v3.1.1)\n\n###\n[`v3.1.0`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#310-2020-05-08)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.0.2...v3.1.0)\n\n-\n[#​76](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/76).\nAdd
support for
preact/compat.\n-\n[#​75](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/75).\nDrop
test support for Node
8.\n-\n[#​62](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/62).\nFix
TypeScript types by declaring a function instead of a
module.\n\n###\n[`v3.0.2`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#302-2020-05-01)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.0.1...v3.0.2)\n\n-\n[#​71](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/71).\nExtend
the `hasArrayBuffer` check to support older IE 11
versions.\n\n###\n[`v3.0.1`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#301-2020-02-05)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.0.0...v3.0.1)\n\n-\n[#​60](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/60).\nUpdate
documentation on bundle
size.\n\n###\n[`v3.0.0`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#300-2020-01-05)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v2.0.4...v3.0.0)\n\n**Features:**\n\n-\n[#​36](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/36).\nUpdate
to `fast-deep-equal@3.1.1` with modified support for ES.next
data\ntypes: `Map`, `Set`,
`ArrayBuffer`.\n-\n[#​57](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/57).\nMinor
refactoring to reduce min+gz
size.\n-\n[#​59](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/59).\nRename
exported to `isEqual` for TypeScript users.\n\n**Breaking
changes:**\n\n- instances of different classes are now considered
unequal\n- support for ES6 Map and Set instances\n- support for ES6
typed arrays\n\n**Infrastructure:**\n\n- Upgrade lots of
`devDependenices`\n- Use `fast-deep-equal` tests directly in our
correctness tests.\n- Update CI to modern Node.js versions.\n- Update
Appveyor to use straight IE11 (not emulated IE9) because mocha\nno
longer runs in IE9.\n\n</details>\n\n---\n\n### Configuration\n\n📅
**Schedule**: Branch creation - At any time (no schedule
defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\n---------\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"4d9ddcb221e5f9112a7cc6fd79d3c5b4a1f0294e","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:SharedUX","backport:all-open","v9.2.0"],"title":"Update
dependency react-fast-compare to v3
(main)","number":219594,"url":"https://github.com/elastic/kibana/pull/219594","mergeCommit":{"message":"Update
dependency react-fast-compare to v3 (main) (#219594)\n\nThis PR contains
the following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|\n[react-fast-compare](https://redirect.github.com/FormidableLabs/react-fast-compare)\n|
dependencies | major | [`^2.0.4`
->\n`^3.2.2`](https://renovatebot.com/diffs/npm/react-fast-compare/2.0.4/3.2.2)\n|\n\n---\n\n###
Release
Notes\n\n<details>\n<summary>FormidableLabs/react-fast-compare\n(react-fast-compare)</summary>\n\n###\n[`v3.2.2`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#322)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.2.1...v3.2.2)\n\n#####
Patch Changes\n\n- Adding GitHub release
workflow\n([#​126](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/126))\n\n###\n[`v3.2.1`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#321-2023-03-16)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.2.0...v3.2.1)\n\n**Bugfixes:**\n\n-
Fix Object with null prototype
errors\n[#​64](https://redirect.github.com/FormidableLabs/react-fast-compare/issues/64).\n\n###\n[`v3.2.0`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#320-2020-05-28)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.1.1...v3.2.0)\n\n-\n[#​80](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/80).\nUpdate
types to use generic
`any`s.\n-\n[#​77](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/77).\nAdd
tests for our TypeScript type
definitions.\n\n###\n[`v3.1.1`](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.1.0...v3.1.1)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.1.0...v3.1.1)\n\n###\n[`v3.1.0`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#310-2020-05-08)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.0.2...v3.1.0)\n\n-\n[#​76](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/76).\nAdd
support for
preact/compat.\n-\n[#​75](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/75).\nDrop
test support for Node
8.\n-\n[#​62](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/62).\nFix
TypeScript types by declaring a function instead of a
module.\n\n###\n[`v3.0.2`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#302-2020-05-01)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.0.1...v3.0.2)\n\n-\n[#​71](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/71).\nExtend
the `hasArrayBuffer` check to support older IE 11
versions.\n\n###\n[`v3.0.1`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#301-2020-02-05)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.0.0...v3.0.1)\n\n-\n[#​60](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/60).\nUpdate
documentation on bundle
size.\n\n###\n[`v3.0.0`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#300-2020-01-05)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v2.0.4...v3.0.0)\n\n**Features:**\n\n-\n[#​36](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/36).\nUpdate
to `fast-deep-equal@3.1.1` with modified support for ES.next
data\ntypes: `Map`, `Set`,
`ArrayBuffer`.\n-\n[#​57](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/57).\nMinor
refactoring to reduce min+gz
size.\n-\n[#​59](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/59).\nRename
exported to `isEqual` for TypeScript users.\n\n**Breaking
changes:**\n\n- instances of different classes are now considered
unequal\n- support for ES6 Map and Set instances\n- support for ES6
typed arrays\n\n**Infrastructure:**\n\n- Upgrade lots of
`devDependenices`\n- Use `fast-deep-equal` tests directly in our
correctness tests.\n- Update CI to modern Node.js versions.\n- Update
Appveyor to use straight IE11 (not emulated IE9) because mocha\nno
longer runs in IE9.\n\n</details>\n\n---\n\n### Configuration\n\n📅
**Schedule**: Branch creation - At any time (no schedule
defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\n---------\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"4d9ddcb221e5f9112a7cc6fd79d3c5b4a1f0294e"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/219594","number":219594,"mergeCommit":{"message":"Update
dependency react-fast-compare to v3 (main) (#219594)\n\nThis PR contains
the following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|\n[react-fast-compare](https://redirect.github.com/FormidableLabs/react-fast-compare)\n|
dependencies | major | [`^2.0.4`
->\n`^3.2.2`](https://renovatebot.com/diffs/npm/react-fast-compare/2.0.4/3.2.2)\n|\n\n---\n\n###
Release
Notes\n\n<details>\n<summary>FormidableLabs/react-fast-compare\n(react-fast-compare)</summary>\n\n###\n[`v3.2.2`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#322)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.2.1...v3.2.2)\n\n#####
Patch Changes\n\n- Adding GitHub release
workflow\n([#​126](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/126))\n\n###\n[`v3.2.1`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#321-2023-03-16)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.2.0...v3.2.1)\n\n**Bugfixes:**\n\n-
Fix Object with null prototype
errors\n[#​64](https://redirect.github.com/FormidableLabs/react-fast-compare/issues/64).\n\n###\n[`v3.2.0`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#320-2020-05-28)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.1.1...v3.2.0)\n\n-\n[#​80](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/80).\nUpdate
types to use generic
`any`s.\n-\n[#​77](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/77).\nAdd
tests for our TypeScript type
definitions.\n\n###\n[`v3.1.1`](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.1.0...v3.1.1)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.1.0...v3.1.1)\n\n###\n[`v3.1.0`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#310-2020-05-08)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.0.2...v3.1.0)\n\n-\n[#​76](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/76).\nAdd
support for
preact/compat.\n-\n[#​75](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/75).\nDrop
test support for Node
8.\n-\n[#​62](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/62).\nFix
TypeScript types by declaring a function instead of a
module.\n\n###\n[`v3.0.2`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#302-2020-05-01)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.0.1...v3.0.2)\n\n-\n[#​71](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/71).\nExtend
the `hasArrayBuffer` check to support older IE 11
versions.\n\n###\n[`v3.0.1`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#301-2020-02-05)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v3.0.0...v3.0.1)\n\n-\n[#​60](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/60).\nUpdate
documentation on bundle
size.\n\n###\n[`v3.0.0`](https://redirect.github.com/FormidableLabs/react-fast-compare/blob/HEAD/CHANGELOG.md#300-2020-01-05)\n\n[Compare\nSource](https://redirect.github.com/FormidableLabs/react-fast-compare/compare/v2.0.4...v3.0.0)\n\n**Features:**\n\n-\n[#​36](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/36).\nUpdate
to `fast-deep-equal@3.1.1` with modified support for ES.next
data\ntypes: `Map`, `Set`,
`ArrayBuffer`.\n-\n[#​57](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/57).\nMinor
refactoring to reduce min+gz
size.\n-\n[#​59](https://redirect.github.com/FormidableLabs/react-fast-compare/pull/59).\nRename
exported to `isEqual` for TypeScript users.\n\n**Breaking
changes:**\n\n- instances of different classes are now considered
unequal\n- support for ES6 Map and Set instances\n- support for ES6
typed arrays\n\n**Infrastructure:**\n\n- Upgrade lots of
`devDependenices`\n- Use `fast-deep-equal` tests directly in our
correctness tests.\n- Update CI to modern Node.js versions.\n- Update
Appveyor to use straight IE11 (not emulated IE9) because mocha\nno
longer runs in IE9.\n\n</details>\n\n---\n\n### Configuration\n\n📅
**Schedule**: Branch creation - At any time (no schedule
defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\n---------\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"4d9ddcb221e5f9112a7cc6fd79d3c5b4a1f0294e"}}]}]
BACKPORT-->
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent 6f247c9 commit 73b03daCopy full SHA for 73b03da
File tree
Expand file treeCollapse file tree
2 files changed
+6
-6
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+6
-6
lines changedCollapse file: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1264 | 1264 |
| |
1265 | 1265 |
| |
1266 | 1266 |
| |
1267 |
| - | |
| 1267 | + | |
1268 | 1268 |
| |
1269 | 1269 |
| |
1270 | 1270 |
| |
|
Collapse file: yarn.lock
+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27441 | 27441 |
| |
27442 | 27442 |
| |
27443 | 27443 |
| |
27444 |
| - | |
| 27444 | + | |
27445 | 27445 |
| |
27446 | 27446 |
| |
27447 | 27447 |
| |
27448 | 27448 |
| |
27449 |
| - | |
27450 |
| - | |
27451 |
| - | |
27452 |
| - | |
| 27449 | + | |
| 27450 | + | |
| 27451 | + | |
| 27452 | + | |
27453 | 27453 |
| |
27454 | 27454 |
| |
27455 | 27455 |
| |
|
0 commit comments