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

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.40.0
@wordpress/block-editor 12.7.0 12.11.0
@wordpress/components 25.5.0 25.9.0
@wordpress/editor 13.16.0 13.20.0
@wordpress/element 5.16.0 5.20.0
@wordpress/env 8.5.0 8.9.0
@wordpress/eslint-plugin 14.12.0 17.0.0
@wordpress/hooks 3.39.0 3.43.0
@wordpress/i18n 4.39.0 4.43.0
@wordpress/scripts 26.10.0 26.14.0

Updates @wordpress/api-fetch from 6.36.0 to 6.40.0

Changelog

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

6.40.0 (2023-10-05)

6.39.0 (2023-09-20)

6.38.0 (2023-08-31)

6.37.0 (2023-08-16)

Commits


Updates @wordpress/block-editor from 12.7.0 to 12.11.0

Changelog

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

12.11.0 (2023-10-05)

  • Deprecated CopyHandler, absorbed into WritingFlow.

12.10.0 (2023-09-20)

  • The Deprecated multiline prop on RichText will now fall back to using multiple rich text instances instead of a single multiline instance. The prop remains deprecated.

12.9.0 (2023-08-31)

Enhancements

  • Embed the ObserveTyping behavior within the BlockList component making to simplify instanciations of third-party block editors.

12.8.0 (2023-08-16)

Commits
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • 36ae397 Merge changes published in the Gutenberg plugin "release/16.7" branch
  • 5eac173 chore(release): publish
  • 1b79256 Update changelog files
  • 4c9455a Merge changes published in the Gutenberg plugin "release/16.6" branch
  • 78a288d chore(release): publish
  • Additional commits viewable in compare view


Updates @wordpress/components from 25.5.0 to 25.9.0

Changelog

Sourced from @​wordpress/components's changelog.

25.9.0 (2023-10-05)

