Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps markwonVersion from 4.1.2 to 4.2.0.

Updates core from 4.1.2 to 4.2.0

Release notes

Sourced from core's releases.

v4.2.0

  • MarkwonEditor to highlight markdown input whilst editing (new module: markwon-editor)
  • CoilImagesPlugin image loader based on Coil library (new module: markwon-image-coil) (#166, #174)
    Thanks to @​tylerbwong
  • MarkwonInlineParser to customize inline parsing (new module: markwon-inline-parser)
  • Update commonmark-java to 0.13.0 (and commonmark spec 0.29)
  • Markwon#configuration method to expose MarkwonConfiguration via public API
  • HeadingSpan#getLevel getter
  • Add SvgPictureMediaDecoder in image module to deal with SVG without dimensions (#165)
  • LinkSpan#getLink method
  • LinkifyPlugin applies link span that is configured by Markwon (obtain via span factory)
  • LinkifyPlugin is thread-safe

#165: noties/Markwon#165
#166: noties/Markwon#166
#174: noties/Markwon#174

Changelog

Sourced from core's changelog.

4.2.0

  • MarkwonEditor to highlight markdown input whilst editing (new module: markwon-editor)
  • CoilImagesPlugin image loader based on Coil library (new module: markwon-image-coil) (#166, #174)

    Thanks to @​tylerbwong
  • MarkwonInlineParser to customize inline parsing (new module: markwon-inline-parser)
  • Update commonmark-java to 0.13.0 (and commonmark spec 0.29)
  • Markwon#configuration method to expose MarkwonConfiguration via public API
  • HeadingSpan#getLevel getter
  • Add SvgPictureMediaDecoder in image module to deal with SVG without dimensions (#165)
  • LinkSpan#getLink method
  • LinkifyPlugin applies link span that is configured by Markwon (obtain via span factory)
  • LinkifyPlugin is thread-safe

#165: noties/Markwon#165
#166: noties/Markwon#166
#174: noties/Markwon#174

Commits
  • b844f4d Merge pull request #175 from noties/v4.2.0
  • 3917705 Prepare 4.2.0 release
  • 00d60e2 FactoryBuilderNoDefaults abstraction
  • efa3473 Fix tests
  • 6c4ffd1 Update to commonmark-java 0.13.0
  • d2e4730 Add inline processor to custom extension sample
  • 3608969 Update android gradle plugin to 3.5.2
  • 3c23140 Commonmark-java inline parser implementation
  • d6fe069 Update CHANGELOG
  • 6b9e79c Merge pull request #174 from tylerbwong/image-coil
  • Additional commits viewable in compare view

Updates ext-strikethrough from 4.1.2 to 4.2.0

Release notes

Sourced from ext-strikethrough's releases.

v4.2.0

  • MarkwonEditor to highlight markdown input whilst editing (new module: markwon-editor)
  • CoilImagesPlugin image loader based on Coil library (new module: markwon-image-coil) (#166, #174)
    Thanks to @​tylerbwong
  • MarkwonInlineParser to customize inline parsing (new module: markwon-inline-parser)
  • Update commonmark-java to 0.13.0 (and commonmark spec 0.29)
  • Markwon#configuration method to expose MarkwonConfiguration via public API
  • HeadingSpan#getLevel getter
  • Add SvgPictureMediaDecoder in image module to deal with SVG without dimensions (#165)
  • LinkSpan#getLink method
  • LinkifyPlugin applies link span that is configured by Markwon (obtain via span factory)
  • LinkifyPlugin is thread-safe

#165: noties/Markwon#165
#166: noties/Markwon#166
#174: noties/Markwon#174

Changelog

Sourced from ext-strikethrough's changelog.

4.2.0

  • MarkwonEditor to highlight markdown input whilst editing (new module: markwon-editor)
  • CoilImagesPlugin image loader based on Coil library (new module: markwon-image-coil) (#166, #174)

    Thanks to @​tylerbwong
  • MarkwonInlineParser to customize inline parsing (new module: markwon-inline-parser)
  • Update commonmark-java to 0.13.0 (and commonmark spec 0.29)
  • Markwon#configuration method to expose MarkwonConfiguration via public API
  • HeadingSpan#getLevel getter
  • Add SvgPictureMediaDecoder in image module to deal with SVG without dimensions (#165)
  • LinkSpan#getLink method
  • LinkifyPlugin applies link span that is configured by Markwon (obtain via span factory)
  • LinkifyPlugin is thread-safe

#165: noties/Markwon#165
#166: noties/Markwon#166
#174: noties/Markwon#174

Commits
  • b844f4d Merge pull request #175 from noties/v4.2.0
  • 3917705 Prepare 4.2.0 release
  • 00d60e2 FactoryBuilderNoDefaults abstraction
  • efa3473 Fix tests
  • 6c4ffd1 Update to commonmark-java 0.13.0
  • d2e4730 Add inline processor to custom extension sample
  • 3608969 Update android gradle plugin to 3.5.2
  • 3c23140 Commonmark-java inline parser implementation
  • d6fe069 Update CHANGELOG
  • 6b9e79c Merge pull request #174 from tylerbwong/image-coil
  • Additional commits viewable in compare view

Updates ext-tables from 4.1.2 to 4.2.0

Release notes

Sourced from ext-tables's releases.

v4.2.0

  • MarkwonEditor to highlight markdown input whilst editing (new module: markwon-editor)
  • CoilImagesPlugin image loader based on Coil library (new module: markwon-image-coil) (#166, #174)
    Thanks to @​tylerbwong
  • MarkwonInlineParser to customize inline parsing (new module: markwon-inline-parser)
  • Update commonmark-java to 0.13.0 (and commonmark spec 0.29)
  • Markwon#configuration method to expose MarkwonConfiguration via public API
  • HeadingSpan#getLevel getter
  • Add SvgPictureMediaDecoder in image module to deal with SVG without dimensions (#165)
  • LinkSpan#getLink method
  • LinkifyPlugin applies link span that is configured by Markwon (obtain via span factory)
  • LinkifyPlugin is thread-safe

#165: noties/Markwon#165
#166: noties/Markwon#166
#174: noties/Markwon#174

Changelog

Sourced from ext-tables's changelog.

4.2.0

  • MarkwonEditor to highlight markdown input whilst editing (new module: markwon-editor)
  • CoilImagesPlugin image loader based on Coil library (new module: markwon-image-coil) (#166, #174)

    Thanks to @​tylerbwong
  • MarkwonInlineParser to customize inline parsing (new module: markwon-inline-parser)
  • Update commonmark-java to 0.13.0 (and commonmark spec 0.29)
  • Markwon#configuration method to expose MarkwonConfiguration via public API
  • HeadingSpan#getLevel getter
  • Add SvgPictureMediaDecoder in image module to deal with SVG without dimensions (#165)
  • LinkSpan#getLink method
  • LinkifyPlugin applies link span that is configured by Markwon (obtain via span factory)
  • LinkifyPlugin is thread-safe

#165: noties/Markwon#165
#166: noties/Markwon#166
#174: noties/Markwon#174

Commits
  • b844f4d Merge pull request #175 from noties/v4.2.0
  • 3917705 Prepare 4.2.0 release
  • 00d60e2 FactoryBuilderNoDefaults abstraction
  • efa3473 Fix tests
  • 6c4ffd1 Update to commonmark-java 0.13.0
  • d2e4730 Add inline processor to custom extension sample
  • 3608969 Update android gradle plugin to 3.5.2
  • 3c23140 Commonmark-java inline parser implementation
  • d6fe069 Update CHANGELOG
  • 6b9e79c Merge pull request #174 from tylerbwong/image-coil
  • Additional commits viewable in compare view

Updates ext-tasklist from 4.1.2 to 4.2.0

Release notes

Sourced from ext-tasklist's releases.

v4.2.0

  • MarkwonEditor to highlight markdown input whilst editing (new module: markwon-editor)
  • CoilImagesPlugin image loader based on Coil library (new module: markwon-image-coil) (#166, #174)
    Thanks to @​tylerbwong
  • MarkwonInlineParser to customize inline parsing (new module: markwon-inline-parser)
  • Update commonmark-java to 0.13.0 (and commonmark spec 0.29)
  • Markwon#configuration method to expose MarkwonConfiguration via public API
  • HeadingSpan#getLevel getter
  • Add SvgPictureMediaDecoder in image module to deal with SVG without dimensions (#165)
  • LinkSpan#getLink method
  • LinkifyPlugin applies link span that is configured by Markwon (obtain via span factory)
  • LinkifyPlugin is thread-safe

#165: noties/Markwon#165
#166: noties/Markwon#166
#174: noties/Markwon#174

Changelog

Sourced from ext-tasklist's changelog.

4.2.0

  • MarkwonEditor to highlight markdown input whilst editing (new module: markwon-editor)
  • CoilImagesPlugin image loader based on Coil library (new module: markwon-image-coil) (#166, #174)

    Thanks to @​tylerbwong
  • MarkwonInlineParser to customize inline parsing (new module: markwon-inline-parser)
  • Update commonmark-java to 0.13.0 (and commonmark spec 0.29)
  • Markwon#configuration method to expose MarkwonConfiguration via public API
  • HeadingSpan#getLevel getter
  • Add SvgPictureMediaDecoder in image module to deal with SVG without dimensions (#165)
  • LinkSpan#getLink method
  • LinkifyPlugin applies link span that is configured by Markwon (obtain via span factory)
  • LinkifyPlugin is thread-safe

#165: noties/Markwon#165
#166: noties/Markwon#166
#174: noties/Markwon#174

Commits
  • b844f4d Merge pull request #175 from noties/v4.2.0
  • 3917705 Prepare 4.2.0 release
  • 00d60e2 FactoryBuilderNoDefaults abstraction
  • efa3473 Fix tests
  • 6c4ffd1 Update to commonmark-java 0.13.0
  • d2e4730 Add inline processor to custom extension sample
  • 3608969 Update android gradle plugin to 3.5.2
  • 3c23140 Commonmark-java inline parser implementation
  • d6fe069 Update CHANGELOG
  • 6b9e79c Merge pull request #174 from tylerbwong/image-coil
  • Additional commits viewable in compare view

Updates html from 4.1.2 to 4.2.0

Release notes

Sourced from html's releases.

v4.2.0

  • MarkwonEditor to highlight markdown input whilst editing (new module: markwon-editor)
  • CoilImagesPlugin image loader based on Coil library (new module: markwon-image-coil) (#166, #174)
    Thanks to @​tylerbwong
  • MarkwonInlineParser to customize inline parsing (new module: markwon-inline-parser)
  • Update commonmark-java to 0.13.0 (and commonmark spec 0.29)
  • Markwon#configuration method to expose MarkwonConfiguration via public API
  • HeadingSpan#getLevel getter
  • Add SvgPictureMediaDecoder in image module to deal with SVG without dimensions (#165)
  • LinkSpan#getLink method
  • LinkifyPlugin applies link span that is configured by Markwon (obtain via span factory)
  • LinkifyPlugin is thread-safe

#165: noties/Markwon#165
#166: noties/Markwon#166
#174: noties/Markwon#174

Changelog

Sourced from html's changelog.

4.2.0

  • MarkwonEditor to highlight markdown input whilst editing (new module: markwon-editor)
  • CoilImagesPlugin image loader based on Coil library (new module: markwon-image-coil) (#166, #174)

    Thanks to @​tylerbwong
  • MarkwonInlineParser to customize inline parsing (new module: markwon-inline-parser)
  • Update commonmark-java to 0.13.0 (and commonmark spec 0.29)
  • Markwon#configuration method to expose MarkwonConfiguration via public API
  • HeadingSpan#getLevel getter
  • Add SvgPictureMediaDecoder in image module to deal with SVG without dimensions (#165)
  • LinkSpan#getLink method
  • LinkifyPlugin applies link span that is configured by Markwon (obtain via span factory)
  • LinkifyPlugin is thread-safe

#165: noties/Markwon#165
#166: noties/Markwon#166
#174: noties/Markwon#174

Commits
  • b844f4d Merge pull request #175 from noties/v4.2.0
  • 3917705 Prepare 4.2.0 release
  • 00d60e2 FactoryBuilderNoDefaults abstraction
  • efa3473 Fix tests
  • 6c4ffd1 Update to commonmark-java 0.13.0
  • d2e4730 Add inline processor to custom extension sample
  • 3608969 Update android gradle plugin to 3.5.2
  • 3c23140 Commonmark-java inline parser implementation
  • d6fe069 Update CHANGELOG
  • 6b9e79c Merge pull request #174 from tylerbwong/image-coil
  • Additional commits viewable in compare view

Updates syntax-highlight from 4.1.2 to 4.2.0

Release notes

Sourced from syntax-highlight's releases.

v4.2.0

  • MarkwonEditor to highlight markdown input whilst editing (new module: markwon-editor)
  • CoilImagesPlugin image loader based on Coil library (new module: markwon-image-coil) (#166, #174)
    Thanks to @​tylerbwong
  • MarkwonInlineParser to customize inline parsing (new module: markwon-inline-parser)
  • Update commonmark-java to 0.13.0 (and commonmark spec 0.29)
  • Markwon#configuration method to expose MarkwonConfiguration via public API
  • HeadingSpan#getLevel getter
  • Add SvgPictureMediaDecoder in image module to deal with SVG without dimensions (#165)
  • LinkSpan#getLink method
  • LinkifyPlugin applies link span that is configured by Markwon (obtain via span factory)
  • LinkifyPlugin is thread-safe

#165: noties/Markwon#165
#166: noties/Markwon#166
#174: noties/Markwon#174

Changelog

Sourced from syntax-highlight's changelog.

4.2.0

  • MarkwonEditor to highlight markdown input whilst editing (new module: markwon-editor)
  • CoilImagesPlugin image loader based on Coil library (new module: markwon-image-coil) (#166, #174)

    Thanks to @​tylerbwong
  • MarkwonInlineParser to customize inline parsing (new module: markwon-inline-parser)
  • Update commonmark-java to 0.13.0 (and commonmark spec 0.29)
  • Markwon#configuration method to expose MarkwonConfiguration via public API
  • HeadingSpan#getLevel getter
  • Add SvgPictureMediaDecoder in image module to deal with SVG without dimensions (#165)
  • LinkSpan#getLink method
  • LinkifyPlugin applies link span that is configured by Markwon (obtain via span factory)
  • LinkifyPlugin is thread-safe

#165: noties/Markwon#165
#166: noties/Markwon#166
#174: noties/Markwon#174

Commits
  • b844f4d Merge pull request #175 from noties/v4.2.0
  • 3917705 Prepare 4.2.0 release
  • 00d60e2 FactoryBuilderNoDefaults abstraction
  • efa3473 Fix tests
  • 6c4ffd1 Update to commonmark-java 0.13.0
  • d2e4730 Add inline processor to custom extension sample
  • 3608969 Update android gradle plugin to 3.5.2
  • 3c23140 Commonmark-java inline parser implementation
  • d6fe069 Update CHANGELOG
  • 6b9e79c Merge pull request #174 from tylerbwong/image-coil
  • Additional commits viewable in compare view

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.


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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps `markwonVersion` from 4.1.2 to 4.2.0.

Updates `core` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](noties/Markwon@v4.1.2...v4.2.0)

Updates `ext-strikethrough` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](noties/Markwon@v4.1.2...v4.2.0)

Updates `ext-tables` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](noties/Markwon@v4.1.2...v4.2.0)

Updates `ext-tasklist` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](noties/Markwon@v4.1.2...v4.2.0)

Updates `html` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](noties/Markwon@v4.1.2...v4.2.0)

Updates `syntax-highlight` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](noties/Markwon@v4.1.2...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added 3. to review dependencies Pull requests that update a dependency file labels Nov 18, 2019
@nextcloud-android-bot
Copy link
Collaborator

APK file: https://www.kaminsky.me/nc-dev/android-artifacts/11647.apk

qrcode

To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app.

@nextcloud-android-bot
Copy link
Collaborator

@nextcloud-android-bot
Copy link
Collaborator

Codacy

306

Lint

TypemasterPR
Warnings5959
Errors00

SpotBugs (new)

Warning TypeNumber
Bad practice Warnings26
Correctness Warnings69
Internationalization Warnings13
Malicious code vulnerability Warnings5
Multithreaded correctness Warnings9
Performance Warnings119
Security Warnings44
Dodgy code Warnings138
Total423

SpotBugs (master)

Warning TypeNumber
Bad practice Warnings26
Correctness Warnings69
Internationalization Warnings13
Malicious code vulnerability Warnings5
Multithreaded correctness Warnings9
Performance Warnings119
Security Warnings44
Dodgy code Warnings138
Total423

@tobiasKaminsky
Copy link
Member

Still works 👍

@tobiasKaminsky tobiasKaminsky merged commit 2110937 into master Nov 19, 2019
@delete-merged-branch delete-merged-branch bot deleted the dependabot/gradle/markwonVersion-4.2.0 branch November 19, 2019 06:44
tobiasKaminsky added a commit that referenced this pull request Nov 20, 2019
21ef006 Merge pull request #4858 from nextcloud/changeScreenshot
0223085 shorten text a bit
8879179 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
94502f6 Merge pull request #4787 from ArisuOngaku/auto-upload-start-date-persistence
2110937 Merge pull request #4839 from nextcloud/dependabot/gradle/markwonVersion-4.2.0
f1a0ac5 [tx-robot] updated from transifex
a00677c daily dev 20191119
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants