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

build: bump the npm_and_yarn group across 1 directory with 3 updates #3398

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2024

Bumps the npm_and_yarn group with 3 updates in the / directory: @grpc/grpc-js, bl and qs.

Updates @grpc/grpc-js from 1.10.9 to 1.10.10

Release notes

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

@​grpc/grpc-js 1.10.10

  • Various improvements to handling of keepalive timers (#2760 by @​davidfiala)
  • Fix a bug causing unary response client requests to hang when unexpectedly receiving multiple messages (#2772)
  • Fix a bug causing some requests to fail when making requests through a local proxy (#2746 contributed by @​mjameswh, backported in #2777)
  • Fix handling of URL-encoded user credentials in proxy configuration (#2761 contributed by @​brendan-myers, backported in #2777)
  • Fix missing client-side handling of the grpc.max_send_message_length channel option (#2779)
Commits
  • c934257 Merge pull request #2778 from murgatroid99/grpc-js_1.10.10
  • 3c55b5b Merge pull request #2777 from murgatroid99/grpc-js_1.10_backports
  • 97c4cda Merge pull request #2779 from murgatroid99/grpc-js_max_send_message_size_fix
  • 42844cf grpc-js: Re-add client-side max send message size checking
  • cbab4e5 grpc-js: Bump to 1.10.10
  • 5ae5514 fix: add decoding for url encoded user credentials
  • e759029 HTTP CONNECT: handle early server packets
  • 5c0226d Merge pull request #2760 from davidfiala/@grpc/[email protected]
  • 52fe8e9 Merge pull request #2772 from murgatroid99/grpc-js_cardinality_error_hang
  • 98cd87f ensure that client keepalive timers are always cleared when they trigger. thi...
  • Additional commits viewable in compare view

Updates bl from 5.1.0 to 6.0.0

Release notes

Sourced from bl's releases.

v6.0.0

6.0.0 (2022-10-19)

⚠ BREAKING CHANGES

  • deps: bump readable-stream from 3.6.0 to 4.2.0
  • added bigint (Int64) support

Features

  • added bigint (Int64) support (131ad32)

Trivial Changes

  • add TypeScript definitions for BigInt (78c5ff4)
  • deps-dev: bump typescript from 4.7.4 to 4.8.4 (dba13e1)
  • deps: bump readable-stream from 3.6.0 to 4.2.0 (fa03eda)
  • docs: BigInt in API docs (c68af50)
Changelog

Sourced from bl's changelog.

6.0.0 (2022-10-19)

⚠ BREAKING CHANGES

  • deps: bump readable-stream from 3.6.0 to 4.2.0
  • added bigint (Int64) support

Features

  • added bigint (Int64) support (131ad32)

Trivial Changes

  • add TypeScript definitions for BigInt (78c5ff4)
  • deps-dev: bump typescript from 4.7.4 to 4.8.4 (dba13e1)
  • deps: bump readable-stream from 3.6.0 to 4.2.0 (fa03eda)
  • docs: BigInt in API docs (c68af50)
Commits
  • a59710d chore(release): 6.0.0 [skip ci]
  • dba13e1 chore(deps-dev): bump typescript from 4.7.4 to 4.8.4
  • c68af50 chore(docs): BigInt in API docs
  • fa03eda chore(deps)!: bump readable-stream from 3.6.0 to 4.2.0
  • 78c5ff4 chore: add TypeScript definitions for BigInt
  • 131ad32 feat!: added bigint (Int64) support
  • See full diff in compare view

Updates qs from 6.8.3 to 6.9.7

Changelog

Sourced from qs's changelog.

6.9.7

  • [Fix] parse: ignore __proto__ keys (#428)
  • [Fix] stringify: avoid encoding arrayformat comma when encodeValuesOnly = true (#424)
  • [Robustness] stringify: avoid relying on a global undefined (#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"
  • [actions] backport actions from main
  • [Dev Deps] backport updates from main

6.9.6

  • [Fix] restore dist dir; mistakenly removed in d4f6c32

6.9.5

  • [Fix] stringify: do not encode parens for RFC1738
  • [Fix] stringify: fix arrayFormat comma with empty array/objects (#350)
  • [Refactor] format: remove util.assign call
  • [meta] add "Allow Edits" workflow; update rebase workflow
  • [actions] switch Automatic Rebase workflow to pull_request_target event
  • [Tests] stringify: add tests for #378
  • [Tests] migrate tests to Github Actions
  • [Tests] run nyc on all tests; use tape runner
  • [Dev Deps] update eslint, @ljharb/eslint-config, browserify, mkdirp, object-inspect, tape; add aud

6.9.4

  • [Fix] stringify: when arrayFormat is comma, respect serializeDate (#364)
  • [Refactor] stringify: reduce branching (part of #350)
  • [Refactor] move maybeMap to utils
  • [Dev Deps] update browserify, tape

6.9.3

  • [Fix] proper comma parsing of URL-encoded commas (#361)
  • [Fix] parses comma delimited array while having percent-encoded comma treated as normal text (#336)

6.9.2

  • [Fix] parse: Fix parsing array from object with comma true (#359)
  • [Fix] parse: throw a TypeError instead of an Error for bad charset (#349)
  • [meta] ignore eclint transitive audit warning
  • [meta] fix indentation in package.json
  • [meta] add tidelift marketing copy
  • [Dev Deps] update eslint, @ljharb/eslint-config, object-inspect, has-symbols, tape, mkdirp, iconv-lite
  • [actions] add automatic rebasing / merge commit blocking

6.9.1

  • [Fix] parse: with comma true, handle field that holds an array of arrays (#335)
  • [Fix] parse: with comma true, do not split non-string values (#334)
  • [meta] add funding field
  • [Dev Deps] update eslint, @ljharb/eslint-config

... (truncated)

Commits
  • 4cd0032 v6.9.7
  • e799ba5 [Fix] parse: ignore __proto__ keys (#428)
  • 02ca358 [Robustness] stringify: avoid relying on a global undefined (#427)
  • 4a17709 [Fix] stringify: avoid encoding arrayformat comma when `encodeValuesOnly = ...
  • c0e13e9 [readme] remove travis badge; add github actions/codecov badges; update URLs
  • 4113a5f [Tests] clean up stringify tests slightly
  • 749a584 [Docs] add note and links for coercing primitive values (#408)
  • cce2082 [meta] fix README.md (#399)
  • c44f0c5 Revert "[meta] ignore eclint transitive audit warning"
  • e6cfd8b [actions] backport actions from main
  • 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 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 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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 11, 2024
@dependabot dependabot bot requested a review from petermetz as a code owner July 11, 2024 04:25
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Jul 11, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-ee6462cf89 branch 6 times, most recently from cd1d1f9 to 4368065 Compare July 18, 2024 20:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-ee6462cf89 branch 3 times, most recently from 25c7ecf to fea67bd Compare July 25, 2024 21:09
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-ee6462cf89 branch 2 times, most recently from 2303357 to 8ee02ba Compare August 7, 2024 21:08
@sandeepnRES sandeepnRES force-pushed the dependabot/npm_and_yarn/npm_and_yarn-ee6462cf89 branch 2 times, most recently from b0d36ce to 4d00441 Compare August 8, 2024 06:08
@sandeepnRES sandeepnRES enabled auto-merge (rebase) August 8, 2024 06:09
@petermetz
Copy link
Member

@sandeepnRES I'm going to run yarn to update the lockfile and also fix the commit message to comply with the linter

@petermetz petermetz self-assigned this Aug 8, 2024
@petermetz petermetz force-pushed the dependabot/npm_and_yarn/npm_and_yarn-ee6462cf89 branch from 4d00441 to 5eef2a1 Compare August 8, 2024 18:40
Bumps the npm_and_yarn group with 3 updates in the / directory:
[@grpc/grpc-js](https://github.com/grpc/grpc-node),
[bl](https://github.com/rvagg/bl) and [qs](https://github.com/ljharb/qs).

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

Updates `bl` from 5.1.0 to 6.0.0
- [Release notes](https://github.com/rvagg/bl/releases)
- [Changelog](https://github.com/rvagg/bl/blob/master/CHANGELOG.md)
- [Commits](rvagg/bl@v5.1.0...v6.0.0)

Updates `qs` from 6.8.3 to 6.9.7
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.8.3...v6.9.7)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: bl
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: qs
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Co-authored-by: Peter Somogyvari <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sandeep Nishad <[email protected]>
Signed-off-by: Peter Somogyvari <[email protected]>
@petermetz petermetz force-pushed the dependabot/npm_and_yarn/npm_and_yarn-ee6462cf89 branch from 5eef2a1 to 2e90198 Compare August 8, 2024 19:41
@sandeepnRES sandeepnRES merged commit 9e9e27d into main Aug 8, 2024
137 of 142 checks passed
@sandeepnRES sandeepnRES deleted the dependabot/npm_and_yarn/npm_and_yarn-ee6462cf89 branch August 8, 2024 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants