Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump postcss, @wordpress/block-editor and @wordpress/server-side-render in /assets #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2023

Bumps postcss to 8.4.21 and updates ancestor dependencies postcss, @wordpress/block-editor and @wordpress/server-side-render. These dependencies need to be updated together.

Updates postcss from 6.0.23 to 8.4.21

Release notes

Sourced from postcss's releases.

8.4.21

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by @​romainmenke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by @​KingSora).

8.4.17

8.4.16

  • Fixed Root AST migration.

8.4.15

  • Fixed AST normalization after using custom parser with old PostCSS AST.

8.4.14

  • Print “old plugin API” warning only if plugin was used (by @​zardoy).

8.4.13

8.4.12

  • Fixed package.funding to have same value between all PostCSS packages.

8.4.11

  • Fixed Declaration#raws.value type.

8.4.10

  • Fixed package.funding URL format.

8.4.9

8.4.8

  • Fixed end position in empty Custom Properties.

8.4.7

  • Fixed Node#warn() type (by @​ybiquitous).
  • Fixed comment removal in values after ,.

8.4.6

  • Prevented comment removing when it change meaning of CSS.
  • Fixed parsing space in last semicolon-less CSS Custom Properties.

... (truncated)

Changelog

Sourced from postcss's changelog.

8.4.21

  • Fixed Input#error types (by Aleks Hudochenkov).

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by Romain Menke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by Rene Haas).

8.4.17

  • Fixed Node.before() unexpected behavior (by Romain Menke).
  • Added TOC to docs (by Mikhail Dedov).

8.4.16

  • Fixed Root AST migration.

8.4.15

  • Fixed AST normalization after using custom parser with old PostCSS AST.

8.4.14

  • Print “old plugin API” warning only if plugin was used (by @​zardoy).

8.4.13

  • Fixed append() error after using .parent (by Jordan Pittman).

8.4.12

  • Fixed package.funding to have same value between all PostCSS packages.

8.4.11

  • Fixed Declaration#raws.value type.

8.4.10

  • Fixed package.funding URL format.

8.4.9

  • Fixed package.funding (by Álvaro Mondéjar).

8.4.8

  • Fixed end position in empty Custom Properties.

8.4.7

  • Fixed Node#warn() type (by Masafumi Koba).
  • Fixed comment removal in values after ,.

8.4.6

  • Prevented comment removing when it change meaning of CSS.
  • Fixed parsing space in last semicolon-less CSS Custom Properties.

... (truncated)

Commits
  • 32ced0e Release 8.4.21 version
  • a936b80 Update dependencies
  • c9bd445 Fix types
  • 4ad96d1 Merge pull request #1811 from hudochenkov/fix-input-types
  • 15f5fad Add types for an Input.error()
  • 43bd2df Merge pull request #1808 from hudochenkov/update-syntaxes
  • 292b8f0 Add postcss-styled-syntax to list of syntaxes
  • 29f5168 Update postcss-html and postcss-markdown repositories
  • 1d4c509 Release 8.4.20 version
  • 905082a Add Node.js 10 to CI
  • Additional commits viewable in compare view

Updates @wordpress/block-editor from 5.3.3 to 11.2.0

Changelog

Sourced from @​wordpress/block-editor's changelog.

11.2.0 (2023-01-11)

