-
Notifications
You must be signed in to change notification settings - Fork 177
Update ui deps sync (major) #685
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
base: master
Are you sure you want to change the base?
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
e49ac46
to
394311c
Compare
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Caution Review the following alerts detected in dependencies. According to your organization's Security Policy, you must resolve all "Block" alerts before proceeding. Learn more about Socket for GitHub.
|
394311c
to
1f45864
Compare
This PR contains the following updates:
5.13.1
->6.2.0
5.13.1
->6.2.0
^3.0.1
->^4.3.3
^5.0.0
->^6.0.3
^3.0.15
->^4.1.14
Release Notes
openai/openai-node (openai)
v6.2.0
Compare Source
Full Changelog: v6.1.0...v6.2.0
Features
Chores
v6.1.0
Compare Source
Full Changelog: v6.1.0...v6.2.0
Features
Chores
v6.0.1
Compare Source
Full Changelog: v6.0.1...v6.1.0
Features
v6.0.0
Compare Source
Full Changelog: v6.0.0...v6.0.1
Bug Fixes
v5.23.2
Compare Source
Full Changelog: v5.23.2...v6.0.0
⚠ BREAKING CHANGES
ResponseFunctionToolCallOutputItem.output
andResponseCustomToolCallOutput.output
now returnstring | Array<ResponseInputText | ResponseInputImage | ResponseInputFile>
instead ofstring
only. This may break existing callsites that assumeoutput
is always a string.Features
Chores
v5.23.1
Compare Source
Full Changelog: v5.23.1...v5.23.2
Chores
v5.23.0
Compare Source
Full Changelog: v5.23.0...v5.23.1
Bug Fixes
Performance Improvements
Chores
compilerOptions.baseUrl
from tsconfig.json (dfab408)v5.22.1
Compare Source
Full Changelog: v5.22.1...v5.23.0
Features
v5.22.0
Compare Source
Full Changelog: v5.22.0...v5.22.1
Bug Fixes
Chores
v5.21.0
Compare Source
Full Changelog: v5.21.0...v5.22.0
Features
Chores
v5.20.3
Compare Source
Full Changelog: v5.20.3...v5.21.0
Features
v5.20.2
Compare Source
Full Changelog: v5.20.2...v5.20.3
Chores
v5.20.1
Compare Source
Full Changelog: v5.20.1...v5.20.2
Bug Fixes
Chores
v5.20.0
Compare Source
Full Changelog: v5.20.0...v5.20.1
Chores
v5.19.1
Compare Source
Full Changelog: v5.19.1...v5.20.0
Features
Chores
v5.19.0
Compare Source
Full Changelog: v5.19.0...v5.19.1
Bug Fixes
v5.18.1
Compare Source
Full Changelog: v5.18.1...v5.19.0
Features
v5.18.0
Compare Source
Full Changelog: v5.18.0...v5.18.1
Chores
v5.17.0
Compare Source
Full Changelog: v5.17.0...v5.18.0
Features
Bug Fixes
v5.16.0
Compare Source
Full Changelog: v5.16.0...v5.17.0
Features
Chores
v5.15.0
Compare Source
Full Changelog: v5.15.0...v5.16.0
Features
Chores
sveltejs/language-tools (svelte-check)
v4.3.3
Compare Source
Patch Changes
fix: prevent file watcher issue (#2859)
fix: allow
undefined
andnull
values for#each
in Svelte 5 (#2863)perf: check if file content changed in tsconfig file watch (#2859)
v4.3.2
Compare Source
Patch Changes
perf: tweak some snapshot hot paths (#2852)
perf: more precise module cache invalidation (#2853)
fix: properly handle
runes={false}
in<svelte:options>
(#2847)See https://github.com/sveltejs/language-tools/releases
v4.3.1
Compare Source
fix: handle object literal in MustacheTag (#2805)
v4.3.0
Compare Source
await
support (#2799)v4.2.2
Compare Source
v4.2.1
Compare Source
v4.2.0
Compare Source
v4.1.7
Compare Source
v4.1.6
Compare Source
v4.1.5
Compare Source
v4.1.4
Compare Source
v4.1.3
Compare Source
v4.1.2
Compare Source
v4.1.1
Compare Source
v4.1.0
Compare Source
v4.0.9
Compare Source
v4.0.8
Compare Source
v4.0.7
Compare Source
$props
: infer types for$bindable
, infer function type from arrow functionv4.0.6
Compare Source
const load = ...
declarations (#2540)v4.0.5
Compare Source
v4.0.4
Compare Source
v4.0.3
Compare Source
Component
in type positions. Instead you need to prepend it withtypeof
. Here's how you do it:let x: Component
. After:let x: ReturnType<typeof Component>
let x: typeof Component
. Afterlet x: typeof Component
(no change)v4.0.2
Compare Source
Component
interface get proper intellisensev4.0.1
Compare Source
process
augmentation from internald.ts
filev4.0.0
Compare Source
Breaking changes
process
augmentation (declaring aprocess.browser
field) was removed.svelte
files now take precedence over.svelte.js/ts
files (if both exist) (#2481)skipLibCheck
is no longer forced totrue
, which may result ind.ts
files now being checked in your project, which they were not before, revealing type errors. Either fix those or add"skipLibCheck": true
to yourtsconfig.json
(#1976, #2463)sveltejs/svelte-preprocess (svelte-preprocess)
v6.0.3
Compare Source
Bug Fixes
v6.0.2
Compare Source
Bug Fixes
v6.0.1
Compare Source
Bug Fixes
v6.0.0
Compare Source
BREAKING CHANGES
preserve
option as it's unnecessaryBug Fixes
5.1.4 (2024-04-16)
Bug Fixes
5.1.3 (2023-12-18)
Bug Fixes
5.1.2 (2023-12-12)
5.1.1 (2023-11-21)
Bug Fixes
tailwindlabs/tailwindcss (tailwindcss)
v4.1.14
Compare Source
Fixed
'
syntax in ClojureScript when extracting classes (#18888)@variant
inside@custom-variant
(#18885)@utility
(#18900)grid-column
utilities when configuringgrid-column-start
orgrid-column-end
(#18907)grid-row
utilities when configuringgrid-row-start
orgrid-row-end
(#18907)default
export condition for@tailwindcss/vite
(#18948)@theme
produce no output when built (#18979)variant = 'outline'
during upgrades (#18922)className
is migrated (#19031)*ClassName
and*Class
attributes (#19031)v4.1.13
Compare Source
Changed
Fixed
visibility
when usingtransition
(#18795)matchVariant
values (#18798)clip
withclip-path
insr-only
(#18769)matchUtilities
(#18820).vercel
folders by default (can be overridden by@source …
rules) (#18855)@-
to be invalid (e.g.@-2xl:flex
) (#18869)-
or_
(#18867, #18872)aria
theme keys to@custom-variant
(#18815)data
theme keys to@custom-variant
(#18816)supports
theme keys to@custom-variant
(#18817)v4.1.12
Compare Source
Fixed
@apply
(#18404)flex-<number>
utilities (#18642))
from interfering with extraction in Clojure keywords (#18345)@plugin
and@config
(#18345)process.env.DEBUG
in@tailwindcss/node
(#18485)false
orundefined
properties (#18571)@tailwindcss/postcss
viatransformAssetUrls: false
(#18321)addEventListener
and JavaScript variable names (#18718)--border-color-*
theme keys individe-*
utilities for backwards compatibility (#18704).hdr
and.exr
files for classes by default (#18734)v4.1.11
Compare Source
Fixed
emit(…)
(#18330)--watch=always
in the CLI's usage (#18337)@tailwindcss/vite
(#18384)v4.1.10
Compare Source
Fixed
w-[calc(100%-var(--offset))]
(#18289)v4.1.9
Compare Source
Fixed
/[0.16]
→/16
) (#18184)mb-[-32rem]
→-mb-128
) (#18212)blur
inwire:model.blur
(#18216)v4.1.8
Compare Source
Added
@apply
fails (#18059)Fixed
<style>
blocks (#18057, 18068)tailwindcss
in pnpm monorepos (#18065)order-none
toorder-0
(#18126)class:
attributes when extracting classes (#18093)-mt-[0px]
tomt-[0px]
instead of the other way around (#18154)\n
at the end of the file (#18155).pnpm-store
folders by default (can be overridden by@source …
rules) (#18163)toJSON()
(#18083)v4.1.7
Compare Source
Added
Fixed
_
before numbers during candidate extraction (#17961)@theme
and@utility
together (#17675)::before
and::after
pseudo selectors create valid CSS rules in production builds (#17979)-rotate-*
utilities properly negate arbitrary values (#18014):merge(…)
selectors in legacy JS plugins (#18020).
are properly extracted from Clojure files (#18038)@import … source(…)
(#17963)class
(#18025)v4.1.6
Compare Source
Added
h-[1lh]
toh-lh
) (#17831, #17854)@source
directives, discovered files and scanned files when usingDEBUG=*
(#17906, #17952)Fixed
scale
values generate negative values (#17831)@reference
(#17836)_
withbg-red-500/(--my_opacity)
(#17889).log
files for classes by default (#17906)@apply
rules (#17925)optionalDependencies
are skipped (#17929)v4.1.5
Compare Source
Added
@tailwindcss/upgrade
to upgrade between versions of v4.* (#17717)h-lh
/min-h-lh
/max-h-lh
utilities (#17790)display
,visibility
,content-visibility
,overlay
, andpointer-events
when usingtransition
to simplify@starting-style
usage (#17812)Fixed
.geojson
or.db
files for classes by default (#17700, #17711)_
with.
in theme suggestions for@utility
if surrounded by digits (#17733)color-mix(…)
when opacity is100%
(#17815)-
to variants starting with@
(#17814)Changed
.hg
,.svn
,.venv
,venv
,.yarn
,.next
,.turbo
,.parcel-cache
,__pycache__
, and.svelte-kit
folders by default (can be overridden by@source …
rules) (#17892)@source
rules that point inside.hg
,.svn
,.venv
,venv
,.yarn
,.next
,.turbo
,.parcel-cache
,__pycache__
, and.svelte-kit
folders no longer consider your.gitignore
rules (#17892)v4.1.4
[Compare Source](https://redirect.github.com/tailwindla
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.