Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

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

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

Conversation

renovate[bot]
Copy link
Contributor

@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.5 age adoption passing confidence
@types/continuation-local-storage (source) 3.2.2 -> 3.2.4 age adoption passing confidence
@types/continuation-local-storage (source) 3.2.1 -> 3.2.4 age adoption passing confidence
@types/ejs (source) 3.0.7 -> 3.1.2 age adoption passing confidence
@types/express (source) 4.17.13 -> 4.17.17 age adoption passing confidence
@types/express-serve-static-core (source) 4.17.24 -> 4.17.35 age adoption passing confidence
@​types/ioredis 4.26.6 -> 4.28.10 age adoption passing confidence
@types/lodash (source) 4.14.171 -> 4.14.196 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/redis 2.8.31 -> 2.8.32 age adoption passing confidence
@types/semver (source) 7.3.7 -> 7.5.0 age adoption passing confidence
@types/serve-static (source) 1.13.10 -> 1.15.2 age adoption passing confidence
axios (source) 0.21.2 -> 0.27.2 age adoption passing confidence
chai (source) 4.3.4 -> 4.3.7 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
nodemon (source) 2.0.12 -> 2.0.22 age adoption passing confidence
sinon (source) 11.1.1 -> 11.1.2 age adoption passing confidence
typedoc (source) 0.20.37 -> 0.24.8 age adoption passing confidence

Release Notes

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

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.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.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

4.27.6 (2021-06-13)

Bug Fixes

4.27.5 (2021-06-05)

