Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Bump @wordpress/scripts from 9.1.0 to 13.0.3 #201

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 8, 2021

Bumps @wordpress/scripts from 9.1.0 to 13.0.3.

Release notes

Sourced from @wordpress/scripts's releases.

9.9.1

Bug fixes

  • Global Styles: enqueue preset classes in the front-end.
  • Global Styles: load styles in iframed site editor.

9.9.0

Enhancements

  • Try more muted sibling inserter. (28550)
  • Make sure toggleProps doesn't replace important props on ToolbarGroup. (28401)
  • Improve visual clarity of reusable block. (28318)
  • Dark Theme Support: Allow for theme modifications. (28233)
  • Add disabled support in ToggleControl and FormToggle. (28228)
  • Show the spacer block background on hover. (28129)
  • Social Icons: Add icon & background color options. (28084)
  • Support both horizontal and vertical in-between inserters. (27860)
  • Image Block: Add border radius support. (27667)
  • Overlay on disabled elements, to catch events and show tooltips. (27529)
  • Try: System font for vanilla editor styles. (26822)
  • Only consider legal block types for the block list when transforming files to blocks. (26816)

New APIs

  • Block API: Allow overriding the category for block variations. (28482)
  • Create Block: Add optional support for wp-env. (28234)
  • Make i18n functions filter their return values. (27966)

Breaking Change

The format of the experimental-theme.json has been updated as per

  • Split global block selector into root and defaults. (28533)
  • Make settings and style top-level keys. (28110)

Before:

{
  "global": {
    "settings": { ... },
    "styles": { ... }
  },
  "core/paragraph": {
    "settings": { ... },
    "styles": { ... }
</tr></table> 

... (truncated)

Changelog

Sourced from @wordpress/scripts's changelog.

Unreleased

13.0.0 (2021-01-21)

Breaking Changes

  • Increase the minimum Node.js version to 12 (#27934).
  • The bundled jest dependency has been updated to the next major version ^26.6.3 (see Breaking Changes, #27956).
  • The bundled @wordpress/eslint-plugin dependency has been updated to the next major version ^8.0.0. There are new ESLint rules enabled in the recommended config used by lint-js command.
  • The bundled stylelint-config-wordpress dependency has been replaced with @wordpress/stylelint-config (#27810)[https://github-redirect.dependabot.com/Use @wordpress/stylelint-config in @wordpress/scripts WordPress/gutenberg#27810].
  • The bundled puppeteer-core (3.0.0) dependency has been upgraded to version 5.5.0. Puppeteer uses Chromium v88 instead of Chromium v71. See the full list of breaking changes of 4.0.0 and 5.0.0.

Enhancements

  • wordpress subfolder is no longer ignored when detecting files for testing, linting or formatting.
  • The bundled eslint dependency has been updated from requiring ^7.1.0 to requiring ^7.17.0 (#27965).
  • Make it possible to transpile .jsx files with build and start commands (#28002).
  • Add support for static assets (fonts and images) for build and start commands (#28043).

Bug Fix

  • Ensure that check-engines uses the same default version of Node.js and npm as this package (#28143).
  • Prevent translation function names from being mangled to ensure stings are extracted (#28231).

Internal

  • The bundled webpack-bundle-analyzer dependency has been updated from requiring ^3.6.1 to requiring ^4.2.0.

12.6.1 (2021-01-05)

Bug Fix

  • Fix multiple build (build command) runtimes conflicting when using globals (#27985).

12.6.0 (2020-12-17)

Enhancements

Internal

  • The bundled ignore-emit-webpack-plugin dependency has been updated from requiring 2.0.3 to requiring ^2.0.6.

12.5.0 (2020-10-30)

... (truncated)

Commits
  • afbb28d chore(release): publish
  • c79ef3a chore(release): publish
  • fcd0ab3 Merge changes published in the Gutenberg plugin "release/9.9" branch
  • 63f8f83 chore(release): publish
  • b1acb2e chore(release): publish
  • bf838b5 Update changelog files
  • 3b6fd5a Merge changes published in the Gutenberg plugin "release/9.8" branch
  • defb705 chore(release): publish
  • ef16ad4 Update changelog files
  • 88f3b9a Merge changes published in the Gutenberg plugin "release/9.7" branch
  • Additional commits viewable in compare view

Dependabot compatibility score

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 will not automatically merge this PR because it includes an out-of-range update to a development dependency.


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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 8, 2021
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/wordpress/scripts-13.0.3 branch 2 times, most recently from df29bd6 to 170894e Compare February 19, 2021 09:20
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/wordpress/scripts-13.0.3 branch from 170894e to f6e112f Compare February 23, 2021 11:14
@dependabot-preview
Copy link
Contributor Author

Superseded by #215.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/wordpress/scripts-13.0.3 branch March 17, 2021 09:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants