Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update npm frontend #108

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@wordpress/block-editor (source) ^12.17.0 -> ^12.26.0 age adoption passing confidence dependencies minor
@wordpress/blocks (source) ^12.26.0 -> ^12.35.0 age adoption passing confidence dependencies minor
@wordpress/components (source) ^25.15.0 -> ^25.16.0 age adoption passing confidence dependencies minor
@wordpress/compose (source) ^6.26.0 -> ^6.35.0 age adoption passing confidence dependencies minor
@wordpress/data (source) ^9.19.0 -> ^9.28.0 age adoption passing confidence dependencies minor
@wordpress/element (source) ^5.26.0 -> ^5.35.0 age adoption passing confidence dependencies minor
@wordpress/i18n (source) ^4.49.0 -> ^4.58.0 age adoption passing confidence dependencies minor
node (source) >= 20.11.0 -> >= 20.18.1 age adoption passing confidence engines minor

Release Notes

WordPress/gutenberg (@​wordpress/block-editor)

v12.26.0

Compare Source

Internal
  • Replaced classnames package with the faster and smaller clsx package (#​61138).

v12.25.0

Compare Source

v12.24.0

Compare Source

v12.23.0

Compare Source

v12.22.0

Compare Source

v12.21.0

Compare Source

v12.20.0

Compare Source

v12.19.9

Compare Source

v12.19.8

Compare Source

v12.19.7

Compare Source

v12.19.6

Compare Source

v12.19.5

Compare Source

v12.19.4

Compare Source

v12.19.3

Compare Source

v12.19.2

Compare Source

v12.19.1

Compare Source

v12.19.0

Compare Source

  • FontSizePicker: Remove deprecated __nextHasNoMarginBottom prop and promote to default behavior (#​58702).

v12.18.2

Compare Source

v12.18.1

Compare Source

v12.18.0

Compare Source

  • Deprecated __experimentalRecursionProvider and __experimentalUseHasRecursion in favor of their new stable counterparts RecursionProvider and useHasRecursion.
WordPress/gutenberg (@​wordpress/blocks)

v12.35.0

Compare Source

v12.34.0

Compare Source

v12.33.0

Compare Source

v12.32.0

Compare Source

v12.31.0

Compare Source

v12.30.0

Compare Source

v12.29.0

Compare Source

v12.28.6

Compare Source

v12.28.5

Compare Source

v12.28.4

Compare Source

v12.28.3

Compare Source

v12.28.2

Compare Source

v12.28.1

Compare Source

v12.28.0

Compare Source

v12.27.1

Compare Source

v12.27.0

Compare Source

WordPress/gutenberg (@​wordpress/components)

v25.16.0

Compare Source

Enhancements
  • ColorPicker: improve the UX around HSL sliders (#​57555).
  • BoxControl, BorderControl, BorderBoxControl: Add opt-in prop for 40px default size (#​56185).
  • PaletteEdit: improve unit tests (#​57645).
  • PaletteEdit and CircularOptionPicker: improve unit tests (#​57809).
  • Tooltip: no-op when nested inside other Tooltip components (#​57202).
  • Tooltip and Button: tidy up unit tests (#​57975).
  • BorderControl, BorderBoxControl: Replace style picker with ToggleGroupControl (#​57562).
  • SlotFill: fix typo in use-slot-fills return docs (#​57654)
  • Popover: Adding constrainTabbing prop to useDialog hook (#​57962)
Bug Fixes
  • ToggleGroupControl: Improve controlled value detection (#​57770).
  • Tooltip: Improve props forwarding to children of nested Tooltip components (#​57878).
  • Tooltip: revert prop types to only accept component-specific props (#​58125).
  • Button: prevent the component from trashing and re-creating the HTML element (#​56490).
Experimental
  • BoxControl: Update design (#​56665).
  • CustomSelect: adjust renderSelectedValue to fix sizing (#​57865).
  • Theme: Set color on wrapper div (#​58095).
WordPress/gutenberg (@​wordpress/compose)

v6.35.0

Compare Source

v6.34.0

Compare Source

  • Added new observableMap data structure and useObservableValue React hook (#​60945).

v6.33.0

Compare Source

v6.32.0

Compare Source

v6.31.0

Compare Source

v6.30.0

Compare Source

v6.29.0

Compare Source

v6.28.1

Compare Source

v6.28.0

Compare Source

v6.27.0

Compare Source

Deprecations
  • The pure HoC has been deprecated. Use memo or PureComponent instead (#​57173).
WordPress/gutenberg (@​wordpress/data)

v9.28.0

Compare Source

v9.27.0

Compare Source

v9.26.0

Compare Source

  • Add new createSelector function for creating memoized store selectors (#​60370).

v9.25.0

Compare Source

v9.24.0

Compare Source

  • Deprecate the getIsResolved meta-selector (#​59679).

v9.23.0

Compare Source

v9.22.0

Compare Source

v9.21.1

Compare Source

v9.21.0

Compare Source

v9.20.0

Compare Source

WordPress/gutenberg (@​wordpress/element)

v5.35.0

Compare Source

v5.34.0

Compare Source

v5.33.0

Compare Source

v5.32.0

Compare Source

v5.31.0

Compare Source

v5.30.0

Compare Source

v5.29.0

Compare Source

v5.28.1

Compare Source

v5.28.0

Compare Source

v5.27.0

Compare Source

  • Started exporting the PureComponent React API (#​58076).
WordPress/gutenberg (@​wordpress/i18n)

v4.58.0

Compare Source

v4.57.0

Compare Source

v4.56.0

Compare Source

v4.55.0

Compare Source

v4.54.0

Compare Source

v4.53.0

Compare Source

v4.52.0

Compare Source

v4.51.1

Compare Source

v4.51.0

Compare Source

v4.50.0

Compare Source

nodejs/node (node)

v20.18.1: 2024-11-20, Version 20.18.1 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

v20.18.0: 2024-10-03, Version 20.18.0 'Iron' (LTS), @​targos

Compare Source

Notable Changes
Experimental Network Inspection Support in Node.js

This update introduces the initial support for network inspection in Node.js.
Currently, this is an experimental feature, so you need to enable it using the --experimental-network-inspection flag.
With this feature enabled, you can inspect network activities occurring within a JavaScript application.

To use network inspection, start your Node.js application with the following command:

$ node --inspect-wait --experimental-network-inspection index.js

Please note


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/npm-frontend branch 2 times, most recently from 4c84118 to 0f36aaa Compare January 31, 2024 10:06
@renovate renovate bot force-pushed the renovate/npm-frontend branch 3 times, most recently from bd18180 to 13b425b Compare February 14, 2024 19:09
@renovate renovate bot force-pushed the renovate/npm-frontend branch 2 times, most recently from d3c68a7 to 69affea Compare February 21, 2024 22:12
@renovate renovate bot force-pushed the renovate/npm-frontend branch from 69affea to e617802 Compare March 6, 2024 17:50
@renovate renovate bot force-pushed the renovate/npm-frontend branch 3 times, most recently from 757b6e5 to 76ebcba Compare March 21, 2024 16:01
@renovate renovate bot force-pushed the renovate/npm-frontend branch from 76ebcba to 827619b Compare March 26, 2024 20:37
@renovate renovate bot force-pushed the renovate/npm-frontend branch 3 times, most recently from 766c62f to c327b18 Compare April 7, 2024 17:34
@renovate renovate bot force-pushed the renovate/npm-frontend branch from c327b18 to 698e805 Compare April 10, 2024 20:42
@renovate renovate bot force-pushed the renovate/npm-frontend branch 2 times, most recently from 1094bd2 to 855fcf2 Compare April 26, 2024 14:06
@renovate renovate bot force-pushed the renovate/npm-frontend branch 2 times, most recently from f1837da to 2780438 Compare May 2, 2024 22:49
@renovate renovate bot force-pushed the renovate/npm-frontend branch 3 times, most recently from 081a783 to 15c1f7c Compare May 11, 2024 10:35
@renovate renovate bot force-pushed the renovate/npm-frontend branch 2 times, most recently from 8da158d to 68dfb29 Compare May 20, 2024 20:50
@renovate renovate bot force-pushed the renovate/npm-frontend branch 2 times, most recently from ce13fce to 3097973 Compare May 31, 2024 10:13
@renovate renovate bot force-pushed the renovate/npm-frontend branch from 3097973 to 539197b Compare June 20, 2024 16:54
@renovate renovate bot force-pushed the renovate/npm-frontend branch 2 times, most recently from 6e619d7 to ef12dd3 Compare July 8, 2024 19:27
@renovate renovate bot force-pushed the renovate/npm-frontend branch from ef12dd3 to 3d0b076 Compare July 24, 2024 12:30
@renovate renovate bot force-pushed the renovate/npm-frontend branch from 3d0b076 to f90987b Compare August 21, 2024 18:46
@renovate renovate bot force-pushed the renovate/npm-frontend branch from f90987b to 735a879 Compare October 3, 2024 18:12
@renovate renovate bot force-pushed the renovate/npm-frontend branch from 735a879 to 5a0074d Compare November 20, 2024 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants