Skip to content

Commit

Permalink
Update cookie package, ignore accessibility failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoble committed Oct 23, 2024
1 parent fcfbbf6 commit e228c0a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
replace: ${{github.event.deployment_status.target_url}}
include: 'https?:\/\/[\w\.-]+\/en\/'
# Ignore contrast-related errors for now
ignore: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail,WCAG2AA.Principle1.Guideline1_4.1_4_3.G145.Fail
ignore: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail,WCAG2AA.Principle1.Guideline1_4.1_4_3.G145.Fail,WCAG2AA.Principle2.Guideline2_4.2_4_1.H64.1
config-path: pa11y-ci.json
lighthouse:
if: github.event.deployment_status.state == 'success'
Expand Down
5 changes: 4 additions & 1 deletion audit-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"GHSA-m6fv-jmcg-4jfg", // Used by lighthouse CI, not at runtime
"GHSA-m6fv-jmcg-4jfg", // Used by lighthouse CI, not at runtime
"GHSA-cm22-4g7w-348p", // Used by lighthouse CI, not at runtime
"GHSA-c2qf-rxjj-qqgw" // Not used at runtime
"GHSA-c2qf-rxjj-qqgw", // Not used at runtime
"GHSA-pxg6-pf52-xh8x|@lhci/cli>*", // Used by lighthouse CI, not at runtime
"GHSA-pxg6-pf52-xh8x|@lhci/utils>*", // Used by lighthouse CI, not at runtime
"GHSA-pxg6-pf52-xh8x|express>cookie" // Used by lighthouse CI, not at runtime
]
}
18 changes: 14 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@tanstack/react-query-devtools": "^5.56.2",
"caniuse-lite": "^1.0.30001669",
"clsx": "^2.1.1",
"cookie": "^0.6.0",
"cookie": "^0.7.0",
"dayjs": "^1.11.13",
"feed": "git+https://[email protected]/mattleff/feed.git#custome-elements-build",
"full-icu": "^1.5.0",
Expand Down

0 comments on commit e228c0a

Please sign in to comment.