Commit Graph

33526 Commits

Author SHA1 Message Date
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
366e18117c Merge pull request #12506 from ebroder/typescript-missing-types
TypeScript skeleton fixes
2023-02-09 10:06:31 -03:00
Evan Broder
d2042ddfd8 Add missing types from typescript skeleton
The project's tsconfig.json has noImplicitAny: true, so we shouldn't
allow these to be implicitly any.
2023-02-08 16:05:36 -08:00
Evan Broder
22ca05b825 Add missing dependency to typescript skeleton
A TypeScript project with types: ['node'] in tsconfig.json will fail of
@types/node isn't included to provide those types.
2023-02-08 16:03:15 -08:00
Gabriel Grubba
e03979c43c docs: updated docs 2023-02-08 17:38:42 -03: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
3167745459 Merge pull request #12503 from meteor/service-configuration-publish
making arrow function to normal fn in meteor.loginServiceConfiguration subscription
2023-02-08 14:32:31 -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 ☄️ release/METEOR@2.11.0-rc.0 2023-02-07 17:13:47 -03:00
Gabriel Grubba
a2438dfffe chore: updated the auto updater tool 2023-02-07 17:13:17 -03:00
Gabriel Grubba
0bce74e456 Merge branch 'release-2.11' of https://github.com/meteor/meteor into release-2.11 2023-02-07 16:42:59 -03:00
Gabriel Grubba
e1d8cd0825 docs: added note about upgrading to MongoDB drive v4.14 2023-02-07 16:42:49 -03:00
Gabriel Grubba
8bae8d5629 docs: updated miigration guide 2023-02-07 16:42:18 -03:00
Gabriel Grubba
8a7a46dafa Merge pull request #12501 from meteor/upgrading-mongo-driver-to-v4.14
Upgrading MongoDB Driver to v4.14
2023-02-07 16:31:59 -03:00
Gabriel Grubba
b5c84e8f0c adjusted docs place 2023-02-07 16:09:38 -03:00
Gabriel Grubba
db74e58583 updating docs 2023-02-07 15:54:54 -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
7ef9368c8b Merge pull request #12493 from meteor/Updating-tracker-types
chore: adressing comments
2023-02-06 17:31:46 -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 ☄️ release/METEOR@2.11.0-beta.1 2023-02-02 14:27:52 -03:00
Gabriel Grubba
d0aaaa2858 docs: updated 2.11 docs with all the changes 2023-02-02 11:24:41 -03:00
Gabriel Grubba
a3d2973eda docs: updated accounts base in changelog 2023-02-02 11:14:36 -03:00
Gabriel Grubba
fb7e4235e3 Revert "docs: added accounts base changes in changelog"
This reverts commit ad510d07d0.
2023-02-02 11:13:29 -03:00
Gabriel Grubba
ad510d07d0 docs: added accounts base changes in changelog 2023-02-02 11:13:23 -03:00
Gabriel Grubba
736f6dd42d Merge branch 'devel' into release-2.11 2023-02-02 11:02:47 -03:00
Gabriel Grubba
48e3d07760 docs: updated 2.11.md docs 2023-02-02 10:37:33 -03:00
Gabriel Grubba
ab5e217ad7 chore: removed types that were removed from MongoDB 2023-02-02 10:35:16 -03:00
Gabriel Grubba
01a25e77c8 Merge pull request #12487 from MTN73/patch-1
Small grammar & spelling corrections
2023-02-02 09:56:06 -03:00
Gabriel Grubba
178296d1f6 Merge pull request #12486 from meteor/changelog-generator
Changelog generator
2023-02-01 10:05:04 -03:00
MTN73
049bccbf16 Small grammar & spelling corrections
Corrections in README.md
2023-01-31 22:07:42 -05:00
Gabriel Grubba
2faa920979 Revert "adressing comments"
This reverts commit 477c55a354.
2023-01-31 16:33:03 -03:00
Gabriel Grubba
477c55a354 adressing comments 2023-01-31 16:26:03 -03:00
Gabriel Grubba
6e810dd650 testing 2023-01-31 16:05:59 -03:00
Gabriel Grubba
c97091b315 trying to solve some concat bug 2023-01-31 16:05:10 -03:00
Gabriel Grubba
b4a218e33f updating generator 2023-01-31 15:59:30 -03:00
Gabriel Grubba
9ef22ad03c chore: updated package.json 2023-01-31 15:57:48 -03:00
Gabriel Grubba
6911483314 Revert "chore: updating dependencies in docs"
This reverts commit bd0c4eda17.
2023-01-31 15:57:20 -03:00
Gabriel Grubba
7d4332e753 chore: changed dir name from docs to version 2023-01-31 15:55:33 -03:00
Gabriel Grubba
bd0c4eda17 chore: updating dependencies in docs 2023-01-31 15:49:47 -03:00
Gabriel Grubba
1d6ecca01f docs: updating history.md with generated file 2023-01-31 15:49:34 -03:00
Gabriel Grubba
9736aa4694 feat: script to generate changelog 2023-01-31 15:48:58 -03:00
Gabriel Grubba
1f555851e3 docs: adding readme to changelog generator 2023-01-31 15:48:27 -03:00
Gabriel Grubba
06f963bce1 docs: adding example release docs to generator 2023-01-31 15:48:09 -03:00
Gabriel Grubba
074a1465a2 docs: adding generated docs warning to generator 2023-01-31 15:47:58 -03:00