Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump simple-git and @wordpress/env #192

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2022

Bumps simple-git to 3.14.1 and updates ancestor dependency @wordpress/env. These dependencies need to be updated together.

Updates simple-git from 2.47.0 to 3.14.1

Release notes

Sourced from simple-git's releases.

[email protected]

Patch Changes

  • 5a2e7e4: Add version parsing support for non-numeric patches (including "built from source" style 1.11.GIT)

[email protected]

Minor Changes

  • 19029fc: Create the abort plugin to allow cancelling all pending and future tasks.
  • 4259b26: Add .version to return git version information, including whether the git binary is installed.

[email protected]

Minor Changes

  • 87b0d75: Increase the level of deprecation notices for use of simple-git/promise, which will be fully removed in the next major
  • d0dceda: Allow supplying just one of to/from in the options supplied to git.log

Patch Changes

  • 6b3e05c: Use shared test utilities bundle in simple-git tests, to enable consistent testing across packages in the future

[email protected]

Minor Changes

  • bfd652b: Add a new configuration option to enable trimming white-space from the response to git.raw

[email protected]

Minor Changes

  • 80d54bd: Added fields updated + deleted branch info to fetch response, closes #823

Patch Changes

  • 75dfcb4: Add prettier configuration and apply formatting throughout.

[email protected]

Minor Changes

  • 2f021e7: Support for importing as an ES module with TypeScript moduleResolution node16 or newer by adding simpleGit as a named export.

[email protected]

Minor Changes

  • a0d4eb8: Branches that have been checked out as a linked work tree will now be included in the BranchSummary output, with a linkedWorkTree property set to true in the BranchSummaryBranch.

[email protected]

Minor Changes

  • 25230cb: Support for additional log formats in diffSummary / log / stashList.

... (truncated)

Changelog

Sourced from simple-git's changelog.

3.14.1

Patch Changes

  • 5a2e7e4: Add version parsing support for non-numeric patches (including "built from source" style 1.11.GIT)

3.14.0

Minor Changes

  • 19029fc: Create the abort plugin to allow cancelling all pending and future tasks.
  • 4259b26: Add .version to return git version information, including whether the git binary is installed.

3.13.0

Minor Changes

  • 87b0d75: Increase the level of deprecation notices for use of simple-git/promise, which will be fully removed in the next major
  • d0dceda: Allow supplying just one of to/from in the options supplied to git.log

Patch Changes

  • 6b3e05c: Use shared test utilities bundle in simple-git tests, to enable consistent testing across packages in the future

3.12.0

Minor Changes

  • bfd652b: Add a new configuration option to enable trimming white-space from the response to git.raw

3.11.0

Minor Changes

  • 80d54bd: Added fields updated + deleted branch info to fetch response, closes #823

Patch Changes

  • 75dfcb4: Add prettier configuration and apply formatting throughout.

3.10.0

Minor Changes

  • 2f021e7: Support for importing as an ES module with TypeScript moduleResolution node16 or newer by adding simpleGit as a named export.

3.9.0

Minor Changes

... (truncated)

