Task #89547
closedBump diff from 3.4.0 to 3.5.0 in /Build
0%
Description
Bumps [diff](https://github.com/kpdecker/jsdiff) from 3.4.0 to 3.5.0.
<details>
<summary>Changelog</summary>
Sourced from [diff's changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md).
- v3.5.0 - March 4th, 2018
- Omit redundant slice in join method of diffArrays - 1023590
- Support patches with empty lines - fb0f208
- Accept a custom JSON replacer function for JSON diffing - 69c7f0a
- Optimize parch header parser - 2aec429
- Fix typos - e89c832[Commits](https://github.com/kpdecker/jsdiff/compare/v3.4.0...v3.5.0)
</details>
<details>
<summary>Commits</summary>
- [`e9ab948`](https://github.com/kpdecker/jsdiff/commit/e9ab94893a77f1f7d7ea8483b873083e6c6a390a) v3.5.0
- [`b73884c`](https://github.com/kpdecker/jsdiff/commit/b73884c013d199aeba62f583c392a823083a889f) Update release notes
- [`8953021`](https://github.com/kpdecker/jsdiff/commit/89530211601abfd0baf6276f0f862d5e43f908ee) Update release notes
- [`1023590`](https://github.com/kpdecker/jsdiff/commit/1023590bd4b29edb8c4d280f9bd50966fc22e469) Omit redundant slice in join method of diffArrays
- [`c72ef4a`](https://github.com/kpdecker/jsdiff/commit/c72ef4aec8fc6318dd413ab7c225fa47891f607c) Add missing test coverage
- [`b9ef24f`](https://github.com/kpdecker/jsdiff/commit/b9ef24f8004624f024f9853842ea45903dc0afc7) Support patches with empty lines
- [`10aaabb`](https://github.com/kpdecker/jsdiff/commit/10aaabb3b7b22c8019dc74f0ab674041167e7438) Support patches with empty lines
- [`196d3aa`](https://github.com/kpdecker/jsdiff/commit/196d3aa052e89bfe929ed6368b11dc7d011bf911) Support patches with empty lines
- [`e24d789`](https://github.com/kpdecker/jsdiff/commit/e24d789f71991db9a74e3997653d9cf52d071749) Support patches with empty lines
- [`8616a02`](https://github.com/kpdecker/jsdiff/commit/8616a02a139422c8a3e008b63d60083abdd56b7c) Support patches with empty lines
- Additional commits viewable in [compare view](https://github.com/kpdecker/jsdiff/compare/v3.4.0...v3.5.0)
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=diff&package-manager=npm_and_yarn&previous-version=3.4.0&new-version=3.5.0)](https://help.github.com/articles/configuring-automated-security-fixes)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/TYPO3/TYPO3.CMS/network/alerts).
</details>
This issue was automatically created from https://github.com/TYPO3/TYPO3.CMS/pull/204
Updated by Georg Ringer over 4 years ago
- Related to Task #89251: Update CSS tooling added