celo-org / celo-blockchain

Official repository for the golang Celo Blockchain
https://celo.org
GNU Lesser General Public License v3.0
554 stars 199 forks source link

fix(deps): update dependency ts-node to v10.9.2 #2240

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ts-node (source) 10.9.1 -> 10.9.2 age adoption passing confidence

Release Notes

TypeStrong/ts-node (ts-node) ### [`v10.9.2`](https://togithub.com/TypeStrong/ts-node/releases/tag/v10.9.2): Fix `tsconfig.json` file not found [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v10.9.1...v10.9.2) **Fixed** - Fixed `tsconfig.json` file not found on latest TypeScript version ([https://github.com/TypeStrong/ts-node/pull/2091](https://togithub.com/TypeStrong/ts-node/pull/2091))

Configuration

๐Ÿ“… Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.

โ™ป Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

๐Ÿ”• Ignore: Close this PR and you won't be reminded about this update again.



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

socket-security[bot] commented 7 months ago

New and removed dependencies detected. Learn more about Socket for GitHub โ†—๏ธŽ

Package New capabilities Transitives Size Publisher
npm/@tsconfig/node16@1.0.4 None 0 2.45 kB typescript-deploys
npm/acorn-walk@8.3.2 None 0 52.4 kB marijn
npm/acorn@8.11.3 None 0 531 kB marijn
npm/ts-node@10.9.2 environment, filesystem, unsafe +18 44.9 MB blakeembrey

๐Ÿšฎ Removed packages: npm/@tsconfig/node16@1.0.3, npm/acorn-walk@8.2.0, npm/acorn@8.8.2, npm/ts-node@10.9.1

View full reportโ†—๏ธŽ

github-actions[bot] commented 7 months ago

Coverage from tests in ./e2e_test/... for ./consensus/istanbul/... at commit 5a9d1021ebfe40b0244de87e6f7ccab0271a61b5

coverage: 49.8% of statements across all listed packages
coverage:  63.2% of statements in consensus/istanbul
coverage:  41.4% of statements in consensus/istanbul/announce
coverage:  54.6% of statements in consensus/istanbul/backend
coverage:   0.0% of statements in consensus/istanbul/backend/backendtest
coverage:  24.3% of statements in consensus/istanbul/backend/internal/replica
coverage:  63.7% of statements in consensus/istanbul/core
coverage:  45.0% of statements in consensus/istanbul/db
coverage:   0.0% of statements in consensus/istanbul/proxy
coverage:  64.8% of statements in consensus/istanbul/uptime
coverage:  51.8% of statements in consensus/istanbul/validator
coverage:  79.2% of statements in consensus/istanbul/validator/random
github-actions[bot] commented 7 months ago

5880 passed, 1 failed, 45 skipped

Test failures:
  TestEthersJSCompatibility: e2e_test

Checking getExchangeSpenders. spenders = [0x000000000000000000000000000000000000d028]
Checking medianRate. numerator = 1000000000000000000000000  denominator = 1000000000000000000000000 
Checking gas price minimum. cusdValue = 100000000
executing mocha test with /usr/bin/npm run --networkaddr=http://127.0.0.1:34785 test --blocknum=0x0 -- --grep ethers.js compatibility tests with state

> ethersjs-api-check@1.0.0 test /runner/_work/celo-blockchain/celo-blockchain/e2e_test/ethersjs-api-check
> mocha -r ts-node/register test/*.ts "--grep" "ethers.js compatibility tests with state"

  ethers.js compatibility tests with state
    โœ” provider.getBlock works (block has gasLimit set)
    โœ” EIP-1559 transactions supported (can get feeData)
    โœ” block has gasLimit
    1) block has baseFeePerGas

  3 passing (96ms)
  1 failing

  1) ethers.js compatibility tests with state
       block has baseFeePerGas:

      AssertionError: expected false to be true
      + expected - actual

      -false
      +true

      at /runner/_work/celo-blockchain/celo-blockchain/e2e_test/ethersjs-api-check/test/test.ts:52:10
      at Generator.next (<anonymous>)
      at fulfilled (test/test.ts:5:58)
      at processTicksAndRejections (internal/process/task_queues.js:95:5)

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! ethersjs-api-check@1.0.0 test: `mocha -r ts-node/register test/*.ts "--grep" "ethers.js compatibility tests with state"`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the ethersjs-api-check@1.0.0 test script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/runner/.npm/_logs/2024-01-31T11_33_33_267Z-debug.log

    e2e_test.go:685: 
This test report was produced by the test-summary action.  Made with โค๏ธ in Cambridge.
codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (b7f957f) 55.08% compared to head (4ea42f7) 55.10%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2240 +/- ## ========================================== + Coverage 55.08% 55.10% +0.02% ========================================== Files 683 683 Lines 114533 114533 ========================================== + Hits 63085 63113 +28 + Misses 47547 47537 -10 + Partials 3901 3883 -18 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.