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

Version Packages (next) #6118

Merged
merged 1 commit into from
Aug 20, 2022
Merged

Version Packages (next) #6118

merged 1 commit into from
Aug 20, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 20, 2022

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, run changeset pre exit on master.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@sveltejs/adapter-auto@1.0.0-next.65

Patch Changes

  • Updated dependencies [4bd84b32]:
    • @sveltejs/adapter-vercel@1.0.0-next.67
    • @sveltejs/adapter-netlify@1.0.0-next.71

@sveltejs/adapter-vercel@1.0.0-next.67

Patch Changes

  • Use 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

  • Handle Error without message, handle status 200, handle missing body (#6096)

@Conduitry
Copy link
Member

@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 workspace:*? I'm going to open a PR with that change and see what happens.

@Conduitry
Copy link
Member

Opened #6125.

@Rich-Harris
Copy link
Member

huh, weird. hopefully changesets will rebase this automatically?

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.

2 participants