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

fix(deps): update all non-major dependencies #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 20, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@grpc/proto-loader (source) ^0.6.0 -> ^0.7.0 age adoption passing confidence
@types/chai (source) 4.2.21 -> 4.3.15 age adoption passing confidence
@types/continuation-local-storage (source) 3.2.2 -> 3.2.7 age adoption passing confidence
@types/continuation-local-storage (source) 3.2.1 -> 3.2.7 age adoption passing confidence
@types/ejs (source) 3.0.7 -> 3.1.5 age adoption passing confidence
@types/express (source) 4.17.13 -> 4.17.21 age adoption passing confidence
@types/express-serve-static-core (source) 4.17.24 -> 4.19.0 age adoption passing confidence
@types/extend (source) 3.0.1 -> 3.0.4 age adoption passing confidence
@​types/ioredis 4.26.6 -> 4.28.10 age adoption passing confidence
@types/lodash (source) 4.14.171 -> 4.17.0 age adoption passing confidence
@​types/mongodb 3.0.19 -> 3.6.20 age adoption passing confidence
@types/node (source) 12.20.16 -> 12.20.55 age adoption passing confidence
@types/once (source) 1.4.0 -> 1.4.4 age adoption passing confidence
@​types/redis 2.8.31 -> 2.8.32 age adoption passing confidence
@types/semver (source) 7.3.7 -> 7.5.8 age adoption passing confidence
@types/serve-static (source) 1.13.10 -> 1.15.7 age adoption passing confidence
@types/shimmer (source) 1.0.2 -> 1.0.5 age adoption passing confidence
@types/uuid (source) 7.0.5 -> 7.0.8 age adoption passing confidence
axios (source) 0.21.2 -> 0.28.1 age adoption passing confidence
chai (source) 4.3.4 -> 4.4.1 age adoption passing confidence
google-proto-files 2.4.0 -> 2.5.2 age adoption passing confidence
googleapis 67.0.0 -> 67.1.1 age adoption passing confidence
ioredis 4.27.6 -> 4.28.5 age adoption passing confidence
jaeger-client ~3.18.0 -> ~3.19.0 age adoption passing confidence
mongodb 3.1.10 -> 3.7.4 age adoption passing confidence
nodemon (source) 2.0.12 -> 2.0.22 age adoption passing confidence
protobufjs (source) 6.11.3 -> 6.11.4 age adoption passing confidence
sinon (source) 11.1.1 -> 11.1.2 age adoption passing confidence
typedoc (source) 0.20.37 -> 0.25.13 age adoption passing confidence

Release Notes

grpc/grpc-node (@​grpc/proto-loader)

v0.7.13: @​grpc/proto-loader 0.7.13

