Commit Graph

39610 Commits

Author SHA1 Message Date
Nacho Codoñer
f098196b77 Merge branch 'modern-config' into modern-watcher-config 2025-04-30 12:04:35 +02:00
Nacho Codoñer
1df9b486fc ensure modern also activate web arch-only compilation 2025-04-30 12:03:50 +02:00
Nacho Codoñer
0a146146fe update docs for the new watcher control 2025-04-30 11:43:14 +02:00
Nacho Codoñer
7660f0a35c refactor the modern config to apply all modern changes through a single setting 2025-04-30 11:28:19 +02:00
Nacho Codoñer
b56957ea84 Merge pull request #13708 from meteor/3.3-docs
Meteor 3.3 & Bundler Docs
2025-04-30 11:05:53 +02:00
Nacho Codoñer
ff45143f78 Merge pull request #13707 from meteor/symlink-support
Symlink support on new watcher
2025-04-30 09:49:03 +02:00
Welkin Wong
14a35d449f fix: handle all-zero versions in modern browser detection (#13712) 2025-04-28 06:51:53 -03:00
Nacho Codoñer
ee93b1e978 Merge pull request #13711 from meteor/favor-reify-transpile
Favor Reify transpile in SWC all time
2025-04-26 08:00:07 +02:00
Welkin Wong
43af635d1b Bump mongodb dependency to version 6.16.0 in npm-mongo package (#13710) 2025-04-25 15:55:09 -03:00
Nacho Codoñer
7e49bca0e8 favor reify transpile all time 2025-04-25 20:01:03 +02:00
Nacho Codoñer
90b5ccc576 don't ignore node_modules in packages linked externally 2025-04-25 10:19:13 +02:00
Nacho Codoñer
b013c3e33e implement rewatching polling strategy 2025-04-25 09:42:10 +02:00
Nacho Codoñer
962584a814 clean 2025-04-24 18:28:55 +02:00
Nacho Codoñer
2ba043fc8a add starting with Meteor 3.3 on bundler docs 2025-04-24 18:12:38 +02:00
Nacho Codoñer
ebf733b4bb add new watcher docs and update changelog with internal and breaking changes 2025-04-24 18:07:44 +02:00
Nacho Codoñer
6024cbe773 update 3.3.0 changelog to describe latest changes and feedback 2025-04-24 16:59:20 +02:00
Nacho Codoñer
c1e454df55 improve SWC docs addressing feedback 2025-04-24 16:34:18 +02:00
Nacho Codoñer
37d54c441d remove unused imports 2025-04-24 15:37:55 +02:00
Nacho Codoñer
7460064bf3 allow .swcrc override jsc.parser values 2025-04-24 14:10:21 +02:00
Nacho Codoñer
3fcfc8c5f3 fix a test supporting non-npm node_modules watching 2025-04-24 11:04:43 +02:00
Nacho Codoñer
eaf78bca81 fix a test supporting non-npm node_modules watching 2025-04-24 11:03:25 +02:00
Nacho Codoñer
1995445b7b avoid register several watchers when polling 2025-04-24 10:20:43 +02:00
Nacho Codoñer
4a0e423d06 avoid register several watchers when polling 2025-04-24 10:09:58 +02:00
Nacho Codoñer
253dccef7b support symlinks with polling in direct node_modules packages 2025-04-24 09:55:32 +02:00
Nacho Codoñer
ad7fb255f5 support symlinks with polling 2025-04-24 08:51:50 +02:00
Nacho Codoñer
9a2e39fce9 re-run checks 2025-04-23 14:14:09 +02:00
Nacho Codoñer
f97175fb54 Merge pull request #13706 from meteor/dev-bundle-22.15.0.0
Node 22.15.0
2025-04-23 13:59:12 +02:00
Nacho Codoñer
413dbe8175 Merge branch 'release-3.3' into dev-bundle-22.15.0.0 2025-04-23 13:59:06 +02:00
Nacho Codoñer
518a04c293 Merge pull request #13699 from meteor/parcel-watcher-support
Support @parcel/watcher as the watcher alternative
2025-04-23 13:58:32 +02:00
Nacho Codoñer
c2dcae2d39 ensure old tests can exit properly on using the new closeAllWatchers 2025-04-23 12:44:07 +02:00
Nacho Codoñer
dc17c9003f ensure old tests can exit properly on using the new closeAllWatchers 2025-04-23 12:39:16 +02:00
Nacho Codoñer
69e6e55ba3 disable symbolic link node_module watching since was not originally supported and covered by tests 2025-04-23 12:06:35 +02:00
Nacho Codoñer
76428cfdb2 early exit on .meteor/local context 2025-04-23 11:25:08 +02:00
Nacho Codoñer
5933b9ac84 watch node_modules outside npm context to fix a test and avoid regression (keep performance gains) 2025-04-23 11:17:45 +02:00
Nacho Codoñer
1e39167d93 re-run checks 2025-04-23 10:33:36 +02:00
Nacho Codoñer
677ed084fa upgrade Node to latest 22.15.0 2025-04-23 10:24:16 +02:00
Nacho Codoñer
2a4728fe6c clean logs 2025-04-23 10:07:21 +02:00
Nacho Codoñer
2338850138 watch properly add/delete events 2025-04-23 10:04:24 +02:00
Nacho Codoñer
a50f07b780 remove LRU on file replacement since finally was not needed to fix an issue 2025-04-23 09:05:21 +02:00
Nacho Codoñer
e4a057cf7f ensure to mark a path as being subscribed beforehand to avoid parallel repeated subscriptions to the same folder context 2025-04-23 08:58:02 +02:00
Nacho Codoñer
990bf2c0aa Merge pull request #13705 from meteor/rm-recursive-deferred
Remove recursive deferred in bundler code
2025-04-22 22:43:11 +02:00
Nacho Codoñer
aef8816353 Merge pull request #13702 from meteor/sqlite-enhancements
SQLite 3 improvements for offline catalog
2025-04-22 22:42:27 +02:00
Nacho Codoñer
59e2cb968a Merge pull request #13698 from meteor/exclude-legacy-often
Skip compilation for excluded archs further
2025-04-22 22:42:01 +02:00
Nacho Codoñer
90cf947d52 improve global includedWebArchs for later compilation 2025-04-22 18:04:39 +02:00
Nacho Codoñer
79a91702e2 clean logs 2025-04-22 17:34:02 +02:00
Nacho Codoñer
a53781d852 apply broadly the rm_recursive_deferred strategy 2025-04-22 17:32:59 +02:00
italo jose
efe346f3fa builder: removing files async 2025-04-22 17:02:16 +02:00
Nacho Codoñer
ab067c7e78 fix issue with memory by ensure unsubscribing all watchers 2025-04-22 16:39:53 +02:00
Nacho Codoñer
fe36f5ed70 fix 2025-04-21 19:21:48 +02:00
Nacho Codoñer
d6f52c3e77 use polling on CI as using a linux env with inotify backend 2025-04-21 19:16:28 +02:00