Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

deps: Update all non-major dependencies and lockFile maintenance #3102

Merged
merged 2 commits into from
Apr 19, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 14, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@ethersproject/abi ^5.6.0 -> ^5.6.1 age adoption passing confidence dependencies patch
@ethersproject/networks ^5.6.1 -> ^5.6.2 age adoption passing confidence dependencies patch
@ethersproject/providers ^5.6.2 -> ^5.6.4 age adoption passing confidence dependencies patch
@sinonjs/fake-timers ^9.1.1 -> ^9.1.2 age adoption passing confidence devDependencies patch
@types/node ^14.18.12 -> ^14.18.13 age adoption passing confidence devDependencies patch
@types/node ^14.18.12 -> ^14.18.13 age adoption passing confidence resolutions patch
@vercel/ncc ^0.33.3 -> ^0.33.4 age adoption passing confidence devDependencies patch
actions/checkout v3.0.0 -> v3.0.1 age adoption passing confidence action patch
core-js ^3.21.1 -> ^3.22.0 age adoption passing confidence dependencies minor
cypress 9.5.3 -> 9.5.4 age adoption passing confidence devDependencies patch
ethers ^5.6.2 -> ^5.6.4 age adoption passing confidence dependencies patch
fp-ts ^2.11.9 -> ^2.11.10 age adoption passing confidence dependencies patch
jest-fail-on-console ^2.3.0 -> ^2.4.1 age adoption passing confidence devDependencies minor
postcss-html ^1.3.0 -> ^1.4.1 age adoption passing confidence devDependencies minor
pouchdb ^7.2.2 -> ^7.3.0 age adoption passing confidence dependencies minor
pouchdb-adapter-indexeddb ^7.2.2 -> ^7.3.0 age adoption passing confidence optionalDependencies minor
pouchdb-adapter-leveldb ^7.2.2 -> ^7.3.0 age adoption passing confidence optionalDependencies minor
pouchdb-adapter-memory ^7.2.2 -> ^7.3.0 age adoption passing confidence devDependencies minor
pouchdb-find ^7.2.2 -> ^7.3.0 age adoption passing confidence dependencies minor
redux (source) ^4.1.2 -> ^4.2.0 age adoption passing confidence dependencies minor
stylelint (source) ^14.6.1 -> ^14.7.1 age adoption passing confidence devDependencies minor
workbox-core ^6.5.2 -> ^6.5.3 age adoption passing confidence dependencies patch
workbox-precaching ^6.5.2 -> ^6.5.3 age adoption passing confidence dependencies patch
workbox-routing ^6.5.2 -> ^6.5.3 age adoption passing confidence dependencies patch
workbox-webpack-plugin ^6.5.2 -> ^6.5.3 age adoption passing confidence devDependencies patch
yargs (source) ^17.4.0 -> ^17.4.1 age adoption passing confidence dependencies patch

Release Notes

ethers-io/ethers.js

v5.6.1

Compare Source

sinonjs/fake-timers

v9.1.2

Compare Source

