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

chore(deps): update all non-major dependencies #922

Merged
merged 3 commits into from Jul 20, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 20, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/chai 4.2.9 -> 4.2.21 age adoption passing confidence
@types/continuation-local-storage 3.2.2 -> 3.2.3 age adoption passing confidence
@types/continuation-local-storage 3.2.1 -> 3.2.3 age adoption passing confidence
@types/ejs 3.0.1 -> 3.0.7 age adoption passing confidence
@types/express 4.11.1 -> 4.17.13 age adoption passing confidence
@types/express 4.16.0 -> 4.17.13 age adoption passing confidence
@types/extend 3.0.0 -> 3.0.1 age adoption passing confidence
@types/ioredis 4.0.9 -> 4.26.6 age adoption passing confidence
@types/lodash 4.14.109 -> 4.14.171 age adoption passing confidence
@types/mocha 7.0.1 -> 7.0.2 age adoption passing confidence
@types/mongodb 3.0.19 -> 3.6.20 age adoption passing confidence
@types/redis 2.8.10 -> 2.8.31 age adoption passing confidence
@types/semver 7.1.0 -> 7.3.7 age adoption passing confidence
@types/shimmer 1.0.1 -> 1.0.2 age adoption passing confidence
@types/uuid 7.0.2 -> 7.0.5 age adoption passing confidence
chai (source) 4.2.0 -> 4.3.4 age adoption passing confidence
codecov 3.6.5 -> 3.8.3 age adoption passing confidence
codecov 3.5.0 -> 3.8.3 age adoption passing confidence
codecov 3.7.1 -> 3.8.3 age adoption passing confidence
google-proto-files 2.0.0 -> 2.4.0 age adoption passing confidence
gts 1.0.0 -> 1.1.2 age adoption passing confidence
ioredis 4.6.2 -> 4.27.6 age adoption passing confidence
jaeger-client ~3.17.0 -> ~3.18.0 age adoption passing confidence
mocha (source) 7.1.0 -> 7.2.0 age adoption passing confidence
mongodb 3.1.10 -> 3.6.10 age adoption passing confidence
nock 10.0.4 -> 10.0.6 age adoption passing confidence
nodemon (source) 2.0.3 -> 2.0.12 age adoption passing confidence
nyc (source) 14.0.0 -> 14.1.1 age adoption passing confidence
nyc (source) 15.0.0 -> 15.1.0 age adoption passing confidence
protobufjs (source) 6.8.8 -> 6.11.2 age adoption passing confidence
rimraf 3.0.0 -> 3.0.2 age adoption passing confidence
shimmer 1.2.0 -> 1.2.1 age adoption passing confidence
ts-node (source) 8.0.2 -> 8.10.2 age adoption passing confidence
ts-node (source) 8.0.3 -> 8.10.2 age adoption passing confidence
ts-node (source) 8.2.0 -> 8.10.2 age adoption passing confidence
ts-node (source) 8.6.2 -> 8.10.2 age adoption passing confidence
typedoc (source) 0.17.0 -> 0.21.4 age adoption passing confidence

Release Notes

chaijs/chai

v4.3.4

Compare Source

