Compare commits

...

5 commits

Author SHA1 Message Date
14f024ad91
chore: update changelog
All checks were successful
Build and Deploy Staging / build_and_deploy (pull_request) Successful in 1m53s
2025-05-27 19:53:04 -07:00
ea5c61b47f
feat: update eleventy-img to 6.0.4 2025-05-27 19:51:05 -07:00
b76c872020
feat: update eleventy-fetch to 5.1.0 2025-05-27 19:50:10 -07:00
abd92558c8
feat: update cheerio to 1.0.0 2025-05-27 19:49:17 -07:00
97afadf177
feat: update 11ty to 3.1.0 2025-05-27 19:28:00 -07:00
4 changed files with 761 additions and 2064 deletions

2810
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -14,11 +14,11 @@
"upload": "node scripts/upload.js" "upload": "node scripts/upload.js"
}, },
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^3.0.0", "@11ty/eleventy": "^3.1.0",
"@11ty/eleventy-fetch": "^4.0.0", "@11ty/eleventy-fetch": "^5.1.0",
"@11ty/eleventy-img": "^6.0.1", "@11ty/eleventy-img": "^6.0.4",
"autoprefixer": "^10.4.17", "autoprefixer": "^10.4.17",
"cheerio": "^1.0.0-rc.12", "cheerio": "^1.0.0",
"cssnano": "^6.0.3", "cssnano": "^6.0.3",
"dayjs": "^1.11.10", "dayjs": "^1.11.10",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",

View file

@ -1,7 +1,7 @@
import "dotenv/config"; import "dotenv/config";
import EleventyFetch from "@11ty/eleventy-fetch"; import EleventyFetch from "@11ty/eleventy-fetch";
import cheerio from "cheerio"; import * as cheerio from "cheerio";
import dayjs from "dayjs"; import dayjs from "dayjs";
import utc from "dayjs/plugin/utc.js"; import utc from "dayjs/plugin/utc.js";
import relativeTime from "dayjs/plugin/relativeTime.js"; import relativeTime from "dayjs/plugin/relativeTime.js";

View file

@ -10,6 +10,11 @@ All the changes that are fit to read!
If preferred, the [commit log is available here][commits]. If preferred, the [commit log is available here][commits].
## May 27th, 2025
- Updated Eleventy to `3.1.0`
- Other dependencies updated to latest versions
## April 15th, 2025 ## April 15th, 2025
- Fix issue with `CDATA` inside the RSS feeds - Fix issue with `CDATA` inside the RSS feeds