chore(deps): bump the production-dependencies group across 1 directory with 17 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 2
(about 1 year ago)
(about 1 year ago)
dependencies
Bumps the production-dependencies group with 17 updates in the /apps/sim directory:
| Package | From | To |
|---|---|---|
| @anthropic-ai/sdk | 0.39.0 |
0.52.0 |
| @hookform/resolvers | 4.1.3 |
5.0.1 |
| @opentelemetry/exporter-trace-otlp-http | 0.200.0 |
0.201.1 |
| @opentelemetry/instrumentation-document-load | 0.45.0 |
0.46.0 |
| @opentelemetry/instrumentation-user-interaction | 0.45.0 |
0.46.0 |
| @opentelemetry/sdk-node | 0.200.0 |
0.201.1 |
| @radix-ui/react-slot | 1.2.2 |
1.2.3 |
| @react-email/components | 0.0.34 |
0.0.41 |
| drizzle-orm | 0.41.0 |
0.44.0 |
| freestyle-sandboxes | 0.0.38 |
0.0.75 |
| groq-sdk | 0.15.0 |
0.22.0 |
| lucide-react | 0.479.0 |
0.511.0 |
| openai | 4.104.0 |
5.0.1 |
| react-day-picker | 8.10.1 |
9.7.0 |
| stripe | 17.7.0 |
18.2.0 |
| tailwind-merge | 2.6.0 |
3.3.0 |
| tailwindcss | 3.4.17 |
4.1.8 |
Updates @anthropic-ai/sdk from 0.39.0 to 0.52.0
Release notes
Sourced from @anthropic-ai/sdk's releases.
sdk: v0.52.0
0.52.0 (2025-05-22)
Full Changelog: sdk-v0.51.0...sdk-v0.52.0
Features
- api: add claude 4 models, files API, code execution tool, MCP connector and more (769f9da)
Chores
sdk: v0.51.0
0.51.0 (2025-05-15)
Full Changelog: sdk-v0.50.4...sdk-v0.51.0
Features
- bedrock: support skipAuth on Bedrock client to bypass local auth requirements (b661c5f)
Bug Fixes
- bedrock: support model names with slashes (cb5fa8a)
Chores
- package: remove engines (f0378ec)
sdk: v0.50.4
0.50.4 (2025-05-12)
Full Changelog: sdk-v0.50.3...sdk-v0.50.4
Bug Fixes
- stream: correctly accumulate usage (c55b4f0)
sdk: v0.50.3
0.50.3 (2025-05-09)
Full Changelog: sdk-v0.50.2...sdk-v0.50.3
Bug Fixes
... (truncated)
Changelog
Sourced from @anthropic-ai/sdk's changelog.
0.52.0 (2025-05-22)
Full Changelog: sdk-v0.51.0...sdk-v0.52.0
Features
- api: add claude 4 models, files API, code execution tool, MCP connector and more (769f9da)
Chores
0.51.0 (2025-05-15)
Full Changelog: sdk-v0.50.4...sdk-v0.51.0
Features
- bedrock: support skipAuth on Bedrock client to bypass local auth requirements (b661c5f)
Bug Fixes
- bedrock: support model names with slashes (cb5fa8a)
Chores
- package: remove engines (f0378ec)
0.50.4 (2025-05-12)
Full Changelog: sdk-v0.50.3...sdk-v0.50.4
Bug Fixes
- stream: correctly accumulate usage (c55b4f0)
0.50.3 (2025-05-09)
Full Changelog: sdk-v0.50.2...sdk-v0.50.3
Bug Fixes
- client: always overwrite when merging headers (657912a)
- client: always overwrite when merging headers (bf70c9f)
0.50.2 (2025-05-09)
... (truncated)
Commits
b7ebb90Merge pull request #769 from anthropics/release-please--branches--main--chang...a171b77chore: release main769f9dafeat(api): add claude 4 models, files API, code execution tool, MCP connector...2ed236dchore(internal): codegen related update16f4c42codegen metadata770c4b4codegen metadata143141ccodegen metadata8ebaf61chore(internal): version bumpe5f2f90Merge pull request #768 from anthropics/release-please--branches--main--chang...7ff22bdchore: release main- Additional commits viewable in compare view
Updates @hookform/resolvers from 4.1.3 to 5.0.1
Release notes
Sourced from @hookform/resolvers's releases.
v5.0.1
5.0.1 (2025-04-02)
Bug Fixes
v5.0.0
5.0.0 (2025-04-01)
Features
BREAKING CHANGES
- Requires react-hook-form@7.55.0 or higher
Before Prior to V5, some projects used manual types like
useForm<FormValues>();After With V5, the correct approach is:
useForm<Input, Context, Output>(); useForm<FormInputValues, Context, FormOutputValues>();This update enables distinct outputs when utilizing features like
transformfrom validation libraries.ℹ️ The best approach is to let the types be inferred from your schema, rather than manually defining them.
Commits
Updates @opentelemetry/exporter-trace-otlp-http from 0.200.0 to 0.201.1
Release notes
Sourced from @opentelemetry/exporter-trace-otlp-http's releases.
experimental/v0.201.1
0.201.1
:bug: Bug Fixes
- fix(instrumentation): Change
SemconvStabilityexport fromconst enumtoenumto allow single-file transpilation tooling to work with code that usesSemconvStability. #5691@trentmexperimental/v0.201.0
0.201.0
:rocket: Features
- feat(instrumentation-xml-http-request): support migration to stable HTTP semconv, v1.23.1 #5662
@trentm
- Configure the instrumentation with
semconvStabilityOptIn: 'http'to use the new, stable semconv v1.23.1 semantics or'http/dup'for both old (v1.7.0) and stable semantics. WhensemconvStabilityOptInis not specified (or does not contain these values), it uses the old semconv v1.7.0. I.e. the default behavior is unchanged.- feat(instrumentation-fetch): support migration to stable HTTP semconv, v1.23.1 #5651
@trentm
- Configure the instrumentation with
semconvStabilityOptIn: 'http'to use the new, stable semconv v1.23.1 semantics or'http/dup'for both old (v1.7.0) and stable semantics. WhensemconvStabilityOptInis not specified (or does not contain these values), it uses the old semconv v1.7.0. I.e. the default behavior is unchanged.- feat(instrumentation): New
semconvStabilityFromStr()utility for semconv stability migration in instrumentations. #5684@trentm
- See the utility comment.
- feat(instrumentation-grpc): support migration to stable HTTP semconv #5653
@JamieDanielson- feat(instrumentation-http): capture synthetic source type on requests #5488
@JacksonWeber:bug: Bug Fixes
- fix(otlp-transformer): do not throw when deserializing empty JSON response #5551
@pichlermarc- fix(instrumentation-http): report stable client metrics response code #9586
@jtescher- fix(sdk-node): instantiate baggage processor when env var is set #5634
@pichlermarc:house: Internal
- refactor(instrumentation-http): Remove legacy http span attributes and metrics #5552
@svetlanabrennan- refactor(instrumentation-http): Add back support for http semconv #5665
@JamieDanielson
- Note: We initially removed support for legacy http attributes and metrics, but then added back for an additional 6 months to ensure all instrumentations could be updated and kept consistent. There should be no net new change in this instrumentation related to these semantic conventions. See #5646 for details.
- refactor(sdk-node): update semconv usage to
ATTR_exports #5668@trentm- chore(sdk-node): Refactored using
get*FromEnvutility function instead ofprocess.envfor NodeSDK's resource detector setup. #5582@beeme1mr- chore(sdk-node): Refactored using
get*FromEnvutility function instead ofprocess.envfor NodeSDK's logging setup. #5563@weyert- test: test Node.js 24 in CI #5661
@cjihrig
Commits
9dbd1e4chore: prepare next release (#5696)4e2703cfix(instrumentation): changeSemconvStabilityexport fromconst enumto `...072d8a8refactor(semantic-conventions): use weaver 'file_name' template config (#5689)04545farefactor(semantic-conventions): tweak the leading spacing of comments on enum...baec0a3refactor(semantic-conventions): weaver 0.13.0 supports a 'stable_only' arg to...4ce5bd1chore: prepare release 2.0.1/0.201.0 (#5683)6803723fix(deps): update all patch versions (#5685)d4d3732feat(instrumentation): export generic 'semconvStabilityFromStr()' utility, ra...56610a0test: test Node.js 24 in CI (#5661)697e1d3refactor(instrumentation-http): Add back support for http semconv (#5665)- Additional commits viewable in compare view
Updates @opentelemetry/instrumentation-document-load from 0.45.0 to 0.46.0
Release notes
Sourced from @opentelemetry/instrumentation-document-load's releases.
instrumentation-user-interaction: v0.46.0
0.46.0 (2025-05-15)
Features
instrumentation-long-task: v0.46.0
0.46.0 (2025-05-15)
Features
instrumentation-document-load: v0.46.0
0.46.0 (2025-05-15)
Features
instrumentation-winston: v0.46.0
0.46.0 (2025-05-15)
Features
Dependencies
- The following workspace dependencies were updated
- devDependencies
@opentelemetry/winston-transportbumped from ^0.11.0 to ^0.12.0instrumentation-router: v0.46.0
0.46.0 (2025-05-15)
Features
Commits
a4fcd26chore: release main (#2483)33c093dfix(instrumentation-pg): not add duplicate listeners to pg pool (#2484)b043ffbfeat(instrumentation-pg): add operation name attribute to db duration metric ...a558044feat(auto-instrumentations-node)!: disable@opentelemetry/instrumentation-fs...0341e89chore: update test-all-versions configs to test fewer package versions (#2464)ad560dffix(detector-container): properly detect container ID when using Podman (#2448)d11efb3chore(examples/mysql): modernize this example (#2465)d08d50dchore(instrumentation-pg): use done on test (#2478)25ab243chore: release main (#2474)4d66431fix: add missing@opentelemetry/coredependency (#2473)- Additional commits viewable in compare view
Updates @opentelemetry/instrumentation-user-interaction from 0.45.0 to 0.46.0
Release notes
Sourced from @opentelemetry/instrumentation-user-interaction's releases.
instrumentation-user-interaction: v0.46.0
0.46.0 (2025-05-15)
Features
instrumentation-long-task: v0.46.0
0.46.0 (2025-05-15)
Features
instrumentation-document-load: v0.46.0
0.46.0 (2025-05-15)
Features
instrumentation-winston: v0.46.0
0.46.0 (2025-05-15)
Features
Dependencies
- The following workspace dependencies were updated
- devDependencies
@opentelemetry/winston-transportbumped from ^0.11.0 to ^0.12.0instrumentation-router: v0.46.0
0.46.0 (2025-05-15)
Features
Commits
a4fcd26chore: release main (#2483)33c093dfix(instrumentation-pg): not add duplicate listeners to pg pool (#2484)b043ffbfeat(instrumentation-pg): add operation name attribute to db duration metric ...a558044feat(auto-instrumentations-node)!: disable@opentelemetry/instrumentation-fs...0341e89chore: update test-all-versions configs to test fewer package versions (#2464)ad560dffix(detector-container): properly detect container ID when using Podman (#2448)d11efb3chore(examples/mysql): modernize this example (#2465)d08d50dchore(instrumentation-pg): use done on test (#2478)25ab243chore: release main (#2474)4d66431fix: add missing@opentelemetry/coredependency (#2473)- Additional commits viewable in compare view
Updates @opentelemetry/sdk-node from 0.200.0 to 0.201.1
Release notes
Sourced from @opentelemetry/sdk-node's releases.
experimental/v0.201.1
0.201.1
:bug: Bug Fixes
- fix(instrumentation): Change
SemconvStabilityexport fromconst enumtoenumto allow single-file transpilation tooling to work with code that usesSemconvStability. #5691@trentmexperimental/v0.201.0
0.201.0
:rocket: Features
- feat(instrumentation-xml-http-request): support migration to stable HTTP semconv, v1.23.1 #5662
@trentm
- Configure the instrumentation with
semconvStabilityOptIn: 'http'to use the new, stable semconv v1.23.1 semantics or'http/dup'for both old (v1.7.0) and stable semantics. WhensemconvStabilityOptInis not specified (or does not contain these values), it uses the old semconv v1.7.0. I.e. the default behavior is unchanged.- feat(instrumentation-fetch): support migration to stable HTTP semconv, v1.23.1 #5651
@trentm
- Configure the instrumentation with
semconvStabilityOptIn: 'http'to use the new, stable semconv v1.23.1 semantics or'http/dup'for both old (v1.7.0) and stable semantics. WhensemconvStabilityOptInis not specified (or does not contain these values), it uses the old semconv v1.7.0. I.e. the default behavior is unchanged.- feat(instrumentation): New
semconvStabilityFromStr()utility for semconv stability migration in instrumentations. #5684@trentm
- See the utility comment.
- feat(instrumentation-grpc): support migration to stable HTTP semconv #5653
@JamieDanielson- feat(instrumentation-http): capture synthetic source type on requests #5488
@JacksonWeber:bug: Bug Fixes
- fix(otlp-transformer): do not throw when deserializing empty JSON response #5551
@pichlermarc- fix(instrumentation-http): report stable client metrics response code #9586
@jtescher- fix(sdk-node): instantiate baggage processor when env var is set #5634
@pichlermarc:house: Internal
- refactor(instrumentation-http): Remove legacy http span attributes and metrics #5552
@svetlanabrennan- refactor(instrumentation-http): Add back support for http semconv #5665
@JamieDanielson
- Note: We initially removed support for legacy http attributes and metrics, but then added back for an additional 6 months to ensure all instrumentations could be updated and kept consistent. There should be no net new change in this instrumentation related to these semantic conventions. See #5646 for details.
- refactor(sdk-node): update semconv usage to
ATTR_exports #5668@trentm- chore(sdk-node): Refactored using
get*FromEnvutility function instead ofprocess.envfor NodeSDK's resource detector setup. #5582@beeme1mr- chore(sdk-node): Refactored using
get*FromEnvutility function instead ofprocess.envfor NodeSDK's logging setup. #5563@weyert- test: test Node.js 24 in CI #5661
@cjihrig
Commits
9dbd1e4chore: prepare next release (#5696)4e2703cfix(instrumentation): changeSemconvStabilityexport fromconst enumto `...072d8a8refactor(semantic-conventions): use weaver 'file_name' template config (#5689)04545farefactor(semantic-conventions): tweak the leading spacing of comments on enum...baec0a3refactor(semantic-conventions): weaver 0.13.0 supports a 'stable_only' arg to...4ce5bd1chore: prepare release 2.0.1/0.201.0 (#5683)6803723fix(deps): update all patch versions (#5685)d4d3732feat(instrumentation): export generic 'semconvStabilityFromStr()' utility, ra...56610a0test: test Node.js 24 in CI (#5661)697e1d3refactor(instrumentation-http): Add back support for http semconv (#5665)- Additional commits viewable in compare view
Updates @radix-ui/react-slot from 1.2.2 to 1.2.3
Commits
- See full diff in compare view
Updates @react-email/components from 0.0.34 to 0.0.41
Release notes
Sourced from @react-email/components's releases.
@react-email/components@0.0.41Patch Changes
- Updated dependencies [c6c03a4]
- Updated dependencies [e4598ab]
- Updated dependencies [faa6944]
@react-email/render@1.1.2@react-email/body@0.0.11@react-email/button@0.0.19@react-email/code-block@0.0.13@react-email/code-inline@0.0.5@react-email/column@0.0.13@react-email/container@0.0.15@react-email/font@0.0.9@react-email/head@0.0.12@react-email/heading@0.0.15@react-email/hr@0.0.11@react-email/html@0.0.11@react-email/img@0.0.11@react-email/link@0.0.12@react-email/markdown@0.0.15@react-email/preview@0.0.13@react-email/row@0.0.12@react-email/section@0.0.16@react-email/tailwind@1.0.5@react-email/text@0.1.4Full Changelog: https://github.com/resend/react-email/compare/
@react-email/components@0.0.40...@react-email/components@0.0.41
@react-email/components@0.0.40Patch Changes
- Updated dependencies [a77ef6f]
@react-email/preview@0.0.13@react-email/render@1.1.1@react-email/body@0.0.11@react-email/button@0.0.19@react-email/code-block@0.0.13@react-email/code-inline@0.0.5@react-email/column@0.0.13@react-email/container@0.0.15@react-email/font@0.0.9@react-email/head@0.0.12@react-email/heading@0.0.15@react-email/hr@0.0.11@react-email/html@0.0.11@react-email/img@0.0.11@react-email/link@0.0.12@react-email/markdown@0.0.15@react-email/row@0.0.12
... (truncated)
Changelog
Sourced from @react-email/components's changelog.
0.0.41
Patch Changes
- Updated dependencies [c6c03a4]
- Updated dependencies [e4598ab]
- Updated dependencies [faa6944]
@react-email/render@1.1.2@react-email/body@0.0.11@react-email/button@0.0.19@react-email/code-block@0.0.13@react-email/code-inline@0.0.5@react-email/column@0.0.13@react-email/container@0.0.15@react-email/font@0.0.9@react-email/head@0.0.12@react-email/heading@0.0.15@react-email/hr@0.0.11@react-email/html@0.0.11@react-email/img@0.0.11@react-email/link@0.0.12@react-email/markdown@0.0.15@react-email/preview@0.0.13@react-email/row@0.0.12@react-email/section@0.0.16@react-email/tailwind@1.0.5@react-email/text@0.1.40.0.40
Patch Changes
- Updated dependencies [a77ef6f]
@react-email/render@1.1.1@react-email/body@0.0.11@react-email/button@0.0.19@react-email/code-block@0.0.13@react-email/code-inline@0.0.5@react-email/column@0.0.13@react-email/container@0.0.15@react-email/font@0.0.9@react-email/head@0.0.12@react-email/heading@0.0.15@react-email/hr@0.0.11@react-email/html@0.0.11@react-email/img@0.0.11@react-email/link@0.0.12@react-email/markdown@0.0.15@react-email/preview@0.0.13@react-email/row@0.0.12
... (truncated)
Commits
f723344chore(root): Version packages (#2241)4ab6783chore(root): Version packages (#2232)221ebf7chore(root): Version packages (#2216)f20a492chore(root): Version packages (#2212)368768echore(root): Version packages (#2199)1b42ab9chore(deps): update dependency typescript to v5.8.3 (#2133)a972c8dchore(root): Use biome beta (#2101)1e338bdRevert "chore(root): Try removing publishConfig for automated release to work"0793f81chore(root): Try removing publishConfig for automated release to work172bba1chore(root): Improve prepare scripts (#2060)- Additional commits viewable in compare view
Updates drizzle-orm from 0.41.0 to 0.44.0
Release notes
Sourced from drizzle-orm's releases.
0.44.0
Error handling
Starting from this version, we’ve introduced a new
DrizzleQueryErrorthat wraps all errors from database drivers and provides a set of useful information:
- A proper stack trace to identify which exact
Drizzlequery failed- The generated SQL string and its parameters
- The original stack trace from the driver that caused the DrizzleQueryError
Drizzle
cachemoduleDrizzle sends every query straight to your database by default. There are no hidden actions, no automatic caching or invalidation - you’ll always see exactly what runs. If you want caching, you must opt in.
By default, Drizzle uses a explicit caching strategy (i.e.
global: false), so nothing is ever cached unless you ask. This prevents surprises or hidden performance traps in your application. Alternatively, you can flip on all caching (global: true) so that every select will look in cache first.Out first native integration was built together with Upstash team and let you natively use
upstashas a cache for your drizzle queriesimport { upstashCache } from "drizzle-orm/cache/upstash"; import { drizzle } from "drizzle-orm/...";const db = drizzle(process.env.DB_URL!, {
cache: upstashCache({
// 👇 Redis credentials (optional — can also be pulled from env vars)
url: '<UPSTASH_URL>',
token: '<UPSTASH_TOKEN>',
// 👇 Enable caching for all queries by default (optional)
global: true,
// 👇 Default cache behavior (optional)
config: { ex: 60 }
})
});
You can also implement your own cache, as Drizzle exposes all the necessary APIs, such as get, put, mutate, etc. You can find full implementation details on the website
import Keyv from "keyv"; export class TestGlobalCache extends Cache { private globalTtl: number = 1000; // This object will be used to store which query keys were used // for a specific table, so we can later use it for invalidation. private usedTablesPerKey: Record<string, string[]> = {}; constructor(private kv: Keyv = new Keyv()) { super(); } // For the strategy, we have two options: // - 'explicit': The cache is used only when .$withCache() is added to a query. // - 'all': All queries are cached globally. </tr></table>
... (truncated)
Commits
fa9aa1eCache (#4447)3f4a6aafix(drizzle-zod): add generated column type to zod ts schema type (#4554)8e9e8edAdd release notescc2ca82Add fix for latest zod versione338ccbAdd validator packages release notes0b8920bSupport Zod v4 in drizzle-zod (#4478)08944daAdd more dependabot changes91081c0Upgrade deps for dependabot6c9e484Optimize Drizzle validator types (#4424)efb40feAdd fix for Gel Schemas (#4483)- Additional commits viewable in compare view
Updates freestyle-sandboxes from 0.0.38 to 0.0.75
Updates groq-sdk from 0.15.0 to 0.22.0
Release notes
Sourced from groq-sdk's releases.
v0.22.0
0.22.0 (2025-05-16)
Full Changelog: v0.21.0...v0.22.0
Features
- api: api update (5899599)
- api: api update (b346b49)
- api: api update (8da1401)
- api: api update (c742ce8)
Chores
- ci: bump node version for release workflows (b11d937)
- fix README example (13533da)
- GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (6ec8975)
Documentation
v0.21.0
0.21.0 (2025-05-01)
Full Changelog: v0.20.1...v0.21.0
Features
- api: api update (d6447d8)
Chores
- ci: only use depot for staging repos (65bbde4)
- docs: add missing deprecation warnings (4fda471)
- internal: codegen related update (83848bd)
Documentation
- readme: fix typo (7e506b6)
v0.20.1
0.20.1 (2025-04-23)
Full Changelog: v0.20.0...v0.20.1
... (truncated)
Changelog
Sourced from groq-sdk's changelog.
0.22.0 (2025-05-16)
Full Changelog: v0.21.0...v0.22.0
Features
- api: api update (5899599)
- api: api update (b346b49)
- api: api update (8da1401)
- api: api update (c742ce8)
Chores
- ci: bump node version for release workflows (b11d937)
- fix README example (13533da)
- GitHub Terraform: Create/Update .github/workflows/stale.yaml [skip ci] (6ec8975)
Documentation
0.21.0 (2025-05-01)
Full Changelog: v0.20.1...v0.21.0
Features
Package Dependencies
@opentelemetry/sdk-node
npm
0.200.0 → 0.201.1
Minor
npm
0.200.0 → 0.201.1
Minor
npm
0.45.0 → 0.46.0
Minor
npm
0.45.0 → 0.46.0
Minor
Technical Details
| ID: | 739964 |
| UUID: | 3101081004 |
| Node ID: | PR_kwDONmSNmM6YKaR4 |
| Host: | GitHub |
| Repository: | simstudioai/sim |