This fixes broken inspect behavior with bigints (#​1321) (#​1383) thanks @​vapier

v4.3.3

Compare Source

This reintroduces Assertion as an export in the mjs file. See chaijs/chai#1378 & chaijs/chai#1375

v4.3.2

Compare Source

This fixes a regression in IE11. See chaijs/chai#1380 & chaijs/chai#1379

v4.3.1

Compare Source

This releases fixed an engine incompatibility with 4.3.0

The 4.x.x series of releases will be compatible with Node 4.0. Please report any errors found in Node 4 as bugs, and they will be fixed.

The 5.x.x series, when released, will drop support for Node 4.0

This fix also ensures pathval is updated to 1.1.1 to fix CVE-2020-7751

v4.3.0

Compare Source

This is a minor release.

Not many changes have got in since the last release but this one contains a very important change (#​1257) which will allow jest users to get better diffs. From this release onwards, jest users will be able to see which operator was used in their diffs. The operator is a property of the AssertionError thrown when assertions fail. This flag indicates what kind of comparison was made.

This is also an important change for plugin maintainers. Plugin maintainers will now have access to the operator flag, which they can have access to through an utilmethod calledgetOperator`.

Thanks to all the amazing people that contributed to this release.

New Features

  • Allow contain.oneOf to take an array of possible values (@​voliva)
  • Adding operator attribute to assertion error (#​1257) (@​rpgeeganage)
  • The closeTo error message will now inform the user when a delta is required (@​eouw0o83hf)

Docs

  • Add contains flag to oneOf documentation (@​voliva)

Tests

Chores

codecov/codecov-node

v3.8.3

Compare Source

Fixes
  • #​329 fix: Test if response has two lines
Dependencies
  • #​306 Bump eslint-config-prettier from 7.2.0 to 8.3.0
  • #​305 Bump eslint from 7.21.0 to 7.25.0
  • #​302 Bump mock-fs from 4.13.0 to 4.14.0
  • #​308 Bump lodash from 4.17.19 to 4.17.21
  • #​309 Bump ignore-walk from 3.0.3 to 3.0.4
  • #​310 Bump hosted-git-info from 2.8.8 to 2.8.9
  • #​325 Bump prettier from 2.2.1 to 2.3.2
  • #​326 Bump actions/setup-node from 2.1.5 to 2.2.0
  • #​328 Bump lint-staged from 10.5.4 to 11.0.1
  • #​330 Bump eslint from 7.25.0 to 7.31.0
  • #​331 Bump ws from 7.3.1 to 7.5.3
  • #​332 Bump urlgrey from 0.4.4 to 1.0.0
  • #​334 Bump husky from 6.0.0 to 7.0.1
  • #​333 Bump teeny-request from 7.0.1 to 7.1.1

v3.8.2

Compare Source

Fixes
  • #​304 Add coverage-final.json as a possible coverage file during file lookup

v3.8.1

Compare Source

Fixes
  • #​246 Revert "Bump teeny-request from 6.0.1 to 7.0.0"

v3.8.0

Compare Source

Features
  • #​160 Add Github Actions support
Fixes
  • #​173 Fix broken gcov command
  • #​195 Update Node testing versions
  • #​200 Remove flaky tests
  • #​204 Create CHANGELOG and remove flaky v4 test
  • #​208 Add license scan report and status
  • #​220 Remove errant bitly
Dependencies
  • #​189 Bump lint-staged from 10.0.7 to 10.2.11
  • #​190 [Security] Bump handlebars from 4.5.3 to 4.7.6
  • #​191 Bump prettier from 1.19.1 to 2.0.5
  • #​192 Bump mock-fs from 4.10.4 to 4.12.0
  • #​196 Bump teeny-request from 6.0.1 to 7.0.0
  • #​197 Bump eslint-config-prettier from 4.3.0 to 6.11.0
  • #​198 Bump js-yaml from 3.13.1 to 3.14.0
  • #​199 Bump husky from 4.2.1 to 4.2.5
  • #​202 Bump eslint from 5.16.0 to 7.7.0
  • #​203 Bump jest from 24.9.0 to 26.4.1
  • #​205 Bump mock-fs from 4.12.0 to 4.13.0
  • #​206 Bump jest from 26.4.1 to 26.4.2
  • #​207 Bump prettier from 2.0.5 to 2.1.0
  • #​209 Bump lint-staged from 10.2.11 to 10.2.13
  • #​210 Bump prettier from 2.1.0 to 2.1.1
  • #​212 Bump eslint from 7.7.0 to 7.8.1
  • #​214 Bump lint-staged from 10.2.13 to 10.3.0
  • #​215 Bump husky from 4.2.5 to 4.3.0
  • #​216 Bump node-fetch from 2.6.0 to 2.6.1
  • #​217 Bump eslint from 7.8.1 to 7.9.0
  • #​218 Bump prettier from 2.1.1 to 2.1.2
  • #​219 Bump lint-staged from 10.3.0 to 10.4.0
  • #​222 Bump eslint-config-prettier from 6.11.0 to 6.12.0
  • #​223 Bump eslint from 7.9.0 to 7.10.0
  • #​224 Bump teeny-request from 7.0.0 to 7.0.1

v3.7.2

Compare Source

  • Fix issue with network and file finding

v3.7.1

Compare Source

  • Move to execFileSync and security fixes

v3.7.0

Compare Source

  • Remove the X-Amz-Acl: public-read header
googleapis/nodejs-proto-files

v2.4.0

Compare Source

Features

v2.3.0

Compare Source

Features

v2.2.0

Compare Source

Features
Bug Fixes
2.1.1 (2020-07-06)
Bug Fixes

v2.1.0

Compare Source

Features
Bug Fixes
google/gts

v1.1.2

Compare Source

v1.1.0

Compare Source

Bug Fixes

  • avoid conflicts between prettier and tslint (#​348) (83cb107)
  • npx command on Windows and make sure build/test work on Windows too (#​306) (458be26), closes #​2
  • process less files in parallel preventing OOM errors (#​369) (b48196d)
  • deps: update dependency update-notifier to v3 (#​339) (a6f9cfa)

Features

luin/ioredis

v4.27.6

Compare Source

Bug Fixes

v4.27.5

Compare Source

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

v4.27.4

Compare Source

Performance Improvements

v4.27.3

Compare Source

Bug Fixes

v4.27.2

Compare Source

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

v4.27.1

Compare Source

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

v4.27.0

Compare Source

Features
  • sentinel: detect failover from +switch-master messages (#​1328) (a464151)

v4.26.0

Compare Source

Bug Fixes
Features
  • cluster: apply provided connection name to internal connections (2e388db)

v4.25.0

Compare Source

Features

4.24.6 (2021-03-31)

Bug Fixes
  • force disconnect after a timeout if socket is still half-open (#​1318) (6cacd17)

4.24.5 (2021-03-27)

Bug Fixes

4.24.4 (2021-03-24)

Bug Fixes

4.24.3 (2021-03-21)

Bug Fixes

4.24.2 (2021-03-14)

Bug Fixes

4.24.1 (2021-03-14)

Bug Fixes
  • cluster: reconnect when failing to refresh slots cache for all nodes (8524eea)

v4.24.6

Compare Source

Bug Fixes
  • force disconnect after a timeout if socket is still half-open (#​1318) (6cacd17)

v4.24.5

Compare Source

Bug Fixes

v4.24.4

Compare Source

Bug Fixes

v4.24.3

Compare Source

Bug Fixes

v4.24.2

Compare Source

Bug Fixes

v4.24.1

Compare Source

Bug Fixes
  • cluster: reconnect when failing to refresh slots cache for all nodes (8524eea)

v4.24.0

Compare Source

Features

4.23.1 (2021-03-14)

Bug Fixes

v4.23.1

Compare Source

Bug Fixes

v4.23.0

Compare Source

Features

v4.22.0

Compare Source

Features

v4.21.0

Compare Source

Features

v4.20.0

Compare Source

Features

4.19.5 (2021-01-14)

Bug Fixes

4.19.4 (2020-12-13)

Bug Fixes

4.19.3 (2020-12-13)

Bug Fixes
  • auth command should be not allowed in auto pipeline. (#​1242) (bafdd4b)

4.19.2 (2020-10-31)

Bug Fixes
  • Fix autopipeline and downgrade p-map to support Node 6. [#​1216] (1bc8ca0)

4.19.1 (2020-10-28)

Bug Fixes

v4.19.4

Compare Source

Bug Fixes

v4.19.3

Compare Source

Bug Fixes
  • auth command should be not allowed in auto pipeline. (#​1242) (bafdd4b)

v4.19.2

Compare Source

Bug Fixes
  • Fix autopipeline and downgrade p-map to support Node 6. [#​1216] (1bc8ca0)

v4.19.1

Compare Source

Bug Fixes

Configuration

📅 Schedule: At any time (no schedule defined).

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 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 WhiteSource 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 check 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-azure/package-lock.json
npm notice 
npm notice New minor version of npm available! 7.19.1 -> 7.20.0
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v7.20.0>
npm notice Run `npm install -g npm@7.20.0` to update!
npm notice 
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated uuid@2.0.3: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
ERR! lerna Invalid command!
ERR! lerna Pass --help to see all available commands and options.
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.0.x || 4.1.x || 4.2.x || 4.3.x" from typedoc@0.21.4
npm ERR! node_modules/typedoc
npm ERR!   dev typedoc@"0.21.4" 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/2021-07-20T19_27_17_134Z-debug.log

@aabmass
Copy link
Member

aabmass commented Jul 20, 2021

I had to manually update this PR. The code changes are here are all from reformatting with upgraded GTS linter. There is only one non-dev dependency changes in this PR.

@codecov-commenter
Copy link

codecov-commenter commented Jul 20, 2021

Codecov Report

Merging #922 (d4c307e) into master (00ac8df) will decrease coverage by 1.59%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #922      +/-   ##
==========================================
- Coverage   95.41%   93.82%   -1.60%     
==========================================
  Files         148      147       -1     
  Lines       10763     9758    -1005     
  Branches      804      961     +157     
==========================================
- Hits        10270     9155    -1115     
- Misses        493      603     +110     
Impacted Files Coverage Δ
src/detect-resource.ts 75.00% <0.00%> (-25.00%) ⬇️
src/zpages-frontend/page-handlers/templates-dir.ts 80.00% <0.00%> (-20.00%) ⬇️
src/common-utils.ts 87.50% <0.00%> (-12.50%) ⬇️
src/common/noop-logger.ts 0.00% <0.00%> (-11.12%) ⬇️
src/common/validations.ts 84.61% <0.00%> (-7.39%) ⬇️
test/test-zipkin.ts 90.76% <0.00%> (-6.95%) ⬇️
src/internal/cls.ts 80.00% <0.00%> (-6.67%) ⬇️
test/test-stackdriver-monitoring-utils.ts 95.08% <0.00%> (-4.92%) ⬇️
test/test-stackdriver-cloudtrace.ts 95.12% <0.00%> (-4.88%) ⬇️
src/tags/propagation/variant-encoding.ts 95.23% <0.00%> (-4.77%) ⬇️
... and 93 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3b0a008...d4c307e. Read the comment docs.

@aabmass aabmass merged commit e1f09d1 into master Jul 20, 2021
@aabmass aabmass deleted the renovate/all-minor-patch branch July 20, 2021 21:49
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

2 participants