Skip to content

⬆️ Bump qs and @wordpress/components in /catpow/jsx_compiler#31

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/catpow/jsx_compiler/multi-6b2f046fd0
Open

⬆️ Bump qs and @wordpress/components in /catpow/jsx_compiler#31
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/catpow/jsx_compiler/multi-6b2f046fd0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2026

Removes qs. It's no longer used after updating ancestor dependency @wordpress/components. These dependencies need to be updated together.

Removes qs

Updates @wordpress/components from 2.0.1 to 32.1.0

Release notes

Sourced from @​wordpress/components's releases.

22.5.3

Changelog

Bug Fixes

Block Library

  • Post Excerpt Block: Remove REST API filter for excerpt length in post excerpt block. (75299)

Contributors

The following contributors merged PRs in this release:

@​SirLouen

22.5.1

Changelog

Bug Fixes

Block Library

  • Fixed: Custom colors are now reflected in the editor for heading blocks. (75234)

Contributors

The following contributors merged PRs in this release:

@​shimotmk

22.5.0

Changelog

Enhancements

Block Library

  • Add custom CSS support for individual block instances. (73959)
  • Add the has-custom-css class name to the editor and dynamic blocks. (74969)
  • Allow for themes to define the overlay attribute without using a theme slug. (74119)
  • BlockBreadcrumb: Show custom block name. (73690)
  • Breadcrumbs :Add example block previews. (74808)
  • Comment Date: Add textAlign Support. (74599)
  • Comment Edit Link: Migrate to text-align block support. (74720)
  • Comment Reply Link: Migrate to text-align block support. (74760)
  • Comments Title: Migrate to text-align block support. (74945)
  • Cover Block: Enable focal point picker for fixed background. (74600)
  • Enhance Term List block: Pre-select current term on term archive pages. (74603)

... (truncated)

Changelog

Sourced from @​wordpress/components's changelog.

32.1.0 (2026-01-29)

Code Quality

  • Add displayName to components to improve debugging and fix Storybook source code. #74716

Internal

  • ValidatedComboboxControl: Expose the component under private API's. #74891

Enhancements

  • ToggleControl pass full props and support required validation in ValidatedToggleControl. #74956

32.0.0 (2026-01-16)

Code Quality

  • Fix missing dependencies. #74310
  • Fix generated TS types referencing unavailable csstype. #74655

Breaking Changes

  • Validated form controls (private API): Removed onValidate prop (use onChange to set customValidity messages, or add conditionals directly inside the customValidity prop instead) (#73559).
  • FormTokenField: The __nextHasNoMarginBottom prop is now true by default. The prop can be safely removed (#73846).
  • CheckboxControl: The __nextHasNoMarginBottom prop is now true by default. The prop can be safely removed (#73916).
  • TextControl: The __nextHasNoMarginBottom prop is now true by default. The prop can be safely removed (#73920).
  • FocalPointPicker: The __nextHasNoMarginBottom prop is now true by default. The prop can be safely removed (#73980).
  • SearchControl: The __nextHasNoMarginBottom prop is now true by default. The prop can be safely removed (#74053).
  • TextareaControl: The __nextHasNoMarginBottom prop is now true by default. The prop can be safely removed (#73970).
  • ToggleGroupControl: The __nextHasNoMarginBottom prop is now true by default. The prop can be safely removed (#74004).
  • ToggleControl: The __nextHasNoMarginBottom prop is now true by default. The prop can be safely removed (#74012).
  • TreeSelect: The __nextHasNoMarginBottom prop is now true by default. The prop can be safely removed (#74014).
  • RangeControl: The __nextHasNoMarginBottom prop is now true by default. The prop can be safely removed (#74033).
  • ComboboxControl: The __nextHasNoMarginBottom prop is now true by default. The prop can be safely removed (#74034).
  • SelectControl: The __nextHasNoMarginBottom prop is now true by default. The prop can be safely removed (#74052).
  • BaseControl: The __nextHasNoMarginBottom prop is now true by default. The prop can be safely removed (#74077).
  • DimensionControl: Completely remove deprecated component (#73944).

Enhancements

  • Menu and othr menu items: change default size to be 32px tall rather than 40px to improve menu density. (#73429).
  • Unify padding using for DataViews, Modals and other container components. (#73334)
  • Validated form controls: Suppress native error popover (#73471).
  • Snackbar: Shorten timeout duration (#73814).
  • ToolsPanel: Remove line-height workaround for control labels (#73892).
  • Notice: Add right margin to content only when dismissible (#73905).
  • Popover: Update animation, also affecting Autocomplete, BorderControl, CircularOptionPicker, ColorPalette, Dropdown, DropdownMenu, and PaletteEdit (#74082).
  • Menu, CustomSelectControl (v1 & 2): Update animation (#74111).
  • Autocomplete: Add offset to popover (#74084).

... (truncated)

Commits
  • eee1cfb chore(release): publish
  • 783f4ec Update changelog files
  • 5e40acf Merge changes published in the Gutenberg plugin "release/22.5" branch
  • 50c4c0f chore(release): publish
  • 28afca3 Update changelog files
  • 0022c1f Merge changes published in the Gutenberg plugin "release/22.4" branch
  • 2cf13ec chore(release): publish
  • d096bed Update changelog files
  • ef20cbf Merge changes published in the Gutenberg plugin "release/22.3" branch
  • b35cf1a chore(release): publish
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by gutenbergplugin, a new releaser for @​wordpress/components since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [qs](https://github.com/ljharb/qs). It's no longer used after updating ancestor dependency [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components). These dependencies need to be updated together.


Removes `qs`

Updates `@wordpress/components` from 2.0.1 to 32.1.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/components@32.1.0/packages/components)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@wordpress/components"
  dependency-version: 32.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 12, 2026
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.

0 participants