Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2021

This PR contains the following updates:

Package Change Age Confidence
@ethersproject/bytes (source) 5.4.0 -> 5.8.0 age confidence
@ethersproject/units (source) 5.4.0 -> 5.8.0 age confidence
@semantic-release/changelog 6.0.0 -> 6.0.3 age confidence
@semantic-release/git 10.0.0 -> 10.0.1 age confidence
@types/ethjs-signer (source) 0.1.0 -> 0.1.2 age confidence
@types/jest (source) 27.0.2 -> 27.5.2 age confidence
@types/node (source) 14.17.27 -> 14.18.63 age confidence
jest (source) 27.2.5 -> 27.5.1 age confidence
prettier (source) 2.4.1 -> 2.8.8 age confidence
semantic-release 18.0.0 -> 18.0.1 age confidence
ts-jest (source) 27.0.7 -> 27.1.5 age confidence
typescript (source) 4.4.4 -> 4.9.5 age confidence

Release Notes

ethers-io/ethers.js (@​ethersproject/bytes)

v5.8.0: ethers/v5.8.0 (2025-02-25 19:15) [legacy version]

Compare Source

This is a security update for the legacy Ethers v5 branch, addressing two security fixes.

For those that wish to audit the specific changes in the the bundled version between v5.7 and v5.8, see this gist.

Changes
  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#​4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#​3935, #​4010; f7c813d)

Embedding UMD with SRI:

<script type="text/javascript"
  integrity="sha384-KpyAXoFibPIUEi79EsnN1EtEWCCrOQ8MtGsa4IrVxeZo514PYarFXujnjyu0DzgC"
  crossorigin="anonymous"
  src="https://cdnjs.cloudflare.com/ajax/libs/ethers/5.8.0/ethers.umd.min.js">
</script>

v5.7.0: ethers/v5.7.0 (2022-08-18 16:17)

Compare Source


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-EQi5ynMqKKWGuwfjllsutXzvDo0ubfkYMhKrz5WJJB7PUXnkSo5qxWSy80hu/Zh9"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.7.0.umd.min.js">
</script>

v5.6.1: ethers/v5.6.1 (2022-03-16 01:25)

Compare Source


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-gpTMxPzzvJTTqvtQYTKNpUG2OF+R5E8zdloHZvHIh+fw0lwlsStx33A86eG4WKve"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.6.1.umd.min.js">
</script>

v5.6.0: ethers/v5.6.0 (2022-03-09 14:57)

Compare Source


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-9yTnv56yzVfnTq5ivTdc/x0dgp+W1JPRborbGbrr8lAvXBP/W83A08rvYb2hIs6O"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.6.0.umd.min.js">
</script>

v5.5.0: ethers/v5.5.0 (2021-10-19 00:01)

Compare Source


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-B0/+vAZvVIFYnN5Jy/sN0OJZd7ai9oCi69Xw8kjMkRDDHPoQpGMYOwcN+fp8OLSw"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.5.0.umd.min.js">
</script>
semantic-release/changelog (@​semantic-release/changelog)

v6.0.3

Compare Source

Bug Fixes

v6.0.2

Compare Source

Bug Fixes

v6.0.1

Compare Source

Bug Fixes
semantic-release/git (@​semantic-release/git)

v10.0.1

Compare Source

Bug Fixes
jestjs/jest (jest)

v27.5.1

Compare Source

