FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: bump @angular/compiler, @angular/common, @angular/core, @angular/forms, @angular/platform-browser, @angular/router and @angular/compiler-cli in /packages/bigframes/bigframes/display/table_widget_angular by dependabot[bot] · Pull Request #17992 · googleapis/google-cloud-python · GitHub

fix: bump @angular/compiler, @angular/common, @angular/core, @angular/forms, @angular/platform-browser, @angular/router and @angular/compiler-cli in /packages/bigframes/bigframes/display/table_widget_angular - #17992

Merged
parthea merged 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/bigframes/bigframes/display/table_widget_angular/multi-94e8456747
Aug 4, 2026
Merged

fix: bump @angular/compiler, @angular/common, @angular/core, @angular/forms, @angular/platform-browser, @angular/router and @angular/compiler-cli in /packages/bigframes/bigframes/display/table_widget_angular#17992
parthea merged 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/bigframes/bigframes/display/table_widget_angular/multi-94e8456747

Conversation

dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps @angular/compiler, @angular/common, @angular/core, @angular/forms, @angular/platform-browser, @angular/router and @angular/compiler-cli. These dependencies needed to be updated together.
Updates @angular/compiler from 21.2.11 to 22.1.0

Release notes

Sourced from @​angular/compiler's releases.

22.1.0

common

