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

npm: bump the wordpress group with 11 updates #503

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2024

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 name> 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 name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the wordpress group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) | `6.45.0` | `6.47.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `25.14.0` | `25.16.0` |
| [@wordpress/e2e-test-utils](https://github.com/WordPress/gutenberg/tree/HEAD/packages/e2e-test-utils) | `10.19.0` | `10.21.0` |
| [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) | `17.5.0` | `17.7.0` |
| [@wordpress/keyboard-shortcuts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/keycodes) | `4.25.0` | `4.27.0` |
| [@wordpress/base-styles](https://github.com/WordPress/gutenberg/tree/HEAD/packages/base-styles) | `4.39.0` | `4.41.0` |
| [@wordpress/jest-console](https://github.com/WordPress/gutenberg/tree/HEAD/packages/jest-console) | `7.19.0` | `7.21.0` |
| [@wordpress/jest-preset-default](https://github.com/WordPress/gutenberg/tree/HEAD/packages/jest-preset-default) | `11.19.0` | `11.21.0` |
| [@wordpress/npm-package-json-lint-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/npm-package-json-lint-config) | `4.33.0` | `4.35.0` |
| [@wordpress/postcss-plugins-preset](https://github.com/WordPress/gutenberg/tree/HEAD/packages/postcss-plugins-preset) | `4.32.0` | `4.34.0` |
| [@wordpress/stylelint-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/stylelint-config) | `21.31.0` | `21.33.0` |


Updates `@wordpress/api-fetch` from 6.45.0 to 6.47.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/api-fetch/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/api-fetch)

Updates `@wordpress/components` from 25.14.0 to 25.16.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/components/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/components)

Updates `@wordpress/e2e-test-utils` from 10.19.0 to 10.21.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/e2e-test-utils/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/e2e-test-utils)

Updates `@wordpress/eslint-plugin` from 17.5.0 to 17.7.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/eslint-plugin)

Updates `@wordpress/keyboard-shortcuts` from 4.25.0 to 4.27.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/keycodes/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/keycodes)

Updates `@wordpress/base-styles` from 4.39.0 to 4.41.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/base-styles/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/base-styles)

Updates `@wordpress/jest-console` from 7.19.0 to 7.21.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/jest-console/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/jest-console)

Updates `@wordpress/jest-preset-default` from 11.19.0 to 11.21.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/jest-preset-default/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/jest-preset-default)

Updates `@wordpress/npm-package-json-lint-config` from 4.33.0 to 4.35.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/npm-package-json-lint-config/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/npm-package-json-lint-config)

Updates `@wordpress/postcss-plugins-preset` from 4.32.0 to 4.34.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/postcss-plugins-preset/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/postcss-plugins-preset)

Updates `@wordpress/stylelint-config` from 21.31.0 to 21.33.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/stylelint-config/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/stylelint-config)

---
updated-dependencies:
- dependency-name: "@wordpress/api-fetch"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/components"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/e2e-test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/keyboard-shortcuts"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/base-styles"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/jest-console"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/jest-preset-default"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/npm-package-json-lint-config"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/postcss-plugins-preset"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/stylelint-config"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: wordpress
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 25, 2024
Copy link
Collaborator

@Sephsekla Sephsekla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit 04b9768 into develop Jan 31, 2024
11 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/wordpress-4ba36aaf66 branch January 31, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant