mooxl / astroad

A pre-configured setup for easy website development with Astro and Payload CMS using Docker.
MIT License
92 stars 8 forks source link

Bump slate-serializers from 0.4.1 to 2.0.1 in /astro #106

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps slate-serializers from 0.4.1 to 2.0.1.

Changelog

Sourced from slate-serializers's changelog.

Changelog

This file was generated using @​jscutlery/semver.

1.0.0 (2023-07-19)

⚠ BREAKING CHANGES

  • slatetodom: apply markTransforms on Slate JSON properties (#66)

Features

  • to: handle html entities appropriately (#22) (2cd5ce1)
  • to: html manipulation capabilities (#19) (341cf32)
  • config: extract and make customizable (#10) (2ea995e)
  • defaulttag: replace enforceTopLevelPTags (#13) (e144e03)
  • htmltoslate: process whitespace depending on context (#18) (0c9feac)
  • htmltoslate: support line breaks (#6) (fe98bfb)
  • serializers: htmlToSlate and slateToHtml (#1) (bc58250)
  • serializers: support more HTML tags (#2) (84a09a8)
  • slatetodom: add encodeBreakingEntities option (#57) (f5c85d7)
  • slatetohtml: control html entity encoding (#17) (1f660b3)
  • slatetohtml: convert line breaks to br tags (#33) (fe080fb)
  • slatetohtml: improve text tag support (#3) (44d45b6)
  • slatetohtml: mark transforms (#63) (c67d785)
  • slatetohtml: support newtab links (#5) (ef8d004)
  • slatetoreact: add serializer (#55) (8b59a7e)
  • src: export a type for elementTransform fns (#71) (033d0b4)
  • support custom attributes (#7) (2192b0e)
  • version management, better exports and types (c8f049a)

Bug Fixes

  • error when parsing empty or self-closing tags (#23) (8adb74b)
  • html-to-slate: trim whitespace that precedes a block element (#38) (74f3d24)
  • htmltoslate: call to gatherTextMarkAttributes using default config (#77) (2afc34f)
  • htmltoslate: ensure empty children have a text node (#21) (59ac5b9)
  • htmltoslate: htmlToSlate function add return type (#43) (#45) (9ee52a5)
  • htmltoslate: shadowed variable (#42) (aa7ee16)
  • lint and format (#58) (329a43b)
  • package.json: downgrade htmlparser2 for Webpack 4 compatibility (#49) (47bc3b0)
  • package.json: move css-select dependency (#60) (06ddd57)
  • readme.md: apply corrections (#11) (e12d933)
  • slatetodom: parseDocument argument type (#50) (db8d566)
  • slatetohtml: do not add an empty style attribute (#20) (a303806)
  • slatetohtml: do not escape html entities (#16) (4d25706)
  • slatetohtml: return an empty document if no Slate object (#51) (42a1e7a)
  • src: folder capitalisation (#47) (90a61e4)

... (truncated)

Commits


Dependabot compatibility score

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 commands and options
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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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[bot] commented 11 months ago

Superseded by #129.