Skip to content

Commit

Permalink
switching to a 2.0 broccoli-funnel fork bc 3.0 is too rough
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Mar 30, 2021
1 parent 258a5dc commit ffcd4f0
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"broccoli": "^3.4.2",
"broccoli-concat": "^3.7.3",
"broccoli-file-creator": "^2.1.1",
"broccoli-funnel": "^2.0.1",
"broccoli-funnel": "ef4/broccoli-funnel#c70d060076e14793e8495571f304a976afc754ac",
"broccoli-merge-trees": "^3.0.0",
"broccoli-persistent-filter": "^3.1.2",
"broccoli-plugin": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@embroider/macros": "0.37.0",
"broccoli-funnel": "^2.0.1",
"broccoli-funnel": "ef4/broccoli-funnel#c70d060076e14793e8495571f304a976afc754ac",
"ember-cli-babel": "^7.23.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test-packages/funky-sample-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@embroider/macros": "0.37.0",
"broccoli-babel-transpiler": "^5.5.0",
"broccoli-funnel": "^2.0.2",
"broccoli-funnel": "ef4/broccoli-funnel#c70d060076e14793e8495571f304a976afc754ac",
"broccoli-merge-trees": "^3.0.2",
"ember-cli-babel": "^7.20.5",
"ember-cli-htmlbars": "^4.3.1"
Expand Down
25 changes: 19 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4521,6 +4521,24 @@ broccoli-funnel@^3.0.3:
path-posix "^1.0.0"
walk-sync "^2.0.2"

broccoli-funnel@ef4/broccoli-funnel#c70d060076e14793e8495571f304a976afc754ac:
version "2.0.2-ef4.0"
resolved "https://codeload.github.com/ef4/broccoli-funnel/tar.gz/c70d060076e14793e8495571f304a976afc754ac"
dependencies:
array-equal "^1.0.0"
blank-object "^1.0.1"
broccoli-plugin "^1.3.0"
debug "^2.2.0"
fast-ordered-set "^1.0.0"
fs-tree-diff "^0.5.3"
heimdalljs "^0.2.0"
minimatch "^3.0.0"
mkdirp "^0.5.0"
path-posix "^1.0.0"
rimraf "^2.4.3"
symlink-or-copy "^1.0.0"
walk-sync "^2.2.0"

broccoli-kitchen-sink-helpers@^0.2.5:
version "0.2.9"
resolved "https://registry.yarnpkg.com/broccoli-kitchen-sink-helpers/-/broccoli-kitchen-sink-helpers-0.2.9.tgz#a5e0986ed8d76fb5984b68c3f0450d3a96e36ecc"
Expand Down Expand Up @@ -17222,12 +17240,7 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript-memoize@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/typescript-memoize/-/typescript-memoize-1.0.0.tgz#ad3b0e7e5a411ca234be123f913a2a31302b7eb6"
integrity sha512-B1eufjs/mGzHqoGeI1VT/dnSBoZr2v3i3/Wm8NmdxlZflyVdleE8wO0QwUuj4NfundD7T5nU3I7HSKp/5BD9og==

typescript-memoize@^1.0.0-alpha.3:
typescript-memoize@^1.0.0, typescript-memoize@^1.0.0-alpha.3:
version "1.0.0"
resolved "https://registry.yarnpkg.com/typescript-memoize/-/typescript-memoize-1.0.0.tgz#ad3b0e7e5a411ca234be123f913a2a31302b7eb6"
integrity sha512-B1eufjs/mGzHqoGeI1VT/dnSBoZr2v3i3/Wm8NmdxlZflyVdleE8wO0QwUuj4NfundD7T5nU3I7HSKp/5BD9og==
Expand Down

0 comments on commit ffcd4f0

Please sign in to comment.