Ben Newman
54ededfa3c
Update typescript in dev bundle to version 3.7.3.
2019-12-18 12:45:07 -05:00
Ben Newman
124f2b9ac1
Update npm to 6.13.4 and pacote to 9.5.11.
...
https://nodejs.org/en/blog/vulnerability/december-2019-security-releases/
2019-12-18 12:40:20 -05:00
Ben Newman
2ffa3213b6
Update Node.js to version 8.17.0.
...
https://nodejs.org/en/blog/release/v8.17.0/
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.17.0
2019-12-18 12:40:18 -05:00
Ben Newman
ebdaa230d5
Update meteor-babel to version 7.7.5.
2019-12-18 12:39:57 -05:00
Ben Newman
c071e11032
Update meteor-babel to version 7.7.4.
...
Should help with #10795 .
Also updating the meteor-babel and @babel/runtime versions in the dev
bundle, though there is no need to rebuild the dev bundle immediately.
2019-11-26 13:34:33 -05:00
Ben Newman
407b2d17cb
Remove eslint and pre-commit hook to fix npm security warnings.
2019-11-14 17:34:29 -05:00
Ben Newman
97e1bba384
Bump package versions for the official 1.8.2 release.
2019-11-14 15:12:21 -05:00
Ben Newman
44d0f1f408
Bump package versions for 1.8.2-rc.10 release.
2019-11-12 18:06:25 -05:00
Ben Newman
c9904c3ed7
Bump package versions for 1.8.2-rc.9 release.
...
Note that publishing 1.8.2-rc.8 failed on all platforms due to EMFILE (too
many open files) errors, which necessitated reverting PR #10771 .
2019-11-11 19:38:24 -05:00
Ben Newman
a367c9aef5
Bump package versions for 1.8.2-rc.8 release.
2019-11-11 19:12:13 -05:00
Ben Newman
bbd5a12787
Update npm to v6.13.0 and pacote to v9.5.9.
2019-11-08 18:56:28 -05:00
Ben Newman
aec3bc76e3
Bump package versions for 1.8.2-rc.7 release.
2019-11-08 16:33:29 -05:00
Ben Newman
00564ac2ad
Bump package versions for 1.8.2-rc.6 release.
...
I made a small mistake publishing rc.5 (forgot to bump
meteor-release-experimental.json), so it seemed simpler to skip straight
to rc.6.
2019-11-05 17:27:36 -05:00
Ben Newman
9aebc580b7
Stop creating @babel/runtime/helpers/builtin junction on Windows.
...
Although I managed to make this work somewhat better in my previous
commit, we still have to create a .tar.gz archive of the dev bundle, and
7z appears not to handle junction points very well. I think it will be
much simpler to avoid the helpers/builtin symlinking hack on Windows.
2019-11-05 16:39:59 -05:00
Ben Newman
8fb3396e2e
Invert double and single quotes in Windows symlink operation.
2019-11-05 16:39:59 -05:00
Ben Newman
8129af6015
Avoid using console.error on success in Windows dev bundle scripts.
...
The scripts/generate-dev-bundle.ps1 script fails if any external command
logs to STDERR instead of STDOUT, apparently.
2019-11-05 16:39:59 -05:00
Ben Newman
241ba1de0f
Update meteor-babel to version 7.7.0.
...
Note that typescript has been updated to version 3.7.2 as part of this
update: https://devblogs.microsoft.com/typescript/announcing-typescript-3-7-rc/
2019-11-05 11:39:18 -05:00
Ben Newman
19f00eef81
Bump package versions for 1.8.2-rc.4 release.
2019-10-24 19:36:39 -04:00
Ben Newman
f42d6db609
Update Node.js to version 8.16.2.
...
https://nodejs.org/en/blog/release/v8.16.2/
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.16.2
2019-10-24 18:57:13 -04:00
Ben Newman
8dd87a6636
Bump package versions for 1.8.2-rc.3 release.
2019-09-23 12:26:57 -04:00
Ben Newman
f5c85a0243
Update typescript and optimism packages to latest versions.
2019-09-23 12:18:26 -04:00
Ben Newman
62faa518a0
Bump package versions for 1.8.2-rc.2 release.
2019-09-23 10:06:43 -04:00
Ben Newman
c0f3222ea5
Bump package versions for 1.8.2-rc.1 release.
2019-09-19 19:09:38 -04:00
Ben Newman
0e19c365a8
Revert "Use json5 for optimisticReadJsonOrNull."
...
This reverts commit 5124cb495c .
Perhaps unsurprisingly, JSON5 is much slower than JSON, so much so that
"other optimisticReadJsonOrNull" has become the single most expensive leaf
when building one of our internal applications. We will have to find
another solution.
2019-09-19 15:15:47 -04:00
Ben Newman
e94739f7e8
Bump package versions for 1.8.2-rc.0 release. 🎉
2019-09-19 11:54:49 -04:00
Ben Newman
ec403b3fe5
Update optimism npm package to latest version (0.11.2).
2019-09-18 11:42:02 -04:00
Ben Newman
c4ad648c5e
Update meteor-babel to version 7.6.1.
2019-09-17 21:11:56 -04:00
Ben Newman
5124cb495c
Use json5 for optimisticReadJsonOrNull.
...
Because json5 is more tolerant of non-standards-compliant input, it has no
trouble with \t tab characters outside of string literals, so this change
should fix issue #10688 .
Note that json5 is already installed in dev_bundle/lib/node_modules/json5,
because it is a dependency of @babel/core, so we don't need to rebuild the
dev bundle immediately, though it would be a good idea to do so before the
next beta/RC release.
2019-09-07 21:04:29 -04:00
Ben Newman
9fb6b9cd89
Bump package versions for 1.8.2-beta.18 release.
2019-09-06 18:53:04 -04:00
Ben Newman
c8e322e197
Update typescript version to 3.6.2.
...
Most of these changes came for free with the update of meteor-babel to
version 7.6.0, but a few remaining spots needed to be updated.
2019-09-06 18:43:40 -04:00
Ben Newman
cf5db3626e
Update meteor-babel to version 7.6.0.
2019-09-06 18:40:50 -04:00
Ben Newman
5957e046fb
Prevent cordova-lib from using its own copy of graceful-fs.
2019-09-05 15:22:52 -04:00
Ben Newman
152afe6bdf
Update npm to v6.11.3 and pacote to v9.5.8.
2019-09-05 13:22:31 -04:00
Ben Newman
177c68f68c
Update Node.js to version 8.16.1.
...
https://nodejs.org/en/blog/release/v8.16.1/
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.16.1
2019-09-05 13:18:07 -04:00
Ben Newman
d276ef7c30
Bump package versions for 1.8.2-beta.16 release.
2019-07-30 14:04:32 -04:00
Ben Newman
e497085474
Update meteor-babel and @babel/{runtime,parser} to latest versions.
...
Among other benefits, this should address #10622 .
2019-07-30 14:03:58 -04:00
Ben Newman
40f0161574
Update npm to version 6.10.2, and pacote to 9.5.4.
2019-07-30 13:58:39 -04:00
Chiciuc Nicușor
a1184bdea3
Add @types/semver@5.4.0 to dev-bundle. ( #10633 )
2019-07-16 11:07:40 -04:00
Ben Newman
a3b13705c5
Bump package versions for 1.8.2-beta.16 release.
2019-07-15 12:52:52 -04:00
Ben Newman
4457cd3cd1
Explicitly install version 3.5.3 of typescript in dev bundle.
...
The typescript package was previously installed as a dependency of
meteor-babel, but it clearly deserves to be a direct dependency.
2019-07-15 11:43:16 -04:00
Ben Newman
122f7e4d2d
Update underscore to v1.9.1 and install @types/underscore.
2019-07-15 11:39:35 -04:00
Ben Newman
596c1998be
Bump package versions for 1.8.2-beta.15 release.
2019-07-06 17:16:47 -04:00
Ben Newman
bd1834c3e3
Update meteor-babel to version 7.5.5.
2019-07-06 13:10:35 -04:00
Ben Newman
71a6e2c2f5
Update meteor-babel to version 7.5.3.
...
TypeScript is now supported by the actual TypeScript compiler, rather than
by @babel/preset-typescript: https://github.com/meteor/babel/pull/25
2019-07-06 11:27:54 -04:00
Ben Newman
4431f34cbe
Bump package versions for 1.8.2-beta.14 release.
2019-07-05 19:15:04 -04:00
Ben Newman
e80189e76b
Update meteor-babel to version 7.5.1.
2019-07-05 17:47:18 -04:00
Ben Newman
d26a41df9d
Bump package versions for 1.8.2-beta.13 release.
2019-07-04 16:39:01 -04:00
Ben Newman
c632542a04
Update meteor-babel to version 7.5.0.
2019-07-04 15:57:25 -04:00
Ben Newman
cdd8f32196
Update npm to 6.10.0 and pacote to 9.5.1.
2019-07-04 15:02:26 -04:00
Ben Newman
1955ec08fa
Bump package versions for 1.8.2-beta.12 release.
2019-07-03 12:40:48 -04:00