Skip to content

chore(deps, frontend): update frontend patch updates - #7731

Open
renovate-bot wants to merge 1 commit into
apache:mainfrom
renovate-bot:renovate/frontend-patch-updates
Open

chore(deps, frontend): update frontend patch updates#7731
renovate-bot wants to merge 1 commit into
apache:mainfrom
renovate-bot:renovate/frontend-patch-updates

Conversation

@renovate-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@ai-sdk/openai (source) 2.0.672.0.118 age confidence
@ali-hm/angular-tree-component 12.0.512.0.6 age confidence
@angular-devkit/build-angular 21.2.1921.2.21 age confidence
@angular-devkit/core 21.2.1921.2.21 age confidence
@angular-devkit/schematics 21.2.1921.2.21 age confidence
@angular/animations (source) 21.2.1821.2.20 age confidence
@angular/cli 21.2.1921.2.21 age confidence
@angular/common (source) 21.2.1921.2.20 age confidence
@angular/compiler (source) 21.2.1921.2.20 age confidence
@angular/compiler-cli (source) 21.2.1821.2.20 age confidence
@angular/core (source) 21.2.1921.2.20 age confidence
@angular/forms (source) 21.2.1821.2.20 age confidence
@angular/localize 21.2.1821.2.20 age confidence
@angular/platform-browser (source) 21.2.1821.2.20 age confidence
@angular/platform-browser-dynamic (source) 21.2.1821.2.20 age confidence
@angular/router (source) 21.2.1821.2.20 age confidence
@schematics/angular 21.2.1921.2.21 age confidence
@types/d3-shape (source) 2.1.22.1.7 age confidence
ai (source) 5.0.935.0.237 age confidence
concurrently 10.0.310.0.5 age confidence
eslint (source) 8.57.08.57.1 age confidence
marked (source) 17.0.117.0.6 age confidence
ng-zorro-antd (source) 21.3.221.3.3 age confidence
yjs (source) 13.6.3113.6.32 age confidence

Release Notes

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

v2.0.118

Compare Source

Patch Changes

v2.0.117

Compare Source

Patch Changes

v2.0.116

Compare Source

Patch Changes
  • 8591016: Add blocked domain filters to the OpenAI and Azure Responses API web search tools.

v2.0.115

Compare Source

Patch Changes
  • 11a02d9: Apply reasoning, service tier, and image defaults to recognizable future OpenAI model family versions.

v2.0.114

Compare Source

Patch Changes

v2.0.113

Compare Source

Patch Changes
  • 21eef03: Send null content for tool-call-only assistant messages.

v2.0.112

Compare Source

Patch Changes

v2.0.111

Compare Source

Patch Changes
  • b4f8362: feat(provider/openai): add GPT-5.6 reasoning and prompt cache controls
  • 8549807: feat(provider/openai,provider/gateway): add gpt-5.6 model ids

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

Patch Changes

v2.0.101

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

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

v2.0.99

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

v2.0.98

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

v2.0.97

Patch Changes

v2.0.96

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

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

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

v2.0.93

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

v2.0.92

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

v2.0.91

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

v2.0.90

Patch Changes

v2.0.89

Patch Changes

v2.0.88

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

v2.0.87

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

v2.0.86

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

v2.0.85

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

v2.0.84

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

v2.0.83

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

v2.0.82

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

v2.0.71

Patch Changes
  • 29a5595: Azure OpenAI enabled web-search-preview

v2.0.70

Patch Changes
  • dafda29: Set the annotations from the Responses API to doStream

v2.0.69

Patch Changes
  • 38a9f48: fix: error schema for Responses API

v2.0.68

Patch Changes
  • a4c6a12: feat(provider/openai): support conversations api
ali-hm/angular-tree-component (@​ali-hm/angular-tree-component)

v12.0.6

Compare Source

angular/angular-cli (@​angular-devkit/build-angular)

v21.2.21

Compare Source

@​angular/cli
Commit Type Description
ba5d16cac fix update dependency @​modelcontextprotocol/sdk to v1.30.0
@​angular/build
Commit Type Description
f7f60e69e fix bump undici to 7.29.0

v21.2.20

Compare Source

@​angular-devkit/build-angular
Commit Type Description
972f6db7e9 fix upgrade postcss to 8.5.23
@​angular/build
Commit Type Description
8de75ada50 fix upgrade postcss to 8.5.23
angular/angular (@​angular/animations)

v21.2.20

Compare Source

core
Commit Type Description
6afe6fa781 fix sanitize host bindings on concrete hosts
http
Commit Type Description
fec5977df4 fix match header values exactly when deleting
e33d69a71c fix preserve immutability of materialized clones
caf616670f fix run root interceptors in the terminal request chain

v21.2.19

Compare Source

compiler
Commit Type Description
e2660c3dee fix disallow i18n event attributes
7b884f585a fix restrict possible event handler check to property names longer than 2 characters
http
Commit Type Description
948a8d6831 fix distinguish repeated transfer cache params
9949dccce1 fix enable xsrf for root-provided HttpClient
platform-server
Commit Type Description
f34a93c946 fix update domino to latest version
angular/angular (@​angular/forms)

v21.2.20: 21.2.20

Compare Source

core
Commit Description
fix - 6afe6fa781 sanitize host bindings on concrete hosts
http
Commit Description
fix - fec5977df4 match header values exactly when deleting
fix - e33d69a71c preserve immutability of materialized clones
fix - caf616670f run root interceptors in the terminal request chain

v21.2.19

Compare Source

compiler
Commit Type Description
e2660c3dee fix disallow i18n event attributes
7b884f585a fix restrict possible event handler check to property names longer than 2 characters
http
Commit Type Description
948a8d6831 fix distinguish repeated transfer cache params
9949dccce1 fix enable xsrf for root-provided HttpClient
platform-server
Commit Type Description
f34a93c946 fix update domino to latest version
open-cli-tools/concurrently (concurrently)

v10.0.5

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v10.0.4...v10.0.5

v10.0.4

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v10.0.3...v10.0.4

eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes

  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)

Documentation

Build Related

  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)

Chores

markedjs/marked (marked)

v17.0.6

Compare Source

Bug Fixes

v17.0.5

Compare Source

Bug Fixes
  • Fix catastrophic backtracking (ReDoS) in link/reflink label regex (#​3918) (4625980)
  • prevent quadratic complexity in emStrongLDelim regex (#​3906) (c732dd2)
  • prevent single-tilde strikethrough false positives (#​3910) (5e03369)
  • re-assign tokenizer.lexer and renderer.parser at start of each parse call (#​3907) (f3a3ec0)
  • trim trailing whitespace from lheading text (#​3920) (3ea7e88)

v17.0.4

Compare Source

Bug Fixes

v17.0.3

Compare Source

Bug Fixes

v17.0.2

Compare Source

Bug Fixes
NG-ZORRO/ng-zorro-antd (ng-zorro-antd)

v21.3.3

Compare Source

Bug Fixes
yjs/yjs (yjs)

v13.6.32

Compare Source



Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • "before 8am on monday"
  • 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.


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

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

@forking-renovate forking-renovate Bot added the dependencies Pull requests that update a dependency file label Aug 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Automated Reviewer Suggestions

Based on the git blame history of the changed files, we recommend the following reviewers:

  • No candidates found from git blame history.

@github-actions github-actions Bot added the frontend Changes related to the frontend GUI label Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file frontend Changes related to the frontend GUI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant