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.
  
    
  
    
This PR contains the following updates:
2.0.3->2.2.8Release Notes
asciidoctor/asciidoctor.js (asciidoctor)
v2.2.8Compare 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.7Compare 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.6Compare 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.5Compare 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#setLoggersetter - thanks @mojavelinux (#1322)Improvements
Infrastructure
npm audit fixv2.2.4Compare 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.3Compare 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.2Compare 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#resolveSubstitutionsreturnsundefined(#1153)Infrastructure
Documentation
file:///📖 API documentation
📚 User Manual
v2.2.1Compare 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.nilwhen title is undefined (#1010)Improvements
AbstractBlock#assignCaption(#1011)Infrastructure
http-serverfrom 0.12.1 to 0.12.3 in /packages/core (#953)dtslintfrom 3.4.2 to 3.6.3 in /packages/core (#958) (#971) (#976)puppeteerfrom 3.0.1 to 3.1.0 in /packages/core (#956) (#961) (#963) (#974)@types/nodefrom 13.13.4 to 13.13.5 in /packages/core (#960)standardfrom 14.3.3 to 14.3.4 (#966) (#965)ejsfrom 3.1.2 to 3.1.3 in /packages/core (#970)typescript(development dependency)npm audit fix📖 API documentation
📚 User Manual
v2.2.0Compare 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
asciidoctorcommand line installed from the packageasciidoctorwas throwing an exception (#849) - thanks @thorstenkampeAbstractNode.hasSectionnow returns false for anything that isn’t itself aSection(#840) - thanks @henriette-einsteinConverter.handles?method (#906)Converter.respond_to?method (#908)Converter.composedmethod (#907)AbstractNode.getAttributesnow returns undefined when the value isOpal.nil(#920)Improvements
@asciidoctor/cliin theasciidoctorpackage to 3.4.0 (#902)Document.restoreAttributes(#843) (#851)Document.playbackAttributes(#844) (#853)Table,ColumnandCellmethods (#854) - many thanks to @henriette-einsteinSubstitutors.resolveSubstitutions,.resolveBlockSubstitutionsand.resolvePassSubstitutions(#852)Infrastructure
asciidoctorCLI on GitHub releases (#929)libnpmpublishfrom 1.1.1 to 3.0.0 (#863)cross-envfrom 5.1.4 to 6.0.3 in /packages/core (#879)dtslintfrom 2.0.3 to 3.4.2 in /packages/core (#888) (#871) (#940)@types/nodefrom 12.7.8 to 13.13.4 in /packages/core (#889) (#874) (#866) (#932) (#934) (#938) (#947)documentationfrom 12.1.3 to 12.1.4 in /packages/core (#882)sinonfrom 5.0.6 to 8.1.1 (#872)puppeteerfrom 1.18.0 to 3.0.1 in /packages/core (#876) (#931) (#939)eslintfrom 5.12.1 to 6.8.0 in /packages/core (#877)standardfrom 12.0.1 to 14.3.3 (#862)standardfrom 12.0.1 to 14.3.3 in /packages/core (#870)mochafrom 6.1.4 to 7.1.2 in /packages/core (#864) (#946)mochafrom 5.1.1 to 7.1.2 (#867) (#945)chaifrom 4.1.2 to 4.2.0 in /packages/core (#868)chaifrom 4.1.2 to 4.2.0 (#869)acornfrom 5.7.3 to 5.7.4 in /packages/core (#860)acornfrom 6.1.1 to 6.4.1 (#859)ejsfrom 3.0.1 to 3.0.2 in /packages/core (#922)pkgfrom 4.4.7 to 4.4.8 in /packages/asciidoctor (#948)test:graalvmtask on macOS (#840).dtsdirectory to workaround an issue with npm/Travis (#842)📖 API documentation
📚 User Manual
v2.1.1Compare 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.nilonAbstractBlock.getCaption(#831) - thanks @cexbrayatSyntaxHighlightertype definition (#832)Improvements
SyntaxHighlighter.for, useSyntaxHighlighter.getinstead (#832)@asciidoctor/cliin theasciidoctorpackage to 3.2.0Infrastructure
📖 API documentation
📚 User Manual
v2.1.0Compare 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
undefinedif the style isOpal.nilonAbstractBlock.getStyleundefinedif the level isOpal.nilonAbstractBlock.getLevelProcessor.resolveAttributescan take a JSON, a boolean, a string, an array of strings or a list of strings as argument (#780)undefinedif the reftext isOpal.nilon anAbstractNode.getReftextapplySubstitutionstoAbstractNodeinstead ofAbstractBlock(#793)counterIncrement, useDocument.incrementAndStoreCounterinstead (#792)chrome://as a root path in a browser environment (#816)Improvements
Processor.resolvesAttributesis 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.createto instantiate a newBlockobject (#796)Section#createto instantiate a newSectionobject (#795)Document.incrementAndStoreCounter(#792)Reader.advance(#804)Document.setSourcemap(#810)Processor.getConfig(#812)Processor.option(#813)Asciidoctor.Callouts(#814)Processor.parseAttributes(#815)@asciidoctor/cliin theasciidoctorpackage to 3.1.1 (#820)InlineProcessor.match(#823)Infrastructure
npm audit fixdocumentationto 12.1.3 (#762)mochato 6.1.4 (#739)puppeteerto 1.18.0 (#740)sinonto 7.3.2 (#741)eslint-utilsfrom 1.3.1 to 1.4.2 (#749)findByAPI (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.