Skip to content

chore: bump deps#1816

Merged
Rich-Harris merged 9 commits intomainfrom
chore-bump-deps
Feb 27, 2026
Merged

chore: bump deps#1816
Rich-Harris merged 9 commits intomainfrom
chore-bump-deps

Conversation

@teemingc
Copy link
Member

@teemingc teemingc commented Feb 24, 2026

Requires merging #1815 first so that the titles are correctly slugified. The new version of marked returns ' as a html entity which incorrectly gets removed by our util

This PR bumps a bunch of deps. But most notably:

Wondering if I should split each dep upgrade into its own PR so that it's easier to review

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.
  • Prefix your PR title with feat:, fix:, chore:, or docs:.
  • This message body should clearly illustrate what problems it solves.

@vercel
Copy link

vercel bot commented Feb 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
svelte-dev Ready Ready Preview Feb 27, 2026 7:33pm

Request Review

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes from running pnpm format

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes from running pnpm format

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes from running pnpm format

if (!str) return null;
return read(cookie.parse(str).sid);
const sid = cookie.parse(str).sid;
if (!sid) return null;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sid is now string | undefined in cookies@^1.0.0

export async function GET({ request, url }) {
const cookies = cookie.parse(request.headers.get('cookie') || '');
await session.destroy(cookies.sid);
if (cookies.sid) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sid is now string | undefined in cookies@^1.0.0

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes from running pnpm format

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes from running pnpm format

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes from running pnpm format

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes from running pnpm format

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes from running pnpm format

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes from running pnpm format

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes from running pnpm format

return await tailwindcss.compile(tailwind_base, {
loadStylesheet: async (id, base) => {
return { content: tailwind_files[id], base };
return { content: tailwind_files[id], base, path: '' };
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

path is now a required key by tailwind. Not sure what we should put here...

Copy link
Member

@Rich-Harris Rich-Harris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@teemingc
Copy link
Member Author

teemingc commented Feb 27, 2026

svelte-dev-git-chore-bump-deps-svelte.vercel.app/tutorial/svelte/welcome-to-svelte

oh yikes... looks like vertical is equivalent to rows and columns is horizontal rather than the other way round

EDIT: fixed!

@Rich-Harris Rich-Harris merged commit d944551 into main Feb 27, 2026
2 checks passed
@Rich-Harris Rich-Harris deleted the chore-bump-deps branch February 27, 2026 19:50
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