-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update all non-major dependencies #161
Merged
Merged
Conversation
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
April 9, 2024 00:58
7f88b55
to
e70788a
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
April 9, 2024 07:11
e70788a
to
9c606f6
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
April 9, 2024 18:11
9c606f6
to
2027e44
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
April 10, 2024 04:59
2027e44
to
f4c30d5
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
April 10, 2024 16:49
f4c30d5
to
246b9fd
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
April 10, 2024 19:56
246b9fd
to
500734d
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
April 10, 2024 23:00
500734d
to
b9f847c
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
April 11, 2024 18:43
b9f847c
to
e839e5f
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
April 11, 2024 21:27
e839e5f
to
b5a394f
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
April 12, 2024 01:09
b5a394f
to
cade2f9
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
April 12, 2024 18:23
cade2f9
to
ff570c2
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
April 12, 2024 21:28
ff570c2
to
71c0bfa
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
April 13, 2024 09:09
71c0bfa
to
2599d26
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
April 13, 2024 13:48
2599d26
to
cdd0275
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
April 15, 2024 16:52
cdd0275
to
0d2473e
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
April 15, 2024 21:50
0d2473e
to
98dcd4a
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
April 16, 2024 02:10
98dcd4a
to
ac21a84
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
April 16, 2024 13:09
ac21a84
to
1951c03
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
April 16, 2024 16:28
1951c03
to
88308b1
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
April 16, 2024 18:06
88308b1
to
36518b6
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
April 17, 2024 13:52
36518b6
to
0f8f69b
Compare
nicolewhite
approved these changes
Apr 17, 2024
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:
1.7.18
->1.7.19
20.12.2
->20.12.7
18.2.73
->18.2.79
18.2.23
->18.2.25
3.0.16
->3.0.23
14.1.4
->14.2.1
3.0.2
->3.0.3
14.1.4
->14.2.1
1.14.3
->1.20.0
4.31.0
->4.36.0
2.6.4
->2.7.0
4.7.1
->4.7.2
5.4.3
->5.4.5
Release Notes
tailwindlabs/headlessui (@headlessui/react)
v1.7.19
Compare Source
Fixed
disabled
state on<Tab />
component (#2918)Dialog.Panel
(#2919)hidden
attribute to internal<Hidden />
component when theFeatures.Hidden
feature is used (#2955)tabIndex
on the<Switch />
component (#2966)disabled
state to hidden inputs in form-like components (#3004)selectedIndex
for controlled<Tab/>
components (#3037)vercel/ai (ai)
v3.0.23
Compare Source
Patch Changes
66b5892
: Add streamMode parameter to useChat and useCompletion.7b8791d
]v3.0.22
Compare Source
Patch Changes
d544886
: Breaking change: extract experimental AI core provider packages. They can now be imported with e.g. import { openai } from '@ai-sdk/openai' after adding them to a project.ea6b0e1
: Expose formatStreamPart, parseStreamPart, and readDataStream helpers.v3.0.21
Compare Source
Patch Changes
87d3db5
: Extracted @ai-sdk/provider package8c40f8c
: ai/core: Fix openai provider streamObject for gpt-4-turbo5cd29bd
: ai/core: add toTextStreamResponse() method to streamText resultv3.0.20
Compare Source
Patch Changes
f42bbb5
: Remove experimental from useAssistant and AssistantResponse.149fe26
: Deprecate2eb4b55
: Remove experimental_ prefix from StreamData.e45fa96
: Add stream support for Bedrock/Cohere.a6b2500
: Deprecated theexperimental_streamData: true
setting from AIStreamCallbacksAndOptions. You can delete occurrences in your code. The stream data protocol is now used by default.v3.0.19
Compare Source
Patch Changes
4f4c7f5
: ai/core: Anthropic tool call supportv3.0.18
Compare Source
Patch Changes
63d587e
: Add Anthropic provider for ai/core functions (no tool calling).63d587e
: Add automatic mime type detection for images in ai/core prompts.v3.0.17
Compare Source
Patch Changes
2b991c4
: Add Google Generative AI provider for ai/core functions.vercel/next.js (eslint-config-next)
v14.2.1
Compare Source
v14.2.0
Compare Source
pallets/flask (flask)
v3.0.3
Compare Source
Released 2024-04-07
hashlib.sha1
may not be available in FIPS builds. Don'taccess it at import time so the developer has time to change the default.
:issue:
5448
cli
attribute in the sansio scaffold, but rather inthe
Flask
concrete class. :pr:5270
vercel/next.js (next)
v14.2.1
Compare Source
v14.2.0
Compare Source
openai/openai-python (openai)
v1.20.0
Compare Source
Full Changelog: v1.19.0...v1.20.0
Features
v1.19.0
Compare Source
Full Changelog: v1.18.0...v1.19.0
Features
v1.18.0
Compare Source
Full Changelog: v1.17.1...v1.18.0
Features
v1.17.1
Compare Source
Full Changelog: v1.17.0...v1.17.1
Chores
v1.17.0
Compare Source
Full Changelog: v1.16.2...v1.17.0
Features
v1.16.2
Compare Source
Full Changelog: v1.16.1...v1.16.2
Bug Fixes
v1.16.1
Compare Source
Full Changelog: v1.16.0...v1.16.1
Chores
v1.16.0
Compare Source
Full Changelog: v1.15.0...v1.16.0
Features
Chores
Refactors
openai/openai-node (openai)
v4.36.0
Compare Source
Full Changelog: v4.35.0...v4.36.0
Features
Build System
v4.35.0
Compare Source
Full Changelog: v4.34.0...v4.35.0
Features
v4.34.0
Compare Source
Full Changelog: v4.33.1...v4.34.0
Features
v4.33.1
Compare Source
Full Changelog: v4.33.0...v4.33.1
Chores
v4.33.0
Compare Source
Full Changelog: v4.32.2...v4.33.0
Features
v4.32.2
Compare Source
Full Changelog: v4.32.1...v4.32.2
Bug Fixes
Chores
v4.32.1
Compare Source
Full Changelog: v4.32.0...v4.32.1
Chores
v4.32.0
Compare Source
Full Changelog: v4.31.0...v4.32.0
Features
Chores
Documentation
Refactors
pydantic/pydantic (pydantic)
v2.7.0
Compare Source
GitHub release
The code released in v2.7.0 is practically identical to that of v2.7.0b1.
What's Changed
Packaging
pyproject.toml
sections by @Viicos in #8899pydantic-core
tov2.18.1
by @sydney-runkle in #9211jiter
v0.2.0
by @samuelcolvin in pydantic/pydantic-core#1250New Features
FieldInfo.description
by @Viicos in #6563with_config
decorator to comply with typing spec by @Viicos in #8611ByteSize.human_readable
by @jks15satoshi in #8706Secret
base type by @conradogarciaberrotaran in #8519Sphinx
inventories for cross references in docs by @Viicos in #8682deprecated
fields by @Viicos in #8237field_serializer('*')
by @ornariece in #9001model_config
is defined as a model property by @alexeyt101 in #9004create_model()
to supporttyping.Annotated
as input by @wannieman98 in #8947ClickhouseDsn
support by @solidguy7 in #9062re.Pattern[str]
topattern
field by @jag-k in #9053serialize_as_any
runtime setting by @sydney-runkle in #8830typing.Self
by @Youssefares in #9023context
to serialization by @ornariece in #8965Finalized in v2.7.0, rather than v2.7.0b1:
warnings
parameter for serialization utilities to allow raising a warning by @Lance-Drane in #9166Changes
model_construct
behavior withextra
by @sydney-runkle in #8807RootModel
subclasses by @sydney-runkle in #8857PEP570
syntax by @Viicos in #8940enum
andtype
to the JSON schema for single item literals by @dmontagu in #8944update_json_schema
internal function by @sydney-runkle in #9125Performance
enum
validator improvements by @samuelcolvin in #9045enum
validation and serialization to Rust by @samuelcolvin in #9064aarch64
(Note: SIMD on x86 will be implemented in a future release) by @samuelcolvin in in pydantic/jiter#65Cow<str>
fromjiter
by @davidhewitt in pydantic/pydantic-core#1231Fixes
Sequence
s by @sydney-runkle in #8614__qualname__
by @anci3ntr0ck in #8642__pydantic_extra__
annotation being a string or inherited by @alexmojaki in #8659NameEmail
by @Holi0317 in #8650BaseModel
by @bluenote10 in #8651mypy
plugin andno_strict_optional = True
by @dmontagu in #8666ByteSize
errortype
change by @sydney-runkle in #8681__pydantic_config__
ignored for TypeDict by @13sin in #8734pytest v8.0.0
due topytest.warns()
starting to work insidepytest.raises()
by @mgorny in #8678is_valid_field
from 1.x formypy
plugin by @DanielNoord in #8738mypy
strict equality flag by @dmontagu in #8799FieldInfo.__repr_args__
by @sydney-runkle in #8801BaseModel
type annotations to be resolvable bytyping.get_type_hints
by @devmonkey22 in #7680AliasGenerator
by @sydney-runkle in #8810date
->datetime
timezone assumption fix by @sydney-runkle in #8823ast.Str
by @Viicos in #8837deprecated
decorators by @Viicos in #8877NameEmail
if name includes an email address by @NeevCohen in #8860TypeAdapter
's typing compatible with special forms by @adriangb in #8923enum
s by @dmontagu in #8920model_json_schema
usage by @sydney-runkle in #8928mypy
plugin by @dmontagu in #9008PlainSerializer
usage with std type constructor by @sydney-runkle in #9031Model.__getattr__()
by @NeevCohen in #9082ClassVar
forward ref inherited from parent class by @alexmojaki in #9097True
by @andresliszt in #8977deque
when passed toSequence[blah blah blah]
by @sydney-runkle in #9128model_post_init
by @Viicos in #9134model_construct
withvalidation_alias
by @ornariece in #9144Literal
null
types by @bruno-f-cruz in #9135New Contributors
privatenumber/tsx (tsx)
v4.7.2
Compare Source
Microsoft/TypeScript (typescript)
v5.4.5
: TypeScript 5.4.5Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.4
: TypeScript 5.4.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.