mitodl / ocw-studio

Open Source Courseware authoring tool
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

chore(deps): update dependency turndown to v7.1.3 #2153

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
turndown 7.0.0 -> 7.1.3 age adoption passing confidence

Release Notes

mixmark-io/turndown (turndown) ### [`v7.1.3`](https://togithub.com/mixmark-io/turndown/releases/tag/v7.1.3) [Compare Source](https://togithub.com/mixmark-io/turndown/compare/v7.1.2...v7.1.3) - Merge pull request [#​443](https://togithub.com/mixmark-io/turndown/issues/443) from rory-instil/master [`4afc328`](https://togithub.com/mixmark-io/turndown/commit/4afc328) - Fixing a missing defensive check for an absent window global variable that was breaking service worker environments [`9e64a83`](https://togithub.com/mixmark-io/turndown/commit/9e64a83) ### [`v7.1.2`](https://togithub.com/mixmark-io/turndown/releases/tag/v7.1.2) [Compare Source](https://togithub.com/mixmark-io/turndown/compare/v7.1.1...v7.1.2) - Optimize regexp for edge whitespace matching. Fix [#​429](https://togithub.com/mixmark-io/turndown/issues/429). [`77078bd`](https://togithub.com/mixmark-io/turndown/commit/77078bd) - Add internal unit testing. Fix [#​430](https://togithub.com/mixmark-io/turndown/issues/430). [`6c956bd`](https://togithub.com/mixmark-io/turndown/commit/6c956bd) - Update docs. See [#​396](https://togithub.com/mixmark-io/turndown/issues/396). [`4499b5c`](https://togithub.com/mixmark-io/turndown/commit/4499b5c) - Update links similarly to [#​389](https://togithub.com/mixmark-io/turndown/issues/389). [`9677c79`](https://togithub.com/mixmark-io/turndown/commit/9677c79) ### [`v7.1.1`](https://togithub.com/mixmark-io/turndown/releases/tag/v7.1.1) [Compare Source](https://togithub.com/mixmark-io/turndown/compare/v7.1.0...v7.1.1) - Upgrade rollup. Fix [#​387](https://togithub.com/mixmark-io/turndown/issues/387). [`9ad4c1b`](https://togithub.com/mixmark-io/turndown/commit/9ad4c1b) ### [`v7.1.0`](https://togithub.com/mixmark-io/turndown/releases/tag/v7.1.0) [Compare Source](https://togithub.com/mixmark-io/turndown/compare/v7.0.0...v7.1.0) - Add mixmark-io update info. [`08ea6d6`](https://togithub.com/mixmark-io/turndown/commit/08ea6d6) - Update deps. [`c1b11a3`](https://togithub.com/mixmark-io/turndown/commit/c1b11a3) - Update SECURITY.md [`ef41a54`](https://togithub.com/mixmark-io/turndown/commit/ef41a54) - Update SECURITY.md [`2d68b76`](https://togithub.com/mixmark-io/turndown/commit/2d68b76) - Create SECURITY.md [`b30d120`](https://togithub.com/mixmark-io/turndown/commit/b30d120) - Merge pull request [#​372](https://togithub.com/mixmark-io/turndown/issues/372) from orchitech/npm-prepare [`24070bc`](https://togithub.com/mixmark-io/turndown/commit/24070bc) - Fix build when used as git-linked dependency. [`c11f982`](https://togithub.com/mixmark-io/turndown/commit/c11f982) - Merge pull request [#​371](https://togithub.com/mixmark-io/turndown/issues/371) from orchitech/fix-inefficient-whitespace-join [`46e6ffa`](https://togithub.com/mixmark-io/turndown/commit/46e6ffa) - Avoid match-at-end regexp bottleneck in replacement to output joining. Fix [#​370](https://togithub.com/mixmark-io/turndown/issues/370). [`0f9129c`](https://togithub.com/mixmark-io/turndown/commit/0f9129c) - Merge pull request [#​319](https://togithub.com/mixmark-io/turndown/issues/319) from orchitech/preformatted-code [`e7a9351`](https://togithub.com/mixmark-io/turndown/commit/e7a9351) - Add support for interpreting \ as a preformatted inline element and rendering Markdown accordingly. Fix [#​318](https://togithub.com/mixmark-io/turndown/issues/318). [`fc0d49f`](https://togithub.com/mixmark-io/turndown/commit/fc0d49f) - Merge pull request [#​317](https://togithub.com/mixmark-io/turndown/issues/317) from orchitech/code-span-rule-fix [`04e499e`](https://togithub.com/mixmark-io/turndown/commit/04e499e) - Merge pull request [#​335](https://togithub.com/mixmark-io/turndown/issues/335) from orchitech/fix-browser-modules-export [`d741a1d`](https://togithub.com/mixmark-io/turndown/commit/d741a1d) - Merge pull request [#​315](https://togithub.com/mixmark-io/turndown/issues/315) from orchitech/flanking-whitespace-improvements [`dcf2cf6`](https://togithub.com/mixmark-io/turndown/commit/dcf2cf6) - Fix browser modules export. Fixes [domchristie#334](https://togithub.com/domchristie/turndown/issues/334). [`8d71a2d`](https://togithub.com/mixmark-io/turndown/commit/8d71a2d) - Follow CommonMark spec more precisely and make the code span rule even more robust for future Turndown development. Fix [#​316](https://togithub.com/mixmark-io/turndown/issues/316). [`68a22b6`](https://togithub.com/mixmark-io/turndown/commit/68a22b6) - Respect original whitespace instead of using hardcoded 0x20. Do not merge ASCII and non-ASCII whitespace. Make sure non-ASCII whitespace is moved out of inline elements to prevent generating broken Markdown. Fix [#​102](https://togithub.com/mixmark-io/turndown/issues/102). Fix [#​250](https://togithub.com/mixmark-io/turndown/issues/250). [`27bdac0`](https://togithub.com/mixmark-io/turndown/commit/27bdac0)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Mend Renovate. View repository job log here.