-
-
Notifications
You must be signed in to change notification settings - Fork 336
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
chore: update deps #3313
Closed
Closed
chore: update deps #3313
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
d0392af
update to pnpm 10
Hugos68 702417e
update dependencies to latest
Hugos68 c19b205
new eslint config, new prettier config
Hugos68 5d04317
fix lockfile
Hugos68 797879e
cleanup
Hugos68 797e142
fix ts expect error
Hugos68 0323829
fix broken test
Hugos68 47e6055
simplifiy testing
Hugos68 06e6732
simplify
Hugos68 7af4ecf
format
Hugos68 4dd7013
Add pnpm lock yaml to prettier ignore
Hugos68 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
"@skeletonlabs/skeleton-svelte": minor | ||
"@skeletonlabs/skeleton-react": minor | ||
'@skeletonlabs/skeleton-svelte': minor | ||
'@skeletonlabs/skeleton-react': minor | ||
--- | ||
|
||
Feature: Added the Switch component. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
"@skeletonlabs/skeleton-svelte": minor | ||
"@skeletonlabs/skeleton-react": minor | ||
'@skeletonlabs/skeleton-svelte': minor | ||
'@skeletonlabs/skeleton-react': minor | ||
--- | ||
|
||
feature: Added the Navigation Rail, Bar, and Tile components |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
"@skeletonlabs/skeleton-svelte": patch | ||
'@skeletonlabs/skeleton-svelte': patch | ||
--- | ||
|
||
chore: Update Svelte peer dependency to 5.20.0 or higher because we rely on `$props.id` (which was released in 5.20.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
"@skeletonlabs/skeleton": patch | ||
'@skeletonlabs/skeleton': patch | ||
--- | ||
|
||
bugfix: fix css property typo in form-groups classes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
"@skeletonlabs/skeleton-svelte": minor | ||
"@skeletonlabs/skeleton-react": minor | ||
'@skeletonlabs/skeleton-svelte': minor | ||
'@skeletonlabs/skeleton-react': minor | ||
--- | ||
|
||
chore: Migrated Nav, Segment Control, and Switch component APIs to match new conventions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
"@skeletonlabs/skeleton-cli": patch | ||
'@skeletonlabs/skeleton-cli': patch | ||
--- | ||
|
||
bugfix: Add `@source` when component library is present | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
"@skeletonlabs/skeleton-svelte": minor | ||
"@skeletonlabs/skeleton-react": minor | ||
'@skeletonlabs/skeleton-svelte': minor | ||
'@skeletonlabs/skeleton-react': minor | ||
--- | ||
|
||
feature: Improvements to the File Upload component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
"@skeletonlabs/skeleton-svelte": minor | ||
"@skeletonlabs/skeleton-react": minor | ||
'@skeletonlabs/skeleton-svelte': minor | ||
'@skeletonlabs/skeleton-react': minor | ||
--- | ||
|
||
feature: Added Segment Control component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
"@skeletonlabs/skeleton-svelte": patch | ||
'@skeletonlabs/skeleton-svelte': patch | ||
--- | ||
|
||
chore: Updated to the latest Svelte 5 RC peer depedency |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
"@skeletonlabs/skeleton": patch | ||
'@skeletonlabs/skeleton': patch | ||
--- | ||
|
||
bugfix: Resolve an issue causing a white flash when selecting inputs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
"@skeletonlabs/skeleton-cli": patch | ||
'@skeletonlabs/skeleton-cli': patch | ||
--- | ||
|
||
bugfix: Append `dist` to the Skeleton `@source` path as workaround for https://github.com/tailwindlabs/tailwindcss/issues/16038 | ||
|
||
bugfix: Append `dist` to the Skeleton `@source` path as workaround for https://github.com/tailwindlabs/tailwindcss/issues/16038 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
"@skeletonlabs/skeleton-svelte": minor | ||
"@skeletonlabs/skeleton-react": minor | ||
'@skeletonlabs/skeleton-svelte': minor | ||
'@skeletonlabs/skeleton-react': minor | ||
--- | ||
|
||
feature: Added the ProgressRing component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,134 +1,134 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "next", | ||
"initialVersions": { | ||
"@skeletonlabs/skeleton": "2.10.0", | ||
"@skeletonlabs/skeleton-react": "0.0.0", | ||
"@skeletonlabs/skeleton-svelte": "0.0.0", | ||
"@skeletonlabs/skeleton-cli": "0.0.0", | ||
"@skeletonlabs/necroparser": "0.0.1", | ||
"@skeletonlabs/next.skeleton.dev": "0.0.1", | ||
"@skeletonlabs/themes.skeleton.dev": "0.0.1", | ||
"@skeletonlabs/skeleton-common": "0.0.1", | ||
"@skeletonlabs/playground-skeleton-core": "0.0.1", | ||
"@skeletonlabs/playground-skeleton-react": "0.0.1", | ||
"@skeletonlabs/playground-skeleton-svelte": "0.0.1" | ||
}, | ||
"changesets": [ | ||
"afraid-geckos-try", | ||
"angry-hats-hear", | ||
"big-radios-pretend", | ||
"blue-moles-swim", | ||
"brave-numbers-glow", | ||
"brave-ties-try", | ||
"calm-cougars-yawn", | ||
"calm-crabs-lay", | ||
"calm-jars-live", | ||
"calm-moles-move", | ||
"chilled-avocados-pull", | ||
"chilled-comics-hear", | ||
"chilled-trainers-drop", | ||
"chilly-news-jam", | ||
"chilly-pillows-smash", | ||
"clean-fans-pretend", | ||
"clean-horses-smoke", | ||
"clever-carpets-own", | ||
"clever-shirts-brake", | ||
"clever-terms-train", | ||
"cuddly-dingos-sell", | ||
"dirty-fans-tap", | ||
"early-suns-cry", | ||
"eight-gorillas-drive", | ||
"eight-pants-appear", | ||
"eleven-eggs-add", | ||
"empty-cycles-dream", | ||
"every-moles-help", | ||
"fifty-hounds-confess", | ||
"fluffy-rockets-call", | ||
"fuzzy-birds-rush", | ||
"gentle-ants-compare", | ||
"good-flowers-smell", | ||
"healthy-onions-hide", | ||
"heavy-bugs-obey", | ||
"heavy-jobs-rhyme", | ||
"hip-bikes-doubt", | ||
"hip-poems-perform", | ||
"honest-bears-learn", | ||
"honest-lemons-call", | ||
"hot-jars-attend", | ||
"hungry-dots-grin", | ||
"itchy-knives-try", | ||
"itchy-zoos-tease", | ||
"kind-carrots-greet", | ||
"kind-penguins-build", | ||
"late-beers-bow", | ||
"little-glasses-drive", | ||
"little-wolves-fry", | ||
"long-yaks-hang", | ||
"lovely-dingos-join", | ||
"lovely-walls-push", | ||
"mean-schools-double", | ||
"mighty-poets-mate", | ||
"modern-pianos-sparkle", | ||
"nasty-chefs-build", | ||
"nasty-ghosts-camp", | ||
"nasty-snails-hug", | ||
"nervous-poets-pull", | ||
"nice-panthers-exercise", | ||
"olive-coats-brake", | ||
"pretty-pears-complain", | ||
"proud-toys-exercise", | ||
"quick-clocks-shake", | ||
"quiet-brooms-brake", | ||
"quiet-kings-cheer", | ||
"quiet-rabbits-sniff", | ||
"red-planets-drive", | ||
"red-tables-approve", | ||
"rude-ligers-talk", | ||
"serious-cooks-return", | ||
"shaggy-impalas-press", | ||
"shy-ducks-visit", | ||
"shy-papayas-behave", | ||
"silent-rings-whisper", | ||
"silver-balloons-impress", | ||
"six-cooks-whisper", | ||
"six-tables-warn", | ||
"sixty-jeans-drop", | ||
"slimy-keys-bathe", | ||
"slimy-llamas-type", | ||
"small-ways-jump", | ||
"smooth-hornets-hunt", | ||
"soft-corners-start", | ||
"sour-bears-love", | ||
"sour-parrots-try", | ||
"sour-shrimps-compete", | ||
"stale-coats-build", | ||
"stale-poets-sell", | ||
"stale-taxis-kneel", | ||
"stale-timers-doubt", | ||
"strong-tables-whisper", | ||
"sweet-ants-march", | ||
"sweet-apes-fix", | ||
"sweet-pens-compare", | ||
"swift-kings-float", | ||
"swift-students-confess", | ||
"tall-pigs-perform", | ||
"tall-toes-cross", | ||
"tame-crews-poke", | ||
"ten-falcons-cough", | ||
"tender-bees-allow", | ||
"three-mirrors-sip", | ||
"tiny-icons-beam", | ||
"tiny-mugs-know", | ||
"tricky-cycles-admire", | ||
"tricky-snakes-begin", | ||
"twelve-pets-hide", | ||
"twenty-planes-argue", | ||
"unlucky-poems-rest", | ||
"violet-buckets-switch", | ||
"weak-items-destroy", | ||
"wicked-maps-rest", | ||
"wicked-seahorses-itch", | ||
"wild-wolves-wink" | ||
] | ||
"mode": "pre", | ||
"tag": "next", | ||
"initialVersions": { | ||
"@skeletonlabs/skeleton": "2.10.0", | ||
"@skeletonlabs/skeleton-react": "0.0.0", | ||
"@skeletonlabs/skeleton-svelte": "0.0.0", | ||
"@skeletonlabs/skeleton-cli": "0.0.0", | ||
"@skeletonlabs/necroparser": "0.0.1", | ||
"@skeletonlabs/next.skeleton.dev": "0.0.1", | ||
"@skeletonlabs/themes.skeleton.dev": "0.0.1", | ||
"@skeletonlabs/skeleton-common": "0.0.1", | ||
"@skeletonlabs/playground-skeleton-core": "0.0.1", | ||
"@skeletonlabs/playground-skeleton-react": "0.0.1", | ||
"@skeletonlabs/playground-skeleton-svelte": "0.0.1" | ||
}, | ||
"changesets": [ | ||
"afraid-geckos-try", | ||
"angry-hats-hear", | ||
"big-radios-pretend", | ||
"blue-moles-swim", | ||
"brave-numbers-glow", | ||
"brave-ties-try", | ||
"calm-cougars-yawn", | ||
"calm-crabs-lay", | ||
"calm-jars-live", | ||
"calm-moles-move", | ||
"chilled-avocados-pull", | ||
"chilled-comics-hear", | ||
"chilled-trainers-drop", | ||
"chilly-news-jam", | ||
"chilly-pillows-smash", | ||
"clean-fans-pretend", | ||
"clean-horses-smoke", | ||
"clever-carpets-own", | ||
"clever-shirts-brake", | ||
"clever-terms-train", | ||
"cuddly-dingos-sell", | ||
"dirty-fans-tap", | ||
"early-suns-cry", | ||
"eight-gorillas-drive", | ||
"eight-pants-appear", | ||
"eleven-eggs-add", | ||
"empty-cycles-dream", | ||
"every-moles-help", | ||
"fifty-hounds-confess", | ||
"fluffy-rockets-call", | ||
"fuzzy-birds-rush", | ||
"gentle-ants-compare", | ||
"good-flowers-smell", | ||
"healthy-onions-hide", | ||
"heavy-bugs-obey", | ||
"heavy-jobs-rhyme", | ||
"hip-bikes-doubt", | ||
"hip-poems-perform", | ||
"honest-bears-learn", | ||
"honest-lemons-call", | ||
"hot-jars-attend", | ||
"hungry-dots-grin", | ||
"itchy-knives-try", | ||
"itchy-zoos-tease", | ||
"kind-carrots-greet", | ||
"kind-penguins-build", | ||
"late-beers-bow", | ||
"little-glasses-drive", | ||
"little-wolves-fry", | ||
"long-yaks-hang", | ||
"lovely-dingos-join", | ||
"lovely-walls-push", | ||
"mean-schools-double", | ||
"mighty-poets-mate", | ||
"modern-pianos-sparkle", | ||
"nasty-chefs-build", | ||
"nasty-ghosts-camp", | ||
"nasty-snails-hug", | ||
"nervous-poets-pull", | ||
"nice-panthers-exercise", | ||
"olive-coats-brake", | ||
"pretty-pears-complain", | ||
"proud-toys-exercise", | ||
"quick-clocks-shake", | ||
"quiet-brooms-brake", | ||
"quiet-kings-cheer", | ||
"quiet-rabbits-sniff", | ||
"red-planets-drive", | ||
"red-tables-approve", | ||
"rude-ligers-talk", | ||
"serious-cooks-return", | ||
"shaggy-impalas-press", | ||
"shy-ducks-visit", | ||
"shy-papayas-behave", | ||
"silent-rings-whisper", | ||
"silver-balloons-impress", | ||
"six-cooks-whisper", | ||
"six-tables-warn", | ||
"sixty-jeans-drop", | ||
"slimy-keys-bathe", | ||
"slimy-llamas-type", | ||
"small-ways-jump", | ||
"smooth-hornets-hunt", | ||
"soft-corners-start", | ||
"sour-bears-love", | ||
"sour-parrots-try", | ||
"sour-shrimps-compete", | ||
"stale-coats-build", | ||
"stale-poets-sell", | ||
"stale-taxis-kneel", | ||
"stale-timers-doubt", | ||
"strong-tables-whisper", | ||
"sweet-ants-march", | ||
"sweet-apes-fix", | ||
"sweet-pens-compare", | ||
"swift-kings-float", | ||
"swift-students-confess", | ||
"tall-pigs-perform", | ||
"tall-toes-cross", | ||
"tame-crews-poke", | ||
"ten-falcons-cough", | ||
"tender-bees-allow", | ||
"three-mirrors-sip", | ||
"tiny-icons-beam", | ||
"tiny-mugs-know", | ||
"tricky-cycles-admire", | ||
"tricky-snakes-begin", | ||
"twelve-pets-hide", | ||
"twenty-planes-argue", | ||
"unlucky-poems-rest", | ||
"violet-buckets-switch", | ||
"weak-items-destroy", | ||
"wicked-maps-rest", | ||
"wicked-seahorses-itch", | ||
"wild-wolves-wink" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
"@skeletonlabs/skeleton-svelte": minor | ||
"@skeletonlabs/skeleton-react": minor | ||
'@skeletonlabs/skeleton-svelte': minor | ||
'@skeletonlabs/skeleton-react': minor | ||
--- | ||
|
||
feature: Added the FileUpload component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
"@skeletonlabs/skeleton-svelte": minor | ||
"@skeletonlabs/skeleton-react": minor | ||
'@skeletonlabs/skeleton-svelte': minor | ||
'@skeletonlabs/skeleton-react': minor | ||
--- | ||
|
||
feature: Added the Slider component |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All changeset quotes are being affected by Prettier again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes because we should keep this in line with our coding style. No reason not to.