Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try to merge with master #2

Closed
wants to merge 23 commits into from
Closed

Conversation

zommerberg
Copy link
Owner

Please don't delete this checklist! Before submitting the PR, please make sure you do the following:

  • It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. For large changes, please create an RFC: https://github.com/sveltejs/rfcs
  • This message body should clearly illustrate what problems it solves.
  • Ideally, include a test that fails without this PR but passes with it.

Tests

  • Run the tests with pnpm test and lint the project with pnpm lint and pnpm check

Changesets

  • If your PR makes a change that should be noted in one or more packages' changelogs, generate a changeset by running pnpx changeset and following the prompts. All changesets should be patch until SvelteKit 1.0

Rich-Harris and others added 23 commits December 30, 2021 04:40
* replace request.origin/path/query with request.url

* fix some stuff

* typo

* lint

* fix test

* fix xss vuln

* fix test

* gah

* fixes

* simplify

* use pathname+search as key

* all tests passing

* lint

* tidy up

* update types in docs

* update docs

* more docs

* more docs

* more docs

* i would be lost without conduitry

* update template app

* throw useful error when trying to access path/query/origin/page

* $params -> $route.params, only use getters in dev, remove the word "deprecate"

* update docs

* finish updating load input section

* update

* make this section less verbose

* move url into $route

* update some docs

* rename route store back to page

* throw errors on accessing $page.path etc

* fix types

* fix some docs

* fix migrating docs

* decode path, strip prefix

* tidy up

* remove comment

* lint

* Update documentation/docs/05-modules.md

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>

* Update documentation/migrating/04-pages.md

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
* replace request.origin/path/query with request.url

* fix some stuff

* typo

* lint

* fix test

* fix xss vuln

* fix test

* gah

* fixes

* simplify

* use pathname+search as key

* all tests passing

* lint

* tidy up

* update types in docs

* update docs

* more docs

* more docs

* more docs

* i would be lost without conduitry

* update template app

* throw useful error when trying to access path/query/origin/page

* $params -> $route.params, only use getters in dev, remove the word "deprecate"

* update docs

* finish updating load input section

* update

* make this section less verbose

* move url into $route

* update some docs

* rename route store back to page

* throw errors on accessing $page.path etc

* fix types

* fix some docs

* fix migrating docs

* decode path, strip prefix

* tidy up

* remove comment

* lint

* update adapters

* changeset

* error if adapter provides wrong input

* changeset

* Update documentation/docs/05-modules.md

* Update documentation/migrating/04-pages.md

* remove unused code
* docs(adapter-cloudflare): Clarify workers integration

* Update packages/adapter-cloudflare/README.md

Co-authored-by: Rich Harris <hello@rich-harris.dev>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* bundle kit renderer alongside app

* remove kit.js from repo

* changeset
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* revert to v1 filesystem API

* changeset
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* add error getters in prod mode, at least for now

* changeset
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* use vite.watcher instead of cheap-watch

* remove some indirection

* remove some more indirection

* more simplifying

* simplify

* lint

* remove code that apparently doesnt do anything

* apparently no longer necessary

* typecheck

* tests passing

* move plugin into separate module

* remove cheap-watch

* update lockfile

* revert versions in create-svelte
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* [chore] do all server building in one file

* Update packages/kit/src/core/build/build_server.js

* Update packages/kit/src/core/build/build_server.js

Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
* error readable store

* remove error store

* include status and error in page store

* changeset

Co-authored-by: Rich Harris <hello@rich-harris.dev>
* fix rest sorting for endpoints and pages

* changeset

Co-authored-by: Rich Harris <hello@rich-harris.dev>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@zommerberg zommerberg closed this Jan 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants