Tung Du
71b8bee08e
Revert "Fix: use correct bump strategy for Assign Milestone workflow ( https://github.com/woocommerce/woocommerce-blocks/pull/10805 ) ( https://github.com/woocommerce/woocommerce-blocks/pull/10962 )
2023-09-15 13:20:16 +07:00
Sam Seay
fceff58059
Retry link retrieval on 429, fix the version of markdown-link-check ( https://github.com/woocommerce/woocommerce-blocks/pull/10786 )
2023-09-05 11:19:12 +07:00
Tung Du
27e2d818cd
Fix: use correct bump strategy for Assign Milestone workflow ( https://github.com/woocommerce/woocommerce-blocks/pull/10805 )
2023-09-01 17:31:34 +07:00
Karol Manijak
ac7e115c3e
Update @wordpress/env to 8.1.1 and re-enable PHP Unit Tests for PHP v 8.1 and 8.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/9875 )
...
Co-authored-by: Manish Menaria <the.manish.menaria@gmail.com>
Co-authored-by: Alexandre Lara <allexandrelara@gmail.com>
Co-authored-by: Luigi Teschio <gigitux@gmail.com>
Co-authored-by: Alba Rincón <alba.rincon@automattic.com>
Co-authored-by: Alba Rincón <albarin@users.noreply.github.com>
Co-authored-by: Tung Du <dinhtungdu@gmail.com>
2023-09-01 16:07:55 +07:00
Thomas Roberts
55f65cdf17
Move cart widget tests to playwright and ensure classic/block theme configs are executed correctly ( https://github.com/woocommerce/woocommerce-blocks/pull/10669 )
2023-08-28 03:04:28 -07:00
Alex Florisca
69bcc49585
Fix nightly builds ( https://github.com/woocommerce/woocommerce-blocks/pull/10689 )
...
Co-authored-by: Seghir Nadir <nadir.seghir@gmail.com>
2023-08-23 11:39:37 +00:00
Hritik Chaudhary
4199533688
Fixed newly detected broken links ( https://github.com/woocommerce/woocommerce-blocks/pull/10537 )
...
* Update check-doc-links.yml
* Update check-doc-links.yml
* Update check-doc-links.yml
* Update check-doc-links.yml
* POC: Exclude releases folder from MD link check using “ignorePatterns”
* Update check-doc-links.yml to use tcort/markdown-link-check
* Update check-doc-links.yml to use existing config
* reverted check-doc-links-config.json
* fixed broken links
* fixed broken links and generated docs
* updated docs
---------
Co-authored-by: Niels Lange <info@nielslange.de>
2023-08-22 11:51:18 +02:00
Tung Du
97b22cc17a
Better handling tests with global side effects ( https://github.com/woocommerce/woocommerce-blocks/pull/10508 )
2023-08-16 12:23:43 +07:00
Tung Du
40d8eb8ac9
Fix: Adjust Playwright E2E tests for WP 6.3 ( https://github.com/woocommerce/woocommerce-blocks/pull/10516 )
...
Co-authored-by: Luigi <gigitux@gmail.com>
- Updates the `@wordpress/e2e-test-utils-playwright` package to use the npm release.
- Removes hard-coded WP version in `.wp-env.json` to use the latest Core release.
- Fixes failing Playwright tests when using WP 6.3.
- Pins the core version (6.2.2) for Jest E2E tests so they can keep passing. We decided not to fix those tests because we're moving to Playwright.
2023-08-11 06:28:38 +07:00
Mike Jolley
2b80d3e830
Rename commands and directories for Playwright and JEST e2e tests ( https://github.com/woocommerce/woocommerce-blocks/pull/10493 )
...
* Move e2e to e2e-jest
* Move e2e-pw to e2e
* Update e2e usage + scripts
* Missed some directory renames
* Update gitignore
* Remove test results as its in gitignore
2023-08-08 17:58:12 +01:00
Daniel Dudzic
c411137ba4
E2E: Product Gallery Thumbnails block tests ( https://github.com/woocommerce/woocommerce-blocks/pull/10370 )
...
* WIP Product Gallery: Add the Thumbnails block
* Product Gallery Thumbnails: Add block settings
* Add template for the Product Gallery block
* Add template for the Product Gallery block. Add the rest of the files.
* Product Gallery Thumbnails: Add context settings sharing between the Product Gallery and Thumbnails block.
* Product Gallery Thumbnails: Add UI functionality and frontend functionality. Add settings for the Thumbnails in both places - Product Gallery and the Thumbnails block.
* Product Gallery Thumbnails: Move the static template ouside of the component
* Make sure the context is set before accesing the array values
* Product Gallery Thumbnails: Move the setGroupAttributes() function outside of the component
* Product Gallery Thumbnails: Fix TS errors
* Product Gallery Thumbnails: Update the Features Flags and Experimental Interfaces doc
* Product Gallery Thumbnails: Fix TS error
* Product Gallery Thumbnails: Remove unused stylesheet
* Product Gallery Thumbnails: Fix TS errors
* Product Gallery Thumbnails: Remove unused context and fix the thumbnails bottom position styling on the frontend.
* Product Gallery Thumbnails: Allow the user to move the horizontal thumbnails above the large image and don't overwrite that automatically
* E2E: Add tests for the Product Gallery Thumbnails block
* Product Gallery Thumbnails: Add code comments and remove the incorrect conditional check when moving thumbnails up and down
* Product Gallery Thumbnails: Add failure handling
* Product Gallery Thumbnails: Fix the eslint dependency error
* Product Gallery Thumbnails: Add inner blocks to the sideEffects array
* Product Gallery Thumbnails: Refactor Product Gallery edit code and move the logic to a utils file
* Product Gallery Thumbnails: Update the utils file
* Product Gallery Thumbnails: Update the utils file. Fix comment indentation
* Product Gallery Thumbnails: Fix failing tests
* Revert unrelated package.json changes
* Product Gallery Thumbnails: Further package.json reverts
* Product Gallery Thumbnails: Rename the test screenshots
* Product Gallery Thumbnails: Fix undefined variable html when only 1 product image is set
* Product Gallery: Rename clientId to productGalleryClientId
* Product Gallery Thumbnails: Combine the useEffect code having the same dependencies
* Product Gallery Thumbnails: Combine all useEffect code together
* Product Gallery Thumbnails: Add a ThumbnailsPosition enum
* Product Gallery Thumbnails: Update the thumbnailsPosition to an enum
* Product Gallery Thumbnails: Fix TS errors
* Product Gallery Thumbnails: Fix TS errors
* Product Gallery Thumbnails: Add missing dependency
* Product Gallery Thumbnails: Uppercase the enum and fix the thumbnails position bug when initially adding the Product Gallery block
* Product Gallery Thumbnails: Fix E2E tests
* Product Gallery Thumbnails: Remove unused function from frontend utils
* Product Gallery Thumbnails: Remove unused screenshots and config amendment
* Product Gallery Thumbnails: Add check for the order of block on the frontend
* Product Gallery: Add crop, zoom and full-screen settings
* Product Gallery Thumbnails: Replace ts-ignore with ts-expect-error
* Product Gallery Thumbnails: Replace ts-ignore with ts-expect-error
* Product Gallery Thumbnails: Revert back to ts-ignore
* Revert "Product Gallery: Add crop, zoom and full-screen settings"
This reverts commit 840654197619e2611029b81990493387ae0b543d.
* Product Gallery: Add crop, zoom and full-screen settings
* Product Gallery: Remove the redundant React Fragment
* Product Gallery E2E: Simplify and combine the tests
2023-08-04 13:07:31 +02:00
Alba Rincón
b3adae504f
Run `phpcs` on all files ( https://github.com/woocommerce/woocommerce-blocks/pull/10429 )
...
* Run php on all files
* Run phpcs on all files
* Ignore warning
2023-08-01 11:32:56 +02:00
Alba Rincón
2df75990e3
Catch all the PHPCS errors only on changed files ( https://github.com/woocommerce/woocommerce-blocks/pull/10402 )
...
* Commit a php lint warning
* Add param to show php warnings
* Print exit code
* Test
* test 2
* Add back cs2pr
* Add checkstyle
* Remove exit code
* Test without report
* Add checkstyle
* Fix php
* Test changed files
* Print changed files
* Introduce error
* More errors
* Fix errors
* Test
* Test all cases
* Fix php lint errors
* Rename readme
* Show all files
* Test new action
* Test
* Try other actions
* Add errors
* Remove actions
* More errors
* Fix git diff
* Fix all php errors
* Remove git fetch
* Add error
* Fix error and action
2023-08-01 10:25:12 +02:00
Patricia Hillebrandt
54cfff4644
Add new GH Action for ensuring the correct labels are added to PRs ( https://github.com/woocommerce/woocommerce-blocks/pull/10412 )
...
* Add new GH Action for ensuring the correct labels are added to PRs.
* Update Pull Request Template instructions for labels.
* Update validation.
* Update the validation for the type.
2023-07-31 15:54:17 +02:00
dependabot[bot]
7d913555db
Bump actions/upload-artifact from 2.2.2 to 3.1.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/9860 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2.2.2 to 3.1.2.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.2...v3.1.2 )
---
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>
2023-07-28 15:04:19 +01:00
dependabot[bot]
4bdf361f7a
Bump preactjs/compressed-size-action ( https://github.com/woocommerce/woocommerce-blocks/pull/9304 )
...
Bumps [preactjs/compressed-size-action](https://github.com/preactjs/compressed-size-action ) from 265b0667736973f2d83b1a35fdc5440d6cb3322e to 8a15fc9a36a94c8c3f7835af11a4924da7e95c7c.
- [Release notes](https://github.com/preactjs/compressed-size-action/releases )
- [Commits](265b066773...8a15fc9a36
)
---
updated-dependencies:
- dependency-name: preactjs/compressed-size-action
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-28 12:04:32 +01:00
dependabot[bot]
b7225ca549
Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/10066 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.5.1...v1.6.0 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
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>
Co-authored-by: Alexandre Lara <allexandrelara@gmail.com>
2023-07-28 11:05:25 +01:00
dependabot[bot]
1ace01977c
Bump actions/stale from 6 to 8 ( https://github.com/woocommerce/woocommerce-blocks/pull/8927 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 6 to 8.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v6...v8 )
---
updated-dependencies:
- dependency-name: actions/stale
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>
2023-07-27 14:28:54 +01:00
Karol Manijak
ad0509f767
Adjust the Dependabot GitHub username ( https://github.com/woocommerce/woocommerce-blocks/pull/9931 )
2023-06-21 16:53:00 +02:00
Luigi Teschio
31a2fd77dd
CI: Ensure that the CI returns an error if PHP code doesn't respect phpcs configuration ( https://github.com/woocommerce/woocommerce-blocks/pull/9920 )
2023-06-21 12:51:30 +02:00
Karol Manijak
115ccca4f9
Don't treat Dependabot as community contributor ( https://github.com/woocommerce/woocommerce-blocks/pull/9254 )
...
* Test commit
* Don't treat dependabot as a community
* Remove unwanted change
* Make the check for ignored usernames clearer
2023-06-19 08:49:59 +02:00
Karol Manijak
f12c35ffc2
Temporarily skip PHP Unit Tests for PHP 8.1 and 8.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/9859 )
...
* Allow failure of the PHP Unit Tests
* Limit the PHP versions to 7.4 and 8.0 to run unit tests
* Don't allow failing fast
* Add a comment explaining the skipped part
* Cancel jobs later
* Cancel all the steps in workflow based on the same condition
2023-06-16 14:16:19 +02:00
Karol Manijak
42e95d1c54
Change the way of debug check of tests-mysql container ( https://github.com/woocommerce/woocommerce-blocks/pull/9794 )
2023-06-12 19:00:27 +02:00
Karol Manijak
1e849ff3c3
Disable the debug check of tests-mysql to let PHP unit tests pass ( https://github.com/woocommerce/woocommerce-blocks/pull/9791 )
2023-06-12 17:20:04 +02:00
dependabot[bot]
01ad02ffbe
Bump tj-actions/branch-names from 6 to 7 ( https://github.com/woocommerce/woocommerce-blocks/pull/9688 )
...
Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names ) from 6 to 7.
- [Release notes](https://github.com/tj-actions/branch-names/releases )
- [Changelog](https://github.com/tj-actions/branch-names/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/branch-names/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: tj-actions/branch-names
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>
2023-06-05 16:22:55 +02:00
dependabot[bot]
d14bd2f605
Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 ( https://github.com/woocommerce/woocommerce-blocks/pull/9689 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.4.0 to 1.5.1.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.4.0...v1.5.1 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
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>
2023-06-05 16:21:17 +02:00
Luigi Teschio
f17a09340f
Enable blockified templates ( https://github.com/woocommerce/woocommerce-blocks/pull/9551 )
...
* Enable blockified templates
* add html template
* fix function
* WIP
* Migrate Classic Block E2E tests to Playwright (https://github.com/woocommerce/woocommerce-blocks/pull/9575 )
* Add E2E tests
* add comment
* set worker to 1
* try now
* add beforeAll and afterAll hook
* restore woocommerce-gutenberg-products-block.php
* enable plugin with .wp-env configuration
* remove waitForNetworkIdle
* Products block: Add e2e tests (https://github.com/woocommerce/woocommerce-blocks/pull/9577 )
* migrate classic block to Playwright
* fix can be inserted more than once tests
* migrate classic block to Playwright
* fix command
* remove old tests
* improve E2E tests
* skip test
* Products block: add E2E pw tests
* Add E2E tests
* fix E2E test
* test now
* try now
* rename path
* set one worker
* try now
* try now
* try now
* set 1 worker
2023-06-01 11:51:59 +00:00
Luigi Teschio
a996ab7351
update @wordpress/env package ( https://github.com/woocommerce/woocommerce-blocks/pull/9572 )
2023-05-23 15:45:40 +00:00
Niels Lange
301c6891b5
Replace ‘actions-ecosystem/action-remove-labels’ with ‘mondeja/remove-labels-gh-action’ ( https://github.com/woocommerce/woocommerce-blocks/pull/9173 )
...
* Replace ‘actions-ecosystem/action-remove-labels’ with ‘mondeja/remove-labels-gh-action’
* Adjust workflow
* Add test file for woocommerce/woocommerce-blocks#9173 (https://github.com/woocommerce/woocommerce-blocks/pull/9174 )
* Remove the file created for testing purpose (https://github.com/woocommerce/woocommerce-blocks/pull/9177 )
---------
Co-authored-by: Karol Manijak <karol.manijak@automattic.com>
2023-05-12 11:54:04 +07:00
dependabot[bot]
c54e60cac8
Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/9303 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.6 to 1.4.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.6...v1.4.0 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
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>
Co-authored-by: Alexandre Lara <allexandrelara@gmail.com>
2023-05-05 11:58:18 -03:00
Luigi Teschio
739fa60fea
Improve the E2E testing process with Playwright ( https://github.com/woocommerce/woocommerce-blocks/pull/9148 )
...
* Add Playwright infrastucture
* improve documentation
* improve type
* remove puppeteer tests
* fix wp-env.json
* add link on how run E2E tests
* chore on playwright.yml
* remove unnecessary flush command
* improve stability E2E test
* remove build:e2e-test command
* Update .github/workflows/playwright.yml
Co-authored-by: Niels Lange <info@nielslange.de>
* Update .github/workflows/playwright.yml
Co-authored-by: Niels Lange <info@nielslange.de>
* Update docs/contributors/contributing/e2e-guidelines.md
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
* Update docs/contributors/contributing/e2e-guidelines.md
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
* Update docs/contributors/contributing/e2e-guidelines.md
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
* remove emptyline and fix JSDoc warning
* add link about E2E guidelines
* fix theme name
* improve style
* improve markdown
---------
Co-authored-by: Niels Lange <info@nielslange.de>
Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
2023-05-05 11:03:36 +00:00
Paulo Arromba
7fd3063239
re added codeql-analysis.yml ( https://github.com/woocommerce/woocommerce-blocks/pull/9253 )
2023-04-26 21:09:55 +01:00
Paulo Arromba
a50e2a91a5
Update CodeQL/Analyse ( https://github.com/woocommerce/woocommerce-blocks/pull/9156 )
...
* yaml format, typescript test
* removed codeql-analysis.yml
* typo fix for CI trigger
* Revert "removed codeql-analysis.yml"
This reverts commit 0badabe02a006fd7b1cffa9aac1eb2bc138ff964.
* re-add codeql-analysis.yml
* removed codeql-analysis.yml
2023-04-26 19:50:19 +01:00
Karol Manijak
948db63e95
Temporarily disable Playwright tests until the conflict with PHP version is resolved ( https://github.com/woocommerce/woocommerce-blocks/pull/9183 )
...
* Temporarily disable Playwright tests until the conflict with PHP versions is resolved
* Use a correct syntax
* Remove unwanted change
2023-04-24 16:57:38 +02:00
Roy Ho
bb28479db5
Update php installation link ( https://github.com/woocommerce/woocommerce-blocks/pull/9169 )
...
* Update php installation link
* Set temporary debugging
* Add an exception to ignore valid link check
2023-04-21 13:18:30 -07:00
Paulo Arromba
7c25db1c80
Add PHP 8.1/8.2 to unit testing matrix ( https://github.com/woocommerce/woocommerce-blocks/pull/8757 )
...
* Added PHP 8.1 to unit testing matrix
* Refactor unit testing to match Gutenberg repo 🤞
* Removed Gutenberg reference from debug information
* Updated image running phpunit binary
* Reverted image running phpunit binary
* Remove composer platform override
* Bump @wordpress/env and include phpunit
* Update phpunit and tests
* Change prefix
* Try admin context when install wc
* try wc install
* adjust phpunit config file
* Updated phpunit.xml.dist, composer.json and package.json
* Added PHP 8.1 to unit testing matrix
* Refactor unit testing to match Gutenberg repo 🤞
* Removed Gutenberg reference from debug information
* Updated image running phpunit binary
* Reverted image running phpunit binary
* Remove composer platform override
* Bump @wordpress/env and include phpunit
* Update phpunit and tests
* Change prefix
* Try admin context when install wc
* try wc install
* adjust phpunit config file
* Updated phpunit.xml.dist, composer.json and package.json
* Revert install changes
* updated npm packages
* updated composer lock
* updated check assets flow
* Updated check assets flow. Yaml file auto formatted.
* Updated check assets flow.
* Attempt at fixing E2E
* Reverted setup permissions step
* Add logging information to E2E
* Reverted E2E test flow
* test playwright perms fix
* test e2e perms fix
* test e2e perms fix
* test e2e perms fix
* test e2e perms fix
* languages update & debug
* languages update & debug
* revert
* force "@wordpress/env": "^4.9.0" on E2E
* update package lock
* update package lock
---------
Co-authored-by: Mike Jolley <mike.jolley@me.com>
Co-authored-by: Niels Lange <info@nielslange.de>
2023-04-21 12:07:37 +01:00
Karol Manijak
d5ae033b54
Update @actions/core and @actions/github ( https://github.com/woocommerce/woocommerce-blocks/pull/9133 )
...
* Update @actions/core and @actions/github
* Add rimraf as a script to avoid actions failing
* Bump AbleLincoln/push-to-sftp which supports Node 16
2023-04-20 16:46:01 +02:00
Roy Ho
642f227753
Add workflow to label community contributors ( https://github.com/woocommerce/woocommerce-blocks/pull/8995 )
...
* Add workflow to label community contributors
* Add action dependencies to package.json
2023-04-20 05:44:28 -07:00
dependabot[bot]
a3db0c9e78
Bump AbleLincoln/push-to-sftp from 1.2 to 2.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/8597 )
...
Bumps [AbleLincoln/push-to-sftp](https://github.com/AbleLincoln/push-to-sftp ) from 1.2 to 2.0.
- [Release notes](https://github.com/AbleLincoln/push-to-sftp/releases )
- [Commits](https://github.com/AbleLincoln/push-to-sftp/compare/v1.2...v2.0 )
---
updated-dependencies:
- dependency-name: AbleLincoln/push-to-sftp
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>
2023-04-18 14:49:47 +02:00
Niels Lange
e7f8a8cb6e
WIP: Add Playwright setup ( https://github.com/woocommerce/woocommerce-blocks/pull/9034 )
...
* Set up Playwright
* Use caching in GitHub Actions
* Update tests/e2e-pw/README.md
Co-authored-by: Thomas Roberts <5656702+opr@users.noreply.github.com>
* Rename “{blockName}” to “{blockName} block”
* Disable “no-console” for setup and teardown files
* Remove obsolete log and adjusted disabled ESLint definition
* Remove conditional logic from actions/upload-artifact
---------
Co-authored-by: Thomas Roberts <5656702+opr@users.noreply.github.com>
2023-04-17 19:01:41 +07:00
Tom Cafferkey
a5025e0b70
Skip JSE2EWithGutenberg whilst we look into fixing failing tests due to GB update ( https://github.com/woocommerce/woocommerce-blocks/pull/8668 )
2023-03-08 14:28:47 +00:00
dependabot[bot]
7d2f86d10f
Bump dependabot/fetch-metadata from 1.3.1 to 1.3.6 ( https://github.com/woocommerce/woocommerce-blocks/pull/8361 )
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.1 to 1.3.6.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.1...v1.3.6 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Lara <allexandrelara@gmail.com>
2023-03-07 15:16:09 -03:00
Roy Ho
e8efd60d39
Add workflow to check valid links in all documentations ( https://github.com/woocommerce/woocommerce-blocks/pull/8496 )
...
* Add workflow to check valid links in all documentations
* Disable issue create link
* Correct storybook multiple components link
* Fix links
* Limit checks to certain paths
* Revert changes to contributors readme
2023-02-23 06:08:40 -08:00
Seghir Nadir
d3bda0f339
Pin node version in nightly build action ( https://github.com/woocommerce/woocommerce-blocks/pull/8476 )
...
* pin node version in nighlty build
* trigger action for this PR
* move step to its own file
* remove workflow_dispatch
* revert original trigger
---------
Co-authored-by: Saad Tarhi <saad.trh@gmail.com>
2023-02-22 07:57:58 +01:00
Alba Rincón
6d3ca74ba8
Update actions ( https://github.com/woocommerce/woocommerce-blocks/pull/8468 )
...
* Update ataylorme/eslint-annotate-action to use node 16
* Update preactjs/compressed-size-action to use node 16
* Update actions/upload-artifact to v3
2023-02-21 09:32:08 +01:00
Alba Rincón
1d3bbad9a5
Skip action when label present on the PR ( https://github.com/woocommerce/woocommerce-blocks/pull/8450 )
2023-02-17 09:32:50 +01:00
Niels Lange
3cb443ff67
Move notices to corresponding context ( https://github.com/woocommerce/woocommerce-blocks/pull/8228 )
...
* Updated package-lock.json
* fixed method sig
* PHP versions matrix
* removed extra space
* renamed step
* Update E2E and coding standards to use PHP 8.0
* Un-linted unit-tests.yml. Github flows use 4 spaces indent, while our .editorconfig file enforces 2 spaces.
* Refactor unit-tests.yml
* Linted unit-tests.yml to proper 2 space indents
* Removed composer caching
* Test without hacky permissions step
* Concurrency disable.
Jobs renaming.
* Add step to install wp-env for PHP unit tests.
* Another try at fixing perms for wp-env
* Another try at fixing perms for wp-env
* Restore missing steps
* Move notices to corresponding context
* Change `errorMessageContext` to `context`
* Fix MD lint errors
Co-authored-by: Paulo Arromba <17236129+wavvves@users.noreply.github.com>
2023-01-24 11:58:30 +07:00
Patricia Hillebrandt
9868d948a4
Dependabot: Enable auto-merge on pull requests. ( https://github.com/woocommerce/woocommerce-blocks/pull/8040 )
...
* Dependabot: Enable auto-merge on pull requests.
* Update auto-merge dependency list
* Update dependabot documentation and invert the order of the auto-merge action for clarity.
2023-01-02 11:06:25 +01:00
Tung Du
0a026ed81c
Create merge comments action ( https://github.com/woocommerce/woocommerce-blocks/pull/7973 )
2022-12-21 22:24:01 +07:00
dependabot[bot]
35b848f2c6
Bump act10ns/slack from 1 to 2 ( https://github.com/woocommerce/woocommerce-blocks/pull/7805 )
...
Bumps [act10ns/slack](https://github.com/act10ns/slack ) from 1 to 2.
- [Release notes](https://github.com/act10ns/slack/releases )
- [Changelog](https://github.com/act10ns/slack/blob/master/RELEASE.md )
- [Commits](https://github.com/act10ns/slack/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: act10ns/slack
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-13 11:22:13 +00:00