Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): bump qs and express in /example-workflows/cloud-build#599

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubDec 8, 2022

Bumpsqs to 6.11.0 and updates ancestor dependencyexpress. These dependencies need to be updated together.

Updatesqs from 6.7.0 to 6.11.0

Changelog

Sourced fromqs's changelog.

6.11.0

  • [New] [Fix]stringify: revert 0e903c0; addcommaRoundTrip option (#442)
  • [readme] fix version badge

6.10.5

  • [Fix]stringify: witharrayFormat: comma, properly include an explicit[] on a single-item array (#434)

6.10.4

  • [Fix]stringify: witharrayFormat: comma, include an explicit[] on a single-item array (#441)
  • [meta] usenpmignore to autogenerate an npmignore file
  • [Dev Deps] updateeslint,@ljharb/eslint-config,aud,has-symbol,object-inspect,tape

6.10.3

  • [Fix]parse: ignore__proto__ keys (#428)
  • [Robustness]stringify: avoid relying on a globalundefined (#427)
  • [actions] reuse common workflows
  • [Dev Deps] updateeslint,@ljharb/eslint-config,object-inspect,tape

6.10.2

  • [Fix]stringify: actually fix cyclic references (#426)
  • [Fix]stringify: avoid encoding arrayformat comma whenencodeValuesOnly = true (#424)
  • [readme] remove travis badge; add github actions/codecov badges; update URLs
  • [Docs] add note and links for coercing primitive values (#408)
  • [actions] update codecov uploader
  • [actions] update workflows
  • [Tests] clean up stringify tests slightly
  • [Dev Deps] updateeslint,@ljharb/eslint-config,aud,object-inspect,safe-publish-latest,tape

6.10.1

  • [Fix]stringify: avoid exception on repeated object values (#402)

6.10.0

  • [New]stringify: throw on cycles, instead of an infinite loop (#395,#394,#393)
  • [New]parse: addallowSparse option for collapsing arrays with missing indices (#312)
  • [meta] fix README.md (#399)
  • [meta] only runnpm run dist in publish, not install
  • [Dev Deps] updateeslint,@ljharb/eslint-config,aud,has-symbols,tape
  • [Tests] fix tests on node v0.6
  • [Tests] useljharb/actions/node/install instead ofljharb/actions/node/run
  • [Tests] Revert "[meta] ignore eclint transitive audit warning"

6.9.7

  • [Fix]parse: ignore__proto__ keys (#428)
  • [Fix]stringify: avoid encoding arrayformat comma whenencodeValuesOnly = true (#424)
  • [Robustness]stringify: avoid relying on a globalundefined (#427)
  • [readme] remove travis badge; add github actions/codecov badges; update URLs
  • [Docs] add note and links for coercing primitive values (#408)
  • [Tests] clean up stringify tests slightly
  • [meta] fix README.md (#399)
  • Revert "[meta] ignore eclint transitive audit warning"

... (truncated)

Commits
  • 56763c1 v6.11.0
  • ddd3e29 [readme] fix version badge
  • c313472 [New] [Fix]stringify: revert 0e903c0; addcommaRoundTrip option
  • 95bc018 v6.10.5
  • 0e903c0 [Fix]stringify: witharrayFormat: comma, properly include an explicit `[...
  • ba9703c v6.10.4
  • 4e44019 [Fix]stringify: witharrayFormat: comma, include an explicit[] on a s...
  • 113b990 [Dev Deps] updateobject-inspect
  • c77f38f [Dev Deps] updateeslint,@ljharb/eslint-config,aud,has-symbol,tape
  • 2cf45b2 [meta] usenpmignore to autogenerate an npmignore file
  • Additional commits viewable incompare view

Updatesexpress from 4.17.1 to 4.18.2

Release notes

Sourced fromexpress's releases.

4.18.2

  • Fix regression routing a large stack in a single route
  • deps: body-parser@1.20.1
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • deps: qs@6.11.0

4.18.1

  • Fix hanging on large stack of sync routes

4.18.0

  • Add "root" option tores.download
  • Allowoptions withoutfilename inres.download
  • Deprecate string and non-integer arguments tores.status
  • Fix behavior ofnull/undefined asmaxAge inres.cookie
  • Fix handling very large stacks of sync middleware
  • IgnoreObject.prototype values in settings throughapp.set/app.get
  • Invokedefault with same arguments as types inres.format
  • Support proper 205 responses usingres.send
  • Usehttp-errors forres.format error
  • deps: body-parser@1.20.0
    • Fix error message for json parse whitespace instrict
    • Fix internal error when inflated body exceeds limit
    • Prevent loss of async hooks context
    • Prevent hanging when request already read
    • deps: depd@2.0.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1
    • deps: qs@6.10.3
    • deps: raw-body@2.5.1
  • deps: cookie@0.5.0
    • Addpriority option
    • Fixexpires option to reject invalid dates
  • deps: depd@2.0.0
    • Replace internaleval usage withFunction constructor
    • Use instance methods onprocess to check for listeners
  • deps: finalhandler@1.2.0
    • Remove set content headers that break response
    • deps: on-finished@2.4.1
    • deps: statuses@2.0.1
  • deps: on-finished@2.4.1
    • Prevent loss of async hooks context
  • deps: qs@6.10.3
  • deps: send@0.18.0
    • Fix emitted 416 error missing headers property
    • Limit the headers removed for 304 response
    • deps: depd@2.0.0
    • deps: destroy@1.2.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1

... (truncated)

Changelog

Sourced fromexpress's changelog.

4.18.2 / 2022-10-08

  • Fix regression routing a large stack in a single route
  • deps: body-parser@1.20.1
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • deps: qs@6.11.0

4.18.1 / 2022-04-29

  • Fix hanging on large stack of sync routes

4.18.0 / 2022-04-25

  • Add "root" option tores.download
  • Allowoptions withoutfilename inres.download
  • Deprecate string and non-integer arguments tores.status
  • Fix behavior ofnull/undefined asmaxAge inres.cookie
  • Fix handling very large stacks of sync middleware
  • IgnoreObject.prototype values in settings throughapp.set/app.get
  • Invokedefault with same arguments as types inres.format
  • Support proper 205 responses usingres.send
  • Usehttp-errors forres.format error
  • deps: body-parser@1.20.0
    • Fix error message for json parse whitespace instrict
    • Fix internal error when inflated body exceeds limit
    • Prevent loss of async hooks context
    • Prevent hanging when request already read
    • deps: depd@2.0.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1
    • deps: qs@6.10.3
    • deps: raw-body@2.5.1
  • deps: cookie@0.5.0
    • Addpriority option
    • Fixexpires option to reject invalid dates
  • deps: depd@2.0.0
    • Replace internaleval usage withFunction constructor
    • Use instance methods onprocess to check for listeners
  • deps: finalhandler@1.2.0
    • Remove set content headers that break response
    • deps: on-finished@2.4.1
    • deps: statuses@2.0.1
  • deps: on-finished@2.4.1
    • Prevent loss of async hooks context
  • deps: qs@6.10.3
  • deps: send@0.18.0

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from theSecurity Alerts page.

Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.Updates `qs` from 6.7.0 to 6.11.0- [Release notes](https://github.com/ljharb/qs/releases)- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)- [Commits](ljharb/qs@v6.7.0...v6.11.0)Updates `express` from 4.17.1 to 4.18.2- [Release notes](https://github.com/expressjs/express/releases)- [Changelog](https://github.com/expressjs/express/blob/master/History.md)- [Commits](expressjs/express@4.17.1...4.18.2)---updated-dependencies:- dependency-name: qs  dependency-type: indirect- dependency-name: express  dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot requested a review froma team as acode ownerDecember 8, 2022 21:39
@averikitschaverikitsch merged commitc37b1c1 intomainDec 8, 2022
@averikitschaverikitsch deleted the dependabot/npm_and_yarn/example-workflows/cloud-build/qs-and-express-6.11.0 branchDecember 8, 2022 22:40
sethvargo pushed a commit that referenced this pull requestFeb 3, 2023
## What's Changed* Reduce duplicate in integration tests by@sethvargo in#591* chore(deps): bump sinon from 14.0.2 to 15.0.0 by@dependabot in#596* chore(deps): bump qs and express in /example-workflows/cloud-build by@dependabot in#599* Update CI and deps by@sethvargo in#603* Note that metrics export should not be copied by@sethvargo in#604* Add support for specifying version constraints by@sethvargo in#612**Full Changelog**:v1.0.1...10b5bd2
kodiakhqbot referenced this pull request in cloudquery/cloudqueryFeb 28, 2024
…16953)This PR contains the following updates:| Package | Type | Update | Change ||---|---|---|---|| [google-github-actions/setup-gcloud](https://togithub.com/google-github-actions/setup-gcloud) | action | major | `v0.7.0` -> `v2.1.0` |---> [!WARNING]> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.---### Release Notes<details><summary>google-github-actions/setup-gcloud (google-github-actions/setup-gcloud)</summary>### [`v2.1.0`](https://togithub.com/google-github-actions/setup-gcloud/releases/tag/v2.1.0)[Compare Source](https://togithub.com/google-github-actions/setup-gcloud/compare/v2.0.1...v2.1.0)#### What's Changed-   Update deps by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/677](https://togithub.com/google-github-actions/setup-gcloud/pull/677)-   Release: v2.1.0 by [@&#8203;google-github-actions-bot](https://togithub.com/google-github-actions-bot) in [https://github.com/google-github-actions/setup-gcloud/pull/678](https://togithub.com/google-github-actions/setup-gcloud/pull/678)**Full Changelog**:google-github-actions/setup-gcloud@v2...v2.1.0### [`v2.0.1`](https://togithub.com/google-github-actions/setup-gcloud/releases/tag/v2.0.1)[Compare Source](https://togithub.com/google-github-actions/setup-gcloud/compare/v2.0.0...v2.0.1)#### What's Changed-   Update README and CI to use latest version by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/665](https://togithub.com/google-github-actions/setup-gcloud/pull/665)-   Don't warn when version is "latest" by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/669](https://togithub.com/google-github-actions/setup-gcloud/pull/669)-   Only warn when there are no authentications by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/671](https://togithub.com/google-github-actions/setup-gcloud/pull/671)-   Fix edge case when gcloud is not installed at all by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/672](https://togithub.com/google-github-actions/setup-gcloud/pull/672)-   Rename test step to a more accurate name by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/673](https://togithub.com/google-github-actions/setup-gcloud/pull/673)-   Release: v2.0.1 by [@&#8203;google-github-actions-bot](https://togithub.com/google-github-actions-bot) in [https://github.com/google-github-actions/setup-gcloud/pull/674](https://togithub.com/google-github-actions/setup-gcloud/pull/674)**Full Changelog**:google-github-actions/setup-gcloud@v2...v2.0.1### [`v2.0.0`](https://togithub.com/google-github-actions/setup-gcloud/releases/tag/v2.0.0)[Compare Source](https://togithub.com/google-github-actions/setup-gcloud/compare/v1.1.1...v2.0.0)**:warning: This version requires Node 20 or later!**#### What's Changed-   dependabot: only do security updates by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/643](https://togithub.com/google-github-actions/setup-gcloud/pull/643)-   update all deps by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/644](https://togithub.com/google-github-actions/setup-gcloud/pull/644)-   Update deps to Node 20 by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/653](https://togithub.com/google-github-actions/setup-gcloud/pull/653)-   Upgrade setup-cloud-sdk package by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/656](https://togithub.com/google-github-actions/setup-gcloud/pull/656)-   Add CI for release branches by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/661](https://togithub.com/google-github-actions/setup-gcloud/pull/661)-   Update and drop unnecessary deps by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/662](https://togithub.com/google-github-actions/setup-gcloud/pull/662)-   Release: v2.0.0 by [@&#8203;google-github-actions-bot](https://togithub.com/google-github-actions-bot) in [https://github.com/google-github-actions/setup-gcloud/pull/664](https://togithub.com/google-github-actions/setup-gcloud/pull/664)**Full Changelog**:google-github-actions/setup-gcloud@v1...v2.0.0### [`v1.1.1`](https://togithub.com/google-github-actions/setup-gcloud/releases/tag/v1.1.1)[Compare Source](https://togithub.com/google-github-actions/setup-gcloud/compare/v1.1.0...v1.1.1)#### What's Changed-   Fix docs about component installation for system-provided by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/615](https://togithub.com/google-github-actions/setup-gcloud/pull/615)-   chore: update dependencies (automated) by [@&#8203;verbanicm](https://togithub.com/verbanicm) in [https://github.com/google-github-actions/setup-gcloud/pull/623](https://togithub.com/google-github-actions/setup-gcloud/pull/623)-   Switch to pull non-secret values from env by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/624](https://togithub.com/google-github-actions/setup-gcloud/pull/624)-   Drop example workflows by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/627](https://togithub.com/google-github-actions/setup-gcloud/pull/627)-   Add warning about `skip_install` by [@&#8203;ethanmdavidson](https://togithub.com/ethanmdavidson) in [https://github.com/google-github-actions/setup-gcloud/pull/630](https://togithub.com/google-github-actions/setup-gcloud/pull/630)-   chore(deps): bump yaml from 2.2.1 to 2.2.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/google-github-actions/setup-gcloud/pull/629](https://togithub.com/google-github-actions/setup-gcloud/pull/629)-   Update README.md by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/631](https://togithub.com/google-github-actions/setup-gcloud/pull/631)-   Add support note by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/634](https://togithub.com/google-github-actions/setup-gcloud/pull/634)-   chore: update dependencies (automated) by [@&#8203;verbanicm](https://togithub.com/verbanicm) in [https://github.com/google-github-actions/setup-gcloud/pull/637](https://togithub.com/google-github-actions/setup-gcloud/pull/637)-   Release: v1.1.1 by [@&#8203;google-github-actions-bot](https://togithub.com/google-github-actions-bot) in [https://github.com/google-github-actions/setup-gcloud/pull/638](https://togithub.com/google-github-actions/setup-gcloud/pull/638)#### New Contributors-   [@&#8203;ethanmdavidson](https://togithub.com/ethanmdavidson) made their first contribution in [https://github.com/google-github-actions/setup-gcloud/pull/630](https://togithub.com/google-github-actions/setup-gcloud/pull/630)**Full Changelog**:google-github-actions/setup-gcloud@v1.1.0...v1.1.1### [`v1.1.0`](https://togithub.com/google-github-actions/setup-gcloud/releases/tag/v1.1.0)[Compare Source](https://togithub.com/google-github-actions/setup-gcloud/compare/v1.0.1...v1.1.0)#### What's Changed-   Reduce duplicate in integration tests by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/591](https://togithub.com/google-github-actions/setup-gcloud/pull/591)-   chore(deps): bump sinon from 14.0.2 to 15.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/google-github-actions/setup-gcloud/pull/596](https://togithub.com/google-github-actions/setup-gcloud/pull/596)-   chore(deps): bump qs and express in /example-workflows/cloud-build by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/google-github-actions/setup-gcloud/pull/599](https://togithub.com/google-github-actions/setup-gcloud/pull/599)-   Update CI and deps by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/603](https://togithub.com/google-github-actions/setup-gcloud/pull/603)-   Note that metrics export should not be copied by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/604](https://togithub.com/google-github-actions/setup-gcloud/pull/604)-   Add support for specifying version constraints by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/612](https://togithub.com/google-github-actions/setup-gcloud/pull/612)-   Release: v1.1.0 by [@&#8203;google-github-actions-bot](https://togithub.com/google-github-actions-bot) in [https://github.com/google-github-actions/setup-gcloud/pull/613](https://togithub.com/google-github-actions/setup-gcloud/pull/613)**Full Changelog**:google-github-actions/setup-gcloud@v1.0.1...v1.1.0### [`v1.0.1`](https://togithub.com/google-github-actions/setup-gcloud/releases/tag/v1.0.1)[Compare Source](https://togithub.com/google-github-actions/setup-gcloud/compare/v1.0.0...v1.0.1)#### What's Changed-   fix: cleanup integration tests by [@&#8203;verbanicm](https://togithub.com/verbanicm) in [https://github.com/google-github-actions/setup-gcloud/pull/582](https://togithub.com/google-github-actions/setup-gcloud/pull/582)-   fix: docker integration test by [@&#8203;verbanicm](https://togithub.com/verbanicm) in [https://github.com/google-github-actions/setup-gcloud/pull/583](https://togithub.com/google-github-actions/setup-gcloud/pull/583)-   fix: suggest v1 instead of v0 by [@&#8203;KengoTODA](https://togithub.com/KengoTODA) in [https://github.com/google-github-actions/setup-gcloud/pull/584](https://togithub.com/google-github-actions/setup-gcloud/pull/584)-   fix: update versions in examples by [@&#8203;verbanicm](https://togithub.com/verbanicm) in [https://github.com/google-github-actions/setup-gcloud/pull/585](https://togithub.com/google-github-actions/setup-gcloud/pull/585)-   Force authentication if GOOGLE_GHA_CREDS_PATH is set by [@&#8203;sethvargo](https://togithub.com/sethvargo) in [https://github.com/google-github-actions/setup-gcloud/pull/587](https://togithub.com/google-github-actions/setup-gcloud/pull/587)-   fix: update docs by [@&#8203;verbanicm](https://togithub.com/verbanicm) in [https://github.com/google-github-actions/setup-gcloud/pull/588](https://togithub.com/google-github-actions/setup-gcloud/pull/588)-   Release: v1.0.1 by [@&#8203;google-github-actions-bot](https://togithub.com/google-github-actions-bot) in [https://github.com/google-github-actions/setup-gcloud/pull/589](https://togithub.com/google-github-actions/setup-gcloud/pull/589)**Full Changelog**:google-github-actions/setup-gcloud@v1.0.0...v1.0.1### [`v1.0.0`](https://togithub.com/google-github-actions/setup-gcloud/releases/tag/v1.0.0)[Compare Source](https://togithub.com/google-github-actions/setup-gcloud/compare/v0.7.0...v1.0.0)#### What's Changed-   Document that WIF is supported for gsutil and bq now by [@&#8203;KengoTODA](https://togithub.com/KengoTODA) in [https://github.com/google-github-actions/setup-gcloud/pull/573](https://togithub.com/google-github-actions/setup-gcloud/pull/573)-   feat: update for 1.0 release by [@&#8203;verbanicm](https://togithub.com/verbanicm) in [https://github.com/google-github-actions/setup-gcloud/pull/580](https://togithub.com/google-github-actions/setup-gcloud/pull/580)-   Release: v1.0.0 by [@&#8203;google-github-actions-bot](https://togithub.com/google-github-actions-bot) in [https://github.com/google-github-actions/setup-gcloud/pull/581](https://togithub.com/google-github-actions/setup-gcloud/pull/581)#### New Contributors-   [@&#8203;KengoTODA](https://togithub.com/KengoTODA) made their first contribution in [https://github.com/google-github-actions/setup-gcloud/pull/573](https://togithub.com/google-github-actions/setup-gcloud/pull/573)**Full Changelog**:google-github-actions/setup-gcloud@v0.6.2...v1.0.0</details>---### Configuration📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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 this update again.--- - [ ] If you want to rebase/retry this PR, check this box---This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@verbanicmverbanicmAwaiting requested review from verbanicmverbanicm is a code owner automatically assigned from google-github-actions/maintainers

@bharathkkbbharathkkbAwaiting requested review from bharathkkbbharathkkb is a code owner automatically assigned from google-github-actions/maintainers

1 more reviewer

@averikitschaverikitschaverikitsch approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@averikitsch

[8]ページ先頭

©2009-2025 Movatter.jp