Commit Description
skip transfer cache for uncacheable HTTP traffic (#69017)

compiler

Commit Description
Add an error for --global-foo cases (#68846)
Disable '--global-' error outside of g3 (#68846)
Namespace CSS variables to the app (#68846)
Support css var namespacing in properties (#68846)
permissive whitespace parsing in default never blocks
support foreign components defined outside top-level scope
support foreign components inside control flow blocks (#69674)
do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

Commit Description
allow passing uninvoked signals as foreign component props
support import aliases in foreignImports (#68674)

core

Commit Description
add custom set option to linkedSignal
Adds deep linking from Performance panel to DevTools
account for namespaces in host binding sanitization (#69558)
correct container anchor collection order to match DOM layout
introduce disposal mechanism for Angular views in foreign @content
introduce logical-only containers for foreign content
sanitize host bindings on concrete hosts (#69558)
set current tnode in foreign component instruction on reuse

forms

Commit Description
add utility to assert that value is a field tree

http

Commit Description
add options to allow caching of credentialed and non-cacheable HTTP requests
enable xsrf for root-provided HttpClient
match header values exactly when deleting
preserve immutability of materialized clones
skip transfer cache for fetch credentialed requests (#69017)
deprecate jsonp support

language-service

Commit Description
compile non-exported classes if standalone (#68454)
Typecheck templates which would require inline typecheck blocks (#68454)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

22.1.0 (2026-07-29)

Deprecations

http

  • HttpClient.jsonp, HttpClientJsonpModule, and related JSONP classes/functions are deprecated. Use standard HTTP requests instead.

common

Commit Type Description
1ad6824d0d fix skip transfer cache for uncacheable HTTP traffic (#69017)

compiler

Commit Type Description
af5e4e1131 feat Add an error for --global-foo cases (#68846)
d579ecaf73 feat Disable '--global-' error outside of g3 (#68846)
f98547675c feat Namespace CSS variables to the app (#68846)
8c8b2f7783 feat Support css var namespacing in properties (#68846)
292199aa4d fix permissive whitespace parsing in default never blocks
25c744c4d0 fix support foreign components defined outside top-level scope
5bd00add07 fix support foreign components inside control flow blocks (#69674)
2e442f7876 perf do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

Commit Type Description
aeb55c8bc1 fix allow passing uninvoked signals as foreign component props
7c60a98b3c fix support import aliases in foreignImports (#68674)

core

Commit Type Description
124ba10ead feat add custom set option to linkedSignal
eab4847a8b feat Adds deep linking from Performance panel to DevTools
091456a214 fix account for namespaces in host binding sanitization (#69558)
b3748e9fe4 fix correct container anchor collection order to match DOM layout
11b206b919 fix introduce disposal mechanism for Angular views in foreign @content
56607967db fix introduce logical-only containers for foreign content
23cf1a828b fix sanitize host bindings on concrete hosts (#69558)
0c07356c5c fix set current tnode in foreign component instruction on reuse

forms

Commit Type Description
bbbd357bd2 fix add utility to assert that value is a field tree

http

Commit Type Description
e3630c23c5 feat add options to allow caching of credentialed and non-cacheable HTTP requests
ec16a3d6c6 fix enable xsrf for root-provided HttpClient
39e362eea5 fix match header values exactly when deleting
be46ca8696 fix preserve immutability of materialized clones
c0cbd46bd7 fix skip transfer cache for fetch credentialed requests (#69017)
af04e266cc refactor deprecate jsonp support

language-service

| Commit | Type | Description |

... (truncated)

Commits
  • 091456a fix(core): account for namespaces in host binding sanitization (#69558)
  • 23cf1a8 fix(core): sanitize host bindings on concrete hosts (#69558)
  • 8201ceb refactor(compiler): enforce exhaustive defer trigger handling
  • 68ac204 fix(core): ignore processing instruction syntax in templates
  • da52137 fix(compiler): parsing of an empty template literal interpolation
  • 5bd00ad fix(compiler): support foreign components inside control flow blocks (#69674)
  • 2e442f7 perf(compiler): do not emit tag name when control flow root is foreign compon...
  • a19c027 refactor(compiler-cli): support foreign imports with isolated declarations
  • 997b772 fix(compiler): use regular optional chaining expression for safe function cal...
  • d579eca feat(compiler): Disable '--global-' error outside of g3 (#68846)
  • Additional commits viewable in compare view

Updates @angular/common from 21.2.17 to 22.1.0

Release notes

Sourced from @​angular/common's releases.

22.1.0

common

Commit Description
skip transfer cache for uncacheable HTTP traffic (#69017)

compiler

Commit Description
Add an error for --global-foo cases (#68846)
Disable '--global-' error outside of g3 (#68846)
Namespace CSS variables to the app (#68846)
Support css var namespacing in properties (#68846)
permissive whitespace parsing in default never blocks
support foreign components defined outside top-level scope
support foreign components inside control flow blocks (#69674)
do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

Commit Description
allow passing uninvoked signals as foreign component props
support import aliases in foreignImports (#68674)

core

Commit Description
add custom set option to linkedSignal
Adds deep linking from Performance panel to DevTools
account for namespaces in host binding sanitization (#69558)
correct container anchor collection order to match DOM layout
introduce disposal mechanism for Angular views in foreign @content
introduce logical-only containers for foreign content
sanitize host bindings on concrete hosts (#69558)
set current tnode in foreign component instruction on reuse

forms

Commit Description
add utility to assert that value is a field tree

http

Commit Description
add options to allow caching of credentialed and non-cacheable HTTP requests
enable xsrf for root-provided HttpClient
match header values exactly when deleting
preserve immutability of materialized clones
skip transfer cache for fetch credentialed requests (#69017)
deprecate jsonp support

language-service

Commit Description
compile non-exported classes if standalone (#68454)
Typecheck templates which would require inline typecheck blocks (#68454)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

22.1.0 (2026-07-29)

Deprecations

http

  • HttpClient.jsonp, HttpClientJsonpModule, and related JSONP classes/functions are deprecated. Use standard HTTP requests instead.

common

Commit Type Description
1ad6824d0d fix skip transfer cache for uncacheable HTTP traffic (#69017)

compiler

Commit Type Description
af5e4e1131 feat Add an error for --global-foo cases (#68846)
d579ecaf73 feat Disable '--global-' error outside of g3 (#68846)
f98547675c feat Namespace CSS variables to the app (#68846)
8c8b2f7783 feat Support css var namespacing in properties (#68846)
292199aa4d fix permissive whitespace parsing in default never blocks
25c744c4d0 fix support foreign components defined outside top-level scope
5bd00add07 fix support foreign components inside control flow blocks (#69674)
2e442f7876 perf do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

Commit Type Description
aeb55c8bc1 fix allow passing uninvoked signals as foreign component props
7c60a98b3c fix support import aliases in foreignImports (#68674)

core

Commit Type Description
124ba10ead feat add custom set option to linkedSignal
eab4847a8b feat Adds deep linking from Performance panel to DevTools
091456a214 fix account for namespaces in host binding sanitization (#69558)
b3748e9fe4 fix correct container anchor collection order to match DOM layout
11b206b919 fix introduce disposal mechanism for Angular views in foreign @content
56607967db fix introduce logical-only containers for foreign content
23cf1a828b fix sanitize host bindings on concrete hosts (#69558)
0c07356c5c fix set current tnode in foreign component instruction on reuse

forms

Commit Type Description
bbbd357bd2 fix add utility to assert that value is a field tree

http

Commit Type Description
e3630c23c5 feat add options to allow caching of credentialed and non-cacheable HTTP requests
ec16a3d6c6 fix enable xsrf for root-provided HttpClient
39e362eea5 fix match header values exactly when deleting
be46ca8696 fix preserve immutability of materialized clones
c0cbd46bd7 fix skip transfer cache for fetch credentialed requests (#69017)
af04e266cc refactor deprecate jsonp support

language-service

| Commit | Type | Description |

... (truncated)

Commits
  • 79a37f3 refactor(common): replaces the deprecated positional subscribe arguments wi...
  • 6dcb534 refactor(common): remove duplicate helper function
  • ec16a3d fix(http): enable xsrf for root-provided HttpClient
  • 39e362e fix(http): match header values exactly when deleting
  • be46ca8 fix(http): preserve immutability of materialized clones
  • d14696e fix(common): preserve crossorigin on image preloads
  • 3192dcc fix(http): prevent transfer cache key collisions
  • 359fb50 fix(common): avoid prototype lookups in date format caches
  • 6d043f8 fix(http): prevent interceptor signal reads from leaking into calling reactiv...
  • c1829f6 docs(docs-infra): Add build-time validation for API and guide links using rou...
  • Additional commits viewable in compare view

Updates @angular/core from 21.2.17 to 22.1.0

Release notes

Sourced from @​angular/core's releases.

22.1.0

common

Commit Description
skip transfer cache for uncacheable HTTP traffic (#69017)

compiler

Commit Description
Add an error for --global-foo cases (#68846)
Disable '--global-' error outside of g3 (#68846)
Namespace CSS variables to the app (#68846)
Support css var namespacing in properties (#68846)
permissive whitespace parsing in default never blocks
support foreign components defined outside top-level scope
support foreign components inside control flow blocks (#69674)
do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

Commit Description
allow passing uninvoked signals as foreign component props
support import aliases in foreignImports (#68674)

core

Commit Description
add custom set option to linkedSignal
Adds deep linking from Performance panel to DevTools
account for namespaces in host binding sanitization (#69558)
correct container anchor collection order to match DOM layout
introduce disposal mechanism for Angular views in foreign @content
introduce logical-only containers for foreign content
sanitize host bindings on concrete hosts (#69558)
set current tnode in foreign component instruction on reuse

forms

Commit Description
add utility to assert that value is a field tree

http

Commit Description
add options to allow caching of credentialed and non-cacheable HTTP requests
enable xsrf for root-provided HttpClient
match header values exactly when deleting
preserve immutability of materialized clones
skip transfer cache for fetch credentialed requests (#69017)
deprecate jsonp support

language-service

Commit Description
compile non-exported classes if standalone (#68454)
Typecheck templates which would require inline typecheck blocks (#68454)

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

22.1.0 (2026-07-29)

Deprecations

http

  • HttpClient.jsonp, HttpClientJsonpModule, and related JSONP classes/functions are deprecated. Use standard HTTP requests instead.

common

Commit Type Description
1ad6824d0d fix skip transfer cache for uncacheable HTTP traffic (#69017)

compiler

Commit Type Description
af5e4e1131 feat Add an error for --global-foo cases (#68846)
d579ecaf73 feat Disable '--global-' error outside of g3 (#68846)
f98547675c feat Namespace CSS variables to the app (#68846)
8c8b2f7783 feat Support css var namespacing in properties (#68846)
292199aa4d fix permissive whitespace parsing in default never blocks
25c744c4d0 fix support foreign components defined outside top-level scope
5bd00add07 fix support foreign components inside control flow blocks (#69674)
2e442f7876 perf do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

Commit Type Description
aeb55c8bc1 fix allow passing uninvoked signals as foreign component props
7c60a98b3c fix support import aliases in foreignImports (#68674)

core

Commit Type Description
124ba10ead feat add custom set option to linkedSignal
eab4847a8b feat Adds deep linking from Performance panel to DevTools
091456a214 fix account for namespaces in host binding sanitization (#69558)
b3748e9fe4 fix correct container anchor collection order to match DOM layout
11b206b919 fix introduce disposal mechanism for Angular views in foreign @content
56607967db fix introduce logical-only containers for foreign content
23cf1a828b fix sanitize host bindings on concrete hosts (#69558)
0c07356c5c fix set current tnode in foreign component instruction on reuse

forms

Commit Type Description
bbbd357bd2 fix add utility to assert that value is a field tree

http

Commit Type Description
e3630c23c5 feat add options to allow caching of credentialed and non-cacheable HTTP requests
ec16a3d6c6 fix enable xsrf for root-provided HttpClient
39e362eea5 fix match header values exactly when deleting
be46ca8696 fix preserve immutability of materialized clones
c0cbd46bd7 fix skip transfer cache for fetch credentialed requests (#69017)
af04e266cc refactor deprecate jsonp support

language-service

| Commit | Type | Description |

... (truncated)

Commits
  • ada038f refactor(core): Migrate more tests off fakeAsync
  • 091456a fix(core): account for namespaces in host binding sanitization (#69558)
  • 23cf1a8 fix(core): sanitize host bindings on concrete hosts (#69558)
  • 5d5b2ea fix(migrations): correctly detect then/else keywords in control flow migr...
  • 350ea41 refactor(core): align navigation types with built in ones
  • 49672c4 fix(migrations): correctly migrate ngClass with mixed space-separated keys
  • 3499a13 fix(core): ensure SVG animation attributeName is checked case-insensitively
  • 223e402 fix(migrations): preserve NgClass import on partial migration
  • f034c02 build: update cross-repo angular dependencies to v22.1.0-next.4
  • 0ae6d81 fix(core): preserve explicit input transform write type
  • Additional commits viewable in compare view

Updates @angular/forms from 21.2.17 to 22.1.0

Release notes

Sourced from @​angular/forms's releases.

22.1.0

common

Commit Description
skip transfer cache for uncacheable HTTP traffic (#69017)

compiler

Commit Description
Add an error for --global-foo cases (#68846)
Disable '--global-' error outside of g3 (#68846)
Namespace CSS variables to the app (#68846)
Support css var namespacing in properties (#68846)
permissive whitespace parsing in default never blocks
support foreign components defined outside top-level scope
support foreign components inside control flow blocks (#69674)
do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

Commit Description
allow passing uninvoked signals as foreign component props
support import aliases in foreignImports (#68674)

core

Commit Description
add custom set option to linkedSignal
Adds deep linking from Performance panel to DevTools
account for namespaces in host binding sanitization (#69558)
correct container anchor collection order to match DOM layout
introduce disposal mechanism for Angular views in foreign @content
introduce logical-only containers for foreign content
sanitize host bindings...

Description has been truncated

…/forms, @angular/platform-browser, @angular/router and @angular/compiler-cli

Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler), [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common), [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core), [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms), [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser), [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) and [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli). These dependencies needed to be updated together.

Updates `@angular/compiler` from 21.2.11 to 22.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.0/packages/compiler)

Updates `@angular/common` from 21.2.17 to 22.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.0/packages/common)

Updates `@angular/core` from 21.2.17 to 22.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.0/packages/core)

Updates `@angular/forms` from 21.2.17 to 22.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.0/packages/forms)

Updates `@angular/platform-browser` from 21.2.17 to 22.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.0/packages/platform-browser)

Updates `@angular/router` from 21.2.17 to 22.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.0/packages/router)

Updates `@angular/compiler-cli` from 21.2.11 to 22.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.0/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/compiler"
  dependency-version: 22.1.0
  dependency-type: direct:production
- dependency-name: "@angular/common"
  dependency-version: 22.1.0
  dependency-type: direct:production
- dependency-name: "@angular/core"
  dependency-version: 22.1.0
  dependency-type: direct:production
- dependency-name: "@angular/forms"
  dependency-version: 22.1.0
  dependency-type: direct:production
- dependency-name: "@angular/platform-browser"
  dependency-version: 22.1.0
  dependency-type: direct:production
- dependency-name: "@angular/router"
  dependency-version: 22.1.0
  dependency-type: direct:production
- dependency-name: "@angular/compiler-cli"
  dependency-version: 22.1.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 4, 2026
dependabot Bot requested review from a team as code owners August 4, 2026 14:42
dependabot Bot requested review from tswast and removed request for a team August 4, 2026 14:42
trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 4, 2026
yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 4, 2026
parthea merged commit 346aaab into main Aug 4, 2026
42 of 43 checks passed
parthea deleted the dependabot/npm_and_yarn/packages/bigframes/bigframes/display/table_widget_angular/multi-94e8456747 branch August 4, 2026 15:03
shuoweil pushed a commit that referenced this pull request Aug 12, 2026
🤖 I have created a release *beep* *boop*
---


##
[2.48.0](bigframes-v2.47.0...bigframes-v2.48.0)
(2026-08-12)


### Features

* **bigframes:** Transpiler supports more string ops
([#17693](#17693))
([7d2bc21](7d2bc21))


### Bug Fixes

* **bigframes:** fix field name typos for ai.generate* functions
([#17983](#17983))
([1b5c48b](1b5c48b))
* **bigframes:** resolve session-scoped API method logging
([#18076](#18076))
([ace618b](ace618b))
* **bigframes:** update GeminiTextGenerator default model to
gemini-2.5-flash
([#18060](#18060))
([5770ff6](5770ff6))
* bump @angular/compiler, @angular/common, @angular/core,
@angular/forms, @angular/platform-browser, @angular/router and
@angular/compiler-cli in
/packages/bigframes/bigframes/display/table_widget_angular
([#17992](#17992))
([346aaab](346aaab))
* bump fast-uri from 3.1.4 to 3.1.5 in
/packages/bigframes/bigframes/display/table_widget_angular
([#17989](#17989))
([3b3f3f4](3b3f3f4))
* bump hono from 4.12.31 to 4.13.1 in
/packages/bigframes/bigframes/display/table_widget_angular
([#18032](#18032))
([cddf35b](cddf35b))
* bump ip-address and express-rate-limit in
/packages/bigframes/bigframes/display/table_widget_angular
([#17985](#17985))
([02ed656](02ed656))
* bump undici and @angular/build in
/packages/bigframes/bigframes/display/table_widget_angular
([#17986](#17986))
([6938061](6938061))
* bump undici from 7.25.0 to 7.29.0 in /packages/bigframes/tests/js
([#17987](#17987))
([65a3571](65a3571))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
copybara-service Bot pushed a commit to google/bigframes that referenced this pull request Aug 12, 2026
🤖 I have created a release *beep* *boop*
---

##
[2.48.0](googleapis/google-cloud-python@bigframes-v2.47.0...bigframes-v2.48.0)
(2026-08-12)

### Features

* **bigframes:** Transpiler supports more string ops
([#17693](googleapis/google-cloud-python#17693))
([7d2bc21](googleapis/google-cloud-python@7d2bc21))

### Bug Fixes

* **bigframes:** fix field name typos for ai.generate* functions
([#17983](googleapis/google-cloud-python#17983))
([1b5c48b](googleapis/google-cloud-python@1b5c48b))
* **bigframes:** resolve session-scoped API method logging
([#18076](googleapis/google-cloud-python#18076))
([ace618b](googleapis/google-cloud-python@ace618b))
* **bigframes:** update GeminiTextGenerator default model to
gemini-2.5-flash
([#18060](googleapis/google-cloud-python#18060))
([5770ff6](googleapis/google-cloud-python@5770ff6))
* bump @angular/compiler, @angular/common, @angular/core,
@angular/forms, @angular/platform-browser, @angular/router and
@angular/compiler-cli in
/packages/bigframes/bigframes/display/table_widget_angular
([#17992](googleapis/google-cloud-python#17992))
([346aaab](googleapis/google-cloud-python@346aaab))
* bump fast-uri from 3.1.4 to 3.1.5 in
/packages/bigframes/bigframes/display/table_widget_angular
([#17989](googleapis/google-cloud-python#17989))
([3b3f3f4](googleapis/google-cloud-python@3b3f3f4))
* bump hono from 4.12.31 to 4.13.1 in
/packages/bigframes/bigframes/display/table_widget_angular
([#18032](googleapis/google-cloud-python#18032))
([cddf35b](googleapis/google-cloud-python@cddf35b))
* bump ip-address and express-rate-limit in
/packages/bigframes/bigframes/display/table_widget_angular
([#17985](googleapis/google-cloud-python#17985))
([02ed656](googleapis/google-cloud-python@02ed656))
* bump undici and @angular/build in
/packages/bigframes/bigframes/display/table_widget_angular
([#17986](googleapis/google-cloud-python#17986))
([6938061](googleapis/google-cloud-python@6938061))
* bump undici from 7.25.0 to 7.29.0 in /packages/bigframes/tests/js
([#17987](googleapis/google-cloud-python#17987))
([65a3571](googleapis/google-cloud-python@65a3571))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
GitOrigin-RevId: 102c940183ac1cf5670b46c17a47f559926634de
Change-Id: Ia15429511df3ebed77f5b4ad45779f8c6be0316d
hebaalazzeh pushed a commit that referenced this pull request Aug 13, 2026
🤖 I have created a release *beep* *boop*
---


##
[2.48.0](bigframes-v2.47.0...bigframes-v2.48.0)
(2026-08-12)


### Features

* **bigframes:** Transpiler supports more string ops
([#17693](#17693))
([7d2bc21](7d2bc21))


### Bug Fixes

* **bigframes:** fix field name typos for ai.generate* functions
([#17983](#17983))
([1b5c48b](1b5c48b))
* **bigframes:** resolve session-scoped API method logging
([#18076](#18076))
([ace618b](ace618b))
* **bigframes:** update GeminiTextGenerator default model to
gemini-2.5-flash
([#18060](#18060))
([5770ff6](5770ff6))
* bump @angular/compiler, @angular/common, @angular/core,
@angular/forms, @angular/platform-browser, @angular/router and
@angular/compiler-cli in
/packages/bigframes/bigframes/display/table_widget_angular
([#17992](#17992))
([346aaab](346aaab))
* bump fast-uri from 3.1.4 to 3.1.5 in
/packages/bigframes/bigframes/display/table_widget_angular
([#17989](#17989))
([3b3f3f4](3b3f3f4))
* bump hono from 4.12.31 to 4.13.1 in
/packages/bigframes/bigframes/display/table_widget_angular
([#18032](#18032))
([cddf35b](cddf35b))
* bump ip-address and express-rate-limit in
/packages/bigframes/bigframes/display/table_widget_angular
([#17985](#17985))
([02ed656](02ed656))
* bump undici and @angular/build in
/packages/bigframes/bigframes/display/table_widget_angular
([#17986](#17986))
([6938061](6938061))
* bump undici from 7.25.0 to 7.29.0 in /packages/bigframes/tests/js
([#17987](#17987))
([65a3571](65a3571))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This file contains hidden or 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
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL