Release notes
*Sourced from [immutable's releases](https://github.com/facebook/immutable-js/releases).*
> ## v4.0.0-rc.11
> **Potentially Breaking:**
>
> * Improve hash speed and avoid collision for common values ([#1629](https://github-redirect.dependabot.com/facebook/immutable-js/issues/1629))
> > Causes some hash values to change, which could impact the order of iteration of values in some Maps (which are already advertised as unordered, but highlighting just to be safe)
> * [TypeScript] Remove `Iterable` as tuple from Map constructor types ([#1626](https://github-redirect.dependabot.com/facebook/immutable-js/issues/1626))
> > Typescript allowed constructing a Map with a list of List instances, assuming each was a key, value pair. While this runtime behavior still works, this type led to more issues than it solved so it has been removed. (Note, this may break previous v4 rcs, but is not a change against v3)
>
> **Fixes:**
>
> * Give Records a `displayName` ([#1625](https://github-redirect.dependabot.com/facebook/immutable-js/issues/1625))
> * `Set.map` produces valid underlying map ([#1606](https://github-redirect.dependabot.com/facebook/immutable-js/issues/1606))
> * Support isPlainObj with `constructor` key ([#1627](https://github-redirect.dependabot.com/facebook/immutable-js/issues/1627))
>
> **Docs:**
>
> * Fix missing sub-types in API docs ([#1619](https://github-redirect.dependabot.com/facebook/immutable-js/issues/1619))
> * Add docsearch ([#1610](https://github-redirect.dependabot.com/facebook/immutable-js/issues/1610))
> * Add styles to doc search ([#1628](https://github-redirect.dependabot.com/facebook/immutable-js/issues/1628))
>
Commits
- [`b58c3ab`](https://github.com/facebook/immutable-js/commit/b58c3abf9f82a8c7876bf5f3344e5abd0c351c64) 4.0.0-rc.11
- [`a74700d`](https://github.com/facebook/immutable-js/commit/a74700d22fa94b0bc1253fe166ee00487ca001d8) Improve hash speed and avoid colision for common values ([#1629](https://github-redirect.dependabot.com/facebook/immutable-js/issues/1629))
- [`9ea8774`](https://github.com/facebook/immutable-js/commit/9ea87744446cbbf17fb19ceb1aaa656eae5f4f93) Squashed commit of the following:
- [`2178312`](https://github.com/facebook/immutable-js/commit/2178312f7012762617fe05cc82792294796a144d) fix: set.map produces valid underlying map ([#1606](https://github-redirect.dependabot.com/facebook/immutable-js/issues/1606))
- [`1cfa750`](https://github.com/facebook/immutable-js/commit/1cfa7506b39a61743ee905672761291222b1bd77) Add styles to doc search ([#1628](https://github-redirect.dependabot.com/facebook/immutable-js/issues/1628))
- [`2a52546`](https://github.com/facebook/immutable-js/commit/2a52546454f8d534d91ca59ee80fc78efde8654b) docs(search): add docsearch ([#1610](https://github-redirect.dependabot.com/facebook/immutable-js/issues/1610))
- [`1d460e2`](https://github.com/facebook/immutable-js/commit/1d460e23e1dccbce4ddc3ab09aad9a8b009119c6) BREAKING: Remove Iterable as tuple from Map constructor types ([#1626](https://github-redirect.dependabot.com/facebook/immutable-js/issues/1626))
- [`6203e2a`](https://github.com/facebook/immutable-js/commit/6203e2af0fc796fa831b4a2757304550999e926d) FIX: support isPlainObj with constructor keys ([#1627](https://github-redirect.dependabot.com/facebook/immutable-js/issues/1627))
- [`2f8570d`](https://github.com/facebook/immutable-js/commit/2f8570d9aae6e8cbae545de8b4a352b58c2a7ff6) Give Records a displayName ([#1625](https://github-redirect.dependabot.com/facebook/immutable-js/issues/1625))
- [`8476038`](https://github.com/facebook/immutable-js/commit/847603889e25e37262b54380872a2bd9240c9e3c) Add yarn integrity hashes
- Additional commits viewable in [compare view](https://github.com/facebook/immutable-js/compare/v4.0.0-rc.10...v4.0.0-rc.11)
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 will not automatically merge this PR because it includes a non-semver update to a production dependency.
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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps immutable from 4.0.0-rc.10 to 4.0.0-rc.11.
Release notes
*Sourced from [immutable's releases](https://github.com/facebook/immutable-js/releases).* > ## v4.0.0-rc.11 > **Potentially Breaking:** > > * Improve hash speed and avoid collision for common values ([#1629](https://github-redirect.dependabot.com/facebook/immutable-js/issues/1629)) > > Causes some hash values to change, which could impact the order of iteration of values in some Maps (which are already advertised as unordered, but highlighting just to be safe) > * [TypeScript] Remove `IterableCommits
- [`b58c3ab`](https://github.com/facebook/immutable-js/commit/b58c3abf9f82a8c7876bf5f3344e5abd0c351c64) 4.0.0-rc.11 - [`a74700d`](https://github.com/facebook/immutable-js/commit/a74700d22fa94b0bc1253fe166ee00487ca001d8) Improve hash speed and avoid colision for common values ([#1629](https://github-redirect.dependabot.com/facebook/immutable-js/issues/1629)) - [`9ea8774`](https://github.com/facebook/immutable-js/commit/9ea87744446cbbf17fb19ceb1aaa656eae5f4f93) Squashed commit of the following: - [`2178312`](https://github.com/facebook/immutable-js/commit/2178312f7012762617fe05cc82792294796a144d) fix: set.map produces valid underlying map ([#1606](https://github-redirect.dependabot.com/facebook/immutable-js/issues/1606)) - [`1cfa750`](https://github.com/facebook/immutable-js/commit/1cfa7506b39a61743ee905672761291222b1bd77) Add styles to doc search ([#1628](https://github-redirect.dependabot.com/facebook/immutable-js/issues/1628)) - [`2a52546`](https://github.com/facebook/immutable-js/commit/2a52546454f8d534d91ca59ee80fc78efde8654b) docs(search): add docsearch ([#1610](https://github-redirect.dependabot.com/facebook/immutable-js/issues/1610)) - [`1d460e2`](https://github.com/facebook/immutable-js/commit/1d460e23e1dccbce4ddc3ab09aad9a8b009119c6) BREAKING: Remove IterableDependabot 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 will not automatically merge this PR because it includes a non-semver update to a production dependency.
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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.