-
## The dependency [deep-equal](https://github.com/substack/node-deep-equal) was updated from `1.0.1` to `1.1.0`.
๐จ [View failing branch](https://github.com/mntnr/build-a-space/compare/master...mntnrโฆ
-
### Is your feature request related to a problem?
I've been working with a schema file generated by Prisma.io but very early on found the issue that said generated uses field `equals` which causes coโฆ
-
in commit https://github.com/go-test/deep/commit/929fce90938cb6eb75b23056d23a3bbc4e64b926 the check of `Equal()` function was moved under the `reflect.Struct` case.
and here is an example why this iโฆ
-
Performing a deep equal on an uninitialized array doesn't behave as expected.
```js
const myTestArray1 = [undefined, 'test']
const myTestArray2 = []
// myTestArray2[0] should bโฆ
-
## The dependency [deep-equal](https://github.com/substack/node-deep-equal) was updated from `1.0.1` to `1.1.0`.
๐จ [View failing branch](https://github.com/richardschneider/isq/compare/master...richโฆ
-
## The dependency [deep-equal](https://github.com/substack/node-deep-equal) was updated from `1.0.1` to `1.1.0`.
๐จ [View failing branch](https://github.com/aethant/merino/compare/master...aethant:grโฆ
-
Deep Readonly
๊ฐ์ฒด์ ํ๋กํผํฐ์ ๋ชจ๋ ํ์ ๊ฐ์ฒด๋ฅผ ์ฌ๊ท์ ์ผ๋ก ์ฝ๊ธฐ ์ ์ฉ์ผ๋ก ์ค์ ํ๋ ์ ๋ค๋ฆญ `DeepReadonly`๋ฅผ ๊ตฌํํ์ธ์.
์ด ์ฑ๋ฆฐ์ง์์๋ ํ์
ํ๋ผ๋ฏธํฐ `T`๋ฅผ ๊ฐ์ฒด ํ์
์ผ๋ก ์ ํํ๊ณ ์์ต๋๋ค. ๊ฐ์ฒด๋ฟ๋ง ์๋๋ผ ๋ฐฐ์ด, ํจ์, ํด๋์ค ๋ฑ ๊ฐ๋ฅํ ๋ค์ํ ํํ์ ํ์
ํ๋ผ๋ฏธํฐ๋ฅผ ์ฌ์ฉํ๋๋ก ๋์ ํด ๋ณด์ธ์.
```ts
โฆ
-
## The dependency [deep-equal](https://github.com/substack/node-deep-equal) was updated from `1.0.1` to `1.1.0`.
๐จ [View failing branch](https://github.com/kristerkari/observable-redux-json-api/compโฆ
-
Example code:
```js
fastDeepEqual(Object.create(null, {a:true}), {a:true})
```
This will throw an error, the line below calls `.valueOf()` which is not a method for objects with a null prototyโฆ
-
Current SIPHeader implementation takes headerName for hashCode, this will certainly creates lots of collisions when added to collections.
While equals implements a deep equals (compare all fields/atโฆ