Skip to content

fix(deps): update all non-major dependencies#1

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#1
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Nov 19, 2025

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@ai-sdk/openai (source) 2.0.712.0.110 age confidence
@ai-sdk/openai-compatible (source) 1.0.271.0.42 age confidence
@funish/basis (source) 0.1.20.3.0 age confidence
@napi-rs/canvas 0.1.820.1.100 age confidence
@prettier/plugin-oxc (source) 0.0.50.2.0 age confidence
@types/fontkit (source) 2.0.82.0.9 age confidence
@types/node (source) 24.10.124.13.2 age confidence
@types/opentype.js (source) 1.3.81.3.10 age confidence
@​vercel/og 0.8.50.11.1 age confidence
ai (source) 5.0.985.0.210 age confidence
oxlint (source) 1.29.01.72.0 age confidence
oxlint-tsgolint 0.8.00.24.0 age confidence
pnpm (source) 10.22.0+sha512.bf049efe995b28f527fd2b41ae0474ce29186f7edcb3bf545087bd61fbbebb2bf75362d1307fda09c2d288e1e499787ac12d4fcb617a974718a6051f2eee741c10.34.4 age confidence
prettier (source) 3.6.23.9.4 age confidence

Release Notes

vercel/ai (@​ai-sdk/openai)

v2.0.110

Compare Source

Patch Changes

v2.0.109

Compare Source

Patch Changes
  • f8e6a5c: feat(openai): add orchestration token usage details to Responses API usage

v2.0.108

Compare Source

Patch Changes

v2.0.107

Compare Source

Patch Changes

v2.0.106

Compare Source

Patch Changes
  • 3a7454a: chore(provider/openai): add type for image model options for type-safe processing

v2.0.105

Compare Source

Patch Changes

v2.0.104

Compare Source

Patch Changes

v2.0.103

Compare Source

Patch Changes
  • 5543cd1: Add AI Gateway hint to provider READMEs

v2.0.102

Compare Source

Patch Changes

v2.0.101

Compare Source

Patch Changes
  • 316517c: Add gpt-5.4-mini, gpt-5.4-mini-2026-03-17, gpt-5.4-nano, and gpt-5.4-nano-2026-03-17 models.

v2.0.100

Compare Source

Patch Changes
  • 216151a: fix(provider/openai): drop reasoning parts without encrypted content when store: false

v2.0.99

Compare Source

Patch Changes
  • 0aab803: feat(provider/openai): add gpt-5.3-chat-latest

v2.0.98

Compare Source

Patch Changes
  • 392dc94: feat(provider/openai): add GPT-5.4 model support

v2.0.97

Compare Source

Patch Changes

v2.0.96

Compare Source

Patch Changes
  • e867b5c: Support phase parameter on Responses API message items. The phase field ('commentary' or 'final_answer') is returned by models like gpt-5.3-codex on assistant message output items and must be preserved when sending follow-up requests. The phase value is available in providerMetadata.openai.phase on text parts and is automatically included on assistant messages sent back to the API.

v2.0.95

Compare Source

Patch Changes
  • b08351e: fix(openai): allow null/undefined type in streaming tool call deltas

    Azure AI Foundry and Mistral deployed on Azure omit the type field in
    streaming tool_calls deltas. The chat stream parser now accepts a missing
    type field (treating it as "function") instead of throwing
    InvalidResponseDataError: Expected 'function' type.

    Fixes #​12770

v2.0.94

Compare Source

Patch Changes
  • 42815ac: feat(provider/openai): add gpt-5.3-codex

v2.0.93

Compare Source

Patch Changes
  • fa64d70: fix(openai): change web search tool action to be optional

v2.0.92

Compare Source

Patch Changes
  • c680a01: fix(openai): add changeset and tests for per-image usage metadata

v2.0.91

Compare Source

Patch Changes
  • 6a0adb7: feat: differentiate text vs image input tokens

v2.0.90

Compare Source

Patch Changes

v2.0.89

Compare Source

Patch Changes

v2.0.88

Compare Source

