[PR #295] [CLOSED] chore(deps-dev): bump markdown-it-prism from 2.2.4 to 2.2.5 #309

Closed
opened 2025-12-01 17:06:43 +01:00 by arthur · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/295
Author: @dependabot[bot]
Created: 8/24/2022
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/markdown-it-prism-2.2.5


📝 Commits (1)

  • 122ecd9 chore(deps-dev): bump markdown-it-prism from 2.2.4 to 2.2.5

📊 Changes

2 files changed (+10 additions, -10 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+9 -9)

📄 Description

Bumps markdown-it-prism from 2.2.4 to 2.2.5.

Release notes

Sourced from markdown-it-prism's releases.

v2.2.5

2.2.5 (2022-08-23)

Bug Fixes

  • deps: update dependency prismjs to v1.29.0 (f20d725)
Changelog

Sourced from markdown-it-prism's changelog.

2.2.5 (2022-08-23)

Bug Fixes

  • deps: update dependency prismjs to v1.29.0 (f20d725)
Commits
  • d5b31be chore(release): 2.2.5 [skip ci]
  • f20d725 fix(deps): update dependency prismjs to v1.29.0
  • 983f017 chore(deps): update typescript-eslint monorepo to v5.34.0
  • b30d535 chore(deps): update dependency semantic-release to v19.0.4
  • e8b02af chore(deps): update dependency @​babel/core to v7.18.13
  • 8de8600 chore(deps): lock file maintenance
  • 6a150d5 chore(deps): update typescript-eslint monorepo to v5.33.1
  • a015d2c chore(deps): update dependency @​types/jest to v28.1.7
  • 46bda08 chore(deps): lock file maintenance
  • 874c6a2 chore(deps): update dependency eslint to v8.22.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArthurDanjou/website-old/pull/295 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/24/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/markdown-it-prism-2.2.5` --- ### 📝 Commits (1) - [`122ecd9`](https://github.com/ArthurDanjou/website-old/commit/122ecd9e789c1ce03b5c8cc874a9c0e70df200ad) chore(deps-dev): bump markdown-it-prism from 2.2.4 to 2.2.5 ### 📊 Changes **2 files changed** (+10 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+9 -9) </details> ### 📄 Description Bumps [markdown-it-prism](https://github.com/jGleitz/markdown-it-prism) from 2.2.4 to 2.2.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jGleitz/markdown-it-prism/releases">markdown-it-prism's releases</a>.</em></p> <blockquote> <h2>v2.2.5</h2> <h2><a href="https://github.com/jGleitz/markdown-it-prism/compare/v2.2.4...v2.2.5">2.2.5</a> (2022-08-23)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency prismjs to v1.29.0 (<a href="https://github.com/jGleitz/markdown-it-prism/commit/f20d72538a66df812b4da4cff7d8336a62df7585">f20d725</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jGleitz/markdown-it-prism/blob/master/CHANGELOG.md">markdown-it-prism's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/jGleitz/markdown-it-prism/compare/v2.2.4...v2.2.5">2.2.5</a> (2022-08-23)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency prismjs to v1.29.0 (<a href="https://github.com/jGleitz/markdown-it-prism/commit/f20d72538a66df812b4da4cff7d8336a62df7585">f20d725</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jGleitz/markdown-it-prism/commit/d5b31be2b28c28ba7f263b10e9d12a645ba833e1"><code>d5b31be</code></a> chore(release): 2.2.5 [skip ci]</li> <li><a href="https://github.com/jGleitz/markdown-it-prism/commit/f20d72538a66df812b4da4cff7d8336a62df7585"><code>f20d725</code></a> fix(deps): update dependency prismjs to v1.29.0</li> <li><a href="https://github.com/jGleitz/markdown-it-prism/commit/983f017f7d375006502e49d855f64d9ae7d0edaa"><code>983f017</code></a> chore(deps): update typescript-eslint monorepo to v5.34.0</li> <li><a href="https://github.com/jGleitz/markdown-it-prism/commit/b30d53529149f2cb7939e0ad6509663abbe57199"><code>b30d535</code></a> chore(deps): update dependency semantic-release to v19.0.4</li> <li><a href="https://github.com/jGleitz/markdown-it-prism/commit/e8b02af3b912f301ed43fbe6bb9364abd9c40745"><code>e8b02af</code></a> chore(deps): update dependency <code>@​babel/core</code> to v7.18.13</li> <li><a href="https://github.com/jGleitz/markdown-it-prism/commit/8de8600e5369ae49a3e73a0c6c99d01d65d0962a"><code>8de8600</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/jGleitz/markdown-it-prism/commit/6a150d51206edd3c9578f2470e57e9494269a716"><code>6a150d5</code></a> chore(deps): update typescript-eslint monorepo to v5.33.1</li> <li><a href="https://github.com/jGleitz/markdown-it-prism/commit/a015d2c927951bf3d2983693de00638837fcca58"><code>a015d2c</code></a> chore(deps): update dependency <code>@​types/jest</code> to v28.1.7</li> <li><a href="https://github.com/jGleitz/markdown-it-prism/commit/46bda08b6b297367686b37e3dea6e3c10ad54417"><code>46bda08</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/jGleitz/markdown-it-prism/commit/874c6a254eb3b9aee0c586f87078145737a0c109"><code>874c6a2</code></a> chore(deps): update dependency eslint to v8.22.0</li> <li>Additional commits viewable in <a href="https://github.com/jGleitz/markdown-it-prism/compare/v2.2.4...v2.2.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=markdown-it-prism&package-manager=npm_and_yarn&previous-version=2.2.4&new-version=2.2.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
arthur added the pull-request label 2025-12-01 17:06:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: arthur/website-old#309