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

chore(deps): update [dev] major dependencies for gatsby-remark-graphviz (major) #38431

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hast-util-to-html ^7.1.3 -> ^8.0.4 age adoption passing confidence
mdast-util-to-hast ^10.2.0 -> ^13.0.0 age adoption passing confidence
remark (source) ^13.0.0 -> ^14.0.3 age adoption passing confidence
rimraf ^3.0.2 -> ^5.0.1 age adoption passing confidence
unist-util-find 1.0.2 -> 2.0.0 age adoption passing confidence

Release Notes

syntax-tree/hast-util-to-html (hast-util-to-html)

v8.0.4

Compare Source

Misc

Full Changelog: syntax-tree/hast-util-to-html@8.0.3...8.0.4

v8.0.3

Compare Source

Full Changelog: syntax-tree/hast-util-to-html@8.0.2...8.0.3

v8.0.2

Compare Source

  • bb0238d Fix unquoted, tight, self-closing elements

Full Changelog: syntax-tree/hast-util-to-html@8.0.1...8.0.2

v8.0.1

Compare Source

  • 106f1b9 Fix internal circular dependency

v8.0.0

Compare Source

  • 3cc3cb6 Add JSDoc based types
  • 7882a8c Use ESM
  • 6698927 Remove deprecated fallback allowDangerousHTML
  • e294d41 Remove support for non-HTML doctypes
syntax-tree/mdast-util-to-hast (mdast-util-to-hast)

v13.0.0

Compare Source

Change
  • 67ef76c Update @types/hast, @types/mdast, utilities
    migrate: update too
  • b815f5e Change to require Node.js 16
    migrate: update too
  • 33442cc Change to use exports
    migrate: don’t use private APIs
  • 56c88e4 Fix to match GH for HTML generated for backreferences
    migrate: use the function form of footnoteBackLabel for i18n, see defaultFootnoteBackLabel for inspiration
  • ffe7e47 Change to always return a node
    migrate: expect an empty root instead of nothing
  • ffbb8a8 Change to expect, yield undefined
    migrate: expect undefined everywhere, not null
  • c13fe7f Change to remove support for Footnote nodes
    migrate: use GFM, which does not have “inline” notes
  • 6fc783a Change to remove support for ancient lang on code with spaces
    migrate: you’re fine, this hasn’t been a thing for years
  • 72b8a68 Change to use maps for definitions on state
    migrate: if you make your own handles, expect maps
  • b328aa9 Change to remove function form of State, use plain object
    migrate: if you make your own handles, create nodes yourself, use state.applyData if needed
  • 40e1d29 Change to remove all, one helpers
    migrate: if you make your own handles, use state.all, state.one
  • 1894044 Change to remove H type
    migrate: use State
  • e804231 Change to remove complex-types.d.ts
    migrate: use main module
  • 4df5d41 Change to deep clone passed through nodes
    migrate: should be fine
Types
  • 52905eb Add smarter types for passThrough
    migrate: type your mdast/hast nodes by extending the content interfaces
  • 6f555a0 Add supported data fields to Data of mdast
    migrate: pass correct values in node.data
Fix
  • 3e300ea Fix to keep content around for hName on text

Full Changelog: syntax-tree/mdast-util-to-hast@12.3.0...13.0.0

v12.3.0

Compare Source

Add
  • ed45ec4 Add wrap helper on state
  • e701470 Add one, all helpers to state
Fix
  • 0c67e83 Fix footnote keys such as constructor
  • 1c2cb7b Fix support for passing just a table row, cell
Misc

Full Changelog: syntax-tree/mdast-util-to-hast@12.2.6...12.3.0

v12.2.6

Compare Source

Misc
  • 3098beb Fix missing internal type

Full Changelog: syntax-tree/mdast-util-to-hast@12.2.5...12.2.6

v12.2.5

Compare Source

Full Changelog: syntax-tree/mdast-util-to-hast@12.2.4...12.2.5

v12.2.4

Compare Source

  • dc00a59 Fix (double) encoding on urls

Full Changelog: syntax-tree/mdast-util-to-hast@12.2.3...12.2.4

v12.2.3

Compare Source

  • f21c1b1 Remove unneeded dependency

Full Changelog: syntax-tree/mdast-util-to-hast@12.2.2...12.2.3

v12.2.2

Compare Source

Full Changelog: syntax-tree/mdast-util-to-hast@12.2.1...12.2.2

v12.2.1

Compare Source

  • a5c2f07 Fix to always add id to footnote heading

Full Changelog: syntax-tree/mdast-util-to-hast@12.2.0...12.2.1

v12.2.0

Compare Source

Full Changelog: syntax-tree/mdast-util-to-hast@12.1.2...12.2.0

v12.1.2

Compare Source

Full Changelog: syntax-tree/mdast-util-to-hast@12.1.1...12.1.2

v12.1.1

Compare Source

  • f265716 Fix footnote order in table cells

Full Changelog: syntax-tree/mdast-util-to-hast@12.1.0...12.1.1

v12.1.0

Compare Source

Full Changelog: syntax-tree/mdast-util-to-hast@12.0.0...12.1.0

v12.0.0

Compare Source

Full Changelog: syntax-tree/mdast-util-to-hast@11.3.0...12.0.0

v11.3.0

Compare Source

Full Changelog: syntax-tree/mdast-util-to-hast@11.2.1...11.3.0

v11.2.1

Compare Source

  • caad9cd Fix footnote ordering in tables

Full Changelog: syntax-tree/mdast-util-to-hast@11.2.0...11.2.1

v11.2.0

Compare Source

  • 39fd2bf Change types to use mdast types
  • c930d3d Add strict to tsconfig.json

v11.1.1

Compare Source

v11.1.0

Compare Source

  • a100cff Add exports of a couple of types
  • 77ef216 Add exports of one, all helpers

v11.0.0

Compare Source

  • 0260f76 Change footnote rendering to match Pandoc
  • c5f8266 Remove deprecated allowDangerousHTML support
  • 3b20ce6 Add JSDoc based types
  • 94d0af0 Use ESM
remarkjs/remark (remark)

v14.0.3

Compare Source

Misc
Plugins

Full Changelog: remarkjs/remark@14.0.2...14.0.3

v14.0.2

Compare Source

Full Changelog: remarkjs/remark@14.0.1...14.0.2

v14.0.1

Compare Source

  • 9026568 Add missing types dependency

v14.0.0

Compare Source

isaacs/rimraf (rimraf)

v5.0.1

Compare Source

v5.0.0

Compare Source

v4.4.1

Compare Source

v4.4.0

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.0

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.7

Compare Source

v4.0.6

Compare Source

v4.0.5

Compare Source

v4.0.4

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

syntax-tree/unist-util-find (unist-util-find)

v2.0.0

Compare Source

Change
Fix

Full Changelog: syntax-tree/unist-util-find@1.0.4...2.0.0

v1.0.4

Compare Source

(also now maintained by @​unifiedjs over on @​syntax-tree)

Full Changelog: syntax-tree/unist-util-find@v1.0.3...1.0.4

v1.0.3: Release 1.0.3

Compare Source


Configuration

📅 Schedule: Branch creation - "before 7am on the first day of the month" in timezone GMT, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the topic: automation Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot label Aug 1, 2023
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer topic: automation Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot
0 participants