telemetry-analysis-service
telemetry-analysis-service copied to clipboard
Bump parsleyjs from 2.8.1 to 2.9.1
Bumps parsleyjs from 2.8.1 to 2.9.1.
Changelog
Sourced from parsleyjs's changelog.
Parsley 2.x changelog
Parsley follows semver. This lists new features only. For bug fixes and small changes, check the commit list.
2.9
- Added
euvatin
(European Union Value Added Tax Identification Number) validator.2.8
Added
refresh
method. Parsley automatically refreshes before validating, butrefresh
is there if one needs to insure that some fields are rebound/unbound, or triggers are updated, etc...
Parsley.hasValidator
makes it easy to check if a validator exists or not [#1216]
classHandler
now supports global functions,errorWrapper
too. [#1101]2.7
- Support for Date type (#1158)
2.6.1
- Avoid min/max/range validators for date type, until this is actually supported (#1158)
2.6.0
- While input with
type="number"
must have a default step of 1, the default fordata-parsley-type="number"
has been changed to'any'
as an hopeless attempt to minimize the confusion around this validator. (#1129)2.5.1
- An input with class 'required' will no longer be required; only having an attribute
'required'
or'data-parsley-required'
makes an input being required (#1138)2.5.0
- New option
debounce
to minimize validation (#1103)2.4.2
$('...').parsley({someOption: 'value'})
will always set the optionsomeOptions
. Previously if the field/form was already initialized, options were ignored.2.3.1
... (truncated)
- Parsley now relies on
input
events instead ofchange
andkeyup
events to revalidate after the first failure. This is now customizable with thetriggerAfterFailure
option. Triggers specified with thetrigger
option are unbound once a field has failed.- Parsley updates the UI before firing success/error/validated events
Commits
- See full diff 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 ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major 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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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)
Finally, you can contact us by mentioning @dependabot.
Codecov Report
Merging #1697 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #1697 +/- ##
=======================================
Coverage 93.32% 93.32%
=======================================
Files 48 48
Lines 1738 1738
Branches 170 170
=======================================
Hits 1622 1622
Misses 93 93
Partials 23 23
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 17d7936...7fbf617. Read the comment docs.