material-design-for-wordpress
material-design-for-wordpress copied to clipboard
Bump axios and @wordpress/scripts
Bumps axios to 1.9.0 and updates ancestor dependency @wordpress/scripts. These dependencies need to be updated together.
Updates axios from 0.21.4 to 1.9.0
Release notes
Sourced from axios's releases.
Release v1.9.0
Release notes:
Bug Fixes
- core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
- fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
- headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
- headers: fix
getSetCookieby using 'get' method for caseless access; (#6874) (d4f7df4)- headers: fixed support for setting multiple header values from an iterated source; (#6885) (f7a3b5e)
- http: send minimal end multipart boundary (#6661) (987d2e2)
- types: fix autocomplete for adapter config (#6855) (e61a893)
Features
Contributors to this release
Release v1.8.4
Release notes:
Bug Fixes
Contributors to this release
Release v1.8.3
Release notes:
Bug Fixes
- add missing type for allowAbsoluteUrls (#6818) (10fa70e)
- xhr/fetch: pass
allowAbsoluteUrlstobuildFullPathinxhrandfetchadapters (#6814) (ec159e5)Contributors to this release
Release v1.8.2
... (truncated)
Changelog
Sourced from axios's changelog.
1.9.0 (2025-04-24)
Bug Fixes
- core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
- fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
- headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
- headers: fix
getSetCookieby using 'get' method for caseless access; (#6874) (d4f7df4)- headers: fixed support for setting multiple header values from an iterated source; (#6885) (f7a3b5e)
- http: send minimal end multipart boundary (#6661) (987d2e2)
- types: fix autocomplete for adapter config (#6855) (e61a893)
Features
Contributors to this release
1.8.4 (2025-03-19)
Bug Fixes
Contributors to this release
1.8.3 (2025-03-10)
Bug Fixes
- add missing type for allowAbsoluteUrls (#6818) (10fa70e)
- xhr/fetch: pass
allowAbsoluteUrlstobuildFullPathinxhrandfetchadapters (#6814) (ec159e5)Contributors to this release
... (truncated)
Commits
cdcfd21chore(release): v1.9.0 (#6891)987d2e2fix(http): send minimal end multipart boundary (#6661)f112edfchore(ci): add PR files guard action; (#6890)61de4c0chore(ci): update github actions; (#6889)c3aba3dchore(ci): add labeler github action; (#6888)f7a3b5efix(headers): fixed support for setting multiple header values from an iterat...e61a893fix(types): fix autocomplete for adapter config (#6855)6c5d4cdfix(core): fix the Axios constructor implementation to treat the config argum...dfe8411fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (#6767)d4f7df4fix(headers): fixgetSetCookieby using 'get' method for caseless access; (...- Additional commits viewable in compare view
Updates @wordpress/scripts from 19.2.4 to 30.18.0
Release notes
Sourced from @wordpress/scripts's releases.
21.0.0 RC1
Changelog
Enhancements
Block Library
- Button Block: Add HTML Element selection in Advanced settings. (70139)
- Comment Date: Convert Comment Date block settings to ToolsPanel. (70248)
- Comment Author Name Block: Refactor setting panel to use ToolsPanel. (69407)
- Comment Edit Link: Refactor settings panel to use ToolsPanel. (70247)
- Comment Title: Refactor settings panel to use ToolsPanel. (70246)
- Comments Pagination Block: Refactor settings panel to use ToolsPanel. (70245)
- Embed Block: Refactor setting panel to use ToolsPanel. (69636)
- File Block: Refactor setting panel to use ToolsPanel. (70189)
- Form Input: Convert Form Input block settings to ToolsPanel. (70249)
- Form: Convert Form block settings to ToolsPanel. (70253)
- Latest posts: Change panel body to tools panel. (70200)
- List Block: Refactor setting panel to use ToolsPanel. (69387)
- Navigation Link, Navigation Submenu: Hide title UI controls while keeping attribute support. (70234)
- Navigation: Refactor display panel to use ToolsPanel. (68011)
- Post Title: Refactor settings panel to use ToolsPanel. (70229)
- RSS: Refactor setting panel to use
ToolsPanel. (70213)- Separator: Change html element option visibility. (70185)
- Shortcode: Add role attribute to content in
block.json. (70164)- Video: Add option to set a track as default. (70227)
Components
- ComboboxControl: Handle Unicode characters when matching values. (70180)
- DropZone: Allow overriding the default icon. (70236)
Block Transforms
- Adds transforms functionality to Post comments link and post comments number. (70287)
Bug Fixes
Block Library
- Button: Avoid empty block control slot. (70191)
- Fix: Click-through blur effect when gallery images have a caption. (69067)
- Pullquote block: Cannot override cite element style via theme.json. (70260)
- Social Link: Localize social service names for translations. (70199)
- Social: Moves size settings to inspector controls. (70186)
Components
- Ensure SVG Images Without a Width Attribute Are Displayed Correctly in FocalPointPicker. (70061)
- FormTokenField: Fix filtering with full-width string. (70232)
Interactivity API
- iAPI: Make storePart argument optional in overloads. (70296)
... (truncated)
Changelog
Sourced from @wordpress/scripts's changelog.
30.18.0 (2025-06-04)
30.17.0 (2025-05-22)
30.16.0 (2025-05-07)
30.15.0 (2025-04-11)
30.14.1 (2025-04-01)
Bug Fixes
- Fix:
--blocks-manifestCLI flag doesn't work when the directory name has space (#69766).30.14.0 (2025-03-27)
New Features
- Add
--blocks-manifestCLI flag to generate a PHP file containing block metadata from allblock.jsonfiles in the project (#69578).30.13.0 (2025-03-13)
30.12.0 (2025-02-28)
30.11.0 (2025-02-12)
30.10.0 (2025-01-29)
30.9.0 (2025-01-15)
30.8.0 (2025-01-02)
Enhancements
- Recommend listing JavaScript entry points as paths passed to the
startandbuildcommands (#68251).- Introduce a new option
--source-pathto customize the source directory used with thestartandbuildcommands (#68251).Internal
- The bundled
rtlcss-webpack-plugindependency has been replaced with a modified fork of the plugin to fix issues with the original package (#68201).- The bundled
sassdependency has been updated from^1.50.0to^1.54.0(#68380).30.7.0 (2024-12-11)
Internal
... (truncated)
Commits
d1acd76chore(release): publish3f742f0Update changelog files9c03d14chore(release): publish29bc1f5Update changelog filesab5c79cchore(release): published99399Update changelog files01a314dchore(release): publishcee2153Update changelog filesbbffb75chore(release): publish92a6464Update changelog files- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by gutenbergplugin, a new releaser for @wordpress/scripts 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.