René's URL Explorer Experiment


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

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:5c9a6616-24e5-2f7f-6f9a-be4066065b2c
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idD708:27005C:2476532:3189451:69808529
html-safe-nonce5f11e3ecf48d597787be82ca8e93a0206a808e871c535b1e21d2dd3d29200060
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENzA4OjI3MDA1QzoyNDc2NTMyOjMxODk0NTE6Njk4MDg1MjkiLCJ2aXNpdG9yX2lkIjoiMjY4NzY1MTgyNDA5MzQ0Mjk4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmaca942fd6fece31f0ad5ab3d46d8d68126f6f440204b845f5834a2fc7179513883
hovercard-subject-tagpull_request:1252200401
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/sdarray/sdarray/pull/41/checks
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps 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_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonea655d4df3b43671613bf5bf4449d183ed68a015e5d32b00269218f3d9a2e710d
turbo-cache-controlno-preview
go-importgithub.com/sdarray/sdarray git https://github.com/sdarray/sdarray.git
octolytics-dimension-user_id45089600
octolytics-dimension-user_loginsdarray
octolytics-dimension-repository_id202541683
octolytics-dimension-repository_nwosdarray/sdarray
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id202541683
octolytics-dimension-repository_network_root_nwosdarray/sdarray
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release4fc036202b2c45e242f3563a131cd4c7da5a7c7d
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/sdarray/sdarray/pull/41/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fsdarray%2Fsdarray%2Fpull%2F41%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fsdarray%2Fsdarray%2Fpull%2F41%2Fchecks
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=sdarray%2Fsdarray
Reloadhttps://patch-diff.githubusercontent.com/sdarray/sdarray/pull/41/checks
Reloadhttps://patch-diff.githubusercontent.com/sdarray/sdarray/pull/41/checks
Reloadhttps://patch-diff.githubusercontent.com/sdarray/sdarray/pull/41/checks
sdarray https://patch-diff.githubusercontent.com/sdarray
sdarrayhttps://patch-diff.githubusercontent.com/sdarray/sdarray
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fsdarray%2Fsdarray
Fork 1 https://patch-diff.githubusercontent.com/login?return_to=%2Fsdarray%2Fsdarray
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fsdarray%2Fsdarray
Code https://patch-diff.githubusercontent.com/sdarray/sdarray
Issues 3 https://patch-diff.githubusercontent.com/sdarray/sdarray/issues
Pull requests 3 https://patch-diff.githubusercontent.com/sdarray/sdarray/pulls
Actions https://patch-diff.githubusercontent.com/sdarray/sdarray/actions
Security 0 https://patch-diff.githubusercontent.com/sdarray/sdarray/security
Insights https://patch-diff.githubusercontent.com/sdarray/sdarray/pulse
Code https://patch-diff.githubusercontent.com/sdarray/sdarray
Issues https://patch-diff.githubusercontent.com/sdarray/sdarray/issues
Pull requests https://patch-diff.githubusercontent.com/sdarray/sdarray/pulls
Actions https://patch-diff.githubusercontent.com/sdarray/sdarray/actions
Security https://patch-diff.githubusercontent.com/sdarray/sdarray/security
Insights https://patch-diff.githubusercontent.com/sdarray/sdarray/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fsdarray%2Fsdarray%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fsdarray%2Fsdarray%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
mainhttps://patch-diff.githubusercontent.com/sdarray/sdarray/tree/main
dependabot/pip/markdown-it-py-2.2.0https://patch-diff.githubusercontent.com/sdarray/sdarray/tree/dependabot/pip/markdown-it-py-2.2.0
Conversation 0 https://patch-diff.githubusercontent.com/sdarray/sdarray/pull/41
Commits 1 https://patch-diff.githubusercontent.com/sdarray/sdarray/pull/41/commits
Checks 0 https://patch-diff.githubusercontent.com/sdarray/sdarray/pull/41/checks
Files changed https://patch-diff.githubusercontent.com/sdarray/sdarray/pull/41/files
Please reload this pagehttps://patch-diff.githubusercontent.com/sdarray/sdarray/pull/41/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/sdarray/sdarray/pull/41/checks
Bump markdown-it-py from 2.0.1 to 2.2.0 https://patch-diff.githubusercontent.com/sdarray/sdarray/pull/41/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/sdarray/sdarray/pull/41/checks
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.