Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.

chore(deps): update dependency @asciidoctor/core to v3 - #111

Open
stackable-bot wants to merge 1 commit into
stackablefrom
renovate/asciidoctor-core-3.x
Open

chore(deps): update dependency @asciidoctor/core to v3#111
stackable-bot wants to merge 1 commit into
stackablefrom
renovate/asciidoctor-core-3.x

Conversation

@stackable-bot

@stackable-botstackable-bot commented Mar 24, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
@asciidoctor/core~2.2 -> ~3.0.0ageconfidence

Release Notes

asciidoctor/asciidoctor.js (@​asciidoctor/core)

v3.0.4

Compare Source

Summary

This release is based on Asciidoctor 2.0.20 and Opal 1.7.3 and fixes a regression introduced in 3.0.3.

Release meta

Released on: 2024-02-12
Released by: @​ggrossetie
Published by: GitHub Actions

Logs: full diff

Changelog

Bug Fixes
  • Default condition should be last one in conditional exports otherwise the following error is thrown: "Module not found: Error: Default condition should be last one" (#​1722) - thanks @​roseckyj & @​korva
Infrastructure
  • Update development dependencies

New Contributors

Full Changelog: asciidoctor/asciidoctor.js@v3.0.3...v3.0.4

v3.0.3

Compare Source

Summary

This release is based on Asciidoctor 2.0.20 and Opal 1.7.3.

Release meta

Released on: 2024-01-13
Released by: @​ggrossetie
Published by: GitHub Actions

Logs: full diff

Changelog

Bug Fixes
  • Fix types exports in package.json - thanks @​sinedied
  • Addd context and node_name accessor in the type definition - thanks @​RayOffiah
Infrastructure
  • Update development dependencies

New Contributors

Full Changelog: asciidoctor/asciidoctor.js@v3.0.2...v3.0.3

v3.0.2

Compare Source

Summary

This release is based on Asciidoctor 2.0.20 and Opal 1.7.3.

Release meta

Released on: 2023-06-24
Released by: @​ggrossetie
Published by: GitHub Actions

Logs: full diff

Changelog

Breaking Changes
  • Remove Asciidoctor namespace in TypeScript:

    importasciidoctor,{Document}from'@​asciidoctor/core'constAsciidoctor=asciidoctor()Asciidoctor.convert('Hello _world_')
  • Publish @asciidoctor/core as an ES6 module

Bug Fixes
Improvements
  • Map this.super.<method> to call the parent function (#​1682)

  • Map AbstractBlock.getContentModel and AbstractBlock.setContentModel (#​1680)

  • Map Document.getSyntaxHighlighter (#​1667)

  • Map CompositeConverter#convert (#​1649)

  • Simplify table option checks by @​mojavelinux (#​1656)

  • Support Stream.Writable as to_file (#​1624)

    constdata=[]constwritableStream=newWritable({write(chunk,encoding,callback){data.push(chunk.toString())callback()}})constdoc=Asciidoctor.convert(text,{to_file: writableStream,safe: safe})consthtml=data.join('')
Infrastructure
Documentation

New Contributors

v3.0.1

Compare Source

v3.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "" in timezone Europe/Berlin, 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 has been generated by Renovate Bot.

| datasource | package | from | to |
| ---------- | ----------------- | ----- | ----- |
| npm | @asciidoctor/core | 2.2.8 | 3.0.4 |
@stackable-botstackable-bot added the dependencies Pull requests that update a dependency file label Mar 24, 2025
@stackable-bot
stackable-bot requested a review from a teamMarch 24, 2025 13:15
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@stackable-bot