Skip to content

Commit 1f46c4f

Browse files
Merge 3.15.0 back to develop (#3532)
* Starting release process for PWA Kit 3.15.0 * @W-20480247@ Fix tests (#3516) * Fix AWS s3 test * Fix mcp test * Bump bundle size * Update snapshots * Update mrt-reference-app jest setup * Update jest-setup.js * Revert jest changes * Pin zod and aws-sdk/client-s3 versions * Apply zod version bump * @W-20480247@ Don't include pwa-kit-mcp in PWA Kit 3.15 release (#3520) * Fix AWS s3 test * Fix mcp test * Bump bundle size * Update snapshots * Update mrt-reference-app jest setup * Update jest-setup.js * Revert jest changes * Pin zod and aws-sdk/client-s3 versions * Apply zod version bump * Revert pwa-kit-mcp version bump so we don't include as part of release * @W-20592392: Add Google Cloud API config to templates (#3523) * @W-20592392: fix config Signed-off-by: d.phan <d.phan@salesforce.com> * @W-20592392: add changelog Signed-off-by: d.phan <d.phan@salesforce.com> * @W-20592392: add comments Signed-off-by: d.phan <d.phan@salesforce.com> --------- Signed-off-by: d.phan <d.phan@salesforce.com> * @W-20480247@ Bump release branch to 3.15.0-preview.1 (#3527) * Fix AWS s3 test * Fix mcp test * Bump bundle size * Update snapshots * Update mrt-reference-app jest setup * Update jest-setup.js * Revert jest changes * Pin zod and aws-sdk/client-s3 versions * Apply zod version bump * Revert pwa-kit-mcp version bump so we don't include as part of release * Set mcp to previous release version * bump to 3.15.0-preview.1 * @W-20480247@ Release PWA Kit 3.15.0 (#3528) * Fix AWS s3 test * Fix mcp test * Bump bundle size * Update snapshots * Update mrt-reference-app jest setup * Update jest-setup.js * Revert jest changes * Pin zod and aws-sdk/client-s3 versions * Apply zod version bump * Revert pwa-kit-mcp version bump so we don't include as part of release * Set mcp to previous release version * bump to 3.15.0-preview.1 * Bump version to 3.15.0 * Update package-lock * Bump version to 3.16.0-dev --------- Signed-off-by: d.phan <d.phan@salesforce.com> Co-authored-by: Danny Phan <125327707+dannyphan2000@users.noreply.github.com>
1 parent 2aa7f32 commit 1f46c4f

File tree

62 files changed

+15322
-12146
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+15322
-12146
lines changed

e2e/package-lock.json

Lines changed: 1220 additions & 1451 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "e2e-scripts",
3-
"version": "3.15.0-dev",
3+
"version": "3.16.0-dev",
44
"description": "E2E test scripts for PWA Kit",
55
"main": "index.js",
66
"private": true,
@@ -13,9 +13,9 @@
1313
},
1414
"devDependencies": {
1515
"@actions/core": "^1.11.1",
16-
"@aws-sdk/client-s3": "^3.450.0",
17-
"@aws-sdk/client-sts": "^3.450.0",
18-
"@salesforce/pwa-kit-dev": "3.15.0-dev",
16+
"@aws-sdk/client-s3": "3.450.0",
17+
"@aws-sdk/client-sts": "3.450.0",
18+
"@salesforce/pwa-kit-dev": "3.16.0-dev",
1919
"jest": "^26.6.3"
2020
},
2121
"jest": {

e2e/tests/a11y/desktop/__snapshots__/guest/cart-a11y-violations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"impact": "critical",
55
"description": "Ensure an element's role supports its ARIA attributes",
66
"help": "Elements must only use supported ARIA attributes",
7-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/aria-allowed-attr?application=playwright",
7+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
88
"nodes": [
99
{
1010
"html": "<form id=\"...\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"popover-content-...\">",
@@ -20,7 +20,7 @@
2020
"impact": "moderate",
2121
"description": "Ensure landmarks are unique",
2222
"help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
23-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/landmark-unique?application=playwright",
23+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
2424
"nodes": [
2525
{
2626
"html": "<div role=\"region\" aria-live=\"polite\" id=\"...\" >",

e2e/tests/a11y/desktop/__snapshots__/guest/checkout-a11y-violations-step-0.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"impact": "moderate",
55
"description": "Ensure landmarks are unique",
66
"help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
7-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/landmark-unique?application=playwright",
7+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
88
"nodes": [
99
{
1010
"html": "<div role=\"region\" aria-live=\"polite\" id=\"...\" >",
@@ -20,7 +20,7 @@
2020
"impact": "moderate",
2121
"description": "Ensure all page content is contained by landmarks",
2222
"help": "All page content should be contained by landmarks",
23-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/region?application=playwright",
23+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
2424
"nodes": [
2525
{
2626
"html": "<a class=\"...\" aria-label=\"Back to cart, number of items: 2\" href=\"/cart\">",

e2e/tests/a11y/desktop/__snapshots__/guest/checkout-a11y-violations-step-1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"impact": "moderate",
55
"description": "Ensure landmarks are unique",
66
"help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
7-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/landmark-unique?application=playwright",
7+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
88
"nodes": [
99
{
1010
"html": "<div role=\"region\" aria-live=\"polite\" id=\"...\" >",
@@ -20,7 +20,7 @@
2020
"impact": "moderate",
2121
"description": "Ensure all page content is contained by landmarks",
2222
"help": "All page content should be contained by landmarks",
23-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/region?application=playwright",
23+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
2424
"nodes": [
2525
{
2626
"html": "<a class=\"...\" aria-label=\"Back to cart, number of items: 2\" href=\"/cart\">",

e2e/tests/a11y/desktop/__snapshots__/guest/checkout-a11y-violations-step-3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"impact": "moderate",
55
"description": "Ensure landmarks are unique",
66
"help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
7-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/landmark-unique?application=playwright",
7+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
88
"nodes": [
99
{
1010
"html": "<div role=\"region\" aria-live=\"polite\" id=\"...\" >",
@@ -20,7 +20,7 @@
2020
"impact": "moderate",
2121
"description": "Ensure all page content is contained by landmarks",
2222
"help": "All page content should be contained by landmarks",
23-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/region?application=playwright",
23+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
2424
"nodes": [
2525
{
2626
"html": "<a class=\"...\" aria-label=\"Back to cart, number of items: 2\" href=\"/cart\">",

e2e/tests/a11y/desktop/__snapshots__/guest/checkout-a11y-violations-step-4-order-confirmation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"impact": "moderate",
55
"description": "Ensure landmarks are unique",
66
"help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
7-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/landmark-unique?application=playwright",
7+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
88
"nodes": [
99
{
1010
"html": "<div role=\"region\" aria-live=\"polite\" id=\"...\" >",
@@ -20,7 +20,7 @@
2020
"impact": "moderate",
2121
"description": "Ensure all page content is contained by landmarks",
2222
"help": "All page content should be contained by landmarks",
23-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/region?application=playwright",
23+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
2424
"nodes": [
2525
{
2626
"html": "<a class=\"...\" aria-label=\"Back to cart, number of items: 2\" href=\"/cart\">",

e2e/tests/a11y/desktop/__snapshots__/guest/homepage-a11y-violations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"impact": "critical",
55
"description": "Ensure an element's role supports its ARIA attributes",
66
"help": "Elements must only use supported ARIA attributes",
7-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/aria-allowed-attr?application=playwright",
7+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
88
"nodes": [
99
{
1010
"html": "<form id=\"...\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"popover-content-...\">",
@@ -20,7 +20,7 @@
2020
"impact": "moderate",
2121
"description": "Ensure landmarks are unique",
2222
"help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
23-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/landmark-unique?application=playwright",
23+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
2424
"nodes": [
2525
{
2626
"html": "<div role=\"region\" aria-live=\"polite\" id=\"...\" >",

e2e/tests/a11y/desktop/__snapshots__/guest/pdp-a11y-violations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"impact": "critical",
55
"description": "Ensure an element's role supports its ARIA attributes",
66
"help": "Elements must only use supported ARIA attributes",
7-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/aria-allowed-attr?application=playwright",
7+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
88
"nodes": [
99
{
1010
"html": "<form id=\"...\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"popover-content-...\">",
@@ -20,7 +20,7 @@
2020
"impact": "moderate",
2121
"description": "Ensure landmarks are unique",
2222
"help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
23-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/landmark-unique?application=playwright",
23+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
2424
"nodes": [
2525
{
2626
"html": "<div role=\"region\" aria-live=\"polite\" id=\"...\" >",

e2e/tests/a11y/desktop/__snapshots__/guest/plp-a11y-violations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"impact": "critical",
55
"description": "Ensure an element's role supports its ARIA attributes",
66
"help": "Elements must only use supported ARIA attributes",
7-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/aria-allowed-attr?application=playwright",
7+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
88
"nodes": [
99
{
1010
"html": "<form id=\"...\" aria-haspopup=\"dialog\" aria-expanded=\"false\" aria-controls=\"popover-content-...\">",
@@ -20,7 +20,7 @@
2020
"impact": "moderate",
2121
"description": "Ensure landmarks are unique",
2222
"help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
23-
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/landmark-unique?application=playwright",
23+
"helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
2424
"nodes": [
2525
{
2626
"html": "<div role=\"region\" aria-live=\"polite\" id=\"...\" >",

0 commit comments

Comments
 (0)