Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update node.js to v21 #557

Merged
merged 1 commit into from
Oct 20, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
node final major 20.8.1-alpine3.17 -> 21.0.0-alpine3.17
node stage major 20.8.1-alpine3.17 -> 21.0.0-alpine3.17

Release Notes

nodejs/node (node)

v21.0.0: 2023-10-17, Version 21.0.0 (Current), @​RafaelGSS and @​targos

Compare Source

We're excited to announce the release of Node.js 21! Highlights include updates of the V8 JavaScript engine to 11.8,
stable fetch and WebStreams, a new experimental flag to change the interpretation of ambiguous code
from CommonJS to ES modules (--experimental-default-type), many updates to our test runner, and more!

Node.js 21 will replace Node.js 20 as our ‘Current’ release line when Node.js 20 enters long-term support (LTS) later this month.
As per the release schedule, Node.js 21 will be ‘Current' release for the next 6 months, until April 2024.

Other Notable Changes
Semver-Major Commits
  • [ac2a68c76b] - (SEMVER-MAJOR) build: drop support for Visual Studio 2019 (Michaël Zasso) #​49051
  • [4e3983031a] - (SEMVER-MAJOR) build: bump supported macOS and Xcode versions (Michaël Zasso) #​49164
  • [5a0777776d] - (SEMVER-MAJOR) crypto: do not overwrite _writableState.defaultEncoding (Tobias Nießen) #​49140
  • [162a0652ab] - (SEMVER-MAJOR) deps: bump minimum ICU version to 73 (Michaël Zasso) #​49639
  • [17a74ddd3d] - (SEMVER-MAJOR) deps: update V8 to 11.8.172.13 (Michaël Zasso) #​49639
  • [e9ff81016d] - (SEMVER-MAJOR) deps: update llhttp to 9.1.2 (Paolo Insogna) #​48981
  • [7ace5aba75] - (SEMVER-MAJOR) events: validate options of on and once (Deokjin Kim) #​46018
  • [b3ec13d449] - (SEMVER-MAJOR) fs: adjust position validation in reading methods (Livia Medeiros) #​42835
  • [1948dce707] - (SEMVER-MAJOR) fs: add globSync implementation (Moshe Atlow) #​47653
  • [d68d0eacaa] - (SEMVER-MAJOR) http: reduce parts in chunked response when corking (Robert Nagy) #​50167
  • [c5b0b894ed] - (SEMVER-MAJOR) lib: mark URL/URLSearchParams as uncloneable and untransferable (Chengzhong Wu) #​47497
  • [3205b1936a] - (SEMVER-MAJOR) lib: remove aix directory case for package reader (Yagiz Nizipli) #​48605
  • [b40f0c3074] - (SEMVER-MAJOR) lib: add navigator.hardwareConcurrency (Yagiz Nizipli) #​47769
  • [4b08c4c047] - (SEMVER-MAJOR) lib: runtime deprecate punycode (Yagiz Nizipli) #​47202
  • [3ce51ae9c0] - (SEMVER-MAJOR) module: harmonize error code between ESM and CJS (Antoine du Hamel) #​48606
  • [7202859402] - (SEMVER-MAJOR) net: do not treat server.maxConnections=0 as Infinity (ignoramous) #​48276
  • [c15bafdaf4] - (SEMVER-MAJOR) net: only defer _final call when connecting (Jason Zhang) #​47385
  • [6ffacbf0f9] - (SEMVER-MAJOR) node-api: rename internal NAPI_VERSION definition (Chengzhong Wu) #​48501
  • [11af089b14] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 120 (Michaël Zasso) #​49639
  • [d920b7c94b] - (SEMVER-MAJOR) src: throw DOMException on cloning non-serializable objects (Chengzhong Wu) #​47839
  • [64549731b6] - (SEMVER-MAJOR) src: throw DataCloneError on transfering untransferable objects (Chengzhong Wu) #​47604
  • [dac8de689b] - (SEMVER-MAJOR) stream: use private properties for strategies (Yagiz Nizipli) #​47218
  • [1fa084ecdf] - (SEMVER-MAJOR) stream: use private properties for encoding (Yagiz Nizipli) #​47218
  • [4e93247079] - (SEMVER-MAJOR) stream: use private properties for compression (Yagiz Nizipli) #​47218
  • [527589b755] - (SEMVER-MAJOR) test_runner: disallow array in run options (Raz Luvaton) #​49935
  • [7cd4e70948] - (SEMVER-MAJOR) test_runner: support passing globs (Moshe Atlow) #​47653
  • [2ef170254b] - (SEMVER-MAJOR) tls: use validateNumber for options.minDHSize (Deokjin Kim) #​49973
  • [092fb9f541] - (SEMVER-MAJOR) tls: use validateFunction for options.checkServerIdentity (Deokjin Kim) #​49896
  • [ccca547e28] - (SEMVER-MAJOR) util: runtime deprecate promisify-ing a function returning a Promise (Antoine du Hamel) #​49609
  • [4038cf0513] - (SEMVER-MAJOR) vm: freeze dependencySpecifiers array (Antoine du Hamel) #​49720