Commits
  • e459622 Version Packages
  • 5a2e7e4 Add version parsing support for non-numeric patches (to include built… (#853)
  • 6460a1f Version Packages
  • 4259b26 Create interface for retrieving git version information (#850)
  • 19029fc Abort plugin (#848)
  • ee801ae Version Packages
  • d0dceda Allow using just one of from and to in the git.log options. (#846)
  • 6b3e05c Share test utilities (#843)
  • 670d854 Remove /promise type definitions, allow JavaScript to `require('simple-git/...
  • bf97246 Revert "Remove ability to import /promise types and throw when required."
  • Additional commits viewable in compare view

Updates @wordpress/env from 4.1.3 to 4.9.0

Changelog

Sourced from @​wordpress/env's changelog.

Unreleased

5.3.0 (2022-09-21)

5.2.0 (2022-08-16)

Enhancement

  • Query parameters can now be used in .zip source URLs.

5.1.1 (2022-08-16)

Bug Fix

  • Fix a crash when "core" was set to null in a .wp-env.json file. We now use the latest stable WordPress version in that case. This also restores the previous behavior of "core": null in .wp-env.override.json, which was to use the latest stable WordPress version.

5.1.0 (2022-08-10)

Enhancement

  • Previously, wp-env used the WordPress version provided by Docker in the WordPress image for installations which don't specify a WordPress version. Now, wp-env will find the latest stable version on WordPress.org and check out the https://github.com/WordPress/WordPress repository at the tag matching that version. In most cases, this will match what Docker provides. The benefit is that wp-env (and WordPress.org) now controls the default WordPress version rather than Docker.

Bug Fix

  • Downloading a default WordPress version also resolves a bug where the wrong WordPress test files were used if no core source was specified in wp-env.json. The current trunk test files were downloaded rather than the stable version. Now, the test files will match the default stable version.

5.0.0 (2022-07-27)

Breaking Changes

  • Removed the WP_PHPUNIT__TESTS_CONFIG environment variable from the phpunit container. This removes automatic support for the wp-phpunit/wp-phpunit Composer package. To continue using the package, set the following two environment variables in your phpunit.xml file or similar: WP_TESTS_DIR="" and WP_PHPUNIT__TESTS_CONFIG="/wordpress-phpunit/wp-tests-config.php".
  • Removed the generated /var/www/html/phpunit-wp-config.php file from the environment.

Enhancement

  • Read WordPress' version and include the corresponding PHPUnit test files in the environment.
  • Set the WP_TESTS_DIR environment variable in all containers to point at the PHPUnit test files.

Bug Fix

  • Restrict WP_TESTS_DOMAIN constant to just hostname rather than an entire URL (e.g. it now excludes scheme, port, etc.) (#41039).

4.8.0 (2022-06-01)

Enhancement

  • Removed the need for quotation marks when passing options to wp-env run.
  • Setting a config key to null will prevent adding the constant to wp-config.php even if a default value is defined by wp-env.

4.7.0 (2022-05-18)

Enhancement

  • Added SSH protocol support for git sources

4.2.0 (2022-01-27)

... (truncated)

Commits
  • 48d5f37 chore(release): publish
  • e829160 Merge changes published in the Gutenberg plugin "release/13.5" branch
  • a3e0b62 chore(release): publish
  • 6b12253 Update changelog files
  • a7415a8 Merge changes published in the Gutenberg plugin "release/13.4" branch
  • 198fa12 chore(release): publish
  • 2ca3bcb Update changelog files
  • a5f2846 Merge changes published in the Gutenberg plugin "release/13.3" branch
  • 1ba5231 chore(release): publish
  • 9ad1f9d Merge changes published in the Gutenberg plugin "release/13.1" branch
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by gutenbergplugin, a new releaser for @​wordpress/env 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 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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) to 3.14.1 and updates ancestor dependency [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env). These dependencies need to be updated together.


Updates `simple-git` from 2.47.0 to 3.14.1
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/[email protected]/simple-git)

Updates `@wordpress/env` from 4.1.3 to 4.9.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/env/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/env)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-type: indirect
- dependency-name: "@wordpress/env"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added javascript Pull requests that update Javascript code type:dependency An issue with a separate library that this project relies upon. labels Sep 29, 2022
@jeffpaul jeffpaul added this to the 1.3.0 milestone Oct 4, 2022
@jeffpaul jeffpaul requested a review from iamdharmesh October 4, 2022 16:48
Copy link
Member

@iamdharmesh iamdharmesh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems E2E tests are failing because of repo secrets are not available in GH action for PR created by bots. E2E tests working fine in local env.

@iamdharmesh iamdharmesh merged commit 6f9c1af into develop Oct 7, 2022
@iamdharmesh iamdharmesh deleted the dependabot/npm_and_yarn/simple-git-and-wordpress/env-3.14.1 branch October 7, 2022 12:17
@iamdharmesh iamdharmesh modified the milestones: 1.3.0, 1.2.1 Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code type:dependency An issue with a separate library that this project relies upon.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants