MutualAidNYC / wp-theme

WordPress theme for Mutual Aid NYC, based on TwentyTwenty.
https://mutualaid.nyc
0 stars 1 forks source link

Bump @wordpress/scripts from 12.3.0 to 21.0.2 #190

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @wordpress/scripts from 12.3.0 to 21.0.2.

Release notes

Sourced from @​wordpress/scripts's releases.

12.6.0 RC1

Changelog

Enhancements

Block Library

  • New block: Add post author biography block. (38269)
  • New block: Add new Read More block (post link). (37649)
  • Transforms: Add transform between Tag Cloud and Categories. (38566)
  • Transforms: Add transform between Calendar and Archives. (38324)
  • Transforms: Add transform to row variation. (36202)
  • Code: Add core/paragraph in transforms object. (38295)
  • Heading: Omit anchor when transforming to paragraph. (38604)
  • Images: Try moving responsive rule to common.scss. (38399)
  • Navigation: Try removing "Add all pages" from placeholder. (36775)
  • Featured Image: Prompt to keep or replace Featured Image when replacing Image block media that is set as the Featured Image. (34666)
  • Quote: Remove the Large style option from the quote block. (37580)
  • Social Icons: Add the ability to show/hide labels. (38152)

Components

  • Dropdown: Tweak prop destructuring to be TypeScript friendly. (38431)
  • Tools Panel: Only show header ➕ icon when all items are optional. (38262)
  • Update the Spinner design. (37551)
  • Navigator: Add focus restoration. (38149)
  • Navigator: Rename push/pop to goTo/goBack. (38582)
  • Migrate Edit Navigation screen "Delete menu" button from confirm() …. (37492)

Post Editor

  • Export FlatTermSelector and HierarchicalTermSelector. (38419)
  • Migrate post privacy confirmation from confirm() to ConfirmDialog. (37602)
  • Most Used Terms: Update show terms condition. (38513)

Block Editor

  • [Inserter]: Prioritize core blocks over core block variations when they have the same rank. (38616)

Design Tools

  • Block Support: Update color panel default controls. (38511)
  • Duotone: Allow users to specify custom filters. (38442)

Site Editor

  • Update footer breadcrumb text. (38477)

Developer Experience

  • Plugins: Add error boundary. (38397)
  • Adding the "env" script when --wp-env or wpEnv is present. (38530)

Widgets Editor

  • Add tools slot on the navigation and widgets page settings menu. (37928)

... (truncated)

Changelog

Sourced from @​wordpress/scripts's changelog.

21.0.2 (2022-02-15)

  • Entry points are not detected in Windows OS (#38781).

21.0.1 (2022-02-11)

Bug Fix

  • Return a default entry object in the build command when no entry files discovered in the project (#38737).

21.0.0 (2022-02-10)

Breaking Changes

  • The bundled puppeteer-core dependency has been updated from requiring ^11.0.0 to requiring ^13.2.0 (#37078).

Bug Fix

  • Fix the handling for entry points when running build command (#38584).

20.0.2 (2022-01-31)

Bug Fix

  • Fix the build command that does not generate assets on Windows OS (#38348).
  • Adds fallback to src/index.js when no valid scripts discovered in metadata files when running the build command (#38367).

20.0.1 (2022-01-28)

Bug Fix

  • Ensure that React Fast Refresh is not wired when it isn't explicitly enabled with --hot CLI argument when running the start command.

20.0.0 (2022-01-27)

Breaking Changes

  • The bundled eslint dependency has been updated from requiring ^7.17.0 to requiring ^8.3.0 (#36283).
  • The puppeteer-core dependency has been updated from requiring ^10.1.0 to requiring ^11.0.0 (see Breaking Changes, #36040).
  • Removed support for live reload in the start command (#28273).
  • The bundled webpack-cli dependency has been updated to the next major version ^4.9.1 (#28273).
  • The peer jest dependency has been updated from requiring >=26 to requiring >=27 (see Breaking Changes, #33287).
  • The bundled jest-dev-server dependency has been updated to the next major version ^6.0.0 (#33287).
  • The bundled stylelint dependency has been updated from requiring ^13.8.0 to requiring ^14.2.0 (#38091).

New Features

  • Added a new plugin-zip command to create a zip file for a WordPress plugin (#37687).
  • Added optional support for React Fast Refresh in the start command. It can be activated with --hot CLI argument (#28273). For now, it requires that WordPress has the SCRIPT_DEBUG flag enabled and the Gutenberg plugin installed.
  • Automatically copy block.json files located in the src folder and its subfolders to the output folder (build by default) (#37612).

... (truncated)

Commits
  • 8186a98 chore(release): publish
  • aa6b58b Scripts: Fix Entry points are not detected in Windows OS (#38781)
  • c504669 chore(release): publish
  • 8078706 Update changelog files
  • 2e8ec0c Scripts: Remove the entry from the CHANGELOG that is not yet in the branch
  • 0b11e20 Scripts: Do not exit build when no entry found in src directory (#38737)
  • 2e49228 chore(release): publish
  • 99da143 Update changelog files
  • 8ae7eb7 Merge changes published in the Gutenberg plugin "release/12.6" branch
  • 18622e5 chore(release): publish
  • 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 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[bot] commented 2 years ago

Superseded by #192.