Skip to content

Commit

Permalink
Merge branch 'vite-3' of github.com:sveltejs/kit into vite-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jul 13, 2022
2 parents 5c009d8 + 03e7d40 commit df6d568
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/afraid-llamas-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

Pin vite-plugin-svelte to 1.0.0-next.49
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"changesets": [
"afraid-eels-tease",
"afraid-flowers-train",
"afraid-llamas-matter",
"afraid-oranges-doubt",
"angry-crabs-walk",
"angry-maps-divide",
Expand Down
6 changes: 6 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/kit

## 1.0.0-next.371

### Patch Changes

- Pin vite-plugin-svelte to 1.0.0-next.49 ([#5498](https://github.com/sveltejs/kit/pull/5498))

## 1.0.0-next.370

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "1.0.0-next.370",
"version": "1.0.0-next.371",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
4 changes: 2 additions & 2 deletions packages/kit/test/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,13 @@ export const config = {
retries: process.env.CI ? 5 : 0,
projects: [
{
name: `${test_browser}-${process.env.DEV ? 'dev' : 'build'}+js`,
name: `${test_browser}-${process.env.DEV ? 'dev' : 'build'}`,
use: {
javaScriptEnabled: true
}
},
{
name: `${test_browser}-${process.env.DEV ? 'dev' : 'build'}-js`,
name: `${test_browser}-${process.env.DEV ? 'dev' : 'build'}-no-js`,
use: {
javaScriptEnabled: false
}
Expand Down

0 comments on commit df6d568

Please sign in to comment.