==================

  • Prohibit faking of faked timers (#​426)
vercel/ncc

v0.33.4

Compare Source

Changes
  • Fix: Add missing variable declaration: #​773
  • Chore: add windows to CI: #​896
  • Chore: bump webpack-asset-relocator-loader to 1.7.2: #​912
  • Chore(deps-dev): bump vm2 from 3.9.4 to 3.9.6: #​872
  • Chore(deps): bump url-parse from 1.5.3 to 1.5.7: #​875
  • Chore(deps): bump url-parse from 1.5.7 to 1.5.10: #​879
  • Chore(deps-dev): bump stripe from 8.167.0 to 8.205.0: #​882
  • Chore(deps-dev): bump typescript from 4.4.2 to 4.6.2: #​881
  • Chore(deps-dev): bump twilio from 3.66.1 to 3.75.0: #​884
  • Chore(deps): bump actions/setup-node from 2 to 3: #​880
  • Chore(deps-dev): bump graphql from 15.5.1 to 15.8.0: #​885
  • Chore: replace deprecated String.prototype.substr(): #​894
  • Chore(deps): bump actions/checkout from 2 to 3: #​902
  • Chore(deps-dev): bump @​azure/cosmos from 3.12.3 to 3.15.1: #​905
  • Chore(deps-dev): bump stripe from 8.205.0 to 8.214.0: #​906
  • Chore(deps-dev): bump @​google-cloud/bigquery from 5.7.0 to 5.12.0: #​903
  • Chore(deps-dev): bump tsconfig-paths from 3.10.1 to 3.14.1: #​904
Credits

Huge thanks to @​CommanderRoot for helping!

actions/checkout

v3.0.1

Compare Source

zloirock/core-js

v3.22.0

Compare Source

  • Change Array by copy proposal:
    • Moved to Stage 3, March TC39 meeting
    • Disabled forced replacement and added /actual/ entry points for methods from this proposal
    • Array.prototype.toSpliced throws a TypeError instead of RangeError if the result length is more than MAX_SAFE_INTEGER, proposal-change-array-by-copy/70
  • Added some more atob / btoa fixes:
    • NodeJS <17.9 atob does not ignore spaces, node/42530
    • Actual NodeJS atob does not validate encoding, node/42646
    • FF26- implementation does not properly convert argument to string
    • IE / Edge <16 implementation have wrong arity
  • Added /full/ namespace as the replacement for /features/ since it's more descriptive in context of the rest namespaces (/es//stable//actual//full/)
  • Avoided propagation of removed parts of proposals to upper stages. For example, %TypedArray%.prototype.groupBy was removed from the Array grouping proposal a long time ago. We can't completely remove this method since it's a breaking change. But this proposal has been promoted to stage 3 - so the proposal should be promoted without this method, this method should not be available in /actual/ entries - but it should be available in early-stage entries to avoid breakage.
  • Significant internal refactoring and splitting of modules (but without exposing to public API since it will be a breaking change - it will be exposed in the next major version)
  • Bug fixes:
    • Fixed work of non-standard V8 Error features with wrapped Error constructors, #​1061
    • null and undefined allowed as the second argument of structuredClone, #​1056
  • Tooling:
    • Stabilized proposals are filtered out from the core-js-compat -> core-js-builder -> core-js-bundle output. That mean that if the output contains, for example, es.object.has-own, the legacy reference to it, esnext.object.has-own, no longer added.
    • Aligned modules filters of core-js-builder and core-js-compat, now it's modules and exclude options
    • Added support of entry points, modules, regexes, and arrays of them to those filters
    • Missed targets option of core-js-compat means that the targets filter just will not be applied, so the result will contain modules required for all possible engines
  • Compat data:
    • .stack property on DOMException marked as supported from Deno 1.15
    • Added Deno 1.21 compat data mapping
    • Added Electron 19.0 and updated 18.0 compat data mapping
    • Added Samsung Internet 17.0 compat data mapping
    • Added Opera Android 68 compat data mapping
cypress-io/cypress

v9.5.4

Compare Source

Released 4/11/2022

Bugfixes:

  • Updates were made to silence Electron warnings related to being unable to
    connect to dbus. These errors are normal and expected, and do not result in
    test failures. Because they are always present when running Electron inside
    docker containers, it has incorrectly led people to believe it is the
    root-cause of an error within their test run. By silencing these errors, it
    will improve the debug experience to allow users to focus on meaningful
    warning and error messages. Fixed
    #​19299.
  • Updates were made to ensure that all *.enable events are sent if Cypress
    becomes disconnected from the Chrome DevTools Protocol and must re-establish a
    connection to ensure all command logs are displayed to the user. This fixes an
    issue where some command logs, like download or network events, are missing
    once Cypress has disconnected and then reconnected to the Chrome DevTools
    Protocol. Fixed #​20618.
  • Fixed an issue where cy.type('{enter}') was not sending the Enter key for
    Firefox v98+. This was not an issue with Firefox v97 and below. Fixed
    #​20562.
  • Fixed a regression in 9.3.0 where glob
    patterns provided to the --spec CLI parameter was incorrectly splitting the
    patterns in unexpected places when it should have split on commas. Fixes
    #​20794.
  • Fixed an issue with cy.root() to respect the
    timeout option passed to the command.
    Previously, when the timeout option was provided, it was ignored and the
    default timeout was used. Fixed
    #​19985.
  • Updates were made to decrease the length of the Cypress cache path for Windows
    to ensure
    installing pre-release versions
    of the Cypress binary are within the maximum path length of 260 characters.
    Fixed in #​20961.
  • Fixed a regression in 8.6.0 which
    prevented .pause() from correctly executing when passing the
    --headed --no-exit CLI flags to cypress run. Fixed
    #​20745.
  • Fixed a regression in 9.2.0 which would
    sometimes throw an expected error on navigation with cy.back() and
    cy.go(). Fixed #​19749
    and #​20539.
  • Corrected the Typescript type for a cookie which was incorrectly typed as
    any when the correct type is Cookie. Fixed in
    #​20513.
  • Added the missing Cypress.Command.addAll() Typescript types. Fixed
    #​18886.
  • Fixed an uncommon error observed in cy.session() where an error was thrown
    when no cookies had been set for the session and the user clicks the session
    command log to view additional details in the DevTools console. Fixed in
    #​20946.

Misc:

  • A minor visual update was made to the cy.session() command log visuals.
    Fixed #​20433.

Dependency Updates:

  • Upgraded ansi-regex dependency from 4.1.0 to 4.1.1 to address the
    CVE-2021-3807 NVD security
    vulnerability. Addressed in
    #​20807.
  • Upgraded plist dependency from 3.0.4 to 3.0.5 to address the
    CVE-2022-22912 NVD security
    vulnerability. Addressed in
    #​20808.
gcanti/fp-ts

v2.11.10

Compare Source

ValentinH/jest-fail-on-console

v2.4.1

Compare Source

What's Changed

Full Changelog: ValentinH/jest-fail-on-console@v2.4.0...v2.4.1

v2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: ValentinH/jest-fail-on-console@v2.3.0...v2.4.0

ota-meshi/postcss-html

v1.4.1

Compare Source

What's Changed

Full Changelog: ota-meshi/postcss-html@v1.4.0...v1.4.1

v1.4.0

Compare Source

What's Changed

Full Changelog: ota-meshi/postcss-html@v1.3.1...v1.4.0

v1.3.1

Compare Source

What's Changed

Full Changelog: ota-meshi/postcss-html@v1.3.0...v1.3.1

pouchdb/pouchdb

v7.3.0

Compare Source

We're happy to announce the release of PouchDB 7.3.0, bringing in features, fixes and dependency updates. For a full changelog from 7.2.2 to 7.3.0, please see the releases page or view the latest commits. Some of the highlights:

Improving testing

We have been investing lots of time into our test suites, with around 36 commits, 112 files changed, 3314 insertions and 2064 deletions made about this topic. We have:

  • Migrated from Travis CI to Github Actions, which has improved the speed, throughput and reliability of our CI.
  • Rewrote TESTING.md documentation.
  • Upgraded eslint configuration in order to use ES6 syntax within our tests. Feel free to incorporate newer syntax (such as async/await) into your new tests contributions.
  • Fixed bugs in CI configuration: ADAPTERS and GREP variables weren't working correctly, background servers being started incorrectly, build failure caused by an older version of pouchdb-express-router.
  • Unified the configuration variables used in the build.
  • Fix the majority of non-deterministic tests to substantially reduce random failure during CI runs, and put in tooling for retrying failed tasks. This includes improving tests that check behaviour for unreachable servers, which previously relied on a third party service being available.
  • Restructured the CI tasks so that each task exercises a single backend (i.e. CouchDB server version or client-side PouchDB adapter), rather than some combination of local and remote adapters. This reduces the impact of flaky tests, reduces the duration of each task, reduces redundant tasks repeating the same work, and allows more parallelisation of tests.
  • Improved the test coverage across target platforms, including cross-browser tests, different Node.js versions, and different CouchDB versions. We have fixed tests that assume CouchDB v1.x behaviour so that they now work on v2.x and v3.x.
  • Allowed the indexeddb adapter to be loaded and used during tests
Add indexeddb adapter in the default distribution

The indexeddb adapter is now available in the default distribution. You can use it specifying the adapter:

PouchDB.plugin(require('pouchdb-adapter-indexeddb'));
const db = new PouchDB('mydb', {adapter: 'indexeddb'});

Please note that it is considered BETA quality, use it carefully and please report any issues you find. Thank you.

Add view_update_changes_batch_size

#​8320 With view_update_changes_batch_size, we can now specify how many change records will be consumed at a time when rebuilding view indexes when the query() method is used.

Support partial_filter_selector

#​8276 #​8277 Now PouchDB-find supports partial_filter_selector.

Indexing event to show the progress of view updates

#​8321 We can now subscribe to an indexing event, which will emit a progress object containing the properties view, last_seq, results_count and indexed_docs.

Checkpoint events during replication

#​8324 During replication, we can subscribe to checkpoint events, which will emit the following properties: checkpoint, revs_diff, start_next_batch and pending_batch.

Add style to replication options

#​8380 #​8379 We expose changes feed style to replication options.

Add view_adapter option

#​8335 view_adapter provides an option for the user to specify a separate adapter to store their view index in addition to the main adapter for their core data:

const db = new PouchDB(DB_NAME, {adapter: 'idb', view_adapter: 'memory'});
Enable discussions and projects

In Github we have enabled:

  • Discussions: feel free to open and participate
  • Projects: we are keeping track of the issues and PRs for future releases.
Changelog
New features
Bugfixes
Documentation
Testing
  • 04d2a458 (#​8227) - Remove saucelabs test runs
  • 095ada4f (#​8319) - Fix node build ordering
  • 451e7ec4 (#​8325) - Reduce the number of travis runs
  • 1e6cfa1a Update indexing event test to use async/await instead of callbacks
  • 9f5da871 Update checkpoint event test to use async/await instead of callbacks
  • 2218ed1c Parse query string into an object in webrunner.js
  • b39b98f7 Load adapters as plugins only if they are present in packages/node_modules/pouchdb/dist
  • 731a83ba Remove the ADAPTER variable from the browser test scripts and update CI config and docs
  • 7a8ff25f Replace remaining uses of ADAPTER in tests with ADAPTERS
  • efa56c8c Turn indexeddb into a plugin and make it loadable via the ADAPTERS option
  • 6c5d601a Run "find" tests against a single implementation at a time (#​8359)
  • 4a9562d2 Quote arguments to mocha(1) to make GREP work correctly (#​8363)
  • d9edb532 Fix mapreduce tests (#​8365)
  • 453dd3e6 Consistent loading of PouchDB in tests (#​8366)
  • 18c74c3e Migrate CI to GitHub Actions (#​8368)
  • 55b5ee5b Add test for broken skip in pouch-find (#​8371)
  • 566502c7 fix(test): skip test setup and assertions were wrong
  • 07376ded chore(test): uncomment test for future fix
  • 45413a6e chore: rename build node variable
  • c0771a7d fix: skip building node on webpack tests
  • 1fc976f7 Add webpack test to github actions
  • 469a4938 Fix mapreduce tests that assume bulkDocs() response order, which pouchdb-server does not guarantee
  • fc7f6855 Test for non-string values for views.*.map should pass on more recent CouchDB versions which do not reject the design doc on write, but fail on queries instead
  • 5b0903cb Add missing "npm test" command in mapreduce CI tasks
  • ea46e5a8 Run integration tests on Node.js, and with the memory adapter, and use ADAPTERS (plural) to set the adapter
  • 423124c0 Run integration tests against CouchDB and pouchdb-server
  • 4040b214 Add all the combinations for testing the pouchdb-find plugin to the CI matrix
  • 6893afd5 Build pouchdb-server correctly during tests on GitHub Actions
  • d3912687 Refactor the GitHub actions workflows
  • ac7bcc65 Do not run eslint after all tests, but make it a distinct task that other CI jobs depend on
  • 6786456d test: add couchdb 2.3 browser matrix
  • 1ba99d64 test: remove debugging logs
  • ad520298 feat: add down server, use it in tests
  • fc690dd4 test: refactor in replication test replicate from down server test
  • e7e3eff7 feat: add retries to failed jobs in gha ci
  • 31bc31f8 fix: node build on tests
Dependency updates
Other changes

Configuration

📅 Schedule: "before 8am on thursday" in timezone Europe/Berlin.

🚦 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 14, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch-lock branch 6 times, most recently from a57f08e to 8d27404 Compare April 17, 2022 16:14
@renovate renovate bot force-pushed the renovate/all-minor-patch-lock branch from 8d27404 to 89e3204 Compare April 18, 2022 23:07
This index was causing a hanging on state.spec.ts, and isn't needed for
normal SDK usage.
@github-actions
Copy link

You modified raiden-ts/src,
Please remember to add a change log entry at raiden-ts/CHANGELOG.md if necessary.

@codecov
Copy link

codecov bot commented Apr 19, 2022

Codecov Report

Merging #3102 (1a7711b) into master (d786560) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #3102   +/-   ##
=======================================
  Coverage   93.08%   93.08%           
=======================================
  Files         213      213           
  Lines        8600     8600           
  Branches     1438     1438           
=======================================
  Hits         8005     8005           
  Misses        538      538           
  Partials       57       57           
Flag Coverage Δ
dapp 88.87% <ø> (ø)
dapp.unit 88.87% <ø> (ø)
sdk 95.32% <ø> (ø)
sdk.e2e 71.96% <ø> (-0.02%) ⬇️
sdk.integration 79.82% <ø> (ø)
sdk.unit 49.04% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
raiden-ts/src/db/utils.ts 90.52% <ø> (ø)

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 d786560...1a7711b. Read the comment docs.

@andrevmatos andrevmatos merged commit 527561f into master Apr 19, 2022
@andrevmatos andrevmatos deleted the renovate/all-minor-patch-lock branch April 19, 2022 09:25
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants