forked from emberjs/ember-inspector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove jQuery, use flatpickr instead of pikaday (emberjs#842)
* Remove jQuery, use flatpickr instead of pikaday ember-pikaday was using jQuery internally, so we had to move away from it. I chose flatpickr, but we could use anything else. I'm having trouble getting the tests to pass currently. Resolves emberjs#590 * Fix test * Check ember version before removing jQuery Co-Authored-By: Robert Jackson <[email protected]> * Stop trying to use ember-native-dom-dispatcher * Remove unused project * Add travis_retry to attempt to retry builds automatically
- Loading branch information
1 parent
547e20c
commit b18121c
Showing
12 changed files
with
75 additions
and
56 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
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
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 |
---|---|---|
|
@@ -1732,7 +1732,7 @@ broccoli-uglify-sourcemap@^2.1.1: | |
walk-sync "^0.3.2" | ||
workerpool "^2.3.0" | ||
|
||
browserslist@^3.2.6: | ||
browserslist@^3.1.1, browserslist@^3.2.6: | ||
version "3.2.8" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-3.2.8.tgz#b0005361d6471f0f5952797a76fc985f1f978fc6" | ||
dependencies: | ||
|
@@ -2674,7 +2674,7 @@ ember-cli-app-version@^3.2.0: | |
ember-cli-babel "^6.12.0" | ||
git-repo-version "^1.0.2" | ||
|
||
ember-cli-babel@^5.1.5, ember-cli-babel@^5.1.7: | ||
ember-cli-babel@^5.1.5: | ||
version "5.2.8" | ||
resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-5.2.8.tgz#0356b03cc3fdff5d0f2ecaa46a0e1cfaebffd876" | ||
dependencies: | ||
|
@@ -2756,7 +2756,7 @@ ember-cli-htmlbars-inline-precompile@^1.0.0, ember-cli-htmlbars-inline-precompil | |
heimdalljs-logger "^0.1.9" | ||
silent-error "^1.1.0" | ||
|
||
ember-cli-htmlbars@^1.0.1, ember-cli-htmlbars@^1.1.1: | ||
ember-cli-htmlbars@^1.0.1: | ||
version "1.3.4" | ||
resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-1.3.4.tgz#461289724b34af372a6a0c4b6635819156963353" | ||
dependencies: | ||
|
@@ -3024,6 +3024,13 @@ ember-debug-handlers-polyfill@^1.0.2: | |
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/ember-debug-handlers-polyfill/-/ember-debug-handlers-polyfill-1.1.1.tgz#e9ae0a720271a834221179202367421b580002ef" | ||
|
||
ember-diff-attrs@^0.2.1: | ||
version "0.2.1" | ||
resolved "https://registry.yarnpkg.com/ember-diff-attrs/-/ember-diff-attrs-0.2.1.tgz#ad9592ab8ba63d796bb9b1633801fe27ca43fc74" | ||
dependencies: | ||
ember-cli-babel "^6.6.0" | ||
ember-weakmap "^3.0.0" | ||
|
||
ember-export-application-global@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/ember-export-application-global/-/ember-export-application-global-2.0.0.tgz#8d6d7619ac8a1a3f8c43003549eb21ebed685bd2" | ||
|
@@ -3036,6 +3043,16 @@ ember-factory-for-polyfill@^1.3.1: | |
dependencies: | ||
ember-cli-version-checker "^2.1.0" | ||
|
||
ember-flatpickr@^2.5.0: | ||
version "2.5.0" | ||
resolved "https://registry.yarnpkg.com/ember-flatpickr/-/ember-flatpickr-2.5.0.tgz#e32b4e475fadd2c16d6582496dca39dea0ff1238" | ||
dependencies: | ||
ember-cli-babel "^6.6.0" | ||
ember-cli-node-assets "^0.2.2" | ||
ember-diff-attrs "^0.2.1" | ||
fastboot-transform "^0.1.3" | ||
flatpickr "^4.4.6" | ||
|
||
ember-getowner-polyfill@^2.0.0: | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/ember-getowner-polyfill/-/ember-getowner-polyfill-2.2.0.tgz#38e7dccbcac69d5ec694000329ec0b2be651d2b2" | ||
|
@@ -3066,16 +3083,6 @@ ember-maybe-import-regenerator@^0.1.5, ember-maybe-import-regenerator@^0.1.6: | |
ember-cli-babel "^6.0.0-beta.4" | ||
regenerator-runtime "^0.9.5" | ||
|
||
ember-pikaday@^2.2.2: | ||
version "2.2.4" | ||
resolved "https://registry.yarnpkg.com/ember-pikaday/-/ember-pikaday-2.2.4.tgz#72c2ada3e5c028f66b56df760bf9f1583e6d5b99" | ||
dependencies: | ||
ember-cli-babel "^5.1.7" | ||
ember-cli-htmlbars "^1.1.1" | ||
ember-cli-node-assets "^0.2.2" | ||
fastboot-transform "^0.1.1" | ||
pikaday "^1.5.1" | ||
|
||
ember-qunit@^3.3.2: | ||
version "3.4.1" | ||
resolved "https://registry.yarnpkg.com/ember-qunit/-/ember-qunit-3.4.1.tgz#204a2d39a5d44d494c56bf17cf3fd12f06210359" | ||
|
@@ -3199,6 +3206,14 @@ ember-try@^1.0.0-beta.3: | |
rimraf "^2.3.2" | ||
rsvp "^4.7.0" | ||
|
||
ember-weakmap@^3.0.0: | ||
version "3.3.0" | ||
resolved "https://registry.yarnpkg.com/ember-weakmap/-/ember-weakmap-3.3.0.tgz#2842aaf8468cad40f90d4381ca7a7fb1ee7c267b" | ||
dependencies: | ||
browserslist "^3.1.1" | ||
debug "^3.1.0" | ||
ember-cli-babel "^6.6.0" | ||
|
||
[email protected]: | ||
version "0.0.2" | ||
resolved "https://registry.yarnpkg.com/emit-function/-/emit-function-0.0.2.tgz#e3a50b3d61be1bf8ca88b924bf713157a5bec124" | ||
|
@@ -3620,7 +3635,7 @@ fast-sourcemap-concat@^1.3.1: | |
source-map-url "^0.3.0" | ||
sourcemap-validator "^1.1.0" | ||
|
||
fastboot-transform@^0.1.1: | ||
fastboot-transform@^0.1.3: | ||
version "0.1.3" | ||
resolved "https://registry.yarnpkg.com/fastboot-transform/-/fastboot-transform-0.1.3.tgz#7dea0b117594afd8772baa6c9b0919644e7f7dcd" | ||
dependencies: | ||
|
@@ -3772,6 +3787,10 @@ flat-cache@^1.2.1: | |
graceful-fs "^4.1.2" | ||
write "^0.2.1" | ||
|
||
flatpickr@^4.4.6: | ||
version "4.5.1" | ||
resolved "https://registry.yarnpkg.com/flatpickr/-/flatpickr-4.5.1.tgz#f65eaf54c07538f87d6f68a67b03cf816d7fb82f" | ||
|
||
follow-redirects@^1.0.0: | ||
version "1.5.1" | ||
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.1.tgz#67a8f14f5a1f67f962c2c46469c79eaec0a90291" | ||
|
@@ -6132,7 +6151,7 @@ moment-timezone@^0.5.13: | |
dependencies: | ||
moment ">= 2.9.0" | ||
|
||
[email protected], "moment@>= 2.9.0", moment@^2.19.3: | ||
"moment@>= 2.9.0", moment@^2.19.3: | ||
version "2.22.2" | ||
resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.2.tgz#3c257f9839fc0e93ff53149632239eb90783ff66" | ||
|
||
|
@@ -6709,12 +6728,6 @@ pify@^3.0.0: | |
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" | ||
|
||
pikaday@^1.5.1: | ||
version "1.7.0" | ||
resolved "https://registry.yarnpkg.com/pikaday/-/pikaday-1.7.0.tgz#78bf26e709f7c135b674762bbab79d75ac589ab6" | ||
optionalDependencies: | ||
moment "2.x" | ||
|
||
pinkie-promise@^2.0.0: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" | ||
|