Features

  • [jest-config] Support comments in JSON config file (#​12316)
  • [pretty-format] Expose ConvertAnsi plugin (#​12308)

Fixes

  • [expect] Add type definitions for asymmetric closeTo matcher (#​12304)
  • [jest-cli] Load binary via exported API (#​12315)
  • [jest-config] Replace jsonlint with parse-json (#​12316)
  • [jest-repl] Make module importable (#​12311 & #​12315)

Chore & Maintenance

  • [*] Avoid anonymous default exports (#​12313)

New Contributors

Full Changelog: jestjs/jest@v27.5.0...v27.5.1

v27.5.0

Compare Source

Features
  • [expect] Add asymmetric matcher expect.closeTo (#​12243)
  • [jest-mock] Added mockFn.mock.lastCall to retrieve last argument (#​12285)
Fixes
  • [expect] Add a fix for .toHaveProperty('') (#​12251)
  • [jest-each, @&#8203;jest/globals] Allow passing ReadonlyArray type of a table to describe.each and test.each (#​12297)
  • [@jest/globals] Add missing options argument to jest.doMock typing (#​12292)
  • [jest-environment-node] Add atob and btoa (#​12269)
  • [jest-matcher-utils] Correct diff for expected asymmetric matchers (#​12264)
  • [jest-message-util] Fix .getTopFrame() (and toMatchInlineSnapshot()) with mjs files (#​12277)
Chore & Maintenance
  • [*] Update graceful-fs to ^4.2.9 (#​11749)
Performance
  • [jest-resolve] perf: skip error creation on not found stat calls (#​11749)
New Contributors

Full Changelog: jestjs/jest@v27.4.7...v27.5.0

v27.4.7

Compare Source

Fixes

  • jest-config Add missing @babel/core dependency (#​12216)

Full Changelog: jestjs/jest@v27.4.6...v27.4.7

v27.4.6

Compare Source

Fixes
  • [jest-environment-node] Add AbortSignal (#​12157)
  • [jest-environment-node] Add Missing node global performance (#​12002)
  • [jest-runtime] Handle missing mocked property (#​12213)
  • [@jest/transform] Update dependency package pirates to 4.0.4 (#​12002)
Performance
  • jest-config perf: only register ts-node once when loading TS config files (#​12160)
New Contributors

Full Changelog: jestjs/jest@v27.4.5...v27.4.6

v27.4.5

Compare Source

Fixes

  • [jest-worker] Stop explicitly passing process.env (#​12141)

New Contributors

Full Changelog: jestjs/jest@v27.4.4...v27.4.5

v27.4.4

Compare Source

Fixes

  • [babel-jest] Add process.version chunk to the cache key (#​12122)
  • [jest-environment] Add mocked to jest object (#​12133)
  • [jest-worker] Stop explicitly passing execArgv (#​12128)

Chore & Maintenance

  • [website] Fix the card front that looks overlapping part of the card back

New Contributors

Full Changelog: jestjs/jest@v27.4.3...v27.4.4

v27.4.3

Compare Source

27.4.3

Fixes
  • [jest-environment-jsdom] Remove @types/jsdom dependency (and make its dom property private) (#​12107)

Full Changelog: jestjs/jest@v27.4.2...v27.4.3

v27.4.2

Compare Source

27.4.2
Fixes
  • [jest-worker] Add additional execArgv to filter (#​12103)
New Contributors

Full Changelog: jestjs/jest@v27.4.1...v27.4.2

v27.4.1

Compare Source

Fixes
  • [jest-worker] Filter execArgv correctly (#​12097)

New Contributors

Full Changelog: jestjs/jest@v27.4.0...v27.4.1

v27.4.0

Compare Source

Features
  • [expect] Enhancing the toHaveProperty matcher to support array selection (#​12092)
  • [jest-core] Add support for testResultsProcessor written in ESM (#​12006)
  • [jest-diff, pretty-format] Add compareKeys option for custom sorting of object keys (#​11992)
  • [jest-mock] Add ts-jest mock util functions (#​12089)
Fixes
  • [expect] Allow again expect.Matchers generic with single value (#​11986)
  • [jest-circus, jest-jasmine2] Avoid false concurrent test failures due to unhandled promise rejections (#​11987)
  • [jest-config] Add missing slash dependency to package.json (#​12080)
  • [jest-core] Incorrect detection of open ZLIB handles (#​12022)
  • [jest-diff] Break dependency cycle (#​10818)
  • [jest-environment-jsdom] Add @types/jsdom dependency (#​11999)
  • [jest-environment-jsdom] Do not reset the global.document too early on teardown (#​11871)
  • [jest-transform] Improve error and warning messages (#​11998)
  • [jest-worker] Pass execArgv correctly to worker_threads worker (#​12069)
Chore & Maintenance
  • [docs] CLI options alphabetized (#​11586)
  • [jest-runner] Add info regarding timers to forcedExit message(#​12083)
  • [*] Replaced substr method with substring (#​12066)
  • [*] Add types entry to all export maps (#​12073)
New Contributors

Full Changelog: jestjs/jest@v27.3.1...v27.4.0

v27.3.1

Compare Source

Fixes
  • [expect] Make expect extension properties configurable (#​11978)
  • [expect] Fix .any() checks on primitive wrapper classes (#​11976)
Chore & Maintenance
  • [expect] BigInt global is always defined, don't check for its existence at runtime (#​11979)
  • [jest-config, jest-util] Use ci-info instead of is-ci to detect CI environment (#​11973)
New Contributors

Full Changelog: jestjs/jest@v27.3.0...v27.3.1

v27.3.0: 27.3.0

Compare Source

Features

  • [jest-config] Add testEnvironmentOptions.html to apply to jsdom input (#​11950)
  • [jest-resolver] Support default export (.) in exports field if main is missing (#​11919)

Fixes

  • [expect] Tweak and improve types (#​11949)
  • [jest-runtime] Ensure absolute paths can be resolved within test modules (#​11943)
  • [jest-runtime] Fix instanceof for ModernFakeTimers and LegacyFakeTimers methods (#​11946)

New Contributors

Full Changelog: jestjs/jest@v27.2.5...v27.3.0

prettier/prettier (prettier)

v2.8.8

Compare Source

This version is a republished version of v2.8.7.
A bad version was accidentally published and it can't be unpublished, apologies for the churn.

v2.8.7

Compare Source

diff

Allow multiple decorators on same getter/setter (#​14584 by @​fisker)
// Input
class A {
  @&#8203;decorator()
  get foo () {}
  
  @&#8203;decorator()
  set foo (value) {}
}

// Prettier 2.8.6
SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. (5:3)
  3 |   get foo () {}
  4 |   
> 5 |   @&#8203;decorator()
    |   ^^^^^^^^^^^^
  6 |   set foo (value) {}
  7 | }

// Prettier 2.8.7
class A {
  @&#8203;decorator()
  get foo() {}

  @&#8203;decorator()
  set foo(value) {}
}

v2.8.6

Compare Source

diff

Allow decorators on private members and class expressions (#​14548 by @​fisker)
// Input
class A {
  @&#8203;decorator()
  #privateMethod () {}
}

// Prettier 2.8.5
SyntaxError: Decorators are not valid here. (2:3)
  1 | class A {
> 2 |   @&#8203;decorator()
    |   ^^^^^^^^^^^^
  3 |   #privateMethod () {}
  4 | }

// Prettier 2.8.6
class A {
  @&#8203;decorator()
  #privateMethod() {}
}

v2.8.5

Compare Source

diff

Support TypeScript 5.0 (#​14391 by @​fisker, #​13819 by @​fisker, @​sosukesuzuki)

TypeScript 5.0 introduces two new syntactic features:

  • const modifiers for type parameters
  • export type * declarations
Add missing parentheses for decorator (#​14393 by @​fisker)
// Input
class Person {
  @&#8203;(myDecoratorArray[0])
  greet() {}
}

// Prettier 2.8.4
class Person {
  @&#8203;myDecoratorArray[0]
  greet() {}
}

// Prettier 2.8.5
class Person {
  @&#8203;(myDecoratorArray[0])
  greet() {}
}
Add parentheses for TypeofTypeAnnotation to improve readability (#​14458 by @​fisker)
// Input
type A = (typeof node.children)[];

// Prettier 2.8.4
type A = typeof node.children[];

// Prettier 2.8.5
type A = (typeof node.children)[];
Support max_line_length=off when parsing .editorconfig (#​14516 by @​josephfrazier)

If an .editorconfig file is in your project and it sets max_line_length=off for the file you're formatting,
it will be interpreted as a printWidth of Infinity rather than being ignored
(which previously resulted in the default printWidth of 80 being applied, if not overridden by Prettier-specific configuration).

<!-- Input -->
<div className='HelloWorld' title={`You are visitor number ${ num }`} onMouseOver={onMouseOver}/>

<!-- Prettier 2.8.4 -->
<div
  className="HelloWorld"
  title={`You are visitor number ${num}`}
  onMouseOver={onMouseOver}
/>;

<!-- Prettier 2.8.5 -->
<div className="HelloWorld" title={`You are visitor number ${num}`} onMouseOver={onMouseOver} />;

v2.8.4

Compare Source

diff

Fix leading comments in mapped types with readonly (#​13427 by @​thorn0, @​sosukesuzuki)
// Input
type Type = {
  // comment
  readonly [key in Foo];
};

// Prettier 2.8.3
type Type = {
  readonly // comment
  [key in Foo];
};

// Prettier 2.8.4
type Type = {
  // comment
  readonly [key in Foo];
};
Group params in opening block statements (#​14067 by @​jamescdavis)

This is a follow-up to #​13930 to establish wrapping consistency between opening block statements and else blocks by
grouping params in opening blocks. This causes params to break to a new line together and not be split across lines
unless the length of params exceeds the print width. This also updates the else block wrapping to behave exactly the
same as opening blocks.

{{! Input }}
{{#block param param param param param param param param param param as |blockParam|}}
  Hello
{{else block param param param param param param param param param param as |blockParam|}}
  There
{{/block}}

{{! Prettier 2.8.3 }}
{{#block
  param
  param
  param
  param
  param
  param
  param
  param
  param
  param
  as |blockParam|
}}
  Hello
{{else block param
param
param
param
param
param
param
param
param
param}}
  There
{{/block}}

{{! Prettier 2.8.4 }}
{{#block
  param param param param param param param param param param
  as |blockParam|
}}
  Hello
{{else block
  param param param param param param param param param param
  as |blockParam|
}}
  There
{{/block}}
Ignore files in .sl/ (#​14206 by @​bolinfest)

In Sapling SCM, .sl/ is the folder where it stores its state, analogous to .git/ in Git. It should be ignored in Prettier like the other SCM folders.

Recognize @satisfies in Closure-style type casts (#​14262 by @​fisker)
// Input
const a = /** @&#8203;satisfies {Record<string, string>} */ ({hello: 1337});
const b = /** @&#8203;type {Record<string, string>} */ ({hello: 1337});

// Prettier 2.8.3
const a = /** @&#8203;satisfies {Record<string, string>} */ { hello: 1337 };
const b = /** @&#8203;type {Record<string, string>} */ ({ hello: 1337 });

// Prettier 2.8.4
const a = /** @&#8203;satisfies {Record<string, string>} */ ({hello: 1337});
const b = /** @&#8203;type {Record<string, string>} */ ({hello: 1337});
Fix parens in inferred function return types with extends (#​14279 by @​fisker)
// Input
type Foo<T> = T extends ((a) => a is infer R extends string) ? R : never;

// Prettier 2.8.3 (First format)
type Foo<T> = T extends (a) => a is infer R extends string ? R : never;

// Prettier 2.8.3 (Second format)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 5am" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/uport-project/ethr-status-registry).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDIuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

@renovate renovate bot added the maintenance label Oct 18, 2021
@renovate
Copy link
Contributor Author

renovate bot commented Oct 18, 2021

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/devdeps branch from 9e38665 to 6229b68 Compare October 19, 2021 07:50
@renovate renovate bot changed the title chore(deps): update dependency jest to v27.3.0 chore(deps): update dependency jest to v27.3.1 Oct 19, 2021
@codecov
Copy link

codecov bot commented Oct 19, 2021

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1b43ce0) 94.70% compared to head (5fe0d0a) 94.25%.

❗ Current head 5fe0d0a differs from pull request most recent head 5600a90. Consider uploading reports for the commit 5600a90 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #147      +/-   ##
==========================================
- Coverage   94.70%   94.25%   -0.46%     
==========================================
  Files           5        5              
  Lines         170      174       +4     
  Branches       34       38       +4     
==========================================
+ Hits          161      164       +3     
- Misses          9       10       +1     

see 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/devdeps branch from 6229b68 to 157439e Compare October 20, 2021 01:09
@renovate renovate bot changed the title chore(deps): update dependency jest to v27.3.1 chore(deps): update devdeps Oct 20, 2021
@renovate renovate bot force-pushed the renovate/devdeps branch 5 times, most recently from 4ead544 to 095719e Compare October 26, 2021 01:17
@renovate renovate bot force-pushed the renovate/devdeps branch from 095719e to b7e0409 Compare October 30, 2021 08:37
@renovate renovate bot force-pushed the renovate/devdeps branch from b7e0409 to a53088b Compare November 8, 2021 21:39
@renovate renovate bot force-pushed the renovate/devdeps branch 3 times, most recently from 3ff4bb5 to f720e3c Compare November 24, 2021 08:16
@renovate renovate bot force-pushed the renovate/devdeps branch 5 times, most recently from 263fb7e to 1a05d1c Compare December 1, 2021 14:40
@renovate renovate bot force-pushed the renovate/devdeps branch 6 times, most recently from fb15733 to e039765 Compare December 10, 2021 08:30
@renovate renovate bot force-pushed the renovate/devdeps branch 2 times, most recently from 384a1a2 to 78c3e8f Compare December 13, 2021 22:35
@renovate renovate bot force-pushed the renovate/devdeps branch from 6748fae to f8180bc Compare November 20, 2022 19:00
@renovate renovate bot force-pushed the renovate/devdeps branch from f8180bc to 12cd97d Compare March 16, 2023 22:03
@renovate renovate bot force-pushed the renovate/devdeps branch 3 times, most recently from e35f1f0 to af2b1b4 Compare March 29, 2023 07:43
@renovate renovate bot force-pushed the renovate/devdeps branch from af2b1b4 to 1bfa583 Compare May 28, 2023 10:09
@renovate renovate bot force-pushed the renovate/devdeps branch 3 times, most recently from 6edde7c to 9f9acb4 Compare June 13, 2023 03:26
@renovate renovate bot force-pushed the renovate/devdeps branch 2 times, most recently from b37cdf2 to b22564c Compare July 1, 2023 05:37
@renovate renovate bot force-pushed the renovate/devdeps branch from b22564c to 6a56950 Compare July 21, 2023 23:21
@renovate renovate bot force-pushed the renovate/devdeps branch 2 times, most recently from da35081 to 7e5b47f Compare August 23, 2023 23:36
@renovate renovate bot force-pushed the renovate/devdeps branch 2 times, most recently from 16d68cf to 36a6074 Compare September 2, 2023 21:53
@renovate renovate bot force-pushed the renovate/devdeps branch 2 times, most recently from de3c8c7 to 59e6d28 Compare September 15, 2023 12:09
@renovate renovate bot force-pushed the renovate/devdeps branch 2 times, most recently from 7390b6e to 18f7682 Compare September 20, 2023 04:04
@renovate renovate bot force-pushed the renovate/devdeps branch from 18f7682 to ba177fe Compare September 23, 2023 22:30
@renovate renovate bot force-pushed the renovate/devdeps branch from ba177fe to 19c69cc Compare October 18, 2023 04:06
@renovate renovate bot force-pushed the renovate/devdeps branch from 19c69cc to 5600a90 Compare November 7, 2023 05:02
@renovate renovate bot force-pushed the renovate/devdeps branch from 5600a90 to 64f1b57 Compare February 26, 2025 22:54
@renovate renovate bot force-pushed the renovate/devdeps branch 2 times, most recently from a89bf89 to 0f69720 Compare August 13, 2025 16:11
@renovate renovate bot force-pushed the renovate/devdeps branch from 0f69720 to 143ef93 Compare August 19, 2025 12:54
@renovate renovate bot force-pushed the renovate/devdeps branch from 143ef93 to d0a7ee9 Compare August 31, 2025 10:10
@renovate renovate bot force-pushed the renovate/devdeps branch from d0a7ee9 to 01cc654 Compare September 25, 2025 20:31
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.

0 participants