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

fix(deps): update all non-major dependencies #87

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mermaid-js/mermaid-cli 10.6.0 -> 10.9.1 age adoption passing confidence
github.com/chromedp/chromedp v0.9.1 -> v0.10.0 age adoption passing confidence
github.com/stretchr/testify v1.8.1 -> v1.9.0 age adoption passing confidence
github.com/yuin/goldmark v1.3.4 -> v1.7.4 age adoption passing confidence
go.abhg.dev/goldmark/mermaid v0.3.0 -> v0.5.0 age adoption passing confidence
golang.org/x/tools v0.22.0 -> v0.25.0 age adoption passing confidence

Release Notes

mermaid-js/mermaid-cli (@​mermaid-js/mermaid-cli)

v10.9.1

Compare Source

Changes

📦 Dependency updates

v10.9.0

Compare Source

Changes
🚀 Features
🐛 Bug Fixes
📦 Dependency updates

v10.8.0

Compare Source

Changes

📦 Dependency updates

v10.7.0

Compare Source

Changes

🐛 Bug Fixes

📦 Dependency updates

v10.6.1

Compare Source

Changes

📦 Dependency updates

chromedp/chromedp (github.com/chromedp/chromedp)

v0.10.0

Compare Source

v0.9.5

Compare Source

v0.9.4

Compare Source

v0.9.3

Compare Source

v0.9.2: chromedp v0.9.2

Compare Source

What's Changed

New Contributors

Full Changelog: chromedp/chromedp@v0.9.1...v0.9.2

stretchr/testify (github.com/stretchr/testify)

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.8.4...v1.9.0

v1.8.4

Compare Source

v1.8.3

Compare Source

v1.8.2

Compare Source

yuin/goldmark (github.com/yuin/goldmark)

v1.7.4: release

Compare Source

v1.7.3: release

Compare Source

v1.7.2: release

Compare Source

v1.7.1: release

Compare Source

v1.7.0: release

Compare Source

Full Changelog: yuin/goldmark@v1.6.0...v1.7.0

v1.6.0: release

Compare Source

Add an option for WithEastAsianLineBreaks

v1.5.6: release

Compare Source

v1.5.5: release

Compare Source

v1.5.4: release

Compare Source

v1.5.3: release

Compare Source

v1.5.2: release

Compare Source

v1.5.1: release

Compare Source

v1.5.0: release

Compare Source

v1.4.15: release

Compare Source

v1.4.14: release

Compare Source

v1.4.13: release

Compare Source

v1.4.12: release

Compare Source

v1.4.11: release

Compare Source

v1.4.10: release

Compare Source

v1.4.9: release

Compare Source

v1.4.8: release

Compare Source

v1.4.7: release

Compare Source

v1.4.6: release

Compare Source

v1.4.5: release

Compare Source

v1.4.4: release

Compare Source

v1.4.3: release

Compare Source

v1.4.2: release

Compare Source

v1.4.1: release

Compare Source

v1.4.0

Compare Source

v1.3.9: release

Compare Source

v1.3.8: release

Compare Source

v1.3.7: release

Compare Source

v1.3.6: release

Compare Source

v1.3.5: release

Compare Source

abhinav/goldmark-mermaid (go.abhg.dev/goldmark/mermaid)

v0.5.0

Compare Source

This release brings support for rendering diagrams server-side
without the need for the MermaidJS CLI.

You can use this functionality by installing a mermaidcdp.Compiler
into your mermaid.Extender or mermaid.ServerRenderer.
For example:

import "go.abhg.dev/goldmark/mermaid/mermaidcdp"

compiler, err := mermaidcdp.New(&mermaidcdp.Config{
  JSSource: mermaidJSSource, // contents of mermaid.min.js
})
if err != nil {
  return err
}
defer compiler.Close()

md := goldmark.New(
  goldmark.WithExtensions(
    // ...
    &mermaid.Extender{
      Compiler: compiler,
    },
  ),
  // ...
)

Use of mermaidcdp is highly recommended for server-side rendering
if you have lots of diagrams or documents to render.
This should be substantially faster than invoking the mmdc CLI.

Breaking changes
  • ServerRenderer: Delete MMDC and Theme fields.
    If you need these, you can provide them with the CLICompiler instead.
  • CLI and MMDC were flipped.
    The old MMDC interface is now named CLI, and it now accepts a context.
    You can use the new MMDC function to build an instance of it.
  • ClientRenderer, Extender: Rename MermaidJS to MermaidURL.
  • Rename DefaultMMDC to DefaultCLI.
  • Extender: Replace MMDC field with the CLI field.
Added
  • ServerRenderer now supports pluggable Compilers.
  • Add CLICompiler to render diagrams by invoking MermaidJS CLI. Plugs into ServerRenderer.
  • Add mermaidcdp subpackage to render diagrams with a long-running Chromium-based process.
    Plugs into ServerRenderer.

v0.4.0

Compare Source

Changed
  • ClientRenderer: Use <pre> instead of <div> for diagram containers.
Added
  • Support changing the container tag with the ContainerTag option.
    This option is available on ClientRenderer, ServerRenderer, and Extender.

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e5d6f9f to b0d48bd Compare July 2, 2024 01:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from af080d0 to 934f6b7 Compare August 15, 2024 12:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 934f6b7 to b7f1eb2 Compare August 28, 2024 09:44
Copy link
Contributor Author

renovate bot commented Sep 9, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/gobwas/ws v1.1.0 -> v1.4.0
golang.org/x/sys v0.6.0 -> v0.22.0
File name: tools/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.23.1
golang.org/x/mod v0.18.0 -> v0.21.0
golang.org/x/sync v0.7.0 -> v0.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants