This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 34
jspm 0.17 upgrades #96
Open
guybedford
wants to merge
142
commits into
master
Choose a base branch
from
0.17
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
guybedford
force-pushed
the
0.17
branch
2 times, most recently
from
December 17, 2015 11:30
f02fb0a
to
ec6d0cb
Compare
guybedford
force-pushed
the
0.17
branch
2 times, most recently
from
January 11, 2016 22:27
a46c934
to
89b051c
Compare
guybedford
force-pushed
the
0.17
branch
2 times, most recently
from
January 25, 2016 09:44
22a8836
to
b39f81e
Compare
guybedford
force-pushed
the
0.17
branch
2 times, most recently
from
February 4, 2016 17:07
49a1516
to
601acc8
Compare
guybedford
force-pushed
the
0.17
branch
2 times, most recently
from
March 10, 2016 08:57
427ff27
to
c06474f
Compare
…dex in SystemJS itself
Fixing jspm#2102. Reverting change to nodeResolve function
chore(node-conversion): change nodelibs-* to npm dependencies
Fix certificate error for private npm registries with self signed certificates. (cherry picked from commit 13214d5)
(cherry picked from commit c3daa0a)
The commit upgrades mocha and its testing dependencies to run with node >= 6.4.0. As noted in [[email protected]](moll/node-mitm@446cb7e), [node.js 6.4.0](nodejs/node@28071a1) updates its buffer encoding. The testing dependencies unexpected-mitm needed an upgrade to fix type error running unit tests. (cherry picked from commit 24e72ae)
…ptions (cherry picked from commit 160a9aa)
Honor npmrc cafile property 0.17
…orrect UID:GIDD Fixes #169
Set the `chown` attribute so we chown files after creation with the c…
feat: implement support for npmrc options set to environment variables
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
wip