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 10 updates #740

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the wordpress-packages group with 10 updates:

Package Update
@wordpress/api-fetch 6.28.0 to 6.34.0
@wordpress/block-editor 11.8.0 to 12.5.0
@wordpress/components 23.8.0 to 25.3.0
@wordpress/editor 13.8.0 to 13.14.0
@wordpress/element 5.8.0 to 5.14.0
@wordpress/env 5.16.0 to 8.3.0
@wordpress/eslint-plugin 14.4.0 to 14.10.0
@wordpress/hooks 3.31.0 to 3.37.0
@wordpress/i18n 4.31.0 to 4.37.0
@wordpress/scripts 26.2.0 to 26.8.0

Updates @wordpress/api-fetch from 6.28.0 to 6.34.0

Changelog

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

6.34.0 (2023-07-05)

6.33.0 (2023-06-23)

6.32.0 (2023-06-07)

6.31.0 (2023-05-24)

6.30.0 (2023-05-10)

6.29.0 (2023-04-26)

Commits


Updates @wordpress/block-editor from 11.8.0 to 12.5.0

Changelog

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

12.5.0 (2023-07-05)

12.4.0 (2023-06-23)

Enhancements

  • Add HeadingLevelDropdown component for selecting H1-H6 and paragraph HTML tags from the block toolbar.

