RoamJS / workbench

https://roamjs.com/extensions/workbench
The Unlicense
286 stars 35 forks source link

Bump d3-color and markmap-view #455

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 9 months ago

Bumps d3-color to 3.1.0 and updates ancestor dependency markmap-view. These dependencies need to be updated together.

Updates d3-color from 2.0.0 to 3.1.0

Release notes

Sourced from d3-color's releases.

v3.1.0

v3.0.1

  • Make build reproducible.

v3.0.0

  • Adopt type: module.

This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.

Commits


Updates markmap-view from 0.2.7 to 0.15.4

Release notes

Sourced from markmap-view's releases.

v0.15.0

Features

  • Added offline mode for the downloaded HTML so it could work without Internet connection
  • Added custom URL builder to easily switch between different CDNs or self-hosted assets
  • Switched from Prism.js to highlight.js for better esm/bundler support

Breaking Changes

  • Dropped CJS for markmap-view and markmap-cli

Toolbar

// Old
const el = Toolbar.create(mm);

// Now const toolbar = Toolbar.create(mm); const { el } = toolbar;

v0.14.0

Features

  • Support loading custom JS/CSS defined in frontmatter

Breaking Changes

  • Renamed transformHooks.transform to transformHooks.beforeParse
Commits


You can trigger a rebase of this PR 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/RoamJS/workbench/network/alerts).

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 6 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.