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

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the wordpress-packages group with 10 updates:

Package From To
@wordpress/api-fetch 6.41.0 6.42.0
@wordpress/block-editor 12.12.0 12.13.0
@wordpress/components 25.10.0 25.11.0
@wordpress/editor 13.21.0 13.22.0
@wordpress/element 5.21.0 5.22.0
@wordpress/env 8.10.0 8.11.0
@wordpress/eslint-plugin 17.1.0 17.2.0
@wordpress/hooks 3.44.0 3.45.0
@wordpress/i18n 4.44.0 4.45.0
@wordpress/scripts 26.15.0 26.16.0

Updates @wordpress/api-fetch from 6.41.0 to 6.42.0

Changelog

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

6.42.0 (2023-11-02)

Commits


Updates @wordpress/block-editor from 12.12.0 to 12.13.0

Changelog

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

12.13.0 (2023-11-02)

  • Deprecated the useSetting function in favor of new useSettings one that can retrieve multiple settings at once (#55337).
Commits
  • 2a00e87 chore(release): publish
  • 6fb5c31 Update changelog files
  • 8bc81ac Merge changes published in the Gutenberg plugin "release/17.0" branch
  • See full diff in compare view


Updates @wordpress/components from 25.10.0 to 25.11.0

Changelog

Sourced from @​wordpress/components's changelog.

25.11.0 (2023-11-02)

Enhancements

  • InputControl/SelectControl: update height/min-height to 32px instead of 30px to align with modern sizing scale (#55490).

Bug Fix

  • Autocomplete: Add aria-live announcements for Mac and IOS Voiceover to fix lack of support for aria-owns (#54902).

Internal

  • Introduce experimental new version of DropdownMenu based on ariakit (#54939)
Commits
  • 2a00e87 chore(release): publish
  • 6fb5c31 Update changelog files
  • 8bc81ac Merge changes published in the Gutenberg plugin "release/17.0" branch
  • See full diff in compare view


Updates @wordpress/editor from 13.21.0 to 13.22.0

Changelog

Sourced from @​wordpress/editor's changelog.

13.22.0 (2023-11-02)

Commits
  • 2a00e87 chore(release): publish
  • 6fb5c31 Update changelog files
  • 8bc81ac Merge changes published in the Gutenberg plugin "release/17.0" branch
  • See full diff in compare view


Updates @wordpress/element from 5.21.0 to 5.22.0

Changelog

Sourced from @​wordpress/element's changelog.

5.22.0 (2023-11-02)

Commits


Updates @wordpress/env from 8.10.0 to 8.11.0

Changelog

Sourced from @​wordpress/env's changelog.

8.11.0 (2023-11-02)

Enhancement

  • wp-env now works offline after the environment has been created. Note that many wp-env configuration changes involve internet connectivity and may not work in offline mode. #53547
Commits
  • 2a00e87 chore(release): publish
  • 6fb5c31 Update changelog files
  • 8bc81ac Merge changes published in the Gutenberg plugin "release/17.0" branch
  • See full diff in compare view


Updates @wordpress/eslint-plugin from 17.1.0 to 17.2.0

Changelog

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

17.2.0 (2023-11-02)

Commits


Updates @wordpress/hooks from 3.44.0 to 3.45.0

Changelog

Sourced from @​wordpress/hooks's changelog.

3.45.0 (2023-11-02)

Commits


Updates @wordpress/i18n from 4.44.0 to 4.45.0

Changelog

Sourced from @​wordpress/i18n's changelog.

4.45.0 (2023-11-02)

Commits


Updates @wordpress/scripts from 26.15.0 to 26.16.0

Changelog

Sourced from @​wordpress/scripts's changelog.

26.16.0 (2023-11-02)

Commits
  • 2a00e87 chore(release): publish
  • 6fb5c31 Update changelog files
  • 8bc81ac Merge changes published in the Gutenberg plugin "release/17.0" 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
westonruter commented 1 year ago

@dependabot rebase