Commit Graph

  • aa9a72c171 better errors for sync-in-async S. Elliott Johnson 2025-09-11 13:34:45 -0600
  • f1c0634733 naming S. Elliott Johnson 2025-09-11 12:52:56 -0600
  • 808fbb4989
    chore: inline `suspend` (#16755) Rich Harris 2025-09-11 11:49:14 -0400
  • d6c7f58e69 chore: remove snippet and is_async S. Elliott Johnson 2025-09-11 09:44:28 -0600
  • df13be8727
    Version Packages (#16754) svelte@5.38.10 github-actions[bot] 2025-09-11 11:30:50 -0400
  • 0bc347f4d7 invert condition #16755 Rich Harris 2025-09-11 11:06:31 -0400
  • ec135af114 chore: inline `suspend` Rich Harris 2025-09-11 11:04:26 -0400
  • bb6b491096 Version Packages #16754 github-actions[bot] 2025-09-11 15:00:36 +0000
  • 20edfe1093
    Merge branch 'main' into defer-effects-in-pending-boundary Simon H 2025-09-11 17:00:16 +0200
  • 72ce753278
    fix: flush effects scheduled during boundary's pending phase (#16738) Rich Harris 2025-09-11 10:58:56 -0400
  • 0b5bcc891e
    chore(deps-dev): bump vite from 5.4.19 to 5.4.20 (#16749) dependabot[bot] 2025-09-10 21:29:26 -0400
  • 2c11a3766e
    chore(deps-dev): bump vite from 5.4.19 to 5.4.20 #16749 dependabot[bot] 2025-09-11 01:25:24 +0000
  • 96a4b16842
    Version Packages (#16744) svelte@5.38.9 github-actions[bot] 2025-09-10 21:22:12 -0400
  • fa352b2f07 Version Packages #16744 github-actions[bot] 2025-09-11 01:12:32 +0000
  • 558a3c963b
    fix: transform input defaults from spread (#16481) dai 2025-09-11 03:10:45 +0200
  • fbfbbb32af tweak #16481 Rich Harris 2025-09-10 21:06:45 -0400
  • e10a0e99aa oops Rich Harris 2025-09-10 21:02:03 -0400
  • 318c345126 undo comment change, to minimise diff Rich Harris 2025-09-10 21:01:05 -0400
  • caafd6494e tweak Rich Harris 2025-09-10 20:58:59 -0400
  • 3610077cc4 drive-by: remove unused export Rich Harris 2025-09-10 20:50:14 -0400
  • dc49874fb1 tweak Rich Harris 2025-09-10 20:47:49 -0400
  • e8a9d5d215 tweak Rich Harris 2025-09-10 20:46:29 -0400
  • 2743cd0fe5
    fix: correctly analyze `<object.property>` components (#16711) ComputerGuy 2025-09-10 17:20:04 -0700
  • 2de7ba1185 add test #16711 Rich Harris 2025-09-10 20:14:47 -0400
  • d2f723a7da regenerate Rich Harris 2025-09-10 19:30:00 -0400
  • b8c6b6c553 fix: issue `state_proxy_unmount` warning when unmounting a state proxy Rich Harris 2025-09-10 19:24:06 -0400
  • f09f25e6a3
    fix: Don't destroy boundary contents on error unless the boundary is an error boundary (#16746) Elliott Johnson 2025-09-10 16:29:31 -0600
  • cdd556b341 oops #16746 S. Elliott Johnson 2025-09-10 16:21:00 -0600
  • ddc421e6a9 simplify test Rich Harris 2025-09-10 18:05:22 -0400
  • 9e6f4853b8 prettier Rich Harris 2025-09-10 18:00:58 -0400
  • cd803e4900 prettier Rich Harris 2025-09-10 18:00:02 -0400
  • e3b0f80b7c chore: Update a bunch of tests for hydration markers S. Elliott Johnson 2025-09-10 15:54:14 -0600
  • 89fdc02004 test S. Elliott Johnson 2025-09-10 15:53:15 -0600
  • de90d0eb9b changeset S. Elliott Johnson 2025-09-10 15:37:50 -0600
  • 60df096960 fix: Don't destroy contents of boundaries on errors if they're not error boundaries S. Elliott Johnson 2025-09-10 15:33:34 -0600
  • 68d27f1c4f
    chore: generate CSS hash using the filename (#16740) ComputerGuy 2025-09-10 13:52:11 -0700
  • 8ee268fe78 fix #16740 Rich Harris 2025-09-10 16:46:57 -0400
  • f7d3078773 try this Rich Harris 2025-09-10 15:26:13 -0400
  • 38bcade6d3 chore: remove actions-permissions monitor #16745 Rich Harris 2025-09-10 15:09:47 -0400
  • da0835243b
    Remove actions-permissions monitor from release.yml Rich-Harris-patch-1 Rich Harris 2025-09-10 15:08:27 -0400
  • c96860e320 slightly kludgy fix Rich Harris 2025-09-10 13:46:28 -0400
  • a2dc8c990b fix all tests but one Rich Harris 2025-09-10 12:59:31 -0400
  • f41dad7222 failing test Rich Harris 2025-09-10 12:33:08 -0400
  • f343b00cc6
    fix: clean up scheduling system (#16741) Simon H 2025-09-10 18:32:09 +0200
  • e36137d161 add async-effect-after-await test #16738 Rich Harris 2025-09-10 08:18:54 -0400
  • 67fd61c764 fix: clean up scheduling system #16741 Simon Holthausen 2025-09-10 10:49:06 +0200
  • 3960dda74a chore: generate CSS hash using the filename ComputerGuy 2025-09-09 22:39:28 -0700
  • bcd3acad21 simpler fix Rich Harris 2025-09-09 22:22:22 -0400
  • 7e6a3bfea8 fix: flush effects scheduled during boundary's pending phase Rich Harris 2025-09-09 22:05:25 -0400
  • 8ef7817656
    Merge 03f62876b7 into f778975b76 #16709 Simon H 2025-09-09 21:10:12 -0400
  • 03f62876b7 Merge branch 'main' into boundary-batch-first-run #16709 boundary-batch-first-run Rich Harris 2025-09-09 20:59:30 -0400
  • 602b885bc6 better #16737 elliott/boundary-issues S. Elliott Johnson 2025-09-09 17:09:10 -0600
  • 32b51b286c better S. Elliott Johnson 2025-09-09 17:08:40 -0600
  • 98bd5270f0 failing test S. Elliott Johnson 2025-09-09 17:03:43 -0600
  • 26d6613bfc ALKASJDFALSKDFJ the test passes S. Elliott Johnson 2025-09-09 15:55:51 -0600
  • d4bd8e320b meh S. Elliott Johnson 2025-09-09 14:22:09 -0600
  • 41e26b5a8b checkpoint S. Elliott Johnson 2025-09-09 14:10:02 -0600
  • a30de03242 silly fix S. Elliott Johnson 2025-09-09 11:30:33 -0600
  • 8fdb47d050 fix: preserve key 7nik 2025-09-09 20:15:40 +0300
  • 5d04b3bc2c snapshots S. Elliott Johnson 2025-09-09 10:04:17 -0600
  • f778975b76
    Version Packages (#16734) svelte@5.38.8 github-actions[bot] 2025-09-09 11:57:51 -0400
  • e7bb73761e Version Packages #16734 github-actions[bot] 2025-09-09 15:57:22 +0000
  • 7f9fe99927
    refactor(release): run with node24 and remove NPM_TOKEN to use oidc publish (#16733) Dominik G. 2025-09-09 17:53:35 +0200
  • a8fc627279 Merge remote-tracking branch 'origin' into adjust-boundary-error-message S. Elliott Johnson 2025-09-09 09:49:25 -0600
  • f98aa72b88 remove docs S. Elliott Johnson 2025-09-09 08:47:16 -0600
  • a1225750e5 merge main Rich Harris 2025-09-09 10:31:23 -0400
  • 18dd45640b
    fix: send `$effect.pending` count to the correct boundary (#16732) Rich Harris 2025-09-09 10:28:14 -0400
  • 545903f743 update JSDoc #16732 Rich Harris 2025-09-09 10:21:15 -0400
  • 8418298726 we need that error Rich Harris 2025-09-09 10:19:58 -0400
  • 26e4a4c9bb move error to correct place Rich Harris 2025-09-09 10:11:47 -0400
  • 32aa3355fd refactor(release): run with node24 and remove NPM_TOKEN to use oidc publish #16733 dominikg 2025-09-09 16:06:16 +0200
  • 95400b567e make boundary.pending private, use boundary.is_pending consistently Rich Harris 2025-09-09 10:00:52 -0400
  • 128e158fa8 fix: send `$effect.pending` count to the correct boundary Rich Harris 2025-09-09 09:57:54 -0400
  • 2fc7880835 try this #16729 elliott/effect-pending-correct-boundary Rich Harris 2025-09-08 22:36:40 -0400
  • 380f45725b Merge branch 'elliott/effect-pending-correct-boundary' into adjust-boundary-error-message S. Elliott Johnson 2025-09-08 17:30:05 -0600
  • 3c73cc703a feat: first hydrationgaa S. Elliott Johnson 2025-09-08 17:28:03 -0600
  • f0b01f76ca stuff from upstream S. Elliott Johnson 2025-09-08 17:20:19 -0600
  • bd6a414377 changeset S. Elliott Johnson 2025-09-08 17:19:39 -0600
  • 02b737224e fix: `$effect.pending` sends updates to incorrect boundary S. Elliott Johnson 2025-09-08 17:12:34 -0600
  • 310ac6b704 changeset Simon Holthausen 2025-09-08 23:29:58 +0200
  • dca7f9bc63 enhance test Simon Holthausen 2025-09-08 23:15:23 +0200
  • 7c194acc98 ensure immediate flushing on pending boundaries Simon Holthausen 2025-09-08 22:54:05 +0200
  • 3646c8f66f chore: a bit of transform phase #16517 developer-guide paoloricciuti 2025-09-08 21:37:40 +0200
  • 9373a7ea35 more #16721 ComputerGuy 2025-09-07 15:22:34 -0700
  • d345ecb8b0 more ComputerGuy 2025-09-07 15:13:55 -0700
  • 967b799157 more logging ComputerGuy 2025-09-07 15:05:53 -0700
  • 9be2a38590 logging ComputerGuy 2025-09-07 15:01:21 -0700
  • e11a1afc79 tweak ComputerGuy 2025-09-07 14:56:54 -0700
  • 0aae872112 hmm ComputerGuy 2025-09-07 14:55:12 -0700
  • a7282c9d09 try this ComputerGuy 2025-09-07 14:46:28 -0700
  • cddfdfbcf2 add changeset #16723 baseballyama 2025-09-07 16:53:52 +0900
  • e4a0605c0c fixed? baseballyama 2025-09-07 11:00:31 +0900
  • ec016eb253 fix: emit `each_key_duplicate` error in production 7nik 2025-09-06 19:17:17 +0300
  • 16ae031afb try baseballyama 2025-09-06 17:57:52 +0900
  • d7eadd61a2 rename baseballyama 2025-09-06 17:36:29 +0900
  • be1c3466a1 simple mistake baseballyama 2025-09-06 17:35:36 +0900
  • 72e63f7bba debug baseballyama 2025-09-06 15:40:15 +0900
  • 5ac4ae4465 try to check node version baseballyama 2025-09-06 15:21:21 +0900
  • 27ec7c1334 use ecmaVersion 17 baseballyama 2025-09-06 15:02:28 +0900
  • 2690055ed6 fix?? ComputerGuy 2025-09-05 20:31:05 -0700