fix(deps): update dependency flatpickr to v4.6.10 #1644

Merged
konrad merged 1 commits from renovate/flatpickr-4.x into main 2022-03-06 15:53:03 +00:00
Member

This PR contains the following updates:

Package Type Update Change
flatpickr (source) dependencies patch 4.6.9 -> 4.6.10

Release Notes

chmln/flatpickr

v4.6.10

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/flatpickr/flatpickr/compare/v4.6.9...v4.6.10


Configuration

📅 Schedule: 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, check this box.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [flatpickr](https://flatpickr.js.org) ([source](https://github.com/chmln/flatpickr)) | dependencies | patch | [`4.6.9` -> `4.6.10`](https://renovatebot.com/diffs/npm/flatpickr/4.6.9/4.6.10) | --- ### Release Notes <details> <summary>chmln/flatpickr</summary> ### [`v4.6.10`](https://github.com/chmln/flatpickr/releases/v4.6.10) [Compare Source](https://github.com/chmln/flatpickr/compare/v4.6.9...v4.6.10) #### What's Changed - Support Z & GMT custom parsing by [@&#8203;bcfox](https://github.com/bcfox) in https://github.com/flatpickr/flatpickr/pull/2369 - 🌐 \[ar] Translate missing phrases. by [@&#8203;mohamedsabil83](https://github.com/mohamedsabil83) in https://github.com/flatpickr/flatpickr/pull/2370 - fix: restrict onKeyDown listener to Flatpickr only fixes [#&#8203;1444](https://github.com/chmln/flatpickr/issues/1444), [#&#8203;1387](https://github.com/chmln/flatpickr/issues/1387) by [@&#8203;ghiscoding](https://github.com/ghiscoding) in https://github.com/flatpickr/flatpickr/pull/2329 - 🌐\[ko] Add missing am/pm translation by [@&#8203;darron1217](https://github.com/darron1217) in https://github.com/flatpickr/flatpickr/pull/2379 - Add missing horizontal position strings to position option type by [@&#8203;danielpierre](https://github.com/danielpierre) in https://github.com/flatpickr/flatpickr/pull/2400 - Support reversed ranges for minTime and maxTime by [@&#8203;MiroslavCsonka](https://github.com/MiroslavCsonka) in https://github.com/flatpickr/flatpickr/pull/2482 - Fix incorrectly migrated package-lock.json by [@&#8203;andersk](https://github.com/andersk) in https://github.com/flatpickr/flatpickr/pull/2467 - Compile all ES6+ syntax to ES5 by [@&#8203;andersk](https://github.com/andersk) in https://github.com/flatpickr/flatpickr/pull/2469 - \[fix] apply positionElement to instance.\_positionElement when fp.set by [@&#8203;fifzteen](https://github.com/fifzteen) in https://github.com/flatpickr/flatpickr/pull/2466 - Fix rangePlugin selection problems by [@&#8203;SquareBeard](https://github.com/SquareBeard) in https://github.com/flatpickr/flatpickr/pull/1795 - Fix maxTime bound bug by [@&#8203;MiroslavCsonka](https://github.com/MiroslavCsonka) in https://github.com/flatpickr/flatpickr/pull/2483 - Fix parseDate on relative inputs by [@&#8203;juliapath](https://github.com/juliapath) in https://github.com/flatpickr/flatpickr/pull/2475 - Add range separator for Swedish locale by [@&#8203;mlonn](https://github.com/mlonn) in https://github.com/flatpickr/flatpickr/pull/2434 - Update sv.ts by [@&#8203;davemccrea](https://github.com/davemccrea) in https://github.com/flatpickr/flatpickr/pull/2449 - feat: add norwegian nynorsk by [@&#8203;tw15egan](https://github.com/tw15egan) in https://github.com/flatpickr/flatpickr/pull/2423 - Update fi.ts by [@&#8203;davemccrea](https://github.com/davemccrea) in https://github.com/flatpickr/flatpickr/pull/2450 - Eliminate memory leak caused by event listener accumulation by [@&#8203;jefrailey](https://github.com/jefrailey) in https://github.com/flatpickr/flatpickr/pull/2596 - Adjusts month abbreviation and adds aria-labels for the Greek translation (i10n) by [@&#8203;delight](https://github.com/delight) in https://github.com/flatpickr/flatpickr/pull/2555 - Keyboard doesn't work inside Shadow Dom by [@&#8203;mwoess](https://github.com/mwoess) in https://github.com/flatpickr/flatpickr/pull/2519 - Check exsitance of years and month in scrollPlugin by [@&#8203;mojtaba-khallash](https://github.com/mojtaba-khallash) in https://github.com/flatpickr/flatpickr/pull/2571 - Create ar-dz.ts locales by [@&#8203;anugrahsoft](https://github.com/anugrahsoft) in https://github.com/flatpickr/flatpickr/pull/2556 - fix: `onClose` callback was returning wrong selected dates if user changed input before close. by [@&#8203;DimitrisRK](https://github.com/DimitrisRK) in https://github.com/flatpickr/flatpickr/pull/2541 - Remove repeating 'onChange' trigger by [@&#8203;quis0](https://github.com/quis0) in https://github.com/flatpickr/flatpickr/pull/2506 - Append to container and children no longer classed as calendar elements by [@&#8203;cmubo](https://github.com/cmubo) in https://github.com/flatpickr/flatpickr/pull/2500 - Updated week day for Sunday in ms.ts by [@&#8203;izwanakhirruddin](https://github.com/izwanakhirruddin) in https://github.com/flatpickr/flatpickr/pull/2496 - Add range separator to Catalan by [@&#8203;toniavanza](https://github.com/toniavanza) in https://github.com/flatpickr/flatpickr/pull/2495 - Fix for calendar position on Safari by [@&#8203;octaviofernands](https://github.com/octaviofernands) in https://github.com/flatpickr/flatpickr/pull/2391 - chore: replace CircleCI status badge with GitHub Actions status by [@&#8203;ghiscoding](https://github.com/ghiscoding) in https://github.com/flatpickr/flatpickr/pull/2384 - monthSelect plugin: Support "range" mode by [@&#8203;rlue](https://github.com/rlue) in https://github.com/flatpickr/flatpickr/pull/2297 - fix: GitHub Actions badge fix invalid url typo by [@&#8203;ghiscoding](https://github.com/ghiscoding) in https://github.com/flatpickr/flatpickr/pull/2597 - add Armenian locale by [@&#8203;vakopian](https://github.com/vakopian) in https://github.com/flatpickr/flatpickr/pull/2604 - Fixes confirmDate focus accessibility by [@&#8203;gustavoaz7](https://github.com/gustavoaz7) in https://github.com/flatpickr/flatpickr/pull/2633 - Add 'time\_24hr: true' to Austrian locale by [@&#8203;berndy2001](https://github.com/berndy2001) in https://github.com/flatpickr/flatpickr/pull/2612 - Prevent text selection on prev/next month buttons by [@&#8203;metonym](https://github.com/metonym) in https://github.com/flatpickr/flatpickr/pull/2603 - Fix issues with parsing localized date/time by [@&#8203;mshibuya](https://github.com/mshibuya) in https://github.com/flatpickr/flatpickr/pull/2600 - add kurdish (sorani) language by [@&#8203;swara-mohammed](https://github.com/swara-mohammed) in https://github.com/flatpickr/flatpickr/pull/2620 - Fix [#&#8203;2541](https://github.com/chmln/flatpickr/issues/2541) breaking with altInput enabled by [@&#8203;mshibuya](https://github.com/mshibuya) in https://github.com/flatpickr/flatpickr/pull/2601 - fix: handling document click after manual update by [@&#8203;Sayan751](https://github.com/Sayan751) in https://github.com/flatpickr/flatpickr/pull/2419 #### New Contributors - [@&#8203;bcfox](https://github.com/bcfox) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2369 - [@&#8203;mohamedsabil83](https://github.com/mohamedsabil83) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2370 - [@&#8203;darron1217](https://github.com/darron1217) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2379 - [@&#8203;danielpierre](https://github.com/danielpierre) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2400 - [@&#8203;MiroslavCsonka](https://github.com/MiroslavCsonka) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2482 - [@&#8203;andersk](https://github.com/andersk) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2467 - [@&#8203;fifzteen](https://github.com/fifzteen) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2466 - [@&#8203;juliapath](https://github.com/juliapath) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2475 - [@&#8203;mlonn](https://github.com/mlonn) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2434 - [@&#8203;davemccrea](https://github.com/davemccrea) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2449 - [@&#8203;tw15egan](https://github.com/tw15egan) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2423 - [@&#8203;jefrailey](https://github.com/jefrailey) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2596 - [@&#8203;delight](https://github.com/delight) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2555 - [@&#8203;mwoess](https://github.com/mwoess) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2519 - [@&#8203;mojtaba-khallash](https://github.com/mojtaba-khallash) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2571 - [@&#8203;anugrahsoft](https://github.com/anugrahsoft) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2556 - [@&#8203;DimitrisRK](https://github.com/DimitrisRK) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2541 - [@&#8203;quis0](https://github.com/quis0) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2506 - [@&#8203;cmubo](https://github.com/cmubo) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2500 - [@&#8203;izwanakhirruddin](https://github.com/izwanakhirruddin) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2496 - [@&#8203;toniavanza](https://github.com/toniavanza) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2495 - [@&#8203;octaviofernands](https://github.com/octaviofernands) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2391 - [@&#8203;vakopian](https://github.com/vakopian) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2604 - [@&#8203;gustavoaz7](https://github.com/gustavoaz7) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2633 - [@&#8203;berndy2001](https://github.com/berndy2001) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2612 - [@&#8203;metonym](https://github.com/metonym) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2603 - [@&#8203;mshibuya](https://github.com/mshibuya) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2600 - [@&#8203;swara-mohammed](https://github.com/swara-mohammed) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2620 - [@&#8203;Sayan751](https://github.com/Sayan751) made their first contribution in https://github.com/flatpickr/flatpickr/pull/2419 **Full Changelog**: https://github.com/flatpickr/flatpickr/compare/v4.6.9...v4.6.10 </details> --- ### Configuration 📅 **Schedule**: 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, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2022-03-06 15:03:08 +00:00
renovate added 1 commit 2022-03-06 15:03:09 +00:00
continuous-integration/drone/pr Build is passing Details
b3a7445ab5
fix(deps): update dependency flatpickr to v4.6.10
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://1644-renovate-flatpickr-4-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://1644-renovate-flatpickr-4-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.
konrad merged commit 59a5b7021c into main 2022-03-06 15:53:03 +00:00
konrad deleted branch renovate/flatpickr-4.x 2022-03-06 15:53:03 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.