Skip to content

Conversation

stefanpenner
Copy link
Contributor

@stefanpenner stefanpenner commented Nov 6, 2020

Some custodial work, prior to continuing work on @rwjblue's open PRs.


This PR also appears to pass ember's test-suite when linked via

diff --git a/package.json b/package.json
index fd01de7a8..a81dd2b39 100644
--- a/package.json
+++ b/package.json
@@ -137,7 +137,7 @@
     "rollup-plugin-commonjs": "^9.3.4",
     "rollup-plugin-node-resolve": "^4.2.4",
     "route-recognizer": "^0.3.4",
-    "router_js": "^7.1.1",
+    "router_js": "link:/Users/spenner/src/tildeio/router.js/",
     "rsvp": "^4.8.5",
     "serve-static": "^1.14.1",
     "simple-dom": "^1.4.0",

Intent is to squash before merge

@@ -20,7 +20,7 @@ declare module 'rsvp' {
| ((value: T) => TResult1 | PromiseLike<TResult1>)
| undefined
| null;
export type OnRejected<T, TResult2> =
export type OnRejected<TResult2> =
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this T seem unused? What am i missing...

@stefanpenner
Copy link
Contributor Author

I've tested this ember.js, locally. This seems to be perfectly fine. If there is an issue, I will gladly revert + fix. Please let me know.

@stefanpenner stefanpenner merged commit cf669b3 into master Nov 6, 2020
@stefanpenner stefanpenner deleted the update-deps branch November 6, 2020 18:16
@rwjblue rwjblue changed the title upgrade deps Upgrade devDependencies Mar 4, 2021
@rwjblue rwjblue changed the title Upgrade devDependencies Upgrade devDependencies Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants