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

[SITE-2845] Release 1.4.5 #487

Open
wants to merge 25 commits into
base: release
Choose a base branch
from
Open

[SITE-2845] Release 1.4.5 #487

wants to merge 25 commits into from

Conversation

pwtyler
Copy link
Member

@pwtyler pwtyler commented Jan 16, 2025

Lots of changes in here, but minimal actual release work. Most of the commits are CI or dev deps.

#473 (3a9a6e7) is the only customer-facing code change. This also bumps "Tested up to" for the wordpress.org plugin dashboard.

https://getpantheon.atlassian.net/browse/SITE-2845

Copy link

Composer Changes
Dev Packages Operation Base Target
automattic/vipwpcs Upgraded 3.0.0 3.0.1
behat/behat Upgraded v3.13.0 v3.15.0
behat/gherkin Upgraded v4.9.0 v4.10.0
myclabs/deep-copy Upgraded 1.11.1 1.12.1
nikic/php-parser Upgraded v4.17.1 v5.4.0
pantheon-systems/pantheon-wp-coding-standards Upgraded 2.0.0 2.0.3
pantheon-systems/wpunit-helpers Upgraded v1.0.1 v2.0.2
phar-io/manifest Upgraded 2.0.3 2.0.4
phpcompatibility/phpcompatibility-paragonie Upgraded 1.3.2 1.3.3
phpcompatibility/phpcompatibility-wp Upgraded 2.1.4 2.1.5
phpcsstandards/phpcsextra Upgraded 1.1.2 1.2.1
phpcsstandards/phpcsutils Upgraded 1.0.8 1.0.12
phpstan/phpdoc-parser Upgraded 1.24.2 1.33.0
phpunit/php-code-coverage Upgraded 9.2.29 9.2.32
phpunit/phpunit Upgraded 9.6.13 9.6.22
sebastian/cli-parser Upgraded 1.0.1 1.0.2
sebastian/complexity Upgraded 2.0.2 2.0.3
sebastian/diff Upgraded 4.0.5 4.0.6
sebastian/exporter Upgraded 4.0.5 4.0.6
sebastian/global-state Upgraded 5.0.6 5.0.7
sebastian/lines-of-code Upgraded 1.0.3 1.0.4
sebastian/resource-operations Upgraded 3.0.3 3.0.4
sirbrillig/phpcs-variable-analysis Upgraded v2.11.17 v2.11.19
slevomat/coding-standard Upgraded 8.14.1 8.15.0
squizlabs/php_codesniffer Upgraded 3.7.2 3.10.1
symfony/console Upgraded v5.4.28 v5.4.45
symfony/deprecation-contracts Downgraded v3.3.0 v2.5.3
symfony/event-dispatcher Upgraded v5.4.26 v5.4.45
symfony/event-dispatcher-contracts Downgraded v3.3.0 v2.5.3
symfony/filesystem Upgraded v5.4.25 v5.4.45
symfony/polyfill-ctype Upgraded v1.28.0 v1.31.0
symfony/polyfill-intl-grapheme Upgraded v1.28.0 v1.31.0
symfony/polyfill-intl-normalizer Upgraded v1.28.0 v1.31.0
symfony/polyfill-mbstring Upgraded v1.28.0 v1.31.0
symfony/polyfill-php73 Upgraded v1.28.0 v1.31.0
symfony/polyfill-php80 Upgraded v1.28.0 v1.31.0
symfony/polyfill-php81 Upgraded v1.28.0 v1.31.0
symfony/service-contracts Upgraded v2.5.2 v2.5.3
symfony/string Downgraded v6.3.5 v5.4.45
symfony/translation-contracts Upgraded v2.5.2 v2.5.3
symfony/yaml Downgraded v6.3.3 v5.4.45
theseer/tokenizer Upgraded 1.2.1 1.2.3
wp-coding-standards/wpcs Upgraded 3.0.1 3.1.0
yoast/phpunit-polyfills Upgraded 1.1.0 3.1.1

