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

GitHub Actions(deps): Bump actions/upload-artifact from 1 to 3 #72

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2023

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps actions/upload-artifact from 1 to 3.

Release notes

Sourced from actions/upload-artifact's releases.

v3.0.0

What's Changed

  • Update default runtime to node16 (#293)
  • Update package-lock.json file version to 2 (#302)

Breaking Changes

With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.

v2.3.1

Fix for empty fails on Windows failing on upload #281

v2.3.0 Upload Artifact

  • Optimizations for faster uploads of larger files that are already compressed
  • Significantly improved logging when there are chunked uploads
  • Clarifications in logs around the upload size and prohibited characters that aren't allowed in the artifact name or any uploaded files
  • Various other small bugfixes & optimizations

v2.2.4

  • Retry on HTTP 500 responses from the service

v2.2.3

  • Fixes for proxy related issues

v2.2.2

  • Improved retryability and error handling

v2.2.1

  • Update used actions/core package to the latest version

v2.2.0

  • Support for artifact retention

v2.1.4

  • Add Third Party License Information

v2.1.3

  • Use updated version of the @action/artifact NPM package

v2.1.2

  • Increase upload chunk size from 4MB to 8MB
  • Detect case insensitive file uploads

v2.1.1

  • Fix for certain symlinks not correctly being identified as directories before starting uploads

v2.1.0

  • Support for uploading artifacts with multiple paths
  • Support for using exclude paths
  • Updates to dependencies

... (truncated)

Commits
  • 0b7f8ab ci(github): update action/download-artifact from v1 to v3 (#312)
  • 013d2b8 Create devcontainer for codespaces + update all dev dependencies (#375)
  • 055b8b3 Bump Actions NPM dependencies (#374)
  • 7a5d483 ci(github): update action/checkout from v2 to v3 (#315)
  • e0057a5 README: Bump actions/checkout to v3 (#352)
  • 7fe6c13 Update to latest actions/publish-action (#363)
  • 83fd05a Bump actions-core to v1.10.0 (#356)
  • 3cea537 Merge pull request #327 from actions/robherley/artifact-1.1.0
  • 849aa77 nvm use 12 & npm run release
  • 4d39869 recompile with correct ncc version
  • Additional commits viewable 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)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v1...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 6, 2023

The following labels could not be found: dependencies.

@circlecube circlecube merged commit 21f7aa8 into develop Apr 7, 2023
3 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/develop/actions/upload-artifact-3 branch April 7, 2023 20:48
circlecube added a commit that referenced this pull request May 17, 2023
* Update GitHub workflows (#32)

* Clear Cloudflare cache for plugin update API after deleting a release

* Add version check to release workflow

* Clear Cloudflare cache for plugin update API after a release is ready

* add the package version number to version checks

* sync workflow edits from bhp

* set composer config to php7

* npm updates for node 16

* fix yaml lint errors

* pass required router methods to marketplace component

* fix marketplace test and add deep link test

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Update marketplace styles (#34)

* Update marketplace styles

* horizontal tabpanel filter bar.

* 3 card wide layout.

* other style improvements.

* price pill borders update

add parallelogram shape to the price pill

* Add the SSO module to the HostGator plugin (#38)

* package updates (#42)

update to latest cypress, wp-env, react-router-dom, testing-library/cypress, cypress-axe
also migrate cypress config and tests for latest version

* Use wp-forge / wp-upgrade-handler package (#44)

Replace UpgradeHandler class with forge package that does the same thing.

Fixes issue #30

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* add newfold secure passwords module (#45)

* Add newfold-labs/wp-module-notifications (#46)

* Add newfold-labs/wp-module-notifications

Adding the notification module to the plugin (won't be used for now).

Fix #39

* Fix composer.json / .lock conflicts

* Add Notifications component to plugin's the React app

Reference:  #46 (comment)

* updates for hostgator

update window object and context
set up the missing vars that are being passed in: filter and hashedPath

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Add/spanish translations (#52)

* add translation files for es_MX

* force all Spanish languages to use plugin translations for MX

* use new wrapper method to clean up locale overrides

* lint fixes

* adding region links for MX CL and CO locales

* break out the locale_overrides static function for clarity

* swap out the bluehost wp-php-standards for newfold replacement

* update phpcs ruleset names

* Update to make sure PHPCS dependencies are properly installed

Co-authored-by: Micah Wood <micah@wpscholar.com>

* Update/cypress (#57)

* Release/1.2.5 (#54)

* Update GitHub workflows (#32)

* Clear Cloudflare cache for plugin update API after deleting a release

* Add version check to release workflow

* Clear Cloudflare cache for plugin update API after a release is ready

* add the package version number to version checks

* sync workflow edits from bhp

* set composer config to php7

* npm updates for node 16

* fix yaml lint errors

* pass required router methods to marketplace component

* fix marketplace test and add deep link test

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Update marketplace styles (#34)

* Update marketplace styles

* horizontal tabpanel filter bar.

* 3 card wide layout.

* other style improvements.

* price pill borders update

add parallelogram shape to the price pill

* Add the SSO module to the HostGator plugin (#38)

* package updates (#42)

update to latest cypress, wp-env, react-router-dom, testing-library/cypress, cypress-axe
also migrate cypress config and tests for latest version

* Use wp-forge / wp-upgrade-handler package (#44)

Replace UpgradeHandler class with forge package that does the same thing.

Fixes issue #30

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* add newfold secure passwords module (#45)

* Add newfold-labs/wp-module-notifications (#46)

* Add newfold-labs/wp-module-notifications

Adding the notification module to the plugin (won't be used for now).

Fix #39

* Fix composer.json / .lock conflicts

* Add Notifications component to plugin's the React app

Reference:  #46 (comment)

* updates for hostgator

update window object and context
set up the missing vars that are being passed in: filter and hashedPath

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Add/spanish translations (#52)

* add translation files for es_MX

* force all Spanish languages to use plugin translations for MX

* use new wrapper method to clean up locale overrides

* lint fixes

* adding region links for MX CL and CO locales

* break out the locale_overrides static function for clarity

* swap out the bluehost wp-php-standards for newfold replacement

* update phpcs ruleset names

* Update to make sure PHPCS dependencies are properly installed

Co-authored-by: Micah Wood <micah@wpscholar.com>

* version bump

* update package lock file

* i18n update to add a couple missing strings and translation for MX and BR

Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com>

* update cypress package and tests for compatability

* tweak tests

---------

Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com>

* module updates and specifically listing module versions where not (#58)

* module updates and specifically listing module versions where not

  - Upgrading newfold-labs/wp-module-data (2.2.3 => 2.2.5)
  - Upgrading newfold-labs/wp-module-marketplace (1.4.6 => 1.4.10)

* specify correct marketplace module version

* Premium plugins tab tests (#59)

* module updates and specifically listing module versions where not

  - Upgrading newfold-labs/wp-module-data (2.2.3 => 2.2.5)
  - Upgrading newfold-labs/wp-module-marketplace (1.4.6 => 1.4.10)

* Add Cypress tests file

* settings test tweaks

* use fixture for products

* update products fixture with small thumbs

* update cypress again to 12.5.1

---------

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Fix/premium plugin test (#60)

* module updates and specifically listing module versions where not

  - Upgrading newfold-labs/wp-module-data (2.2.3 => 2.2.5)
  - Upgrading newfold-labs/wp-module-marketplace (1.4.6 => 1.4.10)

* Add Cypress tests file

* settings test tweaks

* use fixture for products

* update products fixture with small thumbs

* update cypress again to 12.5.1

* update route to regex and expect secondary action since we have fixture in place

* try fetch polyfill

* try not using fixture

* add delay to ensure the page loads and container is placed

* remove fetch polyfill

---------

Co-authored-by: A. Alani <abdulrahmanalani95@gmail.com>

* Feature/add brand to container (#62)

* add brand and region values to container

* add install date to container

* update packages, remove unused and get latest and audit fix (#64)

* update packages, remove unused and get latest and audit fix

* update author

* use author url rather than email

* Update css color pallet (#63)

- Update css color props to match the Figma file style guide.
- Add style guide section to the repo's readme file.

Other UI improvements:

- Increase app body top spacing.
- Fix marketplace product price space when product is on sale.

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Add dependabot.yml file

* Update version check to skip if release is a pre-release. Resolves #12

* Update username in workflow

* GitHub Actions(deps): Bump actions/setup-node from 1 to 3 (#78)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v1...v3)

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

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

* GitHub Actions(deps): Bump peter-evans/repository-dispatch from 1 to 2 (#70)

Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 1 to 2.
- [Release notes](https://github.com/peter-evans/repository-dispatch/releases)
- [Commits](peter-evans/repository-dispatch@v1...v2)

---
updated-dependencies:
- dependency-name: peter-evans/repository-dispatch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* GitHub Actions(deps): Bump actions/upload-artifact from 1 to 3 (#72)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v1...v3)

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

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

* GitHub Actions(deps): Bump actions/cache from 2 to 3 (#73)

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v2...v3)

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

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

* GitHub Actions(deps): Bump actions/checkout from 2 to 3 (#75)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

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

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

* Delete deploy-github.yml workflow file

Legacy workflow that is not used.

* Composer(deps): Bump newfold-labs/wp-module-coming-soon

Bumps [newfold-labs/wp-module-coming-soon](https://github.com/newfold-labs/wp-module-coming-soon) from 1.1.0 to 1.1.3.
- [Release notes](https://github.com/newfold-labs/wp-module-coming-soon/releases)
- [Commits](newfold-labs/wp-module-coming-soon@1.1.0...1.1.3)

---
updated-dependencies:
- dependency-name: newfold-labs/wp-module-coming-soon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Composer(deps): Bump newfold-labs/wp-module-marketplace

Bumps [newfold-labs/wp-module-marketplace](https://github.com/newfold-labs/wp-module-marketplace) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/newfold-labs/wp-module-marketplace/releases)
- [Commits](newfold-labs/wp-module-marketplace@1.5.0...1.5.1)

---
updated-dependencies:
- dependency-name: newfold-labs/wp-module-marketplace
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Composer Dev(deps-dev): Bump wp-cli/i18n-command from 2.4.2 to 2.4.3

Bumps [wp-cli/i18n-command](https://github.com/wp-cli/i18n-command) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/wp-cli/i18n-command/releases)
- [Commits](wp-cli/i18n-command@v2.4.2...v2.4.3)

---
updated-dependencies:
- dependency-name: wp-cli/i18n-command
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Find a Domain link

* Composer(deps): Bump newfold-labs/wp-module-data from 2.3 to 2.3.4

Bumps [newfold-labs/wp-module-data](https://github.com/newfold-labs/wp-module-data) from 2.3 to 2.3.4.
- [Release notes](https://github.com/newfold-labs/wp-module-data/releases)
- [Commits](newfold-labs/wp-module-data@2.3...2.3.4)

---
updated-dependencies:
- dependency-name: newfold-labs/wp-module-data
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* composer package updates

* package updates

* version bump

* update package

* print a11y issues in test result log

* fix a11y issue for color contrast

* update a11y test commands to use new one which logs failures

* fix a11y fails

* fix indentation

* add cypress project id and matrix workflow

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com>
Co-authored-by: A. Alani <abdulrahmanalani95@gmail.com>
Co-authored-by: A. Alani <38976631+wpalani@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
circlecube added a commit that referenced this pull request Jun 14, 2023
* Update GitHub workflows (#32)

* Clear Cloudflare cache for plugin update API after deleting a release

* Add version check to release workflow

* Clear Cloudflare cache for plugin update API after a release is ready

* add the package version number to version checks

* sync workflow edits from bhp

* set composer config to php7

* npm updates for node 16

* fix yaml lint errors

* pass required router methods to marketplace component

* fix marketplace test and add deep link test

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Update marketplace styles (#34)

* Update marketplace styles

* horizontal tabpanel filter bar.

* 3 card wide layout.

* other style improvements.

* price pill borders update

add parallelogram shape to the price pill

* Add the SSO module to the HostGator plugin (#38)

* package updates (#42)

update to latest cypress, wp-env, react-router-dom, testing-library/cypress, cypress-axe
also migrate cypress config and tests for latest version

* Use wp-forge / wp-upgrade-handler package (#44)

Replace UpgradeHandler class with forge package that does the same thing.

Fixes issue #30

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* add newfold secure passwords module (#45)

* Add newfold-labs/wp-module-notifications (#46)

* Add newfold-labs/wp-module-notifications

Adding the notification module to the plugin (won't be used for now).

Fix #39

* Fix composer.json / .lock conflicts

* Add Notifications component to plugin's the React app

Reference:  #46 (comment)

* updates for hostgator

update window object and context
set up the missing vars that are being passed in: filter and hashedPath

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Add/spanish translations (#52)

* add translation files for es_MX

* force all Spanish languages to use plugin translations for MX

* use new wrapper method to clean up locale overrides

* lint fixes

* adding region links for MX CL and CO locales

* break out the locale_overrides static function for clarity

* swap out the bluehost wp-php-standards for newfold replacement

* update phpcs ruleset names

* Update to make sure PHPCS dependencies are properly installed

Co-authored-by: Micah Wood <micah@wpscholar.com>

* Update/cypress (#57)

* Release/1.2.5 (#54)

* Update GitHub workflows (#32)

* Clear Cloudflare cache for plugin update API after deleting a release

* Add version check to release workflow

* Clear Cloudflare cache for plugin update API after a release is ready

* add the package version number to version checks

* sync workflow edits from bhp

* set composer config to php7

* npm updates for node 16

* fix yaml lint errors

* pass required router methods to marketplace component

* fix marketplace test and add deep link test

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Update marketplace styles (#34)

* Update marketplace styles

* horizontal tabpanel filter bar.

* 3 card wide layout.

* other style improvements.

* price pill borders update

add parallelogram shape to the price pill

* Add the SSO module to the HostGator plugin (#38)

* package updates (#42)

update to latest cypress, wp-env, react-router-dom, testing-library/cypress, cypress-axe
also migrate cypress config and tests for latest version

* Use wp-forge / wp-upgrade-handler package (#44)

Replace UpgradeHandler class with forge package that does the same thing.

Fixes issue #30

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* add newfold secure passwords module (#45)

* Add newfold-labs/wp-module-notifications (#46)

* Add newfold-labs/wp-module-notifications

Adding the notification module to the plugin (won't be used for now).

Fix #39

* Fix composer.json / .lock conflicts

* Add Notifications component to plugin's the React app

Reference:  #46 (comment)

* updates for hostgator

update window object and context
set up the missing vars that are being passed in: filter and hashedPath

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Add/spanish translations (#52)

* add translation files for es_MX

* force all Spanish languages to use plugin translations for MX

* use new wrapper method to clean up locale overrides

* lint fixes

* adding region links for MX CL and CO locales

* break out the locale_overrides static function for clarity

* swap out the bluehost wp-php-standards for newfold replacement

* update phpcs ruleset names

* Update to make sure PHPCS dependencies are properly installed

Co-authored-by: Micah Wood <micah@wpscholar.com>

* version bump

* update package lock file

* i18n update to add a couple missing strings and translation for MX and BR

Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com>

* update cypress package and tests for compatability

* tweak tests

---------

Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com>

* module updates and specifically listing module versions where not (#58)

* module updates and specifically listing module versions where not

  - Upgrading newfold-labs/wp-module-data (2.2.3 => 2.2.5)
  - Upgrading newfold-labs/wp-module-marketplace (1.4.6 => 1.4.10)

* specify correct marketplace module version

* Premium plugins tab tests (#59)

* module updates and specifically listing module versions where not

  - Upgrading newfold-labs/wp-module-data (2.2.3 => 2.2.5)
  - Upgrading newfold-labs/wp-module-marketplace (1.4.6 => 1.4.10)

* Add Cypress tests file

* settings test tweaks

* use fixture for products

* update products fixture with small thumbs

* update cypress again to 12.5.1

---------

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Fix/premium plugin test (#60)

* module updates and specifically listing module versions where not

  - Upgrading newfold-labs/wp-module-data (2.2.3 => 2.2.5)
  - Upgrading newfold-labs/wp-module-marketplace (1.4.6 => 1.4.10)

* Add Cypress tests file

* settings test tweaks

* use fixture for products

* update products fixture with small thumbs

* update cypress again to 12.5.1

* update route to regex and expect secondary action since we have fixture in place

* try fetch polyfill

* try not using fixture

* add delay to ensure the page loads and container is placed

* remove fetch polyfill

---------

Co-authored-by: A. Alani <abdulrahmanalani95@gmail.com>

* Feature/add brand to container (#62)

* add brand and region values to container

* add install date to container

* update packages, remove unused and get latest and audit fix (#64)

* update packages, remove unused and get latest and audit fix

* update author

* use author url rather than email

* Update css color pallet (#63)

- Update css color props to match the Figma file style guide.
- Add style guide section to the repo's readme file.

Other UI improvements:

- Increase app body top spacing.
- Fix marketplace product price space when product is on sale.

Co-authored-by: Evan Mullins <evanrm@gmail.com>

* Add dependabot.yml file

* Update version check to skip if release is a pre-release. Resolves #12

* Update username in workflow

* GitHub Actions(deps): Bump actions/setup-node from 1 to 3 (#78)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v1...v3)

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

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

* GitHub Actions(deps): Bump peter-evans/repository-dispatch from 1 to 2 (#70)

Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 1 to 2.
- [Release notes](https://github.com/peter-evans/repository-dispatch/releases)
- [Commits](peter-evans/repository-dispatch@v1...v2)

---
updated-dependencies:
- dependency-name: peter-evans/repository-dispatch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* GitHub Actions(deps): Bump actions/upload-artifact from 1 to 3 (#72)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v1...v3)

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

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

* GitHub Actions(deps): Bump actions/cache from 2 to 3 (#73)

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v2...v3)

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

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

* GitHub Actions(deps): Bump actions/checkout from 2 to 3 (#75)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

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

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

* Delete deploy-github.yml workflow file

Legacy workflow that is not used.

* Composer(deps): Bump newfold-labs/wp-module-coming-soon

Bumps [newfold-labs/wp-module-coming-soon](https://github.com/newfold-labs/wp-module-coming-soon) from 1.1.0 to 1.1.3.
- [Release notes](https://github.com/newfold-labs/wp-module-coming-soon/releases)
- [Commits](newfold-labs/wp-module-coming-soon@1.1.0...1.1.3)

---
updated-dependencies:
- dependency-name: newfold-labs/wp-module-coming-soon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Composer(deps): Bump newfold-labs/wp-module-marketplace

Bumps [newfold-labs/wp-module-marketplace](https://github.com/newfold-labs/wp-module-marketplace) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/newfold-labs/wp-module-marketplace/releases)
- [Commits](newfold-labs/wp-module-marketplace@1.5.0...1.5.1)

---
updated-dependencies:
- dependency-name: newfold-labs/wp-module-marketplace
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Composer Dev(deps-dev): Bump wp-cli/i18n-command from 2.4.2 to 2.4.3

Bumps [wp-cli/i18n-command](https://github.com/wp-cli/i18n-command) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/wp-cli/i18n-command/releases)
- [Commits](wp-cli/i18n-command@v2.4.2...v2.4.3)

---
updated-dependencies:
- dependency-name: wp-cli/i18n-command
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Find a Domain link

* Composer(deps): Bump newfold-labs/wp-module-data from 2.3 to 2.3.4

Bumps [newfold-labs/wp-module-data](https://github.com/newfold-labs/wp-module-data) from 2.3 to 2.3.4.
- [Release notes](https://github.com/newfold-labs/wp-module-data/releases)
- [Commits](newfold-labs/wp-module-data@2.3...2.3.4)

---
updated-dependencies:
- dependency-name: newfold-labs/wp-module-data
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Merge branch 'main' into develop

# Conflicts:
#	package-lock.json

* version bump and package updates

* bump version in package.json too

* update flaky test to read help text rather than snack update notice

* update replay

* update replay/cypress and react-error-boundary too

* GitHub Actions(deps): Bump replayio/action-cypress from 0.2.8 to 0.3.0 (#116)

Bumps [replayio/action-cypress](https://github.com/replayio/action-cypress) from 0.2.8 to 0.3.0.
- [Commits](replayio/action-cypress@v0.2.8...v0.3.0)

---
updated-dependencies:
- dependency-name: replayio/action-cypress
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* add plugin icon and banner for update and detail screens

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Micah Wood <micah@wpscholar.com>
Co-authored-by: A. Alani <38976631+aalani95@users.noreply.github.com>
Co-authored-by: A. Alani <abdulrahmanalani95@gmail.com>
Co-authored-by: A. Alani <38976631+wpalani@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

None yet

2 participants