westonruter / syntax-highlighting-code-block

Extending the WordPress Code block with syntax highlighting rendered on the server, thus having faster frontend performance and being AMP-compatible.
https://wordpress.org/plugins/syntax-highlighting-code-block/
GNU General Public License v2.0
118 stars 11 forks source link

Bump the wordpress-packages group with 12 updates #818

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the wordpress-packages group with 12 updates:

Package From To
@wordpress/api-fetch 6.47.0 6.48.0
@wordpress/block-editor 12.18.2 12.19.0
@wordpress/block-library 8.27.2 8.28.0
@wordpress/blocks 12.27.1 12.28.0
@wordpress/components 25.16.0 26.0.0
@wordpress/editor 13.27.2 13.28.0
@wordpress/element 5.27.0 5.28.0
@wordpress/env 9.2.0 9.3.0
@wordpress/eslint-plugin 17.7.0 17.8.0
@wordpress/hooks 3.50.0 3.51.0
@wordpress/i18n 4.50.0 4.51.0
@wordpress/scripts 27.1.0 27.2.0

Updates @wordpress/api-fetch from 6.47.0 to 6.48.0

Changelog

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

6.48.0 (2024-02-09)

Commits


Updates @wordpress/block-editor from 12.18.2 to 12.19.0

Changelog

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

