Commit Graph

22824 Commits

Author SHA1 Message Date
Brian Mulhall
1931f9e353 last minute clean up of comments and formatting 2020-04-04 15:41:09 -05:00
Brian Mulhall
33904b7f46 update to add back this atmosphere package I removed because it is used in the stats.js file 2020-04-04 14:52:13 -05:00
Brian Mulhall
7696d8a401 update to maintain backwards compatibility 2020-04-04 14:46:16 -05:00
Brian Mulhall
6adaeaeadc update the comment on this one test and its purpose 2020-04-04 13:59:31 -05:00
Brian Mulhall
b52fa165ff update the npm and atmosphere package dependencies 2020-04-04 13:59:10 -05:00
Brian Mulhall
c53844b3d4 bug fixes that came up during testing 2020-04-04 13:42:42 -05:00
Brian Mulhall
602f809665 bug fix to remove some diagnostic code that was left in by mistake 2020-04-04 13:08:11 -05:00
Brian Mulhall
ab2a121910 updated the error handling logic (to be terser specific as opposed to babel-minify specific) and then tested this function against a collection of bundled JS files I wrote to disk during minification. I was able to retrieve the original source file's name from a given line number in the bundled JS file so this should work well in production 2020-04-04 12:47:12 -05:00
Brian Mulhall
3b3274ada9 update the error handling to match what terser returns in the error it throws 2020-04-04 11:54:47 -05:00
Brian Mulhall
f2edacc991 update the minifier to use only terser without falling back to babel-minify 2020-04-04 10:07:50 -05:00
Brian Mulhall
5db26aa364 Merge branch 'devel' into minifier_js_update 2020-04-03 22:48:23 -05:00
Brian Mulhall
dbfae02cb2 Deprecate unused meyerweb-reset Meteor package (#11003) 2020-04-03 10:59:35 -04:00
Brian Mulhall
47360f9115 Deprecate outdated/unused jsparse Meteor core package (#11002) 2020-04-03 10:55:36 -04:00
Filipe Névola
8b5cc57b03 Merge pull request #10972 from delki8/devel
making the docs a little clearer
2020-04-02 10:26:40 -04:00
Filipe Névola
dab2dcc889 Merge pull request #10956 from heithemmoumni/patch-1
Update LICENSE
2020-04-02 10:26:11 -04:00
ruither.borba
84f181067d making the docs a little clearer 2020-04-01 20:11:15 -03:00
BrianMulhall
8514bc939b Merge branch 'devel' into minifier_js_update 2020-03-31 20:38:49 -05:00
BrianMulhall
7a2b0c34cd moving the test file back to conform to the way all meteor packages are laid out 2020-03-31 18:51:31 -05:00
Ben Newman
7bc59d6e03 Tweaks after updating less to version 3.11.1 (#10997)
* Make decodeFilePath function more forgiving in less plugin.

https://github.com/meteor/meteor/pull/10995#issuecomment-606757614

* Simplify Promise usage in less plugin.

* Bump less package version to 3.0.1.
2020-03-31 15:19:14 -04:00
Ben Newman
27c1e5be28 Update @babel/runtime for less plugin, and remove underscore.
Also specifying ecmascript and caching-compiler dependency versions
explicitly, since less is a non-core package, so the versions won't be
automatically determined during releases.
2020-03-31 12:43:25 -04:00
Ben Newman
9ab4f996d7 Bump patch version of caching-compiler package. 2020-03-31 12:43:25 -04:00
Ben Newman
df5ebf7a4a Merge pull request #10994 from meteor/webapp-fallback-to-next-best-client-arch
Try other web.* arches if preferred arch was excluded.
2020-03-31 12:43:04 -04:00
Alexander Sterk
952d7ec778 Surround $devbundle_zip with quotes in Windows 7zip command. (#10980)
Fixes #10979.
2020-03-31 12:21:08 -04:00
David Sichau
a6e653759a Update less npm package to 3.11.1 from 2.5.0 (#10995) 2020-03-31 12:16:35 -04:00
zodern
9c0d2dcd2e Fix caching-compiler cache writes (#10969)
Meteor 1.8.2 made all Plugin.fs functions sync so the callback to fs.writeFile was never called.
2020-03-31 12:14:21 -04:00
Ben Newman
3d861d0084 Bump patch versions of webapp, dynamic-import, and appcache. 2020-03-31 12:08:15 -04:00
Ben Newman
62388fb7c4 Unify web.* arch resolution in WebApp.categorizeRequest.
https://github.com/meteor/meteor/pull/10994#issuecomment-606270894
2020-03-31 12:07:23 -04:00
Ben Newman
d27d0a279d Try other web.* arches if preferred arch was excluded.
Follow-up to #10824.

If the preferred arch is not available (most likely because it was
deliberately excluded), it's better to use another client arch that is
available than to guarantee the site won't work by returning an unknown
arch. For example, if web.browser.legacy is excluded using the
--exclude-archs option (introduced by #10824), legacy clients are better
served by receiving web.browser (which might actually work) than receiving
an HTTP 404 response. If none of the arches in preferredArchOrder are
defined, only then should we send a 404.
2020-03-31 12:07:23 -04:00
Ben Newman
dab79ff4c6 Update modules test app to Meteor 1.10.1. 2020-03-31 12:06:58 -04:00
Ben Newman
f78afca824 Update linked copy of acorn source used by modules test app. 2020-03-31 12:06:58 -04:00
Ben Newman
a1b1846fc0 Update dynamic-import test app Meteor and npm versions. 2020-03-31 12:06:58 -04:00
filipenevola
5e685e6644 Bump mongo package version to 1.9.1 2020-03-30 16:15:20 -04:00
Filipe Névola
f10435592d Merge pull request #10960 from AlexSterk/mongo-arrayFilters
[FIX] The filtered positional operator $[<identifier>] (arrayFilters) does not work in Mongo update
2020-03-30 16:07:08 -04:00
Brian Mulhall
6b5bb709e6 removed an unused file and updated the @babel/runtime dependency to 7.9.2 (which is latest) 2020-03-27 23:04:13 -05:00
BrianMulhall
f366fc2b36 removed a print lining statement and added a comment 2020-03-26 22:33:20 -05:00
BrianMulhall
3f331f002b cleaning up the error handling and the variable naming 2020-03-26 21:56:32 -05:00
BrianMulhall
21e39491fc Merge branch 'devel' into minifier_js_update 2020-03-26 19:00:38 -05:00
filipenevola
7bd76d2b3c Bump appcache package version to 1.2.6
Fixes #10986
2020-03-26 17:18:12 -04:00
Ben Newman
c0ac59d6a0 Merge pull request #10982 from meteor/meteor-babel-7.9.0
Update meteor-babel to version 7.9.0 and typescript to 3.8.3.
2020-03-24 15:14:53 -04:00
Ben Newman
faa006a81f Remove unnecessary "incremental":true option from tools/tsconfig.json.
https://circleci.com/gh/meteor/meteor/43634
2020-03-24 13:01:13 -04:00
Ben Newman
5dc19e7014 Bump $BUNDLE_VERSION to 12.16.1.7 before rebuilding dev bundle. 2020-03-24 12:28:01 -04:00
Ben Newman
3a2a2921a6 Mention removal of default Flow support in History.md. 2020-03-24 12:26:42 -04: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
Brian Mulhall
d25e5ea0a5 missed a var declaration so I updated it to use const instead 2020-03-23 20:41:58 -05:00
Filipe Névola
1d74bfc3a2 Merge pull request #10981 from mullojo/patch-1
Added Vue to list of tutorials
2020-03-23 18:03:16 -04:00
Bob
11b8a3e8c5 Added Vue to list of tutorials
Added Vue with link to meteor tutorials.  Making Vue a 1st class citizen on Meteor 👍
2020-03-23 14:03:56 -07:00
Brian Mulhall
b92d65a65e Merge branch 'devel' into minifier_js_update 2020-03-22 10:07:37 -05:00
Brian Mulhall
7c0179e264 updating the documentation and fixing a mistake made by me with respect to how markdown works 2020-03-21 10:05:23 -05:00
ruither.borba
6e808f1199 "component" was duplicated, now is not. 2020-03-20 22:37:41 -03:00
BrianMulhall
a67e25a834 pared down the number of test cases that we need to maintain moving forward 2020-03-20 17:24:03 -05:00