Patch Changes
  • 2352cdf: feat (provider/openai): add gpt-image-1.5 model support

v2.0.87

Compare Source

Patch Changes
  • 72d76cc: Add GPT-5.2 support for non-reasoning parameters (temperature, topP, logProbs) when reasoningEffort is none.

v2.0.86

Compare Source

Patch Changes
  • a909bcf: fix(openai); fix url_citation schema in chat api

v2.0.85

Compare Source

Patch Changes
  • e79430b: fix(openai): change find action type to find_in_page action type

v2.0.84

Compare Source

Patch Changes
  • 041a4fc: feat(openai): add gpt-5.2 models

v2.0.83

Compare Source

Patch Changes
  • edc807f: feat(provider/openai): add GPT 5.1 Codex Max to OpenAI Responses model IDs list

v2.0.82

Compare Source

Patch Changes
  • e31dfa4: feat(provider/openai): add support for OpenAI xhigh reasoning effort

v2.0.81

Patch Changes

v2.0.80

Patch Changes
  • 707a163: feat(openai): additional settings for file search tool

v2.0.79

Patch Changes
  • 5b6aa88: fix(openai): fix parameter exclusion logic

v2.0.78

Patch Changes
  • e245b61: fix(openai): allow temperature etc setting when reasoning effort is none for gpt-5.1

v2.0.77

Patch Changes
  • 31f6c20: fix(openai): allow open_page action type url to be nullish

v2.0.76

Patch Changes
  • 61545c4: feat (provider/openai): include more image generation response metadata

v2.0.75

Patch Changes
  • 1c7ff4a: distinguish between OpenAI and Azure in Responses API providerMetadata

v2.0.74

Patch Changes

v2.0.73

Patch Changes
  • 2e2fd83: refactoring(provider/openai): simplify code

v2.0.72

Patch Changes
  • 53d2fcc: added support for external_web_access parameter on web_search tool
Brooooooklyn/canvas (@​napi-rs/canvas)

v0.1.100

Compare Source

Bug Fixes

v0.1.99

Compare Source

