villChurch / AnimalCrossingNewHorizonAPI

API for Animal Crossing New Horizon data.
MIT License
0 stars 0 forks source link

Bump asciidoctor-maven-plugin from 1.5.8 to 2.0.0 #16

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps asciidoctor-maven-plugin from 1.5.8 to 2.0.0.

Release notes

Sourced from asciidoctor-maven-plugin's releases.

v2.0.0

V2.0.0 ("New beginning") is the first release to make official the use semantic versioning. Until now, the plugin, Asciidoctorj and Asciidoctor itself shared major versioning. From now one each one will have it's own versioning and release cycles.

This has been an opportunity to do some necessary cleaning and under-the-hood work after years of patching and small incremental work. As a downside, v2.0.0 is the first version to introduce breaking changes. Don't panic, check the v2.x.x migration guide for details on breaking changes and how to update your configuration.

As always, thanks to all contributors! Specially those taking time providing report issues and feedback 👍

Improvements

  • #426 Bump Asciidoctorj version to 2.3.0
  • #427 Bump JRuby version to 9.2.11.1
  • #400 Support logHandler configuration for site generation (@ptahchiev)
  • #254 Implement fallback search for sourceDir. Now defaults to 'src/docs/asciidoc', 'src/asciidoc' and 'src/main/asciidoc' in that order
  • #188 Set html5 as default backend
  • #265 Replace templateDir option by templateDirs
  • #296 Remove imagesdir configuration option and align default value with Asciidoctor (@sjoerdtalsma)
  • #437 Remove title configuration option
  • #432 Remove sourceHighlighter configuration option
  • #417 Remove attributeMissing configuration option (@wilkinsona)
  • #441 Remove attributeUndefined configuration option

Documentation

  • #414 Make sample resource config valid xml (@luvarqpp)
  • #376 Replace all references to render by convert
  • #442 Add v2.x.x migration guide
  • Several minor updates and corrections in README

Release Meta

Released on: 2020-06-20 Released by: @abelsromero Soundtrack: Why? (Devin Townsend)

v2.0.0-RC.1

This release is a preview for the upcoming v2.0.0. This aligns the maven plugin version to the version of AsciidoctorJ v2.0.0-RC.1.

Note the new 2.0.0 has some non-backward compatible changes. However, this release does not include any of those and is aimed to test compatibility with new Asciidoctor 2.0.x features.

Discussion about changes is still open, please feel free to provide feedback.

Thanks to all contributors!

Commits
  • 7d34656 [maven-release-plugin] prepare release asciidoctor-maven-plugin-2.0.0
  • 7c085ff adds v2.x.x migration guide (#442)
  • 8123539 remove attributeUndefined option in favour of direct atrtibute usage (#441)
  • db27b4d closes #417: removes attributeMissing option in favour of attributes configur...
  • 80176f6 closes #437: removes unused title option from mojo + updates README (#439)
  • 6607997 closes #376: replaces use of word render by convert in README and code (#438)
  • 94ab560 adds missing v1.6.0 reference to README (#436)
  • fb3e957 Support log handler configuration for site generation (#434)
  • bc6910b closes #254 set default sourceDir to 'src/docs/asciidoc', fallbacks to 'src/a...
  • a5a81b2 removes sourceHighlighter mojo configuration in favour of attributes (#432)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)