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

Update external fixes #75

Merged
merged 1 commit into from Jul 19, 2021
Merged

Update external fixes #75

merged 1 commit into from Jul 19, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 19, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
chai (source) 4.2.0 -> 4.3.4 age adoption passing confidence
eslint-plugin-header 3.0.0 -> 3.1.1 age adoption passing confidence
graphql 14.5.8 -> 14.7.0 age adoption passing confidence
mocha-junit-reporter 1.23.1 -> 1.23.3 age adoption passing confidence
mocha-multi-reporters 1.1.7 -> 1.5.1 age adoption passing confidence
openwhisk 3.20.0 -> 3.21.4 age adoption passing confidence
serverless (source) 2.0.0 -> 2.52.0 age adoption passing confidence
serverless-webpack 5.3.1 -> 5.5.1 age adoption passing confidence
webpack 4.41.0 -> 4.46.0 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

Stuk/eslint-plugin-header

v3.1.1

Compare Source

  • Fix detecting header below shebang comment with Windows EOL (#​30)

v3.1.0

Compare Source

  • Update to eslint 7.7.0
  • Add a third option to specify number of linebreaks after the header. (#​29)
graphql/graphql-js

v14.7.0

Compare Source

v14.7.0 (2020-07-06)
New Feature 🚀
Committers: 1

v14.6.0

Compare Source

v14.6.0 (2020-01-27)
New Feature 🚀
Committers: 1
michaelleeallen/mocha-junit-reporter

v1.23.3

Compare Source

v1.23.2

Compare Source

stanleyhlng/mocha-multi-reporters

v1.5.1

Compare Source

Bugs
  • Added missing config.json file into npm bundle

v1.5.0

Compare Source

Features

First release after a long time of no maintenance, brings this package current with the cypress-multi-reporters changes over
the last couple of years.

  • Bring dependencies to current, including Mocha 8.2.0
  • #​72 Upgrade to pick up YOU54F changes from cypress-multi-reporter until and including 1.4.0
  • #​69 Finding reporter file using current directory does not work with yarn 2
  • #​61 Check reporter
  • npm package cleanup
apache/openwhisk-client-js

v3.21.4

Compare Source

Adding missing main property to Exec type (#​222)
chore: Fix spelling errors (#​219)
Add concurrency to the limits map to allow the client to request conrrency limits (#​218)

v3.21.3

Compare Source

  • Relax action kind typing (#​215)

v3.21.2

Compare Source

  • Allow custom headers (#​209)
  • Propagate __OW_TRANSACTION_ID if present (#​208)

v3.21.1

Compare Source

  • Fix version in package.json and package-lock.json
  • Update npm ignores.
serverless/serverless

v2.52.0

Compare Source

Features
Bug Fixes
Maintenance Improvements
2.51.2 (2021-07-08)
Bug Fixes
2.51.1 (2021-07-08)
Bug Fixes
Maintenance Improvements

v2.51.2

Compare Source

v2.51.1

Compare Source

v2.51.0

Compare Source

Features
Bug Fixes
Maintenance Improvements

v2.50.0

Compare Source

Features
Bug Fixes
Maintenance Improvements
Templates

v2.49.0

Compare Source

Features
Bug Fixes
Maintenance Improvements
Templates
2.48.1 (2021-06-25)
Bug Fixes
Maintenance Improvements

v2.48.1

Compare Source

v2.48.0

Compare Source

Features
Bug Fixes
Maintenance Improvements

v2.47.0

Compare Source

Features
Bug Fixes
Maintenance Improvements
2.46.0 (2021-06-11)
Features
Bug Fixes
Maintenance Improvements
2.45.2 (2021-06-09)
Bug Fixes
2.45.1 (2021-06-08)
Bug Fixes

v2.46.0

Compare Source

v2.45.2

Compare Source

v2.45.1

Compare Source

v2.45.0

Compare Source

Features
Bug Fixes
Maintenance Improvements

v2.44.0

Compare Source

Features
  • CLI Onboarding: Make it service setup specific:
Bug Fixes
Maintenance Improvements
2.43.1 (2021-05-25)
Bug Fixes
Maintenance Improvements

v2.43.1

Compare Source

v2.43.0

Compare Source

Features
Bug Fixes
Maintenance Improvements

v2.42.0

Compare Source

Features
Bug Fixes
Maintenance Improvements

v2.41.2


Configuration

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

🚦 Automerge: Enabled.

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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the automerge label Jul 19, 2021
@codecov
Copy link

codecov bot commented Jul 19, 2021

Codecov Report

Merging #75 (bf8a190) into master (e5e2c58) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #75   +/-   ##
=======================================
  Coverage   96.25%   96.25%           
=======================================
  Files          13       13           
  Lines         400      400           
=======================================
  Hits          385      385           
  Misses         15       15           

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 e5e2c58...bf8a190. Read the comment docs.

@mhaack mhaack merged commit b09d4b3 into master Jul 19, 2021
@mhaack mhaack deleted the renovate/external-fixes branch July 19, 2021 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants