italo jose
caf327efde
feat: replace ESLint and JSHint with oxfmt for code style checking and formatting
2026-03-25 15:56:46 -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
Italo José
367e97ccba
Merge pull request #14172 from meteor/docs/community-session
...
Docs/community session
2026-03-03 16:43:26 -03:00
Italo José
93bf58af1b
Merge branch 'devel' into docs/community-session
2026-03-03 10:11:45 -03:00
Harry Adel
16e3a45bf2
Merge branch 'devel' into llms-improvement
2026-03-02 23:09:40 +02:00
Nacho Codoñer
b0fe88c4e1
Merge pull request #14043 from harryadel/document-accounts-url
...
Document how to work with hash URLs
2026-03-02 16:31:08 +01:00
Harry Adel
e953da8989
Merge branch 'devel' into document-accounts-url
2026-03-01 23:55:33 +02:00
Harry Adel
78e1d397e6
Replace regex with dynamic import
2026-03-01 23:41:50 +02:00
Harry Adel
d6242fe0da
Get version dynamically
2026-03-01 23:41:24 +02:00
Harry Adel
906a6d67db
Merge branch 'devel' into llms-improvement
2026-03-01 23:07:47 +02:00
Italo José
30bba47ec1
Merge pull request #14173 from meteor/fix/meteor-node-stubs
...
meteor-node-stub: bump bn.js to 4.12.3 and 5.2.3
2026-02-26 18:47:32 -03:00
italo jose
0745487045
chore(package-lock): bump bn.js to 4.12.3 and 5.2.3
...
Update meteor-node-stubs/package-lock.json: upgrade nested bn.js instances (4.12.2 → 4.12.3, 5.2.2 → 5.2.3) and refresh resolved URLs/integrity hashes.
2026-02-26 17:31:48 -03:00
italo jose
faae94ca0f
chore: update contributors.md with two new entries.
2026-02-25 17:26:47 -03:00
italo jose
df6d666796
feat: enhance the contributors page to display technical committee and core maintainers with optional contribution counts.
2026-02-25 17:23:31 -03:00
italo jose
44d6ea84a2
feat: add dynamic contributors page with GitHub data fetching, update navigation, and include rspack and tools-core in the API package listing.
2026-02-25 17:15:29 -03:00
Harry Adel
ded541a7be
Export API reference JSON
2026-02-19 02:40:44 +02:00
Harry Adel
644952bff5
Add absolute URLs to llms.txt
2026-02-19 02:40:26 +02:00
Nacho Codoñer
cd91863658
Merge pull request #14120 from AviraL0013/add-meteor-settings-docs
...
Add METEOR_SETTINGS to deployment documentation
2026-02-17 18:26:05 +01:00
Gabriel Grubba
ef77aba7b5
Merge pull request #14123 from harryadel/v3-docs-migration-and-3.4-updates
...
Improve v3 docs
2026-02-17 12:00:58 -03:00
Harry Adel
bf8be9e360
Deduplicate atmosphere vs npm
2026-02-17 15:47:44 +02:00
Harry Adel
7a982b1449
Merge branch 'devel' into v3-docs-migration-and-3.4-updates
2026-02-17 15:13:17 +02:00
italo jose
9b57987d99
chore(release): bump meteor-node-stubs to 1.2.26
2026-02-13 15:58:51 -03:00
Italo José
5d4e676651
Merge pull request #14138 from sblaisot/update-qs-6.4.2
...
chore(deps): Update meteor-node-stubs to 6.14.2 in meteor-node-stubs …
2026-02-13 15:51:56 -03:00