-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update all non-major dependencies #1274
Conversation
Pull Request Test Coverage Report for Build 2788790633
💛 - Coveralls |
f37e3f9
to
f99b24a
Compare
298eae1
to
ece24b5
Compare
1bab465
to
c51f94f
Compare
5263401
to
1e2f07c
Compare
1e2f07c
to
74c76fe
Compare
@@ -25,7 +25,7 @@ | |||
"gpu.js": "^2.10.4", | |||
"lodash": "^4.17.20", | |||
"node-getopt": "^0.3.2", | |||
"source-map": "^0.7.3", | |||
"source-map": "0.7.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pin source-map
version for now due to breaking change in new minor patch
It changes the way source-map
detects execution environment. New change will require refactor to how we handle tests js-slang
(will make a PR addressing this).
Previously, it uses the presence of
fetch
api to determine if it is a browser env. After the change it checks for the presencewindow
object. Since we run tests in anode
env, tests that depends on source map (typically those that checks for error messages in code snippets) will fail.
We were able to pass tests previously becausesource-map
interprets our testing environment as non-browser since it checks forfetch
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good. tests pass and build works properly.
This PR contains the following updates:
0.0.47
->0.0.52
0.0.51
->0.0.52
1.5.3
->1.8.1
8.7.0
->8.8.0
8.7.1
->8.8.0
1.8.1
->1.8.3
2.11.4
->2.15.2
3.5.0
->3.6.0
3.6.10
->3.6.11
2.6.2
->2.7.1
0.7.3
->0.7.4
4.7.2
->4.7.4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.