Semver-Minor Commits
  • [3227d7327c] - (SEMVER-MINOR) deps: update uvwasi to 0.0.19 (Node.js GitHub Bot) #​49908
  • [e28dbe1c2b] - (SEMVER-MINOR) lib: add WebSocket client (Matthew Aitken) #​49830
  • [9f9c58212e] - (SEMVER-MINOR) test_runner, cli: add --test-concurrency flag (Colin Ihrig) #​49996
  • [d37b0d267f] - (SEMVER-MINOR) wasi: updates required for latest uvwasi version (Michael Dawson) #​49908
Semver-Patch Commits

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot temporarily deployed to qa October 20, 2023 06:01 Inactive
@renovate renovate bot temporarily deployed to qa October 20, 2023 06:01 Inactive
@renovate renovate bot temporarily deployed to qa October 20, 2023 06:01 Inactive
@renovate renovate bot temporarily deployed to qa October 20, 2023 06:01 Inactive
@sonarcloud
Copy link

sonarcloud bot commented Oct 20, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@abhi-markan abhi-markan merged commit 7e8d0dc into main Oct 20, 2023
13 checks passed
@abhi-markan abhi-markan deleted the renovate/major-21-all branch October 20, 2023 07:35
abhi-markan pushed a commit that referenced this pull request Dec 10, 2023
🤖 I have created a release *beep* *boop*
---


##
[1.17.0](v1.16.0...v1.17.0)
(2023-12-10)


### Features

