Skip to content

Commit 3ee8d78

Browse files
Update dependency diff to v8.0.4 (main) (#261355)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [diff](https://redirect.github.com/kpdecker/jsdiff) | dependencies | patch | [`8.0.3` -> `8.0.4`](https://renovatebot.com/diffs/npm/diff/8.0.3/8.0.4) | | [diff](https://redirect.github.com/kpdecker/jsdiff) | dependencies | patch | [`^8.0.3` -> `^8.0.4`](https://renovatebot.com/diffs/npm/diff/8.0.3/8.0.4) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kpdecker/jsdiff (diff)</summary> ### [`v8.0.4`](https://redirect.github.com/kpdecker/jsdiff/blob/HEAD/release-notes.md#804) [Compare Source](https://redirect.github.com/kpdecker/jsdiff/compare/v8.0.3...8.0.4) - [#&#8203;667](https://redirect.github.com/kpdecker/jsdiff/pull/667) - **fix another bug in `diffWords` when used with an `Intl.Segmenter`**. If the text to be diffed included a combining mark after a whitespace character (i.e. roughly speaking, an accented space), `diffWords` would previously crash. Now this case is handled correctly. </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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkRhdGFEaXNjb3ZlcnkiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> --------- 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>
1 parent b384b24 commit 3ee8d78

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

.buildkite/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.buildkite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@octokit/rest": "^22.0.1",
1212
"adm-zip": "^0.5.16",
1313
"axios": "^1.13.4",
14-
"diff": "^8.0.3",
14+
"diff": "^8.0.4",
1515
"globby": "^11.1.0",
1616
"json5": "^2.2.3",
1717
"js-yaml": "^4.1.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@
13561356
"deep-freeze-strict": "1.1.1",
13571357
"deepmerge": "4.3.1",
13581358
"del": "6.1.1",
1359-
"diff": "8.0.3",
1359+
"diff": "8.0.4",
13601360
"dom-to-image-more": "3.6.0",
13611361
"dompurify": "3.3.2",
13621362
"dotenv": "17.2.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20147,10 +20147,10 @@ diff-sequences@^29.6.3:
2014720147
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.6.3.tgz#4deaf894d11407c51efc8418012f9e70b84ea921"
2014820148
integrity sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==
2014920149

20150-
diff@8.0.3, diff@^8.0.2:
20151-
version "8.0.3"
20152-
resolved "https://registry.yarnpkg.com/diff/-/diff-8.0.3.tgz#c7da3d9e0e8c283bb548681f8d7174653720c2d5"
20153-
integrity sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==
20150+
diff@8.0.4, diff@^8.0.2:
20151+
version "8.0.4"
20152+
resolved "https://registry.yarnpkg.com/diff/-/diff-8.0.4.tgz#4f5baf3188b9b2431117b962eb20ba330fadf696"
20153+
integrity sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==
2015420154

2015520155
diff@^5.0.0, diff@^5.1.0, diff@^5.2.0:
2015620156
version "5.2.2"

0 commit comments

Comments
 (0)