meeting-calendar
meeting-calendar copied to clipboard
Bump simple-git and @wordpress/env
Bumps simple-git to 3.18.0 and updates ancestor dependency @wordpress/env. These dependencies need to be updated together.
Updates simple-git
from 2.38.0 to 3.18.0
Release notes
Sourced from simple-git's releases.
[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]
Minor Changes
- 7746480: Disables the use of inline configuration arguments to prevent unitentionally allowing non-standard remote protocols without explicitly opting in to this practice with the new
allowUnsafeProtocolOverride
property having been enabled.Patch Changes
- 7746480: - Upgrade repo dependencies - lerna and jest
- Include node@19 in the test matrix
[email protected]
Patch Changes
- 5a2e7e4: Add version parsing support for non-numeric patches (including "built from source" style
1.11.GIT
)[email protected]
... (truncated)
Changelog
Sourced from simple-git's changelog.
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.3.15.1
Patch Changes
- de570ac: Resolves an issue whereby non-strings can be passed into the config switch detector.
3.15.0
Minor Changes
- 7746480: Disables the use of inline configuration arguments to prevent unitentionally allowing non-standard remote protocols without explicitly opting in to this practice with the new
allowUnsafeProtocolOverride
property having been enabled.Patch Changes
- 7746480: - Upgrade repo dependencies - lerna and jest
- Include node@19 in the test matrix
... (truncated)
Commits
a52466d
Version Packages (#917)155c78d
Add new interfacegit.showBuffer
to allow usinggit.show
with binary file...4f7d401
Add example documentation for the output handlera3a94e7
(chore) Update optional argument syntax throughout readmea86dc31
syntax correction6752835
Version Packages (#903)a63cfc2
Fix/timeout progress combo (#900)3a0ac21
Version Packages9971b23
Update push.spec.tsd5c11b5
Fix regex in parse-push.ts- Additional commits viewable in compare view
Updates @wordpress/env
from 4.0.3 to 4.9.0
Changelog
Sourced from @wordpress/env
's changelog.
Unreleased
6.0.0 (2023-04-26)
Breaking Change
- Use test environment's
WP_SITEURL
instead ofWP_TESTS_DOMAIN
as the WordPress URL.- Automatically add the environment's port to
WP_TESTS_DOMAIN
.run
command now has a--env-cwd
option to set the working directory in the container for the command to execute from.5.16.0 (2023-04-12)
5.15.0 (2023-03-29)
5.14.0 (2023-03-15)
5.13.0 (2023-03-01)
5.12.0 (2023-02-15)
5.11.0 (2023-02-01)
Bug fix
- PHP 7.3 and 7.4 must use PHPUnit 9.
Enhancement
- It's now possible to run PHPUnit tests on PHP 8.1 and 8.2.
5.10.0 (2023-01-11)
5.9.0 (2023-01-02)
5.8.0 (2022-12-14)
5.7.0 (2022-11-16)
5.6.0 (2022-11-02)
5.5.0 (2022-10-19)
5.4.0 (2022-10-05)
5.3.0 (2022-09-21)
5.2.0 (2022-08-16)
... (truncated)
Commits
48d5f37
chore(release): publishe829160
Merge changes published in the Gutenberg plugin "release/13.5" brancha3e0b62
chore(release): publish6b12253
Update changelog filesa7415a8
Merge changes published in the Gutenberg plugin "release/13.4" branch198fa12
chore(release): publish2ca3bcb
Update changelog filesa5f2846
Merge changes published in the Gutenberg plugin "release/13.3" branch1ba5231
chore(release): publish9ad1f9d
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) You can disable automated security fix PRs for this repo from the Security Alerts page.