Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 30, 2020

Bumps @wordpress/scripts from 8.0.1 to 9.0.0.

Changelog

Sourced from @wordpress/scripts's changelog.

9.0.0 (2020-04-30)

Breaking Changes

  • The bundled puppeteer (^2.0.0) dependency has been replaced with puppeteer-core in version 3.0.0. Puppeteer uses Chromium v81 instead of Chromium v79. See the full list of changes. It also allowed preventing Chromium installation together with @wordpress/scripts. It happens now on-demand when running test-e2e script, and it re-triggers only when a new version is required.

New Features

  • Add support for passing node CLI options to scripts (#21631).
  • Add debugging support for test-unit-js script (#21631). Tests can be debugged by any inspector client that supports the Chrome DevTools Protocol using the --inspect-brk option.
  • Add debugging support for test-e2e script (#21861). Tests can be debugged by using the --inspect-brk option and a new --puppeteer-devtools option (or PUPPETEER_DEVTOOLS="true" environment variable).

Bug fix

  • The bundled npm-package-json-lint dependency has been updated from requiring ^4.0.3 to requiring ^5.0.0 (#21597). Breaking changes don't break anything in this package. It fixes the abrupt shutdown when "description" field in package.json is empty.
  • Update check-licenses script to parse JSON dependency tree recursively so sub-dependencies of packages passed in --ignore flag are ignored as well.

8.0.0 (2020-04-15)

Breaking Changes

  • The bundled jest dependency has been updated from requiring ^24.9.0 to requiring ^25.3.0 (see Breaking Changes, #20766).

Enhancements

  • The bundled eslint dependency has been updated from requiring ^6.1.0 to requiring ^6.8.0 (#21424).

7.2.0 (2020-04-01)

Enhancements

  • Incompatibility between @svgr/webpack in version 4.3.3 and url-loader in version 3.0.0 was fixed by bumping @svgr/webpack to ^5.2.0.
  • All webpack dependencies got minor version update if applicable.

Internal

  • Package depends now on the shared Prettier config exposed in @wordpress/prettier-config dependency (#20026).

7.1.2 (2020-02-25)

Bug Fixes

  • Ensure packages-update work when dependencies or devDependencies are missing in the package.json file (#20408).

7.1.0 (2020-02-10)

Bug Fixes

  • Ensure the default Prettier config is used in the lint-js script when no Prettier config is found in the project (#20071).
... (truncated)
Commits
  • 0bd9521 chore(release): publish
  • 2f77aac Update changelog files
  • b3497b7 Merge changes published in the Gutenberg plugin "release/8.0" branch
  • See full diff 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 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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 30, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/wordpress/scripts-9.0.0 branch from 768b7cc to 664eb4d Compare May 4, 2020 05:24
@westonruter westonruter merged commit 9d62e81 into master May 4, 2020
@westonruter westonruter deleted the dependabot/npm_and_yarn/wordpress/scripts-9.0.0 branch May 4, 2020 05:28
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.

2 participants