-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* GPII-4022: (27 commits) GPII-4022: temporary fix for windows Firefox test timeouts. GPII-4022: Brought in newer version of gpii-handlebars with improved directory prioritisation. GPII-4022: Updated lingering template directory options arrays. GPII-4022: Updated to latest gpii-handlebars to pick up "prioritsable template directory" work. GPII-4022: Updated to use latest gpii-handlebars dev release with refactored message resolver. Updated linting config and fixed errors. GPII-4022: Updated to fix failure to render on startup in downstream grades. GPII-4022: Removed overly-agressive rerender when validation errors are encountered. GPII-4022: Removed wrong-headed "tabindex" from validation errors. GPII-4022: Relaxed "events" definition for schema-validated components to allow unresolved IoC references in potentia-ii versions of Infusion. GPII-4022: Updated to favour schema as resource instead of adding our own promise handling. Also fixed browser tests. GPII-4022: Finished error binder "resource loading" refactor. GPII-4022: Committed broken work in progress on "resource loading" refactor to get input. GPII-4022: Added "schema holder" tests to "common" rollup and fix errors following recent refactor. GPII-4022: Added the new "schema holder" grade to the top-level index.js. GPII-4022: Renamed schema generation promise chaining event to avoid naming confusion with the invoker that triggers the chain. GPII-4022: Fixed issues with Headless Chrome Testem launcher. GPII-4022: Removed model transformation circuitry from schema holder per feedback from Antranig. GPII-4022: Clarify what type of component is expected to be in put to various functions. GPII-4022: Removed unused `getSchema` event from schema holder draft. GPII-3929: Added "schema holder" base grade and tests. ...
- Loading branch information
Showing
36 changed files
with
1,329 additions
and
759 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
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 |
---|---|---|
|
@@ -17,27 +17,27 @@ | |
"author": "Tony Atkins <[email protected]>", | ||
"license": "BSD-3-Clause", | ||
"dependencies": { | ||
"ajv": "6.10.0", | ||
"gpii-binder": "1.0.5", | ||
"ajv": "6.10.2", | ||
"gpii-binder": "1.0.6", | ||
"gpii-express": "1.0.15", | ||
"gpii-handlebars": "1.1.4", | ||
"infusion": "3.0.0-dev.20190507T155813Z.4781871fd.FLUID-6148", | ||
"gpii-handlebars": "2.1.0-dev.20191014T141924Z.45a74ef.GPII-4100", | ||
"infusion": "3.0.0-dev.20191009T141140Z.32c9263b4.FLUID-6148", | ||
"kettle": "1.11.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "6.0.0", | ||
"eslint-config-fluid": "1.3.0", | ||
"eslint": "6.5.1", | ||
"eslint-config-fluid": "1.4.0", | ||
"foundation-sites": "6.4.1", | ||
"gpii-grunt-lint-all": "1.0.5", | ||
"gpii-testem": "2.1.10-dev.20190404T122608Z.b51705e.GPII-3457", | ||
"gpii-testem": "2.1.11-dev.20191003T113129Z.477bcc0.GPII-4156", | ||
"grunt": "1.0.4", | ||
"handlebars": "4.1.2", | ||
"markdown-it": "8.4.2", | ||
"handlebars": "4.4.3", | ||
"markdown-it": "10.0.0", | ||
"mkdirp": "0.5.1", | ||
"node-jqunit": "1.1.8", | ||
"nyc": "12.0.2", | ||
"nyc": "14.1.1", | ||
"request": "2.88.0", | ||
"rimraf": "2.6.3", | ||
"testem": "2.16.0" | ||
"rimraf": "3.0.0", | ||
"testem": "2.17.0" | ||
} | ||
} |
Oops, something went wrong.