To sum up, the big change in 5.0 is a Typescript change related to Map that is typed closer to the JS object. This is a huge change for TS users, but do not impact the runtime behavior. (see Improve TypeScript definition for Map for more details)
Other breaking changes are:
[BREAKING] Remove deprecated methods:
Released in 5.0.0-rc.1
Map.of('k', 'v'): use Map([ [ 'k', 'v' ] ]) or Map({ k: 'v' })
Collection.isIterable: use isIterable directly
Collection.isKeyed: use isKeyed directly
Collection.isIndexed: use isIndexed directly
Collection.isAssociative: use isAssociative directly
Collection.isOrdered: use isOrdered directly
[BREAKING] OrdererMap and OrderedSet hashCode implementation has been fixed
Released in 5.0.0-rc.1
Fix issue implementation of hashCode for OrdererMap and OrderedSet where equal objects might not return the same hashCode.
To sum up, the big change in 5.0 is a Typescript change related to Map that is typed closer to the JS object. This is a huge change for TS users, but do not impact the runtime behavior. (see Improve TypeScript definition for Map for more details)
Other breaking changes are:
[BREAKING] Remove deprecated methods:
Released in 5.0.0-rc.1
Map.of('k', 'v'): use Map([ [ 'k', 'v' ] ]) or Map({ k: 'v' })
Collection.isIterable: use isIterable directly
Collection.isKeyed: use isKeyed directly
Collection.isIndexed: use isIndexed directly
Collection.isAssociative: use isAssociative directly
Collection.isOrdered: use isOrdered directly
[BREAKING] OrdererMap and OrderedSet hashCode implementation has been fixed
Released in 5.0.0-rc.1
Fix issue implementation of hashCode for OrdererMap and OrderedSet where equal objects might not return the same hashCode.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the production group with 5 updates:
0.33.17
0.33.22
4.3.7
5.0.2
1.0.30001677
1.0.30001679
1.5.50
1.5.55
1.13.2
1.13.3
Updates
@sinclair/typebox
from 0.33.17 to 0.33.22Commits
6cf8596
Revision 0.33.22 (#1065)52ceab9
Revision 0.33.21 (#1064)0144c86
Revision 0.33.20 (#1062)e75af6d
Revision 0.33.19 (#1061)db54fac
Revision 0.33.18 (#1060)6ed1d9b
Export Object with Var (#1057)c086389
Export Decode | Encode Functions (#1052)a0293a7
Ecosystem (#1050)Updates
immutable
from 4.3.7 to 5.0.2Release notes
Sourced from immutable's releases.
... (truncated)
Changelog
Sourced from immutable's changelog.
... (truncated)
Commits
879f428
5.0.2a2e2f96
fix path to es version4413273
handle the fact that bundlephobia might be down52c3c64
5.0.112834a7
Merge branch 'iambumblehead-generate-dist-esm-file-to-clear-circular-dependen...7452d39
create single dist esm file to clear circular dependencies0466baa
Merge pull request #2034 from mrazauskas/upgrade-tstyche1bac556
chore: upgrade TSTyche5f0de66
Merge pull request #2033 from immutable-js/release-5.0.0c90cdc2
5.0.0Updates
caniuse-lite
from 1.0.30001677 to 1.0.30001679Commits
2c85c41
Update caniuse-db 1.0.300016790d24f06
Update caniuse-db 1.0.30001678Updates
electron-to-chromium
from 1.5.50 to 1.5.55Commits
e2e1835
1.5.55e66c5f0
generate new version97d5ea6
1.5.54c76d957
generate new versionb6a7ffd
1.5.53be1fead
generate new version257349e
1.5.520cdc5d9
generate new versionf56bac4
1.5.516303804
generate new versionUpdates
object-inspect
from 1.13.2 to 1.13.3Changelog
Sourced from object-inspect's changelog.
Commits
361db07
v1.13.35137f8f
[Fix]quoteStyle
: properly escape only the containing quotes450680c
[Refactor] clean upquoteStyle
code44395a8
[actions] split out node 10-20, and 20+e997c59
[Tests] addquoteStyle
escaping testsfb7815f
[Tests] replaceaud
withnpm audit
d5a469c
[Dev Deps] updateauto-changelog
,es-value-fixtures
,tape
11c817b
[Dev Deps] updatemock-property
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show