Compare Source

  • Include method options in method definition objects (#​2711 contributed by @​n0v1)
  • Avoid generating duplicate TypeScript method declarations in some cases (#​2717)
  • Update Protobuf.js dependency to a newer version (#​2731)

v0.7.12: @​grpc/proto-loader 0.7.12

Compare Source

  • Revert "Use a .ts extension in import statements in generated TypeScript files" (#​2699)

v0.7.11: @​grpc/proto-loader 0.7.11

Compare Source

  • Use a .ts extension in import statements in generated TypeScript files (#​2693 contributed by @​atjn)

v0.7.10: @​grpc/proto-loader 0.7.10

Compare Source

  • Allow the grpcLib option to be omitted in the type generator, to generate implementation-agnostic code (#​2573)

v0.7.9: @​grpc/proto-loader 0.7.9

Compare Source

v0.7.8

Compare Source

v0.7.7: @​grpc/proto-loader 0.7.7

Compare Source

  • Update yargs dependency to 17.x (#​2437)

v0.7.6: @​grpc/proto-loader 0.7.6

Compare Source

v0.7.5: @​grpc/proto-loader 0.7.5

Compare Source

  • Include @deprecated annotations in generated comments if the includeComments option is set (#​2357 contributed by @​danielronnkvist)

v0.7.4: @​grpc/proto-loader 0.7.4

Compare Source

v0.7.3: @​grpc/proto-loader 0.7.3

Compare Source

  • Add message class name template options to TypeScript generator (#​2183 contributed by @​install)

v0.7.2: @​grpc/proto-loader 0.7.2

Compare Source

  • Revert upgrade of long dependency (#​2197)

v0.7.1: @​grpc/proto-loader 0.7.1

  • Update long dependency to version 5 (#​2192)
axios/axios (axios)

v0.28.1

Compare Source

v0.28.0

Compare Source

Release notes:

Bug Fixes
Backports from v1.x:
  • Allow null indexes on formSerializer and paramsSerializer v0.x (#​4961)
  • Fixing content-type header repeated #​4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#​4735)
  • URL params serializer (#​4734)
  • Fixed toFormData Blob issue on node>v17 #​4728
  • Adding types for progress event callbacks #​4675
  • Fixed max body length defaults #​4731
  • Added data URL support for node.js (#​4725)
  • Added isCancel type assert (#​4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#​4721)
  • Add string[] to AxiosRequestHeaders type (#​4322)
  • Allow type definition for axios instance methods (#​4224)
  • Fixed AxiosError stack capturing; (#​4718)
  • Fixed AxiosError status code type; (#​4717)
  • Adding Canceler parameters config and request (#​4711)
  • fix(types): allow to specify partial default headers for instance creation (#​4185)
  • Added blob to the list of protocols supported by the browser (#​4678)
  • Fixing Z_BUF_ERROR when no content (#​4701)
  • Fixed race condition on immediate requests cancellation (#​4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance https://github.com/axios/axios/pull/4248
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#​4229)
  • Fix TS definition for AxiosRequestTransformer (#​4201)
  • Use type alias instead of interface for AxiosPromise (#​4505)
  • Include request and config when creating a CanceledError instance (#​4659)
  • Added generic TS types for the exposed toFormData helper (#​4668)
  • Optimized the code that checks cancellation (#​4587)
  • Replaced webpack with rollup (#​4596)
  • Added stack trace to AxiosError (#​4624)
  • Updated AxiosError.config to be optional in the type definition (#​4665)
  • Removed incorrect argument for NetworkError constructor (#​4656)

v0.27.2

Compare Source

Fixes and Functionality:

  • Fixed FormData posting in browser environment by reverting #​3785 (#​4640)
  • Enhanced protocol parsing implementation (#​4639)
  • Fixed bundle size

v0.27.1

Compare Source

Fixes and Functionality:
  • Removed import of url module in browser build due to huge size overhead and builds being broken (#​4594)
  • Bumped follow-redirects to ^1.14.9 (#​4615)

v0.27.0

Compare Source

Breaking changes:
  • New toFormData helper function that allows the implementor to pass an object and allow axios to convert it to FormData (#​3757)
  • Removed functionality that removed the the Content-Type request header when passing FormData (#​3785)
  • (*) Refactored error handling implementing AxiosError as a constructor, this is a large change to error handling on the whole (#​3645)
  • Separated responsibility for FormData instantiation between transformRequest and toFormData (#​4470)
  • (*) Improved and fixed multiple issues with FormData support (#​4448)
QOL and DevX improvements:
  • Added a multipart/form-data testing playground allowing contributors to debug changes easily (#​4465)
Fixes and Functionality:
  • Refactored project file structure to avoid circular imports (#​4515) & (#​4516)
  • Bumped follow-redirects to ^1.14.9 (#​4562)
Internal and Tests:
  • Updated dev dependencies to latest version
Documentation:
  • Fixing incorrect link in changelog (#​4551)
Notes:
  • (*) Please read these pull requests before updating, these changes are very impactful and far reaching.

v0.26.1

Compare Source

Fixes and Functionality:
  • Refactored project file structure to avoid circular imports (#​4220)

v0.26.0

Compare Source

Fixes and Functionality:
  • Fixed The timeoutErrorMessage property in config not work with Node.js (#​3581)
  • Added errors to be displayed when the query parsing process itself fails (#​3961)
  • Fix/remove url required (#​4426)
  • Update follow-redirects dependency due to Vulnerability (#​4462)
  • Bump karma from 6.3.11 to 6.3.14 (#​4461)
  • Bump follow-redirects from 1.14.7 to 1.14.8 (#​4473)

v0.25.0

Compare Source

Breaking changes:
  • Fixing maxBodyLength enforcement (#​3786)
  • Don't rely on strict mode behaviour for arguments (#​3470)
  • Adding error handling when missing url (#​3791)
  • Update isAbsoluteURL.js removing escaping of non-special characters (#​3809)
  • Use native Array.isArray() in utils.js (#​3836)
  • Adding error handling inside stream end callback (#​3967)
Fixes and Functionality:
  • Added aborted even handler (#​3916)
  • Header types expanded allowing boolean and number types (#​4144)
  • Fix cancel signature allowing cancel message to be undefined (#​3153)
  • Updated type checks to be formulated better (#​3342)
  • Avoid unnecessary buffer allocations (#​3321)
  • Adding a socket handler to keep TCP connection live when processing long living requests (#​3422)
  • Added toFormData helper function (#​3757)
  • Adding responseEncoding prop type in AxiosRequestConfig (#​3918)
Internal and Tests:
  • Adding axios-test-instance to ecosystem (#​3786)
  • Optimize the logic of isAxiosError (#​3546)
  • Add tests and documentation to display how multiple inceptors work (#​3564)
  • Updating follow-redirects to version 1.14.7 (#​4379)
Documentation:
  • Fixing changelog to show corrext pull request (#​4219)
  • Update upgrade guide for https proxy setting (#​3604)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

v0.24.0

Compare Source

Breaking changes:
  • Revert: change type of AxiosResponse to any, please read lengthy discussion here: (#​4141) pull request: (#​4186)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

v0.23.0

Compare Source

Breaking changes:
  • Distinguish request and response data types (#​4116)
  • Change never type to unknown (#​4142)
  • Fixed TransitionalOptions typings (#​4147)
Fixes and Functionality:
  • Adding globalObject: 'this' to webpack config (#​3176)
  • Adding insecureHTTPParser type to AxiosRequestConfig (#​4066)
  • Fix missing semicolon in typings (#​4115)
  • Fix response headers types (#​4136)
Internal and Tests:
  • Improve timeout error when timeout is browser default (#​3209)
  • Fix node version on CI (#​4069)
  • Added testing to TypeScript portion of project (#​4140)
Documentation:
  • Rename Angular to AngularJS (#​4114)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

v0.22.0

Compare Source

Fixes and Functionality:
  • Caseless header comparing in HTTP adapter (#​2880)
  • Avoid package.json import fixing issues and warnings related to this (#​4041), (#​4065)
  • Fixed cancelToken leakage and added AbortController support (#​3305)
  • Updating CI to run on release branches
  • Bump follow redirects version
  • Fixed default transitional config for custom Axios instance; (#​4052)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

v0.21.4

Compare Source

Fixes and Functionality:
  • Fixing JSON transform when data is stringified. Providing backward compatibility and complying to the JSON RFC standard (#​4020)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

v0.21.3

Compare Source

Fixes and Functionality:
  • Fixing response interceptor not being called when request interceptor is attached (#​4013)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

chaijs/chai (chai)

v4.4.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.10...v4.4.0

v4.3.10

Compare Source

This release simply bumps all dependencies to their latest non-breaking versions.

What's Changed

Full Changelog: chaijs/chai@v4.3.9...v4.3.10

v4.3.9

Compare Source

Upgrade dependencies.

This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.

Full Changelog: chaijs/chai@v4.3.8...v4.3.9

v4.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v4.3.7...v4.3.8

v4.3.7

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.6...v4.3.7

v4.3.6

Compare Source

Update loupe to 2.3.1

v4.3.5

Compare Source

googleapis/nodejs-proto-files (google-proto-files)

v2.5.2

Compare Source

v2.5.0

Compare Source

Features
  • include gapic and grafeas, add routing.proto, update protos (#​372) (5c19425)
2.4.1 (2021-09-09)
Bug Fixes

v2.4.1

Compare Source

googleapis/google-api-nodejs-client (googleapis)

v67.1.1

Compare Source

v67.1.0

Compare Source

Features
Bug Fixes
luin/ioredis (ioredis)

v4.28.5

Compare Source

Bug Fixes
  • Reset loaded script hashes to force a reload of scripts after reconnect of redis (#​1497) (f357a31)

v4.28.4

Compare Source

Bug Fixes

v4.28.3

Compare Source

Bug Fixes

v4.28.2

Compare Source

Bug Fixes

v4.28.1

Compare Source

Bug Fixes

v4.28.0

Compare Source

Features

4.27.11 (2021-10-11)

Bug Fixes

4.27.10 (2021-10-04)

Bug Fixes

4.27.9 (2021-08-30)

Bug Fixes

4.27.8 (2021-08-18)

Bug Fixes

4.27.7 (2021-08-01)

Bug Fixes

@renovate renovate bot requested a review from aabmass as a code owner July 20, 2021 18:17
@renovate
Copy link
Author

renovate bot commented Jul 20, 2021

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @opencensus/opencensus-base@0.0.1
npm ERR! Found: typescript@3.9.10
npm ERR! node_modules/typescript
npm ERR!   dev typescript@"3.9.10" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer typescript@"4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x" from typedoc@0.25.13
npm ERR! node_modules/typedoc
npm ERR!   dev typedoc@"0.25.13" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-05-02T16_35_47_908Z-debug-0.log

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 329a67d to 9303a27 Compare July 27, 2021 11:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 9455329 to 6d02ab6 Compare August 6, 2021 13:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 57947ce to 580ea9d Compare August 21, 2021 01:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 3c3ba51 to 5beac8f Compare August 31, 2021 23:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8b72ee9 to b2bd178 Compare November 7, 2023 23:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 438d810 to bde80b3 Compare November 27, 2023 00:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6cbe986 to 6b493a3 Compare January 5, 2024 13:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8743a37 to c921b45 Compare January 12, 2024 15:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4c5fbca to 447bd07 Compare February 10, 2024 00:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from beb25d4 to 522b8ec Compare February 12, 2024 21:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from bc335b9 to f75cd46 Compare February 26, 2024 07:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6677da3 to d587be4 Compare March 10, 2024 19:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6de3d31 to 094558a Compare March 19, 2024 10:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 094558a to 248bfe8 Compare March 20, 2024 20:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0085cfe to 39f6c00 Compare April 3, 2024 07:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a4bbd0d to 4ca26e1 Compare April 8, 2024 01:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4ca26e1 to 5d5af3b Compare May 2, 2024 16:35
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

0 participants