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 minor and patch for gatsby-transformer-asciidoc #28359

Merged
merged 1 commit into from
Dec 17, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
asciidoctor ^2.2.0 -> ^2.2.1 age adoption passing confidence

Release Notes

asciidoctor/asciidoctor.js

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
  • Pass Opal.nil when title is undefined (#​1010)
Improvements
  • Map AbstractBlock#assignCaption (#​1011)
const doc = asciidoctor.load('= Title')
const image = asciidoctor.Block.create(doc, 'image', {
  content_model: 'empty',
  attributes: {
    target: `${testOptions.baseDir}/spec/fixtures/images/cat.png[]`,
    format: 'png'
  }
})
image.setTitle('A cat')
image.assignCaption('Figure I. ')
console.log(image.getCaptionedTitle()) // Figure I. A nice cat'
const doc = asciidoctor.load('[positional1,positional2,attr=value]\ntext')
const block = doc.getBlocks()[0]
const attributes = block.getAttributes()
console.log(Object.getOwnPropertyNames(attributes)) // ['attr', 'style']
console.log(Object.getOwnPropertyNames(attributes)) // ['$positional', 'attr', 'style']
console.log(attributes.$positional) // ['positional1', 'positional2'])
Infrastructure
  • Build against the latest release of Asciidoctor 2.0.12 (#​808)
  • Upgrade development dependencies
    • Bump http-server from 0.12.1 to 0.12.3 in /packages/core (#​953)
    • Bump dtslint from 3.4.2 to 3.6.3 in /packages/core (#​958) (#​971) (#​976)
    • Bump puppeteer from 3.0.1 to 3.1.0 in /packages/core (#​956) (#​961) (#​963) (#​974)
    • Bump @types/node from 13.13.4 to 13.13.5 in /packages/core (#​960)
    • Bump standard from 14.3.3 to 14.3.4 (#​966) (#​965)
    • Bump ejs from 3.1.2 to 3.1.3 in /packages/core (#​970)
  • Add an explicit dependency on typescript (development dependency)
  • Flag the macos runner as experimental and allow failures (#​959)
  • Build against the current Node LTS and the latest stable version (#​973)
  • Document how to compile a local asciidoctor Ruby code base - thanks @​djenks (#​978)
  • Run npm audit fix
  • Add a test case on externalized footnotes

📖 API documentation
📚 User Manual


Renovate configuration

📅 Schedule: "before 7am on Monday" in timezone GMT.

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the topic: automation Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot label Nov 30, 2020
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Nov 30, 2020
@LekoArts LekoArts removed the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Nov 30, 2020
@LekoArts LekoArts merged commit 275affb into master Dec 17, 2020
@LekoArts LekoArts deleted the renovate/gatsby-transformer-asciidoc branch December 17, 2020 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: automation Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants