WordPress / wp-feature-notifications

WP Feature Notifications - a proposal to modernise the way in which WordPress handles emails, admin notices and user notifications
https://wordpress.github.io/wp-feature-notifications/
GNU General Public License v2.0
187 stars 18 forks source link

npm: bump the wordpress group with 11 updates #503

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps the wordpress group with 11 updates:

Package From To
@wordpress/api-fetch 6.45.0 6.47.0
@wordpress/components 25.14.0 25.16.0
@wordpress/e2e-test-utils 10.19.0 10.21.0
@wordpress/eslint-plugin 17.5.0 17.7.0
@wordpress/keyboard-shortcuts 4.25.0 4.27.0
@wordpress/base-styles 4.39.0 4.41.0
@wordpress/jest-console 7.19.0 7.21.0
@wordpress/jest-preset-default 11.19.0 11.21.0
@wordpress/npm-package-json-lint-config 4.33.0 4.35.0
@wordpress/postcss-plugins-preset 4.32.0 4.34.0
@wordpress/stylelint-config 21.31.0 21.33.0

Updates @wordpress/api-fetch from 6.45.0 to 6.47.0

Changelog

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

6.47.0 (2024-01-24)

6.46.0 (2024-01-10)

Commits
  • 45de2cb chore(release): publish
  • 703e91c Update changelog files
  • 0581398 Merge changes published in the Gutenberg plugin "release/17.6" branch
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • 52be044 Update changelog files
  • See full diff in compare view


Updates @wordpress/components from 25.14.0 to 25.16.0

Changelog

Sourced from @​wordpress/components's changelog.

25.16.0 (2024-01-24)

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)

Bug Fix

  • 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).

25.15.0 (2024-01-10)

