nielslange / smntcs-retro

📟 SMNTCS Retro is a minimalistic theme for the average nerd.
https://wordpress.org/themes/smntcs-retro/
GNU General Public License v3.0
19 stars 4 forks source link

Bump @wordpress/env from 2.1.0 to 4.0.0 #210

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps @wordpress/env from 2.1.0 to 4.0.0.

Changelog

Sourced from @wordpress/env's changelog.

4.0.0 (2021-03-17)

Breaking Change

  • Migrate from nodegit to simple-git. This change now requires you to have a git binary installed locally to utilize the git sources feature of wp-env.json.

Bug Fixes

  • "mappings" sources are now downloaded if they contain non-local sources.

3.0.0 (2020-12-17)

Breaking Changes

  • wp-env start is now the only command which writes to the docker configuration files. Previously, running any command would also parse the config and then write it to the correct location. Now, other commands still parse the config, but they will not overwrite the confugiration which was set by wp-env start. This allows parameters to be passed to wp-env start which can affect the configuration.

Enhancement

  • Update nodegit dependency to 0.27.0, the earlier version does not have pre-built binaries for Node 14.15.0 LTS. Upgrading provides support without requiring building nodegit locally.
  • Allow WP_HOME wp-config value to be set to a custom port other than the default for the docker instance.
  • Append the instance URL to output of wp-env start.

New feature

  • Add support for setting the PHP version used for the WordPress instance. For example, test PHP 8 with "phpVersion": 8.0 in wp-env.json.
  • Add Xdebug 3 to the development environment. You can enable Xdebug with wp-env start --xdebug (for debug mode) or wp-env start --xdebug=develop,coverage for custom modes.

Bug Fixes

  • ZIP-based plugin sources are now downloaded to a directory using the basename of the URL instead of the full URL path. This prevents HTML encoded characters in the URL (like "/") from being improperly encoded into the filesystem. This fixes the issue where many .zip sources broke because files with these badly formatted characters were not loaded as assets.

2.0.0 (2020-09-03)

Breaking Changes

  • The config and mappings options in .wp-env.json are now merged with any overrides instead of being overwritten.
  • The first listed theme is no longer activated when running wp-env start, since this overwrote whatever theme the user manually activated.
  • wp-env start no longer stops the WordPress instance if it was already started unless it needs to configure WordPress.
  • wp-env start no longer updates remote sources after first install if the configuration is the same. Use wp-env start --update to update sources.

New Feature

  • You may now specify specific configuration for different environments using env.tests or env.development in .wp-env.json.
  • wp-env start is significantly faster after first install.

1.6.0-rc.0 (2020-06-24)

Bug Fixes

  • wp-env destroy now removes dangling docker volumes and networks associated with the WordPress environment.

... (truncated)

Commits
  • 054f7d7 chore(release): publish
  • 01865fa Update changelog files
  • 5708817 Merge changes published in the Gutenberg plugin "release/10.2" branch
  • c79ef3a chore(release): publish
  • fcd0ab3 Merge changes published in the Gutenberg plugin "release/9.9" branch
  • b1acb2e chore(release): publish
  • 3b6fd5a Merge changes published in the Gutenberg plugin "release/9.8" branch
  • f8ba578 chore(release): publish
  • 6fe224a Update changelog files
  • b55817f Merge changes published in the Gutenberg plugin "release/9.6" 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](https://app.dependabot.com): - 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[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.