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 minor-patch group with 9 updates:
1.80.6
1.81.0
0.6.2
0.6.3
0.4.11
0.4.12
0.6.2
0.6.3
1.5.55
1.5.62
4.3.7
5.0.2
8.4.48
8.4.49
4.0.5
4.1.0
3.2.0
3.2.1
Updates
sass
from 1.80.6 to 1.81.0Release notes
Sourced from sass's releases.
Changelog
Sourced from sass's changelog.
Commits
57a6853
Add support for CSSround()
with one unitless argument (#2436)e400bdd
Support@forward
in sass-parser (#2435)d1fefb6
Add a changelog entry for sass/embedded-host-node#349 (#2434)871aefa
Bump immutable from 4.3.7 to 5.0.2 in /package (#2432)3bc8426
Bump immutable from 4.3.7 to 5.0.2 (#2431)01a2148
Bump bufbuild/buf-setup-action in /.github/util/initialize (#2427)Updates
@babel/helper-define-polyfill-provider
from 0.6.2 to 0.6.3Commits
66340fb
Publishbacb1df
fix: Cannot polyfilled on optional chains (#221)Updates
babel-plugin-polyfill-corejs2
from 0.4.11 to 0.4.12Commits
66340fb
PublishUpdates
babel-plugin-polyfill-regenerator
from 0.6.2 to 0.6.3Commits
66340fb
PublishUpdates
electron-to-chromium
from 1.5.55 to 1.5.62Commits
52b1e58
1.5.620b4a598
generate new version39c9a01
1.5.6118c6ae2
generate new version1e0cca9
1.5.60a2852cf
generate new version9f8408a
1.5.59f9467fb
generate new version6b58405
1.5.5848d87ca
generate new versionUpdates
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
postcss
from 8.4.48 to 8.4.49Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
aed8b89
Release 8.4.49 version3450630
Fix position calculations when offset is missing (#1983)Updates
postcss-modules-local-by-default
from 4.0.5 to 4.1.0Release notes
Sourced from postcss-modules-local-by-default's releases.
Changelog
Sourced from postcss-modules-local-by-default's changelog.
Commits
e489ff8
chore(release): 4.1.03811927
fix: css nesting and pure mode582bd9e
chore: postcss-selector-parser (#81)9d07eeb
feat: add pure ignore comment for CSS Modules (#80)fde62d7
feat: addglobal
andlocal
for animations (#76)a73b700
test: for current pure logic (#74)f1c05a5
test: enhanced test cases to prepare for CSS declaration-level processing (#77)Updates
postcss-modules-scope
from 3.2.0 to 3.2.1Release notes
Sourced from postcss-modules-scope's releases.
Changelog
Sourced from postcss-modules-scope's changelog.
Commits
710d00e
chore(release): 3.2.1bc9d3bb
chore: update lock file (#64)be0c9f8
fix: updatepostcss-selector-parser
(#63)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