Skip to content

build(deps): bump the npm_and_yarn group across 6 directories with 8 updates#882

Closed
dependabot[bot] wants to merge 66 commits intomainfrom
dependabot/npm_and_yarn/npm_and_yarn-3acc4c3e63
Closed

build(deps): bump the npm_and_yarn group across 6 directories with 8 updates#882
dependabot[bot] wants to merge 66 commits intomainfrom
dependabot/npm_and_yarn/npm_and_yarn-3acc4c3e63

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 10, 2026

Bumps the npm_and_yarn group with 2 updates in the / directory: brace-expansion and flatted.
Bumps the npm_and_yarn group with 5 updates in the /core/generator/gapic-generator-typescript directory:

Package From To
brace-expansion 1.1.12 1.1.13
flatted 3.3.3 3.4.2
fast-xml-parser 4.5.4 4.5.6
lodash 4.17.23 4.18.1
picomatch 2.3.1 2.3.2

Bumps the npm_and_yarn group with 1 update in the /core/packages/gax/test/test-application directory: @grpc/grpc-js.
Bumps the npm_and_yarn group with 1 update in the /packages/google-cloud-automl/samples directory: mathjs.
Bumps the npm_and_yarn group with 1 update in the /packages/google-cloud-compute/samples directory: nodemailer.
Bumps the npm_and_yarn group with 1 update in the /packages/google-cloud-language/samples directory: mathjs.

Updates brace-expansion from 1.1.12 to 1.1.13

Commits

Updates flatted from 3.3.2 to 3.4.2

Commits
  • 3bf0909 3.4.2
  • 885ddcc fix CWE-1321
  • 0bdba70 added flatted-view to the benchmark
  • 2a02dce 3.4.1
  • fba4e8f Merge pull request #89 from WebReflection/python-fix
  • 5fe8648 added "when in Rome" also a test for PHP
  • 53517ad some minor improvement
  • b3e2a0c Fixing recursion issue in Python too
  • c4b46db Add SECURITY.md for security policy and reporting
  • f86d071 Create dependabot.yml for version updates
  • Additional commits viewable in compare view

Updates brace-expansion from 1.1.12 to 1.1.13

Commits

Updates flatted from 3.3.3 to 3.4.2

Commits
  • 3bf0909 3.4.2
  • 885ddcc fix CWE-1321
  • 0bdba70 added flatted-view to the benchmark
  • 2a02dce 3.4.1
  • fba4e8f Merge pull request #89 from WebReflection/python-fix
  • 5fe8648 added "when in Rome" also a test for PHP
  • 53517ad some minor improvement
  • b3e2a0c Fixing recursion issue in Python too
  • c4b46db Add SECURITY.md for security policy and reporting
  • f86d071 Create dependabot.yml for version updates
  • Additional commits viewable in compare view

Updates fast-xml-parser from 4.5.4 to 4.5.6

Release notes

Sourced from fast-xml-parser's releases.

Summary update on all the previous releases from v4.2.4

  • Multiple minor fixes provided in the validator and parser
  • v6 is added for experimental use.
  • ignoreAttributes support function, and array of string or regex
  • Add support for parsing HTML numeric entities
  • v5 of the application is ESM module now. However, JS is also supported

Note: Release section in not updated frequently. Please check CHANGELOG or Tags for latest release information.

Commits

Updates lodash from 4.17.23 to 4.18.1

Release notes

Sourced from lodash's releases.

4.18.1

Bugs

Fixes a ReferenceError issue in lodash lodash-es lodash-amd and lodash.template when using the template and fromPairs functions from the modular builds. See lodash/lodash#6167

These defects were related to how lodash distributions are built from the main branch using https://github.com/lodash-archive/lodash-cli. When internal dependencies change inside lodash functions, equivalent updates need to be made to a mapping in the lodash-cli. (hey, it was ahead of its time once upon a time!). We know this, but we missed it in the last release. It's the kind of thing that passes in CI, but fails bc the build is not the same thing you tested.

There is no diff on main for this, but you can see the diffs for each of the npm packages on their respective branches:

4.18.0

v4.18.0

Full Changelog: lodash/lodash@4.17.23...4.18.0

Security

_.unset / _.omit: Fixed prototype pollution via constructor/prototype path traversal (GHSA-f23m-r3pf-42rh, fe8d32e). Previously, array-wrapped path segments and primitive roots could bypass the existing guards, allowing deletion of properties from built-in prototypes. Now constructor and prototype are blocked unconditionally as non-terminal path keys, matching baseSet. Calls that previously returned true and deleted the property now return false and leave the target untouched.

_.template: Fixed code injection via imports keys (GHSA-r5fr-rjxr-66jc, CVE-2026-4800, 879aaa9). Fixes an incomplete patch for CVE-2021-23337. The variable option was validated against reForbiddenIdentifierChars but importsKeys was left unguarded, allowing code injection via the same Function() constructor sink. imports keys containing forbidden identifier characters now throw "Invalid imports option passed into _.template".