Bug Fix

  • BlockInspector: Fix browser warning error when block is not selected (#46875).
  • Move component styles needed for iframes to content styles (#47103).
  • Block Inserter: Correctly apply style to the default inserter (#47166).
  • List View: Fix crash when the first template-parts is deleted width del key (#47227).

11.1.0 (2023-01-02)

11.0.0 (2022-12-14)

Breaking Changes

  • Updated dependencies to require React 18 (45235)

Enhancements

  • URLInput: the renderSuggestions callback prop now receives currentInputValue as a new parameter (45806).
  • Fluid typography: add configurable fluid typography settings for minimum font size to theme.json (#42489).
  • URLInput: Add __nextHasNoMarginBottom prop for opting into the new margin-free styles (46692).

Bug Fix

  • SpacingSizesControl: Change ARIA role from region to group to avoid unwanted ARIA landmark regions (#46530).
  • FocalPointPicker: Fix layout misalignment when placed in the BlockInspector (#46631).

10.5.0 (2022-11-16)

Enhancement

  • BlockLockModal: Move Icon component out of CheckboxControl label (#45535)
  • Fluid typography: adjust font size min and max rules (#45536).

10.4.0 (2022-11-02)

Bug Fix

  • InserterListItem: Fix dragging and dropping in Firefox. (#44631)

10.3.0 (2022-10-19)

Bug Fix

  • FontSizePicker: Update fluid utils so that only string, floats and integers are treated as valid font sizes for the purposes of fluid typography (#44847)
  • getTypographyClassesAndStyles(): Ensure that font sizes are transformed into fluid values if fluid typography is activated (#44852)
  • BlockPopover: Ensure that padding and margin visualizers display in correct position even when scrolling past block. (#44998)

New features

... (truncated)

Commits
  • 204c880 chore(release): publish
  • f39743a Update changelog files
  • 880a619 Merge changes published in the Gutenberg plugin "release/15.0" branch
  • 200bee7 chore(release): publish
  • 54dbc81 Update changelog files
  • 7b578b1 Merge changes published in the Gutenberg plugin "release/14.9" branch
  • 1eb65aa chore(release): publish
  • bcb7752 Update changelog files
  • b0e6e34 Merge changes published in the Gutenberg plugin "release/14.8" branch
  • 7ac04f4 chore(release): publish
  • Additional commits viewable in compare view

Updates @wordpress/server-side-render from 1.21.3 to 4.2.0

Changelog

Sourced from @​wordpress/server-side-render's changelog.

4.2.0 (2023-01-11)

4.1.0 (2023-01-02)

4.0.0 (2022-12-14)

Breaking Changes

  • Updated dependencies to require React 18 (45235)

3.20.0 (2022-11-16)

3.19.0 (2022-11-02)

3.18.0 (2022-10-19)

Feature

  • Add skipBlockSupportAttributes props to prevent duplication of styles in the block wrapper and the ServerSideRender components. #44491

3.17.0 (2022-10-05)

3.16.0 (2022-09-21)

3.15.0 (2022-09-13)

3.14.0 (2022-08-24)

3.13.0 (2022-08-10)

3.12.0 (2022-07-27)

3.11.0 (2022-07-13)

3.10.0 (2022-06-29)

3.9.0 (2022-06-15)

3.8.0 (2022-06-01)

3.7.0 (2022-05-18)

3.6.0 (2022-05-04)

3.5.0 (2022-04-21)

3.4.0 (2022-04-08)

3.3.0 (2022-03-23)

... (truncated)

Commits
  • 204c880 chore(release): publish
  • f39743a Update changelog files
  • 200bee7 chore(release): publish
  • 54dbc81 Update changelog files
  • 7b578b1 Merge changes published in the Gutenberg plugin "release/14.9" branch
  • 1eb65aa chore(release): publish
  • bcb7752 Update changelog files
  • b0e6e34 Merge changes published in the Gutenberg plugin "release/14.8" branch
  • 7ac04f4 chore(release): publish
  • 640566e Update changelog files
  • Additional commits viewable 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 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 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.

Bumps [postcss](https://github.com/postcss/postcss) to 8.4.21 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) and [@wordpress/server-side-render](https://github.com/WordPress/gutenberg/tree/HEAD/packages/server-side-render). These dependencies need to be updated together.


Updates `postcss` from 6.0.23 to 8.4.21
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@6.0.23...8.4.21)

Updates `@wordpress/block-editor` from 5.3.3 to 11.2.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/block-editor/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/block-editor)

Updates `@wordpress/server-side-render` from 1.21.3 to 4.2.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/server-side-render/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/server-side-render)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: "@wordpress/block-editor"
  dependency-type: direct:development
- dependency-name: "@wordpress/server-side-render"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants