Commit Graph

19201 Commits

Author SHA1 Message Date
Ben Newman
38b7c051d1 Bump package versions for 1.6-beta.4 release. release/METEOR@1.6-beta.4 2017-06-28 11:37:27 -04:00
Ben Newman
9ce9563b89 Bump minor versions of packages dependent on accounts-password. 2017-06-28 10:08:33 -04:00
Ben Newman
2b89d420c9 Keep accounts-password on the 1.x major version line.
Meteor 1.5.1 will pin version 1.4.x of the accounts-password package, so
Meteor 1.6 only needs to use a different (greater) minor version.

Related: 0ad123db5b
2017-06-28 10:01:16 -04:00
Ben Newman
cfc2c25d1d Update package-lock.json and shrinkwraps for modules test app. 2017-06-27 19:22:04 -04:00
Ben Newman
4b48283fc9 Bump $BUNDLE_VERSION to 8.1.5 before rebuilding dev bundle. 2017-06-27 19:22:04 -04:00
Ben Newman
4413d5e871 Update npm to version 5.0.4. 2017-06-27 19:22:04 -04:00
Ben Newman
5b05f8be3d Conform http package shrinkwrap file to package-lock.json format. 2017-06-27 19:22:04 -04:00
Ben Newman
c23d4d9423 Expand History.md entry about npm@5.0.3. 2017-06-27 19:22:04 -04:00
Ben Newman
f922a7c59c Conform less and stylus shrinkwraps to package-lock.json format. 2017-06-27 19:22:04 -04:00
Ben Newman
c78b1dfb2f Use URL versions for npm packages installed from URLs.
If a package has a semantic (x.y.z) version in npm-shrinkwrap.json, npm
appears to install it always from the npm registry, rather than the
original tarball URL (uncommon but used by the less and stylus Meteor
packages, among others).
2017-06-27 19:22:04 -04:00
Ben Newman
42526ea5a8 Additional timeouts for CSS hot code push tests. 2017-06-27 19:22:04 -04:00
Ben Newman
355558d28a Additional timeout for compiler plugin caching tests. 2017-06-27 19:22:04 -04:00
Ben Newman
b80b4108b1 Fix modules tests broken by the upgrade to npm 5.0.3.
The new version of npm no longer tolerates stray packages in node_modules
that are not mentioned in package.json, such as node_modules/repl.
2017-06-27 19:22:04 -04:00
Ben Newman
652f459d92 Bump $BUNDLE_VERSION to 8.1.4 before rebuilding dev bundle. 2017-06-27 19:22:04 -04:00
Jesse Rosenberger
0b40dde4ae Account for different error messages in npm v5.
Much in the same way as these were changed from v3 to v4, they have been
changed again!
2017-06-27 19:22:04 -04:00
Jesse Rosenberger
3fa78bf02d Don't put node-gyp into a tiered node_modules on Windows dev bundle.
This was preventing `node-gyp` from installing the Node header files on
Windows and was the reason that `minimatch` was not being found, as seen
in https://github.com/meteor/meteor/pull/8831.

The `minimatch` module was present, but it was just in `dev_bundle/lib`,
not in `dev_bundle/lib/node_modules/npm/node_modules`.

This expecation may have been expected from older versions of npm but is
no longer the case.  This replicates the behavior of the Unix
`generate_dev_bundle.sh` script, which also does not nest `node-gyp`.

/cc @benjamn
2017-06-27 19:22:04 -04:00
Ben Newman
321c880498 Conform modules{,-runtime} shrinkwrap to package-lock.json format. 2017-06-27 19:22:04 -04:00
Ben Newman
ba0c09b1d9 Conform babel-compiler shrinkwrap file to package-lock.json format. 2017-06-27 19:22:04 -04:00
Ben Newman
12c496a266 Add a shrinkwrap file for meteor-jsdoc. 2017-06-27 19:22:04 -04:00
Ben Newman
fdd12e15e9 Stop clearing the npm cache unnecessarily before tests.
Based on this warning:

npm ERR! As of npm@5, the npm cache self-heals from corruption issues and
npm ERR! data extracted from the cache is guaranteed to be valid. If you
npm ERR! want to make sure everything is consistent, use 'npm cache
npm ERR! verify' instead.
npm ERR!
npm ERR! If you're sure you want to delete the entire cache, rerun this
npm ERR! command with --force.
2017-06-27 19:22:04 -04:00
Ben Newman
75cc85438c Adjust Npm.depends dependency management to work with npm 5.
Part of #8728 (Release 1.6).
2017-06-27 19:22:04 -04:00
Ben Newman
ebccb6fec6 Bump $BUNDLE_VERSION to 8.1.3 before rebuilding dev bundle.
Note that this version no longer corresponds exactly to the current Node
version, which is perfectly fine, yet ever so slightly disappointing.
2017-06-27 19:22:04 -04:00
Ben Newman
877dfe112c Update npm to version 5.0.3. 2017-06-27 19:22:04 -04:00
Ben Newman
7925f4ae2e Shorten login test timeouts to avoid extremely long time to failure. 2017-06-27 16:22:33 -04:00
Ben Newman
d39872fc52 Bump package versions for 1.6-beta.3 release. release/METEOR@1.6-beta.3 2017-06-27 11:32:43 -04:00
Ben Newman
e3e259169f Merge branch 'release-1.5.1' into release-1.6 2017-06-27 11:30:41 -04:00
Ben Newman
02b4b6b2b7 Bump package versions for 1.5.1-rc.0 release. release/METEOR@1.5.1-rc.0 2017-06-27 11:13:17 -04:00
Ben Newman
4e8917db98 Bump shell-server package version to 0.2.4. 2017-06-27 11:12:48 -04:00
Ben Newman
ac2595ad92 Merge branch 'devel' into release-1.5.1 2017-06-27 09:36:42 -04:00
Antonio Tapiador del Dujo
0b1a1ef59f Make require and module visible for meteor shell scripts 2017-06-27 09:31:43 -04:00
Antonio Tapiador del Dujo
2bcfb073c4 Remove parentheses wrapper of evaluateAndExit commmand
The prevented to run certain commands in scripts,
like `import { Foo } from './bar'`

See https://github.com/meteor/meteor/issues/8823
2017-06-27 09:31:43 -04:00
Ben Newman
fd400434b4 Bump package versions for 1.5.1-beta.5 release. release/METEOR@1.5.1-beta.5 2017-06-26 19:26:00 -04:00
Ben Newman
3a1f446105 Remove webapp version constraint for now.
The server-render package requires webapp@1.3.17 or later, but using a
non-prerelease version contraint for a package involved in the release
(i.e., webapp) is tricky during the prerelease phase, since the -beta.n
version is strictly enforced.
2017-06-26 19:25:56 -04:00
Ben Newman
d411229206 Merge branch 'devel' into release-1.5.1 2017-06-26 19:07:05 -04:00
Ben Newman
395e43258b Go back to defining the main function inside runWebAppServer.
This should fix at least some of the recent Circle CI test failures.
2017-06-26 19:05:18 -04:00
Ben Newman
a4ba6bd5cd Mention the server-render package prominently in History.md. 2017-06-26 16:02:23 -04:00
Ben Newman
cf3c8270c6 Display PhantomJS stderr after tests finish, if not empty string. 2017-06-26 15:29:25 -04:00
Ben Newman
49f566d765 Implement a generic server-render package. 2017-06-26 14:52:29 -04:00
Ben Newman
44fd232489 Allow boilerplate data callbacks to return promises.
https://github.com/meteor/meteor/pull/8841#issuecomment-310848373
2017-06-26 14:52:29 -04:00
Ben Newman
a01be34618 Don't modify boilerplate.baseData when adding extraData.
This is a bug that will be fixed by @stevenhao's boilerplate-generator
refactoring (#8820), but I need it fixed now :)
2017-06-26 14:52:29 -04:00
Ben Newman
d8c38bfe4c Give boilerplate data callbacks access to dynamic{Head,Body}, too. 2017-06-26 14:52:29 -04:00
Ben Newman
0fb8636930 Bump the webapp package version to 1.3.17. 2017-06-26 14:52:29 -04:00
Ben Newman
7ac873d0e1 Implement WebAppInternals.registerBoilerplateDataCallback.
This API allows registering callbacks that have the opportunity to modify
boilerplate.baseData on each request, which will be useful for
implementing server-side rendering.

The code in question behaves the same as before if there are no callbacks
registered, so this change should be completely backwards compatible.
2017-06-26 14:52:29 -04:00
Ben Newman
4ff0d0d469 First pass at modernizing the webapp package. 2017-06-26 14:52:29 -04:00
Jesse Rosenberger
e2a6f397e7 Merge pull request #8842 from RickvdP/master
Updated old github wiki references to Meteor Guide/API docs
2017-06-26 14:08:39 +03:00
Rick van der Plas
e71a9e9856 Updated old github wiki references to Meteor Guide/API docs 2017-06-24 18:44:10 +02:00
Ben Newman
5b43e2d1c2 Bump package versions for 1.5.1-beta.4 release.
This release should make the problem reported in #8830 go away.
release/METEOR@1.5.1-beta.4
2017-06-22 11:23:46 -04:00
Ben Newman
36b599496e Bump ddp package version (accidentally missed in 1.5.1-beta.3).
Will fix #8830, as explained by
https://github.com/meteor/meteor/issues/8830#issuecomment-310378955.

Related: ac12eea2d4
2017-06-22 11:17:14 -04:00
Ben Newman
78553410b6 Remove beta suffixes from modules, babel-compiler, ecmascript.
These packages need to be published in advance of the 1.5.1 release.
2017-06-21 14:50:03 -04:00
Ben Newman
6d44eda6a2 Update the pathwatcher npm package to version 7.1.0. 2017-06-21 14:42:45 -04:00