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

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps the wordpress-packages group with 12 updates:

Package From To
@wordpress/api-fetch 6.43.0 6.45.0
@wordpress/block-editor 12.14.0 12.16.0
@wordpress/block-library 8.23.0 8.25.0
@wordpress/blocks 12.23.0 12.25.0
@wordpress/components 25.12.0 25.14.0
@wordpress/editor 13.23.0 13.25.0
@wordpress/element 5.23.0 5.25.0
@wordpress/env 8.12.0 9.0.0
@wordpress/eslint-plugin 17.3.0 17.5.0
@wordpress/hooks 3.46.0 3.48.0
@wordpress/i18n 4.46.0 4.48.0
@wordpress/scripts 26.18.0 26.19.0

Updates @wordpress/api-fetch from 6.43.0 to 6.45.0

Changelog

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

6.45.0 (2023-12-13)

6.44.0 (2023-11-29)

Commits


Updates @wordpress/block-editor from 12.14.0 to 12.16.0

Changelog

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

12.16.0 (2023-12-13)

12.15.0 (2023-11-29)

Commits
  • fcf61b4 chore(release): publish
  • 131678b Update changelog files
  • 084c1d9 Merge changes published in the Gutenberg plugin "release/17.3" branch
  • d98dff8 chore(release): publish
  • 9633c0e Update changelog files
  • 988fad6 Merge changes published in the Gutenberg plugin "release/17.2" branch
  • See full diff in compare view


Updates @wordpress/block-library from 8.23.0 to 8.25.0

Changelog

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

8.25.0 (2023-12-13)

8.24.0 (2023-11-29)

Commits
  • fcf61b4 chore(release): publish
  • 131678b Update changelog files
  • 084c1d9 Merge changes published in the Gutenberg plugin "release/17.3" branch
  • 12b897d chore(release): publish
  • d98dff8 chore(release): publish
  • 9633c0e Update changelog files
  • 988fad6 Merge changes published in the Gutenberg plugin "release/17.2" branch
  • See full diff in compare view


Updates @wordpress/blocks from 12.23.0 to 12.25.0

Changelog

Sourced from @​wordpress/blocks's changelog.

12.25.0 (2023-12-13)

12.24.0 (2023-11-29)

Commits
  • fcf61b4 chore(release): publish
  • 131678b Update changelog files
  • 084c1d9 Merge changes published in the Gutenberg plugin "release/17.3" branch
  • d98dff8 chore(release): publish
  • 9633c0e Update changelog files
  • 988fad6 Merge changes published in the Gutenberg plugin "release/17.2" branch
  • See full diff in compare view


Updates @wordpress/components from 25.12.0 to 25.14.0

Changelog

Sourced from @​wordpress/components's changelog.

25.14.0 (2023-12-13)

Enhancements

  • Navigator: use vanilla CSS animations instead of framer-motion (#56909).
  • FormToggle: fix sass deprecation warning (#56672).
  • QueryControls: Add opt-in prop for 40px default size (#56576).
  • CheckboxControl: Add option to not render label (#56158).
  • PaletteEdit: Gradient pickers to use same width as color pickers (#56801).
  • FocalPointPicker: Add opt-in prop for 40px default size (#56021).
  • DimensionControl: Add opt-in prop for 40px default size (#56805).
  • FontSizePicker: Add opt-in prop for 40px default size (#56804).

Bug Fix

  • PaletteEdit: temporary custom gradient not saving (#56896).
  • ToggleGroupControl: react correctly to external controlled updates (#56678).
  • ToolsPanel: fix a performance issue (#56770).
  • BorderControl: adjust BorderControlDropdown Button size to fix misaligned border (#56730).
  • SlotFillProvider: Restore contextual Slot/Fills within SlotFillProvider (#56779).

Internal

  • DropdownMenuV2Ariakit: prevent prefix collapsing if all radios or checkboxes are unselected (#56720).
  • Move kebabCase() function from block-editor package and mark it as private API (#56758).

Experimental

  • Tabs: implement new tabId prop (#56883).
  • CustomSelect: add WordPressComponentsProps for more flexibility (#56998)

Experimental

  • Tabs: improve focus handling in controlled mode (#56658).

Documentation

  • Search: Added links to storybook for more information on usage. (#56815).
  • Spinner: Added links to storybook for more information on usage. (#56953).

25.13.0 (2023-11-29)

Enhancements

  • FormToggle: refine animation and improve high contrast styles (#56515).
  • Button: Add focus rings to focusable disabled buttons (#56383).
  • InserterButton: Move mobile InserterButton from components package to block-editor package (#56494)

Bug Fix

... (truncated)

Commits
  • fcf61b4 chore(release): publish
  • 131678b Update changelog files
  • 084c1d9 Merge changes published in the Gutenberg plugin "release/17.3" branch
  • d98dff8 chore(release): publish
  • 9633c0e Update changelog files
  • 988fad6 Merge changes published in the Gutenberg plugin "release/17.2" branch
  • See full diff in compare view


Updates @wordpress/editor from 13.23.0 to 13.25.0

Changelog

Sourced from @​wordpress/editor's changelog.

13.25.0 (2023-12-13)

13.24.0 (2023-11-29)

Commits
  • fcf61b4 chore(release): publish
  • 131678b Update changelog files
  • 084c1d9 Merge changes published in the Gutenberg plugin "release/17.3" branch
  • 12b897d chore(release): publish
  • 294e7f7 Editor: Fix issue where createBlock in block template caused list view collap...
  • d98dff8 chore(release): publish
  • 9633c0e Update changelog files
  • 988fad6 Merge changes published in the Gutenberg plugin "release/17.2" branch
  • See full diff in compare view


Updates @wordpress/element from 5.23.0 to 5.25.0

Changelog

Sourced from @​wordpress/element's changelog.

5.25.0 (2023-12-13)

5.24.0 (2023-11-29)

Commits


Updates @wordpress/env from 8.12.0 to 9.0.0

Changelog

Sourced from @​wordpress/env's changelog.

9.0.0 (2023-12-13)

Breaking Change

  • Update Docker usage to docker compose V2 following deprecation of docker-compose V1.

8.13.0 (2023-11-29)

Commits
  • fcf61b4 chore(release): publish
  • 131678b Update changelog files
  • 084c1d9 Merge changes published in the Gutenberg plugin "release/17.3" branch
  • d98dff8 chore(release): publish
  • 9633c0e Update changelog files
  • See full diff in compare view


Updates @wordpress/eslint-plugin from 17.3.0 to 17.5.0

Changelog

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

17.5.0 (2023-12-13)

17.4.0 (2023-11-29)

Commits


Updates @wordpress/hooks from 3.46.0 to 3.48.0

Changelog

Sourced from @​wordpress/hooks's changelog.

3.48.0 (2023-12-13)

3.47.0 (2023-11-29)

Commits


Updates @wordpress/i18n from 4.46.0 to 4.48.0

Changelog

Sourced from @​wordpress/i18n's changelog.

4.48.0 (2023-12-13)

4.47.0 (2023-11-29)

Commits


Updates @wordpress/scripts from 26.18.0 to 26.19.0

Changelog

Sourced from @​wordpress/scripts's changelog.

26.19.0 (2023-12-13)

Bug Fix

  • Fix CSS imports not minified (#56516).
Commits
  • fcf61b4 chore(release): publish
  • 131678b Update changelog files
  • 084c1d9 Merge changes published in the Gutenberg plugin "release/17.3" branch
  • See full diff in compare view


You can trigger a rebase of this PR 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

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.