Skip to content

Commit 67d34db

Browse files
committed
Merge remote-tracking branch 'origin/main' into hui/chore/bump-tar-fs
2 parents 5f04c0e + c6b6c99 commit 67d34db

File tree

15 files changed

+100703
-140419
lines changed

15 files changed

+100703
-140419
lines changed

.github/workflows/accessibility_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Accessibility Scan
22
on:
33
pull_request:
4-
branches: [main]
4+
branches: [main, pre-prod/main]
55
types: [opened, synchronize]
66
env:
77
BUILD_DIR: 'client/www/next-build'

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Test
22
on:
33
pull_request:
4-
branches: [main, next-release/main]
4+
branches: [main, next-release/main, pre-prod/main]
55
types: [opened, synchronize]
66
env:
77
BUILD_DIR: 'client/www/next-build'

.github/workflows/check_for_new_fragments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Block PRs with New Fragments
22
on:
33
pull_request:
4-
branches: [main]
4+
branches: [main, pre-prod/main]
55
jobs:
66
checkForNewFragments:
77
name: Check for new fragments

.github/workflows/check_pr_for_broken_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CheckPRLinks
22
on:
33
pull_request:
4-
branches: [main]
4+
branches: [main, pre-prod/main]
55
types: [opened, synchronize]
66
env:
77
BUILD_DIR: 'client/www/next-build'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/react": "^18.0.0",
4444
"@types/url-parse": "^1.4.3",
4545
"@typescript-eslint/eslint-plugin": "^6.13.1",
46-
"axios": "^1.7.4",
46+
"axios": "^1.8.4",
4747
"cheerio": "^1.0.0-rc.12",
4848
"classnames": "^2.3.2",
4949
"cross-env": "^7.0.3",
@@ -60,7 +60,7 @@
6060
"jest": "^29.7.0",
6161
"jest-cli": "^29.7.0",
6262
"jest-environment-jsdom": "^29.7.0",
63-
"jest-puppeteer": "^10.0.1",
63+
"jest-puppeteer": "^10.1.4",
6464
"json5": "^2.2.3",
6565
"lint-staged": "^15.2.7",
6666
"next-bundle-analyzer": "^0.6.7",

0 commit comments

Comments
 (0)