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

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.36.0 6.37.0
@wordpress/block-editor 12.7.0 12.8.0
@wordpress/components 25.5.0 25.6.0
@wordpress/editor 13.16.0 13.17.0
@wordpress/element 5.16.0 5.17.0
@wordpress/env 8.5.0 8.6.0
@wordpress/eslint-plugin 14.12.0 15.0.0
@wordpress/hooks 3.39.0 3.40.0
@wordpress/i18n 4.39.0 4.40.0
@wordpress/scripts 26.10.0 26.11.0

Updates @wordpress/api-fetch from 6.36.0 to 6.37.0

Changelog

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

6.37.0 (2023-08-16)

Commits


Updates @wordpress/block-editor from 12.7.0 to 12.8.0

Changelog

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

12.8.0 (2023-08-16)

Commits
  • 78a288d chore(release): publish
  • 863e74c Update changelog files
  • a3b68ba Merge changes published in the Gutenberg plugin "release/16.5" branch
  • See full diff in compare view


Updates @wordpress/components from 25.5.0 to 25.6.0

Changelog

Sourced from @​wordpress/components's changelog.

25.6.0 (2023-08-16)

Enhancements

  • Theme: Expose via private APIs (#53262).
  • ProgressBar: Use the theme system accent for indicator color (#53347).
  • ProgressBar: Use gray 300 for track color (#53349).
  • Modal: add headerActions prop to render buttons in the header. (#53328).
  • Snackbar: Snackbar design and motion improvements (#53248)
  • NumberControl: Add spinFactor prop for adjusting the amount by which the spin controls change the value (#52902).
  • Modal:: Nuance outside interactions (#52994).
  • Button: Remove default border from the destructive button (#53607).
  • Components: Move accent colors to theme context (#53631).
  • ProgressBar: Use the new theme system accent for indicator color (#53632).

Bug Fix

  • Button: add :disabled selector to reset hover color for disabled buttons (#53411).

Internal

  • ControlGroup, FormGroup, ControlLabel, Spinner: Remove unused ui/ components from the codebase (#52953).
  • MenuItem: Convert to TypeScript (#53132).
  • MenuGroup: Add Storybook stories (#53090).
  • Components: Remove unnecessary utils (#53679).
Commits
  • 78a288d chore(release): publish
  • 863e74c Update changelog files
  • a3b68ba Merge changes published in the Gutenberg plugin "release/16.5" branch
  • See full diff in compare view


Updates @wordpress/editor from 13.16.0 to 13.17.0

Changelog

Sourced from @​wordpress/editor's changelog.

13.17.0 (2023-08-16)

Commits
  • 78a288d chore(release): publish
  • 863e74c Update changelog files
  • a3b68ba Merge changes published in the Gutenberg plugin "release/16.5" branch
  • See full diff in compare view


Updates @wordpress/element from 5.16.0 to 5.17.0

Changelog

Sourced from @​wordpress/element's changelog.

5.17.0 (2023-08-16)

Commits


Updates @wordpress/env from 8.5.0 to 8.6.0

Changelog

Sourced from @​wordpress/env's changelog.

8.6.0 (2023-08-16)

Commits


Updates @wordpress/eslint-plugin from 14.12.0 to 15.0.0

Release notes

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

15.0.0

Changelog

Enhancements

Site Editor

  • Allow resizing the sidebar and frame of the site editor. (46903)
  • Remove the editor notices from the site editor frame. (46931)
  • Synchronize the canvas mode with the site editor URL. (47002)
  • Site Editor: Enable copy/cut shortcut. (45752)

Block Library

  • Add paste styles to the block settings. (45477)
  • Prevent the image from being resized larger than its container. (45775)
  • Replace block settings menu with a custom menu in off canvas editor. (46675)
  • Add help text on the HTML element for the Comments and Query Loop blocks. (46989)
  • Navigation: Add an icon to the add submenu item option. (46884)
  • Navigation: Remove ghost inserter. (46919)
  • Navigation: Show the loading indictor when users add a new navigation menu. (46855)
  • Page List Block: Fix warning error when the parent page has no child pages. (46829)
  • Page List Item: Disable block toolbar. (46950)
  • Template Parts: Avoid duplicate titles on creation. (46996)
  • Navigation: Add more explicit labels to the Navigation Menu Selector. (47015)

Block Editor

  • URLInput: Deprecate bottom margin. (46692)
  • Block editor: Move content styles to avoid triggering iframe compat mode. (46728)
  • Iframe: Preload style assets to avoid flash of unstyled content. (46706)

Inspector Controls

  • Sidebar Tabs: Add text only mode for block inspector tabs. (46968)
  • Sidebar Tabs: Stabilize the block inspector tabs experiment. (47045)
  • Remove Block Inspector Button. (46709)

Global Styles

  • Update push changes to global styles label text to "apply globally". (46965)
  • Edit block style variations from global styles. (46343)

Components

  • SelectControl: Remove margin overrides and add new opt-in prop. (46448)
  • Use data URI for FocalPointPicker video story. (42377)
  • TabPanel: Add prop to allow disabling of a tab button. (46471)

List View

  • Update template part children background color. (46708)
  • Update template part hover style in list view. (46707)

... (truncated)

Changelog

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

15.0.0 (2023-08-16)

Breaking Changes

  • The bundled eslint-plugin-jsdoc dependency has been updated from requiring ^39.6.9 to requiring ^46.4.6 (#53629):
    • Removes jsdoc/newline-after-description rule in favor of jsdoc/tag-lines with option startLines: 0 for "never" and startLines: 1 for "always". Defaults now to startLines: null.
    • Removes dropEndLines: true from jsdoc/tag-lines in favor of option endLines: 0.
    • Drops jsdoc/tag-lines rule's noEndLines: true in favor of applyToEndTag: false.
    • Disables the newly introduced jsdoc/no-defaults rule.

Enhancement

  • Support Typescript 5 and 5.1 by updating both @typescript-eslint/parser and @typescript-eslint/eslint-plugin to version ^5.62.0. (#52621).
Commits
  • 78a288d chore(release): publish
  • 863e74c Update changelog files
  • a3b68ba Merge changes published in the Gutenberg plugin "release/16.5" branch
  • See full diff in compare view


Updates @wordpress/hooks from 3.39.0 to 3.40.0

Changelog

Sourced from @​wordpress/hooks's changelog.

3.40.0 (2023-08-16)

Commits
  • 78a288d chore(release): publish
  • 863e74c Update changelog files
  • a3b68ba Merge changes published in the Gutenberg plugin "release/16.5" branch
  • See full diff in compare view


Updates @wordpress/i18n from 4.39.0 to 4.40.0

Changelog

Sourced from @​wordpress/i18n's changelog.

4.40.0 (2023-08-16)

Commits


Updates @wordpress/scripts from 26.10.0 to 26.11.0

Changelog

Sourced from @​wordpress/scripts's changelog.

26.11.0 (2023-08-16)

Enhancement

  • Updated npm-package-json-lint peer dependency to require v6.0.0 #53636
  • The bundled @svgr/webpack dependency has been updated from requiring ^6.2.1 to requiring ^8.0.1 (#53630).
  • The bundled cssnano dependency has been updated from requiring ^5.07 to requiring ^6.0.1 (#53630).

Bug Fix

  • Fix prevent watch mode from aborting when encountering a block.json file that contains invalid JSON. (#51971)
Commits
  • 78a288d chore(release): publish
  • 863e74c Update changelog files
  • a3b68ba Merge changes published in the Gutenberg plugin "release/16.5" 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 dependency` 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 dependency` 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
dependabot[bot] commented 1 year ago

Superseded by #760.