From 522c5c8f3d16329f1097e1a2da7087e8b3d4ba93 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 23:59:08 -0300 Subject: [PATCH] Update dependency diff to ^8.0.2 (main) (#221955) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [diff](https://redirect.github.com/kpdecker/jsdiff) | dependencies | patch | [`^8.0.1` -> `^8.0.2`](https://renovatebot.com/diffs/npm/diff/8.0.1/8.0.2) | --- ### Release Notes
kpdecker/jsdiff (diff) ### [`v8.0.2`](https://redirect.github.com/kpdecker/jsdiff/blob/HEAD/release-notes.md#802) [Compare Source](https://redirect.github.com/kpdecker/jsdiff/compare/v8.0.1...v8.0.2) - [#​616](https://redirect.github.com/kpdecker/jsdiff/pull/616) **Restored compatibility of `diffSentences` with old Safari versions.** This was broken in 8.0.0 by the introduction of a regex with a [lookbehind assertion](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Lookbehind_assertion); these weren't supported in Safari prior to version 16.4. - [#​612](https://redirect.github.com/kpdecker/jsdiff/pull/612) **Improved tree shakeability** by marking the built CJS and ESM packages with `sideEffects: false`.
--- ### 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. --- - [ ] 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). Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Davis McPhee --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c15cc5fa4229..93e57e2b5bb5 100644 --- a/package.json +++ b/package.json @@ -1196,7 +1196,7 @@ "deep-freeze-strict": "^1.1.1", "deepmerge": "^4.3.1", "del": "^6.1.0", - "diff": "^8.0.1", + "diff": "^8.0.2", "dotenv": "^16.4.5", "elastic-apm-node": "^4.13.0", "email-addresses": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 22e6b4a9c4d5..69f6bd5785ad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17395,10 +17395,10 @@ diff@^5.0.0, diff@^5.1.0, diff@^5.2.0: resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531" integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A== -diff@^8.0.1: - version "8.0.1" - resolved "https://registry.yarnpkg.com/diff/-/diff-8.0.1.tgz#1562531dbca460fe5be98a026412996ccab1abd5" - integrity sha512-rEaM3KmVm78zE3dFZaop3aCQa2MTm+T4kcigUFLVU/KbOYdiY6JnL2g2puOYnct3QFw9pjZadaCbCZ1O8ArMlQ== +diff@^8.0.2: + version "8.0.2" + resolved "https://registry.yarnpkg.com/diff/-/diff-8.0.2.tgz#712156a6dd288e66ebb986864e190c2fc9eddfae" + integrity sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg== diffie-hellman@^5.0.3: version "5.0.3"