12.19.0 (2024-02-09)

  • FontSizePicker: Remove deprecated __nextHasNoMarginBottom prop and promote to default behavior (#58702).

12.18.0 (2024-01-24)

  • Deprecated __experimentalRecursionProvider and __experimentalUseHasRecursion in favor of their new stable counterparts RecursionProvider and useHasRecursion.

12.17.0 (2024-01-10)

12.16.0 (2023-12-13)

12.15.0 (2023-11-29)

12.14.0 (2023-11-16)

12.13.0 (2023-11-02)

  • Deprecated the useSetting function in favor of new useSettings one that can retrieve multiple settings at once (#55337).

12.12.0 (2023-10-18)

12.11.0 (2023-10-05)

  • Deprecated CopyHandler, absorbed into WritingFlow.

12.10.0 (2023-09-20)

  • The Deprecated multiline prop on RichText will now fall back to using multiple rich text instances instead of a single multiline instance. The prop remains deprecated.

12.9.0 (2023-08-31)

Enhancements

  • Embed the ObserveTyping behavior within the BlockList component making to simplify instanciations of third-party block editors.

12.8.0 (2023-08-16)

12.7.0 (2023-08-10)

12.6.0 (2023-07-20)

12.5.0 (2023-07-05)

12.4.0 (2023-06-23)

Enhancements

... (truncated)

Commits
  • eb79637 chore(release): publish
  • f79443f Update changelog files
  • 8062bb1 Merge changes published in the Gutenberg plugin "release/17.7" branch
  • See full diff in compare view


Updates @wordpress/block-library from 8.27.2 to 8.28.0

Changelog

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

8.28.0 (2024-02-09)

8.27.0 (2024-01-24)

8.26.0 (2024-01-10)

8.25.0 (2023-12-13)

8.24.0 (2023-11-29)

8.23.0 (2023-11-16)

8.22.0 (2023-11-02)

8.21.0 (2023-10-18)

Bug Fix

  • Fix Image block lightbox missing alt attribute and improve accessibility. (#54608)

8.20.0 (2023-10-05)

8.19.0 (2023-09-20)

8.18.0 (2023-08-31)

8.17.0 (2023-08-16)

8.16.0 (2023-08-10)

8.15.0 (2023-07-20)

8.14.0 (2023-07-05)

8.13.0 (2023-06-23)

8.12.0 (2023-06-07)

8.11.0 (2023-05-24)

8.10.0 (2023-05-10)

8.9.0 (2023-04-26)

8.8.0 (2023-04-12)

8.7.0 (2023-03-29)

8.6.0 (2023-03-15)

... (truncated)

Commits
  • eb79637 chore(release): publish
  • f79443f Update changelog files
  • 8062bb1 Merge changes published in the Gutenberg plugin "release/17.7" branch
  • See full diff in compare view


Updates @wordpress/blocks from 12.27.1 to 12.28.0

Changelog

Sourced from @​wordpress/blocks's changelog.

12.28.0 (2024-02-09)

12.27.0 (2024-01-24)

12.26.0 (2024-01-10)

12.25.0 (2023-12-13)

12.24.0 (2023-11-29)

12.23.0 (2023-11-16)

12.22.0 (2023-11-02)

12.21.0 (2023-10-18)

12.20.0 (2023-10-05)

12.19.0 (2023-09-20)

12.18.0 (2023-08-31)

12.17.0 (2023-08-16)

12.16.0 (2023-08-10)

12.15.0 (2023-07-20)

12.14.0 (2023-07-05)

12.13.0 (2023-06-23)

12.12.0 (2023-06-07)

12.11.0 (2023-05-24)

12.10.0 (2023-05-10)

12.9.0 (2023-04-26)

12.8.0 (2023-04-12)

12.7.0 (2023-03-29)

12.6.0 (2023-03-15)

12.5.0 (2023-03-01)

12.4.0 (2023-02-15)

... (truncated)

Commits
  • eb79637 chore(release): publish
  • f79443f Update changelog files
  • 8062bb1 Merge changes published in the Gutenberg plugin "release/17.7" branch
  • See full diff in compare view


Updates @wordpress/components from 25.16.0 to 26.0.0

Changelog

Sourced from @​wordpress/components's changelog.

26.0.0 (2024-02-09)

Breaking Changes

  • FontSizePicker: Remove deprecated __nextHasNoMarginBottom prop and promote to default behavior (#58702).
  • GradientPicker: Remove deprecated __nextHasNoMargin prop and promote to default behavior (#58701).
  • CustomGradientPicker: Remove deprecated __nextHasNoMargin prop and promote to default behavior (#58699).
  • AnglePickerControl: Remove deprecated __nextHasNoMarginBottom prop and promote to default behavior (#58700).

Enhancements

  • Button: Update secondary variant to show the border even in a disabled state. (#58606).
  • ConfirmDialog: Add __next40pxDefaultSize to buttons (#58421).
  • Snackbar: Update the warning message (#58591).
  • Composite: Implementing useCompositeState with Ariakit (#57304).
  • Remove deprecation warnings for __next36pxDefaultSize prop (#58703).
  • CheckboxControl: Remove ability for label prop to be false (#58339).
  • FocalPointPicker: Apply modern styling (#58459).

Bug Fix

  • FocalPointPicker: Allow PointerCircle to render in a default centered position when x and y coordinates are undefined (#58592).
  • DateTime: Add a timezone offset value for display purposes. (#56682).
  • Placeholder: Fix Placeholder component padding when body text font size is changed (#58323).
  • Placeholder: Fix Global Styles typography settings bleeding into placeholder component (#58303).
  • PaletteEdit: Fix palette item accessibility in details view (#58214).
  • Snackbar: Fix the auto-dismissal timers (#58604).
  • Tabs: Fix infinite loop in useEffect (#58861).
  • Popover: Add box-sizing reset style (#58871).

Experimental

  • Guide, Modal: Restore accent color themability (#58098).
  • DropdownMenuV2: Restore accent color themability (#58130).
  • Tabs: improve controlled mode focus handling and keyboard navigation (#57696).
  • Tabs: prevent internal focus from updating too early (#58625).
  • Expand theming support in the COLORS variable object (#58097).
  • CustomSelect: disable virtualFocus to fix issue for screenreaders (#58585).

Internal

  • Composite: Removing Reakit Composite implementation (#58620).
  • Removing Reakit as a dependency of the components package (#58631).
  • CustomSelect: add unit tests (#58583).
  • InputBase: Add isBorderless prop (#58750).
  • SearchControl: Replace internal implementation to use InputControl (#56524).
Commits
  • eb79637 chore(release): publish
  • f79443f Update changelog files
  • 8062bb1 Merge changes published in the Gutenberg plugin "release/17.7" branch
  • See full diff in compare view


Updates @wordpress/editor from 13.27.2 to 13.28.0

Changelog

Sourced from @​wordpress/editor's changelog.

13.28.0 (2024-02-09)

13.27.0 (2024-01-24)

13.26.0 (2024-01-10)

New Features

  • Add the editor panels visibility state to the editor store in addition to the following actions and selectors: toggleEditorPanelEnabled, toggleEditorPanelOpened, removeEditorPanel, isEditorPanelRemoved, isEditorPanelOpened and isEditorPanelEnabled.

13.25.0 (2023-12-13)

13.24.0 (2023-11-29)

13.23.0 (2023-11-16)

13.22.0 (2023-11-02)

13.21.0 (2023-10-18)

13.20.0 (2023-10-05)

13.19.0 (2023-09-20)

13.18.0 (2023-08-31)

13.17.0 (2023-08-16)

13.16.0 (2023-08-10)

13.15.0 (2023-07-20)

13.14.0 (2023-07-05)

13.13.0 (2023-06-23)

13.12.0 (2023-06-07)

13.11.0 (2023-05-24)

13.10.0 (2023-05-10)

13.9.0 (2023-04-26)

13.8.0 (2023-04-12)

13.7.0 (2023-03-29)

13.6.0 (2023-03-15)

... (truncated)

Commits
  • eb79637 chore(release): publish
  • f79443f Update changelog files
  • 8062bb1 Merge changes published in the Gutenberg plugin "release/17.7" branch
  • See full diff in compare view


Updates @wordpress/element from 5.27.0 to 5.28.0

Changelog

Sourced from @​wordpress/element's changelog.

5.28.0 (2024-02-09)

Commits


Updates @wordpress/env from 9.2.0 to 9.3.0

Changelog

Sourced from @​wordpress/env's changelog.

9.3.0 (2024-02-09)

Commits


Updates @wordpress/eslint-plugin from 17.7.0 to 17.8.0

Changelog

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

17.8.0 (2024-02-09)

Commits


Updates @wordpress/hooks from 3.50.0 to 3.51.0

Changelog

Sourced from @​wordpress/hooks's changelog.

3.51.0 (2024-02-09)

Commits


Updates @wordpress/i18n from 4.50.0 to 4.51.0

Changelog

Sourced from @​wordpress/i18n's changelog.

4.51.0 (2024-02-09)

Commits


Updates @wordpress/scripts from 27.1.0 to 27.2.0

Changelog

Sourced from @​wordpress/scripts's changelog.

27.2.0 (2024-02-09)

New Features

  • Add experimental support for viewScriptModule field in block.json for build and start scripts (#57437).

Enhancements

  • Ensure that watched module builds detect block.json changes (#57927).

Deprecations

  • Experimental support for viewModule field in block.json is deprecated in favor of viewScriptModule (#57437).
Commits
  • eb79637 chore(release): publish
  • f79443f Update changelog files
  • 8062bb1 Merge changes published in the Gutenberg plugin "release/17.7" branch
  • 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 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions