-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Version Packages (next) #6118
Version Packages (next) #6118
Conversation
dd6e185
to
bcc2000
Compare
bcc2000
to
c4c6f01
Compare
c4c6f01
to
159bb81
Compare
159bb81
to
787648e
Compare
787648e
to
b4fd792
Compare
b4fd792
to
efff186
Compare
efff186
to
4810087
Compare
4810087
to
2cf98fe
Compare
@Rich-Harris I'm not sure what's going on here. The lockfile is out of date, but not on master, just in this branch. This appears to be because the devdependency version of adapter-auto in the skeleton template in create-svelte refers to a specific version, which has been bumped by Changesets in this PR, while the lockfile has not. I'm not sure why we'd want to refer to a specific version in that file anyway. Shouldn't we be using |
Opened #6125. |
huh, weird. hopefully changesets will rebase this automatically? |
2cf98fe
to
d28f4a2
Compare
d28f4a2
to
6603c59
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
master
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmaster
.Releases
@sveltejs/adapter-auto@1.0.0-next.65
Patch Changes
4bd84b32
]:@sveltejs/adapter-vercel@1.0.0-next.67
Patch Changes
platform: 'browser'
for esbuild in Vercel Edge Functions. (#6109)create-svelte@2.0.0-next.158
Patch Changes
Add notes about includes/excludes and path aliases (#6085)
setup prettier plugin-search-dirs to enable use with pnpm (#6101)
@sveltejs/kit@1.0.0-next.428
Patch Changes
Allow
$app/stores
to be used from anywhere on the browser (#6100)use
enumerable: false
on "[x] no longer exists" getters so that they are not triggered by spreading (#6105)Fix pattern matching for routes starting with an encoded
@
symbol (#6110)Fix typos in generating
LayoutServerLoad.{name}
type (#6123)Fix sorting of files into +layout, +error, everything else. (#6108)
Add test folder to generated tsconfig (#6085)
svelte-migrate@1.0.0-next.9
Patch Changes