jazzsequence and others added 24 commits January 16, 2025 16:46
Default was left behind from a previous implementation.
Bumps [yoast/phpunit-polyfills](https://github.com/Yoast/PHPUnit-Polyfills) from 1.1.0 to 2.0.0.
- [Release notes](https://github.com/Yoast/PHPUnit-Polyfills/releases)
- [Changelog](https://github.com/Yoast/PHPUnit-Polyfills/blob/2.x/CHANGELOG.md)
- [Commits](Yoast/PHPUnit-Polyfills@1.1.0...2.0.0)

---
updated-dependencies:
- dependency-name: yoast/phpunit-polyfills
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump pantheon-systems/wpunit-helpers from 1.0.1 to 2.0.0

Bumps [pantheon-systems/wpunit-helpers](https://github.com/pantheon-systems/wpunit-helpers) from 1.0.1 to 2.0.0.
- [Release notes](https://github.com/pantheon-systems/wpunit-helpers/releases)
- [Commits](pantheon-systems/wpunit-helpers@v1.0.1...v2.0.0)

---
updated-dependencies:
- dependency-name: pantheon-systems/wpunit-helpers
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Tests require WP-CLI

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Phil Tyler <[email protected]>
Bumps [yoast/phpunit-polyfills](https://github.com/Yoast/PHPUnit-Polyfills) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/Yoast/PHPUnit-Polyfills/releases)
- [Changelog](https://github.com/Yoast/PHPUnit-Polyfills/blob/2.x/CHANGELOG.md)
- [Commits](Yoast/PHPUnit-Polyfills@2.0.0...2.0.1)

---
updated-dependencies:
- dependency-name: yoast/phpunit-polyfills
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#460)

* Bump pantheon-systems/pantheon-wp-coding-standards from 2.0.1 to 2.0.3

Bumps [pantheon-systems/pantheon-wp-coding-standards](https://github.com/pantheon-systems/Pantheon-WP-Coding-Standards) from 2.0.1 to 2.0.3.
- [Release notes](https://github.com/pantheon-systems/Pantheon-WP-Coding-Standards/releases)
- [Commits](pantheon-systems/Pantheon-WP-Coding-Standards@2.0.1...2.0.3)

---
updated-dependencies:
- dependency-name: pantheon-systems/pantheon-wp-coding-standards
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* parentheses around different binary boolean

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Reynolds <[email protected]>
Bumps [behat/behat](https://github.com/Behat/Behat) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/Behat/Behat/releases)
- [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md)
- [Commits](Behat/Behat@v3.14.0...v3.15.0)

---
updated-dependencies:
- dependency-name: behat/behat
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pantheon-systems/wpunit-helpers](https://github.com/pantheon-systems/wpunit-helpers) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/pantheon-systems/wpunit-helpers/releases)
- [Commits](pantheon-systems/wpunit-helpers@v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: pantheon-systems/wpunit-helpers
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Reynolds <[email protected]>
---------

Co-authored-by: EarthlingDavey <[email protected]>
Co-authored-by: Chris Reynolds <[email protected]>
Bumps [yoast/phpunit-polyfills](https://github.com/Yoast/PHPUnit-Polyfills) from 2.0.1 to 3.0.0.
- [Release notes](https://github.com/Yoast/PHPUnit-Polyfills/releases)
- [Changelog](https://github.com/Yoast/PHPUnit-Polyfills/blob/3.x/CHANGELOG.md)
- [Commits](Yoast/PHPUnit-Polyfills@2.0.1...3.0.0)

---
updated-dependencies:
- dependency-name: yoast/phpunit-polyfills
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Reynolds <[email protected]>
* Add build-tag-release CI
* Dependabot actions
* Ignore bin/helpers.sh
Bumps [10up/action-wordpress-plugin-deploy](https://github.com/10up/action-wordpress-plugin-deploy) from 2.1.1 to 2.2.2.
- [Release notes](https://github.com/10up/action-wordpress-plugin-deploy/releases)
- [Changelog](https://github.com/10up/action-wordpress-plugin-deploy/blob/develop/CHANGELOG.md)
- [Commits](10up/action-wordpress-plugin-deploy@2.1.1...2.2.2)

---
updated-dependencies:
- dependency-name: 10up/action-wordpress-plugin-deploy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pantheon-systems/action-wporg-validator](https://github.com/pantheon-systems/action-wporg-validator) from 1.0.0 to 1.1.5.
- [Release notes](https://github.com/pantheon-systems/action-wporg-validator/releases)
- [Commits](pantheon-systems/action-wporg-validator@1.0.0...v1.1.5)

---
updated-dependencies:
- dependency-name: pantheon-systems/action-wporg-validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pantheon-systems/wpunit-helpers](https://github.com/pantheon-systems/wpunit-helpers) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/pantheon-systems/wpunit-helpers/releases)
- [Commits](pantheon-systems/wpunit-helpers@v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: pantheon-systems/wpunit-helpers
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Reynolds <[email protected]>
Bumps [yoast/phpunit-polyfills](https://github.com/Yoast/PHPUnit-Polyfills) from 3.0.0 to 3.1.1.
- [Release notes](https://github.com/Yoast/PHPUnit-Polyfills/releases)
- [Changelog](https://github.com/Yoast/PHPUnit-Polyfills/blob/3.x/CHANGELOG.md)
- [Commits](Yoast/PHPUnit-Polyfills@3.0.0...3.1.1)

---
updated-dependencies:
- dependency-name: yoast/phpunit-polyfills
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@pwtyler pwtyler force-pushed the release_1.4.5 branch 3 times, most recently from 74784e2 to 0961b6c Compare January 17, 2025 02:49
@pwtyler pwtyler changed the base branch from release to master January 17, 2025 03:01
@pwtyler pwtyler changed the base branch from master to release January 17, 2025 03:01
@pwtyler pwtyler marked this pull request as ready for review January 17, 2025 03:29
@pwtyler pwtyler requested review from a team as code owners January 17, 2025 03:29
@pwtyler pwtyler changed the title Release 1.4.5 [SITE-2845] Release 1.4.5 Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants