René's URL Explorer Experiment


Title: Bump minimist, hexo and hexo-deployer-git by dependabot[bot] · Pull Request #17 · GKPython/GKPython.github.io · GitHub

Open Graph Title: Bump minimist, hexo and hexo-deployer-git by dependabot[bot] · Pull Request #17 · GKPython/GKPython.github.io

X Title: Bump minimist, hexo and hexo-deployer-git by dependabot[bot] · Pull Request #17 · GKPython/GKPython.github.io

Description: Bumps minimist to 1.2.8 and updates ancestor dependencies minimist, hexo and hexo-deployer-git. These dependencies need to be updated together. Updates minimist from 1.2.5 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix] opt.string works with multiple aliases [#10](https://github.com/minimistjs/minimist/issues/10) Fixed [Fix] Fix long option followed by single dash (#17) [#15](https://github.com/minimistjs/minimist/issues/15) [Tests] Remove duplicate test (#12) [#8](https://github.com/minimistjs/minimist/issues/8) [Fix] Fix long option followed by single dash [#15](https://github.com/minimistjs/minimist/issues/15) [Fix] opt.string works with multiple aliases (#10) [#9](https://github.com/minimistjs/minimist/issues/9) [Fix] Fix handling of short option with non-trivial equals [#5](https://github.com/minimistjs/minimist/issues/5) [Tests] Remove duplicate test [#8](https://github.com/minimistjs/minimist/issues/8) [Fix] opt.string works with multiple aliases [#9](https://github.com/minimistjs/minimist/issues/9) Commits Merge tag 'v0.2.3' a026794 [eslint] fix indentation and whitespace 5368ca4 [eslint] fix indentation and whitespace e5f5067 [eslint] more cleanup 62fde7d [eslint] more cleanup 36ac5d0 [meta] add auto-changelog 73923d2 [actions] add reusable workflows d80727d [eslint] add eslint; rules to enable later are warnings 48bc06a [eslint] fix indentation 34b0f1c [readme] rename and add badges 5df0fe4 [Dev Deps] switch from covert to nyc a48b128 [Dev Deps] update covert, tape; remove unnecessary tap f0fb958 [meta] create FUNDING.yml; add funding in package.json 3639e0c [meta] use npmignore to autogenerate an npmignore file be2e038 Only apps should have lockfiles 282b570 isConstructorOrProto adapted from PR ef9153f [Dev Deps] update @ljharb/eslint-config, aud 098873c [Dev Deps] update @ljharb/eslint-config, aud 3124ed3 [meta] add safe-publish-latest 4b927de [Tests] add aud in posttest b32d9bd [meta] update repo URLs f9fdfc0 [actions] Avoid 0.6 tests due to build failures ba92fe6 [Dev Deps] update tape 950eaa7 [Dev Deps] add missing npmignore dev dep 3226afa Merge tag 'v0.2.2' 980d7ac v1.2.7 - 2022-10-10 Commits ... (truncated) Commits 6901ee2 v1.2.8 a026794 Merge tag 'v0.2.3' c0b2661 v0.2.3 63b8fee [Fix] Fix long option followed by single dash (#17) 72239e6 [Tests] Remove duplicate test (#12) 34b0f1c [eslint] fix indentation 3226afa [Dev Deps] add missing npmignore dev dep 098873c [Dev Deps] update @ljharb/eslint-config, aud 9ec4d27 [Fix] Fix long option followed by single dash ba92fe6 [actions] Avoid 0.6 tests due to build failures Additional commits viewable in compare view Maintainer changes This version was pushed to npm by ljharb, a new releaser for minimist since your current version. Updates hexo from 4.2.0 to 6.3.0 Release notes Sourced from hexo's releases. 6.3.0 New Features feat(tag/post_link): throw on post_link error by @​xbc5 in hexojs/hexo#4938 feat(tag/include_code): robust for url compuation of view raw by @​stevenjoezhang in hexojs/hexo#4996 feat(paginator): allow custom class name by @​renbaoshuo in hexojs/hexo#5001 feat(helper/toc): more flexible class name by @​renbaoshuo in hexojs/hexo#5010 feat(helper/tagcloud): show_count option (#5047) by @​renbaoshuo in hexojs/hexo#5048 feat(tag/code): add language_attrhexojs/hexo-util#278@​renbaoshuo in hexojs/hexo#5017 feat(helper/is): add is_home_first_page() helper by @​renbaoshuo in hexojs/hexo#5006 Improvements let post_link use original post title as title attribute by @​ppwwyyxx in hexojs/hexo#4973 Fixes fix(hexo/index): db.json file path in debug logging on Windows by @​stevenjoezhang in hexojs/hexo#4994 fix(tag): show source file in unformatted error message by @​curbengh in hexojs/hexo#5031 Don't use data-uri for og:image by @​KentarouTakeda in hexojs/hexo#5053 Refactors refactor(helper/open_graph): use whatwg url api by @​renbaoshuo in hexojs/hexo#5007 chore(mail_to): use native URLSearchParams by @​renbaoshuo in hexojs/hexo#5002 Test test: replace nyc with c8 by @​stevenjoezhang in hexojs/hexo#5040 chore(test/extend/tag): async function (#3328) by @​renbaoshuo in hexojs/hexo#5003 CI/CD chore: Set permissions for GitHub actions by @​neilnaveen in hexojs/hexo#4947 chore: delete release-drafter by @​yoshinorin in hexojs/hexo#5044 chore: improved benchmark result in github actions by @​renbaoshuo in hexojs/hexo#5013 Dependencies chore(deps): bump hexo-util and warehouse by @​yoshinorin in hexojs/hexo#5028 chore(deps): bump hexo-log from 3.0.0 to 3.2.0 by @​yoshinorin in hexojs/hexo#5054 Misc Update license year by @​renbaoshuo in hexojs/hexo#5041 chore: update issue template by @​yoshinorin in hexojs/hexo#5030 chore: update .gitignore by @​yoshinorin in hexojs/hexo#4967 New Contributors ... (truncated) Commits 4d42d9d release: 6.3.0 (#5043) 16e189f chore(deps): bump hexo-log from 3.0.0 to 3.2.0 (#5054) 06a8ebb fix(#5053): exclude data-uri image for og:image (#5053) 6deeb8d feat(tag/code): add language_attrhexojs/hexo-util#278#5017) d9e5f2e feat(helper/tagcloud): show_count option (#5047) (#5048) d95d297 chore: delete release-drafter (#5044) 354f1f1 Update license year (#5041) e44b48c feat(tag/post_link): use original post title as title attribute (#4973) a2fc8c0 test: replace nyc with c8 (#5040) b48f095 fix(tag): show source file in unformatted error message (#5031) Additional commits viewable in compare view Maintainer changes This version was pushed to npm by yoshinorin, a new releaser for hexo since your current version. Updates hexo-deployer-git from 2.1.0 to 4.0.0 Release notes Sourced from hexo-deployer-git's releases. v4.0.0 Breaking Changes chore: require node14+ by @​yoshinorin in hexojs/hexo-deployer-git#271 Performances refactor/perf: use picocolors by @​stevenjoezhang in hexojs/hexo-deployer-git#265 CI/CD Switch to gh-actions by @​tomap in hexojs/hexo-deployer-git#226 chore(deps): bump actions/setup-node from 2 to 3.1.0 by @​dependabot in hexojs/hexo-deployer-git#248 chore(deps): bump actions/checkout from 2 to 3 by @​dependabot in hexojs/hexo-deployer-git#240 chore(deps): bump actions/setup-node from 3.1.0 to 3.4.1 by @​dependabot in hexojs/hexo-deployer-git#267 Docs chore: http to https in src & test by @​yoshinorin in hexojs/hexo-deployer-git#272 Dependencies Use luxon instead of moment by @​stevenjoezhang in hexojs/hexo-deployer-git#204 chore(deps): update dependencies & replace nyc with c8 by @​yoshinorin in hexojs/hexo-deployer-git#277 chore(deps): bump actions/setup-node from 3.4.1 to 3.6.0 by @​dependabot in hexojs/hexo-deployer-git#297 Upgrade to GitHub-native Dependabot by @​dependabot-preview in hexojs/hexo-deployer-git#203 New Contributors @​tomap made their first contribution in hexojs/hexo-deployer-git#226 @​dependabot made their first contribution in hexojs/hexo-deployer-git#248 Full Changelog: hexojs/hexo-deployer-git@3.0.0...v4.0.0 v3.0.0 Changes release: 3.0.0 @​stevenjoezhang (#198) Replace swig-templates with nunjucks @​stevenjoezhang (#173) Dependencies chore(deps-dev): bump mocha from 7.2.0 to 8.0.1 @​dependabot-preview (#190) chore(deps-dev): bump eslint from 6.8.0 to 7.1.0 @​dependabot-preview (#188) chore(deps): bump hexo-fs from 2.0.0 to 3.0.1 @​dependabot-preview (#178) chore(deps): bump hexo-util from 1.9.0 to 2.1.0 @​dependabot-preview (#184) Bump eslint-config-hexo from 3.0.0 to 4.1.0 @​dependabot-preview (#156) chore(deps): bump chalk from 3.0.0 to 4.0.0 @​dependabot-preview (#176) chore(deps-dev): bump mocha from 6.2.3 to 7.1.2 @​dependabot-preview (#179) Bump nyc from 14.1.1 to 15.0.0 @​dependabot-preview (#157) ... (truncated) Commits f125535 release: v4.0.0 (#278) 27e5d8f chore(deps): bump actions/setup-node from 3.4.1 to 3.6.0 (#297) 4f879c5 chore(deps): update dependencies & replace nyc with c8 (#277) 60a931f chore: http to https in src & test (#272) 31eda50 chore: require node14+ (#271) be21373 chore(deps): bump actions/setup-node from 3.1.0 to 3.4.1 (#267) d3dae6c refactor/perf: use picocolors (#265) ab08350 chore(deps): bump actions/checkout from 2 to 3 (#240) 488495e chore(deps): bump actions/setup-node from 2 to 3.1.0 (#248) 7d93124 Use luxon instead of moment (#204) Additional commits viewable in compare view Maintainer changes This version was pushed to npm by yoshinorin, a new releaser for hexo-deployer-git since your current version. 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 minimist to 1.2.8 and updates ancestor dependencies minimist, hexo and hexo-deployer-git. These dependencies need to be updated together. Updates minimist from 1.2.5 to 1.2.8 Changelog Sourc...

X Description: Bumps minimist to 1.2.8 and updates ancestor dependencies minimist, hexo and hexo-deployer-git. These dependencies need to be updated together. Updates minimist from 1.2.5 to 1.2.8 Changelog Sourc...

Opengraph URL: https://github.com/GKPython/GKPython.github.io/pull/17

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:750ee90c-da15-1260-7fca-59c03a404f1f
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idA38A:10503:13CCB1E:199D577:696B19E2
html-safe-nonceed036c812ede196a37732c4d05c4fbb18ba8775cf08c1bef1f719c98bc7ae491
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMzhBOjEwNTAzOjEzQ0NCMUU6MTk5RDU3Nzo2OTZCMTlFMiIsInZpc2l0b3JfaWQiOiIxMzE5MDExMDc4NTc3NTI3MjY2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacbaf67dc66198b476e217aa6c43f305a3493e6f7c8e78afada6373ebb79c134c7
hovercard-subject-tagpull_request:1263252032
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/GKPython/GKPython.github.io/pull/17/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 minimist to 1.2.8 and updates ancestor dependencies minimist, hexo and hexo-deployer-git. These dependencies need to be updated together. Updates minimist from 1.2.5 to 1.2.8 Changelog Sourc...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
turbo-cache-controlno-preview
go-importgithub.com/GKPython/GKPython.github.io git https://github.com/GKPython/GKPython.github.io.git
octolytics-dimension-user_id31722887
octolytics-dimension-user_loginGKPython
octolytics-dimension-repository_id104849525
octolytics-dimension-repository_nwoGKPython/GKPython.github.io
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id104849525
octolytics-dimension-repository_network_root_nwoGKPython/GKPython.github.io
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
release82560a55c6b2054555076f46e683151ee28a19bc
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/GKPython/GKPython.github.io/pull/17/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FGKPython%2FGKPython.github.io%2Fpull%2F17%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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FGKPython%2FGKPython.github.io%2Fpull%2F17%2Fchecks
Sign up https://github.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=GKPython%2FGKPython.github.io
Reloadhttps://github.com/GKPython/GKPython.github.io/pull/17/checks
Reloadhttps://github.com/GKPython/GKPython.github.io/pull/17/checks
Reloadhttps://github.com/GKPython/GKPython.github.io/pull/17/checks
GKPython https://github.com/GKPython
GKPython.github.iohttps://github.com/GKPython/GKPython.github.io
Notifications https://github.com/login?return_to=%2FGKPython%2FGKPython.github.io
Fork 0 https://github.com/login?return_to=%2FGKPython%2FGKPython.github.io
Star 1 https://github.com/login?return_to=%2FGKPython%2FGKPython.github.io
Code https://github.com/GKPython/GKPython.github.io
Issues 0 https://github.com/GKPython/GKPython.github.io/issues
Pull requests 11 https://github.com/GKPython/GKPython.github.io/pulls
Actions https://github.com/GKPython/GKPython.github.io/actions
Projects 0 https://github.com/GKPython/GKPython.github.io/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/GKPython/GKPython.github.io/security
Please reload this pagehttps://github.com/GKPython/GKPython.github.io/pull/17/checks
Insights https://github.com/GKPython/GKPython.github.io/pulse
Code https://github.com/GKPython/GKPython.github.io
Issues https://github.com/GKPython/GKPython.github.io/issues
Pull requests https://github.com/GKPython/GKPython.github.io/pulls
Actions https://github.com/GKPython/GKPython.github.io/actions
Projects https://github.com/GKPython/GKPython.github.io/projects
Security https://github.com/GKPython/GKPython.github.io/security
Insights https://github.com/GKPython/GKPython.github.io/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FGKPython%2FGKPython.github.io%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FGKPython%2FGKPython.github.io%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
sourcehttps://github.com/GKPython/GKPython.github.io/tree/source
dependabot/npm_and_yarn/minimist-and-hexo-and-hexo-deployer-git-1.2.8https://github.com/GKPython/GKPython.github.io/tree/dependabot/npm_and_yarn/minimist-and-hexo-and-hexo-deployer-git-1.2.8
Conversation 0 https://github.com/GKPython/GKPython.github.io/pull/17
Commits 1 https://github.com/GKPython/GKPython.github.io/pull/17/commits
Checks 0 https://github.com/GKPython/GKPython.github.io/pull/17/checks
Files changed https://github.com/GKPython/GKPython.github.io/pull/17/files
Please reload this pagehttps://github.com/GKPython/GKPython.github.io/pull/17/checks
Please reload this pagehttps://github.com/GKPython/GKPython.github.io/pull/17/checks
Bump minimist, hexo and hexo-deployer-git https://github.com/GKPython/GKPython.github.io/pull/17/checks#top
Please reload this pagehttps://github.com/GKPython/GKPython.github.io/pull/17/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.