Commit Graph

14829 Commits

Author SHA1 Message Date
Nacho Codoñer
7d2be001c5 Meteor version to 3.4-beta.1 ☄️ 2025-09-05 14:21:05 +02:00
Nacho Codoñer
f3d725aaed Merge remote-tracking branch 'origin/release-3.4' into release-3.4 2025-09-05 14:03:54 +02:00
Nacho Codoñer
4688a00d3b Merge branch 'modern-bundler-integration' into release-3.4
# Conflicts:
#	v3-docs/docs/about/modern-build-stack/rspack-bundler-integration.md
2025-09-05 14:03:46 +02:00
Nacho Codoñer
baca241df9 ensure swcrc target cannot be customizable 2025-09-05 13:50:12 +02:00
Nacho Codoñer
bdacd446b9 implement dynamic port calculation for Rspack and Rsdoctor 2025-09-05 09:16:35 +02:00
harryadel
bd958174c9 [test-in-browser] Replace diff_match_patch with diff library 2025-09-04 19:18:32 -03:00
harryadel
69bd546395 Apply @italojs suggestions 2025-09-04 19:18:32 -03:00
harryadel
7fbc130205 [test-in-browser] Select and re-run tests by clicking them 2025-09-04 19:18:32 -03:00
Nacho Codoñer
7908037632 support modules config to allow load in Meteor specific files or folders for plugins to act 2025-09-04 17:59:11 +02:00
Nacho Codoñer
8635fcf2eb support modules config to allow load in Meteor specific files or folders for plugins to act 2025-09-04 17:58:37 +02:00
Nacho Codoñer
100ef0d54f Merge branch 'modern-bundler-integration' into release-3.4 2025-09-04 15:21:50 +02:00
Nacho Codoñer
043ddd8536 bump @meteorjs/rspack version 0.0.40 2025-09-04 15:01:41 +02:00
Nacho Codoñer
aac0307d5b support resolve.extensions to get first the customized values 2025-09-04 14:12:52 +02:00
Nacho Codoñer
c575cd7843 bumps @meteorjs/rspack to version 0.0.38 2025-09-04 11:56:44 +02:00
Nacho Codoñer
d919bd1de5 bump @meteorjs/rspack to version 0.0.37 2025-09-04 11:33:43 +02:00
Nacho Codoñer
fdc0cf1ddb dont use @swc/helpers in the server context as node support already modern syntax 2025-09-04 11:18:54 +02:00
Nacho Codoñer
4de7b01e35 Meteor version to 3.4-beta.0 ☄️ 2025-09-03 18:15:19 +02:00
Nacho Codoñer
c7c892eab3 Merge branch 'modern-bundler-integration' into release-3.4 2025-09-02 13:42:49 +02:00
Nacho Codoñer
09796b3ab3 Merge branch 'modern-bundler-integration' of https://github.com/meteor/meteor into modern-bundler-integration 2025-09-01 23:15:13 +02:00
Nacho Codoñer
02087e03a9 Merge branch 'devel' into modern-bundler-integration 2025-09-01 23:02:30 +02:00
italo jose
05c4b72092 Revert BUNDLE_VERSION to 22.18.0.2 and fix ecmascript package version to 0.16.13 2025-09-01 13:59:39 -03:00
italo jose
9e5db613c4 Bump bundle_version + package versions that uses babel-compiler 2025-09-01 13:59:39 -03:00
italo jose
40ab299fe8 Bump package versions for accounts-base, accounts-password, accounts-passwordless, babel-compiler, minimongo, mongo, and npm-mongo 2025-09-01 13:59:39 -03:00
Italo José
519fe862a4 remove lodash.template dependency (#13898) 2025-09-01 13:59:39 -03:00
italo jose
6d2f4c52f7 Remove server-side publication for 'testGeoIntersects' from geoPolygonSchema 2025-09-01 13:59:39 -03:00
italo jose
4f683252a9 Refactor mongo-livedata tests for improved clarity and maintainability 2025-09-01 13:59:39 -03:00
italo jose
b5c9644382 Add publication and test for in mongo-livedata 2025-09-01 13:59:39 -03:00
italo jose
758d1715ae Update testGeoPolygon publication to return a collection with a random ID 2025-09-01 13:59:39 -03:00
italo jose
cd8f247d0c Refactor error handling in geoPolygonSchema test to assert null error instead of using console log 2025-09-01 13:59:39 -03:00
italo jose
56bf338de5 Add debug logging for error handling in geoPolygonSchema test 2025-09-01 13:59:39 -03:00
italo jose
5e230cc57f Add tests for $geoIntersects operator and improve error handling in Minimongo 2025-09-01 13:59:39 -03:00
italo jose
4ab4396045 Add error handling for selector compilation in MongoConnection 2025-09-01 13:59:39 -03:00
italo jose
5050c00b80 Remove early validation of query selector in MongoConnection to streamline cursor handling 2025-09-01 13:59:39 -03:00
italo jose
5730e44f7f Add early validation for query selectors in MongoConnection 2025-09-01 13:59:39 -03:00
Nacho Codoñer
f90b37c9bb use common helper to detect promises 2025-09-01 13:59:39 -03:00
italo jose
4fa26b8c08 DEV: update Accounts namespace to directly reference user lookup methods in AccountsServer 2025-09-01 13:59:39 -03:00
italo jose
4e608f94bd fix: correct assignment of findUserByEmail to use AccountsServer method 2025-09-01 13:59:39 -03:00
italo jose
d1f02f9bec DEV: add user lookup methods for email and username 2025-09-01 13:59:39 -03:00
graemepyle
278bcb2b69 Switch to getting Cordova modern browsers flag from package.json instead of env var 2025-09-01 13:59:39 -03:00
graemepyle
998f2036a0 Enable modern browser support for Cordova unless explicitly disabled 2025-09-01 13:59:39 -03:00
Gabriel Grubba
4e5e9a68b4 DEV: tests should only run in server 2025-09-01 13:59:39 -03:00
Gabriel Grubba
643aab36f6 DEV: updated both tests 2025-09-01 13:59:39 -03:00
Gabriel Grubba
d1e879935f DEV: changed how test runs 2025-09-01 13:59:39 -03:00
Gabriel Grubba
986dd0b51a DEV: updated variable name 2025-09-01 13:59:39 -03:00
Gabriel Grubba
a498eb002b DEV: removed unused constant 2025-09-01 13:59:39 -03:00
Gabriel Grubba
3fa9188e12 DEV: it does not make sense test this case for observeChanges(sync) 2025-09-01 13:59:39 -03:00
Gabriel Grubba
aa1e6fba72 dev: handled non promise cases 2025-09-01 13:59:39 -03:00
Gabriel Grubba
9d32d862b3 DEV: add catch and change to allSettled to solve error 2025-09-01 13:59:39 -03:00
Gabriel Grubba
a9edf9ee19 FIX: observeChanges[Async] should not crash the process on error
relates to: https://github.com/meteor/meteor/issues/13701
2025-09-01 13:59:39 -03:00
italo jose
da1b196328 refactor: simplify error handling for MongoDB connection 2025-09-01 13:59:39 -03:00