Skip to content

Build(deps): Bump asciidoctor from 2.2.6 to 3.0.4#74

Merged
tbugfinder merged 1 commit intomasterfrom
dependabot/npm_and_yarn/asciidoctor-3.0.4
Mar 29, 2026
Merged

Build(deps): Bump asciidoctor from 2.2.6 to 3.0.4#74
tbugfinder merged 1 commit intomasterfrom
dependabot/npm_and_yarn/asciidoctor-3.0.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2026

Bumps asciidoctor from 2.2.6 to 3.0.4.

Release notes

Sourced from asciidoctor's releases.

v3.0.4

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

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

... (truncated)

Changelog

Sourced from asciidoctor's changelog.

== v3.0.4 (2024-02-12)

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

== v3.0.3 (2024-01-13)

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

== v3.0.2 (2023-06-24)

Breaking Changes::

  • Remove Asciidoctor namespace in TypeScript:

[source,js]

import asciidoctor, { Document } from '@​asciidoctor/core'

const Asciidoctor = asciidoctor() Asciidoctor.convert('Hello world')

  • Publish @asciidoctor/core as an ES6 module

Bug Fixes::

  • Strip alternate BOM that uses char code 65279 when input passes through a Buffer (#1344)
  • Map Document.append (#1681)
  • Bridge converter pass as option (#1666)
  • Add getSectionNumeral() function by @​benjaminleonard (#1659)
  • Fix getDocinfo and findBy type definition (#1621)
  • Bridge common Ruby object methods (#1491)
  • parseContent now calls toHash on attrs (#1519)

Improvements::

  • Map this.super.<method> to call the parent function (#1682)
  • Map AbstractBlock.getContentModel and AbstractBlock.setContentModel (#1680)

... (truncated)

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 29, 2026
@tbugfinder
Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [asciidoctor](https://github.com/asciidoctor/asciidoctor.js) from 2.2.6 to 3.0.4.
- [Release notes](https://github.com/asciidoctor/asciidoctor.js/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctor.js/blob/main/CHANGELOG.adoc)
- [Commits](asciidoctor/asciidoctor.js@v2.2.6...v3.0.4)

---
updated-dependencies:
- dependency-name: asciidoctor
  dependency-version: 3.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/asciidoctor-3.0.4 branch from 302688b to a50f614 Compare March 29, 2026 19:47
@tbugfinder tbugfinder merged commit 1238c79 into master Mar 29, 2026
1 check failed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/asciidoctor-3.0.4 branch March 29, 2026 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant