Automattic / newspack-content-converter

Plugin that enables automated conversion of pre-Gutenberg post content, to Gutenberg blocks content.
GNU General Public License v2.0
46 stars 13 forks source link

Bump postcss, @wordpress/components, newspack-components and newspack-scripts #146

Open dependabot[bot] opened 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps postcss to 8.4.41 and updates ancestor dependencies postcss, @wordpress/components, newspack-components and newspack-scripts. These dependencies need to be updated together.

Updates postcss from 5.2.18 to 8.4.41

Release notes

Sourced from postcss's releases.

8.4.41

8.4.40

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).

8.4.39

8.4.38

8.4.37

  • Fixed original.column are not numbers error in another case.

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

8.4.33

8.4.32

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

... (truncated)

Changelog

Sourced from postcss's changelog.

8.4.41

8.4.40

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).

8.4.39

8.4.38

8.4.37

  • Fixed original.column are not numbers error in another case.

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).

8.4.33

  • Fixed NoWorkResult behavior difference with normal mode (by Romain Menke).
  • Fixed NoWorkResult usage conditions (by @​ahmdammarr).

8.4.32

  • Fixed postcss().process() types (by Andrew Ferreira).

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

... (truncated)

Commits


Updates @wordpress/components from 12.0.9 to 28.6.0

Release notes

Sourced from @​wordpress/components's releases.

19.1.0 RC1

Changelog

Enhancements

Components

  • Allow style prop on Popover. (64489)
  • Add elevation scale. (64108)
  • Apply elevation scale to: Modal, Popover, and Snackbar components. (64655)
  • Ariakit: Update to v0.4.10. (64637)
  • DimensionControl: Add flag to remove bottom margin. (64346)
  • DropdownMenu V2: Use themed color variables. (64647)
  • FocalPointPicker: Default to new 40px size. (64456)
  • Placeholders: Update radius temporarily. (64672)
  • QueryControls: Default to new 40px size. (64457)
  • Reduce gap between steps in SpacingSizesControl, add animation, remove first/last marks. (63803)
  • Textarea Control: Update styles. (64586)
  • Tools Panel: Sets column-gap to 16px for grid. (64497)
  • Update DropdownMenuV2 elevation, remove unused configuration value. (64432)
  • Update components radius. (64368)
  • Use useStoreState() instead of store.useState(). (64648)
  • Composite: Use internal context to consume composite store. (64493)

Data Views

  • Do not display element descriptions in filters. (64674)
  • Add comment_status field to quick edit. (64370)
  • Add status to quick edit. (64398)
  • Apply minimal variant to pagination dropdown. (63815)
  • Update the style of the datetime fields to match the other types. (64438)
  • Use the fields array to define the order of the fields. (64335)
  • Make the move left/right controls in table header always available. (64646)
  • Support defining field headers/names as React elements. (64642)
  • Quick edit: Add Date as field and datetime as field type. (64267)
  • Add marks to preview size control. (64546)
  • Move item size control to the new view configuration UI. (64380)
  • Update search appearance in narrow containers. (64681)
  • Extensibility - allow unregistering of the following:
    • Duplicate post action (64441)
    • Duplicate pattern action (64373)
    • Duplicate template part action (64388)
    • Rename post action (64366)
    • Reorder-page action (64199)
    • View post action (64467)
    • View post revisions action (64464)

Block Library

  • Embed Block: Replace native input element with InputControl component. (64668)
  • File: Add border block support. (64509)
  • Grid: Prevent highlight of cells when dragging a block if block type can't be dropped into grid. (64290)
  • Image block: Add reset button. (64669)

... (truncated)

Changelog

Sourced from @​wordpress/components's changelog.

28.6.0 (2024-08-21)

