fix(deps): update all non-major dependencies#14
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
6bc1c6e to
5774188
Compare
5774188 to
314102d
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
0.2.3→0.3.20.2.3→0.3.20.2.3→0.3.20.2.3→0.3.210.2.0→10.3.00.9.0-alpha.3→0.9.0-alpha.59.1.17→9.1.199.1.17→9.1.199.1.17→9.1.199.1.17→9.1.194.1.18→4.2.11.3.8→1.3.1019.2.10→19.2.145.1.2→5.1.41.3.8→1.3.109.1.17→9.1.1920.4.0→20.8.35.82.1→5.85.00.563.0→0.577.012.29.2→12.35.02.0.1→2.0.29.1.17→9.1.193.4.0→3.5.04.1.18→4.2.16.0.5→6.1.1Release Notes
clauderic/dnd-kit (@dnd-kit/abstract)
v0.3.2Compare Source
Patch Changes
7260746]:v0.3.1Compare Source
Patch Changes
4341114]:v0.3.0Compare Source
Minor Changes
6a59647Thanks @clauderic! - Allowplugins,sensors, andmodifiersto accept a function that receives the defaults, making it easy to extend or configure them without replacing the entire array.Previously, passing
plugins,sensors, ormodifierswould replace the defaults entirely, requiring consumers to import and spreaddefaultPreset. The function form receives the default values as an argument, so consumers can add, remove, or configure individual entries without needing to know or maintain the full default list.68e44deThanks @clauderic! - AddisSortableOperationtype guard and exportSortableDraggable/SortableDroppabletypes.isSortableOperation(operation)narrows aDragOperationSnapshotso thatsourceis typed asSortableDraggableandtargetasSortableDroppable, providing typed access to sortable-specific properties likeindex,initialIndex,group, andinitialGroup.Re-exported from all framework packages (
@dnd-kit/react/sortable,@dnd-kit/vue/sortable,@dnd-kit/svelte/sortable,@dnd-kit/solid/sortable).Patch Changes
5d64078Thanks @clauderic! - AdddropAnimationprop to theDragOverlaycomponent to allow consumers to disable or customize the drop animation that plays when a drag operation ends. Set tonullto disable, pass{duration, easing}to customize timing, or provide a custom animation function for full control.Updated dependencies [
6a59647,5d64078,863ce2b,863ce2b,e8ae539,41d7e27,68e44de]:v0.2.4Compare Source
Patch Changes
#1874
de27fbcThanks @clauderic! - Expose ergonomic type aliases for drag and drop event handlers:CollisionEvent,BeforeDragStartEvent,DragStartEvent,DragMoveEvent,DragOverEvent, andDragEndEvent. These types are re-exported from@dnd-kit/domand@dnd-kit/reactfor convenience.Updated dependencies [
de27fbc,c2097c9,be7cfe3,6d80680,0923bc6,5f1b19a]:faker-js/faker (@faker-js/faker)
v10.3.0Compare Source
New Locales
Features
sexTypecan return'generic'(#3259) (0e099a1)Changed Locales
Bug Fixes
PrettyCoffee/pretty-cozy (@pretty-cozy/eslint-config)
v0.9.0-alpha.5Compare Source
storybookjs/storybook (@storybook/addon-a11y)
v9.1.19Compare Source
9.1.19
v9.1.18Compare Source
9.1.18
tailwindlabs/tailwindcss (@tailwindcss/vite)
v4.2.1Compare Source
Fixed
.characters within curly braces in MDX files (#19711)v4.2.0Compare Source
Added
@tailwindcss/webpackpackage to run Tailwind CSS as a webpack plugin (#19610)pbs-*andpbe-*utilities forpadding-block-startandpadding-block-end(#19601)mbs-*andmbe-*utilities formargin-block-startandmargin-block-end(#19601)scroll-pbs-*andscroll-pbe-*utilities forscroll-padding-block-startandscroll-padding-block-end(#19601)scroll-mbs-*andscroll-mbe-*utilities forscroll-margin-block-startandscroll-margin-block-end(#19601)border-bs-*andborder-be-*utilities forborder-block-startandborder-block-end(#19601)inline-*,min-inline-*,max-inline-*utilities forinline-size,min-inline-size, andmax-inline-size(#19612)block-*,min-block-*,max-block-*utilities forblock-size,min-block-size, andmax-block-size(#19612)inset-s-*,inset-e-*,inset-bs-*,inset-be-*utilities forinset-inline-start,inset-inline-end,inset-block-start, andinset-block-end(#19613)font-features-*utility forfont-feature-settings(#19623)Fixed
@supportswrapper forcolor-mixvalues (#19450)@source inline()argument (#19461)@tailwindcss/cli(#19447)@utilityname validation with Oxide scanner rules (#19524)@variantinside@custom-variant(#19633).25inaspect-*fractions (e.g.aspect-8.5/11) (#19688)@sourcetrigger a full page reload when using@tailwindcss/vite(#19670)@tailwindcss/vite(#19677)@utilitynames to improve support with formatters such as Biome (#19626).jjto default ignored content directories (#19687)Deprecated
start-*andend-*utilities in favor ofinset-s-*andinset-e-*utilities (#19613)vitejs/vite-plugin-react (@vitejs/plugin-react)
v5.1.4Compare Source
Fix
canSkipBabelnot accounting forbabel.overrides(#1098)When configuring
babel.overrideswithout top-level plugins or presets, Babel was incorrectly skipped. ThecanSkipBabelfunction now checks foroverrides.lengthto ensure override configurations are processed.v5.1.3Compare Source
oven-sh/bun (bun)
v1.3.10: Bun v1.3.10Compare Source
To install Bun v1.3.10
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.3.10:
Read Bun v1.3.10's release notes on Bun's blog
Thanks to 11 contributors!
v1.3.9: Bun v1.3.9Compare Source
To install Bun v1.3.9
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.3.9:
Read Bun v1.3.9's release notes on Bun's blog
Thanks to 10 contributors!
capricorn86/happy-dom (happy-dom)
v20.8.3Compare Source
👷♂️ Patch fixes
v20.8.2Compare Source
👷♂️ Patch fixes
Event.cancelBubbleandEvent.defaultPreventedwhen callingEvent.initEvent()- By @capricorn86 in task #2090v20.8.1Compare Source
👷♂️ Patch fixes
v20.8.0Compare Source
v20.7.2Compare Source
👷♂️ Patch fixes
v20.7.1Compare Source
v20.7.0Compare Source
🎨 Features
Window.getScreenDetails()- By @TrevorBurnham in task #1923ScreenfromEventTarget- By @TrevorBurnham in task #1923v20.6.5Compare Source
👷♂️ Patch fixes
v20.6.4Compare Source
👷♂️ Patch fixes
v20.6.3Compare Source
👷♂️ Patch fixes
[data-value="it's a test"]) - By @capricorn86 in task #2034v20.6.2Compare Source
👷♂️ Patch fixes
v20.6.1Compare Source
v20.6.0Compare Source
v20.5.5Compare Source
v20.5.4Compare Source
👷♂️ Patch fixes
v20.5.3Compare Source
v20.5.2Compare Source
v20.5.1Compare Source
v20.5.0Compare Source
webpro-nl/knip (knip)
v5.85.0: Release 5.85.0Compare Source
c33d93a) - thanks @jstaab!f63089b) - thanks @wojtekmaj!58d99de) - thanks @Robot-Inventor!9da6205)8c5f35f)c8ab895)b9372cd)97fe1cf)95051eb) - thanks @huijiewei!2d0b5cd) - thanks @rexxars!a5cd986)f192a6b)e28a3e7)v5.84.1: Release 5.84.1Compare Source
75a42c3) - thanks @jantimon!df8c353)module.registerif 2nd arg is notimport.meta.url(#1535) (970fdb1)v5.84.0: Release 5.84.0Compare Source
e7965cb)61beafe)e20a682)d2bbc13)5d49dea) - thanks @Mohmdev!babfb10) - thanks @jgoux!2b735cb)634d0f6)bun testpositionals as entry points (resolve #1521) (da94725)327726f)dc87e8e)ignoreandignoreFilesitems (a4989ee)b9214e3)14ee32a) - thanks @jgoux!datetoIGNORED_GLOBAL_BINARIES(#1476) (f08f92b) - thanks @duci9y!82331ee)4c3bd08)repositoryfields (781a0fd)13d7845)bedb21a)15e3360)initializationOptions.configor default fallback config obj (resolve #1503) (0abe568)7806526)51b7dc1)chdirshenanigans (close #1516) (0cbee8f)console.*to distinguish internal↔ external logs (3eac278)36c2dd5)f94c41f)7e7a8b0)40fe5cc) - thanks @wojtekmaj!0f892ae) - thanks @wojtekmaj!bd75e9f) - thanks @kvnwolf!c24e746)6bc640c)isFilterTransitiveDependenciesflag (close #1507, close #1101) (8678df2)2cc1306)plugin.setup& tear downplugin.teardown(4dbf23d)ab775b1)c3d3912)2aaf9fc)79bfb35)9b059f8)1874b19)728c814)71c739a)5ac24c7)100f174)742407c)90fa677) - thanks @wojtekmaj!75d00ff) - thanks @ArtskydJ!@sourcematcher from tailwind plugin (resolve #1537) (b7149b6)-w→-Wflag for Yarn (f305250)ec83887)9fd04a8)3bb4203) - thanks @wojtekmaj!4f0a307) - thanks @wojtekmaj!ed23dd2)4115b97)1135b82)v5.83.1: Release 5.83.1Compare Source
f8c14c8)5d716ba)78bf644)b639508)5782b07)0f3dbb4)35d9185)d6dda74)fcdd33b)c777bae)a01bec1)8f82052)273b940) - thanks @tmair!6c49e5c)c1499d3)028b972)a76ab85) - thanks @WooWan!69150bf)4c1de75](https://redirect.github.com/webpro-nl/knip/commit/4c1de758Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.