fix(deps): update dependency easymde to v2.17.0 #2283

Merged
konrad merged 1 commits from renovate/easymde-2.x into main 2022-09-01 12:57:44 +00:00
Member

This PR contains the following updates:

Package Type Update Change
easymde dependencies minor 2.16.1 -> 2.17.0

Release Notes

Ionaru/easy-markdown-editor

v2.17.0

Compare Source

Added
Fixed
Changed
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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [easymde](https://github.com/Ionaru/easy-markdown-editor) | dependencies | minor | [`2.16.1` -> `2.17.0`](https://renovatebot.com/diffs/npm/easymde/2.16.1/2.17.0) | --- ### Release Notes <details> <summary>Ionaru/easy-markdown-editor</summary> ### [`v2.17.0`](https://github.com/Ionaru/easy-markdown-editor/blob/HEAD/CHANGELOG.md#&#8203;2170---2022-08-20) [Compare Source](https://github.com/Ionaru/easy-markdown-editor/compare/2.16.1...2.17.0) ##### Added - Improved CSRF support for uploading images (Thanks to \[[@&#8203;ZsgsDesign](https://github.com/ZsgsDesign)], \[[#&#8203;394](https://github.com/Ionaru/easy-markdown-editor/issues/394)]). - Option to register an image preview handler: `imagesPreviewHandler` (Thanks to \[[@&#8203;diego-gw](https://github.com/diego-gw)], \[[#&#8203;411](https://github.com/Ionaru/easy-markdown-editor/issues/411)]). - Support for `.webp` image formats (Thanks to \[[@&#8203;sghoweri](https://github.com/sghoweri)], \[[#&#8203;417](https://github.com/Ionaru/easy-markdown-editor/issues/417)]). - `toggleHeading` methods for headings 4, 5 and 6 (Thanks to \[[@&#8203;vanillajonathan](https://github.com/vanillajonathan)], \[[#&#8203;449](https://github.com/Ionaru/easy-markdown-editor/issues/449)] and \[[#&#8203;492](https://github.com/Ionaru/easy-markdown-editor/issues/492)]). - Support for `.gif`, `.avif` and `.apng` image formats (Thanks to \[[@&#8203;vanillajonathan](https://github.com/vanillajonathan)], \[[#&#8203;450](https://github.com/Ionaru/easy-markdown-editor/issues/450)], \[[#&#8203;458](https://github.com/Ionaru/easy-markdown-editor/issues/458)] and \[[#&#8203;459](https://github.com/Ionaru/easy-markdown-editor/issues/459)]). - Keyboard shortcuts for `toggleHeading` methods (Thanks to \[[@&#8203;vanillajonathan](https://github.com/vanillajonathan)], \[[#&#8203;451](https://github.com/Ionaru/easy-markdown-editor/issues/451)]). - `iconClassMap` option to specify icon class names for toolbar buttons (Thanks to \[[@&#8203;vanillajonathan](https://github.com/vanillajonathan)], \[[#&#8203;454](https://github.com/Ionaru/easy-markdown-editor/issues/454)]). - `role="toolbar"` on the toolbar element (Thanks to \[[@&#8203;vanillajonathan](https://github.com/vanillajonathan)], \[[#&#8203;455](https://github.com/Ionaru/easy-markdown-editor/issues/455)]). - Support for text buttons in the toolbar (Thanks to \[[@&#8203;vanillajonathan](https://github.com/vanillajonathan)], \[[#&#8203;461](https://github.com/Ionaru/easy-markdown-editor/issues/461)]). - `aria-label` attribute for toolbar buttons (uses the `title` option) (Thanks to \[[@&#8203;vanillajonathan](https://github.com/vanillajonathan)], \[[#&#8203;463](https://github.com/Ionaru/easy-markdown-editor/issues/463)]). - `role="application"` on the editor container element (Thanks to \[[@&#8203;vanillajonathan](https://github.com/vanillajonathan)], \[[#&#8203;464](https://github.com/Ionaru/easy-markdown-editor/issues/464)]). - Option to not overwrite the preview HTML by returning `null` from `previewRender` (Thanks to \[[@&#8203;LevitatingOrange](https://github.com/LevitatingOrange)], \[[#&#8203;471](https://github.com/Ionaru/easy-markdown-editor/issues/471)]). ##### Fixed - Hyperlink doubling (Thanks to \[[@&#8203;danielok1993](https://github.com/danielok1993)], \[[#&#8203;95](https://github.com/Ionaru/easy-markdown-editor/issues/95)]). - URLs with certain characters entered through prompts causing invalid markdown (Thanks to \[[@&#8203;Zignature](https://github.com/Zignature)], \[[#&#8203;393](https://github.com/Ionaru/easy-markdown-editor/issues/393)]). - Autofocus option not working properly (\[[#&#8203;399](https://github.com/Ionaru/easy-markdown-editor/issues/399)]). - Inconsistent border colour (Thanks to \[[@&#8203;vanillajonathan](https://github.com/vanillajonathan)], \[[#&#8203;466](https://github.com/Ionaru/easy-markdown-editor/issues/466)]). - Invalid regex on Safari browsers (\[[#&#8203;478](https://github.com/Ionaru/easy-markdown-editor/issues/478)]) - `hideIcons` option type (Thanks to \[[@&#8203;LoyalPotato](https://github.com/LoyalPotato)], \[[#&#8203;488](https://github.com/Ionaru/easy-markdown-editor/issues/488)]). ##### Changed - Editor now uses responsive font sizes (Thanks to \[[@&#8203;vanillajonathan](https://github.com/vanillajonathan)], \[[#&#8203;452](https://github.com/Ionaru/easy-markdown-editor/issues/452)]). ##### Documentation - Added several improvements to README (Thanks to \[[@&#8203;vanillajonathan](https://github.com/vanillajonathan)], \[[#&#8203;436](https://github.com/Ionaru/easy-markdown-editor/issues/436)], \[[#&#8203;438](https://github.com/Ionaru/easy-markdown-editor/issues/438)], \[[#&#8203;440](https://github.com/Ionaru/easy-markdown-editor/issues/440)], \[[#&#8203;444](https://github.com/Ionaru/easy-markdown-editor/issues/444)]). - Fixed typo in README (Thanks to \[[@&#8203;kicksent](https://github.com/kicksent)], \[[#&#8203;484](https://github.com/Ionaru/easy-markdown-editor/issues/484)]). - Added missing icon for `upload-image` in README (Thanks to \[[@&#8203;hlf20010508](https://github.com/hlf20010508)], \[[#&#8203;486](https://github.com/Ionaru/easy-markdown-editor/issues/486)]). </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuNCIsInVwZGF0ZWRJblZlciI6IjMyLjE1My40In0=-->
renovate added the
dependencies
label 2022-08-20 17:03:22 +00:00
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://2283-renovate-easymde-2-x--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://2283-renovate-easymde-2-x--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
renovate force-pushed renovate/easymde-2.x from f4e4729ed4 to 84882e9352 2022-09-01 12:03:56 +00:00 Compare
konrad scheduled this pull request to auto merge when all checks succeed 2022-09-01 12:21:00 +00:00
konrad merged commit 17607df6ff into main 2022-09-01 12:57:44 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.