chore(deps): update dependency asciidoctor to v2.2.8 #65
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
2.0.3
->2.2.8
Release Notes
asciidoctor/asciidoctor.js (asciidoctor)
v2.2.8
Compare Source
Summary
This release is based on Asciidoctor 2.0.23 and Opal 0.11.99.dev (31d26d69).
Release meta
Released on: 2024-06-02
Released by: @ggrossetie
Published by: GitHub Actions
Logs: full diff
What's Changed
v2.2.7
Compare Source
Summary
This release is based on Asciidoctor 2.0.22 and Opal 0.11.99.dev (31d26d69).
Release meta
Released on: 2024-03-17
Released by: @ggrossetie
Published by: GitHub Actions
Logs: full diff
What's Changed
v2.2.6
Compare Source
Summary
This release is based on Asciidoctor 2.0.17 and Opal 0.11.99.dev (31d26d69).
Release meta
Released on: 2022-01-21
Released by: @Mogztter
Published by: GitHub Actions
Logs: full diff
📖 API documentation
📚 User Manual
Changelog
Bug Fixes
Improvements
Infrastructure
Documentation
New Contributors
v2.2.5
Compare Source
Summary
This release is based on Asciidoctor 2.0.16 and Opal 0.11.99.dev (31d26d69).
An internal change was made to how lines are iterated by the reader (switching from a stack to a queue), which will substantially improve the performance when processing large files.
Please note that this change should be seamless unless you were accessing the lines property on the reader directly.
Release meta
Released on: 2021-08-08
Released by: @Mogztter
Published by: GitHub Actions
Logs: full diff
📖 API documentation
📚 User Manual
Changelog
Bug Fixes
LoggerManager#setLogger
setter - thanks @mojavelinux (#1322)Improvements
Infrastructure
npm audit fix
v2.2.4
Compare Source
Summary
This release is based on Asciidoctor 2.0.15 and Opal 0.11.99.dev (31d26d69).
It includes all the fixes from Asciidoctor 2.0.15 without any additional changes in Asciidoctor.js.
Release meta
Released on: 2021-04-30
Released by: @Mogztter
Published by: GitHub Actions
Logs: full diff
📖 API documentation
📚 User Manual
v2.2.3
Compare Source
Summary
This release is based on Asciidoctor 2.0.13 and Opal 0.11.99.dev (31d26d69).
It includes all the fixes from Asciidoctor 2.0.13 without any additional changes in Asciidoctor.js.
Release meta
Released on: 2021-04-13
Released by: @Mogztter
Published by: GitHub Actions
Logs: full diff
📖 API documentation
📚 User Manual
v2.2.2
Compare Source
Summary
This release is based on Asciidoctor 2.0.12 and Opal 0.11.99.dev (31d26d69).
Release meta
Released on: 2021-03-24
Released by: @Mogztter
Published by: GitHub Actions
Logs: full diff
Changelog
Bug Fixes
AbstractNode#getImageUri
,#getMediaUri
,#getIconUri
(#1193)Document#getDocumentTitle
,#getTitle
(can return undefined) (#1150)AbstractNode#getParent
(can return undefined) (#1131)AbstractBlock#alt
(andInline#alt
) (#1192)AbstractNode#resolveSubstitutions
returnsundefined
(#1153)Infrastructure
Documentation
file:///
📖 API documentation
📚 User Manual
v2.2.1
Compare Source
Summary
This release is based on Asciidoctor 2.0.12 and Opal 0.11.99.dev (31d26d69).
Highlights
This version includes all the bug fixes and improvements introduced in Asciidoctor Ruby 2.0.11 and 2.0.12 🎉
It also contains a few bug fixes and improvements related to the Asciidoctor.js API.
Release meta
Released on: 2020-11-26
Released by: @Mogztter
Published by: GitHub Actions
Logs: full diff
Changelog
Bug Fixes
Opal.nil
when title is undefined (#1010)Improvements
AbstractBlock#assignCaption
(#1011)Infrastructure
http-server
from 0.12.1 to 0.12.3 in /packages/core (#953)dtslint
from 3.4.2 to 3.6.3 in /packages/core (#958) (#971) (#976)puppeteer
from 3.0.1 to 3.1.0 in /packages/core (#956) (#961) (#963) (#974)@types/node
from 13.13.4 to 13.13.5 in /packages/core (#960)standard
from 14.3.3 to 14.3.4 (#966) (#965)ejs
from 3.1.2 to 3.1.3 in /packages/core (#970)typescript
(development dependency)npm audit fix
📖 API documentation
📚 User Manual
v2.2.0
Compare Source
Summary
This release is based on Asciidoctor 2.0.10 and Opal 0.11.99.dev (31d26d69).
Highlights
The main feature highlight of the 2.2 release is the built-in template converter which supports out-of-the-box Pug, Nunjucks, EJS and Handlebars (optional dependency).
The quickest way to get started is to install one of the above template engine and to define a template directory. Here's a quick example on how to setup the template converter with Nunjucks:
install
$ npm i nunjucks
/path/to/templates/paragraph.njk
convert.js
Please note that we also provide all-in-one pack binaries that include the templates engines, so it's even easier to get started:
If you want to learn more about the template converter, please read the documentation.
Release meta
Released on: 2020-04-28
Released by: @Mogztter
Published by: GitHub Actions
Logs: full diff
Changelog
Bug Fixes
asciidoctor
command line installed from the packageasciidoctor
was throwing an exception (#849) - thanks @thorstenkampeAbstractNode.hasSection
now returns false for anything that isn’t itself aSection
(#840) - thanks @henriette-einsteinConverter.handles?
method (#906)Converter.respond_to?
method (#908)Converter.composed
method (#907)AbstractNode.getAttributes
now returns undefined when the value isOpal.nil
(#920)Improvements
@asciidoctor/cli
in theasciidoctor
package to 3.4.0 (#902)Document.restoreAttributes
(#843) (#851)Document.playbackAttributes
(#844) (#853)Table
,Column
andCell
methods (#854) - many thanks to @henriette-einsteinSubstitutors.resolveSubstitutions
,.resolveBlockSubstitutions
and.resolvePassSubstitutions
(#852)Infrastructure
asciidoctor
CLI on GitHub releases (#929)libnpmpublish
from 1.1.1 to 3.0.0 (#863)cross-env
from 5.1.4 to 6.0.3 in /packages/core (#879)dtslint
from 2.0.3 to 3.4.2 in /packages/core (#888) (#871) (#940)@types/node
from 12.7.8 to 13.13.4 in /packages/core (#889) (#874) (#866) (#932) (#934) (#938) (#947)documentation
from 12.1.3 to 12.1.4 in /packages/core (#882)sinon
from 5.0.6 to 8.1.1 (#872)puppeteer
from 1.18.0 to 3.0.1 in /packages/core (#876) (#931) (#939)eslint
from 5.12.1 to 6.8.0 in /packages/core (#877)standard
from 12.0.1 to 14.3.3 (#862)standard
from 12.0.1 to 14.3.3 in /packages/core (#870)mocha
from 6.1.4 to 7.1.2 in /packages/core (#864) (#946)mocha
from 5.1.1 to 7.1.2 (#867) (#945)chai
from 4.1.2 to 4.2.0 in /packages/core (#868)chai
from 4.1.2 to 4.2.0 (#869)acorn
from 5.7.3 to 5.7.4 in /packages/core (#860)acorn
from 6.1.1 to 6.4.1 (#859)ejs
from 3.0.1 to 3.0.2 in /packages/core (#922)pkg
from 4.4.7 to 4.4.8 in /packages/asciidoctor (#948)test:graalvm
task on macOS (#840).dts
directory to workaround an issue with npm/Travis (#842)📖 API documentation
📚 User Manual
v2.1.1
Compare Source
Summary
This release is based on Asciidoctor 2.0.10 and Opal 0.11.99.dev (31d26d69).
This release actually contains the TypeScript Declare File! It also includes a few bug fixes and improvements.
Release meta
Released on: 2020-02-01
Released by: @Mogztter
Published by: Travis
Logs: full diff
Changelog
Bug Fixes
AbstractBlock.getCaption
(#831) - thanks @cexbrayatOpal.nil
onAbstractBlock.getCaption
(#831) - thanks @cexbrayatSyntaxHighlighter
type definition (#832)Improvements
SyntaxHighlighter.for
, useSyntaxHighlighter.get
instead (#832)@asciidoctor/cli
in theasciidoctor
package to 3.2.0Infrastructure
📖 API documentation
📚 User Manual
v2.1.0
Compare Source
Summary
This release is based on Asciidoctor 2.0.10 and Opal 0.11.99.dev (31d26d69).
It provides a TypeScript Declaration File, maps new functions and classes in the API and improves the registration of converters 🎉
In addition, it includes all the bug fixes and improvements made in Asciidoctor Ruby in 2.0.10.
Release meta
Released on: 2020-01-26
Released by: @Mogztter
Published by: Travis
Logs: full diff
Changelog
Bug Fixes
undefined
if the style isOpal.nil
onAbstractBlock.getStyle
undefined
if the level isOpal.nil
onAbstractBlock.getLevel
Processor.resolveAttributes
can take a JSON, a boolean, a string, an array of strings or a list of strings as argument (#780)undefined
if the reftext isOpal.nil
on anAbstractNode.getReftext
applySubstitutions
toAbstractNode
instead ofAbstractBlock
(#793)counterIncrement
, useDocument.incrementAndStoreCounter
instead (#792)chrome://
as a root path in a browser environment (#816)Improvements
Processor.resolvesAttributes
is deprecated (in favor ofresolveAttributes
)AbstractBlock.setStyle
(#737)AbstractBlock.setTitle
(#737)AbstractBlock.getSourceLocation
(#737)Section.setLevel
(#737)SyntaxProcessorDsl.defaultAttributes
(#785)Asciidoctor.SafeMode
(#777)Processor.createParagraph
(#774)Processor.createOpenBlock
(#774)Processor.createExampleBlock
(#774)Processor.createPassBlock
(#774)Processor.createListingBlock
(#774)Processor.createLiteralBlock
(#774)Processor.createAnchor
(#774)Processor.createInlinePass
(#774)AbstractNode.setId
(#791)Block.create
to instantiate a newBlock
object (#796)Section#create
to instantiate a newSection
object (#795)Document.incrementAndStoreCounter
(#792)Reader.advance
(#804)Document.setSourcemap
(#810)Processor.getConfig
(#812)Processor.option
(#813)Asciidoctor.Callouts
(#814)Processor.parseAttributes
(#815)@asciidoctor/cli
in theasciidoctor
package to 3.1.1 (#820)InlineProcessor.match
(#823)Infrastructure
npm audit fix
documentation
to 12.1.3 (#762)mocha
to 6.1.4 (#739)puppeteer
to 1.18.0 (#740)sinon
to 7.3.2 (#741)eslint-utils
from 1.3.1 to 1.4.2 (#749)findBy
API (with reject) (#806)Documentation
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.