rehansaeed.github.io
rehansaeed.github.io copied to clipboard
Bump remark-toc from 7.2.0 to 9.0.0
Bumps remark-toc from 7.2.0 to 9.0.0.
Release notes
Sourced from remark-toc's releases.
9.0.0
Change
- e9f34ee Change to require Node.js 16 migrate: update too
- ffb64b2 Change to use
exportsmigrate: don’t use private APIs- 89fbc0b Update
mdast-util-toc,@types/mdast, etc migrate: update too- 6fbf704 Change to include
Contentsheadings by default migrate: pass anoptions.headingif you don’t want it- 64f5cd9 Change to default to
tight: truemigrate: passoptions.tight: trueif you don’t want itFull Changelog: https://github.com/remarkjs/remark-toc/compare/8.0.1...9.0.0
8.0.1
- 81f9322 Add improved docs by
@wooormin remarkjs/remark-toc#35Full Changelog: https://github.com/remarkjs/remark-toc/compare/8.0.0...8.0.1
8.0.0
- 1264a38 Use ESM
Learn more about ESM in this guide// From CommonJS var remarkToc = require('remark-toc')// To ESM import remarkToc from 'remark-toc'
- 21335f2 Add JSDoc based types
Commits
9d0e2769.0.0e9f34eeChange to require Node.js 16ffb64b2Change to useexports6fbf704Change to includeContentsheadings by default64f5cd9Change to default totight: true7f04265Refactor docsbe36f14Refactor code-style89fbc0bUpdatemdast-util-toc,@types/mdast, etc5459302Refactor to move code tolib/8ae5160Refactor to usenode:test- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)