Bug Fixes
  • drawImage gray halo on transparent PNG edges with imageSmoothingEnabled (#​1252) (a748f3f)

v0.1.98

Compare Source

Features

v0.1.97

Compare Source

Bug Fixes
  • use signed integers for canvas APIs that accept negative coordinates (#​1227) (fa7c7c1)

v0.1.96

Compare Source

Bug Fixes
  • prevent memory leak when drawing canvas onto another via drawImage() (#​1222) (85ef08b)

v0.1.95

Compare Source

Bug Fixes
  • snapshot pixel data in putImageData for deferred rendering mode (#​1213) (c2526ac)

v0.1.94

Compare Source

Bug Fixes
  • putImageData incorrectly blending pixels due to Mitchell cubic resampler (#​1211) (d83e648)

v0.1.93

Compare Source

Features

v0.1.92

Compare Source

Bug Fixes
  • putImageData bypassed deferred rendering PageRecorder (#​1206) (ae938a3)
Features
  • add node-canvas compatibility layer (@napi-rs/canvas/node-canvas) (#​1203) (2ab43b6)

v0.1.91

Compare Source

Bug Fixes
  • clip with nested transforms intersects in device space (#​1202) (7e87f9e)
  • plug native memory leaks in SVG canvas, bitmap shader, and stream allocations (#​1201) (60a34e8)

v0.1.90

Compare Source

Bug Fixes
  • add Drop impl for SkPictureRecorder to prevent memory leak (#​1199) (dd4f96c)
  • copy font data in GlobalFonts.register to prevent buffer invalidation (#​1194) (fa5b40a)
  • prevent memory leaks in encode_stream callback and SkPixmap (#​1200) (c21e2ea)
Features

v0.1.89

Compare Source

Bug Fixes
Features
  • implement deferred rendering with incremental layer caching (#​1193) (4643bfe)

v0.1.88

Compare Source

Bug Fixes
  • should throw TypeError if drawImage param mismatched (#​1190) (386ac90)

v0.1.87

Compare Source

Bug Fixes
  • image: make Buffer load synchronous and add decode() method (#​1186) (d418593)
  • make Image class HTML spec compliant for jsdom integration (#​1184) (a6d3993)
Features

v0.1.86

Compare Source

Bug Fixes
  • RTL text fillText(maxWidth) x positioning calculation error (#​1179) (4db0dac)
Features

v0.1.85

Compare Source

Bug Fixes
  • initial black color string should be [#​000000](https://redirect.github.com/Brooooooklyn/canvas/issues/000000) rather than [#​000](https://redirect.github.com/Brooooooklyn/canvas/issues/000) (#​1174) (c45020a)
Features

v0.1.84

Compare Source

Features

v0.1.83

Compare Source

Features
prettier/prettier (@​prettier/plugin-oxc)

v0.2.0

Compare Source

v0.1.4

Compare Source

v0.1.3

Compare Source

v0.1.2

Compare Source

v0.1.1

Compare Source

v0.1.0

Compare Source

oxc-project/oxc (oxlint)

v1.72.0

Compare Source

🚀 Features
  • 1c8f50c linter: Add schema for eslint/no-restricted-import (#​23642) (Sysix)
🐛 Bug Fixes
  • 742be36 refactor/node/handle-callback-err: Reject invalid regex config (#​23740) (camc314)

v1.71.0

Compare Source

🚀 Features
  • 0dc2405 linter: Add schema for eslint/no-restricted-properties (#​23619) (Sysix)
  • b638d0e linter: Add schema for node/callback-return (#​23615) (Sysix)
  • eb8bedc linter: Add schema for import/extensions (#​23557) (WaterWhisperer)
  • 46f3625 linter: Implement node/no-sync rule (#​23589) (fujitani sora)
  • b01739a linter: Add schema for unicorn/numeric-separators-style (#​23554) (Mikhail Baev)
  • 68afd2a linter/node: Implement no-mixed-requires rule (#​23539) (fujitani sora)
  • a421215 linter: Add schema for eslint/prefer-destructuring (#​23410) (WaterWhisperer)
  • 84438be linter/jsdoc: Added missing options to require-param-description (#​23416) (kapobajza)
  • 51910df linter/jsdoc: Add missing options to require-param-type rule (#​23418) (kapobajza)
  • e90925f linter/unicorn: Implement prefer-number-coercion rule (#​23497) (Shekhu☺️)
  • dd1c866 linter/vue: Implement no-async-in-computed-properties rule (#​23493) (bab)
  • b02444e linter: Add schema for react/jsx-no-script-url (#​23475) (WaterWhisperer)
  • a8dce46 linter/unicorn: Implement max-nested-calls rule (#​23461) (arieleli01212)
🐛 Bug Fixes
  • a303c23 linter/jsx-a11y: Align anchor-is-valid config with upstream (#​23446) (camc314)
📚 Documentation
  • b50bf4d linter: Remove manually written options doc for eslint/arrow-body-style (#​23490) (Mikhail Baev)

v1.70.0

Compare Source

🚀 Features
  • 2e8bda4 linter/vue: Implement no-dupe-keys rule (#​23350) (bab)
  • 1490a0a linter/react: Implement react-compiler rule (#​23202) (Boshen)
  • dd560ae linter/unicorn: Implement no-array-fill-with-reference-type rule (#​23397) (Mikhail Baev)
  • af36c2f linter: Add schema for react/jsx-curly-brace-presence (#​23400) (WaterWhisperer)
  • 47d34a3 linter: Add schema for react/jsx-handler-names (#​23393) (WaterWhisperer)
  • f4250d0 linter: Add schema for unicorn/import-style (#​23386) (WaterWhisperer)
  • 30c74ce linter: Add schema for jsx_a11y/no-noninteractive-element-to-interactive-role (#​23384) (Sysix)
  • cfbe8dc linter: Add schema for jsx_a11y/no-interactive-element-to-noninteractive-role (#​23382) (WaterWhisperer)
  • d15b7ff linter: Add schema for typescript/no-restricted-types (#​23381) (WaterWhisperer)
  • 028a811 linter: Add schema for jsx-a11y/media-has-caption (#​23377) (Sysix)
  • b3b1038 linter: Add schema for jsx-a11y/label-has-associated-control (#​23376) (Sysix)
  • 7ada6b2 linter: Add schema for jsx_a11y/no-distracting-elements (#​23379) (WaterWhisperer)
  • ee3dd49 linter: Add schema for jsx-a11y/img-redundant-alt (#​23374) (Sysix)
  • df5f8dd linter: Add short descriptions to most lint rules. (#​23365) (Connor Shea)
  • e3fd735 linter: Add schema for jsx_a11y/alt-text (#​23369) (Sysix)
  • 0f2fff4 linter: Add schema for react/exhaustive-deps (#​23372) (Mikhail Baev)
  • e3e4e10 linter: Add schema for react_perf/jsx-no-new-object-as-prop (#​23368) (Mikhail Baev)
  • 9366d44 linter: Add schema for unicorn/prefer-at (#​23366) (WaterWhisperer)
  • f57b55d linter: Add schema for typescript/array-type (#​23355) (Sysix)
  • 0dcf912 linter: Add schema for typescript/ban-ts-comment (#​23354) (Sysix)
  • 51fa83e linter: Add schema for react/no-did-update-set-state (#​23357) (Mikhail Baev)
  • 59db0bd linter: Add schema for consistent-generic-constructors (#​23353) (Sysix)
  • c4775c0 linter: Add schema for typescript/consistent-type-assertions (#​23349) (Sysix)
  • 6e516f7 linter: Add schema for typescript/consistent-type-imports (#​23348) (Sysix)
  • 012134d linter: Add schema for react/jsx-no-target-blank (#​23345) (WaterWhisperer)
  • 0806aae linter: Add schema for jsx_a11y/no-noninteractive-tabindex (#​23337) (Mikhail Baev)
  • 0708b5a linter: Add schema for react/jsx-filename-extension (#​23315) (Mikhail Baev)
  • 150bce1 linter: Add schema for typescript/no-empty-object-type (#​23309) (Sysix)
  • f9e36f1 linter: Add schema for typescript/no-duplicate-type-constituents (#​23308) (Sysix)
  • 937accf linter: Add schema for typescript/no-invalid-void-type (#​23307) (Sysix)
  • 3e042b9 linter: Add schema for typescript/no-misused-promises (#​23306) (Sysix)
  • da212d1 linter: Add schema for typescript/no-unnecessary-condition (#​23305) (Sysix)
  • f8f0d38 linter: Add schema for typescript/parameter-properties (#​23304) (Sysix)
  • 2275fc7 linter: Add schema for typescript/prefer-nullish-coalescing (#​23302) (Sysix)
  • d353858 linter: Add schema for typescript/prefer-string-starts-ends-with (#​23301) (Sysix)
  • 03060f5 linter: Add schema for typescript/triple-slash-reference (#​23300) (Sysix)
  • 6619cee linter: Add schema for promise/param-names (#​23298) (Sysix)
  • 8bf108e linter: Add schema for promise/catch-or-return (#​23297) (Sysix)
  • 48158d0 linter: Add schema for vitest/consistent-each-for (#​23294) (Sysix)
  • 7e74c98 linter: Add schema for vitest/consistent-test-filename (#​23293) (Sysix)
  • ff94d4a linter: Add schema for vitest/consistent-vitest-vi (#​23292) (Sysix)
  • 2409a10 linter: Add schema for vitest/prefer-import-in-mock (#​23291) (Sysix)
  • 3d782b7 linter: Add schema for react/no-unstable-nested-components (#​23287) (Mikhail Baev)
  • 0a0bc2f linter/jsx-a11y: Add allowedRedundantRoles option to no-redundant-roles (#​22820) (bab)
  • 80758a5 linter/vue: Implement no-side-effects-in-computed-properties rule (#​23282) (bab)
  • e3869ac linter: Add schema for react/no-object-type-as-default-prop (#​23279) (Mikhail Baev)
  • 4480609 linter: Add schema for react/jsx-props-no-spreading (#​23276) (Mikhail Baev)
  • 08d68a5 linter/react: Implement jsx-no-literals rule (#​23145) (kapobajza)
  • 9a2788b linter/unicorn: Implement prefer-export-from rule (#​22935) (AliceLanniste)
  • bdb723c linter/unicorn: Implement prefer-single-call rule (#​23235) (Yuzhe Shi)
  • 31543ed linter: Add schema for vue/define-props-destructuring (#​23252) (Sysix)
  • 21b6c3d linter: Add schema for oxc/no-async-endpoint-handlers (#​23251) (Sysix)
  • e77ff81 linter: Add schema for unicorn/prefer-object-from-entries (#​23249) (Mikhail Baev)
  • bcac2d6 linter: Add schema for jest/vitest/no-restricted-matchers (#​23247) (Sysix)
  • 539f036 linter: Add schema for jest/vitest/no-restricted-*-methods (#​23246) (Sysix)
  • dd1b927 linter/vue: Implement require-default-prop rule (#​22951) (bab)
  • 3f018e7 linter: Add schema for unicorn/no-instanceof-builtins (#​23225) (Mikhail Baev)
  • e0d0f78 linter: Verify promise/no-callback-in-promise schema (#​23141) (beanscg)
  • 123d4f4 linter: Add schema for jest/vitest/valid-expect (#​23185) (Sysix)
  • 46c8a21 linter: Add schema for jest/vitest/require-top-level-describe (#​23184) (Sysix)
  • 41465cf linter: Add schema for jest/vitest/prefer-snapshot-hint (#​23183) (Sysix)
  • d068b9b linter: Add schema for jest/vitest/prefer-expect-assertions (#​23181) (Sysix)
  • 064a1ee linter: Add schema for jest/prefer-ending-with-an-expect (#​23180) (Sysix)
  • d046797 linter: Add schema for jest/vitest/no-standalone-expect (#​23179) (Sysix)
  • 137b9a6 linter: Add schema for jest/vitest/no-large-snapshots (#​23178) (Sysix)
  • 0f3e4a5 linter: Add schema for jest/vitest/no-hooks (#​23177) (Sysix)
  • cd0b384 linter: Add schema for unicorn/explicit-length-check (#​23155) (Mikhail Baev)
  • 01b74c4 linter: Add schema for jest/no-deprecated-functions (#​23136) (Sysix)
  • 9d6a387 linter: Add schema for unicorn/catch-error-name (#​23137) (Mikhail Baev)
  • 0da8efa linter: Add schema for jest/vitest/max-nested-describe (#​23131) (Sysix)
  • d71c9fd linter: Add schema for eslint/no-use-before-define (#​23129) (Sysix)
🐛 Bug Fixes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f708520 to 6ccf3b4 Compare November 20, 2025 23:49
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Nov 20, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 627fd41 to 4e51ec1 Compare November 21, 2025 01:45
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies chore(deps): update pnpm to v10.23.0 Nov 21, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9a31af6 to 87915b0 Compare November 22, 2025 20:14
@renovate renovate Bot changed the title chore(deps): update pnpm to v10.23.0 chore(deps): update all non-major dependencies Nov 22, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2f174f3 to 8f06b91 Compare November 25, 2025 22:43
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Nov 25, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 953a740 to 5068427 Compare December 3, 2025 23:47
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 0b0bb95 to 69577c8 Compare December 8, 2025 07:16
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 71fe702 to 034de2a Compare January 6, 2026 15:42
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f775627 to 797b8d3 Compare January 15, 2026 20:05
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 0315659 to 3cc286a Compare January 27, 2026 03:11
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from accb7f8 to ef9d556 Compare February 4, 2026 03:58
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 87027f1 to 43aa97c Compare February 11, 2026 15:53
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a5d499f to 7251635 Compare February 14, 2026 11:42
@renovate

renovate Bot commented Mar 2, 2026

Copy link
Copy Markdown
Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package.json
Command failed: corepack use pnpm@10.34.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants