Skip to content
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

Better mjson dependencies #146

Merged
merged 28 commits into from
Aug 9, 2019
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f8db135
Bootstrap bluebird from app package
cdebost Jan 8, 2019
677bd00
Remove strategy in favor of recursive retry libs
cdebost Jan 8, 2019
5748a97
Make flat-module-tree spec more accurate
cdebost Jan 10, 2019
f938821
Rename nested-module-tree spec to legacy-bundling
cdebost Jan 24, 2019
33ee5fb
Change node 9 to 10 in CI, 9 is not LTS
cdebost Jan 25, 2019
17f0ea4
Use package-lock.json to resolve dependencies
cdebost Jan 24, 2019
7888981
Run integration with mop#feature/npm3
cdebost Jan 31, 2019
aaff8e9
Update config.packages on location rewrite
cdebost Jan 29, 2019
0b5c1ae
Only load package-lock.json when not mopped
cdebost Jan 31, 2019
3d53d09
Bump version to 18.0.0-rc1
cdebost Feb 7, 2019
ce29acb
Merge branch 'master' into feature/npm3
cdebost Feb 12, 2019
752ee12
Prepare 18.0.0-rc2
cdebost Feb 13, 2019
596a4d1
- processes dependencies in montage serializations as they are in jav…
marchant Feb 12, 2019
4676b68
Addresses typos, remove comments
marchant Feb 12, 2019
83f548c
- processes dependencies in montage serializations as they are in jav…
marchant Feb 12, 2019
b789abb
Addresses typos, remove comments
marchant Feb 12, 2019
6141359
Removes spec for mjson as the capability now fully lives in montage
marchant Mar 28, 2019
21746ec
slight performance optimiztion
marchant Mar 28, 2019
c496f66
- removes mjson processing
marchant Mar 28, 2019
944f149
Fixes a regression
marchant Mar 31, 2019
26b09b8
Fixes a regression to make sure that object intances aren't set isIns…
marchant Mar 31, 2019
e6239e0
Prevents reading a property on undefined argument
marchant Aug 6, 2019
396ca65
Updates version to rc2 and engines dendencies
marchant Aug 8, 2019
d782a49
Merge branch 'master' into better-mjson-dependencies
marchant Aug 9, 2019
113bd01
Fixes 2 lint issues
marchant Aug 9, 2019
0829178
Merge branch 'better-mjson-dependencies' of https://github.com/marcha…
marchant Aug 9, 2019
d989a00
Removes duplicate variable definition
marchant Aug 9, 2019
c71fc9c
Fixes remainig lint issues
marchant Aug 9, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Prepare 18.0.0-rc2
  • Loading branch information
cdebost committed Feb 13, 2019
commit 752ee122d33833b4e2db942ad3b235b7f3188856
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mr",
"version": "18.0.0-rc1",
"version": "18.0.0-rc2",
"description": "A refresh-only CommonJS module system for browsers, used in Montage",
"license": "BSD-3-Clause",
"keywords": [
Expand Down