Evan Broder
e6a399e64f
Add missing type dependencies to underscore and webapp packages
...
This enables their own type declarations to work out of the box.
2023-02-09 13:37:39 -08:00
Evan Broder
f3f5e01ea8
Thread upstream mongodb types through npm-mongo
...
As it exists currently, the types for the mongo package don't work out
of the box because they can't find the types for the mongodb NPM
package. TypeScript app developers could work around this by adding
mongodb directly as a dependency, but they shouldn't have to.
However, `zodern:types` can handle pulling in types for NPM
dependencies, but only if the package _with_ those NPM dependencies is
itself exporting type declarations. Since npm-mongo is actually
depending on the mongodb package, add a type declaration reflecting both
the types and objects that it exports. Then switch the mongo package to
import from npm-mongo, giving it access to the types for the mongodb
package.
2023-02-09 13:37:30 -08:00
Gabriel Grubba
8c5aec2b55
Merge pull request #12428 from ref-app/release-2.10
...
Remove Blaze dependency and types that live in blaze.d.ts
2023-02-08 17:01:29 -03:00
Gabriel Grubba
8298819dde
making arrow function to normal fn
2023-02-08 13:54:45 -03:00
Gabriel Grubba
2b3769af9b
Meteor version to 2.11.0-rc.0 ☄️
2023-02-07 17:13:47 -03:00
Gabriel Grubba
7ae9060171
chore: upgrading version
2023-02-07 15:44:02 -03:00
Gabriel Grubba
7dfdf3b9bb
Merge pull request #12489 from meteor/updating-mongodb-types-for-v6
...
Updating mongodb types for v6
2023-02-07 13:52:59 -03:00
Gabriel Grubba
41463374fe
chore: joinded mongodb types
2023-02-07 13:49:57 -03:00
Gabriel Grubba
42f37a1b7e
chore: adressing comments
2023-02-06 13:57:25 -03:00
Gabriel Grubba
e456dc6c25
Merge branch 'updating-mongodb-types-for-v6' of https://github.com/meteor/meteor into updating-mongodb-types-for-v6
2023-02-06 13:48:04 -03:00
Gabriel Grubba
e5812980f3
chore: updated as commetns
2023-02-06 13:47:40 -03:00
Gabriel Grubba
8e4061d1e1
Merge branch 'release-2.11' into updating-mongodb-types-for-v6
2023-02-06 13:41:54 -03:00
Gabriel Grubba
0d29eb8177
Meteor version to 2.11.0-beta.1 ☄️
2023-02-02 14:27:52 -03:00
Gabriel Grubba
ab5e217ad7
chore: removed types that were removed from MongoDB
2023-02-02 10:35:16 -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