Nacho Codoñer
9ebb9763bb
refine meteor create documentation: clarify options and add details for --from-branch and --from-dir.
2026-03-25 17:07:28 +01:00
Nacho Codoñer
b29a15b482
add support for --from-branch option in meteor create command
2026-03-25 16:48:17 +01:00
Nacho Codoñer
1e9473f9ea
remove unused refresh option from CLI commands
2026-03-25 16:40:00 +01:00
Nacho Codoñer
630900294b
refactor validateExamplesData to support custom warning function via options
2026-03-25 16:34:37 +01:00
Nacho Codoñer
edc28739e7
refactor examples tests: replace assert with expect and switch to CommonJS syntax
2026-03-25 16:31:38 +01:00
Nacho Codoñer
c27a42ae79
include Meteor version in CLI examples list
2026-03-25 16:30:03 +01:00
Nacho Codoñer
c65602e8e2
prioritize network over cache for examples retrieval; add fallback mechanism to cached data.
2026-03-25 16:27:18 +01:00
Nacho Codoñer
a0ad998867
enhance error reporting in CLI examples command and update examples branch reference
2026-03-25 16:16:27 +01:00
Nacho Codoñer
21f97fa1f7
add E2E test for meteor create --list and --example
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 15:51:04 +01:00
Nacho Codoñer
e1085cb8e1
wire commands.js to new examples module and remove old example code
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 15:49:52 +01:00
Nacho Codoñer
b5888eaea2
add Meteor app validation for create command
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 15:47:05 +01:00
Nacho Codoñer
4338bcfd67
add example resolution and clone utilities
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 15:46:58 +01:00
Nacho Codoñer
003c109d9b
add getExamples orchestrator with cache-first strategy
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 15:45:44 +01:00
Nacho Codoñer
7e61143ae9
add examples cache read/write
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 15:45:36 +01:00
Nacho Codoñer
ee63a89a02
add examples module with constants and data validation
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 15:44:27 +01:00
Nacho Codoñer
db3a703f54
Merge branch 'devel' into release-3.4.1
2026-03-24 12:23:50 +01:00
Nacho Codoñer
60cdbb668a
Merge pull request #14079 from sanki92/fix/css-fragment-identifier-warning
...
fix: skip CSS fragment identifiers in module warnings
2026-03-24 12:10:19 +01:00
Nacho Codoñer
23f0c269d2
Merge pull request #14062 from wreiske/copilot/improve-performance-meteor
...
perf: Cache regex patterns in utils.js to eliminate recompilation overhead
2026-03-24 12:06:34 +01:00
Nacho Codoñer
6190170293
Merge pull request #14058 from sanki92/fix-rhel8-vscode-nsfw
...
fix: Lazy-load vscode-nsfw to support RHEL 8
2026-03-24 12:03:58 +01:00
Nacho Codoñer
48d7060f83
Merge pull request #14085 from welkinwong/chore-server-render-typescript
...
chore(server-render): add optional cookies property to CategorizedRequest type
2026-03-24 12:00:55 +01:00
Nacho Codoñer
f533e6339b
Merge pull request #14251 from dupontbertrand/docs/community-cluster
...
docs: add dupontbertrand:cluster to community packages
2026-03-24 11:21:12 +01:00
Nacho Codoñer
cd6680b0a7
Merge branch 'devel' into docs/community-cluster
2026-03-24 11:13:20 +01:00
Nacho Codoñer
2261f3edee
Merge pull request #14250 from dupontbertrand/docs/community-mail-preview
...
docs: add dupontbertrand:mail-preview to community packages
2026-03-24 11:10:21 +01:00
dupontbertrand
494290612b
docs: add dupontbertrand:cluster to community packages
...
- Add documentation page for dupontbertrand:cluster, a Meteor 3
compatible fork of meteorhacks:cluster
- Add entry to community packages index under new Scaling / Clustering
category
- Add sidebar navigation entry
2026-03-23 23:24:50 +01:00
dupontbertrand
ef6b2fe795
docs: add dupontbertrand:mail-preview to community packages
...
Add documentation page for the mail-preview package, a zero-config
dev-mode email preview UI that captures outgoing emails and displays
them at /__meteor_mail__/.
Ref: https://forums.meteor.com/t/built-in-mail-preview-ui-for-dev-mode/64489
2026-03-23 23:13:19 +01:00
Nacho Codoñer
6a2dbfb55b
Merge pull request #13774 from imajus/devel
...
Update mongo.d.ts
2026-03-23 16:42:26 +01:00
Nacho Codoñer
c121868370
Merge branch 'devel' into release-3.4.1
2026-03-20 17:14:23 +01:00
Nacho Codoñer
3cd7836d99
Merge pull request #14219 from meteor/dev-bundle-22.22.1.0
...
Update to Node v22.22.1
2026-03-20 17:13:18 +01:00
Italo José
86bdc07e1a
Merge pull request #14040 from meteor/dependabot/github_actions/actions/github-script-8
...
build(deps): bump actions/github-script from 6 to 8
2026-03-20 10:55:26 -03:00
felippeximenes
9269deeba0
docs: add Windows PowerShell note about .\meteor and 7-Zip
2026-03-20 09:40:24 -03:00
Nacho Codoñer
049d9cbd64
Merge pull request #14225 from dupontbertrand/fix/server-node-options-quoted
...
fix: handle quoted values in SERVER_NODE_OPTIONS
2026-03-20 12:55:10 +01:00
Nacho Codoñer
4f1a8673ab
re-run checks
2026-03-20 12:43:22 +01:00
Nacho Codoñer
277eb345be
Merge branch 'release-3.4.1' into dev-bundle-22.22.1.0
2026-03-20 12:07:00 +01:00
Nacho Codoñer
19d9a60ba9
Merge branch 'release-3.4.1' into fix/server-node-options-quoted
2026-03-20 10:42:19 +01:00
Nacho Codoñer
253e91412d
Merge branch 'devel' into release-3.4.1
2026-03-20 10:42:01 +01:00
Nacho Codoñer
5049f9d70a
Merge branch 'release-3.4.1' into fix/server-node-options-quoted
2026-03-20 10:41:46 +01:00
dupontbertrand
4430c2135d
Preserve Windows backslash paths in splitQuotedArgs and document quoted values support
...
Backslash now only escapes meaningful characters (spaces, quotes, other
backslashes), so Windows paths like C:\temp\file.js are preserved.
Adds 2 Windows-path tests and a doc note in commandline.md.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-20 10:36:25 +01:00
Nacho Codoñer
2001382fc0
Merge pull request #14241 from dupontbertrand/docs/rspack-css-modules
...
docs: add CSS Modules section to rspack bundler integration
2026-03-20 09:29:44 +01:00
dupontbertrand
f95cab0e54
docs: add CSS Modules section to rspack bundler integration guide
...
The CSS Modules setup was missing from the rspack documentation,
causing confusion for users trying to use .module.css files with
TypeScript projects.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-20 00:57:42 +01:00
Nacho Codoñer
366bf354a2
bump @meteorjs/rspack to version 1.1.0-beta.31 in all templates and constants
2026-03-19 12:11:11 +01:00
Nacho Codoñer
54f4b478f3
[Rspack][CI] Add warning for NPM_LINK_RSPACK in tests and CI logs
2026-03-19 11:57:13 +01:00
Nacho Codoñer
f61bcbe4fd
improve error handling in E2E test assertion for missing files
2026-03-19 11:34:02 +01:00
Nacho Codoñer
79f1c05d6d
re-run checks
2026-03-19 10:16:06 +01:00
Nacho Codoñer
4077c95108
Merge branch 'devel' into release-3.4.1
2026-03-18 11:28:16 +01:00
Nacho Codoñer
0518a07b7f
Merge pull request #14233 from meteor/swc-config-improvements
...
[Rspack] Add support for `swc.config.ts` in docs and improve SWC configuration
2026-03-18 11:27:50 +01:00
Nacho Codoñer
7a29dd9aa0
update E2E_COVERAGE.md to clarify @swc/core usage as type-only import in swc.config.ts
2026-03-17 17:43:24 +01:00
Nacho Codoñer
5939e86823
Merge remote-tracking branch 'origin/swc-config-improvements' into swc-config-improvements
2026-03-17 17:41:43 +01:00
Nacho Codoñer
d307c9c1eb
update E2E_COVERAGE.md to document swc.config.ts and extended TypeScript SWC scenarios
2026-03-17 17:41:35 +01:00
Nacho Codoñer
fbe1adad32
Merge pull request #14150 from sanki92/fix-issue-14033-swc-config-ts
...
[Rspack][SWC] fix: add support for swc.config.ts in meteor 3.4
2026-03-17 17:36:39 +01:00
Nacho Codoñer
753b22e6df
add support for swc.config.ts in docs and improve SWC configuration handling
2026-03-17 17:27:44 +01:00