* **ami:** migration to Azure AMI
([9854d57](9854d57))
* **ami:** migration to Azure AMI
([#514](#514))
([bfeaa1e](bfeaa1e))
* **template:** pull request template
([b8506bb](b8506bb))
* **template:** pull request template
([#624](#624))
([847bdeb](847bdeb))


### Bug Fixes

* **ci:** run ci with legacy-peer-deps argument
([d77d8f3](d77d8f3))
* **env:** updated .env.sample
([bd3f594](bd3f594))
* **env:** updated `.env.sample`
([#516](#516))
([c09f145](c09f145))
* **format:** formatting fixes
([b14807a](b14807a))
* **format:** Formatting fixes
([#517](#517))
([baa3713](baa3713))
* **release:** release version manager
([#532](#532))
([8a2a3a2](8a2a3a2))
* **spellcheck:** added spellcheck to the pipeline
([#511](#511))
([8b84855](8b84855))
* **tsconfig:** fixed tsconfig file
([d8df948](d8df948))
* **tsconfig:** tsconfig file fix
([e470ec5](e470ec5))


### Miscellaneous

* **deps-dev:** Bump @babel/traverse from 7.23.0 to 7.23.2
([#549](#549))
([31d3a71](31d3a71))
* **deps-dev:** Bump @commitlint/cli from 17.7.1 to 17.7.2
([#512](#512))
([f74d3af](f74d3af))
* **deps-dev:** Bump @commitlint/cli from 17.7.2 to 17.8.0
([#543](#543))
([09e391c](09e391c))
* **deps-dev:** Bump @commitlint/cli from 18.0.0 to 18.2.0
([#578](#578))
([b3553a0](b3553a0))
* **deps-dev:** Bump @commitlint/config-conventional from 17.7.0 to
17.8.0 ([#545](#545))
([644dc8e](644dc8e))
* **deps-dev:** Bump @commitlint/config-conventional from 18.0.0 to
18.1.0 ([#584](#584))
([49d1dfd](49d1dfd))
* **deps-dev:** Bump @commitlint/config-conventional from 18.1.0 to
18.4.3 ([#621](#621))
([1916070](1916070))
* **deps-dev:** Bump @nestjs/cli from 10.1.17 to 10.1.18
([#494](#494))
([28cbe10](28cbe10))
* **deps-dev:** Bump @nestjs/cli from 10.1.18 to 10.2.0
([#566](#566))
([d3d0af1](d3d0af1))
* **deps-dev:** Bump @nestjs/cli from 10.2.0 to 10.2.1
([#580](#580))
([2d88f6a](2d88f6a))
* **deps-dev:** Bump @nestjs/schematics from 10.0.2 to 10.0.3
([#583](#583))
([ee64cf7](ee64cf7))
* **deps-dev:** Bump @nestjs/testing from 10.2.5 to 10.2.6
([#501](#501))
([6dd9ebe](6dd9ebe))
* **deps-dev:** Bump @nestjs/testing from 10.2.6 to 10.2.7
([#528](#528))
([0077c73](0077c73))
* **deps-dev:** Bump @nestjs/testing from 10.2.7 to 10.2.8
([#588](#588))
([6b6ce05](6b6ce05))
* **deps-dev:** Bump @types/chance from 1.1.4 to 1.1.5
([#552](#552))
([8df0a47](8df0a47))
* **deps-dev:** Bump @types/compression from 1.7.3 to 1.7.4
([#551](#551))
([d3261bf](d3261bf))
* **deps-dev:** Bump @types/compression from 1.7.4 to 1.7.5
([#604](#604))
([c2d57be](c2d57be))
* **deps-dev:** Bump @types/express from 4.17.17 to 4.17.18
([#499](#499))
([235beb8](235beb8))
* **deps-dev:** Bump @types/express from 4.17.18 to 4.17.19
([#537](#537))
([6775618](6775618))
* **deps-dev:** Bump @types/express from 4.17.19 to 4.17.20
([#553](#553))
([daf4ad1](daf4ad1))
* **deps-dev:** Bump @types/express from 4.17.20 to 4.17.21
([#603](#603))
([dc51f58](dc51f58))
* **deps-dev:** Bump @types/jest from 29.5.4 to 29.5.5
([31d98f4](31d98f4))
* **deps-dev:** Bump @types/jest from 29.5.4 to 29.5.5
([#487](#487))
([9c107c6](9c107c6))
* **deps-dev:** Bump @types/jest from 29.5.5 to 29.5.6
([#550](#550))
([bca5ad3](bca5ad3))
* **deps-dev:** Bump @types/jest from 29.5.6 to 29.5.7
([#579](#579))
([6ea5934](6ea5934))
* **deps-dev:** Bump @types/jest from 29.5.7 to 29.5.10
([#613](#613))
([0668243](0668243))
* **deps-dev:** Bump @types/lodash from 4.14.198 to 4.14.199
([#508](#508))
([be0cb77](be0cb77))
* **deps-dev:** Bump @types/lodash from 4.14.199 to 4.14.200
([#555](#555))
([dddeff6](dddeff6))
* **deps-dev:** Bump @types/lodash from 4.14.200 to 4.14.201
([#596](#596))
([3bb98fa](3bb98fa))
* **deps-dev:** Bump @types/node from 20.10.1 to 20.10.4
([#644](#644))
([2abd426](2abd426))
* **deps-dev:** Bump @types/node from 20.6.0 to 20.6.2
([48b20a0](48b20a0))
* **deps-dev:** Bump @types/node from 20.6.0 to 20.6.2
([#489](#489))
([0aff11e](0aff11e))
* **deps-dev:** Bump @types/node from 20.6.2 to 20.6.3
([#493](#493))
([4e30030](4e30030))
* **deps-dev:** Bump @types/node from 20.6.3 to 20.6.5
([#497](#497))
([ccee57c](ccee57c))
* **deps-dev:** Bump @types/node from 20.6.5 to 20.7.0
([#503](#503))
([4e43067](4e43067))
* **deps-dev:** Bump @types/node from 20.7.0 to 20.7.1
([#507](#507))
([e897266](e897266))
* **deps-dev:** Bump @types/node from 20.8.0 to 20.8.2
([#518](#518))
([62aba46](62aba46))
* **deps-dev:** Bump @types/node from 20.8.10 to 20.10.0
([#615](#615))
([0b37727](0b37727))
* **deps-dev:** Bump @types/node from 20.8.2 to 20.8.3
([#531](#531))
([01a5c08](01a5c08))
* **deps-dev:** Bump @types/node from 20.8.3 to 20.8.4
([#535](#535))
([3ea5524](3ea5524))
* **deps-dev:** Bump @types/node from 20.8.4 to 20.8.5
([#538](#538))
([3ff869d](3ff869d))
* **deps-dev:** Bump @types/node from 20.8.5 to 20.8.6
([#542](#542))
([8e16291](8e16291))
* **deps-dev:** Bump @types/node from 20.8.6 to 20.8.7
([#556](#556))
([96582de](96582de))
* **deps-dev:** Bump @types/node from 20.8.7 to 20.8.9
([#572](#572))
([b67f6fd](b67f6fd))
* **deps-dev:** Bump @types/node from 20.8.9 to 20.8.10
([#587](#587))
([44a15bb](44a15bb))
* **deps-dev:** Bump @types/supertest from 2.0.12 to 2.0.13
([#505](#505))
([1832a64](1832a64))
* **deps-dev:** Bump @types/supertest from 2.0.13 to 2.0.14
([#520](#520))
([38abe81](38abe81))
* **deps-dev:** Bump @types/supertest from 2.0.14 to 2.0.15
([#554](#554))
([6937dcf](6937dcf))
* **deps-dev:** Bump @types/supertest from 2.0.15 to 2.0.16
([#600](#600))
([ef3bd4f](ef3bd4f))
* **deps-dev:** Bump @typescript-eslint/eslint-plugin from 6.7.0 to
6.7.2 ([#490](#490))
([9083c34](9083c34))
* **deps-dev:** Bump @typescript-eslint/eslint-plugin from 6.7.2 to
6.7.3 ([#509](#509))
([f5b98b9](f5b98b9))
* **deps-dev:** Bump @typescript-eslint/eslint-plugin from 6.7.3 to
6.7.4 ([#519](#519))
([0a7a299](0a7a299))
* **deps-dev:** Bump @typescript-eslint/eslint-plugin from 6.7.4 to
6.7.5 ([#534](#534))
([d019e2f](d019e2f))
* **deps-dev:** Bump @typescript-eslint/eslint-plugin from 6.7.5 to
6.8.0 ([#548](#548))
([0edb6ce](0edb6ce))
* **deps-dev:** Bump @typescript-eslint/eslint-plugin from 6.8.0 to
6.9.0 ([#564](#564))
([7a1c3ca](7a1c3ca))
* **deps-dev:** Bump @typescript-eslint/eslint-plugin from 6.9.0 to
6.9.1 ([#582](#582))
([192c0b1](192c0b1))
* **deps-dev:** Bump @typescript-eslint/parser from 6.10.0 to 6.13.1
([#622](#622))
([524fc85](524fc85))
* **deps-dev:** Bump @typescript-eslint/parser from 6.7.0 to 6.7.2
([#491](#491))
([0f9310e](0f9310e))
* **deps-dev:** Bump @typescript-eslint/parser from 6.7.2 to 6.7.3
([#504](#504))
([04365c9](04365c9))
* **deps-dev:** Bump @typescript-eslint/parser from 6.7.3 to 6.7.4
([#521](#521))
([4bdc551](4bdc551))
* **deps-dev:** Bump @typescript-eslint/parser from 6.7.4 to 6.7.5
([#533](#533))
([4f6c6ef](4f6c6ef))
* **deps-dev:** Bump @typescript-eslint/parser from 6.7.5 to 6.8.0
([#547](#547))
([6abc303](6abc303))
* **deps-dev:** Bump @typescript-eslint/parser from 6.8.0 to 6.9.0
([#569](#569))
([b845015](b845015))
* **deps-dev:** Bump @typescript-eslint/parser from 6.9.0 to 6.9.1
([#586](#586))
([8a55afa](8a55afa))
* **deps-dev:** Bump @typescript-eslint/parser from 6.9.1 to 6.10.0
([#594](#594))
([97e5d2e](97e5d2e))
* **deps-dev:** Bump cspell from 7.3.7 to 7.3.8
([#541](#541))
([deab255](deab255))
* **deps-dev:** Bump cspell from 7.3.8 to 8.0.0
([#599](#599))
([4775e64](4775e64))
* **deps-dev:** Bump eslint from 8.49.0 to 8.50.0
([#502](#502))
([6db0e92](6db0e92))
* **deps-dev:** Bump eslint from 8.50.0 to 8.51.0
([#529](#529))
([066604c](066604c))
* **deps-dev:** Bump eslint from 8.52.0 to 8.53.0
([#593](#593))
([90346a8](90346a8))
* **deps-dev:** Bump eslint-import-resolver-typescript from 3.6.0 to
3.6.1 ([#500](#500))
([71e1cbc](71e1cbc))
* **deps-dev:** Bump eslint-plugin-deprecation from 1.5.0 to 2.0.0
([#483](#483))
([bad73f7](bad73f7))
* **deps-dev:** Bump eslint-plugin-import from 2.28.1 to 2.29.0
([#563](#563))
([8fb24c8](8fb24c8))
* **deps-dev:** Bump eslint-plugin-jest from 27.2.3 to 27.4.0
([455f85a](455f85a))
* **deps-dev:** Bump eslint-plugin-jest from 27.2.3 to 27.4.0
([#486](#486))
([9c38d21](9c38d21))
* **deps-dev:** Bump eslint-plugin-jest from 27.4.3 to 27.6.0
([#574](#574))
([e54a8b4](e54a8b4))
* **deps-dev:** Bump eslint-plugin-prettier from 5.0.0 to 5.0.1
([#536](#536))
([00dd183](00dd183))
* **deps-dev:** Bump lint-staged from 14.0.1 to 15.0.1
([#544](#544))
([bde1af7](bde1af7))
* **deps-dev:** Bump lint-staged from 15.0.1 to 15.0.2
([#560](#560))
([6db7516](6db7516))
* **deps-dev:** Bump nock from 13.3.3 to 13.3.4
([#539](#539))
([db13d74](db13d74))
* **deps-dev:** Bump nock from 13.3.4 to 13.3.6
([#559](#559))
([aa653bb](aa653bb))
* **deps-dev:** Bump nock from 13.3.6 to 13.3.8
([#589](#589))
([4e0d2b7](4e0d2b7))
* **deps-dev:** Bump prettier from 3.0.3 to 3.1.0
([#602](#602))
([5fd44b2](5fd44b2))
* **deps-dev:** Bump ts-loader from 9.4.4 to 9.5.0
([#530](#530))
([8033233](8033233))
* **deps-dev:** Bump ts-loader from 9.5.0 to 9.5.1
([#620](#620))
([aa3a85c](aa3a85c))
* **deps:** Bump @nestjs/axios from 3.0.0 to 3.0.1
([#581](#581))
([ccb9c1c](ccb9c1c))
* **deps:** Bump @nestjs/common from 10.2.5 to 10.2.6
([#506](#506))
([d4d0099](d4d0099))
* **deps:** Bump @nestjs/common from 10.2.6 to 10.2.7
([#526](#526))
([2e49610](2e49610))
* **deps:** Bump @nestjs/common from 10.2.7 to 10.2.8
([#592](#592))
([1adf779](1adf779))
* **deps:** Bump @nestjs/core from 10.2.6 to 10.2.7
([#525](#525))
([8c0433d](8c0433d))
* **deps:** Bump @nestjs/core from 10.2.7 to 10.2.8
([#590](#590))
([0f32e12](0f32e12))
* **deps:** Bump @nestjs/platform-express from 10.2.5 to 10.2.6
([#498](#498))
([fd0907e](fd0907e))
* **deps:** Bump @nestjs/platform-express from 10.2.6 to 10.2.7
([#527](#527))
([5d6a2d7](5d6a2d7))
* **deps:** Bump @nestjs/platform-express from 10.2.7 to 10.2.8
([#591](#591))
([7fc7571](7fc7571))
* **deps:** Bump @nestjs/swagger from 7.1.11 to 7.1.12
([#496](#496))
([45fed33](45fed33))
* **deps:** Bump @nestjs/swagger from 7.1.12 to 7.1.13
([#523](#523))
([429de1e](429de1e))
* **deps:** Bump @nestjs/swagger from 7.1.13 to 7.1.14
([#567](#567))
([446a7e3](446a7e3))
* **deps:** Bump @nestjs/swagger from 7.1.14 to 7.1.15
([#597](#597))
([61314e2](61314e2))
* **deps:** Bump @nestjs/terminus from 10.0.1 to 10.1.1
([#484](#484))
([ec554a2](ec554a2))
* **deps:** Bump @nestjs/typeorm from 10.0.0 to 10.0.1
([#617](#617))
([b8642b5](b8642b5))
* **deps:** Bump axios from 1.5.0 to 1.5.1
([#510](#510))
([46ce219](46ce219))
* **deps:** Bump axios from 1.5.1 to 1.6.0
([#576](#576))
([251e470](251e470))
* **deps:** Bump axios from 1.6.0 to 1.6.1
([#598](#598))
([b44308f](b44308f))
* **deps:** Bump axios from 1.6.1 to 1.6.2
([#619](#619))
([69aff70](69aff70))
* **deps:** Bump nestjs-pino from 3.4.0 to 3.5.0
([#495](#495))
([881363c](881363c))
* **deps:** Bump node from 20.8.1-alpine3.17 to 21.0.0-alpine3.17
([#558](#558))
([1090fc8](1090fc8))
* **deps:** Bump node from 21.1.0-alpine3.17 to 21.2.0-alpine3.17
([#606](#606))
([c2ef738](c2ef738))
* **deps:** Bump node from 21.2.0-alpine3.17 to 21.4.0-alpine3.17
([#642](#642))
([76eb82a](76eb82a))
* **deps:** Bump pino-http from 8.5.0 to 8.5.1
([#577](#577))
([6c14ce2](6c14ce2))
* **deps:** Bump pino-pretty from 10.2.0 to 10.2.2
([#522](#522))
([3b11cdd](3b11cdd))
* **deps:** Bump pino-pretty from 10.2.2 to 10.2.3
([#524](#524))
([b659e67](b659e67))
* **deps:** Bump typeorm-extension from 3.0.1 to 3.0.2
([30635de](30635de))
* **deps:** Bump typeorm-extension from 3.0.1 to 3.0.2
([#488](#488))
([62a5bd9](62a5bd9))
* **deps:** Bump typeorm-extension from 3.1.0 to 3.1.1
([#575](#575))
([8700c40](8700c40))
* **deps:** dependencies updates
([e9ed904](e9ed904))
* **deps:** update actions/setup-node action to v4
([#565](#565))
([a57ba29](a57ba29))
* **deps:** update all
([#492](#492))
([cf29a7c](cf29a7c))
* **deps:** update all
([#513](#513))
([76b710d](76b710d))
* **deps:** update commitlint monorepo to v18 (major)
([#562](#562))
([b9db561](b9db561))
* **deps:** update node.js to v20.8.1
([#546](#546))
([8f012d5](8f012d5))
* **deps:** update node.js to v21
([#557](#557))
([7e8d0dc](7e8d0dc))

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

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant