Skip to content

Commit 8408f35

Browse files
committed
Merge branch 'main' into utopia
* main: upgrade deps Remove netlify-pa11y plugin Do not fail build if pa11y fails Bump the npm-minor-upgrades group with 3 updates Automated webmentions update
2 parents 13f187b + 3da4ba9 commit 8408f35

4 files changed

Lines changed: 206 additions & 225 deletions

File tree

content/_data/webmentions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lastFetched": "2025-07-14T08:09:25.082Z",
2+
"lastFetched": "2025-07-21T08:09:34.317Z",
33
"children": [
44
{
55
"type": "entry",

netlify.toml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,6 @@
55
cache_img = "./assets/images"
66
cache_assets = false
77

8-
[[plugins]]
9-
package = "@netlify/plugin-a11y"
10-
11-
[plugins.inputs]
12-
checkPaths = [
13-
"/index.html",
14-
"/work/index.html",
15-
"/services/index.html",
16-
"/tools/index.html",
17-
"/blog/index.html",
18-
"/about/index.html",
19-
"/contact/index.html",
20-
]
21-
ignoreElements = '#search'
22-
ignoreGuidelines = ['color-contrast']
23-
failWithIssues = true
24-
258
[[plugins]]
269
package = "@algolia/netlify-plugin-crawler"
2710

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"dotenv": "^17.2.0",
8282
"doxray": "^0.10.1",
8383
"eslint": "^9.31.0",
84-
"eslint-config-prettier": "^10.1.5",
84+
"eslint-config-prettier": "^10.1.8",
8585
"eslint-plugin-jest": "^29.0.1",
8686
"eslint-plugin-simple-import-sort": "^12.1.1",
8787
"fs-extra": "^11.3.0",
@@ -103,14 +103,14 @@
103103
"posthtml": "^0.16.6",
104104
"prettier": "^3.6.2",
105105
"rimraf": "^6.0.1",
106-
"rollup": "^4.45.0",
106+
"rollup": "^4.45.1",
107107
"sanitize-html": "^2.17.0",
108108
"sass-embedded": "^1.89.2",
109109
"sassdoc": "^2.7.4",
110110
"sassdoc-theme-herman": "^6.0.2",
111111
"slugify": "^1.6.6",
112112
"striptags": "^3.2.0",
113-
"stylelint": "^16.21.1",
113+
"stylelint": "^16.22.0",
114114
"stylelint-config-standard-scss": "^15.0.1",
115115
"truncate-html": "^1.2.2",
116116
"typescript": "^5.8.3",

0 commit comments

Comments
 (0)