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/cache from 2 to 3 #73

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps actions/cache from 2 to 3.

Release notes

Sourced from actions/cache's releases.

v3.0.0

  • This change adds a minimum runner version(node12 -> node16), which can break users using an out-of-date/fork of the runner. This would be most commonly affecting users on GHES 3.3 or before, as those runners do not support node16 actions and they can use actions from github.com via github connect or manually copying the repo to their GHES instance.

  • Few dependencies and cache action usage examples have also been updated.

Updating actions/core to version 1.10.0

The ::save-state and ::set-output are deprecated. The newer version of actions/core >1.10.0 uses the new syntax for save and set output. After this change, customers using actions/cache@v2 won't see deprecation warning message.

v2.1.7

Support 10GB cache upload using the latest version 1.0.8 of @actions/cache

v2.1.6

  • Catch unhandled "bad file descriptor" errors that sometimes occurs when the cache server returns non-successful response (actions/cache#596)

v2.1.5

  • Fix permissions error seen when extracting caches with GNU tar that were previously created using BSD tar (actions/cache#527)

v2.1.4

  • Make caching more verbose #650
  • Use GNU tar on macOS if available #701

v2.1.3

  • Upgrades @actions/core to v1.2.6 for CVE-2020-15228. This action was not using the affected methods.
  • Fix error handling in uploadChunk where 400-level errors were not being detected and handled correctly

v2.1.2

  • Adds input to limit the chunk upload size, useful for self-hosted runners with slower upload speeds
  • No-op when executing on GHES

v2.1.1

  • Update @actions/cache package to v1.0.2 which allows cache action to use posix format when taring files.

v2.1.0

  • Replaces the http-client with the Azure Storage SDK for NodeJS when downloading cache content from Azure. This should help improve download performance and reliability as the SDK downloads files in 4 MB chunks, which can be parallelized and retried independently
  • Display download progress and speed
Changelog

Sourced from actions/cache's changelog.

Releases

3.0.0

  • Updated minimum runner version support from node 12 -> node 16

3.0.1

  • Added support for caching from GHES 3.5.
  • Fixed download issue for files > 2GB during restore.

3.0.2

  • Added support for dynamic cache size cap on GHES.

3.0.3

  • Fixed avoiding empty cache save when no files are available for caching. (issue)

3.0.4

  • Fixed tar creation error while trying to create tar with path as ~/ home folder on ubuntu-latest. (issue)

3.0.5

  • Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. (PR)

3.0.6

  • Fixed #809 - zstd -d: no such file or directory error
  • Fixed #833 - cache doesn't work with github workspace directory

3.0.7

  • Fixed #810 - download stuck issue. A new timeout is introduced in the download process to abort the download if it gets stuck and doesn't finish within an hour.

3.0.8

  • Fix zstd not working for windows on gnu tar in issues #888 and #891.
  • Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable SEGMENT_DOWNLOAD_TIMEOUT_MINS. Default is 60 minutes.

3.0.9

  • Enhanced the warning message for cache unavailablity in case of GHES.

3.0.10

  • Fix a bug with sorting inputs.
  • Update definition for restore-keys in README.md

... (truncated)

Commits

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/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>
@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 15ebc37 into develop Apr 7, 2023
3 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/develop/actions/cache-3 branch April 7, 2023 20:49
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