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 the wp-packages group with 14 updates #13491

Merged
merged 3 commits into from
Nov 2, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps the wp-packages group with 14 updates:

Package From To
@wordpress/babel-plugin-import-jsx-pragma 4.25.0 4.27.0
@wordpress/dependency-extraction-webpack-plugin 4.25.0 4.27.0
@wordpress/eslint-plugin 16.0.0 17.1.0
@wordpress/dom-ready 3.41.0 3.44.0
@wordpress/jest-console 7.12.0 7.15.0
@wordpress/url 3.42.0 3.45.0
@wordpress/i18n 4.41.0 4.44.0
@wordpress/components 25.8.0 25.10.0
@wordpress/compose 6.19.0 6.21.0
@wordpress/api-fetch 6.38.0 6.41.0
@wordpress/block-editor 12.10.0 12.12.0
@wordpress/blocks 12.19.0 12.21.0
@wordpress/core-data 6.19.0 6.21.0
@wordpress/viewport 5.19.0 5.21.0

Updates @wordpress/babel-plugin-import-jsx-pragma from 4.25.0 to 4.27.0

Changelog

Sourced from @​wordpress/babel-plugin-import-jsx-pragma's changelog.

4.27.0 (2023-10-18)

4.26.0 (2023-10-05)

Commits
  • f83bb1a chore(release): publish
  • 8351cce Update changelog files
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • See full diff in compare view

Updates @wordpress/dependency-extraction-webpack-plugin from 4.25.0 to 4.27.0

Changelog

Sourced from @​wordpress/dependency-extraction-webpack-plugin's changelog.

4.27.0 (2023-10-18)

4.26.0 (2023-10-05)

Commits
  • f83bb1a chore(release): publish
  • 8351cce Update changelog files
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • See full diff in compare view

Updates @wordpress/eslint-plugin from 16.0.0 to 17.1.0

Release notes

Sourced from @​wordpress/eslint-plugin's releases.

16.9.0

Changelog

Features

Create Block

  • Introduce the transformer property. (55423)

Data Views

  • Enable users to sort by date. (55388)

Block Library

  • Enable Block Renaming support for (almost) all blocks. (54426)

Enhancements

Command API

  • Add block-specific commands as contextual suggestions #53539. (53974)

Components

  • Add Tabs (a composable TabPanel v2). (53960)
  • Add type="button" to vanilla <button> elements. (55125)
  • ConfirmDialog: Ts unit test storybook. (54954)
  • GradientPicker: Remove padding and disable overflow of color picker popovers. (55265)
  • Migrate Composite component from reakit to ariakit. (54225)
  • Remove margins from Notice component. (54800)

Patterns

  • Add duplicate pattern command. (55292)
  • Add rename command. (55188)
  • Add rename/delete options for pattern categories in site editor. (55035)
  • Register new media related categories. (55236)
  • Use modal for pattern duplication flow as workaround for changing sync status. (54764)

Block Editor

  • Migrating DownloadableBlocksList to use updated Composite implementation. (55272)

Block Library

  • Improve DimensionsTool control layout. (55060)
  • Template Part block: Fall back to current theme if no theme attribute is given. (55217)

Post Editor

  • Editor: Introduce PluginPostExcerpt slot. (55200)
  • Editor: Use hooks instead of HoCs in PostExcerpt. (55189)

Design Tools

  • Allow using CSS level 4 viewport-relative units. (54415)
  • Add changelog entry for #54415. (55201)
  • Remove 16:10 from 10:16 options from AspectRatioDropdown. (55053)

... (truncated)

Changelog

Sourced from @​wordpress/eslint-plugin's changelog.

17.1.0 (2023-10-18)

17.0.0 (2023-10-05)

