Gabriel Grubba
0d29eb8177
Meteor version to 2.11.0-beta.1 ☄️
2023-02-02 14:27:52 -03:00
Gabriel Grubba
eab3b97e3a
Merge pull request #12478 from softwarecreations/feature/minifyStdCSS-debuggable
...
Made standard-minifier-css debuggable
2023-01-31 12:37:48 -03:00
Gabriel Grubba
b4c3a52789
Merge pull request #12456 from meteor/feature/appcache-deprecation
...
Deprecate appcache package
2023-01-31 11:30:05 -03:00
Gabriel Grubba
cf8f66b465
Merge pull request #12472 from Fasal-Tech/bug/oauth-breaks-ios-build
...
Bumped cordova inapp browser version in oauth package to fix ios build failing
2023-01-30 10:32:17 -03:00
Gabriel Grubba
36b24d7b10
Merge pull request #12480 from Torgen/service-configuration-publish
...
Ensure the meteor.loginServiceConfiguration subscription always becomes ready
2023-01-30 10:08:05 -03:00
Gabriel Grubba
89d28e7485
Merge branch 'release-2.11' of https://github.com/meteor/meteor into release-2.11
2023-01-30 09:47:23 -03:00
Gabriel Grubba
09096973d1
added babel-compile .lock file
2023-01-30 09:47:19 -03:00
Dan Rosart
144193f449
Ensure the meteor.loginServiceConfiguration subscription always becomes ready.
2023-01-28 18:20:42 -08:00
Gabriel Grubba
fabd3cb1a7
Merge pull request #12475 from meteor/updating-tracker-types-
...
Updating tracker types
2023-01-27 11:32:46 -03:00
Joshua Maserow
36837749d0
'postcss.js Added missing semicolon and removed whitespace from empty line.'
2023-01-27 13:47:07 +02:00
Joshua Maserow
08645e2360
'postcss.js Added trailing comma 'This makes version-control diffs cleaner and editing code might be less troublesome.' https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Trailing_commas '
2023-01-27 13:46:35 +02:00
Joshua Maserow
6490e49c20
'minify-css.js Added trailing commas 'This makes version-control diffs cleaner and editing code might be less troublesome.' https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Trailing_commas '
2023-01-27 13:28:03 +02:00
Joshua Maserow
ab9511442e
'postcss.js Removed whitespace from empty lines.'
2023-01-27 12:48:13 +02:00
Joshua Maserow
bbacd0ce77
'package.js postcss.js Added trailing commas 'This makes version-control diffs cleaner and editing code might be less troublesome.' https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Trailing_commas IIRC I first learned about this many years ago from a Meteor contributor, but can't find the original reference, perhaps it was a change to the meteor babel package.'
2023-01-27 12:47:41 +02:00
Joshua Maserow
d09becbe17
'minify-css.js package.js Implemented Log.error() and Log.warn()'
2023-01-27 12:27:07 +02:00
Joshua Maserow
39916d761a
'minify-css.js Changed if (error) to use console.error, rather than console.log'
2023-01-27 11:40:22 +02:00
Joshua Maserow
0559229370
'package.js Increased package version to 1.9.0 to reflect new feature release.'
2023-01-27 11:32:01 +02:00
Joshua Maserow
a6c5b122b3
'minify-css.js destructure process.env.DEBUG_CSS and process.argv for terseness.'
2023-01-27 11:31:01 +02:00
Joshua Maserow
ec26f01108
'minify-css.js Cleaned up the timeout code.'
2023-01-27 00:54:13 +02:00
Joshua Maserow
4b9844fb9e
'Made minifyStdCSS aka standard-minifier-css debuggable. It becomes verbose with either --verbose or --debug commandline arguments or DEBUG_CSS environment variable, which can be used to prevent it being verbose with a value of "0" or "false". Bumped version number.'
2023-01-26 23:59:43 +02:00
Gabriel Grubba
886f7d9256
Meteor version to 2.11.0-beta.0 ☄️
2023-01-26 18:05:04 -03:00
Gabriel Grubba
b9907910c8
Meteor version to 2.11.0-beta.0 ☄️
2023-01-26 17:54:28 -03:00
Gabriel Grubba
bd94b6b4a7
Merge pull request #12473 from meteor/updating-meteor-mongo-command
...
Updating meteor mongo command
2023-01-26 16:38:59 -03:00
Gabriel Grubba
042f0786fe
chore: updated sem-ver
2023-01-26 16:30:45 -03:00
Gabriel Grubba
2ec8789153
chore: update tracker sem ver
2023-01-26 16:14:00 -03:00
Gabriel Grubba
4047047e03
adding with computation tracker to types
2023-01-26 16:13:49 -03:00
Gabriel Grubba
2fe86ab716
chore: adjusted semver
2023-01-26 16:13:07 -03:00
Gabriel Grubba
c079ed9ba1
Merge pull request #12465 from Firfi/feature/typescript-4.9.4
...
Bump Typescript to v4.9.4
2023-01-26 16:00:26 -03:00
Gabriel Grubba
0a6dd7bc8d
chore: updating MongoDB driver
2023-01-25 15:10:49 -03:00
Dhaval chaudhary
ac3d95e05a
Bumped cordova inapp browser version to fix ios build failing
2023-01-25 17:03:36 +05:30
Gabriel Grubba
1b0eaeb999
chore: updated packages sem ver
2023-01-24 17:48:44 -03:00
Gabriel Grubba
c88cba26f3
Merge pull request #12469 from ebroder/reject-async
...
mongo: In async wrappers, catch exceptions and reject
2023-01-24 17:45:06 -03:00
Evan Broder
e756c5a62b
mongo: In async wrappers, catch exceptions and reject
...
Previously, if an exception was thrown in an async method, it would not
be caught, which is unusual in an async method. Instead, catch the
exception and return it as a rejected promise.
2023-01-23 09:11:50 -08:00
Igor Loskutov
f3e78bf892
Bump Typescript to v4.9.4
2023-01-21 10:54:59 +07:00
Radosław Miernik
2c99effec8
Optimized makeLookupFunction.
2023-01-20 17:12:38 +01:00
Jan Dvorak
ac474b92d8
Deprecate appcache package
2023-01-19 17:52:12 +09:00
Gabriel Grubba
9b6c797f09
Meteor version to 2.10.0 ☄️
2023-01-13 17:19:44 -03:00
Gabriel Grubba
eebe2b476b
Meteor version to 2.10.0-rc.0 ☄️
2023-01-10 16:26:03 -03:00
Gabriel Grubba
daef26d90d
chore: updated shrinkwraps
2023-01-10 16:25:31 -03:00
Gabriel Grubba
96aa38dd20
Meteor version to 2.10.0-beta.1 ☄️
2023-01-09 15:16:53 -03:00
Gabriel Grubba
0eabc108c7
Meteor version to 2.10.0-beta.1 ☄️
2023-01-09 15:09:10 -03:00
Gabriel Grubba
7c0dcebc29
Merge pull request #12393 from StorytellerCZ/feature/typescript-4.7.4
...
Typescript v4.7.4
2023-01-09 14:04:22 -03:00
Gabriel Grubba
12dbae0fb2
copied code from #12429
2023-01-09 11:55:06 -03:00
Harry Adel
bd15da9784
Replace double-ended-queue with denque ( #12430 )
...
* Replace double-ended-queue with denque
* Import denque instead of double-ended-queue
2023-01-09 11:48:46 -03:00
Gabriel Grubba
b7da96fdf6
Update blaze
2023-01-06 13:53:36 -03:00
Gabriel Grubba
fdc2bd1c25
Revert "[test-in-browser] Update blaze submodule"
...
This reverts commit 46f001ebe9 .
2023-01-06 13:45:14 -03:00
Gabriel Grubba
2d0cb940bb
Meteor version to 2.10.0-beta.0 ☄️
2023-01-06 13:33:13 -03:00
Gabriel Grubba
09f3bd59e1
Merge pull request #12294 from meteor/async-tracker-explicit
...
Implemented async Tracker with explicit values.
2023-01-06 11:20:06 -03:00
Gabriel Grubba
b510ddab9f
Merge branch 'release-2.10' into feature/typescript-4.7.4
2023-01-06 10:27:09 -03:00
Gabriel Grubba
09fa9bf751
Merge pull request #12419 from meteor/feature/react18-skelets
...
Update skeletons to use React 18
2023-01-06 09:21:39 -03:00