chore(deps-dev): bump markdown-it and @11ty/eleventy in /docs#1976
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps-dev): bump markdown-it and @11ty/eleventy in /docs#1976dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) and [@11ty/eleventy](https://github.com/11ty/eleventy). These dependencies needed to be updated together. Updates `markdown-it` from 13.0.2 to 14.2.0 - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](markdown-it/markdown-it@13.0.2...14.2.0) Updates `@11ty/eleventy` from 2.0.1 to 3.1.6 - [Release notes](https://github.com/11ty/eleventy/releases) - [Changelog](https://github.com/11ty/buildawesome/blob/main/docs/release-instructions.md) - [Commits](11ty/buildawesome@v2.0.1...v3.1.6) --- updated-dependencies: - dependency-name: "@11ty/eleventy" dependency-version: 3.1.6 dependency-type: direct:development - dependency-name: markdown-it dependency-version: 14.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
34d2bbf to
7076911
Compare
elsapet
added a commit
that referenced
this pull request
Jun 23, 2026
#1984) * chore(deps-dev): upgrade eleventy 2->3 and markdown-it 13->14 in /docs Bumps @11ty/eleventy 2.0.1 -> 3.1.6 and markdown-it 13.0.2 -> 14.2.0 (#1976). Eleventy v3 ships its named exports (EleventyHtmlBasePlugin, EleventyRenderPlugin) as ESM-only, so the top-level require() in the CommonJS config breaks on Node < 22.12. Resolved by making the config callback async and dynamic-importing those exports inside it, keeping the rest of the file CommonJS. Eleventy v3 requires Node >=18, so the docs build/deploy and lint workflows are bumped from Node 16 to Node 20 (also satisfies gitly's >=20 engine requirement). Plugins (syntaxhighlight 4.2.0, eleventy-fetch 3.0.0, eleventy-plugin-toc 1.1.5, markdown-it-emoji 2.0.2) verified compatible with v3 as-is, no bumps required. Build produces 880 files identically to v2; syntax highlighting, mermaid, and TOC all render correctly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * chore(deps-dev): bump to node 24 (20 is deprecated) * chore(deps-dev): fix bug in async file reaeding (exposed by eleventy-3) --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Looks like these dependencies are up-to-date now, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps markdown-it and @11ty/eleventy. These dependencies needed to be updated together.
Updates
markdown-itfrom 13.0.2 to 14.2.0Changelog
Sourced from markdown-it's changelog.
Commits
829797a14.2.0 released9ce2087Fix smartquotes perfomance02e73b8linkify-it bump68cfb8cfix: don't end HTML comment blocks on a blank line (#1155)1083137Readme cleanup97c7ca2Update funding infoc471b55Changelog update7769621isPunctChar => isPunctCharCodeaa2aa70fix: always reset parentType in lheading rule (#1131)59955f2Polish PRs #1072, #1074Updates
@11ty/eleventyfrom 2.0.1 to 3.1.6Release notes
Sourced from @11ty/eleventy's releases.
... (truncated)
Commits
02ad90av3.1.6 and upgrade deps3dc0566Update release workflow for improved security1b928f5Adds Node 26 to CI for v30a3a4f4Fixes #4283 (v3 branch only)a7af61bUpgrade dependencies for audit fixes.c8cae12v3.1.508f0ef0Release script changes frommain52bcacbv3.1.4a3ea614Fix release scriptb3a1fd2v3.1.3 CoverageMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@11ty/eleventysince your current version.Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.