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

chore(deps): bump simple-git and @wordpress/env in /tests/pw #2038

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 5, 2023

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

Updates simple-git from 2.48.0 to 3.20.0

Release notes

Sourced from simple-git's releases.

[email protected]

Minor Changes

  • 2eda817: Use pathspec in git.log to allow use of previously deleted files in file argument

[email protected]

Patch Changes

  • 2ab1936: keep path splitter without path specs

[email protected]

Minor Changes

  • f702b61: Create a utility to append pathspec / file lists to tasks through the TaskOptions array/object

[email protected]

Minor Changes

  • 5100f04: Add new interface for showBuffer to allow using git show on binary files.

Patch Changes

  • f54cd0d: Examples and documentation for outputHandler

[email protected]

Minor Changes

  • a63cfc2: Timeout plugin can now be configured to ignore data on either stdOut or stdErr in the git process when determining whether to kill the spawned process.

[email protected]

Patch Changes

  • 066b228: Fix overly permissive regex in push parser

[email protected]

Minor Changes

  • 97fde2c: Support the use of -B in place of the default -b in checkout methods
  • 0a623e5: Adds vulnerability detection to prevent use of --upload-pack and --receive-pack without explicitly opting in.

Patch Changes

  • ec97a39: Include restricting the use of git push --exec with other allowUnsafePack exclusions, thanks to @​stsewd for the suggestion.

[email protected]

Patch Changes

  • de570ac: Resolves an issue whereby non-strings can be passed into the config switch detector.

[email protected]

... (truncated)

Changelog

Sourced from simple-git's changelog.

3.20.0

Minor Changes

  • 2eda817: Use pathspec in git.log to allow use of previously deleted files in file argument

3.19.1

Patch Changes

  • 2ab1936: keep path splitter without path specs

3.19.0

Minor Changes

  • f702b61: Create a utility to append pathspec / file lists to tasks through the TaskOptions array/object

3.18.0

Minor Changes

  • 5100f04: Add new interface for showBuffer to allow using git show on binary files.

Patch Changes

  • f54cd0d: Examples and documentation for outputHandler

3.17.0

Minor Changes

  • a63cfc2: Timeout plugin can now be configured to ignore data on either stdOut or stdErr in the git process when determining whether to kill the spawned process.

3.16.1

Patch Changes

  • 066b228: Fix overly permissive regex in push parser

3.16.0

Minor Changes

  • 97fde2c: Support the use of -B in place of the default -b in checkout methods
  • 0a623e5: Adds vulnerability detection to prevent use of --upload-pack and --receive-pack without explicitly opting in.

Patch Changes

  • ec97a39: Include restricting the use of git push --exec with other allowUnsafePack exclusions, thanks to @​stsewd for the suggestion.

... (truncated)

Commits
  • 5db466d Version Packages
  • ebbfe8e Fix test, update matrix to include node@20
  • 2eda817 Use pathspec in git.log task to allow for the use of previously deleted f...
  • 19bb117 Consistent casing - API, Git and git
  • 400b894 Upgrade repo dependencies (#940)
  • 53e2f7c Version Packages
  • fea8551 Lint
  • 516736f Reusable function to append suffix parameters
  • 2ab1936 fix: keep splitter if no path specs exist (#929)
  • 995837a Version Packages
  • Additional commits viewable in compare view

Updates @wordpress/env from 4.2.1 to 4.9.0

Changelog

Sourced from @​wordpress/env's changelog.

Unreleased

8.9.0 (2023-10-05)

8.8.0 (2023-09-20)

8.7.0 (2023-08-31)

8.6.0 (2023-08-16)

8.5.0 (2023-08-10)

8.4.0 (2023-07-20)

8.3.0 (2023-07-05)

8.2.0 (2023-06-23)

8.1.1 (2023-06-17)

Bug fix

  • Address issue where a missing file in the underlying Docker image caused wp-env to crash. #51513

8.1.0 (2023-06-07)

New feature

  • Execute the local package's wp-env instead of the globally installed version if one is available.

Bug fix

  • Run useradd with -l option to prevent excessive Docker image sizes.

8.0.0 (2023-05-24)

Breaking Change

  • Remove afterSetup option from .wp-env.json and the WP_ENV_AFTER_SETUP environment variable in favor of more granular lifecycle scripts.

New feature

  • Add afterStart, afterClean, and afterDestroy lifecycle scripts to a new lifecycleScripts key in .wp-env.json.
  • Add a series of WP_ENV_LIFECYCLE_SCRIPT_ environment variables for the various lifecycle scripts.
  • Rework run command to resolve bugs with non-quoted commands. As a consequence it is no longer possible to pass your entire command to wp-env wrapped in double-quotes. While npx wp-env run cli wp help will still work, npx wp-env run cli "wp help" will not. If you are currently escaping any quotes you will need to review those commands and ensure they are compatible with this update.

Enhancement

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    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.20.0 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.48.0 to 3.20.0
- [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.2.1 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:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 5, 2023
@nurul-umbhiya nurul-umbhiya merged commit a6311c2 into develop Oct 5, 2023
1 of 2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tests/pw/simple-git-and-wordpress/env-3.20.0 branch October 5, 2023 08:47
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant