Nacho Codoñer
3aa9cd271f
add HMR assertions for development and production builds
2025-08-13 14:36:04 +02:00
Nacho Codoñer
d4b1a32d1e
add custom assertions for production client rebuild logs
2025-08-13 14:32:15 +02:00
Nacho Codoñer
b77f59fa42
add custom assertions for production client rebuild logs
2025-08-13 14:29:19 +02:00
Nacho Codoñer
a376762f47
add custom assertions for production client rebuild logs
2025-08-13 14:28:49 +02:00
Nacho Codoñer
b66c48d85d
add test coverage of SWC-TypeScript path aliases for UI and API imports
2025-08-13 13:26:42 +02:00
Nacho Codoñer
42dd571ef8
add verbose logging and TypeScript environment checks
2025-08-13 12:41:15 +02:00
Nacho Codoñer
2668783e1a
refactor tests to include both react and typescript tests
2025-08-12 17:45:03 +02:00
Nacho Codoñer
a79f09809e
refactor Meteor app assertion function to be more flexible
2025-08-12 13:47:51 +02:00
Nacho Codoñer
d9559ffde3
clean
2025-08-08 08:36:19 +02:00
Nacho Codoñer
0752ca8e6a
support build test and add dynamic config reloading mechanism for meteor builds
2025-08-08 08:35:32 +02:00
Nacho Codoñer
af2f32cfbd
refactor waitForPlaywrightConsole helper
2025-08-07 17:55:41 +02:00
Nacho Codoñer
9a73cca587
support test in watch mode in rspack integration
2025-08-07 17:43:16 +02:00
Nacho Codoñer
2efee8dddc
support test in rspack integration
2025-08-07 17:14:37 +02:00
Nacho Codoñer
520e5b897f
describe test better
2025-08-07 16:39:54 +02:00
Nacho Codoñer
75b5aa83c2
ad wait margin for Rspack rebuild testing stability
2025-08-07 16:38:05 +02:00
Nacho Codoñer
6b2ca8dd2e
support rebuild testing for Meteor-rspack integration
2025-08-07 16:33:51 +02:00
Nacho Codoñer
170f4bf872
add jest setup file to improve test logging
2025-08-07 11:51:23 +02:00
Nacho Codoñer
aecc1a0fac
enable React app creation and bundling tests
2025-08-07 11:38:01 +02:00
Nacho Codoñer
8d95579c7b
add file existence assertions for Meteor React app builds
2025-08-07 11:33:07 +02:00
Nacho Codoñer
a3d4bc4e34
test meteor run on production
2025-08-07 11:07:54 +02:00
Nacho Codoñer
e577580899
enhance test helpers for Meteor modern test suite
2025-08-07 10:52:04 +02:00
Nacho Codoñer
5142182c1d
refactor test helpers for Meteor modern test suite
2025-08-06 20:45:13 +02:00
Nacho Codoñer
3654abf429
add basic working Jest suite with playwright integrated
2025-08-06 17:07:19 +02:00
Nacho Codoñer
8db3451841
add basic working Jest suite to load and test Meteor apps
2025-08-06 14:50:00 +02:00
Nacho Codoñer
8d561a4af6
add optional verbose logging for entry file configurations
2025-07-29 17:36:58 +02:00
Nacho Codoñer
483048ba77
add Rspack helpers and ensure rspack outputs are ignored from Meteor processing
2025-07-23 15:16:29 +02:00
Nacho Codoñer
ede0252a42
Merge branch 'release-3.3.1' into modern-bundler-integration
2025-07-23 14:16:53 +02:00
Nacho Codoñer
ee1697a66c
update build context names from _rspack to _build
2025-07-23 14:16:37 +02:00
Nacho Codoñer
a76cb732a2
Merge pull request #13736 from meteor/npm-mongo-legacy
...
npm-mongo-legacy for backwards compatibility with Mongo 3.6
2025-07-21 14:07:23 +02:00
italo jose
f531fcca04
feat: removing unecessarly code
2025-07-16 09:20:26 -03:00
italo jose
4fd3c5d51f
refactor: adjust constraint handling for npm-mongo-legacy package in ProjectConstraintsFile
2025-07-15 15:32:12 -03:00
Nacho Codoñer
4bb800119a
Merge pull request #13844 from meteor/babel-fallback-acorn
...
Use the Babel parser as a fallback when Acorn can’t parse code
2025-07-09 18:19:26 +02:00
Nacho Codoñer
cc48324fd0
ensure babel parser is used when acorn can't handle the parsing
2025-07-09 15:22:52 +02:00
italo jose
5194300ad2
refactor help text and update test for command matching
2025-07-08 18:43:17 -03:00
italo jose
735c81d66b
fix help documentation formatting and add missing admin commands
2025-07-08 18:43:17 -03:00
Nacho Codoñer
7712f16f29
Merge branch 'release-3.3.1' into meteorvite-update-skeletons
2025-07-08 17:31:06 +02:00
Nacho Codoñer
986a4d3292
prefer copy from local skeleton if exists
2025-07-07 17:26:52 +02:00
Nacho Codoñer
6d1887c879
upgrade cordova to latest deps
2025-07-07 16:29:16 +02:00
Nacho Codoñer
ace86628da
Merge pull request #13833 from JorgenVatle/modernize-solid-skeleton
...
Ensure Solid skeleton app's Vite config file is loaded using ESM over CJS.
2025-07-07 15:09:27 +02:00
Nacho Codoñer
b3c1cd5e19
Merge pull request #13832 from JorgenVatle/modernize-vue-skeleton
...
Modernize & update Vue skeleton app to address potential CJS interop exceptions
2025-07-07 15:07:42 +02:00
Italo José
1a420ee213
Update tools/static-assets/skel-vue/server/entry-meteor.js
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-07 09:11:08 -03:00
Italo José
edaf6616ff
Update tools/static-assets/skel-vue/client/entry-meteor.js
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-07 09:11:00 -03:00
Italo José
427ae4d0b9
Update tools/static-assets/skel-solid/client/entry-meteor.js
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-07 09:10:43 -03:00
Italo José
85a61d7818
Update tools/static-assets/skel-solid/server/entry-meteor.js
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-07 09:10:29 -03:00
Jørgen Vatle
8214e3cf94
Enable SWC for Vue skeleton app
2025-07-06 22:06:59 +03:00
Jørgen Vatle
96bd00c928
Add docblocks to empty meteor-entry.js modules with some general information about their purpose.
2025-07-06 20:48:16 +03:00
Jørgen Vatle
efb7961a3e
Move client main.css file into imports/ui to avoid potential confusion when imported explicitly.
...
I believe Meteor will by default process all .css files within the client directory. If the user adds a direct import for this file, it could end up getting processed twice - once by Meteor and a second time by Vite.
I assume it's likely that users will end up including an explicit import as it is a requirement if they end up adding TailwindCSS to their app.
2025-07-06 20:45:26 +03:00
Jørgen Vatle
dc20c497d0
Follow same filepath convention for client main module as with the server
2025-07-06 20:36:42 +03:00
Jørgen Vatle
c9dbbfce36
Use .mjs for Solid.js skeleton app's Vite config
2025-07-06 20:26:37 +03:00
Jørgen Vatle
eca2530f45
Add further info and clarification about the use and purpose of the empty entry-meteor.js modules.
2025-07-06 20:21:59 +03:00