-
Notifications
You must be signed in to change notification settings - Fork 177
Update ui deps sync #684
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?
Update ui deps sync #684
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
955b98a
to
335f059
Compare
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.
|
2e1185e
to
72529cd
Compare
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
72529cd
to
f8f61d0
Compare
This PR contains the following updates:
^5.0.0
->^5.1.1
^28.0.0
->^28.0.6
^6.0.0
->^6.1.0
^16.0.0
->^16.0.2
^6.0.0
->^6.0.2
^12.0.0
->^12.1.4
^2.0.1
->^2.0.7
^20.0.0
->^20.19.19
^0.1.5
->^0.1.11
^7.5.7
->^7.7.1
1.25.2
->1.35.5
1.25.2
->1.35.5
^10.4.2
->^10.4.21
^6.1.2
->^6.4.1
^11.0.0
->^11.11.1
^2.0.0
->^2.0.6
5.13.1
->5.23.2
5.13.1
->5.23.2
^8.2.8
->^8.5.6
^6.0.0
->^6.0.1
^4.0.0
->^4.52.4
^2.0.0
->^2.0.5
^7.0.0
->^7.2.3
^7.0.0
->^7.0.2
^7.6.0
->^7.7.3
^3.0.0
->^3.0.1
^3.0.1
->^3.8.6
^5.0.0
->^5.1.4
^3.0.15
->^3.4.18
^6.3.1
->^6.3.7
^2.0.0
->^2.8.1
^5.0.0
->^5.9.3
^0.12.4
->^0.12.5
Release Notes
rollup/plugins (@rollup/plugin-node-resolve)
v16.0.2
2025-10-04
Bugfixes
upstash/upstash-redis (@upstash/redis)
v1.35.5
Compare Source
What's Changed
New Contributors
Full Changelog: upstash/redis-js@v1.35.4...v1.35.5
v1.35.4
Compare Source
What's Changed
New Contributors
Full Changelog: upstash/redis-js@v1.35.3...v1.35.4
v1.35.3
Compare Source
What's Changed
New Contributors
Full Changelog: upstash/redis-js@v1.35.2...v1.35.3
v1.35.2
Compare Source
What's Changed
New Contributors
Full Changelog: upstash/redis-js@v1.35.1...v1.35.2
v1.35.1
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.35.0...v1.35.1
v1.35.0
Compare Source
What's Changed
Features:
Fixes:
Full Changelog: upstash/redis-js@v1.34.9...v1.35.0
v1.34.9
Compare Source
What's Changed
Fixes:
Full Changelog: upstash/redis-js@v1.34.8...v1.34.9
v1.34.8
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.34.7...v1.34.8
v1.34.7
Compare Source
What's Changed
Features:
Fixes:
Full Changelog: upstash/redis-js@v1.34.6...v1.34.7
v1.34.6
Compare Source
What's Changed
New Contributors
Full Changelog: upstash/redis-js@v1.34.5...v1.34.6
v1.34.5
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.34.4...v1.34.5
v1.34.4
Compare Source
What's Changed
Features:
Fixes:
New Contributors
Full Changelog: upstash/redis-js@v1.34.3...v1.34.4
v1.34.3
Compare Source
What's Changed
Changes
Vercel Env Variables
@upstash/redis sdk now also works when the env variables of Vercel KV are set:
Granular Auto Pipeline Errors
When the pipeline of the auto pipeline failed, it threw an error for all commands in the auto pipeline. This is not ideal for the use case of auto pipeline. Now, they are raised seperately.
This required changing the
exec
method ofPipeline
. It's not possible to return the errors instead of raising them. See the docstring for more details.Remove throw on missing URL/Token
We updated the SDK to throw error if the URL or the token is not set in v1.31.1, in PR #1065. This causes the Vercel builds in Turbo repo to fail unless the turbo.json is updated.
Now, we only print warning logs if the credentials are missing, instead of throwing.
Full Changelog: upstash/redis-js@v1.34.2...v1.34.3
v1.34.2
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.34.1...v1.34.2
v1.34.1
Compare Source
What's Changed
New Contributors
Full Changelog: upstash/redis-js@v1.34.0...v1.34.1
v1.34.0
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.33.0...v1.34.0
v1.33.0
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.32.0...v1.33.0
v1.32.0
Compare Source
What's Changed
New Contributors
Full Changelog: upstash/redis-js@v1.31.6...v1.32.0
v1.31.6
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.31.5...v1.31.6
v1.31.5
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.31.4...v1.31.5
v1.31.4
Compare Source
What's Changed
After this patch, cursor field in the
SCAN
,HSCAN
,SSCAN
andZSCAN
will always be string even if deserialization is enabled.Full Changelog: upstash/redis-js@v1.31.3...v1.31.4
v1.31.3
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.31.2...v1.31.3
v1.31.2
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.31.1...v1.31.2
v1.31.1
Compare Source
What's Changed
New Contributors
Full Changelog: upstash/redis-js@v1.31.0...v1.31.1
v1.31.0
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.30.1...v1.31.0
v1.30.1
Compare Source
What's Changed
New Contributors
Full Changelog: upstash/redis-js@v1.30.0...v1.30.1
v1.30.0
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.29.0...v1.30.0
v1.29.0
Compare Source
What's Changed
New Contributors
Full Changelog: upstash/redis-js@v1.28.4...v1.29.0
v1.28.4
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.28.3...v1.28.4
v1.28.3
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.28.2...v1.28.3
v1.28.2
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.28.1...v1.28.2
v1.28.1
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.28.0...v1.28.1
v1.28.0
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.27.1...v1.28.0
v1.27.1
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.27.0...v1.27.1
v1.27.0
Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.26.0...v1.27.0
openai/openai-node (openai)
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](https://redirect.github.com/openai/openai-node/compare/v5.21.0...v5.22.0
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.