-
Notifications
You must be signed in to change notification settings - Fork 850
chore(deps-dev): bump immutable from 4.3.0 to 4.3.8 in /samples/js-command-lock-item#1684
chore(deps-dev): bump immutable from 4.3.0 to 4.3.8 in /samples/js-command-lock-item#1684dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps immutable from 4.3.0 to 4.3.8.
Release notes
Sourced from immutable's releases.
v4.3.8
Fix Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') in immutable
v4.3.7
What's Changed
- Fix issue with slice negative of filtered sequence by
@ jdeniauin immutable-js/immutable-js#2006Full Changelog: immutable-js/immutable-js@v4.3.6...v4.3.7
v4.3.6
What's Changed
- Fix Repeat().equals(undefined) incorrectly returning true by
@ butchlerin immutable-js/immutable-js#1994Internals
- change youtube image by
@ jdeniauin immutable-js/immutable-js#1973- Upgrade eslint and ignore no-constructor-return rule for actual constructors by
@ jdeniauin immutable-js/immutable-js#1974- upgrate documentation website to next 14 by
@ jdeniauin immutable-js/immutable-js#1975- start migrating to nextjs app router by
@ jdeniauin immutable-js/immutable-js#1976- upgrade next sitemap by
@ jdeniauin immutable-js/immutable-js#1978New Contributors
@ butchlermade their first contribution in immutable-js/immutable-js#1994Full Changelog: immutable-js/immutable-js@v4.3.5...v4.3.6
v4.3.5
What's Changed
- Fix Set.fromKeys types with Map constructor in TS 5.0 by
@ jdeniauin immutable-js/immutable-js#1971- upgrade to TS 5.1 by
@ jdeniauin immutable-js/immutable-js#1972- fix dist-stats command by
@ jdeniauin immutable-js/immutable-js#1964- fix Read the Docs link on readme by
@ joshdingin immutable-js/immutable-js#1970New Contributors
@ joshdingmade their first contribution in immutable-js/immutable-js#1970Full Changelog: immutable-js/immutable-js@v4.3.4...v4.3.5
4.3.4
What's Changed
- Rollback toJS type due to circular reference error by
@ jdeniauin immutable-js/immutable-js#1958Full Changelog: immutable-js/immutable-js@v4.3.3...v4.3.4
v4.3.3
What's Changed
... (truncated)
Changelog
Sourced from immutable's changelog.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. Dates are formatted as YYYY-MM-DD.
Unreleased
5.1.5
- Fix Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') in immutable
5.1.4
- Migrate some files to TS by
@ jdeniauin immutable-js/immutable-js#2125
- Iterator.ts
- PairSorting.ts
- toJS.ts
- Math.ts
- Hash.ts
- Extract CollectionHelperMethods and convert to TS by
@ jdeniauin immutable-js/immutable-js#2131- Use npm trusted publishing only to avoid token stealing.
Documentation
- Fix/a11y issues by
@ lyannelin immutable-js/immutable-js#2136- Doc add Map.get signature update by
@ borracciaBluin immutable-js/immutable-js#2138- fix(doc):minor-issues#2132 by
@ JayMeDotDotin immutable-js/immutable-js#2133- Fix algolia search by
@ jdeniauin immutable-js/immutable-js#2135- Typo in OrderedMap by
@ jdeniauin immutable-js/immutable-js#2144Internal
- chore: Sort all imports and activate eslint import rule by
@ jdeniauin immutable-js/immutable-js#21195.1.3
TypeScript
- fix: allow readonly map entry constructor by
@ septsin immutable-js/immutable-js#2123Documentation
There has been a huge amount of changes in the documentation, mainly migrate from an autogenerated documentation from .d.ts file, to a proper documentation in markdown. The playground has been included on nearly all method examples. We added a page about browser extensions too: https://immutable-js.com/browser-extension/
Internal
... (truncated)
Commits
485cbe04.3.86ed4eb6Merge commit from fork94bcd3cfix new proto key injectionfaeb58bfix Prototype Pollution in mergeDeep, toJS, etc.37ca417release 4.3.7 (#2007)23daf26Fix issue with slice negative of filtered sequence (#2006)493afbarelease 4.3.6 (#1997)be3cb9aFix Repeat().equals(undefined) incorrectly returning true (#1994) d7664bfgenerate sitemap in path that will be deployedf8327b1upgrade next sitemap (#1978)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for immutable since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot showwill show all of the ignore conditions of the specified dependencyignore conditions @dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](immutable-js/immutable-js@v4.3.0...v4.3.8)
---
updated-dependencies:
- dependency-name: immutable
dependency-version: 4.3.8
dependency-type: indirect
...
Signed-off-by: dependabot[bot]