build(deps): bump immutable from 5.0.3 to 5.1.5 by dependabot[bot] · Pull Request #672 · codeceptjs/website
Bumps immutable from 5.0.3 to 5.1.5.
Release notes
Sourced from immutable's releases.
v5.1.5
What's Changed
- Fix Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') in immutable
- Upgrade devtools and use immutable version by
@jdeniauin immutable-js/immutable-js#2158Full Changelog: immutable-js/immutable-js@v5.1.4...v5.1.5
v5.1.4
What's Changed
- 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#2119New Contributors
@JayMeDotDotmade their first contribution in immutable-js/immutable-js#2133@lyannelmade their first contribution in immutable-js/immutable-js#2136@borracciaBlumade their first contribution in immutable-js/immutable-js#2138Full Changelog: immutable-js/immutable-js@v5.1.3...v5.1.4
v5.1.3
What's Changed
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.
... (truncated)
Changelog
Sourced from immutable's changelog.
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
- replace rimraf by a node script by
@jdeniauin immutable-js/immutable-js#2113- remove warning for tseslint config by
@jdeniauin immutable-js/immutable-js#2114- Use default tsconfig for tests by
@jdeniauin immutable-js/immutable-js#2055- add tests for arrCopy by
@jdeniauin immutable-js/immutable-js#21205.1.2
- Revert previous assertion as it introduced a regression #2102 by
@giggo1604- Merge should work with empty record #2103 by
@jdeniau
... (truncated)
Commits
b37b8555.1.516b3313Merge commit from forkfd2ef49fix new proto key injection6734b7bfix Prototype Pollution in mergeDeep, toJS, etc.6f772deMerge pull request #2175 from immutable-js/dependabot/npm_and_yarn/rollup-4.59.05f3dc61Bump rollup from 4.34.8 to 4.59.0049a594Merge pull request #2173 from immutable-js/dependabot/npm_and_yarn/lodash-4.1...2481a77Merge pull request #2172 from mrazauskas/update-tstycheeb04779Bump lodash from 4.17.21 to 4.17.23b973bf3format- 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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.