filipenevola
8b9296e2de
bump to Node 14.16.0
2021-02-23 20:14:21 -04:00
filipenevola
47bd4ba84d
Merge branch 'devel' into release-node-14
...
# Conflicts:
# History.md
# meteor
# scripts/dev-bundle-tool-package.js
2021-02-10 13:10:24 -04:00
Jan Dvorak
0e6ce60d82
Merge branch 'devel' into release-node-14
2021-01-13 20:33:29 +01:00
filipenevola
76fc319d5f
Merge branch 'devel' into hot-module-reload
...
# Conflicts:
# meteor
2021-01-06 10:59:39 -04:00
filipenevola
249abd5467
Uses meteor-babel-7.10.6
...
Bumps bundle version to 12.20.1.1
2021-01-04 21:05:16 -04:00
Jan Dvorak
a86910f000
Merge branch 'devel' into release-node-14
2020-12-19 19:16:05 +01:00
Renan Castro
e12fca2f80
Bump typescript package version
2020-11-26 17:20:49 -03:00
filipenevola
25b857008b
Update meteor-babel to 7.10.1
2020-10-30 11:40:24 -04:00
filipenevola
3f3851fa08
Update Typescript to 4.0.5
2020-10-28 09:47:02 -04:00
filipenevola
167fb90744
Merge branch 'devel' into hot-module-reload
2020-10-11 19:36:57 -04:00
zodern
ab3d407d22
Integrate HMR into the meteor tool
2020-10-10 20:52:18 -05:00
Jan Dvorak
0c26503e6b
Initial internal dependencies update
2020-10-01 12:01:05 +02:00
filipenevola
91ade19198
Update Node.js to 12.18.4 & npm to 6.14.8
2020-09-16 07:54:57 -04:00
Jan Dvorak
ce6b4832b4
Update npm to 6.14.6
...
Co-authored-by: Filipe Névola <filipe@quave.com.br >
2020-07-17 23:38:24 +09:00
Jan Dvorak
520da8cddf
Update history & npm in dev bundle
2020-06-22 16:18:01 +09:00
Ben Newman
156bdcd705
Update meteor-babel to version 7.9.0 and typescript to 3.8.3.
2020-03-24 12:11:00 -04:00
Ben Newman
a8686cb1bf
Update npm to version 6.14.0.
2020-02-25 18:57:30 -05:00
Brian Mulhall
30fe5cfe13
add xmlbuilder2 to the list of node packages to install with the dependency kit
2020-02-25 15:45:26 -05:00
Filipe Névola
cb6c663f1c
Merge branch 'devel' into error-page-syntax-highlighting
2020-02-21 16:42:55 -04:00
Ben Newman
150d387b44
Merge branch 'master' into devel
2020-02-20 11:24:20 -05:00
Ben Newman
c81738fbb3
Update meteor-babel to version 7.8.2 and typescript to 3.7.5.
2020-02-19 15:20:20 -05:00
Seba Kerckhof
28d898dd0b
Merge branch 'devel' into error-page-syntax-highlighting
2020-01-23 16:52:52 +01:00
Ben Newman
9043cbc4a7
Update meteor-babel to version 7.8.1 in dev bundle.
...
The changes in 7.8.1 add a new method to the meteor-babel/register API,
which is only used internally, so there is no need to publish a new
version of babel-compiler, ecmascript, and typescript.
2020-01-16 12:22:00 -05:00
Ben Newman
bb96f38d9b
Update meteor-babel and typescript to latest versions.
...
Babel releases included in this update:
- https://github.com/babel/babel/releases/tag/v7.7.6
- https://github.com/babel/babel/releases/tag/v7.7.7
- https://github.com/babel/babel/releases/tag/v7.8.0
- https://github.com/babel/babel/releases/tag/v7.8.1
- https://github.com/babel/babel/releases/tag/v7.8.2
- https://github.com/babel/babel/releases/tag/v7.8.3
Although some of these changes won't take effect until the next Meteor
release, I intend to publish the babel-compiler, ecmascript, and
typescript changes using Meteor 1.9, so that applications can update
without waiting for Meteor 1.10.
2020-01-14 13:03:59 -05:00
Ben Newman
43d6971b62
Update npm to version 6.13.6 and pacote to version 9.5.12.
2020-01-13 18:01:06 -05:00
Ben Newman
da11c28ed4
Use the official fibers@4.0.3 release.
...
This includes https://github.com/laverdet/node-fibers/pull/429 , fixing the
CPU spikes reported and discussed here: https://github.com/meteor/meteor/pull/10527#issuecomment-567982128
Using an official fibers release rather than a GitHub URL is preferable
because it doesn't require building fibers from source when deploying a
Meteor app to production, and also doesn't rely on GitHub being
operational, though of course it does rely on other networked services
like npm.
2020-01-07 20:31:28 -05:00
Ben Newman
77429d6ef5
Use fork of fibers that avoids AdjustAmountOfExternalAllocatedMemory.
...
https://github.com/laverdet/node-fibers/pull/429#issuecomment-570245398
2020-01-02 10:46:41 -05:00
Ben Newman
04d13dc87a
Use fork of fibers package that triggers GC less often.
...
Apparently calling v8::Isolate::AdjustAmountOfExternalAllocatedMemory
frequently results in lots of wasted CPU cycles on garbage collection, per
discussion here: meteor/meteor#10527 (comment)
This fix was inspired by marudor/libxmljs2#22 , which seems to have
addressed nodejs/node#30995 .
Another project that benefitted from adjusting external allocated memory
less often: mapnik/node-mapnik#136
2019-12-30 11:44:48 -05:00
Ben Newman
aee0092f64
Merge branch 'release-1.8.3' into release-1.9
2019-12-18 13:19:31 -05:00
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
ebdaa230d5
Update meteor-babel to version 7.7.5.
2019-12-18 12:39:57 -05:00
Christian Klaussner
c112077ac2
Convert ANSI escape codes to HTML on error page
2019-12-14 21:19:30 +01:00
Ben Newman
86aa31254d
Update node-gyp and node-pre-gyp to latest versions.
...
https://github.com/meteor/meteor/pull/10527#issuecomment-538359107
2019-11-26 15:46:51 -05:00
Ben Newman
c9b8240285
Update npm to version 6.13.1.
2019-11-26 15:46:51 -05:00
Ben Newman
fd881cebec
Update fibers npm package to version 4.0.2.
2019-11-26 15:46:51 -05:00
Ben Newman
c90246d55b
Merge branch 'devel' into release-1.9
2019-11-26 15:46:38 -05:00
seke
830b8a40cb
Update source-map to 0.7.3
...
source-map 0.7.0+ has a much faster Rust WASM implementation.
Because this needs to be loaded, the constructor is now asynchronous.
The consumer should also be destroyed after it's no longer needed.
2019-11-26 14:15:33 -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
f8de4127da
Merge branch 'release-1.8.2' into release-1.9
2019-11-08 20:07:59 -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
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
1faa6bb3a4
Update sqlite3 dev bundle version to 4.1.0.
2019-09-24 10:23:22 -04:00
Ben Newman
d080f3f1fa
Merge branch 'release-1.8.2' into release-1.9
2019-09-23 14:02:33 -04:00
Ben Newman
f5c85a0243
Update typescript and optimism packages to latest versions.
2019-09-23 12:18:26 -04:00
Ben Newman
daa26c087d
Merge branch 'release-1.8.2' into release-1.9
2019-09-19 19:41:57 -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
7313fa792b
Merge branch 'release-1.8.2' into release-1.9
2019-09-19 12:37:40 -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