Enhancements

  • SearchControl: polish metrics for compact size variant (#54663).
  • Button: deprecating isPressed prop in favour of aria-pressed (#54740).
  • DuotonePicker/ColorListPicker: Adds appropriate label and description to 'Duotone Filter' picker (#54473).
  • Modal: Accessibly hide/show outer modal when nested (#54743).
  • InputControl, NumberControl, UnitControl, SelectControl, CustomSelectControl, TreeSelect: Add opt-in prop for next 40px default size, superseding the __next36pxDefaultSize prop (#53819).
  • Modal: add a new size prop to support preset widths, including a fill option to eventually replace the isFullScreen prop (#54471).
  • Wrapped TextareaControl in a forwardRef call (#54975).
  • Composite/AlignmentMatrixControl/CircularOptionPicker: Starts the Composite migration from reakit to ariakit (#54225).

Bug Fix

  • Placeholder: Improved DOM structure and screen reader announcements (#45801).
  • DateTimePicker: fix onChange callback check so that it also works inside iframes (#54669).
  • FormTokenField: Add box-sizing reset style and reset default padding (#54734).
  • SlotFill: Pass Component instance to unregisterSlot (#54765).
  • Button: Remove aria-selected CSS selector from styling 'active' buttons (#54931).
  • Popover: Apply the CSS in JS styles properly for components used within popovers. (#54912)
  • Button: Remove hover styles when aria-disabled is set to true for the secondary variant. (#54978)
  • Button: Revert toggled style selector to use a class instead of attributes (#55065).

Internal

  • Update @ariakit/react to version 0.3.3 (#54818)
  • Tooltip, Shortcut: Remove unused ui/ components from the codebase (#54573)
  • Refactor ariakit usages to use the render prop instead of as and to use the namespace import (#54696).
  • Update uuid package to 9.0.1 (#54725).
  • ContextSystemProvider: Move out of ui/ (#54847).
  • SlotFill: Migrate to TypeScript and Convert to Functional Component <Slot bubblesVirtually />. (#51350).
  • Components: move ui/utils to utils and remove ui/ folder (#54922).
  • Ensure @types/ dependencies used by final type files are included in the main dependency field (#50231).
  • Text: Migrate to TypeScript. (#54953).

Experimental

  • Introduce Tabs, an experimental v2 of TabPanel: (#53960).

25.8.0 (2023-09-20)

Enhancements

  • Add new option firstContentElement to Modal's focusOnMount prop to allow consumers to focus the first element within the Modal's contents (#54590).
  • Notice: Improve accessibility by adding visually hidden text to clarify what a notice text is about and the notice type (success, error, warning, info) (#54498).
  • Making Circular Option Picker a listbox. Note that while this changes some public API, new props are optional, and currently have default values; this will change in another patch (#52255).
  • ToggleGroupControl: Rewrite backdrop animation using framer motion shared layout animations, add better support for controlled and uncontrolled modes (#50278).
  • Popover: Add the is-positioned CSS class only after the popover has finished animating (#54178).
  • Tooltip: Replace the existing tooltip to simplify the implementation and improve accessibility while maintaining the same behaviors and API (#48440).

... (truncated)

Commits
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • 36ae397 Merge changes published in the Gutenberg plugin "release/16.7" branch
  • 5eac173 chore(release): publish
  • 1b79256 Update changelog files
  • 4c9455a Merge changes published in the Gutenberg plugin "release/16.6" branch
  • 78a288d chore(release): publish
  • Additional commits viewable in compare view


Updates @wordpress/editor from 13.16.0 to 13.20.0

Changelog

Sourced from @​wordpress/editor's changelog.

13.20.0 (2023-10-05)

13.19.0 (2023-09-20)

13.18.0 (2023-08-31)

13.17.0 (2023-08-16)

Commits
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • 36ae397 Merge changes published in the Gutenberg plugin "release/16.7" branch
  • 5eac173 chore(release): publish
  • 1b79256 Update changelog files
  • 4c9455a Merge changes published in the Gutenberg plugin "release/16.6" branch
  • 78a288d chore(release): publish
  • Additional commits viewable in compare view


Updates @wordpress/element from 5.16.0 to 5.20.0

Changelog

Sourced from @​wordpress/element's changelog.

5.20.0 (2023-10-05)

Breaking Changes

  • Remove the WPElement, WPComponent, and WPSyntheticEvent types.

5.19.0 (2023-09-20)

5.18.0 (2023-08-31)

5.17.0 (2023-08-16)

Commits


Updates @wordpress/env from 8.5.0 to 8.9.0

Changelog

Sourced from @​wordpress/env's changelog.

8.9.0 (2023-10-05)

8.8.0 (2023-09-20)

8.7.0 (2023-08-31)

8.6.0 (2023-08-16)

Commits


Updates @wordpress/eslint-plugin from 14.12.0 to 17.0.0

Release notes

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

16.8.0 RC1

Changelog

Features

Block Editor

  • Adds 'nofollow' setting to Button block. (54110)

Site Editor

  • Add 'Show template' toggle when editing pages. (52674)

Enhancements

  • Update pattern import menu item. (54782)

Components

  • Adding label/description to BlockEditor/DuotoneControl. (54473)
  • Deprecating isPressed in Button component. (54740)
  • Follow ariakit best practices. (54696)
  • InputControl-based components: Add opt-in prop for next 40px default size. (53819)
  • Modal: Add contentWidth prop to support a selection of preset modal sizes. (54471)
  • Remove unused components from ui/. (54573)
  • Update ariakit to 0.3.3. (54818)
  • Update compact search control metrics. (54663)
  • Wrapped TextareaControl in a forwardRef call. (54975)

Block Library

  • Add a brief description to the Footnotes block. (54613)
  • Footnotes: Use core’s meta revisioning if available. (52988)
  • Login/out: Add spacing support. (45147)
  • Query view.js: Code quality. (54982)
  • Set custom color when applying initial background image. (54054)
  • Use wp_get_inline_script_tag() in build_dropdown_script_block_core_categories(). (54637)

Block Editor

  • Default suggested links to pages. (54622)
  • Remove base URL from link control search results. (54553)
  • Simplify BlockHTMLConvertButton. (54972)
  • Update strings in blocks 'RenameModal' component. (54887)

Post Editor

  • Edit Post: Use hooks instead of HoCs in 'PostStatus' components. (54951)
  • Editor: Use hooks instead of HoCs in 'PostSticky' components. (54949)
  • Editor: Use hooks instead of HoCs in 'PostSwitchToDraftButton'. (54695)
  • Show confirmation dialog when moving a post to the trash. (50219)

Site Editor

  • Add template replace flow to template inspector. (54609)
  • [Site Editor]: Update copy of using the default template in a page. (54728)

... (truncated)

Changelog

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

17.0.0 (2023-10-05)

Breaking Changes

  • Change the required major version of Prettier from v2 to v3 (#54775).

16.0.0 (2023-09-20)

Breaking Changes

  • The bundled @typescript-eslint/parser and @typescript-eslint/eslint-plugin dependencies has been updated from requiring ^5.62.0 to requiring ^6.4.1 (#53975):
    • Removes the deprecated @typescript-eslint/no-duplicate-imports rule in favor of import/no-duplicates.

Enhancements

  • Added a new test-playwright ruleset using eslint-plugin-playwright.
  • The bundled eslint-plugin-prettier dependency has been updated from requiring ^3.3.0 to requiring ^5.0.0 (#54539).

15.1.0 (2023-08-31)

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
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • 36ae397 Merge changes published in the Gutenberg plugin "release/16.7" branch
  • 5eac173 chore(release): publish
  • 1b79256 Update changelog files
  • 4c9455a Merge changes published in the Gutenberg plugin "release/16.6" branch
  • 78a288d chore(release): publish
  • Additional commits viewable in compare view


Updates @wordpress/hooks from 3.39.0 to 3.43.0

Changelog

Sourced from @​wordpress/hooks's changelog.

3.43.0 (2023-10-05)

3.42.0 (2023-09-20)

3.41.0 (2023-08-31)

3.40.0 (2023-08-16)

Commits


Updates @wordpress/i18n from 4.39.0 to 4.43.0

Changelog

Sourced from @​wordpress/i18n's changelog.

4.43.0 (2023-10-05)

4.42.0 (2023-09-20)

4.41.0 (2023-08-31)

4.40.0 (2023-08-16)

Commits


Updates @wordpress/scripts from 26.10.0 to 26.14.0

Changelog

Sourced from @​wordpress/scripts's changelog.

26.14.0 (2023-10-05)

Internal

  • The bundled @pmmmwh/react-refresh-webpack-plugin dependency has been updated from requiring ^0.5.2 to requiring ^0.5.11 (#54657).
  • The bundled browserslist dependency has been updated from requiring ^4.21.9 to requiring ^4.21.10 (#54657).
  • The bundled react-refresh dependency has been updated from requiring ^0.10.0 to requiring ^0.14.0 (#54657).
  • The bundled webpack dependency has been updated from requiring ^5.47.1 to requiring ^5.88.2 (#54657).
  • The bundled webpack-bundle-analyzer dependency has been updated from requiring ^4.4.2 to requiring ^4.9.1 (#54657).
  • The bundled webpack-cli dependency has been updated from requiring ^4.9.1 to requiring ^5.1.4 (#54657).
  • The bundled webpack-dev-server dependency has been updated from requiring ^4.4.0 to requiring ^4.15.1 (#54657).

26.13.0 (2023-09-20)

Enhancements

  • Added support for test-playwright script (#53108).
  • The bundled wp-prettier dependency has been upgraded from 2.8.5 to 3.0.3 (#54539).

Bug Fix

  • Correctly resolve entry points when the directory is symlinked (#54212).

26.12.0 (2023-08-31)

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
  • 9b8e598 chore(release): publish
  • d5fefbd Update changelog files
  • b5fe47b Merge changes published in the Gutenberg plugin "release/16.8" branch
  • cc35f51 chore(release): publish
  • 302dd6e Update changelog files
  • 36ae397 Merge changes published in the Gutenberg plugin "release/16.7" branch
  • 5eac173 chore(release): publish
  • 1b79256 Update changelog files
  • 4c9455a Merge changes published in the Gutenberg plugin "release/16.6" branch
  • 78a288d chore(release): publish
  • Additional commits viewable 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
dependabot[bot] commented 1 year ago

Superseded by #772.