Docs

  • Add security notice for _.template in threat model and API docs (#6099)
  • Document lower > upper behavior in _.random (#6115)
  • Fix quotes in _.compact jsdoc (#6090)

lodash.* modular packages

Diff

We have also regenerated and published a select number of the lodash.* modular packages.

These modular packages had fallen out of sync significantly from the minor/patch updates to lodash. Specifically, we have brought the following packages up to parity w/ the latest lodash release because they have had CVEs on them in the past:

Commits
  • cb0b9b9 release(patch): bump main to 4.18.1 (#6177)
  • 75535f5 chore: prune stale advisory refs (#6170)
  • 62e91bc docs: remove n_ Node.js < 6 REPL note from README (#6165)
  • 59be2de release(minor): bump to 4.18.0 (#6161)
  • af63457 fix: broken tests for _.template 879aaa9
  • 1073a76 fix: linting issues
  • 879aaa9 fix: validate imports keys in _.template
  • fe8d32e fix: block prototype pollution in baseUnset via constructor/prototype traversal
  • 18ba0a3 refactor(fromPairs): use baseAssignValue for consistent assignment (#6153)
  • b819080 ci: add dist sync validation workflow (#6137)
  • Additional commits viewable in compare view

Updates picomatch from 2.3.1 to 2.3.2

Release notes

Sourced from picomatch's releases.

2.3.2

This is a security release fixing several security relevant issues.

What's Changed

Full Changelog: micromatch/picomatch@2.3.1...2.3.2

Changelog

Sourced from picomatch's changelog.

Release history

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • Versions and sections should be linkable.
  • The latest version comes first.
  • The release date of each versions is displayed.
  • Mention whether you follow Semantic Versioning.

Changelog entries are classified using the following labels (from keep-a-changelog):

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

4.0.0 (2024-02-07)

Fixes

Changed

3.0.1

Fixes

... (truncated)

Commits

Updates @grpc/grpc-js from 1.6.12 to 1.14.3

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js 1.14.3

  • Send halfClose immediately after messages to prevent late halfClose issues with Envoy (#3031 contributed by @​serkanerip)

@​grpc/grpc-js 1.14.2

@​grpc/grpc-js 1.14.1

  • Fix a regression of the settings used internally for HTTP/2 sessions (#3023)

@​grpc/grpc-js-xds 1.14.0

  • Implement RBAC support (gRFC A41) (#2939, #2945)
  • Add weighted_round_robin to LB policy registry (#3001) (currently experimental, enabled by the environment variable GRPC_EXPERIMENTAL_XDS_WRR_LB)
  • Add wrr_locality to LB policy registry (#3003)

@​grpc/grpc-js 1.14.0

Changelog

  • Add getAuthContext method to client and server call classes (more details can be found in gRFC L35) (#2920)
  • Implement custom backend metrics support (gRFC A51) (#2978, #2983, #2985, #2986, #2999)
  • Add getConnectionInfo method to the ServerInterceptingCall class (#2922)
  • Implement the weighted_round_robin load balancing policy (#2998)
  • Fix jitter behavior for client retries (#2960 contributed by @​ekscentrysytet)
  • Start connecting from a random index in the round_robin LB policy (#2979)
  • Send connection-level WINDOW_UPDATE at session start (#2971 contributed by @​KoenRijpstra)

Experimental API Changes

Added:

  • CHANNEL_ARGS_CONFIG_SELECTOR_KEY
  • StatusOr<T>
  • CallStream
  • statusOrFromValue
  • statusOrFromError

Modified:

  • ResolverListener#onSuccessfulResolution now has the signature (endpointList: StatusOr<Endpoint[]>, attributes: { [key: string]: unknown }, serviceConfig: StatusOr<ServiceConfig> | null, resolutionNote: string): boolean
  • LoadBalancer#updateAddressList now has the signature `updateAddressList(endpointList: StatusOr<Endpoint[]>,lbConfig: TypedLoadBalancingConfig, channelOptions: ChannelOptions, resolutionNote: string): boolean

@​grpc/grpc-js 1.13.4

  • Fix ability to set SNI with ssl_target_name_override option (#2956)

@​grpc/grpc-js 1.13.3

  • Disable Nagle's algorithm (#2936)
  • Avoid calling http2.getDefaultSettings (#2937)

@​grpc/grpc-js 1.13.2

  • Fix a bug that caused clients to be unable to connect through local proxies (#2933)

... (truncated)

Commits
  • ccd29b2 Merge pull request #3032 from murgatroid99/grpc-js_retry_half_close_1.14
  • 9ea15ce grpc-js: Bump version to 1.14.3
  • 4d387d4 Use nextMessageToSend for early half-close
  • 88a083d remove halfCloseSent field
  • f6895cb Send halfClose immediately after messages to prevent late halfClose issues wi...
  • 37f2817 revert changes
  • 4e26a27 half close right after write
  • bf0dc8f Merge pull request #3029 from murgatroid99/grpc-js_keepalive_fix_backport
  • 235474e grpc-js: Bump to 1.14.2
  • 2f090c6 grpc-js: Fix server keep alive timeout not properly destroying connections
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates mathjs from 14.9.1 to 15.2.0

Changelog

Sourced from mathjs's changelog.

2026-04-07, 15.2.0

  • Feat: Add amp-hour charge unit Ah (#3617). Thanks @​adrfantini.
  • Feat: #3595 implement num and den functions returning the parts of a fraction (#3605). Thanks @​AnslemHack.
  • Fix: Provide TypeScript types for [and/or]TransformDependencies (#3639). Thanks @​NilsDietrich.
  • Fix: two security vulnerabilities that allowed executing arbitrary JavaScript via the expression parser. Thanks @​CykuTW for finding and reporting them.

2026-02-10, 15.1.1

2025-11-05, 15.1.0

2025-10-10, 15.0.0

!!! BE CAREFUL: BREAKING CHANGES !!!

... (truncated)

Commits
  • fee4561 chore: publish v15.2.0
  • 139dcab chore: update history
  • 0aee2f6 fix: two security vulnerabilities allowing execution of arbitrary JavaScript ...
  • f7c10b1 feat: Fraction numerator and denominator helper functions (#3605)
  • 2066220 feat: Add Ah charge unit (#3617)
  • 685da0f chore: Add andTransformDependencies and orTransformDependencies to index.d.ts...
  • 8fe12e5 docs: update links to TestMu AI
  • e50b18b chore: fix linting issues
  • e910b54 chore: publish v15.1.1
  • ed10f50 chore: run npm audit fix
  • Additional commits viewable in compare view

Updates nodemailer from 7.0.13 to 8.0.5

Release notes

Sourced from nodemailer's releases.

v8.0.5

8.0.5 (2026-04-07)

Bug Fixes

  • decode SMTP server responses as UTF-8 at line boundary (95876b1)
  • sanitize CRLF in transport name option to prevent SMTP command injection (GHSA-vvjj-xcjg-gr5g) (0a43876)

v8.0.4

8.0.4 (2026-03-25)

Bug Fixes

  • sanitize envelope size to prevent SMTP command injection (2d7b971)

v8.0.3

8.0.3 (2026-03-18)

Bug Fixes

  • clean up addressparser and fix group name fallback producing undefined (9d55877)
  • fix cookie bugs, remove dead code, and improve hot-path efficiency (e8c8b92)
  • refactor smtp-connection for clarity and add Node.js 6 syntax compat test (c5b48ea)
  • remove familySupportCache that broke DNS resolution tests (c803d90)

v8.0.2

8.0.2 (2026-03-09)

Bug Fixes

  • merge fragmented display names with unquoted commas in addressparser (fe27f7f)

v8.0.1

8.0.1 (2026-02-07)

Bug Fixes

  • absorb TLS errors during socket teardown (7f8dde4)
  • absorb TLS errors during socket teardown (381f628)
  • Add Gmail Workspace service configuration (#1787) (dc97ede)

v8.0.0

8.0.0 (2026-02-04)

... (truncated)

Changelog

Sourced from nodemailer's changelog.

8.0.5 (2026-04-07)

Bug Fixes

  • decode SMTP server responses as UTF-8 at line boundary (95876b1)
  • sanitize CRLF in transport name option to prevent SMTP command injection (GHSA-vvjj-xcjg-gr5g) (0a43876)

8.0.4 (2026-03-25)

Bug Fixes

  • sanitize envelope size to prevent SMTP command injection (2d7b971)

8.0.3 (2026-03-18)

Bug Fixes

  • clean up addressparser and fix group name fallback producing undefined (9d55877)
  • fix cookie bugs, remove dead code, and improve hot-path efficiency (e8c8b92)
  • refactor smtp-connection for clarity and add Node.js 6 syntax compat test (c5b48ea)
  • remove familySupportCache that broke DNS resolution tests (c803d90)

8.0.2 (2026-03-09)

Bug Fixes

  • merge fragmented display names with unquoted commas in addressparser (fe27f7f)

8.0.1 (2026-02-07)

Bug Fixes

  • absorb TLS errors during socket teardown (7f8dde4)
  • absorb TLS errors during socket teardown (381f628)
  • Add Gmail Workspace service configuration (#1787) (dc97ede)

8.0.0 (2026-02-04)

⚠ BREAKING CHANGES

  • Error code 'NoAuth' renamed to 'ENOAUTH'

Bug Fixes

... (truncated)

Commits
  • 202cfb3 chore(master): release 8.0.5 (#1809)
  • b634abf docs: add CLAUDE.md with project conventions and release process
  • 95876b1 fix: decode SMTP server responses as UTF-8 at line boundary
  • 0a43876 fix: sanitize CRLF in transport name option to prevent SMTP command injection...
  • 08e59e6 chore: update dev dependencies
  • 2d31975 chore(master): release 8.0.4 (#1806)
  • 2d7b971 fix: sanitize envelope size to prevent SMTP command injection
  • 4e702e9 chore(master): release 8.0.3 (#1804)
  • c803d90 fix: remove familySupportCache that broke DNS resolution tests
  • e8c8b92 fix: fix cookie bugs, remove dead code, and improve hot-path efficiency
  • Additional commits viewable in compare view

Updates mathjs from 14.9.1 to 15.2.0

Changelog

Sourced from mathjs's changelog.

2026-04-07, 15.2.0

  • Feat: Add amp-hour charge unit Ah (#3617). Thanks @​adrfantini.
  • Feat: #3595 implement num and den functions returning the parts of a fraction (#3605). Thanks @​AnslemHack.
  • Fix: Provide TypeScript types for [and/or]TransformDependencies (#3639). Thanks @​NilsDietrich.
  • Fix: two security vulnerabilities that allowed executing arbitrary JavaScript via the expression parser. Thanks @​CykuTW for finding and reporting them.

2026-02-10, 15.1.1

2025-11-05, 15.1.0

2025-10-10, 15.0.0

!!! BE CAREFUL: BREAKING CHANGES !!!

... (truncated)

Commits
  • fee4561 chore: publish v15.2.0
  • 139dcab chore: update history
  • 0aee2f6 fix: two security vulnerabilities allowing execution of arbitrary JavaScript ...
  • f7c10b1 feat: Fraction numerator and denominator helper functions (#3605)
  • 2066220 feat: Add Ah charge unit (#3617)
  • 685da0f chore: Add andTransformDependencies and orTransformDependencies to index.d.ts...
  • 8fe12e5 docs: update links to TestMu AI
  • e50b18b chore: fix linting issues
  • e910b54 chore: publish v15.1.1
  • ed10f50 chore: run npm audit fix
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Dargon789 and others added 30 commits June 9, 2025 03:27
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
…ce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JSYAML-13961110
* Create build-attested-image.yml
CI:
Introduce a build-attested-image workflow that builds and pushes a Docker image to GitHub Container Registry and generates build provenance attestations.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

* Update .github/workflows/build-attested-image.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>

---------

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
…to reduce vulnerabilities (#214)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JSYAML-13961110

Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
…ce vulnerabilities (#213)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JSYAML-13961110

Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
… reduce vulnerabilities (#212)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JSYAML-13961110

Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
…e vulnerabilities (#211)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JSYAML-13961110

Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
…dates

Bumps the npm_and_yarn group with 2 updates in the / directory: [brace-expansion](https://github.com/juliangruber/brace-expansion) and [js-yaml](https://github.com/nodeca/js-yaml).


Updates `brace-expansion` from 1.1.11 to 1.1.12
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12)

Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
CI:
Introduce a CircleCI job that runs cargo fmt and cargo test using a Rust Docker image with caching for dependencies and build artifacts.
https://github.com/apps/gemini-code-assist
Highlights
New CircleCI Configuration: A new CircleCI configuration file, .circleci/cargo.yml, has been added to the repository.
Rust Build and Test Workflow: The new configuration defines a build-and-test job specifically for Rust projects, utilizing the cimg/rust:1.88.0 Docker image.
Automated Code Quality Checks: The workflow includes steps to automatically check code formatting using cargo fmt -- --check and run all tests with cargo test.
Dependency Caching: Caching mechanisms for Cargo dependencies are implemented to speed up subsequent CI runs by restoring and saving ~/.cargo and target directories.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
CI:
Introduce a CircleCI 2.1 configuration file defining a custom Docker executor and a minimal workflow that checks out the repository and runs a placeholder command.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
…lnerabilities (#209)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JSYAML-13961110

Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
…ce vulnerabilities (#208)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JSYAML-13961110

Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
CI:
Introduce a GitHub Actions workflow that builds the Jekyll site and deploys it to GitHub Pages using preinstalled dependencies.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
googleworkspace-bot and others added 19 commits March 6, 2026 02:57
* chore: bump pip in nodejs Dockerfile (#2524)

* chore: bump pip in nodejs Dockerfile

* feat: wip

* typo

* revert

Source-Link: https://github.com/googleapis/synthtool/commit/3c359d1730898407a02c6e079fcef8d57174e092
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:5ef945dd0b346b78caabeaf973467273a31394c074f5ec3f85cb66769036bab5

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* chore: add autogenerated api-report files to `.gitignore` (#2484)

When `yarn api-report` is ran, these files are automatically generated.
Since these are not tracked by git, they should be added to the
`.gitignore`.

* chore: add windows test for parity (#7254)

* chore: add windows test

* Update windows-presubmit.yaml

* Update windows-presubmit.yaml

* chore: fix issue with discovery file, which is bbigquery specific (#7257)

* feat: Add new value `DETECT_INTENT_RESPONSE_VIEW_DEFAULT` to enum `DetectIntentResponseView`
docs: Add comment for enum value `DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED` in enum `DetectIntentResponseView`

PiperOrigin-RevId: 869958840

Source-Link: https://github.com/googleapis/googleapis/commit/7b25d8c4b8ef001ccd1bd1144e2a9d2957fa47b1

Source-Link: https://github.com/googleapis/googleapis-gen/commit/19262d82876bf82105ec4e88d42737e357655f51
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRpYWxvZ2Zsb3ctY3gvLk93bEJvdC55YW1sIiwiaCI6IjE5MjYyZDgyODc2YmY4MjEwNWVjNGU4OGQ0MjczN2UzNTc2NTVmNTEifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: do not migrate samples (#7255)

* feat: [kms] Add KeyProjectResolutionMode to AutokeyConfig to support project-level configurations (#7239)

* feat: Added DeleteCryptoKey and DeleteCryptoKeyVersion RPCs to permanently remove resources
feat: Introduced the RetiredResource resource to track records of deleted keys and prevent the reuse of their resource names
feat: Added ListRetiredResources and GetRetiredResource RPCs to manage and view these records

PiperOrigin-RevId: 868670725

Source-Link: https://github.com/googleapis/googleapis/commit/f248ed087ef9b822834de74c962d9ba67bb737d3

Source-Link: https://github.com/googleapis/googleapis-gen/commit/78b317216a961e10f426487f10972804912b85ec
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWttcy8uT3dsQm90LnlhbWwiLCJoIjoiNzhiMzE3MjE2YTk2MWUxMGY0MjY0ODdmMTA5NzI4MDQ5MTJiODVlYyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: Add KeyProjectResolutionMode to AutokeyConfig to support project-level configurations
feat: Add more post-quantum (PQ) signature algorithms to CryptoKeyVersion
docs: Update documentation for AutokeyAdmin service and messages to support folder and project-level configurations
docs: Clarify supported resources for the crypto_key_backend field in ImportJob

PiperOrigin-RevId: 870858133

Source-Link: https://github.com/googleapis/googleapis/commit/b026ba89b3f609ad36df3dc8cc4ddc396f0cc941

Source-Link: https://github.com/googleapis/googleapis-gen/commit/958c60c9844e6b1c4378c43e34ebe87e661a3320
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWttcy8uT3dsQm90LnlhbWwiLCJoIjoiOTU4YzYwYzk4NDRlNmIxYzQzNzhjNDNlMzRlYmU4N2U2NjFhMzMyMCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Santiago Quiroga <22756465+quirogas@users.noreply.github.com>

* feat: [inventory] Add KeyProjectResolutionMode to AutokeyConfig to support project-level configurations (#7240)

* feat: Added DeleteCryptoKey and DeleteCryptoKeyVersion RPCs to permanently remove resources
feat: Introduced the RetiredResource resource to track records of deleted keys and prevent the reuse of their resource names
feat: Added ListRetiredResources and GetRetiredResource RPCs to manage and view these records

PiperOrigin-RevId: 868670725

Source-Link: https://github.com/googleapis/googleapis/commit/f248ed087ef9b822834de74c962d9ba67bb737d3

Source-Link: https://github.com/googleapis/googleapis-gen/commit/78b317216a961e10f426487f10972804912b85ec
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWttcy1pbnZlbnRvcnkvLk93bEJvdC55YW1sIiwiaCI6Ijc4YjMxNzIxNmE5NjFlMTBmNDI2NDg3ZjEwOTcyODA0OTEyYjg1ZWMifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: Add KeyProjectResolutionMode to AutokeyConfig to support project-level configurations
feat: Add more post-quantum (PQ) signature algorithms to CryptoKeyVersion
docs: Update documentation for AutokeyAdmin service and messages to support folder and project-level configurations
docs: Clarify supported resources for the crypto_key_backend field in ImportJob

PiperOrigin-RevId: 870858133

Source-Link: https://github.com/googleapis/googleapis/commit/b026ba89b3f609ad36df3dc8cc4ddc396f0cc941

Source-Link: https://github.com/googleapis/googleapis-gen/commit/958c60c9844e6b1c4378c43e34ebe87e661a3320
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWttcy1pbnZlbnRvcnkvLk93bEJvdC55YW1sIiwiaCI6Ijk1OGM2MGM5ODQ0ZTZiMWM0Mzc4YzQzZTM0ZWJlODdlNjYxYTMzMjAifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Santiago Quiroga <22756465+quirogas@users.noreply.github.com>

* build: add release-please config, fix owlbot-config

* chore: new owl bot post processor docker image (#7242)

Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs-mono-repo:latest@sha256:6185c2ed9f96e0851105c71b6bfa9022363e147eea2aa1c9a7b2f83b310d1524

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Santiago Quiroga <22756465+quirogas@users.noreply.github.com>

* feat: [saasservicemgmt] Add AppHub related condition types to Deployment protos (#7248)

* feat: Add AppHub related condition types to Deployment protos

PiperOrigin-RevId: 869245151

Source-Link: https://github.com/googleapis/googleapis/commit/772f19612f4244bec0419e3fffed62ccbb82ae3f

Source-Link: https://github.com/googleapis/googleapis-gen/commit/543ac7dd50e3c073a5a7976faa0998a2d88cf25e
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNhYXNwbGF0Zm9ybS1zYWFzc2VydmljZW1nbXQvLk93bEJvdC55YW1sIiwiaCI6IjU0M2FjN2RkNTBlM2MwNzNhNWE3OTc2ZmFhMDk5OGEyZDg4Y2YyNWUifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Santiago Quiroga <22756465+quirogas@users.noreply.github.com>

* feat: [storagebatchoperations] add QUEUED state to Storage Batch Operations API (#7250)

* feat: add QUEUED state to Storage Batch Operations API
feat: add bucket operations
feat: add `is_multi_bucket_job` output field added to StorageBatchOperations Job

PiperOrigin-RevId: 869283881

Source-Link: https://github.com/googleapis/googleapis/commit/fb371addb34b049d340ac5801c387237b415a810

Source-Link: https://github.com/googleapis/googleapis-gen/commit/d2299fb3158fd85ae7a50c3a2dcf382540a55a12
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXN0b3JhZ2ViYXRjaG9wZXJhdGlvbnMvLk93bEJvdC55YW1sIiwiaCI6ImQyMjk5ZmIzMTU4ZmQ4NWFlN2E1MGMzYTJkY2YzODI1NDBhNTVhMTIifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Santiago Quiroga <22756465+quirogas@users.noreply.github.com>

* feat: [places] Add `googleMapsTypeLabel` field to show type information on Google Maps (#7251)

* feat: Add `googleMapsTypeLabel` field to show type information on Google Maps
feat: Add `googleMapsLinks` field for links to different actions on Google Maps
fix!: An existing field `topic` is removed from message `.google.maps.places.v1.ContentBlock`
fix!: An existing field `references` is removed from message `.google.maps.places.v1.ContentBlock`
docs: A comment for field `reviews` in message `.google.maps.places.v1.ContextualContent` is changed
docs: A comment for field `photos` in message `.google.maps.places.v1.ContextualContent` is changed

PiperOrigin-RevId: 869356577

Source-Link: https://github.com/googleapis/googleapis/commit/6eead6ed94bddc12fe22189880a0b8f722c70478

Source-Link: https://github.com/googleapis/googleapis-gen/commit/b1cec2f4c01ffaf93a0947aba09ac903b6d34ba4
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLW1hcHMtcGxhY2VzLy5Pd2xCb3QueWFtbCIsImgiOiJiMWNlYzJmNGMwMWZmYWY5M2EwOTQ3YWJhMDlhYzkwM2I2ZDM0YmE0In0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Santiago Quiroga <22756465+quirogas@users.noreply.github.com>

* feat: [dataproc] Add `ClusterType` to support creating Zero-Scale clusters (#7252)

* feat: Add `ClusterType` to support creating Zero-Scale clusters

PiperOrigin-RevId: 869501236

Source-Link: https://github.com/googleapis/googleapis/commit/d84d3c2900ac480ec89800f3e75283768b95e36c

Source-Link: https://github.com/googleapis/googleapis-gen/commit/ae146c882ae2117c789848a529b09e024d35f9d6
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFwcm9jLy5Pd2xCb3QueWFtbCIsImgiOiJhZTE0NmM4ODJhZTIxMTdjNzg5ODQ4YTUyOWIwOWUwMjRkMzVmOWQ2In0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Santiago Quiroga <22756465+quirogas@users.noreply.github.com>

* chore: delete nongenerated migrated samples (#7256)

* chore: delete nongenerated migrated samples

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* Update PROJECT_ROOT path in trampoline_v2.sh

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* feat: [containeranalysis] A new field `registry` is added to message `.grafeas.v1.BaseImage` (#7258)

* feat: A new field `registry` is added to message `.grafeas.v1.BaseImage`
feat: A new field `advisory_publish_time` is added to message `.grafeas.v1.VulnerabilityNote`

PiperOrigin-RevId: 869922618

Source-Link: https://github.com/googleapis/googleapis/commit/67810511a5a40daa3402d796e44f77ccbcdd7d31

Source-Link: https://github.com/googleapis/googleapis-gen/commit/73d60f746adfb35717fe7cc607e95272d6ef16a2
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWRldnRvb2xzLWNvbnRhaW5lcmFuYWx5c2lzLy5Pd2xCb3QueWFtbCIsImgiOiI3M2Q2MGY3NDZhZGZiMzU3MTdmZTdjYzYwN2U5NTI3MmQ2ZWYxNmEyIn0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* feat: [binaryauthorization] A new field `registry` is added to message `.grafeas.v1.BaseImage` (#7259)

* feat: A new field `registry` is added to message `.grafeas.v1.BaseImage`
feat: A new field `advisory_publish_time` is added to message `.grafeas.v1.VulnerabilityNote`

PiperOrigin-RevId: 869922618

Source-Link: https://github.com/googleapis/googleapis/commit/67810511a5a40daa3402d796e44f77ccbcdd7d31

Source-Link: https://github.com/googleapis/googleapis-gen/commit/73d60f746adfb35717fe7cc607e95272d6ef16a2
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJpbmFyeWF1dGhvcml6YXRpb24vLk93bEJvdC55YW1sIiwiaCI6IjczZDYwZjc0NmFkZmIzNTcxN2ZlN2NjNjA3ZTk1MjcyZDZlZjE2YTIifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: install long as devdep

* Update CODEOWNERS

* feat: add SI, adapt, split point related proto (#2527)

* feat: add SI, adapt, split point related proto
docs: A comment for field `execution_options` in message `.google.spanner.executor.v1.StartTransactionAction` is changed
docs: A comment for message `TransactionExecutionOptions` is changed
docs: A comment for message `ListCloudInstancesAction` is changed

PiperOrigin-RevId: 871366927

Source-Link: https://github.com/googleapis/googleapis/commit/c032a5101b974e38774d445eca42fa36b943d95a

Source-Link: https://github.com/googleapis/googleapis-gen/commit/d2b2c4df54c8211bf8669c5d0cb40d449e8ad73a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDJiMmM0ZGY1NGM4MjExYmY4NjY5YzVkMGNiNDBkNDQ5ZThhZDczYSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* fix: append bucket name to V4 policy URL in emulator mode (#2716)

* fix: append bucket name to V4 policy URL in emulator mode

* fix: Set temporary env variables for testing and cleanup

* test: Skip test where large request returns an error (#647)

* Set the test to skipped

* Add a TODO for the skipped test

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* Change test documentation

* undo yaml changes

* Revert "undo yaml changes"

This reverts commit b1b524603a352b6d725e082a935bb6707480f7f9.

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* chore: add commit-batch-size to release-please config

When trying to populate the commit history for google-cloud-node we've been getting 502 errors, reducing the number of commits we are retrieving allows us to get passed this.  We can update this number in the future, but 1 seems the safest at this point

* chore: replace old partner teams with updated names (#7268)

* build(deps-dev): bump tmp in /handwritten/cloud-profiler (#7132)

Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.4.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.3...v0.2.4)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.4
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Santiago Quiroga <22756465+quirogas@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: add remaining `map` expressions (#2485)

* chore: replace old spanner teams with spanner-team (#2528)

b/478003109

* chore: release main (#7090)

Co-authored-by: ldetmer <1771267+ldetmer@users.noreply.github.com>

* chore: new owl bot post processor docker image (#7276)

Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs-mono-repo:latest@sha256:94d55995d53fb47e6e265a2e02bfdb778ccaaef4f3618a0ea881b0ee559e88bf

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>

* fix: Delete the whole owlbot yaml file to trigger next googlegen-apis release (#648)

* Delete the whole owlbot yaml file

* fix: Delete the whole owlbot yaml file to trigger next googlegen-apis release

* Add to templates_excludes

* chore: Update release-please-config.json

undo owlbot change to add handwritten/* to the bundled config

* chore: remove trailing comma in release-please-config.json

* feat: add initial files for google.cloud.ces.v1 (#7241)

* feat: initial commit

* feat: initial generation of library
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNlcy8uT3dsQm90LnlhbWwiLCJoIjoiNzhiMzE3MjE2YTk2MWUxMGY0MjY0ODdmMTA5NzI4MDQ5MTJiODVlYyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* Owl Bot copied code from https://github.com/googleapis/googleapis-gen/commit/78b317216a961e10f426487f10972804912b85ec

* Owl Bot copied code from https://github.com/googleapis/googleapis-gen/commit/78b317216a961e10f426487f10972804912b85ec

* Owl Bot copied code from https://github.com/googleapis/googleapis-gen/commit/78b317216a961e10f426487f10972804912b85ec

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owlbot Bootstrapper <owlbot-bootstrapper[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Santiago Quiroga <22756465+quirogas@users.noreply.github.com>

* Update release-please-submodules.json

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: Add `traffic_type, tool_use_prompt_tokens_details` to message `GenerateContentResponse.UsageMetadata` (#7266)

* feat: Add `traffic_type, tool_use_prompt_tokens_details` to message `GenerateContentResponse.UsageMetadata`

PiperOrigin-RevId: 871498028

Source-Link: https://github.com/googleapis/googleapis/commit/7d37a81f68f862e711334f362b3e48b78f5adb1b

Source-Link: https://github.com/googleapis/googleapis-gen/commit/39ddaa334038ed72fd2120dd4ed5c66f77917a60
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFpcGxhdGZvcm0vLk93bEJvdC55YW1sIiwiaCI6IjM5ZGRhYTMzNDAzOGVkNzJmZDIxMjBkZDRlZDVjNjZmNzc5MTdhNjAifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* chore: add commit batch size to submodules config

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* Merge pull request #7267 from googleapis/owl-bot-copy-packages-google-cloud-kms-inventory

feat: [inventory] Add support for project level key usage tracking

* feat: adds endpointing sensitivity to streaming recognition features (#7270)

* feat: adds endpointing sensitivity to streaming recognition features

PiperOrigin-RevId: 871987204

Source-Link: https://github.com/googleapis/googleapis/commit/b2f57f3efafac433fc1f50b4aaf128bb117f6a47

Source-Link: https://github.com/googleapis/googleapis-gen/commit/3d8601e1b1813be20ff9eb30e0f1871b5381e2bc
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNwZWVjaC8uT3dsQm90LnlhbWwiLCJoIjoiM2Q4NjAxZTFiMTgxM2JlMjBmZjllYjMwZTBmMTg3MWI1MzgxZTJiYyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* feat: [compute] Update Compute Engine v1beta API to revision 20260106 (#1147) (#7272)

* feat: Update Compute Engine v1 API to revision 20260106 (#1148)

Source-Link: https://github.com/googleapis/googleapis/commit/d1e59aa25e5c3e4c4181acbbe56b21b394def09b

Source-Link: https://github.com/googleapis/googleapis-gen/commit/1307b9d4ae3758cdb4857a1466e27edcf1ce9692
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6IjEzMDdiOWQ0YWUzNzU4Y2RiNDg1N2ExNDY2ZTI3ZWRjZjFjZTk2OTIifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: Update Compute Engine v1beta API to revision 20260106 (#1147)

Source-Link: https://github.com/googleapis/googleapis/commit/d4b17263ada6389e007f3f8a2bdf6197178c4abf

Source-Link: https://github.com/googleapis/googleapis-gen/commit/5adfeeb817f085e16e875d4de383212a4d781534
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6IjVhZGZlZWI4MTdmMDg1ZTE2ZTg3NWQ0ZGUzODMyMTJhNGQ3ODE1MzQifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* feat!: [vectorsearch] introduce new v1 vectorsearch surface and make it default version (#7273)

* feat!: introduce new v1 vectorsearch surface and make it default version

PiperOrigin-RevId: 872259537

Source-Link: https://github.com/googleapis/googleapis/commit/120a55ddd98884993645c8ceb474dffbf8286595

Source-Link: https://github.com/googleapis/googleapis-gen/commit/5c6ad98ff88406f68bbdc95fb493b49c69f56a38
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXZlY3RvcnNlYXJjaC8uT3dsQm90LnlhbWwiLCJoIjoiNWM2YWQ5OGZmODg0MDZmNjhiYmRjOTVmYjQ5M2I0OWM2OWY1NmEzOCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* fix: create mechanism to exempt packages from testing on Windows

* fix: bug preventing apiPath generation when apiId includes letter v

* fix: fix whitespace syntax error preventing run_conditional_tests.sh from running.

* chore: update run_conditional_tests.sh comments for clarity

* feat: add initial files for google.cloud.workloadmanager.v1 (#7265)

* feat: initial commit

* feat: initial generation of library
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXdvcmtsb2FkbWFuYWdlci8uT3dsQm90LnlhbWwiLCJoIjoiZDJiMmM0ZGY1NGM4MjExYmY4NjY5YzVkMGNiNDBkNDQ5ZThhZDczYSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* Owl Bot copied code from https://github.com/googleapis/googleapis-gen/commit/d2b2c4df54c8211bf8669c5d0cb40d449e8ad73a

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* Fix formatting issue in release-please-config.json

---------

Co-authored-by: Owlbot Bootstrapper <owlbot-bootstrapper[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>

* feat: [developerconnect] Add Secure Source Manager and Generic HTTP Endpoint connection types (#7284)

* feat: Add Secure Source Manager and Generic HTTP Endpoint connection types
feat: Add OAuth flow RPCs (StartOAuth, FinishOAuth)
feat: Add Gemini Code Assist GitHub App type
feat: Add HTTP Proxy base URI field
feat: Add Deployment Events to Insights API (GetDeploymentEvent, ListDeploymentEvents)
feat: Add Cloud Run and App Hub Service runtimes to InsightsConfig
feat: Add Projects field to InsightsConfig for project tracking
feat: A new message `google.cloud.developerconnect.v1.GenericHTTPEndpointConfig` is added
feat: A new message `google.cloud.developerconnect.v1.SecureSourceManagerInstanceConfig` is added
feat: A new message `google.cloud.developerconnect.v1.StartOAuthRequest` is added
feat: A new message `google.cloud.developerconnect.v1.StartOAuthResponse` is added
feat: A new message `google.cloud.developerconnect.v1.FinishOAuthRequest` is added
feat: A new message `google.cloud.developerconnect.v1.FinishOAuthResponse` is added
feat: A new message `google.cloud.developerconnect.v1.insights.Projects` is added
feat: A new message `google.cloud.developerconnect.v1.insights.GoogleCloudRun` is added
feat: A new message `google.cloud.developerconnect.v1.insights.AppHubService` is added
feat: A new message `google.cloud.developerconnect.v1.insights.DeploymentEvent` is added
feat: A new message `google.cloud.developerconnect.v1.insights.GetDeploymentEventRequest` is added
feat: A new message `google.cloud.developerconnect.v1.insights.ListDeploymentEventsRequest` is added
feat: A new message `google.cloud.developerconnect.v1.insights.ListDeploymentEventsResponse` is added
feat: A new message `google.cloud.developerconnect.v1.insights.ArtifactDeployment` is added
feat: A new field `secure_source_manager_instance_config` is added to message `google.cloud.developerconnect.v1.Connection`
feat: A new field `http_config` is added to message `google.cloud.developerconnect.v1.Connection`
feat: A new field `http_proxy_base_uri` is added to message `google.cloud.developerconnect.v1.HTTPProxyConfig`
feat: A new enum value `GEMINI_CODE_ASSIST` is added to enum `google.cloud.developerconnect.v1.GitHubConfig.GitHubApp`
feat: A new field `organization` is added to message `google.cloud.developerconnect.v1.GitHubEnterpriseConfig`
feat: A new field `projects` is added to message `google.cloud.developerconnect.v1.insights.InsightsConfig`
feat: A new field `google_cloud_run` is added to message `google.cloud.developerconnect.v1.insights.RuntimeConfig`
feat: A new field `app_hub_service` is added to message `google.cloud.developerconnect.v1.insights.RuntimeConfig`
docs: Updated comments to include regional secret patterns for SecretManager fields in `GitHubConfig`, `OAuthCredential`, `UserCredential`, `GitLabConfig`, `GitLabEnterpriseConfig`, `BitbucketDataCenterConfig`, and `BitbucketCloudConfig`
docs: Updated comment for `CreateGitRepositoryLink` RPC in `google.cloud.developerconnect.v1.DeveloperConnect`
docs: Updated description for `google.cloud.location.Locations.ListLocations` in YAML
docs: Corrected typos in comments for `google.cloud.developerconnect.v1.insights.InsightsConfig` and `google.cloud.developerconnect.v1.insights.ArtifactConfig`

PiperOrigin-RevId: 872542190

Source-Link: https://github.com/googleapis/googleapis/commit/7ed997c15ea081c509db910b4ea06c9a79cf009e

Source-Link: https://github.com/googleapis/googleapis-gen/commit/6db7ec7134872eff2adfb89632e609f4621eaf4d
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRldmVsb3BlcmNvbm5lY3QvLk93bEJvdC55YW1sIiwiaCI6IjZkYjdlYzcxMzQ4NzJlZmYyYWRmYjg5NjMyZTYwOWY0NjIxZWFmNGQifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* feat: [ces] add public libraries for CES v1beta (#7285)

* feat: add public libraries for CES v1beta

PiperOrigin-RevId: 872569929

Source-Link: https://github.com/googleapis/googleapis/commit/3a4f0282940729dbd1fd4ad315585f55f944e8e3

Source-Link: https://github.com/googleapis/googleapis-gen/commit/6e30b988cc81459cd7bc00320af6f2911b679cc9
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNlcy8uT3dsQm90LnlhbWwiLCJoIjoiNmUzMGI5ODhjYzgxNDU5Y2Q3YmMwMDMyMGFmNmYyOTExYjY3OWNjOSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* fix: exempt google-cloud-discoveryengine from windows tests

This package has an incompatible test script which fails on windows:
> @google-cloud/discoveryengine@2.5.2 test D:\a\google-cloud-node\google-cloud-node\packages\google-cloud-discoveryengine
> NODE_OPTIONS=--max-old-space-size=16384 c8 mocha build/test

'NODE_OPTIONS' is not recognized as an internal or external command,
operable program or batch file.

* feat: add initial files for google.cloud.visionai.v1 (#7275)

* feat: initial commit

* feat: initial generation of library
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXZpc2lvbmFpLy5Pd2xCb3QueWFtbCIsImgiOiI1YzZhZDk4ZmY4ODQwNmY2OGJiZGM5NWZiNDkzYjQ5YzY5ZjU2YTM4In0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* Owl Bot copied code from https://github.com/googleapis/googleapis-gen/commit/5c6ad98ff88406f68bbdc95fb493b49c69f56a38

* chore: Update .OwlBot.yaml to point at correct directory.

* Owl Bot copied code from https://github.com/googleapis/googleapis-gen/commit/5c6ad98ff88406f68bbdc95fb493b49c69f56a38

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* fix: add missing comma in release-please-config.json

---------

Co-authored-by: Owlbot Bootstrapper <owlbot-bootstrapper[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Gabe Pearhill <86282859+pearigee@users.noreply.github.com>

* fix: exempt typeless-sample-bot from running Windows unit tests.

This test creates snapshots which appear to fail due to whitespace differences between windows and macos/linux.

* feat: expand workflows to receive both workflows and executions (#7271)

* feat: expand workflows to receive both workflows and executions

* Create google-cloud-workflows

* Delete packages/google-cloud-workflows

* Create file.json

* chore: rename folder to workflows

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* Update .release-please-manifest.json

* Update release-please-config.json

* Update release-please-config.json

* Delete packages/google-cloud-workflows/librarian.js

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* chore: replace old teams with cloud-sdk-nodejs-team and gcs-team (#2728)

* chore: replace old teams with cloud-sdk-nodejs-team and gcs-team

b/478003109

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* fix: exempt .github/scripts from Windows unit tests.

* chore: replace old teams with cloud-sdk-nodejs-team and bigquery-team (#649)

b/478003109

* fix: update workflows to respect matrix node version

* chore: update version syntax in matrix configuration

* chore: update non-windows presubmit matrix versions as well

* fix: update run_conditional_tests.sh to omit fixtures tests specifically.

* fix: exempt .github/scripts/tests from Windows unit tests.

* chore(deps): update dependencies (#2525)

Source-Link: https://github.com/googleapis/synthtool/commit/1de1899b980f4ebe8f39e7acee407fc3c85d723a
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:1bf17970ae27b8ff1cad706a4d68a3592723575d3a5a9de6afe3d2726eed7f2d

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: alkatrivedi <58396306+alkatrivedi@users.noreply.github.com>

* fix: Export `regexFind` and `regexFindAll` functions to public API (#2492)

Follow up to https://github.com/googleapis/nodejs-firestore/pull/2474.

The `regexFind` and `regexFindAll` standalone expression functions were
not exported to the public API by mistake. This PR exports them to the
public API and updates the import path in the tests.

* chore: replace old teams with cloud-sdk-nodejs-team and firestore-team (#2491)

This PR replaces the old api-firestore with firestore-team, yoshi-nodejs with cloud-sdk-nodejs-team, and removes firestore-dpe.

b/478003109

As part of this change, we are also removing admin permissions from the repository settings in .github/sync-repo-settings.yaml. Teams that previously had admin access have been removed or updated to have push access.

* feat: Add high precision Picosecond timestamp support for write calls (#654)

* Port over the new proto changes

* Add the deleted protos back

* Add the generated tests

* Check out the read and write clients from main

* regenerate protos

* Revert changes to generated test files

* Add the new timestamp-output-format file

* test: update timestamp output format system test to use direct request

Modify the system test in `timestamp_output_format.ts` to use `table.request`
instead of `table.getRows`. This ensures that we are checking the raw
data returned by the server, bypassing any unreleased changes in the
BigQuery library. The test now verifies high-precision timestamps by
inspecting the raw JSON response from the `/data` endpoint.

Co-authored-by: danieljbruce <8935272+danieljbruce@users.noreply.github.com>

* test: add system test for picosecond precision timestamps

Added a new system test case to `managed_writer_client_test.ts` that
verifies the ability to write timestamps with picosecond precision.
The test creates a new table with a schema specifying
`timestampPrecision: 12` and writes a row with a high-precision
timestamp string.

This test helps ensure that the BigQuery Storage Write API and the
associated adaptation logic correctly handle picosecond precision
timestamps.

Co-authored-by: danieljbruce <8935272+danieljbruce@users.noreply.github.com>

* Isolate the writer test - try to solve interior er

* Change timestampPrecision mapping

* correct the automated changes

* timestampPrecision value changes

* Read from row 2 and not row 0

* remove only

* Delete file with read tests

* Revert the year on index.ts

* Added unit tests for source code changes

* Unit tests should cover the high precision

* Add assertion check for type string

* Delete useless tests

* remove one of the timestamp precision tests

* Add TODO

* Update src/adapt/proto.ts

Co-authored-by: Alvaro Viebrantz <aviebrantz@google.com>

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: danieljbruce <8935272+danieljbruce@users.noreply.github.com>
Co-authored-by: Alvaro Viebrantz <aviebrantz@google.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* chore: bump copyright year on index.ts template

* fix: enable google-cloud-discoveryengine tests to run on windows

* fix: try an alternative bash script for windows compatibility without an additional dependency

* feat: add rand and trunc expressions (#2493)

* add rand and trunc expressions and documentation

* remove the dash for doc consistency

* build: add release-please config, fix owlbot-config

* build: add release-please config, fix owlbot-config

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* build: add release-please config, fix owlbot-config

* chore: pin tablesort

* chore: pin cheerio

* chore: pnpm install

* chore: pin inside error-reporting not root

* chore: wrap the extracted HTTP headers in a normalization helper that safely extracts a single string from the potential string arrays returned by Hapi's updated type definitions to fix the TypeScript compilation error

* test: trim the unit tests to only capture important cases (#7303)

## Description

This PR is a response to the comment at https://togithub.com/googleapis/google-cloud-node/pull/7147#discussion_r2794218365 requesting a reduction in the number of unit tests thereby reducing the redundancy of our tests.

## Impact

This change just makes the tests a bit more concise.

* chore: remove pnpm override

* chore: fix invalid pnpm peer dependency range for protobufjs

* chore: add pnpm overrides

* feat: add `isType` expression (#2483)

* docs: update the list of available APIs (#7291)

* Update owlbot.py for node mono repo library

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: remove yoshi-nodejs becuase it doesn't exist

* chore: add long as dep

* feat: add first, last, arrayAgg and arrayAggDistinct expressions (#2494)

* feat: add first, last, arrayAgg and arrayAggDistinct expressions

* remove the only error for tests

* remove the dash for doc consistency

* replace the the function link with

* replace the function link with aggregationFunction

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* feat: [networkmanagement] Add API fields related to GKE Pods and Network Policies (#7292)

* feat: Add API fields related to GKE Pods and Network Policies

PiperOrigin-RevId: 873925482

Source-Link: https://github.com/googleapis/googleapis/commit/edfe7983b9d99d6244b4d7636d25fa6e752a2041

Source-Link: https://github.com/googleapis/googleapis-gen/commit/0b75828bc2e66b9791042d7c06755c457aac74b3
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW5ldHdvcmttYW5hZ2VtZW50Ly5Pd2xCb3QueWFtbCIsImgiOiIwYjc1ODI4YmMyZTY2Yjk3OTEwNDJkN2MwNjc1NWM0NTdhYWM3NGIzIn0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: Add API fields related to GKE Pods and Network Policies

PiperOrigin-RevId: 875021492

Source-Link: https://github.com/googleapis/googleapis/commit/69bf99a9d0910fa86c3c5867ea357aa004dfcc55

Source-Link: https://github.com/googleapis/googleapis-gen/commit/e2b09e59915b5d125c7c07c4402261feeb5b20bc
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW5ldHdvcmttYW5hZ2VtZW50Ly5Pd2xCb3QueWFtbCIsImgiOiJlMmIwOWU1OTkxNWI1ZDEyNWM3YzA3YzQ0MDIyNjFmZWViNWIyMGJjIn0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* feat: [datamanager] add `UserListService` for creating and managing user lists (#7290)

* feat: add `UserListService` for creating and managing user lists
feat: add `UserListDirectLicenseService` for creating and managing direct user list licenses
feat: add `UserListGlobalLicenseService` for creating and managing global user list licenses
feat: add `MarketingDataInsightsService` for retrieving marketing data insights for a given user list
feat: add `PartnerLinkService` for creating and managing links between advertiser and data partner accounts
feat: add `UserList` resource
feat: add `UserListDirectLicense` resource
feat: add `UserListGlobalLicense` resource
feat: add `UserListGlobalLicenseCustomerInfo` resource
feat: add `PartnerLink` resource
feat: add `UserIdData` to `AudienceMember` to support User ID in audience member ingestion
feat: add `PpidData` to `AudienceMember` to support Publisher Provided ID (PPID) in audience member ingestion
feat: add `IngestUserIdDataStatus` to `IngestAudienceMembersStatus` to report the status of user ID data ingestion
feat: add `IngestPpidDataStatus` to `IngestAudienceMembersStatus` to report the status of PPID data ingestion
feat: add `RemoveUserIdDataStatus` to `RemoveAudienceMembersStatus` to report the status of user ID data removal
feat: add `RemovePpidDataStatus` to `RemoveAudienceMembersStatus` to report the status of PPID data removal
feat: add `GOOGLE_AD_MANAGER_AUDIENCE_LINK` to the `AccountType` enum
feat: add `AgeRange` and `Gender` enums to support demographic breakdown in marketing insights
feat: add new `ErrorReason` values for licensing, user list operations, and permission checks
fix!: changed `conversion_value` field to be optional in message `Event`
docs: add comments to resources and methods to clarify which are available only to data partners
docs: a comment for enum `ErrorReason` is changed to clarify that it is subject to future additions
docs: a comment for field `pair_data` in message `AudienceMember` is changed to clarify it is only available to data partners
docs: a comment for message `PairData` is changed to clarify it is only available to data partners

PiperOrigin-RevId: 873059573

Source-Link: https://github.com/googleapis/googleapis/commit/1e6955c69d9cec0fbdae81137d4eeec480ca392f

Source-Link: https://github.com/googleapis/googleapis-gen/commit/91b643ac9fbfd7e7942576c4a356a19d13335ba8
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFkcy1kYXRhbWFuYWdlci8uT3dsQm90LnlhbWwiLCJoIjoiOTFiNjQzYWM5ZmJmZDdlNzk0MjU3NmM0YTM1NmExOWQxMzMzNWJhOCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* docs: [ces] Add library settings for ces_v1beta.yaml (#7298)

* docs: Add library settings for ces_v1beta.yaml

PiperOrigin-RevId: 874689837

Source-Link: https://github.com/googleapis/googleapis/commit/2825cb02e05aac3f3a02412d83a7ba51dd1ada3c

Source-Link: https://github.com/googleapis/googleapis-gen/commit/878c3444bb0606930a2342658bb56989c2c75cad
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNlcy8uT3dsQm90LnlhbWwiLCJoIjoiODc4YzM0NDRiYjA2MDY5MzBhMjM0MjY1OGJiNTY5ODljMmM3NWNhZCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* feat(firestore): Add array expressions (#2489)

* feat: add pipeline string expressions (#2479)

* chore: fix conformance tests

* chore: adapt owlbot.py for monorepo

* chore: migrate test fixtures and update paths

* chore: add required argument

* feat: [storagebatchoperations] add new transformation `update_object_custom_context` (#7309)

* feat: add new transformation `update_object_custom_context`

PiperOrigin-RevId: 875324745

Source-Link: https://github.com/googleapis/googleapis/commit/d14599c809a8e60a6acc8c7e8deb5e0da08c4b55

Source-Link: https://github.com/googleapis/googleapis-gen/commit/d1c436810b1d381e7d2b1ef0716d37bd734fb11d
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXN0b3JhZ2ViYXRjaG9wZXJhdGlvbnMvLk93bEJvdC55YW1sIiwiaCI6ImQxYzQzNjgxMGIxZDM4MWU3ZDJiMWVmMDcxNmQzN2JkNzM0ZmIxMWQifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* feat: [compute] Update Compute Engine v1beta API to revision 20260213 (#7296)

* feat: Update Compute Engine v1beta API to revision 20260206

(https://github.com/googleapis/googleapis/pull/1159)
Source-Link: https://github.com/googleapis/googleapis/commit/dc505966accc82576fc1ebed3d7924fe9df4ab49

Source-Link: https://github.com/googleapis/googleapis-gen/commit/17de8dbee7346d70154a485bbe48af460bb670d8
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6IjE3ZGU4ZGJlZTczNDZkNzAxNTRhNDg1YmJlNDhhZjQ2MGJiNjcwZDgifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: Update Compute Engine v1beta API to revision 20260213

Source-Link: https://github.com/googleapis/googleapis/commit/581439b1dab523c3f17f1fe9885f7cacab10dd6a

Source-Link: https://github.com/googleapis/googleapis-gen/commit/5f8da015a4a214c75fd9993a6f2c3b3b8f29955d
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6IjVmOGRhMDE1YTRhMjE0Yzc1ZmQ5OTkzYTZmMmMzYjNiOGYyOTk1NWQifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* chore: release main (#7277)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>

* Fix typo in directory path for node.fix_hermetic

* chore(nodejs): remove wheel 0.45.1 (#2526)

Source-Link: https://github.com/googleapis/synthtool/commit/b1b05f794f4bf050b0ffe9d5303d7427932d5d93
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:cd5bfcc3d183c1974bca4227785fd397452149bce3785b45a2f735a793ae6241

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: alkatrivedi <58396306+alkatrivedi@users.noreply.github.com>

* docs(storagecontrol): ignore docs for storage client and storage control client, do not overwrite .jsdoc.js (#7316)

* feat: Row readers using storage API acceleration can leverage full precision arrow values (#656)

## Description

This PR allows users to fetch high precision timestamps for read calls with arrow readers. Previous to this PR there was no way users could

## Impact

With the ArrowReaders in this code repository, now users can fetch and consume data from the server that preserves high precision timestamps on the backend.

## Testing

A system test is added that proves the timestamp fetched from the server is high precision.

## Additional Information

Something to be aware of is that this PR introduces an API change. For various read methods that users can call they can specify a value for the `arrowSerializationOptions` property of their request which will be passed onto the server. This allows users to opt into receiving high precision timestamps instead of getting them automatically because automatically opting them in could change values they are currently getting from ints to strings which is a breaking change.

Support for Avro readers will be done in a separate PR.

In this PR we make the minimal amount of changes necessary to allow users to fetch high precision timestamps for arrow readers, but there may be additional changes that could make it easier for users to write code to fetch high precision timestamps instead of the current system test we have. That should be deliberated in a separate PR though. For instance, we can expand the `GetRowsOptions` interface.

* Update .OwlBot.lock.yaml

* docs: remove inline comment about arrowSerializationOptions (#657)

## Description

As requested in https://togithub.com/googleapis/nodejs-bigquery-storage/pull/656#discussion_r2879033578, this PR just removes a comment that isn't really necessary.

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* Add component definition for handwritten/storage

* chore: make owlbot script idempotent

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: make owlbot script idempotent

* fix: Resolves the linting on storage issues (#7355)

* run linter

* Fix remaining linting issues

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* feat: [contentwarehouse] Added a field for enabling image and table annotation for layout parser processor (#7319)

* feat: Added a field for enabling image and table annotation for layout parser processor

PiperOrigin-RevId: 877500954

Source-Link: https://github.com/googleapis/googleapis/commit/aa40d20bf5f2386cd39045bcefea48334017258d

Source-Link: https://github.com/googleapis/googleapis-gen/commit/9a5ddacb78bb927694274c8f642c405b0b18202a
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbnRlbnR3YXJlaG91c2UvLk93bEJvdC55YW1sIiwiaCI6IjlhNWRkYWNiNzhiYjkyNzY5NDI3NGM4ZjY0MmM0MDViMGIxODIwMmEifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: danieljbruce <danieljbruce@users.noreply.github.com>

* build: add release-please config, fix owlbot-config

* chore: update owlbot and add long as dev dependency

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: release main (#7315)

:robot: I have created a release *beep* *boop*
---


<details><summary>contentwarehouse: 2.4.0</summary>

## [2.4.0](https://togithub.com/googleapis/google-cloud-node/compare/contentwarehouse-v2.3.0...contentwarehouse-v2.4.0) (2026-03-04)


### Features

* [contentwarehouse] Added a field for enabling image and table annotation for layout parser processor ([#7319](https://togithub.com/googleapis/google-cloud-node/issues/7319)) ([7eb5628](https://togithub.com/googleapis/google-cloud-node/commit/7eb5628e05f7592c7c3857035f82e9f44d8d4ef4))
</details>

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

* chore: run system tests against emulator only for spanner

* chore: update release-please submodules and remove extra .git folder

* build: add release-please config, fix owlbot-config

* feat: [ces] update public libraries for CES v1beta (#7356)

* feat: update public libraries for CES v1beta

fix!: An existing google.api.http annotation `http_uri` is changed for method `UploadEvaluationAudio` in service `EvaluationService`
fix!: An existing method_signature `app,audio_content` is removed from method `UploadEvaluationAudio` in service `EvaluationService`
fix!: An existing field `app` is renamed to `name` in message `.google.cloud.ces.v1beta.UploadEvaluationAudioRequest`
fix!: An existing field `audio_transcript` is renamed to `transcript` in message `.google.cloud.ces.v1beta.UploadEvaluationAudioResponse`
fix!: An existing field `audio_duration` is renamed to `duration` in message `.google.cloud.ces.v1beta.UploadEvaluationAudioResponse`
fix!: An existing field `variables` is moved in to oneof in message `.google.cloud.ces.v1beta.ExecuteToolRequest`
docs: A comment for field `cert` in message `.google.cloud.ces.v1beta.TlsConfig` is changed
docs: A comment for field `entry_agent` in message `.google.cloud.ces.v1beta.SessionConfig` is changed
docs: A comment for field `name` in message `.google.cloud.ces.v1beta.Tool` is changed
PiperOrigin-RevId: 878047537

Source-Link: https://github.com/googleapis/googleapis/commit/1fa95b7ece515b99ca62f5eb71f45c175b860ef6

Source-Link: https://github.com/googleapis/googleapis-gen/commit/d56c601864f62a9ccf05546e2c79273436f91d6b
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNlcy8uT3dsQm90LnlhbWwiLCJoIjoiZDU2YzYwMTg2NGY2MmE5Y2NmMDU1NDZlMmM3OTI3MzQzNmY5MWQ2YiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* chore: update the post-processor correctly

* Update CODEOWNERS

* chore: add relevant dropped / overwritten sections in README

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: [alloydb] Add a new field to support Dataplex integration configuration (#7322)

* feat: Add a new field to support Dataplex integration configuration

PiperOrigin-RevId: 878006289

Source-Link: https://github.com/googleapis/googleapis/commit/938377b80d3444b91cd329164b0c10507f07f9e8

Source-Link: https://github.com/googleapis/googleapis-gen/commit/ffc697ffda76e53f7dd2549f68e5f7cc67e05a8f
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFsbG95ZGIvLk93bEJvdC55YW1sIiwiaCI6ImZmYzY5N2ZmZGE3NmU1M2Y3ZGQyNTQ5ZjY4ZTVmN2NjNjdlMDVhOGYifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* chore: install long as a devdep

* fix!: [vectorsearch] Removed field DenseScannParams from SearchHint (#7312)

- [ ] Regenerate this pull request now.

docs: Changed default values for max_replica_count for AutoScaling

PiperOrigin-RevId: 878465659

Source-Link: https://togithub.com/googleapis/googleapis/commit/cecc73b1910baa5be754da8c10eb13d02e4ec5b9

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/f4c50c97bfc0a2385591f54f96697fb5c796237f
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXZlY3RvcnNlYXJjaC8uT3dsQm90LnlhbWwiLCJoIjoiZjRjNTBjOTdiZmMwYTIzODU1OTFmNTRmOTY2OTdmYjVjNzk2MjM3ZiJ9

BEGIN_NESTED_COMMIT
fix!: [vectorsearch] Removed obsolete field `vertex` from message `.google.cloud.vectorsearch.v1.Ranker`
fix!: Removed obsolete message `VertexRanker`
feat: Added index and search configuration management
docs: Updated documentation for Index Creation, Import Data Objects, Search

PiperOrigin-RevId: 876429709

Source-Link: https://togithub.com/googleapis/googleapis/commit/c83d354f79b02e3dc98f22248e22851fcf9b961d

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/03611c1a33530020dedb903eb982594cb98f6ec0
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXZlY3RvcnNlYXJjaC8uT3dsQm90LnlhbWwiLCJoIjoiMDM2MTFjMWEzMzUzMDAyMGRlZGI5MDNlYjk4MjU5NGNiOThmNmVjMCJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
fix!: [vectorsearch] Removed obsolete field `vertex` from message `.google.cloud.vectorsearch.v1.Ranker`
fix!: Removed obsolete message `VertexRanker`

PiperOrigin-RevId: 876103073

Source-Link: https://togithub.com/googleapis/googleapis/commit/a383b6b923ecd0a68e85c4410146747d207decc8

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/2774daa81703abd5d2ef5ad191faa5ff2b31303e
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXZlY3RvcnNlYXJjaC8uT3dsQm90LnlhbWwiLCJoIjoiMjc3NGRhYTgxNzAzYWJkNWQyZWY1YWQxOTFmYWE1ZmYyYjMxMzAzZSJ9
END_NESTED_COMMIT

* chore: [datamanager] remove empty extra_opts from the C# proto library (#7357)

* chore: remove empty extra_opts from the C# proto library
feat: deprecate INVALID_COUNTRY_CODE and add MEMBERSHIP_DURATION_TOO_LONG to the ErrorReason enum
docs: update filter field documentation to clarify case requirements and improve examples
fix!: update publisher_name in PairIdInfo to be required
fix!: update match_rate_percentage in PairIdInfo to be required
fix!: feat: update advertiser_identifier_count in PairIdInfo to be optional

PiperOrigin-RevId: 878469306

Source-Link: https://github.com/googleapis/googleapis/commit/63b4dff954327cc212c7473c78ceb07735219f55

Source-Link: https://github.com/googleapis/googleapis-gen/commit/1670f97f59d7819e85b552324939df7d623a10c1
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFkcy1kYXRhbWFuYWdlci8uT3dsQm90LnlhbWwiLCJoIjoiMTY3MGY5N2Y1OWQ3ODE5ZTg1YjU1MjMyNDkzOWRmN2Q2MjNhMTBjMSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>

* feat: [compute] Update Compute Engine v1 API to revision 20260213 (#7320)

- [ ] Regenerate this pull request now.

The breaking change exemption is approved in internal http://b/488396206
Source-Link: https://togithub.com/googleapis/googleapis/commit/eb5a4e3f0328f0dfeac9e9bc145abb352cc42945

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/6bd90d0205df7d3b94fb16e908ef7f5f15eedc6c
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6IjZiZDkwZDAyMDVkZjdkM2I5NGZiMTZlOTA4ZWY3ZjVmMTVlZWRjNmMifQ==

* chore: exclude README.md from owlbot

* chore: add original README

* chore: fix rp config

* build: add release-please config, fix owlbot-config

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: [documentai] Added a field for enabling image and table annotation for layout parser processor (#7318)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 877500954

Source-Link: https://togithub.com/googleapis/googleapis/commit/aa40d20bf5f2386cd39045bcefea48334017258d

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/9a5ddacb78bb927694274c8f642c405b0b18202a
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRvY3VtZW50YWkvLk93bEJvdC55YW1sIiwiaCI6IjlhNWRkYWNiNzhiYjkyNzY5NDI3NGM4ZjY0MmM0MDViMGIxODIwMmEifQ==

* docs: update the list of available APIs (#7321)

Update the list of available APIs in the README.

* chore: delete duplicate

* chore: preserve original README

* chore: fix rp config

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: preserve original owlbot exclude of src/index.ts

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: Row readers using storage API acceleration can leverage full precision avro values (#7525)

## Description

Copied from https://togithub.com/googleapis/nodejs-bigquery-storage/pull/658

This PR allows users to fetch high precision timestamps for read calls with avro readers. Previous to this PR there was no way users could fetch such timestamps.

## Impact

With a custom Avro reader, now users can fetch and consume data from the server that preserves high precision timestamps on the backend while providing information about the avro reader in the request.

## Testing

A system test is added that proves the timestamp fetched from the server is high precision.

## Additional Information

The source code changes are pretty much exactly in the same place as those from https://togithub.com/googleapis/nodejs-bigquery-storage/pull/656. The main difference is data coming back from the server for arrow readers is very different from data coming back from avro readers. That means instead of using arrow reader transforms from the source code we need to leverage the avsc library to parse server results in the same way that the quickstart guide demonstrates. This allows the test to produce a high precision timestamp.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Daniel La Rocque <dlarocque@google.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
Co-authored-by: Santiago Quiroga <22756465+quirogas@users.noreply.github.com>
Co-authored-by: Sofia Leon <sofialeon@google.com>
Co-authored-by: Juhyuk <77675374+7hokerz@users.noreply.github.com>
Co-authored-by: danieljbruce <danieljbruce@users.noreply.github.com>
Co-authored-by: ldetmer <1771267+ldetmer@users.noreply.github.com>
Co-authored-by: Tomo Suzuki <suztomo@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Gautam Sharda <57648023+GautamSharda@users.noreply.github.com>
Co-authored-by: owlbot-bootstrapper[bot] <104649659+owlbot-bootstrapper[bot]@users.noreply.github.com>
Co-authored-by: Owlbot Bootstrapper <owlbot-bootstrapper[bot]@users.noreply.github.com>
Co-authored-by: Gautam Sharda <gautamsharda@google.com>
Co-authored-by: Gabe Pearhill <gabepearhill@google.com>
Co-authored-by: Gabe Pearhill <86282859+pearigee@users.noreply.github.com>
Co-authored-by: alkatrivedi <58396306+alkatrivedi@users.noreply.github.com>
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: danieljbruce <8935272+danieljbruce@users.noreply.github.com>
Co-authored-by: Alvaro Viebrantz <aviebrantz@google.com>
Co-authored-by: Yvonne Pan <103622026+yvonnep165@users.noreply.github.com>
Co-authored-by: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Co-authored-by: Mila <107142260+milaGGL@users.noreply.github.com>
Co-authored-by: Denis DelGrosso <85250797+ddelgrosso1@users.noreply.github.com>
… updates (#866)

Bumps the npm_and_yarn group with 2 updates in the / directory: [ajv](https://github.com/ajv-validator/ajv) and [minimatch](https://github.com/isaacs/minimatch).
Bumps the npm_and_yarn group with 9 updates in the /core/generator/gapic-generator-typescript directory:

| Package | From | To |
| --- | --- | --- |
| [ajv](https://github.com/ajv-validator/ajv) | `6.12.6` | `6.14.0` |
| [glob](https://github.com/isaacs/node-glob) | `10.4.5` | `10.5.0` |
| [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.0` | `4.1.1` |
| [minimatch](https://github.com/isaacs/minimatch) | `3.1.2` | `3.1.5` |
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `4.5.3` | `4.5.4` |
| [jws](https://github.com/brianloveswords/node-jws) | `4.0.0` | `4.0.1` |
| [lodash](https://github.com/lodash/lodash) | `4.17.21` | `4.17.23` |
| [markdown-it](https://github.com/markdown-it/markdown-it) | `14.1.0` | `14.1.1` |
| [underscore](https://github.com/jashkenas/underscore) | `1.13.7` | `1.13.8` |



Updates `ajv` from 6.12.6 to 6.14.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.12.6...v6.14.0)

Updates `minimatch` from 3.1.2 to 3.1.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.1.2...v3.1.5)

Updates `ajv` from 6.12.6 to 6.14.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.12.6...v6.14.0)

Updates `brace-expansion` from 1.1.11 to 1.1.12
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12)

Updates `glob` from 10.4.5 to 10.5.0
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.4.5...v10.5.0)

Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.0...4.1.1)

Updates `minimatch` from 3.1.2 to 3.1.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.1.2...v3.1.5)

Updates `fast-xml-parser` from 4.5.3 to 4.5.4
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v4.5.3...v4.5.4)

Updates `form-data` from 2.5.3 to 2.5.5
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](form-data/form-data@v2.5.3...v2.5.5)

Updates `jws` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/brianloveswords/node-jws/releases)
- [Changelog](https://github.com/auth0/node-jws/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jws@v4.0.0...v4.0.1)

Updates `lodash` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

Updates `markdown-it` from 14.1.0 to 14.1.1
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](markdown-it/markdown-it@14.1.0...14.1.1)

Updates `underscore` from 1.13.7 to 1.13.8
- [Commits](jashkenas/underscore@1.13.7...1.13.8)

---
updated-dependencies:
- dependency-name: ajv
  dependency-version: 6.14.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ajv
  dependency-version: 6.14.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: glob
  dependency-version: 10.5.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: fast-xml-parser
  dependency-version: 4.5.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: form-data
  dependency-version: 2.5.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: jws
  dependency-version: 4.0.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: markdown-it
  dependency-version: 14.1.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: underscore
  dependency-version: 1.13.8
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
…in permissions (#867)

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…lities (#680)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ESLINT-15102420

Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
Co-authored-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
…updates

Bumps the npm_and_yarn group with 2 updates in the / directory: [brace-expansion](https://github.com/juliangruber/brace-expansion) and [flatted](https://github.com/WebReflection/flatted).
Bumps the npm_and_yarn group with 5 updates in the /core/generator/gapic-generator-typescript directory:

| Package | From | To |
| --- | --- | --- |
| [brace-expansion](https://github.com/juliangruber/brace-expansion) | `1.1.12` | `1.1.13` |
| [flatted](https://github.com/WebReflection/flatted) | `3.3.3` | `3.4.2` |
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `4.5.4` | `4.5.6` |
| [lodash](https://github.com/lodash/lodash) | `4.17.23` | `4.18.1` |
| [picomatch](https://github.com/micromatch/picomatch) | `2.3.1` | `2.3.2` |

Bumps the npm_and_yarn group with 1 update in the /core/packages/gax/test/test-application directory: [@grpc/grpc-js](https://github.com/grpc/grpc-node).
Bumps the npm_and_yarn group with 1 update in the /packages/google-cloud-automl/samples directory: [mathjs](https://github.com/josdejong/mathjs).
Bumps the npm_and_yarn group with 1 update in the /packages/google-cloud-compute/samples directory: [nodemailer](https://github.com/nodemailer/nodemailer).
Bumps the npm_and_yarn group with 1 update in the /packages/google-cloud-language/samples directory: [mathjs](https://github.com/josdejong/mathjs).


Updates `brace-expansion` from 1.1.12 to 1.1.13
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.12...v1.1.13)

Updates `flatted` from 3.3.2 to 3.4.2
- [Commits](WebReflection/flatted@v3.3.2...v3.4.2)

Updates `brace-expansion` from 1.1.12 to 1.1.13
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.12...v1.1.13)

Updates `flatted` from 3.3.3 to 3.4.2
- [Commits](WebReflection/flatted@v3.3.2...v3.4.2)

Updates `fast-xml-parser` from 4.5.4 to 4.5.6
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v4.5.4...v4.5.6)

Updates `lodash` from 4.17.23 to 4.18.1
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.23...4.18.1)

Updates `picomatch` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@2.3.1...2.3.2)

Updates `@grpc/grpc-js` from 1.6.12 to 1.14.3
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.6.12...@grpc/grpc-js@1.14.3)

Updates `mathjs` from 14.9.1 to 15.2.0
- [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md)
- [Commits](josdejong/mathjs@v14.9.1...v15.2.0)

Updates `nodemailer` from 7.0.13 to 8.0.5
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v7.0.13...v8.0.5)

Updates `mathjs` from 14.9.1 to 15.2.0
- [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md)
- [Commits](josdejong/mathjs@v14.9.1...v15.2.0)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.13
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: flatted
  dependency-version: 3.4.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: brace-expansion
  dependency-version: 1.1.13
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: flatted
  dependency-version: 3.4.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: fast-xml-parser
  dependency-version: 4.5.6
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@grpc/grpc-js"
  dependency-version: 1.14.3
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: mathjs
  dependency-version: 15.2.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: nodemailer
  dependency-version: 8.0.5
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: mathjs
  dependency-version: 15.2.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 10, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 10, 2026
@snyk-io
Copy link
Copy Markdown

snyk-io Bot commented Apr 10, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Dargon789 pushed a commit that referenced this pull request Apr 14, 2026
* chore: migrate to owl bot

* chore: copy files from googleapis-gen 3ff710d08cb30ef881e037f69e0a967af060d36e

* chore: run the post processor

* 🦉 Updates from OwlBot

* npm run fix

* 🦉 Updates from OwlBot

* chore: update post processor docker image

* 🦉 Updates from OwlBot

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Justin Beckwith <justin.beckwith@gmail.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 14, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 14, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/npm_and_yarn-3acc4c3e63 branch April 14, 2026 08:47
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.

5 participants