Bug Fix

  • NumberControl: Make increment and decrement buttons keyboard accessible. (#57402).
  • DropdownMenu V2: better fallback on browsers that don't support CSS subgrid(#57327).
  • FontSizePicker: Use Button API for keeping focus on reset (#57221).
  • FontSizePicker: Fix Reset button focus loss (#57196).
  • PaletteEdit: Consider digits when generating kebab-cased slug (#56713).
  • FormTokenField: Prevent focus being passed to internal buttons when component is disabled (#57187).
  • Button: Fix logic of has-text class addition (#56949).
  • FormTokenField: Fix a regression where the suggestion list would re-open after clicking away from the input (#57002).
  • Snackbar: Remove erroneous __unstableHTML prop from TypeScript definitions (#57218).
  • Truncate: improve handling of non-string children (#57261).
  • PaletteEdit: Don't discard colors with default name and slug (#54332).
  • RadioControl: Fully encapsulate styles (#57347).
  • DuotonePicker: Remove top margin when no duotone options (#57489).
  • Snackbar: Fix icon positioning (#57377).
  • GradientPicker: Use slug while iterating over gradient entries to avoid React "duplicated key" warning (#57361).
  • NavigatorProvider: Exclude size value from contain CSS rule (#57498).

Enhancements

  • Update ariakit to version 0.3.10 (#57325).

... (truncated)

Commits
  • 45de2cb chore(release): publish
  • 703e91c Update changelog files
  • 0581398 Merge changes published in the Gutenberg plugin "release/17.6" branch
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • 52be044 Update changelog files
  • 07311b5 Merge changes published in the Gutenberg plugin "release/17.4" branch
  • See full diff in compare view


Updates @wordpress/e2e-test-utils from 10.19.0 to 10.21.0

Changelog

Sourced from @​wordpress/e2e-test-utils's changelog.

10.21.0 (2024-01-24)

10.20.0 (2024-01-10)

Commits
  • 45de2cb chore(release): publish
  • 703e91c Update changelog files
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • 52be044 Update changelog files
  • 07311b5 Merge changes published in the Gutenberg plugin "release/17.4" branch
  • See full diff in compare view


Updates @wordpress/eslint-plugin from 17.5.0 to 17.7.0

Release notes

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

17.6.0 RC1

Changelog

Features

Interactivity API

  • Add wp-data-on-window and wp-data-on-document directives. (57931)
  • Add wp-each directive. (57859)
  • Add wp-run directive and useInit & useWatch hooks. (57805)

Typography

  • Add defaultFontSizes option to theme.json. (56661)
  • Font Library: Add wp_get_font_dir() function. (57730)

Custom Fields

  • Block Bindings: Disable editing of bound block attributes in editor UI. (58085)

Block Editor

  • Add effects/box shadow tools to block inspector. (57654)

Enhancements

  • Add gettext content when translating 'Header'. (51066)
  • Disable lock button if user cannot control lock state. (57274)
  • Editor: Unify the Editor Mode preference. (57642)
  • Element: Start reexporting PureComponent. (58076)
  • Live Preview: Show the current theme name on the theme activation modal. (57588)
  • Remove right negative margin from pinned items. (57666)
  • Unify the preferences modal UI between post and site editor. (57639)
  • Update style revision top toolbar text. (58057)
  • Use ClipboardJS latest version and clean up focus loss workaround. (57156)

Components

  • Add opt-in prop for 40px default size for BoxControl, BorderControl, and BorderBoxControl. (56185)
  • BorderControl: Replace style picker with ToggleGroupControl. (57562)
  • ColorPicker: Store internal HSLA state for better slider UX. (57555)
  • Migrate PaletteEdit and CircularOptionPicker tests from user-event to ariakit/test. (57809)
  • Replace TabPanel with Tabs in the Editor Preferences Modal. (57293)
  • Theme: Set color on wrapper. (58095)
  • Tooltip: No-op when nested inside another Tooltip component. (57202)
  • BoxControl: Update design. (56665)

Interactivity API

  • Render the root interactive blocks. (57729)
  • Interactivity Router: Replace data-wp-navigation-id with data-wp-router-region. (58191)
  • Interactivity: Export withScope() and allow to use it with asynchronous operations. (58013)
  • Prevent the use of components in wp-text. (57879)
  • Remove wp-data-navigation-link directive. (57853)

... (truncated)

Changelog

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

17.7.0 (2024-01-24)

17.6.0 (2024-01-10)

Commits


Updates @wordpress/keyboard-shortcuts from 4.25.0 to 4.27.0

Commits


Updates @wordpress/base-styles from 4.39.0 to 4.41.0

Changelog

Sourced from @​wordpress/base-styles's changelog.

4.41.0 (2024-01-24)

4.40.0 (2024-01-10)

Commits
  • 45de2cb chore(release): publish
  • 703e91c Update changelog files
  • 0581398 Merge changes published in the Gutenberg plugin "release/17.6" branch
  • 5e6f9ca chore(release): publish
  • 60adb37 Update changelog files
  • 8e2b332 Merge changes published in the Gutenberg plugin "release/17.5" branch
  • 52be044 Update changelog files
  • 07311b5 Merge changes published in the Gutenberg plugin "release/17.4" branch
  • See full diff in compare view


Updates @wordpress/jest-console from 7.19.0 to 7.21.0

Changelog

Sourced from @​wordpress/jest-console's changelog.

7.21.0 (2024-01-24)

7.20.0 (2024-01-10)

Commits


Updates @wordpress/jest-preset-default from 11.19.0 to 11.21.0

Changelog

Sourced from @​wordpress/jest-preset-default's changelog.

11.21.0 (2024-01-24)

11.20.0 (2024-01-10)

Commits


Updates @wordpress/npm-package-json-lint-config from 4.33.0 to 4.35.0

Changelog

Sourced from @​wordpress/npm-package-json-lint-config's changelog.

4.35.0 (2024-01-24)

4.34.0 (2024-01-10)

Commits


Updates @wordpress/postcss-plugins-preset from 4.32.0 to 4.34.0

Changelog

Sourced from @​wordpress/postcss-plugins-preset's changelog.

4.34.0 (2024-01-24)

4.33.0 (2024-01-10)

Commits


Updates @wordpress/stylelint-config from 21.31.0 to 21.33.0

Changelog

Sourced from @​wordpress/stylelint-config's changelog.

21.33.0 (2024-01-24)

21.32.0 (2024-01-10)

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 - `@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