Bug Fix

  • Fluid typography: custom font-sizes should use max viewport width (#51516).

12.3.0 (2023-06-07)

12.2.0 (2023-05-24)

12.1.0 (2023-05-10)

  • MediaPlaceholder: Remove the undocumented onHTMLDrop prop (#49673).

12.0.0 (2023-04-26)

Breaking Changes

  • Renamed utility function immutableSet to setImmutably (#50040).
Commits
  • bcd13d5 chore(release): publish
  • bb24a90 Update changelog files
  • 9fb83a9 Merge changes published in the Gutenberg plugin "release/16.2" branch
  • d47d806 chore(release): publish
  • 70d6c98 Update changelog files
  • 4134c14 Merge changes published in the Gutenberg plugin "release/16.1" branch
  • a92f606 chore(release): publish
  • 882d769 Update changelog files
  • fe8b591 Merge changes published in the Gutenberg plugin "release/16.0" branch
  • c7c79cb chore(release): publish
  • Additional commits viewable in compare view


Updates @wordpress/components from 23.8.0 to 25.3.0

Changelog

Sourced from @​wordpress/components's changelog.

25.3.0 (2023-07-05)

Enhancements

  • SelectControl: Added option to set hidden options. (#51545)
  • RangeControl: Add __next40pxDefaultSize prop to opt into the new 40px default size (#49105).
  • Button: Introduce size prop with default, compact, and small variants (#51842).
  • ItemGroup: Update button focus state styles to target :focus-visible rather than :focus. (#51787).
  • Guide: Don't show Close button when there is only one page, and use default button and accent/theme styling (#52014).

Bug Fix

  • ConfirmDialog: Ensure onConfirm isn't called an extra time when submitting one of the buttons using the keyboard (#51730).
  • ZStack: ZStack: fix component bounding box to match children (#51836).
  • Modal: Add small top padding to the content so that avoid cutting off the visible outline when hovering items (#51829).
  • DropdownMenu: fix icon style when dashicon is used (#43574).
  • UnitControl: Fix crash when certain units are used (#52211).
  • Guide: Place focus on the guide's container instead of its first tabbable (#52300).

25.2.0 (2023-06-23)

Enhancements

  • UnitControl: Revamp support for changing unit by typing (#39303).
  • Modal: Update corner radius to be between buttons and the site view frame, in a 2-4-8 system. (#51254).
  • ItemGroup: Update button focus state styles to be inline with other button focus states in the editor. (#51576).

Bug Fix

  • Popover: Allow legitimate 0 positions to update popover position (#51320).
  • Button: Remove unnecessary margin from dashicon (#51395).
  • Autocomplete: Announce how many results are available to screen readers when suggestions list first renders (#51018).

Internal

  • ClipboardButton: Convert to TypeScript (#51334).
  • Toolbar: Replace reakit dependency with @ariakit/react (#51623).

Documentation

  • SearchControl: Improve documentation around usage of label prop (#51781).

25.1.0 (2023-06-07)

Enhancements

  • BorderControl: Improve color code readability in aria-label (#51197).
  • Dropdown and DropdownMenu: use internal context system to automatically pick the toolbar popover variant when rendered inside the Toolbar component (#51154).

Bug Fix

... (truncated)

Commits
  • bcd13d5 chore(release): publish
  • bb24a90 Update changelog files
  • 9fb83a9 Merge changes published in the Gutenberg plugin "release/16.2" branch
  • d47d806 chore(release): publish
  • 70d6c98 Update changelog files
  • 4134c14 Merge changes published in the Gutenberg plugin "release/16.1" branch
  • a92f606 chore(release): publish
  • 882d769 Update changelog files
  • fe8b591 Merge changes published in the Gutenberg plugin "release/16.0" branch
  • c7c79cb chore(release): publish
  • Additional commits viewable in compare view


Updates @wordpress/editor from 13.8.0 to 13.14.0

Release notes

Sourced from @​wordpress/editor's releases.

13.9.0

Changelog

Enhancements

Block Library

  • Archives: Add a control to make block's dropdown label invisible. (43025)
  • Media&Text: Add help to ImageSizeControl. (40642)
  • Navigation: Move overlay colors to the responsive wrapper. (42875)
  • Navigation: Extract navigation block utils. (42865)
  • Navigation: Fix link inheritance in overlay. (42929)
  • Post Author: Rendering html for the author description at the editor. (42109)
  • Post Featured Image: Add link target and rel attributes. (42853)
  • Post Title: Do not add rel attribute if empty. (42855)
  • Query Pagination: Correctly position the "next" link on the first page. (42764)
  • Query Title: Add a search title variation. (42662)
  • Quote: Unwrap on Backspace at start. (42808)
  • Search Block: Remove margins from the input. (42959)
  • Transforms: Add group unwrap. (42685)

Components

  • BaseControl: Add box-sizing reset. (42889)
  • BorderControl: Add box-sizing reset. (42754)
  • BoxControl: Export applyValueToSides util function. (42733)
  • ComboboxControl and FormTokenField: Enhance components with custom render callback for options. (42597)
  • ComboboxControl: Add support for uncontrolled mode. (42752)
  • Flex: Convert component to TypeScript. (42537)
  • FontSizePicker: Add 40px size variant. (42716)
  • List View Expander: Fix icon in RTL mode. (42997)
  • Placeholder: Convert component to TypeScript. (42990)
  • Popover: Rewrite Storybook examples using controls. (42903)
  • Popover: Tidy up code, add more comments. (42944)
  • ResizableBox: Change tooltip background to match other tooltips. (42800)
  • Storybook: Add global CSS switcher. (42747)
  • StyleProvider: Convert component to TypeScript. (42541)
  • Swatch: Convert component to TypeScript. (42162)
  • Tooltip (Experimental), CustomSelectControl, TimePicker: add missing font sizes which were necessary in non-WordPress contexts. (42844)
  • Typography Panel: Fix font appearance control width. (42795)
  • UnitControl: Update unit dropdown design. (42000)
  • Update control labels to the new uppercase styles. (42789)

Reusable Blocks

  • Make template part and reusable block creation language consistent. (43032)

CSS & Styling

... (truncated)

Changelog

Sourced from @​wordpress/editor's changelog.

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)

Commits
  • bcd13d5 chore(release): publish
  • bb24a90 Update changelog files
  • 9fb83a9 Merge changes published in the Gutenberg plugin "release/16.2" branch
  • d47d806 chore(release): publish
  • 70d6c98 Update changelog files
  • 4134c14 Merge changes published in the Gutenberg plugin "release/16.1" branch
  • a92f606 chore(release): publish
  • 882d769 Update changelog files
  • fe8b591 Merge changes published in the Gutenberg plugin "release/16.0" branch
  • c7c79cb chore(release): publish
  • Additional commits viewable in compare view


Updates @wordpress/element from 5.8.0 to 5.14.0

Changelog

Sourced from @​wordpress/element's changelog.

5.14.0 (2023-07-05)

5.13.0 (2023-06-23)

5.12.0 (2023-06-07)

5.11.0 (2023-05-24)

5.10.0 (2023-05-10)

5.9.0 (2023-04-26)

Commits


Updates @wordpress/env from 5.16.0 to 8.3.0

Changelog

Sourced from @​wordpress/env's changelog.

8.3.0 (2023-07-05)

8.2.0 (2023-06-23)

8.1.1 (2023-06-17)

Bug fix

  • Address issue where a missing file in the underlying Docker image caused wp-env to crash. #51513

8.1.0 (2023-06-07)

New feature

  • Execute the local package's wp-env instead of the globally installed version if one is available.

Bug fix

  • Run useradd with -l option to prevent excessive Docker image sizes.

8.0.0 (2023-05-24)

Breaking Change

  • Remove afterSetup option from .wp-env.json and the WP_ENV_AFTER_SETUP environment variable in favor of more granular lifecycle scripts.

New feature

  • Add afterStart, afterClean, and afterDestroy lifecycle scripts to a new lifecycleScripts key in .wp-env.json.
  • Add a series of WP_ENV_LIFECYCLE_SCRIPT_ environment variables for the various lifecycle scripts.
  • Rework run command to resolve bugs with non-quoted commands. As a consequence it is no longer possible to pass your entire command to wp-env wrapped in double-quotes. While npx wp-env run cli wp help will still work, npx wp-env run cli "wp help" will not. If you are currently escaping any quotes you will need to review those commands and ensure they are compatible with this update.

Enhancement

  • Support using double dashes in wp-env run ... to pass arguments that would otherwise be consumed by wp-env. For example, while normally --help would provide the wp-env help text, if you use npx wp-env run cli php -- --help you will see the PHP help text.
  • Validate whether or not config options exist to prevent accidentally including ones that don't.

Bug fix

  • Support Windows without requiring the use of WSL.

7.0.0 (2023-05-10)

Breaking Change

  • Docker containers now run as the host user. This should resolve problems with permissions arising from different owners between the host, web container, and cli container. If you still encounter permissions issues, try running npx wp-env destroy so that the environment can be recreated with the correct permissions.
  • Remove the composer and phpunit Docker containers. If you are currently using the run composer or run phpunit command you can migrate to run cli composer or run tests-cli phpunit respectively. Note that with composer, you will need to use the --env-cwd option to navigate to your plugin's directory as it is no longer the default working directory.

New feature

... (truncated)

Commits


Updates @wordpress/eslint-plugin from 14.4.0 to 14.10.0

Release notes

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

14.9.1

Changelog

Bug Fixes

  • REST API: Do not set sidebar status to 'active' when using classic theme. (46966)

First time contributors

The following PRs were merged by first time contributors:

Contributors

The following contributors merged PRs in this release:

@​noisysocks

14.9.0

Changelog

Features

Global Styles

  • Site Editor: Add new 'Push changes to Global Styles' button. (46446)

Patterns

  • Add: Template types to the patterns API. (45814)

Enhancements

  • Post editor: Iframe for block-based themes. (46212)
  • Move word count to the top of the outline. (46648)
  • Update: Remove need for template prefix in gutenberg_get_template_hierarchy. (46257)
  • Update: Use offsite navigation editor on the navigation inspector sidebar. (46440)

Site Editor

  • Add the template title and type to the site hub. (46736)
  • Increase the width of the site editor sidebar. (46769)
  • Move the edit button in the site editor sidebar to a contextual widget. (46700)

Block Library

... (truncated)

Changelog

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

14.10.0 (2023-07-05)

14.9.0 (2023-06-23)

14.8.0 (2023-06-07)

14.7.0 (2023-05-24)

14.6.0 (2023-05-10)

Enhancement

  • Validate dependencies in useSelect and useSuspenseSelect hooks. (#49900).

14.5.0 (2023-04-26)

Commits


Updates @wordpress/hooks from 3.31.0 to 3.37.0

Changelog

Sourced from @​wordpress/hooks's changelog.

3.37.0 (2023-07-05)

3.36.0 (2023-06-23)

3.35.0 (2023-06-07)

3.34.0 (2023-05-24)

3.33.0 (2023-05-10)

3.32.0 (2023-04-26)

Commits


Updates @wordpress/i18n from 4.31.0 to 4.37.0

Changelog

Sourced from @​wordpress/i18n's changelog.

4.37.0 (2023-07-05)

4.36.0 (2023-06-23)

4.35.0 (2023-06-07)

4.34.0 (2023-05-24)

4.33.0 (2023-05-10)

4.32.0 (2023-04-26)

Commits


Updates @wordpress/scripts from 26.2.0 to 26.8.0

Changelog

Sourced from @​wordpress/scripts's changelog.

26.8.0 (2023-07-05)

26.7.0 (2023-06-23)

26.6.0 (2023-06-07)

Enhancements

  • The bundled terser-webpack-plugin dependency has been updated from requiring ^5.1.4 to requiring ^5.3.9 (#50994).
  • Optimize updating render paths when developing blocks with the start command (#51162).

Bug Fixes

  • Ensure files listed in render field of block.json files are always copied to the build folder when using the start command (#50939).

26.5.0 (2023-05-24)

26.4.0 (2023-05-10)

26.3.0 (2023-04-26)

Enhancements

  • License check script supports conjunctive (AND) licenses (46801).
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