Deprecations

  • Deprecate bottom margin on the following BaseControl-based components. Set the __nextHasNoMarginBottom prop to true to start opting into the new styles, which will become the default in a future version (#64408).
    • BaseControl
    • CheckboxControl
    • ComboboxControl
    • DimensionControl
    • FocalPointPicker
    • RangeControl
    • SearchControl
    • SelectControl
    • TextControl
    • TextareaControl
    • ToggleControl
    • ToggleGroupControl
    • TreeSelect
  • Deprecate NavigatorToParentButton and useNavigator().goToParent() in favor of NavigatorBackButton and useNavigator().goBack() (#63317).

Enhancements

  • Placeholder: Temporarily rewind radius scale (#64672).
  • Composite: improve Storybook examples and add interactive controls (#64397).
  • Composite: use internal context to forward the composite store to sub-components (#64493).
  • QueryControls: Default to new 40px size (#64457).
  • TimePicker: add hideLabelFromVision prop (#64267).
  • FocalPointPicker: Default to new 40px size (#64456).
  • DropdownMenuV2: adopt elevation scale (#64432).
  • AlignmentMatrixControl: Adopt radius scale (#64368).
  • AnglePickerControl: Adopt radius scale (#64368).
  • BorderControl: Adopt radius scale (#64368).
  • ButtonGroup: Adopt radius scale (#64368).
  • Button: Adopt radius scale (#64368).
  • CircularOptionPicker: Adopt radius scale (#64368).
  • ColorIndicator: Adopt radius scale (#64368).
  • ColorPalette: Adopt radius scale (#64368).
  • CustomGradientPicker: Adopt radius scale (#64368).
  • DropZone: Adopt radius scale (#64368).
  • DropdownMenuV2: Adopt radius scale (#64368).
  • FocalPointPicker: Adopt radius scale (#64368).
  • Guide: Adopt radius scale (#64368).
  • Modal: Adopt radius scale (#64368).
  • Placeholder: Adopt radius scale (#64368).
  • Popover: Adopt radius scale (#64368).
  • ProgressBar: Adopt radius scale (#64368).
  • RadioControl: Adopt radius scale (#64368).
  • Snackbar: Adopt radius scale (#64368).
  • TabPanel: Adopt radius scale (#64368).
  • Text: Adopt radius scale (#64368).

... (truncated)

Commits
  • ab95649 chore(release): publish
  • c63e6e9 Update changelog files
  • 4510582 Merge changes published in the Gutenberg plugin "release/19.1" branch
  • c3101ab chore(release): publish
  • 4bb3aa7 Update changelog files
  • 8a1526e Merge changes published in the Gutenberg plugin "release/19.0" branch
  • 363edb3 chore(release): publish
  • 4985329 Update changelog files
  • 876a4ef Merge changes published in the Gutenberg plugin "release/18.9" branch
  • 122867d chore(release): publish
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by gutenbergplugin, a new releaser for @​wordpress/components since your current version.


Updates newspack-components from 1.6.1 to 1.6.1

Commits


Updates newspack-scripts from 5.3.0 to 5.5.2

Release notes

Sourced from newspack-scripts's releases.

v5.5.2

5.5.2 (2024-08-02)

Bug Fixes

  • update dependencies to support @wordpress/scripts (#209) (eea9df9)

v5.5.1

5.5.1 (2024-06-25)

Bug Fixes

  • successComment value in @​semantic-release/github config (#212) (dba9d23)

v5.5.1-alpha.3

5.5.1-alpha.3 (2024-06-18)

Bug Fixes

v5.5.1-alpha.2

5.5.1-alpha.2 (2024-06-17)

Bug Fixes

  • force new alpha release (363a96e)

v5.5.0

5.5.0 (2024-06-06)

Features

  • semantic-release/github: only post PR comment on release/alpha/hotfix (f903611)

v5.4.0

5.4.0 (2024-05-14)

Features

  • release: commit changelog and npm files on release branch only (f296705)
Commits
  • eea9df9 fix: update dependencies to support @wordpress/scripts (#209)
  • dba9d23 fix: successComment value in @​semantic-release/github config (#212)
  • f903611 feat(semantic-release/github): only post PR comment on release/alpha/hotfix
  • f65b57c chore: update release config after main branch name change
  • f296705 feat(release): commit changelog and npm files on release branch only
  • 42c00a8 ci(orb): upload code coverage to codecov
  • See full diff in compare view


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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Automattic/newspack-content-converter/network/alerts).