|
43 | 43 | "webmentions": "node scripts/fetch-webmentions.js", |
44 | 44 | "prod": "yarn build", |
45 | 45 | "checklinks:internal": "npx --yes --package=hyperlink --package=tap-spot -- 'hyperlink --canonicalroot https://www.oddbird.net/ --root _site/ -r -p -i --skip \".css.map\" --skip \".js.map\" --skip \"feed.atom\" --skip \"/docs/\" _site/index.html | tap-spot'", |
46 | | - "checklinks:external": "npx --yes --package=broken-link-checker -- 'blc -ro --exclude=localhost --exclude=oddsite.local --exclude=stackoverflow.com --exclude=codepen.io --exclude=linkedin.com --exclude=projects.invisionapp.com --exclude=docs.github.com --exclude=www.sass.hk --exclude=www.drupal.org --exclude=www.canva.com --exclude=www.fastcompany.com --exclude=duabuset-tandem.com --exclude=puta-elementa.com --exclude=campaignzero.org --exclude=twitter.com --exclude=vimeo.com --exclude=slideshare.net --exclude=coachhub.resilienceboost.com --exclude=bsky.app --exclude=nativesintech.org --exclude=gsap.com --exclude=cps.edu --exclude=siegemedia.com --exclude=patreon.com --exclude=blog.natbat.net --exclude=figma.com --exclude=theworkitem.com --exclude=substack.com --exclude=info.cern.ch --exclude=apps.microsoft.com --exclude=jonathanharrell.com --exclude=breakpoint-sass.com https://www.oddbird.net'", |
| 46 | + "checklinks:external": "npx --yes --package=broken-link-checker -- 'blc -ro --exclude=localhost --exclude=oddsite.local --exclude=stackoverflow.com --exclude=codepen.io --exclude=linkedin.com --exclude=projects.invisionapp.com --exclude=docs.github.com --exclude=www.sass.hk --exclude=www.drupal.org --exclude=www.canva.com --exclude=www.fastcompany.com --exclude=duabuset-tandem.com --exclude=puta-elementa.com --exclude=campaignzero.org --exclude=twitter.com --exclude=vimeo.com --exclude=slideshare.net --exclude=coachhub.resilienceboost.com --exclude=bsky.app --exclude=nativesintech.org --exclude=gsap.com --exclude=cps.edu --exclude=siegemedia.com --exclude=patreon.com --exclude=blog.natbat.net --exclude=figma.com --exclude=theworkitem.com --exclude=substack.com --exclude=info.cern.ch --exclude=apps.microsoft.com --exclude=jonathanharrell.com --exclude=breakpoint-sass.com --exclude=fontspring.com --exclude=thebuild.com --exclude=buff.ly --exclude=askubuntu.com https://www.oddbird.net'", |
47 | 47 | "checklinks": "run-s checklinks:internal checklinks:external" |
48 | 48 | }, |
49 | 49 | "imports": { |
|
57 | 57 | "cssremedy": "^0.1.0-beta.2" |
58 | 58 | }, |
59 | 59 | "devDependencies": { |
60 | | - "@11ty/eleventy": "^3.1.1", |
| 60 | + "@11ty/eleventy": "^3.1.2", |
61 | 61 | "@11ty/eleventy-fetch": "^5.1.0", |
62 | 62 | "@11ty/eleventy-img": "^6.0.4", |
63 | 63 | "@11ty/eleventy-plugin-rss": "^2.0.4", |
64 | 64 | "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1", |
65 | 65 | "@11ty/is-land": "^4.0.1", |
66 | | - "@babel/core": "^7.27.4", |
67 | | - "@babel/preset-env": "^7.27.2", |
| 66 | + "@babel/core": "^7.28.0", |
| 67 | + "@babel/preset-env": "^7.28.0", |
68 | 68 | "@date-fns/utc": "^2.1.0", |
69 | | - "@eslint/js": "^9.29.0", |
| 69 | + "@eslint/js": "^9.31.0", |
70 | 70 | "@netlify/plugin-a11y": "^1.0.0-beta.1", |
71 | 71 | "@rollup/plugin-babel": "^6.0.4", |
72 | 72 | "@rollup/plugin-commonjs": "^28.0.6", |
|
76 | 76 | "autoprefixer": "^10.4.21", |
77 | 77 | "chalk": "^5.4.1", |
78 | 78 | "chokidar-cli": "^3.0.0", |
79 | | - "core-js": "^3.43.0", |
| 79 | + "core-js": "^3.44.0", |
80 | 80 | "date-fns": "^4.1.0", |
81 | | - "dotenv": "^16.5.0", |
| 81 | + "dotenv": "^17.2.0", |
82 | 82 | "doxray": "^0.10.1", |
83 | | - "eslint": "^9.29.0", |
| 83 | + "eslint": "^9.31.0", |
84 | 84 | "eslint-config-prettier": "^10.1.5", |
85 | 85 | "eslint-plugin-jest": "^29.0.1", |
86 | 86 | "eslint-plugin-simple-import-sort": "^12.1.1", |
87 | 87 | "fs-extra": "^11.3.0", |
88 | | - "globals": "^16.2.0", |
89 | | - "jest": "^30.0.2", |
90 | | - "jest-environment-jsdom": "^30.0.2", |
| 88 | + "globals": "^16.3.0", |
| 89 | + "jest": "^30.0.4", |
| 90 | + "jest-environment-jsdom": "^30.0.4", |
91 | 91 | "js-yaml": "^4.1.0", |
92 | 92 | "lite-youtube-embed": "^0.3.3", |
93 | 93 | "lodash-es": "^4.17.21", |
|
96 | 96 | "markdown-it-footnote": "^4.0.0", |
97 | 97 | "markdown-it-mark": "^4.0.0", |
98 | 98 | "mockdate": "^3.0.5", |
99 | | - "netlify-plugin-11ty": "^1.4.0", |
| 99 | + "netlify-plugin-11ty": "^1.5.0", |
100 | 100 | "node-fetch": "^3.3.2", |
101 | 101 | "npm-run-all": "^4.1.5", |
102 | 102 | "postcss": "^8.5.6", |
103 | 103 | "posthtml": "^0.16.6", |
104 | | - "prettier": "^3.6.0", |
| 104 | + "prettier": "^3.6.2", |
105 | 105 | "rimraf": "^6.0.1", |
106 | | - "rollup": "^4.44.0", |
| 106 | + "rollup": "^4.45.0", |
107 | 107 | "sanitize-html": "^2.17.0", |
108 | 108 | "sass-embedded": "^1.89.2", |
109 | 109 | "sassdoc": "^2.7.4", |
110 | 110 | "sassdoc-theme-herman": "^6.0.2", |
111 | 111 | "slugify": "^1.6.6", |
112 | 112 | "striptags": "^3.2.0", |
113 | | - "stylelint": "^16.21.0", |
| 113 | + "stylelint": "^16.21.1", |
114 | 114 | "stylelint-config-standard-scss": "^15.0.1", |
115 | 115 | "truncate-html": "^1.2.2", |
116 | 116 | "typescript": "^5.8.3", |
|
0 commit comments