Title: Bump markdown-it-py from 2.0.1 to 2.2.0 by dependabot[bot] · Pull Request #41 · sdarray/sdarray · GitHub
Open Graph Title: Bump markdown-it-py from 2.0.1 to 2.2.0 by dependabot[bot] · Pull Request #41 · sdarray/sdarray
X Title: Bump markdown-it-py from 2.0.1 to 2.2.0 by dependabot[bot] · Pull Request #41 · sdarray/sdarray
Description: Bumps markdown-it-py from 2.0.1 to 2.2.0. Release notes Sourced from markdown-it-py's releases. v2.2.0 What's Changed ⬆️ UPGRADE: Allow linkify-it-py v2 by @hukkin in #218 🐛 FIX: CVE-2023-26303 by @chrisjsewell in #246 🐛 FIX: CLI crash on non-utf8 character by @chrisjsewell in #247 📚 DOCS: Update the example by @redstoneleo in #229 📚 DOCS: Add section about markdown renderer by @holamgadol in #227 🔧 Create SECURITY.md by @chrisjsewell in #248 🔧 MAINTAIN: Update mypy's additional dependencies by @hukkin in #217 Fix typo by @jwilk in #230 🔧 Bump GH actions by @chrisjsewell in #244 🔧 Update benchmark pkg versions by @chrisjsewell in #245 New Contributors Thanks to 🎉 @jwilk made their first contribution in #230 @holamgadol made their first contribution in #227 @redstoneleo made their first contribution in #229 Full Changelog: executablebooks/markdown-it-py@v2.1.0...v2.2.0 v2.1.0 What's Changed 🔧 MAINTAIN: Add a profiler tox env by @hukkin in executablebooks/markdown-it-py#197 🔧 MAINTAIN: Update performance benchmark by @hukkin in executablebooks/markdown-it-py#196 ✨ NEW: Save ordered list numbering by @hukkin in executablebooks/markdown-it-py#192 ⬆️ UPGRADE: Drop support for EOL Python 3.6 by @hukkin in executablebooks/markdown-it-py#194 🧪 TEST: Space in link destination generates IndexError by @mib112 in executablebooks/markdown-it-py#206 📚 DOCS: Fix typos by @kianmeng in executablebooks/markdown-it-py#203 🔧 MAINTAIN: Move from setuptools to flit by @chrisjsewell in executablebooks/markdown-it-py#208 📚 DOCS: Fix build by @chrisjsewell in executablebooks/markdown-it-py#209 🔧 MAINTAIN: Add isort hook by @chrisjsewell in executablebooks/markdown-it-py#210 ♻️ REFACTOR: Move internal Rule/Delimiter to dataclass by @chrisjsewell in executablebooks/markdown-it-py#211 ♻️ REFACTOR: Move Token to dataclass by @chrisjsewell in executablebooks/markdown-it-py#212 📚 DOCS: Update usage guide to use PyPI package name by @thibaudcolas in executablebooks/markdown-it-py#202 🐛 FIX: Combination of blockquotes, list and newlines causes IndexError by @hukkin in executablebooks/markdown-it-py#207 ♻️ REFACTOR: slots for dataclasses by @hukkin in executablebooks/markdown-it-py#214 🚀 RELEASE: v2.1.0 by @chrisjsewell in executablebooks/markdown-it-py#213 New Contributors @mib112 made their first contribution in executablebooks/markdown-it-py#206 @kianmeng made their first contribution in executablebooks/markdown-it-py#203 @thibaudcolas made their first contribution in executablebooks/markdown-it-py#202 Full Changelog: executablebooks/markdown-it-py@v2.0.1...v2.1.0 Changelog Sourced from markdown-it-py's changelog. 2.2.0 - 2023-02-22 What's Changed ⬆️ UPGRADE: Allow linkify-it-py v2 by @hukkin in #218 🐛 FIX: CVE-2023-26303 by @chrisjsewell in #246 🐛 FIX: CLI crash on non-utf8 character by @chrisjsewell in #247 📚 DOCS: Update the example by @redstoneleo in #229 📚 DOCS: Add section about markdown renderer by @holamgadol in #227 🔧 Create SECURITY.md by @chrisjsewell in #248 🔧 MAINTAIN: Update mypy's additional dependencies by @hukkin in #217 Fix typo by @jwilk in #230 🔧 Bump GH actions by @chrisjsewell in #244 🔧 Update benchmark pkg versions by @chrisjsewell in #245 New Contributors Thanks to 🎉 @jwilk made their first contribution in #230 @holamgadol made their first contribution in #227 @redstoneleo made their first contribution in #229 Full Changelog: executablebooks/markdown-it-py@v2.1.0...v2.2.0 2.1.0 - 2022-04-15 This release is primarily to replace the attrs package dependency, with the built-in Python dataclasses package. This should not be a breaking change, for most use cases. ⬆️ UPGRADE: Drop support for EOL Python 3.6 (#194) ♻️ REFACTOR: Move Rule/Delimiter classes from attrs to dataclass (#211) ♻️ REFACTOR: Move Token class from attrs to dataclass (#211) ‼️ Remove deprecated NestedTokens and nest_tokens ✨ NEW: Save ordered list numbering (#192) 🐛 FIX: Combination of blockquotes, list and newlines causes IndexError (#207) Commits 73a0147 🚀 RELEASE: v2.2.0 (#250) 53ca3e9 🐛 FIX: CLI crash on non-utf8 character (#247) 6491bc2 📚 Add email to security section (#249) cf8b2d8 🔧 Create SECURITY.md (#248) ae03c61 🐛 FIX: CVE-2023-26303 (#246) 2c93e0b 📚 DOCS: Update the example (#229) 4670f0c ⬆️ UPGRADE: Allow linkify-it-py v2 (#218) 032c742 📚 DOCS: Add section about markdown renderer (#227) c9f6856 🔧 Update benchmark pkg versions (#245) 2160a3d 🔧 Bump GH actions (#244) Additional commits viewable in compare view 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) @dependabot use these labels will set the current labels as the default for future PRs for this repo and language @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the Security Alerts page.
Open Graph Description: Bumps markdown-it-py from 2.0.1 to 2.2.0. Release notes Sourced from markdown-it-py's releases. v2.2.0 What's Changed ⬆️ UPGRADE: Allow linkify-it-py v2 by @hukkin in #218 🐛 FIX: CVE-20...
X Description: Bumps markdown-it-py from 2.0.1 to 2.2.0. Release notes Sourced from markdown-it-py's releases. v2.2.0 What's Changed ⬆️ UPGRADE: Allow linkify-it-py v2 by @hukkin in #218 🐛 FIX...
Opengraph URL: https://github.com/sdarray/sdarray/pull/41
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:5970d0fb-3ad4-a528-1dfa-82aed7a9f0da |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 888E:B61A7:168DA8D:1F3AADF:6980CA4F |
| html-safe-nonce | c8e9e1a580d237c30aaa0036c9d370d0cad74f0b7bf22fa84a6e617bbb35295f |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4ODhFOkI2MUE3OjE2OERBOEQ6MUYzQUFERjo2OTgwQ0E0RiIsInZpc2l0b3JfaWQiOiI2NzUwOTU2NzM3MjQ0NzQ0MjcxIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 0354b40c20c0107821b80914e82ed4e2005e849b133a4902247a7fb307ae00cd |
| hovercard-subject-tag | pull_request:1252200401 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/sdarray/sdarray/pull/41/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps markdown-it-py from 2.0.1 to 2.2.0. Release notes Sourced from markdown-it-py's releases. v2.2.0 What's Changed ⬆️ UPGRADE: Allow linkify-it-py v2 by @hukkin in #218 🐛 FIX: CVE-20... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | c940d5e308643c0003d2824389ea8281bcaae0a9a0d07438e3fb5e0bdc4fef12 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/sdarray/sdarray git https://github.com/sdarray/sdarray.git |
| octolytics-dimension-user_id | 45089600 |
| octolytics-dimension-user_login | sdarray |
| octolytics-dimension-repository_id | 202541683 |
| octolytics-dimension-repository_nwo | sdarray/sdarray |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 202541683 |
| octolytics-dimension-repository_network_root_nwo | sdarray/sdarray |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | bb3d0fe9b8e408797775c5db420b1ee5ff06e4d0 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width