Breaking Changes

  • Change the required major version of Prettier from v2 to v3 (#54775).
Commits
  • f83bb1a chore(release): publish
  • 8351cce Update changelog files
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • See full diff in compare view

Updates @wordpress/dom-ready from 3.41.0 to 3.44.0

Changelog

Sourced from @​wordpress/dom-ready's changelog.

3.44.0 (2023-10-18)

3.43.0 (2023-10-05)

3.42.0 (2023-09-20)

Commits

Updates @wordpress/jest-console from 7.12.0 to 7.15.0

Changelog

Sourced from @​wordpress/jest-console's changelog.

7.15.0 (2023-10-18)

7.14.0 (2023-10-05)

7.13.0 (2023-09-20)

Enhancement

  • Improved error messages and codes printed on the console (#53743).
Commits

Updates @wordpress/url from 3.42.0 to 3.45.0

Changelog

Sourced from @​wordpress/url's changelog.

3.45.0 (2023-10-18)

3.44.0 (2023-10-05)

3.43.0 (2023-09-20)

Commits

Updates @wordpress/i18n from 4.41.0 to 4.44.0

Changelog

Sourced from @​wordpress/i18n's changelog.

4.44.0 (2023-10-18)

4.43.0 (2023-10-05)

4.42.0 (2023-09-20)

Commits

Updates @wordpress/components from 25.8.0 to 25.10.0

Changelog

Sourced from @​wordpress/components's changelog.

25.10.0 (2023-10-18)

Enhancements

  • ProgressBar: use text color to ensure enough contrast against background (#55285).
  • Notice: Remove margins from Notice component (#54800).
  • Allow using CSS level 4 viewport-relative units (54415)
  • ToolsPanel: do not apply the className to prop to ToolsPanelItem components when rendered as placeholders (#55207).
  • GradientPicker: remove overflow styles and padding from ColorPicker popovers (#55265).
  • Tabs: Expose via private APIs (#55327).
  • ColorPalette/ToggleGroupControl/ToggleGroupControlOptionBase: add type="button" attribute to native <button>s (#55125).

Bug Fix

  • Render a "mouse event trap" when using a ColorPicker inside a Popover to prevent issues when rendering on top of iframes (#55149).
  • Modal: fix closing when contained iframe is focused (#51602).
  • Autocomplete: Fix disappearing results issue when using multiple triggers inline (#55301)

Internal

  • Update @ariakit/react to version 0.3.5 (#55365)
  • ConfirmDialog: Migrate to TypeScript. (#54954).

New Features

  • Toolbar: add new variant prop for 'unstyled' option (#55139).

25.9.0 (2023-10-05)

Enhancements

  • SearchControl: polish metrics for compact size variant (#54663).
  • Button: deprecating isPressed prop in favour of aria-pressed (#54740).
  • DuotonePicker/ColorListPicker: Adds appropriate label and description to 'Duotone Filter' picker (#54473).
  • Modal: Accessibly hide/show outer modal when nested (#54743).
  • InputControl, NumberControl, UnitControl, SelectControl, CustomSelectControl, TreeSelect: Add opt-in prop for next 40px default size, superseding the __next36pxDefaultSize prop (#53819).
  • Modal: add a new size prop to support preset widths, including a fill option to eventually replace the isFullScreen prop (#54471).
  • Wrapped TextareaControl in a forwardRef call (#54975).
  • Composite/AlignmentMatrixControl/CircularOptionPicker: Starts the Composite migration from reakit to ariakit (#54225).

Bug Fix

  • Placeholder: Improved DOM structure and screen reader announcements (#45801).
  • DateTimePicker: fix onChange callback check so that it also works inside iframes (#54669).
  • FormTokenField: Add box-sizing reset style and reset default padding (#54734).
  • SlotFill: Pass Component instance to unregisterSlot (#54765).
  • Button: Remove aria-selected CSS selector from styling 'active' buttons (#54931).
  • Popover: Apply the CSS in JS styles properly for components used within popovers. (#54912)
  • Button: Remove hover styles when aria-disabled is set to true for the secondary variant. (#54978)
  • Button: Revert toggled style selector to use a class instead of attributes (#55065).

... (truncated)

Commits
  • f83bb1a chore(release): publish
  • 8351cce Update changelog files
  • 0f32035 Merge changes published in the Gutenberg plugin "release/16.9" branch
  • e17f760 chore(release): publish
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • See full diff in compare view

Updates @wordpress/compose from 6.19.0 to 6.21.0

Changelog

Sourced from @​wordpress/compose's changelog.

6.21.0 (2023-10-18)

6.20.0 (2023-10-05)

Commits
  • f83bb1a chore(release): publish
  • 8351cce Update changelog files
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • See full diff in compare view

Updates @wordpress/api-fetch from 6.38.0 to 6.41.0

Changelog

Sourced from @​wordpress/api-fetch's changelog.

6.41.0 (2023-10-18)

6.40.0 (2023-10-05)

6.39.0 (2023-09-20)

Commits

Updates @wordpress/block-editor from 12.10.0 to 12.12.0

Changelog

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

12.12.0 (2023-10-18)

12.11.0 (2023-10-05)

  • Deprecated CopyHandler, absorbed into WritingFlow.
Commits
  • f83bb1a chore(release): publish
  • 8351cce Update changelog files
  • 0f32035 Merge changes published in the Gutenberg plugin "release/16.9" branch
  • e17f760 chore(release): publish
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • See full diff in compare view

Updates @wordpress/blocks from 12.19.0 to 12.21.0

Changelog

Sourced from @​wordpress/blocks's changelog.

12.21.0 (2023-10-18)

12.20.0 (2023-10-05)

Commits
  • f83bb1a chore(release): publish
  • 8351cce Update changelog files
  • 0f32035 Merge changes published in the Gutenberg plugin "release/16.9" branch
  • e17f760 chore(release): publish
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • See full diff in compare view

Updates @wordpress/core-data from 6.19.0 to 6.21.0

Changelog

Sourced from @​wordpress/core-data's changelog.

6.21.0 (2023-10-18)

Enhancements

  • Add getEntityRecordsTotalItems and getEntityRecordsTotalPages selectors. #55164.

6.20.0 (2023-10-05)

Commits
  • f83bb1a chore(release): publish
  • 8351cce Update changelog files
  • 0f32035 Merge changes published in the Gutenberg plugin "release/16.9" branch
  • e17f760 chore(release): publish
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • See full diff in compare view

Updates @wordpress/viewport from 5.19.0 to 5.21.0

Changelog

Sourced from @​wordpress/viewport's changelog.

5.21.0 (2023-10-18)

5.20.0 (2023-10-05)

Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the wp-packages group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/babel-plugin-import-jsx-pragma](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-plugin-import-jsx-pragma) | `4.25.0` | `4.27.0` |
| [@wordpress/dependency-extraction-webpack-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dependency-extraction-webpack-plugin) | `4.25.0` | `4.27.0` |
| [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) | `16.0.0` | `17.1.0` |
| [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) | `3.41.0` | `3.44.0` |
| [@wordpress/jest-console](https://github.com/WordPress/gutenberg/tree/HEAD/packages/jest-console) | `7.12.0` | `7.15.0` |
| [@wordpress/url](https://github.com/WordPress/gutenberg/tree/HEAD/packages/url) | `3.42.0` | `3.45.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `4.41.0` | `4.44.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `25.8.0` | `25.10.0` |
| [@wordpress/compose](https://github.com/WordPress/gutenberg/tree/HEAD/packages/compose) | `6.19.0` | `6.21.0` |
| [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) | `6.38.0` | `6.41.0` |
| [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) | `12.10.0` | `12.12.0` |
| [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks) | `12.19.0` | `12.21.0` |
| [@wordpress/core-data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/core-data) | `6.19.0` | `6.21.0` |
| [@wordpress/viewport](https://github.com/WordPress/gutenberg/tree/HEAD/packages/viewport) | `5.19.0` | `5.21.0` |


Updates `@wordpress/babel-plugin-import-jsx-pragma` from 4.25.0 to 4.27.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/babel-plugin-import-jsx-pragma/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/babel-plugin-import-jsx-pragma)

Updates `@wordpress/dependency-extraction-webpack-plugin` from 4.25.0 to 4.27.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/dependency-extraction-webpack-plugin/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/dependency-extraction-webpack-plugin)

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

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

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

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

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

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

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

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

Updates `@wordpress/block-editor` from 12.10.0 to 12.12.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/blocks` from 12.19.0 to 12.21.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/blocks/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/blocks)

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

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

---
updated-dependencies:
- dependency-name: "@wordpress/babel-plugin-import-jsx-pragma"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/dependency-extraction-webpack-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wp-packages
- dependency-name: "@wordpress/dom-ready"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/jest-console"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/url"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/i18n"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/components"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/compose"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/api-fetch"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/block-editor"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/blocks"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/core-data"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wp-packages
- dependency-name: "@wordpress/viewport"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wp-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file JavaScript Pull requests that update JavaScript code. labels Nov 1, 2023
[dependabot skip]
[dependabot skip]
@swissspidy swissspidy merged commit 5428f3a into main Nov 2, 2023
44 of 46 checks passed
@swissspidy swissspidy deleted the dependabot/npm_and_yarn/wp-packages-e49c264f43 branch November 2, 2023 09:50
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 JavaScript Pull requests that update JavaScript code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant