)]}'
{
  "commit": "a6cd158eeaa5d887480e90351596c94d32b18bce",
  "tree": "9b6ef0bb4c1b79cd94ed478c413054d971806a00",
  "parents": [
    "2a8b2e06934b1e4c4da7d28510655f79ea49dbc3"
  ],
  "author": {
    "name": "dependabot[bot]",
    "email": "49699333+dependabot[bot]@users.noreply.github.com",
    "time": "Tue Sep 10 13:12:21 2024 +0900"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Tue Sep 10 04:12:21 2024 +0000"
  },
  "message": "build(deps): bump mdit-py-plugins from 0.4.1 to 0.4.2 in /docs (#2209)\n\nBumps\n[mdit-py-plugins](https://github.com/executablebooks/mdit-py-plugins)\nfrom 0.4.1 to 0.4.2.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca\nhref\u003d\"https://github.com/executablebooks/mdit-py-plugins/releases\"\u003emdit-py-plugins\u0027s\nreleases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.4.2\u003c/h2\u003e\n\u003ch2\u003eWhat\u0027s Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e👌 Improve parsing of nested amsmath by \u003ca\nhref\u003d\"https://github.com/chrisjsewell\"\u003e\u003ccode\u003e@​chrisjsewell\u003c/code\u003e\u003c/a\u003e\nin \u003ca\nhref\u003d\"https://redirect.github.com/executablebooks/mdit-py-plugins/pull/119\"\u003eexecutablebooks/mdit-py-plugins#119\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e✨ Add \u003ccode\u003eallowed\u003c/code\u003e option for inline/block attributes by \u003ca\nhref\u003d\"https://github.com/joker21663\"\u003e\u003ccode\u003e@​joker21663\u003c/code\u003e\u003c/a\u003e in \u003ca\nhref\u003d\"https://redirect.github.com/executablebooks/mdit-py-plugins/pull/115\"\u003eexecutablebooks/mdit-py-plugins#115\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/joker21663\"\u003e\u003ccode\u003e@​joker21663\u003c/code\u003e\u003c/a\u003e made\ntheir first contribution in \u003ca\nhref\u003d\"https://redirect.github.com/executablebooks/mdit-py-plugins/pull/115\"\u003eexecutablebooks/mdit-py-plugins#115\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca\nhref\u003d\"https://github.com/executablebooks/mdit-py-plugins/compare/v0.4.1...v0.4.2\"\u003ehttps://github.com/executablebooks/mdit-py-plugins/compare/v0.4.1...v0.4.2\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca\nhref\u003d\"https://github.com/executablebooks/mdit-py-plugins/blob/master/CHANGELOG.md\"\u003emdit-py-plugins\u0027s\nchangelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e0.4.2 - 2024-09-09\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e👌 Improve parsing of nested amsmath\u003c/p\u003e\n\u003cp\u003eThe previous logic was problematic for amsmath blocks nested in other\nblocs (such as blockquotes)\u003c/p\u003e\n\u003cp\u003eThe new parsing code now principally follows the logic in\n\u003ccode\u003emarkdown_it/rules_block/fence.py\u003c/code\u003e\n(see also \u003ca\nhref\u003d\"https://spec.commonmark.org/0.30/#fenced-code-blocks\"\u003ehttps://spec.commonmark.org/0.30/#fenced-code-blocks\u003c/a\u003e),\nexcept that:\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003eit allows for a closing tag on the same line as the opening tag,\nand\u003c/li\u003e\n\u003cli\u003eit does not allow for an opening tag without closing tag (i.e. no\nauto-closing)\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e✨ Add \u003ccode\u003eallowed\u003c/code\u003e option for inline/block attributes\u003c/p\u003e\n\u003cp\u003eThe \u003ccode\u003eallowed\u003c/code\u003e option accepts a list of allowed attribute\nnames.\nIf not \u003ccode\u003eNone\u003c/code\u003e, any attributes not in this list will be\nremoved\nand placed in the token\u0027s meta under the key\n\u003ccode\u003e\u0026quot;insecure_attrs\u0026quot;\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/executablebooks/mdit-py-plugins/commit/2236898619148b33c51bae3c1aca380618c82db7\"\u003e\u003ccode\u003e2236898\u003c/code\u003e\u003c/a\u003e\n🚀 Release v0.4.2 (\u003ca\nhref\u003d\"https://redirect.github.com/executablebooks/mdit-py-plugins/issues/121\"\u003e#121\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/executablebooks/mdit-py-plugins/commit/10d5b4d05eb667b55695ddb132414d9b8f7ba760\"\u003e\u003ccode\u003e10d5b4d\u003c/code\u003e\u003c/a\u003e\n✨ Add \u003ccode\u003eallowed\u003c/code\u003e option for inline/block attributes (\u003ca\nhref\u003d\"https://redirect.github.com/executablebooks/mdit-py-plugins/issues/115\"\u003e#115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/executablebooks/mdit-py-plugins/commit/3f7fcc6794f496d5d5e40335b361a20fc82ca3d1\"\u003e\u003ccode\u003e3f7fcc6\u003c/code\u003e\u003c/a\u003e\n👌 Improve parsing of nested amsmath (\u003ca\nhref\u003d\"https://redirect.github.com/executablebooks/mdit-py-plugins/issues/119\"\u003e#119\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/executablebooks/mdit-py-plugins/commit/637f7e70a522a7eef6f7696fea0b7baa481933af\"\u003e\u003ccode\u003e637f7e7\u003c/code\u003e\u003c/a\u003e\n🔧 codecov no longer works on forks (\u003ca\nhref\u003d\"https://redirect.github.com/executablebooks/mdit-py-plugins/issues/116\"\u003e#116\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca\nhref\u003d\"https://github.com/executablebooks/mdit-py-plugins/compare/v0.4.1...v0.4.2\"\u003ecompare\nview\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name\u003dmdit-py-plugins\u0026package-manager\u003dpip\u0026previous-version\u003d0.4.1\u0026new-version\u003d0.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don\u0027t\nalter it yourself. You can also trigger a rebase manually by commenting\n`@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits\nthat have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after\nyour CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge\nand block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating\nit. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all\nof the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop\nDependabot creating any more for this major version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop\nDependabot creating any more for this minor version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop\nDependabot creating any more for this dependency (unless you reopen the\nPR or upgrade to it yourself)\n\n\n\u003c/details\u003e\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "2f461138d6640acce224ceaf4893899d72b15218",
      "old_mode": 33188,
      "old_path": "docs/requirements.txt",
      "new_id": "7b5681d82aa1e4513d6aa423efca426b0392faea",
      "new_mode": 33188,
      "new_path": "docs/requirements.txt"
    }
  ]
}
