Update to latest 11ty version (3.1.0) (#2)
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m54s
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m54s
Reviewed-on: #2 Co-authored-by: Devin Haska <wonderfulfrog@noreply.git.cloud.haska.me> Co-committed-by: Devin Haska <wonderfulfrog@noreply.git.cloud.haska.me>
This commit is contained in:
parent
86b2f2dbdc
commit
1e13bc4162
4 changed files with 761 additions and 2064 deletions
2810
package-lock.json
generated
2810
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -14,11 +14,11 @@
|
|||
"upload": "node scripts/upload.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^3.0.0",
|
||||
"@11ty/eleventy-fetch": "^4.0.0",
|
||||
"@11ty/eleventy-img": "^6.0.1",
|
||||
"@11ty/eleventy": "^3.1.0",
|
||||
"@11ty/eleventy-fetch": "^5.1.0",
|
||||
"@11ty/eleventy-img": "^6.0.4",
|
||||
"autoprefixer": "^10.4.17",
|
||||
"cheerio": "^1.0.0-rc.12",
|
||||
"cheerio": "^1.0.0",
|
||||
"cssnano": "^6.0.3",
|
||||
"dayjs": "^1.11.10",
|
||||
"dotenv": "^16.4.5",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import "dotenv/config";
|
||||
|
||||
import EleventyFetch from "@11ty/eleventy-fetch";
|
||||
import cheerio from "cheerio";
|
||||
import * as cheerio from "cheerio";
|
||||
import dayjs from "dayjs";
|
||||
import utc from "dayjs/plugin/utc.js";
|
||||
import relativeTime from "dayjs/plugin/relativeTime.js";
|
||||
|
|
|
@ -10,6 +10,11 @@ All the changes that are fit to read!
|
|||
|
||||
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
|
||||
|
||||
- Fix issue with `CDATA` inside the RSS feeds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue