-
-
Notifications
You must be signed in to change notification settings - Fork 331
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
Style prop for Avatar #3117
Style prop for Avatar #3117
Conversation
🦋 Changeset detectedLatest commit: 6f3f4fd The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@phamduylong is attempting to deploy a commit to the Skeleton Labs Team on Vercel. A member of the Team first needs to authorize it. |
Bumped svelte up to 5.18, but the eslint version that came with it now broke eslint commands we used before. On the bright side, tests are passing. |
@phamduylong yeah ESLint recently went through a major update with breaking changes. I've tried a couple times to update it with no avail. If possible we may need to roll that back to the version that was set. I'll have to troubleshoot it when I have more free time. |
Well if nothing broke the lint here then I think it's ready for a pair of eyes |
cb1416a
to
f5da19c
Compare
Rebased. Should be clear to review and merged |
Linked Issue
Closes #3100
Description
Added
style
prop for AvatarBumped Svelte up to 5.18.0 in order to make tests work.
Changsets
Instructions: Changesets automate our changelog. If you modify files in
/packages
, runpnpm changeset
in the root of the monorepo, follow the prompts, then commit the markdown file. Changes that add features should beminor
while chores and bugfixes should bepatch
. Please prefix the changeset message withfeat:
,bugfix:
orchore:
.Checklist
Please read and apply all contribution requirements.
dev
branch (NEVERmaster
)docs/
,feat/
,chore/
,bugfix/
pnpm ci:check
pnpm format
pnpm test