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

2022/06/07 迄の更新に追従 #81

Merged
merged 152 commits into from
Jun 9, 2022

Conversation

tomoam
Copy link
Member

@tomoam tomoam commented Jun 9, 2022

No description provided.

Vuurvos1 and others added 30 commits May 10, 2022 08:30
* Specificy the base from /paths can be an empty string in the documentation.

* Update packages/kit/types/ambient.d.ts

Co-authored-by: Ignatius Bagus <[email protected]>
* extend test for WebKit: nav back block

Test: "prevents navigation triggered by back button"

False positive? Yes

Reason for failure: The browsers block attempts to prevent navigation on a frame that's never had a user gesture.

* extend test for WebKit: "prevents redirect loops"

False positive? Yes

Reason for failure: Test checked for chrome specific error page.

* extend test for WebKit: client malformed load err

Test: "client-side error from load() is malformed"

False positive? Yes

Reason for failure: The test matched error.stack instead of error.message and WebKit doesn't show the message as the first line of the stack trace

* extend 3 tests for WebKit (update tab key)

Tests:
1. 'resets focus'
2. 'focus works if page load has hash'
3. 'focus works when navigating to a hash on the same page'

False positives? Yes

Reason for failure: "Press tab to highlight each item on a webpage" accessibility setting is turned off in Playwright. Need to use Alt+Tab for WebKit instead.

* extend test for WebKit: headers

Test: "includes correct page request headers"

False positive? Yes

Reason for failure: Test targeted headers that Safari doesn't support.

* extend test for WebKit: goto loads stuff

Test: "should load stuff after reloading by goto"

False positive? Yes

Reason for failure: module flag wasn't reset between playwright runs
* add hint for adapter-node custom server to migration guide

* Combine paragraphs in migration guide custom server section

As suggested by benmccann

Co-authored-by: Ben McCann <[email protected]>

Co-authored-by: Ben McCann <[email protected]>
* generate tsconfig when running svelte-kit package

* Update packages/kit/src/packaging/index.js

Co-authored-by: Ben McCann <[email protected]>

Co-authored-by: Ben McCann <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* prevent naive path normalisation during prerendering - fixes #4758

* changeset

* lockfile

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

* remove incorrect test script

Co-authored-by: Ben McCann <[email protected]>
…velte-kit preview` (#4751)

* add "did you mean" 404 response when requesting unprefixed path in svelte-kit preview - closes #2838

* changeset

* dont normalize path suggestions in preview
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: fix: more relyable typings of config.kit.prerender.entries

* Create changeset file

* Update .changeset/long-turkeys-boil.md

Co-authored-by: Ben McCann <[email protected]>

Co-authored-by: Ben McCann <[email protected]>
* [fix] stop flash of unstyled content when using CSS flavours

* Create cuddly-knives-learn.md

* fix

Co-authored-by: Rich Harris <[email protected]>
…722 (#4890)

* append function redirects after copying existing redirects - fixes #4722

* Update .changeset/ninety-books-jam.md

* add explanatory comment
* wrangler 2 support

* update demo wrangler.toml

* changeset

* Update .changeset/little-pots-rule.md

* empty commit

* note wrangler 2 dependency
* ensure correct link is highlighted in docs nav

* make more reliable
* initial working BodyValidator

* delegate body generic validation

* enable previously failing test

* update failing tests

* delegate to BodyValidator

* add validator in private dts

* add notes

* add changeset
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* prevent scroll when resetting page focus

* changeset
* Added runtime option

* Added support for ESM

* Renamed runtime to nodeVersion

* Added warning

* Changeset

* Added note to readme

* Readme with spaces instead of tabs

* Detect node version automatically

* put check inside get_node_version

* use esm everywhere, base target on env for v1 output as well as v3

Co-authored-by: Rich Harris <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
renovate bot and others added 28 commits May 26, 2022 14:11
…#5111)

* update adapter entrypoint typings to be NodeNext-compatible (closes #5110)

* Create lemon-timers-deliver.md

* Update lemon-timers-deliver.md

Co-authored-by: Rich Harris <[email protected]>
…(#5116)

* [fix] remove hack breaking 'fetch' with Undici / CF Wrangler (#5109)

* Create perfect-kiwis-sneeze.md

Co-authored-by: Rich Harris <[email protected]>
* robustify error handling

* bump vite-plugin-svelte

* remove hot.optimistic override

* try to fix typechecking errors
* failing test

* simple yet breaking oversight

* add changeset
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* revert #5012

* include packaging test changes from #5120

* update deps

* update lockfile

* changeset

* lint

* ffs try this

* include indirect dependencies in duplicates check
* allow symlinked assets

prettier

skip test on windows

Revert "skip test on windows"

This reverts commit f8e55e6245d53a03603218bc087c280bd1c3e20e.

skip test completely

* fix windows path

* fix

* i guess we need to recurse

* note to self

* fix some stuff

Co-authored-by: Rich Harris <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* [docs] fallback clarification

* Update packages/adapter-static/README.md

Co-authored-by: Rich Harris <[email protected]>

Co-authored-by: Rich Harris <[email protected]>
* start implementing no-js search page

* fixes

* tweaks

* dont attempt to prerender /search

* fix double animation

* fix unrelated styling bug

* fixes

* spellcheck=false

* make highlights a bit more soothing

* refactor

* structure search results as a tree

* tweak styles

* style tweaks

* export inited

* fixes
* Added page-endpoint test

* Fixed url manipulation

* Added changeset

* make test fail without this PR

* prevent accessing /__data.json for standalone endpoint

* add changeset

Co-authored-by: Rich Harris <[email protected]>
* [breaking] introduce KitConfig type and use it in adapters

* drop breaking adapter change

* rename KitConfig to UserConfig

* Revert "rename KitConfig to UserConfig"

This reverts commit c0bcc3bf414fdcded188ebceb78b31a9b1d508f7.

Co-authored-by: Rich Harris <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: use inline element in heading

div is not allowed as a child for heading, changed it to span.

* Create clean-spiders-sin.md

Co-authored-by: Rich Harris <[email protected]>
@tomoam tomoam merged commit 560e450 into svelte-jp:master Jun 9, 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
Development

Successfully merging this pull request may close these issues.