consul/ui-v2/tests
John Cowen 9da8ad8f3d
UI: Package upgrades (#4740)
Upgrade all patch and minor upgradeable packages, also uses `only`
in ember-cli-build to reduce the included helpers from certain helper
packages.

Make some major version upgrades for some dev tools

- husky
- lint-staged
- ember-cli-yadda
- ember-cli-sass (also moved from node-sass to dart-sass)

Minor tweak: spotted css file (instead of scss file), rename

The move to `dart-sass`:

dart-sass has been the primary implementation of sass for ~6 months and
will receive updates earlier than libsass (ruby-sass itself is now deprecated)

Other benefits include not having to recompile (via `npm rebuild` or similar)
when switching platforms and an 'almost' javascript based solution.

This update also alters some media queries that, whilst wouldn't compile
anymore with either an updated libsass or dart-sass, where probably a
little over complicated anyway, I've therefore made them similar to
other breakpoints that made sense.
2018-10-03 09:54:07 +01:00
..
acceptance ui: Turn off the code editor whilst making an edit during testing (#4668) 2018-09-20 10:36:30 +01:00
helpers UI: Package upgrades (#4740) 2018-10-03 09:54:07 +01:00
integration UI: Reduce in-development deprecations (also use toLocaleString) (#4677) 2018-10-01 13:42:42 +01:00
lib UI: Simplify/refactor the actions/notification layer (#4572) + (#4573) 2018-08-29 19:14:31 +01:00
pages UI: External Source markers (#4640) 2018-09-12 20:23:39 +01:00
unit UI: Reduce in-development deprecations (also use toLocaleString) (#4677) 2018-10-01 13:42:42 +01:00
index.html Find a way to test pre-ember load 2018-06-15 13:56:45 +01:00
pages.js Basic acceptance testing for navigating via cancel buttons 2018-07-04 18:39:15 +01:00
steps.js UI: External Source markers (#4640) 2018-09-12 20:23:39 +01:00
test-helper.js UI V2 (#4086) 2018-05-10 19:52:53 +01:00