Bug Fixes
  • SENTINEL: actively failover detection under an option (#​1363) (f02e383)

4.27.4 (2021-06-04)

Performance Improvements

4.27.3 (2021-05-22)

Bug Fixes

4.27.2 (2021-05-04)

Bug Fixes
  • cluster: avoid ClusterAllFailedError in certain cases (aa9c5b1), closes #​1330

4.27.1 (2021-04-24)

Bug Fixes
  • clears commandTimeout timer as each respective command gets fulfilled (#​1336) (d65f8b2)

v4.27.11

Compare Source

Bug Fixes

v4.27.10

Compare Source

Bug Fixes

v4.27.9

Compare Source

Bug Fixes

v4.27.8

Compare Source

Bug Fixes

v4.27.7

Compare Source

Bug Fixes
jaegertracing/jaeger-client-node (jaeger-client)

v3.19.0

Compare Source

  • Simplify bundling udp_sender (#​530) -- Thorsten Nadel
  • Add sampling path for tracer sampler config (#​532) (#​533) -- 飞雪无情
  • Bump opentracing from 0.14.4 to 0.14.5 (#​487) -- dependabot
  • Update uuid package to latest stable version (#​516) -- Manuel Alejandro de Brito Fontes
  • Allow configuring http client timeout (#​465) -- Yuri Shkuro
  • Report HTTP errors when flushing spans (#​459) -- Espen Hovlandsdal
  • Fix env parsing of falsy values (#​462) -- Gerrit-K
  • Stop testing with Node <v10; upgrade tchannel->4.x (#​463) -- Yuri Shkuro
  • Upgrade xorshift@^1.1.1 (#​442) -- Oliver Salzburg
remy/nodemon (nodemon)

v2.0.22

Compare Source

Bug Fixes

v2.0.21

Compare Source

Bug Fixes

v2.0.20

Compare Source

Bug Fixes
  • remove postinstall script (e099e91)

v2.0.19

Compare Source

Bug Fixes

v2.0.18

Compare Source

Bug Fixes
  • revert update-notifier forcing esm (1b3bc8c)

v2.0.17

Compare Source

Bug Fixes

v2.0.16

Compare Source

Bug Fixes
  • support windows by using path.delimiter (e26aaa9)

v2.0.15

Compare Source

Bug Fixes

v2.0.14

Compare Source

Bug Fixes

v2.0.13

Compare Source

Bug Fixes
sinonjs/sinon (sinon)

v11.1.2

Compare Source

TypeStrong/TypeDoc (typedoc)

v0.24.8

Compare Source

Features
  • Added support for TypeScript 5.1, #​2296.
  • Added navigation.fullTree to control rendering the full navigation tree on each page, #​2287.
    This option will likely be replaced in 0.25 with dynamic loading of the full tree.
  • TypeDoc's --pretty option now also controls whether generated HTML contains line breaks, #​2287.
  • Optimized icon caching to reduce file size in generated HTML documentation, #​2287.
  • Render property description of "roughly top level" object types, #​2276.
  • Added MarkdownEvent.INCLUDE for plugins, #​2284.
Bug Fixes
  • When rendering functions/methods, TypeDoc will now render the comment summary above the parameters/return type,
    and any other block tags in the order they are defined in the comment, #​2285.
  • Comments are no longer removed from classes/interfaces containing call signatures, #​2290.
Thanks!

v0.24.7

Compare Source

Features
  • TypeDoc will now allow conversion without any entry points to support "readme only" packages, #​2264.
Bug Fixes
  • Category children are now sorted according to the sort option, #​2272.
  • Inline tags no longer require a space after the tag name to be parsed as a tag, #​2273.
  • Fixed module/namespace links in navigation when viewed in Safari, #​2275.

v0.24.6

Compare Source

Features
  • Improved error messaging if a provided entry point could not be converted into a documented module reflection, #​2242.
  • API: Added support for g, circle, ellipse, polygon, and polyline svg elements, #​2259.
  • Extended jsDocCompatibility option with inheritDocTag to ignore fully lowercase inheritDoc tags and
    ignoreUnescapedBraces to disable warnings about unescaped { and } characters in comments.
Bug Fixes
  • --useTsLinkResolution is no longer ignored within block tags, #​2260.
  • The current namespace will also be expanded in the navigation on page load, #​2260.
  • Fixed flicker of navigation pane when reloading a page caused by updating expansion state after the page was loaded.
  • Fixed an infinite loop if more than one entry point was provided, and all entry points were the same.
Thanks!

v0.24.5

Compare Source

Features
  • Categories and groups can now be shown in the navigation, added --navigation.includeCategories
    and --navigation.includeGroups to control this behavior. The `--categ

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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
Copy link
Contributor 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: packages/opencensus-exporter-ocagent/package-lock.json
/usr/local/bin/docker: line 4: .: filename argument required
.: usage: . filename [arguments]
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" from typedoc@0.24.8
npm ERR! node_modules/typedoc
npm ERR!   dev typedoc@"0.24.8" 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! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/ae32e0/c48b3f/cache/others/npm/_logs/2023-07-26T01_59_18_995Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/ae32e0/c48b3f/cache/others/npm/_logs/2023-07-26T01_59_18_995Z-debug-0.log

@google-cla google-cla bot added the cla: yes label Jul 20, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from dfb55e5 to fc0c974 Compare July 27, 2021 17:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from abcc760 to ae39769 Compare August 6, 2021 12:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5e0c9bd to ea6a513 Compare August 21, 2021 01:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from aa97d2b to 07e6381 Compare August 28, 2021 14:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e80007c to 2408714 Compare July 31, 2022 18:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 532f69b to 7b5ed91 Compare August 11, 2022 21:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a1a8ef0 to 60cd3c5 Compare August 19, 2022 05:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 60cd3c5 to 35d0cec Compare August 26, 2022 07:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3845f5a to 59628f8 Compare September 30, 2022 21:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ae6ed29 to aec77b7 Compare March 16, 2023 14:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7fb9e9d to f0b97bf Compare March 29, 2023 19:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7493dd8 to 888ce4a Compare April 14, 2023 08:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a9419c9 to be54337 Compare April 22, 2023 23:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from be54337 to 9cac71f Compare April 24, 2023 03:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9cac71f to 1e2580a Compare May 28, 2023 10:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1e2580a to 6b91c96 Compare June 4, 2023 19:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6b91c96 to d0467ab Compare June 23, 2023 10:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d0467ab to 00f449a Compare July 26, 2023 01:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants