Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump docsify from 4.11.6 to 4.12.0 #6

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 1, 2021

Bumps docsify from 4.11.6 to 4.12.0.

Release notes

Sourced from docsify's releases.

v4.12.0

Bug Fixes

  • Fix Vue compatibility (#1271)
  • Fix sidebar title error (#1360)
  • Fix cannot read property 'startsWith' of undefined (#1358)
  • Fix sidebar horizontal scroll bar (#1362)
  • Fix add missing argument for highlighting code (#1365)
  • Fix cannot read property level of undefined (#1357)
  • Fix cannot search list content (#1361)
  • Fix scroll event end value (04bf1ea)
  • Fix eslint warnings (#1388)
  • Fix cannot search homepage content (#1391)
  • Fix the sidebar links to another site (#1336)
  • Fix search titles containing ignored characters (#1395)
  • Fix title error when sidebar link exists with html tag (#1404)
  • Fix duplicate search content when /README or / exists in the sidebar (#1403)
  • Fix slugs are still broken when headings contain html (#1443)
  • Fix sidebar active class and expand don't work as expect when use "space" in markdown filename (#1454)
  • Fix font-size changing for code in headings (#1456)
  • Fix Prevent loading remote content via URL hash (#1489)
  • Fix cannot serve off /.../index.html (#1372)
  • Fix Use legacy-compatible methods for IE11 (#1495)

Features

  • Add Jest + Playwright Testing (#1276)
  • Add Vue components, mount options, global options, and v3 support (#1409)
  • Add search ignore diacritical marks (#1434)

Chore

  • Upgrade node-fetch from 2.6.0 to 2.6.1 (#1370)
  • Upgrade docsify from 4.11.4 to 4.11.6 (#1373)
  • Upgrade debug from 4.1.1 to 4.3.0 (#1390)
  • Upgrade dompurify from 2.0.17 to 2.1.0 (#1397)
  • Upgrade dompurify from 2.1.0 to 2.1.1 (#1402)
  • Upgrade marked from 1.2.0 to 1.2.2 (#1425)
  • Upgrade dompurify from 2.1.1 to 2.2.2 (#1419)
  • Upgrade prismjs from 1.21.0 to 1.22.0 (#1415)
  • Upgrade marked from 1.2.2 to 1.2.3 (#1430)
  • Upgrade marked from 1.2.3 to 1.2.4 (#1441)
  • Upgrade debug from 4.3.0 to 4.3.1 (#1446)
  • Upgrade ini from 1.3.5 to 1.3.7 (#1445)
  • Upgrade dompurify from 2.2.2 to 2.2.3 (#1457)
  • Upgrade debug from 4.3.1 to 4.3.2 (#1463)
  • Upgrade axios from 0.20.0 to 0.21.1 (#1471)
  • Upgrade prismjs from 1.22.0 to 1.23.0 (#1481)
  • Upgrade dompurify from 2.2.3 to 2.2.6 (#1482)

... (truncated)

Changelog

Sourced from docsify's changelog.

4.12.0 (2021-02-08)

Bug Fixes

  • add missing argument for highlighting code (#1365) (f35bf99)
  • Can't search homepage content (#1391) (25bc9b7)
  • Cannot read property 'startsWith' of undefined (#1358) (9351729)
  • Cannot read property level of undefined (#1357) (4807e58)
  • cannot search list content (#1361) (8d17dcb)
  • duplicate search content when /README or / exists in the sidebar (#1403) (7c3bf98)
  • package.json & package-lock.json to reduce vulnerabilities (#1419) (69b6907)
  • packages/docsify-server-renderer/package.json & packages/docsify-server-renderer/package-lock.json to reduce vulnerabilities (#1389) (62cd35e)
  • packages/docsify-server-renderer/package.json & packages/docsify-server-renderer/package-lock.json to reduce vulnerabilities (#1418) (58fbca0)
  • Prevent loading remote content via URL hash (#1489) (14ce7f3), closes #1477 #1126
  • search on homepage test (#1398) (ee550d0)
  • search titles containing ignored characters (#1395) (a2ebb21)
  • sidebar active class and expand don't work as expect when use "space" in markdown filename (#1454) (dcf5a64), closes #1032
  • sidebar horizontal scroll bar (#1362) (b480822)
  • sidebar title error (#1360) (2100fc3)
  • slugs are still broken when headings contain html (#1443) (76c5e68)
  • the sidebar links to another site. (#1336) (c9d4f7a)
  • title error when sidebar link exists with html tag (#1404) (8ccc202), closes #1408
  • Unable to navigate on server without default index support (#1372) (759ffac)
  • upgrade debug from 4.1.1 to 4.3.0 (#1390) (ae45b32)
  • upgrade debug from 4.3.0 to 4.3.1 (#1446) (bc3350f)
  • upgrade debug from 4.3.1 to 4.3.2 (#1463) (df21153)
  • upgrade docsify from 4.11.4 to 4.11.6 (#1373) (c2d12ed)
  • upgrade dompurify from 2.0.17 to 2.1.0 (#1397) (1863d8e)
  • upgrade dompurify from 2.1.0 to 2.1.1 (#1402) (8cf9fd8)
  • upgrade dompurify from 2.2.2 to 2.2.3 (#1457) (720d909)
  • upgrade dompurify from 2.2.2 to 2.2.6 (#1483) (eee9507)
  • upgrade dompurify from 2.2.3 to 2.2.6 (#1482) (7adad57)
  • upgrade marked from 1.2.4 to 1.2.9 (#1486) (716a7fa)
  • upgrade prismjs from 1.21.0 to 1.22.0 (#1415) (0806f48)
  • upgrade prismjs from 1.22.0 to 1.23.0 (#1481) (5f29cde)
  • Use legacy-compatible methods for IE11 (#1495) (06cbebf)

Features

  • search ignore diacritical marks (#1434) (8968a74)
  • Add Jest + Playwright Testing (#1276)
  • Add Vue components, mount options, global options, and v3 support (#1409)
Commits
  • a2132c8 chore: add changelog 4.12.0
  • ed4b5be [build] 4.12.0
  • 06cbebf fix: Use legacy-compatible methods for IE11 (#1495)
  • 759ffac fix: Unable to navigate on server without default index support (#1372)
  • 14ce7f3 fix: Prevent loading remote content via URL hash (#1489)
  • 8968a74 feat: search ignore diacritical marks (#1434)
  • c7f4c7c Fix font-size changing for code in headings (#1456)
  • 716a7fa fix: upgrade marked from 1.2.4 to 1.2.9 (#1486)
  • 5bd91b4 Merge pull request #1488 from docsifyjs/update-language-support
  • 2626036 Merge branch 'develop' into update-language-support
  • 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)
  • @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.

Bumps [docsify](https://github.com/docsifyjs/docsify) from 4.11.6 to 4.12.0.
- [Release notes](https://github.com/docsifyjs/docsify/releases)
- [Changelog](https://github.com/docsifyjs/docsify/blob/develop/CHANGELOG.md)
- [Commits](docsifyjs/docsify@v4.11.6...v4.12.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 23, 2021

Looks like docsify is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Dec 23, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/docsify-4.12.0 branch December 23, 2021 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants