-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the metalsmith group with 5 updates #4293
Bump the metalsmith group with 5 updates #4293
Conversation
✅ You can preview this change here:
To edit notification comments on pull requests, go to your Netlify site configuration. |
Bumps the metalsmith group with 5 updates: | Package | From | To | | --- | --- | --- | | [@metalsmith/permalinks](https://github.com/metalsmith/permalinks) | `3.0.1` | `3.1.0` | | [marked](https://github.com/markedjs/marked) | `14.1.3` | `15.0.0` | | [marked-gfm-heading-id](https://github.com/markedjs/marked-gfm-heading-id) | `4.1.0` | `4.1.1` | | [marked-highlight](https://github.com/markedjs/marked-highlight) | `2.2.0` | `2.2.1` | | [marked-smartypants](https://github.com/markedjs/marked-smartypants) | `1.1.8` | `1.1.9` | Updates `@metalsmith/permalinks` from 3.0.1 to 3.1.0 - [Release notes](https://github.com/metalsmith/permalinks/releases) - [Changelog](https://github.com/metalsmith/permalinks/blob/main/CHANGELOG.md) - [Commits](metalsmith/permalinks@v3.0.1...v3.1.0) Updates `marked` from 14.1.3 to 15.0.0 - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](markedjs/marked@v14.1.3...v15.0.0) Updates `marked-gfm-heading-id` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/markedjs/marked-gfm-heading-id/releases) - [Changelog](https://github.com/markedjs/marked-gfm-heading-id/blob/main/release.config.cjs) - [Commits](markedjs/marked-gfm-heading-id@v4.1.0...v4.1.1) Updates `marked-highlight` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/markedjs/marked-highlight/releases) - [Changelog](https://github.com/markedjs/marked-highlight/blob/main/release.config.cjs) - [Commits](markedjs/marked-highlight@v2.2.0...v2.2.1) Updates `marked-smartypants` from 1.1.8 to 1.1.9 - [Release notes](https://github.com/markedjs/marked-smartypants/releases) - [Changelog](https://github.com/markedjs/marked-smartypants/blob/main/release.config.cjs) - [Commits](markedjs/marked-smartypants@v1.1.8...v1.1.9) --- updated-dependencies: - dependency-name: "@metalsmith/permalinks" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: metalsmith - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-major dependency-group: metalsmith - dependency-name: marked-gfm-heading-id dependency-type: direct:development update-type: version-update:semver-patch dependency-group: metalsmith - dependency-name: marked-highlight dependency-type: direct:development update-type: version-update:semver-patch dependency-group: metalsmith - dependency-name: marked-smartypants dependency-type: direct:development update-type: version-update:semver-patch dependency-group: metalsmith ... Signed-off-by: dependabot[bot] <[email protected]>
bfd2ae1
to
b0d0f37
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Marked's change to rendering means that quotes are no longer converted to unicode ie: "
doesn't become "
. I've therefore converted a few double quotes in alt text into single quotes.
This is also a breaking change so besides my changes, this needs a second review anyway.
Bumps the metalsmith group with 5 updates:
3.0.1
3.1.0
14.1.3
15.0.0
4.1.0
4.1.1
2.2.0
2.2.1
1.1.8
1.1.9
Updates
@metalsmith/permalinks
from 3.0.1 to 3.1.0Release notes
Sourced from
@metalsmith/permalinks
's releases.Changelog
Sourced from
@metalsmith/permalinks
's changelog.Commits
d027abb
Release 3.1.03b754ab
Improve debug & error message clarity76a1349
Adds README info about placeholder substitution for booleans/ arrays26203cc
Documents 'hidden' feature for custom date formatting function, adds date-fn ...c01345f
Drops support for Node < 14.18.0 to enable node:-prefixed imports7258738
Improves debugging by preventingdateFormatter
function from returning an a...2484713
refactor: update test case to match the scenariodffe27b
refactor: simplify date formatting logic and enhance dateFormatter functionde5c645
dev: update devDependencies to latest, migrate to eslint.config.js, fix secur...Updates
marked
from 14.1.3 to 15.0.0Release notes
Sourced from marked's releases.
Commits
f66914e
chore(release): 15.0.0 [skip ci]1f88deb
fix: Move all regexps to rules (#3519)58d66e5
fix: escape html in renderer (#3495)dc4ae3b
docs: fix indexOf typo (#3526)10a53d9
chore(release): 14.1.4 [skip ci]0afe87d
fix: fix del with escaped tilde (#3517)a612576
fix: fix html comment after list (#3518)a73f85e
docs: Marked extension template docs (#3523)035af38
chore(deps-dev): Bump eslint from 9.13.0 to 9.14.0 (#3522)ff2419e
chore(deps-dev): Bump rollup from 4.24.2 to 4.24.4 (#3521)Updates
marked-gfm-heading-id
from 4.1.0 to 4.1.1Release notes
Sourced from marked-gfm-heading-id's releases.
Commits
fee8516
chore(release): 4.1.1 [skip ci]e055d40
🗜️ build [skip ci]915fba6
fix: allow marked v15 (#626)eeb9d48
Merge pull request #624 from markedjs/dependabot/npm_and_yarn/globals-15.12.0d45644b
chore(deps-dev): bump globals from 15.11.0 to 15.12.01db6a61
Merge pull request #625 from markedjs/dependabot/npm_and_yarn/rollup-4.24.4ebf3177
Merge pull request #623 from markedjs/dependabot/npm_and_yarn/eslint-9.14.046968de
chore(deps-dev): bump rollup from 4.24.2 to 4.24.407e370d
chore(deps-dev): bump eslint from 9.13.0 to 9.14.02cc4701
Merge pull request #621 from markedjs/dependabot/npm_and_yarn/babel/preset-en...Updates
marked-highlight
from 2.2.0 to 2.2.1Release notes
Sourced from marked-highlight's releases.
Commits
125be96
chore(release): 2.2.1 [skip ci]46e34cd
fix: allow marked v15 (#361)6ce1b9e
docs: Fix CDN example in README (#360)4278c71
Merge pull request #359 from markedjs/dependabot/npm_and_yarn/eslint-9.14.03ac4ceb
chore(deps-dev): Bump eslint from 9.13.0 to 9.14.08cfe7f7
Merge pull request #358 from markedjs/dependabot/npm_and_yarn/globals-15.12.0c2636e2
Merge pull request #357 from markedjs/dependabot/npm_and_yarn/rollup-4.24.48263f2e
chore(deps-dev): Bump globals from 15.11.0 to 15.12.013a7969
chore(deps-dev): Bump rollup from 4.24.2 to 4.24.4911e60d
Merge pull request #354 from markedjs/dependabot/npm_and_yarn/semantic-releas...Updates
marked-smartypants
from 1.1.8 to 1.1.9Release notes
Sourced from marked-smartypants's releases.
Commits
0ec47d7
chore(release): 1.1.9 [skip ci]c64372c
fix: allow marked v15 (#278)12ad89f
Merge pull request #277 from markedjs/dependabot/npm_and_yarn/rollup-4.24.35ea02e5
Merge pull request #276 from markedjs/dependabot/npm_and_yarn/eslint-9.14.0da72a2a
chore(deps-dev): bump rollup from 4.24.2 to 4.24.3326cd28
chore(deps-dev): bump eslint from 9.13.0 to 9.14.06902b12
Merge pull request #275 from markedjs/dependabot/npm_and_yarn/semantic-releas...66f3eb9
chore(deps-dev): bump semantic-release from 24.1.3 to 24.2.063d1145
Merge pull request #274 from markedjs/dependabot/npm_and_yarn/markedjs/eslint...49637dd
Merge pull request #273 from markedjs/dependabot/npm_and_yarn/rollup-4.24.2Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions