Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sveltejs/kit into fix/bas…
Browse files Browse the repository at this point in the history
…ePath

* 'master' of https://github.com/sveltejs/kit: (85 commits)
  [chore] minor simplification of `parse_body` (sveltejs#2043)
  Version Packages (next) (sveltejs#2026)
  [chore] deduplicate config types (sveltejs#2030)
  [chore] remove invalid css declaration (sveltejs#2038)
  [fix] correctly pass Vite options in preview mode (sveltejs#2036)
  [feat] Ignore adapter build files (sveltejs#1924)
  [chore] Upgrade Rollup
  Don't check external links on prerender (sveltejs#1679)
  Version Packages (next) (sveltejs#2017)
  [chore] convert remaining type aliases (sveltejs#2018)
  [feat] explicitly set compilerOptions.hydratable to config.kit.hydrate (sveltejs#2024)
  [feat] More powerful and configurable rendering options (sveltejs#2008)
  [chore] typecheck example (sveltejs#2019)
  Change config `prerender.force` to `prerender.onError` (sveltejs#2007)
  [chore] prefer interfaces to types (sveltejs#2010)
  [docs] minor wording improvement in migration guide (sveltejs#2006)
  [chore] test debugging improvements
  [docs] fix typo (sveltejs#2003)
  [chore] use @ts-expect-error instead of @ts-ignore (sveltejs#1999)
  Version Packages (next) (sveltejs#1996)
  ...
  • Loading branch information
sidharthv96 committed Jul 31, 2021
2 parents 56f7bcc + 3e30a1b commit d1179e2
Show file tree
Hide file tree
Showing 210 changed files with 2,968 additions and 1,560 deletions.
5 changes: 5 additions & 0 deletions .changeset/big-countries-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

Add public API to let adapters update .gitignore
5 changes: 5 additions & 0 deletions .changeset/blue-bees-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

[fix] correctly find links during prerendering
5 changes: 5 additions & 0 deletions .changeset/cool-ducks-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/adapter-node': patch
---

Handle Uint8Array bodies from endpoints
5 changes: 5 additions & 0 deletions .changeset/curvy-dots-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

[chore] prefer interfaces to types
5 changes: 5 additions & 0 deletions .changeset/cyan-parents-enjoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-svelte': patch
---

Simplify component file names
7 changes: 7 additions & 0 deletions .changeset/dry-jokes-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@sveltejs/adapter-cloudflare-workers': patch
'@sveltejs/adapter-netlify': patch
'@sveltejs/kit': patch
---

Default body parsing to binary
8 changes: 8 additions & 0 deletions .changeset/dull-numbers-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@sveltejs/adapter-cloudflare-workers': patch
'@sveltejs/adapter-netlify': patch
'@sveltejs/adapter-node': patch
'@sveltejs/adapter-vercel': patch
---

feat(adapters): expose esbuild configuration
7 changes: 7 additions & 0 deletions .changeset/great-guests-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@sveltejs/adapter-cloudflare-workers': patch
'@sveltejs/adapter-netlify': patch
'@sveltejs/kit': patch
---

Update and consolidate checks for binary body types
5 changes: 5 additions & 0 deletions .changeset/happy-otters-provide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/adapter-netlify': patch
---

Use multivalue headers to set multiple cookies
5 changes: 5 additions & 0 deletions .changeset/heavy-turkeys-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

fix returning null from endpoints
5 changes: 5 additions & 0 deletions .changeset/itchy-days-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

[chore] improved typing for runtime and tests
5 changes: 5 additions & 0 deletions .changeset/little-boats-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

feat(config): Friendlier error messages for common errors
5 changes: 5 additions & 0 deletions .changeset/loud-dancers-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

[chore] enable TypeScript strict mode
5 changes: 5 additions & 0 deletions .changeset/mean-pets-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-svelte': patch
---

Add DOM to lib in tsconfig
5 changes: 5 additions & 0 deletions .changeset/modern-news-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

Handle errors with incorrect type
5 changes: 5 additions & 0 deletions .changeset/nervous-items-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

explicitly set compilerOptions.hydratable to config.kit.hydrate
5 changes: 5 additions & 0 deletions .changeset/olive-mayflies-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sveltejs/kit": patch
---

Change `force` to `onError` in prerender config options
5 changes: 5 additions & 0 deletions .changeset/olive-socks-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sveltejs/adapter-netlify": patch
---

return the correct headers
42 changes: 41 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
"beige-bananas-press",
"beige-grapes-love",
"beige-teachers-end",
"big-countries-pump",
"big-garlics-complain",
"blue-apes-type",
"blue-bees-jump",
"blue-cats-mate",
"blue-llamas-exist",
"blue-poets-jam",
Expand Down Expand Up @@ -65,13 +67,18 @@
"cold-llamas-brake",
"cold-panthers-learn",
"cold-pants-unite",
"cool-ducks-cheat",
"cool-hounds-divide",
"cool-spoons-dress",
"curvy-dots-join",
"curvy-eggs-sip",
"curvy-sloths-brake",
"cyan-parents-enjoy",
"cyan-roses-act",
"cyan-seals-trade",
"dirty-ligers-protect",
"dry-jokes-explain",
"dull-numbers-hunt",
"dull-schools-brake",
"dull-tigers-type",
"early-chairs-protect",
Expand Down Expand Up @@ -115,18 +122,21 @@
"gorgeous-radios-tan",
"gorgeous-taxis-smash",
"great-bugs-travel",
"great-guests-visit",
"great-kangaroos-eat",
"great-queens-rule",
"green-spoons-count",
"happy-actors-camp",
"happy-dancers-call",
"happy-nails-draw",
"happy-otters-provide",
"happy-pumas-thank",
"healthy-moons-attend",
"healthy-pumpkins-bathe",
"heavy-humans-check",
"heavy-lamps-explode",
"heavy-papayas-smile",
"heavy-turkeys-report",
"heavy-ways-agree",
"hip-elephants-judge",
"hot-bags-jump",
Expand All @@ -136,6 +146,7 @@
"hungry-masks-cross",
"itchy-beers-burn",
"itchy-birds-admire",
"itchy-days-wonder",
"itchy-lobsters-tie",
"khaki-ears-repeat",
"khaki-lions-sell",
Expand All @@ -158,15 +169,18 @@
"light-kangaroos-tie",
"light-keys-mix",
"light-roses-teach",
"little-boats-allow",
"little-shirts-happen",
"long-bulldogs-invent",
"long-hotels-hunt",
"long-moles-fold",
"loud-dancers-cough",
"loud-seals-remember",
"lovely-apricots-fail",
"lovely-mice-search",
"lucky-bottles-kick",
"mean-bananas-live",
"mean-pets-confess",
"metal-avocados-lie",
"metal-nails-divide",
"metal-tigers-kiss",
Expand All @@ -178,6 +192,7 @@
"modern-donkeys-invite",
"modern-dryers-join",
"modern-moose-greet",
"modern-news-rhyme",
"moody-laws-draw",
"moody-queens-sell",
"nasty-boats-bathe",
Expand All @@ -186,6 +201,7 @@
"neat-olives-hope",
"neat-walls-buy",
"neat-worms-tell",
"nervous-items-kiss",
"nervous-steaks-add",
"nervous-wolves-end",
"new-birds-march",
Expand All @@ -202,6 +218,8 @@
"old-files-jump",
"olive-frogs-drive",
"olive-maps-join",
"olive-mayflies-retire",
"olive-socks-thank",
"orange-boats-love",
"pink-ducks-press",
"pink-poets-begin",
Expand All @@ -221,10 +239,12 @@
"pretty-beans-wash",
"pretty-cycles-learn",
"pretty-drinks-cough",
"pretty-flowers-repair",
"pretty-foxes-attend",
"pretty-kids-watch",
"proud-needles-shake",
"proud-sloths-exercise",
"proud-sloths-talk",
"purple-windows-wink",
"quick-balloons-invite",
"quick-maps-remain",
Expand All @@ -233,7 +253,9 @@
"quiet-mangos-shop",
"quiet-mugs-matter",
"quiet-singers-fly",
"quiet-waves-compete",
"rare-mice-mate",
"rare-pots-invite",
"rare-ways-watch",
"real-bikes-matter",
"real-cherries-exercise",
Expand All @@ -257,19 +279,24 @@
"shaggy-peaches-fry",
"sharp-days-exercise",
"sharp-geckos-beam",
"sharp-hornets-beam",
"sharp-mangos-tickle",
"sharp-pigs-study",
"shiny-teachers-nail",
"short-buttons-mix",
"shy-jeans-fly",
"shy-mails-share",
"silly-grapes-cover",
"silly-jokes-hug",
"silly-phones-worry",
"silver-elephants-tap",
"silver-hounds-clean",
"silver-lemons-fail",
"silver-needles-judge",
"silver-scissors-peel",
"six-geese-study",
"six-rules-collect",
"sixty-rice-cough",
"sixty-terms-decide",
"slow-buses-beam",
"slow-fans-own",
Expand All @@ -286,7 +313,9 @@
"soft-bikes-bake",
"soft-houses-pump",
"soft-students-cover",
"spicy-buckets-draw",
"spicy-geese-accept",
"spicy-jeans-rest",
"spicy-kings-perform",
"spotty-dragons-wait",
"stale-humans-cough",
Expand All @@ -297,20 +326,26 @@
"strong-carrots-work",
"strong-cooks-turn",
"strong-files-obey",
"stupid-bottles-approve",
"stupid-countries-sneeze",
"swift-pumpkins-pump",
"tall-berries-cheer",
"tall-hotels-punch",
"tall-pens-obey",
"tame-dodos-love",
"tame-forks-happen",
"tame-guests-collect",
"tame-kangaroos-rush",
"tame-lobsters-beam",
"tame-rings-cry",
"tasty-cars-love",
"tasty-donkeys-wait",
"ten-mice-kneel",
"ten-plants-sleep",
"tender-buckets-turn",
"thick-meals-attend",
"thick-peas-shop",
"thick-steaks-sneeze",
"thin-avocados-visit",
"thin-coins-move",
"thin-grapes-dance",
Expand All @@ -332,6 +367,7 @@
"tiny-socks-sparkle",
"tiny-starfishes-exist",
"tough-chefs-remember",
"tough-forks-carry",
"tough-lamps-brake",
"tough-news-buy",
"tricky-avocados-smile",
Expand All @@ -349,9 +385,11 @@
"two-ties-begin",
"unlucky-parrots-vanish",
"unlucky-planets-battle",
"unlucky-vans-allow",
"unlucky-wasps-rest",
"violet-goats-wave",
"violet-jars-give",
"violet-mugs-brake",
"violet-spies-play",
"warm-ads-invite",
"warm-cameras-fix",
Expand All @@ -365,6 +403,7 @@
"wicked-items-repair",
"wicked-oranges-share",
"wicked-spies-invite",
"wild-badgers-brake",
"wild-beans-happen",
"wild-clouds-hear",
"wild-cooks-drive",
Expand All @@ -381,6 +420,7 @@
"young-apricots-dance",
"young-beds-bathe",
"young-hairs-cough",
"young-swans-burn"
"young-swans-burn",
"young-ways-fail"
]
}
5 changes: 5 additions & 0 deletions .changeset/pretty-flowers-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

update svelte to 3.40 and vite-plugin-svelte to 1.0.0-next.14
5 changes: 5 additions & 0 deletions .changeset/proud-sloths-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/adapter-node': patch
---

log both host and port
5 changes: 5 additions & 0 deletions .changeset/quiet-waves-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

Handle 4xx and 5xx statuses without requiring `Error` instance
5 changes: 5 additions & 0 deletions .changeset/rare-pots-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sveltejs/kit": patch
---

Don't check external links on prerender
5 changes: 5 additions & 0 deletions .changeset/sharp-hornets-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

[feat] More powerful and configurable rendering options
5 changes: 5 additions & 0 deletions .changeset/shiny-teachers-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

feat(cli): respect NODE_ENV when set by user
5 changes: 5 additions & 0 deletions .changeset/short-buttons-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

Replace return type of Buffer with Uint8Array
5 changes: 5 additions & 0 deletions .changeset/silly-phones-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

Better error messages when something goes wrong while emitting types
5 changes: 5 additions & 0 deletions .changeset/sixty-rice-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

[chore] improved typing on core library
Loading

0 comments on commit d1179e2

Please sign in to comment.