Commit Graph

41327 Commits

Author SHA1 Message Date
Frederico Maia
c14e11df73 Update collections documentation to reflect that new Meteor 3.x projects do not include the autopublish and insecure packages by default. 2026-03-30 22:00:00 -03:00
Frederico Maia
647a61f8b8 Enhance collections documentation by having React and Blaze examples for 'give points' and 'remove' button functionalities, improving clarity and consistency across frameworks. 2026-03-30 21:54:31 -03:00
Frederico Maia
94a1e7cc95 Refactor collections documentation to improve clarity and update examples. 2026-03-30 21:38:35 -03:00
Nacho Codoñer
5d4893f51c Merge pull request #14284 from meteor/add-checkout-pr-script
Implement `checkout-pr` script
2026-03-30 22:12:59 +02:00
Nacho Codoñer
7c72c706f7 refactor checkout:pr script to simplify argument validation and improve error handling 2026-03-30 17:38:33 +02:00
Nacho Codoñer
f2c0f8136a add PR number support to checkout:pr script and enhance usage documentation 2026-03-30 17:36:17 +02:00
Nacho Codoñer
f1a0d26778 sdd SSH fork URL support to checkout:pr script and usage documentation 2026-03-30 14:21:04 +02:00
Nacho Codoñer
7ec1dd5948 add checkout:pr npm script and update documentation usage 2026-03-30 14:17:57 +02:00
Nacho Codoñer
8f8ed8ccb4 support SSH-based fork URLs and add clear error handling for unrecognized repo formats in checkout-pr script 2026-03-30 14:15:28 +02:00
Nacho Codoñer
cbcbd7f200 Merge branch 'devel' into add-checkout-pr-script 2026-03-30 09:56:20 +02:00
Nacho Codoñer
9c9d400260 add checkout-pr script and update documentation for testing fork branches locally 2026-03-30 09:48:43 +02:00
Nacho Codoñer
d8e169ebc0 Merge pull request #14271 from meteor/coderabbit
Add .coderabbit.yml configuration for review automation
2026-03-26 17:47:17 +01:00
Nacho Codoñer
d5b8f6c904 update .coderabbit.yaml to disable review_status 2026-03-26 17:41:57 +01:00
Nacho Codoñer
a99f6e1937 re-run checks 2026-03-26 17:07:22 +01:00
Nacho Codoñer
69f36ab27a update .coderabbit.yaml configuration 2026-03-26 17:03:22 +01:00
Nacho Codoñer
d7638494e7 add .coderabbit.yml configuration for review automation 2026-03-26 16:56:15 +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
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
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
Italo José
08f686e148 Merge pull request #14222 from harryadel/fix/puppeteer-console-output
Fix puppeteer test runner console output
2026-03-17 11:11:55 -03:00
Italo José
62068a95a2 Merge pull request #14223 from harryadel/docs/test-in-console-llm-guidance
Docs: guide LLMs to use test-in-console for package tests
2026-03-17 11:11:43 -03:00
Italo José
34ea87594a Merge branch 'devel' into fix/puppeteer-console-output 2026-03-17 11:10:30 -03:00
Italo José
b9306d12c3 Merge pull request #14153 from harryadel/llms-improvement
Improve LLM Access to Documentation
2026-03-16 18:33:41 -03:00
Italo José
1b848268ea Merge branch 'devel' into llms-improvement 2026-03-16 18:33:38 -03:00
Harry Adel
cec38c47a2 Docs: guide LLMs to use test-in-console/run.sh for package tests
AGENTS.md listed `./meteor test-packages` but not the headless
alternative. That command starts a web server and waits for a browser,
producing no terminal output, which causes LLM agents to hang.

Add `./packages/test-in-console/run.sh` alongside the existing
test-packages command in AGENTS.md with a note explaining the
difference. Also add package name examples and the PUPPETEER_DOWNLOAD_PATH
hint to the testing skill.
2026-03-12 21:12:51 +02:00
Harry Adel
59796fedb0 Fix puppeteer_runner.js using broken msg._text API
When puppeteer was bumped from 20.4.0 to 23.6.0 in d8c8c3db77,
the ConsoleMessage class switched from underscore-prefixed _text
property to ES2022 private #text field, accessible only via
msg.text(). The runner code was never updated, so msg._text is
always undefined and test output silently falls through to the
else branch, printing only "Test number: N" with no actual test
results.

The text variable from msg.text() is already computed on line 15
for the Permissions policy filter — reuse it instead of the
broken msg._text.
2026-03-12 20:53:17 +02:00
Italo José
86a32d9984 Merge pull request #14220 from meteor/docs/wormhole
Add Wormhole to recommended community packages
2026-03-12 09:56:24 -03:00
Jan Dvorak
22ec1c6df9 Add Wormhole to recommended community packages 2026-03-12 10:36:10 +01:00
Harry Adel
9ea6e68c44 Merge branch 'devel' into llms-improvement 2026-03-10 13:49:44 +02:00
Nacho Codoñer
d7f1f0e9ec Merge pull request #14194 from meteor/unit-tests
Unit tests (Jest) for tool and scripts
2026-03-09 13:49:27 +01:00
Harry Adel
db415b2409 Merge branch 'llms-improvement' of github.com:harryadel/meteor into llms-improvement 2026-03-08 12:56:54 +02:00
Harry Adel
ea217a8eeb Apply @italojs changes 2026-03-08 12:56:30 +02:00
Harry Adel
70dde13ac5 Merge branch 'devel' into llms-improvement 2026-03-08 12:49:33 +02:00
Nacho Codoñer
8299d6d541 Update .github/workflows/unit-tests.yml
Co-authored-by: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com>
2026-03-06 14:51:36 +01:00
Nacho Codoñer
8be0b812ec ensure swc resolves properly 2026-03-06 12:02:51 +01:00
Nacho Codoñer
00cd014bb6 update jest.config.js to include additional path ignores and add semver and underscore dependencies 2026-03-06 11:51:38 +01:00
Nacho Codoñer
43e598599b update jest.config.js to include additional path ignores and add semver and underscore dependencies 2026-03-06 10:56:22 +01:00
Nacho Codoñer
e77f075f6e update e2e workflow and add unit tests workflow 2026-03-06 10:50:40 +01:00
Nacho Codoñer
e793bee8e4 switch modern-tests to use SWC instead of Babel for faster builds and simpler configuration 2026-03-06 10:38:10 +01:00
Nacho Codoñer
dda561fc10 add SWC support to Jest configuration and update dependencies 2026-03-06 10:21:26 +01:00
Nacho Codoñer
37ce07b0bf add Jest-based unit and E2E test setup
This commit:
- Introduces `jest` to the dev dependencies.
- Updates AGENTS.md and DEVELOPMENT.md with details about test layers and new commands.
- Adds a `jest.config.js` file targeting specific test directories.
- Splits existing test commands into `npm run test:unit` for unit tests and `npm run test:e2e` for E2E tests.
2026-03-06 09:52:20 +01:00
Nacho Codoñer
fc30a303f4 Merge pull request #14191 from meteor/meteor-rspack-101-patch
Bumps @meteorjs/rspack 1.0.1 and add scripts to handle beta and officials
2026-03-05 14:29:00 +01:00
Nacho Codoñer
9408620358 bump 1.0.1 to be latest and add versioning and publishing scripts for @meteorjs/rspack 2026-03-05 13:47:11 +01:00
Nacho Codoñer
79253fd5b8 bump @meteorjs/rspack to version 1.0.1 across all skeletons and packages. 2026-03-05 13:11:39 +01:00