Nacho Codoñer
b350aadd6e
Meteor version to Meteor 3.4.1 ☄️
2026-04-28 14:59:20 +02:00
Nacho Codoñer
3df72b93a5
bump @meteorjs/rspack to version 2.0.1 across all templates, packages, and documentation
2026-04-27 17:43:05 +02:00
Nacho Codoñer
b2d989f91c
Merge branch 'release-3.4.1' into fix-rspack-win-error
...
# Conflicts:
# npm-packages/meteor-rspack/package-lock.json
# npm-packages/meteor-rspack/package.json
# packages/rspack/lib/constants.js
# tools/e2e-tests/apps/solid/package.json
# tools/e2e-tests/apps/svelte/package.json
# tools/e2e-tests/apps/vue/package.json
# tools/static-assets/skel-angular/package.json
# tools/static-assets/skel-apollo/package.json
# tools/static-assets/skel-babel/package.json
# tools/static-assets/skel-blaze/package.json
# tools/static-assets/skel-chakra-ui/package.json
# tools/static-assets/skel-coffeescript/package.json
# tools/static-assets/skel-full/package.json
# tools/static-assets/skel-react/package.json
# tools/static-assets/skel-solid/package.json
# tools/static-assets/skel-svelte/package.json
# tools/static-assets/skel-tailwind/package.json
# tools/static-assets/skel-typescript/package.json
# tools/static-assets/skel-vue/package.json
# v3-docs/docs/generators/changelog/versions/3.4.1.md
2026-04-27 17:42:37 +02:00
Nacho Codoñer
377e69e14d
upgrade from 1.1.0-beta.36 to 2.0.0 across all relevant packages and templates
2026-04-27 17:40:10 +02:00
Nacho Codoñer
7617994808
Merge branch 'devel' into release-3.4.1
...
# Conflicts:
# tools/tests/modern.js
2026-04-27 17:12:49 +02:00
Nacho Codoñer
b7d34ec434
bump @meteorjs/rspack to version 1.1.0-beta.37 across packages and scaffolds
2026-04-24 15:46:33 +02:00
Nacho Codoñer
a74880a4e6
update Blaze package files v3.0.3
2026-04-24 12:05:45 +02:00
Michael Pfeiffer
223e01a8b7
Merge branch 'devel' into fix(mongo)--make-observeChangesAsync-callback-error-test-deterministic
2026-04-22 13:33:00 -05:00
Michael Vogt
099fefdbcd
fix(mongo): make observeChangesAsync callback-error test deterministic
2026-04-22 12:56:24 -05:00
Nacho Codoñer
664fd1f2a3
Meteor version to 3.4.1-rc.1 ☄️
2026-04-21 12:54:27 +02:00
Nacho Codoñer
d8895464d6
update Blaze package files v3.0.3
2026-04-20 20:01:54 +02:00
Nacho Codoñer
fde88dc90d
Merge branch 'release-3.4.1' into e2e-selfrunner-3.4.1
2026-04-20 18:42:53 +02:00
Nacho Codoñer
0439244de0
update to version 1.1.0-beta.36 across all relevant packages and configurations
2026-04-20 18:21:26 +02:00
Nacho Codoñer
863548d377
Merge branch 'devel' into release-3.4.1
2026-04-20 16:03:14 +02:00
Gabriel Grubba
b54df7c753
CI: removing circle CI
...
As mentioned in both https://github.com/meteor/meteor/pull/14300 and https://github.com/meteor/meteor/pull/14326 , we are removing circle and travis tests from core and making it all to be vm based
2026-04-20 09:00:23 -03:00
Nacho Codoñer
73a9a7ca5f
remove custom error handlers and bundle probing logic from rspack proxy middleware and e2e tests; streamline implementation with built-in logging
2026-04-17 16:16:14 +02:00
Nacho Codoñer
1b842241f5
update dev server config to use "localhost" for improved compatibility; adjust proxy middleware and e2e settings to handle IPv6 and CI proxy behavior
2026-04-17 15:10:35 +02:00
Nacho Codoñer
6a94929cc9
pin dev server to IPv4 loopback (127.0.0.1) to resolve CI and container ECONNREFUSED issues caused by IPv6 mismatch
2026-04-17 14:53:00 +02:00
Nacho Codoñer
11a54cbb41
update rspack proxy middleware to use modern error handling and logging options
2026-04-17 14:36:29 +02:00
Nacho Codoñer
574a0635de
enhance rspack proxy error logging and e2e diagnostics to improve CI feedback on upstream failures and bundle readiness
2026-04-17 14:18:39 +02:00
Nacho Codoñer
b2695f21ba
update rspack dev server proxy to handle overridden publicPath in framework integrations like @nx/angular-rspack
2026-04-16 19:23:56 +02:00
Nacho Codoñer
8b0169b95a
Meteor version to 3.4.1-rc.0 ☄️
2026-04-13 16:41:05 +02:00
Nacho Codoñer
db2472a570
Merge branch 'release-3.4.1' into fix/rspack-node-path
...
# Conflicts:
# packages/rspack/lib/processes.js
2026-04-13 14:56:01 +02:00
dupontbertrand
d94d3a9d31
fix: ensure rspack child processes can find Meteor's bundled Node
...
When no global Node.js is installed, rspack's spawned processes fail
because #!/usr/bin/env node cannot resolve. This prepends dev_bundle/bin
to PATH so child processes find Meteor's bundled node, npm, and npx.
Fixes https://forums.meteor.com/t/64422
2026-04-13 14:27:20 +02:00
Nacho Codoñer
5461bd765c
add more commentary
2026-04-13 13:05:06 +02:00
Nacho Codoñer
07d403f67e
disable HMR WebSocket connection during test modes to prevent errors and race conditions
2026-04-13 12:42:52 +02:00
Nacho Codoñer
2ecce24fac
bump @meteorjs/rspack to version 1.1.0-beta.35 across all skeletons and dependencies
2026-04-13 12:03:28 +02:00
Nacho Codoñer
ac268d26f1
merge latest devel to release 3.4.1
2026-04-10 17:19:15 +02:00
Nacho Codoñer
32cdf0a61b
Merge remote-tracking branch 'origin/release-3.4.1' into release-3.4.1
2026-04-10 17:02:36 +02:00
Nacho Codoñer
10970c3274
Improve CI & Docker guidance for Meteor-Rspack integration and enhance error handling in rspack processes for CI environments
2026-04-10 17:02:26 +02:00
dupontbertrand
5001a31e40
fix: disable HMR proxy in test mode to prevent WebSocket interference
...
In test mode (`meteor test --full-app`), `Meteor.isDevelopment` is true
but no rspack dev server is running (test mode uses `runRspackBuild`,
not `startRspackClientServe`). The HMR proxy was still being activated,
registering WebSocket upgrade handlers pointing to a port where nothing
listens. This caused SockJS WebSocket corruption ("Invalid frame header")
and subsequent DDP message failures (`msg.fields` arriving as undefined).
Adding `!Meteor.isTest && !Meteor.isAppTest` to the proxy guard ensures
it is only enabled when the dev server is actually running.
2026-04-10 10:40:59 +02:00
italo jose
e62868f52a
docs: update breadcrumb comment to remove inaccurate percentage reference
2026-04-09 12:11:48 -03:00
Italo José
16190a226a
Merge branch 'devel' into oxc/phase-1
2026-04-09 09:52:11 -03:00
Gabriel Grubba
8f3e4a5fb8
Merge branch 'devel' into ci/removing-travis
2026-04-08 21:24:18 -03:00
italo jose
5f50d759d3
style: fix indentation and formatting in sunburst.js
2026-04-08 15:24:19 -03:00
Italo José
36f9060a25
Merge branch 'devel' into oxc/phase-1
2026-04-08 15:14:37 -03:00
Italo José
d226dbc1e5
Merge branch 'devel' into oxc/first-config
2026-04-08 15:08:13 -03:00
Gabriel Grubba
553e0a4293
DEV: make it green!
2026-04-08 09:15:25 -03:00
Gabriel Grubba
fd95281186
DEV: feedback comments
2026-04-08 09:11:48 -03:00
Nacho Codoñer
893271b3f4
Merge branch 'release-3.4.1' into fix/await-async-test-driver-start
2026-04-08 12:02:52 +02:00
Gabriel Grubba
197398d16f
Revert "DEV: testing parallel"
...
This reverts commit c4b83550d2 .
2026-04-07 09:18:12 -03:00
Per Bergland
129a98692e
fix: await async test driver start() in test_environment.js
...
The test_environment.js startup callback calls testDriverPackage.start()
without awaiting its return value. If a test driver (e.g. meteor-mocha)
returns a Promise from start(), any rejection becomes an unhandled
Promise rejection, which in Node 18+ terminates the process with a
cryptic error instead of the actual stack trace.
Make the Meteor.startup callback async and await the start() call so
that test drivers can safely use async/await in their start() function.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 09:11:22 +02:00
Gabriel Grubba
f728e359f1
testing something 2
2026-04-06 10:25:35 -03:00
italo jose
73ae0f3510
refactor: standardize code style and formatting in facts-ui package
2026-04-03 16:32:52 -03:00
italo jose
3a8b6925b5
test: add comprehensive unit tests for facts-base, mongo-decimal EJSON integration, and xmlbuilder, while cleaning up bundle-visualizer code.
2026-04-03 16:20:22 -03:00
Gabriel Grubba
8446f98b3d
doing what ai has told me
2026-04-03 12:50:00 -03:00
Gabriel Grubba
37bb678d00
trying another port strategy
2026-04-03 12:34:02 -03:00
Gabriel Grubba
4b208916a5
Debugging
2026-04-03 11:59:40 -03:00
Gabriel Grubba
ae307fd269
one more try
2026-04-03 11:53:15 -03:00
Gabriel Grubba
16d941d4a9
DEV: kill sleep
...
DEV: 🚀
DEV: last parallelism test
2026-04-01 23:07:31 -03:00