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
117 stars 11 forks source link

Bump the wordpress-packages group with 12 updates #862

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the wordpress-packages group with 12 updates:

Package From To
@wordpress/api-fetch 7.2.0 7.3.0
@wordpress/block-editor 13.2.0 13.3.0
@wordpress/block-library 9.2.0 9.3.0
@wordpress/blocks 13.2.0 13.3.0
@wordpress/components 28.2.0 28.3.0
@wordpress/editor 14.2.0 14.3.0
@wordpress/element 6.2.0 6.3.0
@wordpress/env 10.2.0 10.3.0
@wordpress/eslint-plugin 19.2.0 20.0.0
@wordpress/hooks 4.2.0 4.3.0
@wordpress/i18n 5.2.0 5.3.0
@wordpress/scripts 28.2.0 28.3.0

Updates @wordpress/api-fetch from 7.2.0 to 7.3.0

Changelog

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

7.3.0 (2024-07-10)

Commits


Updates @wordpress/block-editor from 13.2.0 to 13.3.0

Changelog

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

13.3.0 (2024-07-10)

Commits
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • 1c24e60 Merge changes published in the Gutenberg plugin "release/18.8" branch
  • See full diff in compare view


Updates @wordpress/block-library from 9.2.0 to 9.3.0

Changelog

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

9.3.0 (2024-07-10)

Commits
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • 1c24e60 Merge changes published in the Gutenberg plugin "release/18.8" branch
  • See full diff in compare view


Updates @wordpress/blocks from 13.2.0 to 13.3.0

Changelog

Sourced from @​wordpress/blocks's changelog.

13.3.0 (2024-07-10)

Commits
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • 1c24e60 Merge changes published in the Gutenberg plugin "release/18.8" branch
  • See full diff in compare view


Updates @wordpress/components from 28.2.0 to 28.3.0

Changelog

Sourced from @​wordpress/components's changelog.

28.3.0 (2024-07-10)

Enhancements

  • Tabs: hyphenate tab labels (#63337).
  • Tooltip: Add support for className prop (#63157).
  • Toolbar: Add support for vertical orientation (#60123).
  • BaseControl: forward ref on VisualLabel (#63169).
  • ToolbarButton: Deprecate isDisabled prop and merge with disabled (#63101).
  • Button: Stabilize __experimentalIsFocusable prop as accessibleWhenDisabled (#62282).
  • ToolbarButton: Always keep focusable when disabled (#63102).
  • ProgressBar: Fix indeterminate RTL support. (#63129).
  • RangeControl: Fix RTL support for custom marks (#63198).
  • TimePicker: Add dateOrder prop (#62481).

Bug Fixes

  • Tabs: Make Tabs have a fluid height (#62027).
  • UnitControl: Fix colors when disabled. (#62970)
  • useUpdateEffect: Correctly track mounted state in strict mode. (#62974)
  • UnitControl: Fix an issue where keyboard shortcuts unintentionally shift focus on Windows OS. (#62988)
  • Fix inaccessibly disabled Buttons (#62306).
  • TimePicker: Fix time zone overflow (#63209).
  • SelectControl: Fix disabled styles (#63266).
  • Tabs: Fix text-align when text wraps in vertical mode (#63272).
  • Tabs: Fix "With tab icons" Storybook example (#63297).

Internal

  • `Allow ariakit and framer motion imports in the components package. (#63123)
  • CustomSelectControlV2: prevent keyboard event propagation in legacy wrapper. (#62907)
  • CustomSelectControlV2: expose legacy wrapper through private APIs. (#62936)
  • CustomSelectControlV2: fix item styles (#62825)
  • CustomSelectControlV2: add root element wrapper. (#62803)
  • CustomSelectControlV2: tweak item inline padding based on size (#62850).
  • CustomSelectControlV2: fix popover styles. (#62821)
  • CustomSelectControlV2: fix trigger text alignment in RTL languages (#62869).
  • CustomSelectControlV2: allow wrapping item hint to new line (#62848).
  • CustomSelectControlV2: fix select popover content overflow. (#62844)
  • CustomSelectControlV2: keep item checkmark top aligned. (#63230)
  • CustomSelectControlV2: keep legacy arrow down behavior only for legacy wrapper. (#62919)
  • CustomSelectControlV2: fix trigger button font size. (#63131)
  • CustomSelectControlV2: fix labelling with a visually hidden label. (#63137)
  • CustomSelectControlV2: allow checkmark wrapper to collapse when not shown. (#63229)
  • Extract TimeInput component from TimePicker (#60613).
  • TimeInput: Add label prop (#63106).
  • Method style type signatures have been changed to function style (#62718).
  • FontSizePicker: use CustomSelectControl V2 legacy adapter (#63134).
Commits
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • 1c24e60 Merge changes published in the Gutenberg plugin "release/18.8" branch
  • See full diff in compare view


Updates @wordpress/editor from 14.2.0 to 14.3.0

Changelog

Sourced from @​wordpress/editor's changelog.

14.3.0 (2024-07-10)

Commits
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • 1c24e60 Merge changes published in the Gutenberg plugin "release/18.8" branch
  • See full diff in compare view


Updates @wordpress/element from 6.2.0 to 6.3.0

Changelog

Sourced from @​wordpress/element's changelog.

6.3.0 (2024-07-10)

Commits


Updates @wordpress/env from 10.2.0 to 10.3.0

Changelog

Sourced from @​wordpress/env's changelog.

10.3.0 (2024-07-10)

Bug Fixes

  • Remove version field from docker-compose config generated by env package #63099. Docker has starting throwing a warning that this property is obsolete and should be removed.
Commits
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • 1c24e60 Merge changes published in the Gutenberg plugin "release/18.8" branch
  • See full diff in compare view


Updates @wordpress/eslint-plugin from 19.2.0 to 20.0.0

Changelog

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

20.0.0 (2024-07-10)

Breaking Changes

Commits
  • 122867d chore(release): publish
  • cd8a365 Update changelog files
  • 1c24e60 Merge changes published in the Gutenberg plugin "release/18.8" branch
  • See full diff in compare view


Updates @wordpress/hooks from 4.2.0 to 4.3.0

Changelog

Sourced from @​wordpress/hooks's changelog.

4.3.0 (2024-07-10)

Commits


Updates @wordpress/i18n from 5.2.0 to 5.3.0

Changelog

Sourced from @​wordpress/i18n's changelog.

5.3.0 (2024-07-10)

Commits


Updates @wordpress/scripts from 28.2.0 to 28.3.0

Changelog

Sourced from @​wordpress/scripts's changelog.

28.3.0 (2024-07-10)

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 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