Submitty
Submitty copied to clipboard
[Dependency] Bump flatpickr from 4.6.6 to 4.6.13 in /site
Bumps flatpickr from 4.6.6 to 4.6.13.
Release notes
Sourced from flatpickr's releases.
v4.6.13
What's Changed
- Fix change events not firing from the month select plugin
- Fix week numbers being calculated incorrectly in some cases
- Fix erroneous change events firing in edge cases (#2668 )
- Run Prettier check in the CI to reject unformatted code by
@mshibuya
in flatpickr/flatpickr#2663- translated more strings into albanian by
@dianfishekqi
in flatpickr/flatpickr#2674- fixes #2669 monthSelectPlugin doesnt highlight correct month, when data is loaded by
@koesper
in flatpickr/flatpickr#2676New Contributors
@dianfishekqi
made their first contribution in flatpickr/flatpickr#2674@koesper
made their first contribution in flatpickr/flatpickr#2676Full Changelog: https://github.com/flatpickr/flatpickr/compare/v4.6.11...v4.6.13
v4.6.11
There was a bug with time selection since so much stuff got merged in. New tests have been added to prevent this from happening again.
What's Changed
- Fix #2419 breaking with altInput and altFormat Enabled by
@mshibuya
in flatpickr/flatpickr#2662- Bug fix: error thrown and calendar UI broken by invalid input value when allowInput is true and allowInvalidPreload is true by
@barszczmm
in flatpickr/flatpickr#2650New Contributors
@barszczmm
made their first contribution in flatpickr/flatpickr#2650Full Changelog: https://github.com/flatpickr/flatpickr/compare/v4.6.10...v4.6.11
v4.6.10
What's Changed
- Support Z & GMT custom parsing by
@bcfox
in flatpickr/flatpickr#2369- 🌐 [ar] Translate missing phrases. by
@mohamedsabil83
in flatpickr/flatpickr#2370- fix: restrict onKeyDown listener to Flatpickr only fixes #1444, #1387 by
@ghiscoding
in flatpickr/flatpickr#2329- 🌐[ko] Add missing am/pm translation by
@darron1217
in flatpickr/flatpickr#2379- Add missing horizontal position strings to position option type by
@danielpierre
in flatpickr/flatpickr#2400- Support reversed ranges for minTime and maxTime by
@MiroslavCsonka
in flatpickr/flatpickr#2482- Fix incorrectly migrated package-lock.json by
@andersk
in flatpickr/flatpickr#2467- Compile all ES6+ syntax to ES5 by
@andersk
in flatpickr/flatpickr#2469- [fix] apply positionElement to instance._positionElement when fp.set by
@fifzteen
in flatpickr/flatpickr#2466- Fix rangePlugin selection problems by
@SquareBeard
in flatpickr/flatpickr#1795- Fix maxTime bound bug by
@MiroslavCsonka
in flatpickr/flatpickr#2483- Fix parseDate on relative inputs by
@juliapath
in flatpickr/flatpickr#2475- Add range separator for Swedish locale by
@mlonn
in flatpickr/flatpickr#2434- Update sv.ts by
@davemccrea
in flatpickr/flatpickr#2449- feat: add norwegian nynorsk by
@tw15egan
in flatpickr/flatpickr#2423- Update fi.ts by
@davemccrea
in flatpickr/flatpickr#2450- Eliminate memory leak caused by event listener accumulation by
@jefrailey
in flatpickr/flatpickr#2596- Adjusts month abbreviation and adds aria-labels for the Greek translation (i10n) by
@delight
in flatpickr/flatpickr#2555- Keyboard doesn't work inside Shadow Dom by
@mwoess
in flatpickr/flatpickr#2519- Check exsitance of years and month in scrollPlugin by
@mojtaba-khallash
in flatpickr/flatpickr#2571
... (truncated)
Commits
82df19a
Fix formatting1df87f2
4.6.139017947
monthselect - simplify bound checkse6b34b9
4.6.12aa5975d
Fix tests9da0c14
Merge branch 'master' of github.com:flatpickr/flatpickrf3c0a0f
Fix change events not firing for month select plugin9a08eab
Merge pull request #2676 from koesper/masterff1b1a4
fix for #2669, initialisation of the monthSelectPlugin always set currentmont...159d0d4
Format- 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)
Codecov Report
Merging #7816 (c84f181) into main (00d119c) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #7816 +/- ##
=========================================
Coverage 23.32% 23.32%
Complexity 7818 7818
=========================================
Files 220 220
Lines 27303 27303
Branches 70 70
=========================================
Hits 6369 6369
Misses 20866 20866
Partials 68 68
Flag | Coverage Δ | |
---|---|---|
autograder | 21.56% <ø> (ø) |
|
js | 28.47% <ø> (ø) |
|
migrator | 100.00% <ø> (ø) |
|
php | 20.20% <ø> (ø) |
|
python_submitty_utils | 71.65% <ø> (ø) |
|
submitty_daemon_jobs | 91.01% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
@dependabot rebase
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!
If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate
.
@dependabot recreate
@dependabot rebase
@skara9 It looks like the tests failed. This time, it's the course materials e2e test. My guess is that something with the flatpickr UI is breaking the tests. Perhaps they need to be updated to target the right HTML element.
To test this out, you could start by getting the cypress tests working locally (documentation here. Once you have them working locally, you'll probably figure out the source of the problem relatively fast.
@dependabot recreate
Bumping this is good after slight changes are made to the Cypress file and ignoring HTML validator errors. From test, the newest version of Flatpickr should also fix the problem where it is not closed properly within the pop-ups.