-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(root): cleanup and update dependencies
- Loading branch information
Showing
43 changed files
with
6,120 additions
and
58,006 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'providence-analytics': minor | ||
--- | ||
|
||
cleanup of code and dependencies. Added optimised-glob util, which is a faster, 0-dependency drop-in replacement for globby |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -612,7 +612,7 @@ However, the validation system also supports three non blocking validation feedb | |
- **error**: blocking the field from being submitted to the server. For example: | ||
"Please enter an amount higher than 1000,00 euro." | ||
- **warning**: something looks wrong, but it is not blocking. For example an optional email input: | ||
"Please enter a valid e-mail address in the format "[email protected]"." | ||
"Please enter a valid e-mail address in the format `[email protected]`." | ||
- **info**: shows extra information. For example a message of a scheduled payment planner: | ||
"Ends on 15/05/2020 after 5 payments." | ||
- **success**: will only be triggered if there was a Message from one of the above validation types and is now correct. For example: "Ok, correct." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.