Bump the npm_and_yarn group across 1 directory with 47 updates
Type: Pull Request
State: Open
Association: None
Comments: 0
(2 months ago)
(2 months ago)
dependencies javascript
Bumps the npm_and_yarn group with 12 updates in the / directory:
| Package | From | To | 
|---|---|---|
| bootstrap | 4.6.0 | 
5.0.0 | 
| gh-pages | 2.2.0 | 
5.0.0 | 
| node-sass | 4.14.1 | 
9.0.0 | 
| @babel/helpers | 7.12.5 | 
7.28.3 | 
| @babel/runtime-corejs3 | 7.12.5 | 
7.28.3 | 
| @babel/traverse | 7.12.12 | 
7.28.3 | 
| ansi-regex | 4.1.0 | 
4.1.1 | 
| ansi-regex | 5.0.0 | 
5.0.1 | 
| ansi-html | 0.0.7 | 
0.0.9 | 
| react-scripts | 4.0.0 | 
5.0.1 | 
| brace-expansion | 1.1.11 | 
1.1.12 | 
| decode-uri-component | 0.2.0 | 
0.2.2 | 
| minimatch | 3.0.4 | 
3.0.8 | 
Updates bootstrap from 4.6.0 to 5.0.0
Release notes
Sourced from bootstrap's releases.
v5.0.0
Highlights
#32155: Updated
make-col()mixin to generate equal columns when no size is specified #32763: Added newcolor-scheme()mixin #33389: Dropdown menus now have option become clickable #33453: Added new docs footer #33548: Offcanvas header components are now vertically aligned #33549: Added offcanvas-top modifier #33634: Added support for.dropdown-items wrapped in<li>s #33626: Fix v5 regressions in tab dropdown functionality🚀 Features
- #32763: Add
 color-schememixin- #33389: Dropdown — Add option to make the dropdown menu clickable
 - #33549: Add offcanvas-top modifier
 🎨 CSS
- #32155: Add equal column mixin
 - #32763: Add
 color-schememixin- #33292: Make accordion icon rotation more natural
 - #33411: Fix validation feedback icon in select multiple
 - #33478: Make
 .nav-linkcolor consistent when using buttons- #33482: Dropdown — Apply positioning only when Popper is not used
 - #33548: Vertically align offcanvas header components
 - #33549: Add offcanvas-top modifier
 - #33550: Spinner alignment changes
 - #33598: Hide validation icons from multiple selects
 - #33600: Have $form-check-input-border's default derive from $black
 - #33607: Reduce color-scheme complexity
 - #33642: use
 :read-onlycss selector instead[readonly]for consistency- #33658: fix: use list-group variable instead of alert
 - #33736: accordion: fix
 border-topon Firefox☕️ JavaScript
- #32439: Decouple BackDrop from modal
 - #33245: Decouple Modal's scrollbar functionality
 - #33249: Simplify Modal Config
 - #33250: Simplify ScrollSpy config
 - #33310: fix: make EventHandler better handle mouseenter/mouseleave events
 - #33389: Dropdown — Add option to make the dropdown menu clickable
 - #33429: Remove element event listeners through base component
 - #33451: Add missing things in
 hidemethod of dropdown- #33456: Use our
 isDisabledutil on dropdown- #33466: Refactor dropdown's hide functionality
 - #33479: Fix dropdown escape propagation
 - #33496: Use cached
 noopfunction
... (truncated)
Commits
bf09367Release v5.0.0 (#33647)48ae5a7Rewrite migration guide (#33834)f086572refactor(docs): Added form file input variables (#33833)1a54286Fix doc typo and Bootstrap Icons link (#33832)e2df73fUpdate migration guide for some v5 changes (#33829)1e6356aNeutralise more words from placeholder text (#33731)6633845Bump eslint-config-xo from 0.35.0 to 0.36.0 (#33646)cb38744Tweak toast docs (#33810)c2ff225Bump rollup from 2.46.0 to 2.47.0 (#33818)c090ea2Bump@babel/preset-envfrom 7.14.0 to 7.14.1 (#33819)- Additional commits viewable in compare view
 
Updates gh-pages from 2.2.0 to 5.0.0
Release notes
Sourced from gh-pages's releases.
v5.0.0
Potentially breaking change: the
publishmethod now always returns a promise. Previously, it did not return a promise in some error cases. This should not impact most users.Updates to the development dependencies required a minimum Node version of 14 for the tests. The library should still work on Node 12, but tests are no longer run in CI for version 12. A future major version of the library may drop support for version 12 altogether.
What's Changed
- Assorted updates by
 @tschaubin tschaub/gh-pages#452- Update README to clarify project site configuration requirements with tools like CRA, webpack, Vite, etc. by
 @Neztebin tschaub/gh-pages#445- Bump actions/checkout from 2 to 3 by
 @dependabotin tschaub/gh-pages#453- Bump actions/setup-node from 1 to 3 by
 @dependabotin tschaub/gh-pages#455- Bump email-addresses from 3.0.1 to 5.0.0 by
 @dependabotin tschaub/gh-pages#454- Bump async from 2.6.4 to 3.2.4 by
 @dependabotin tschaub/gh-pages#459- Remove quotation marks by
 @Vicrophtin tschaub/gh-pages#438New Contributors
@Neztebmade their first contribution in tschaub/gh-pages#445@Vicrophtmade their first contribution in tschaub/gh-pages#438Full Changelog: https://github.com/tschaub/gh-pages/compare/v4.0.0...v5.0.0
v4.0.0
This release doesn't include any breaking changes, but due to updated development dependencies, tests are no longer run on Node 10.
What's Changed
- Bump minimist from 1.2.5 to 1.2.6 by
 @dependabotin tschaub/gh-pages#423- Bump async from 2.6.1 to 2.6.4 by
 @dependabotin tschaub/gh-pages#427- Bump path-parse from 1.0.6 to 1.0.7 by
 @dependabotin tschaub/gh-pages#431- Bump ansi-regex from 3.0.0 to 3.0.1 by
 @dependabotin tschaub/gh-pages#430- Updated dev dependencies and formatting by
 @tschaubin tschaub/gh-pages#432Full Changelog: https://github.com/tschaub/gh-pages/compare/v3.2.3...v4.0.0
v3.2.3
- #398 - Update glob-parent (
 @tschaub)- #395 - Switch from filenamify-url to filenamify (
 @tw0517tw)v3.0.0
Breaking changes:
None really. But tests are no longer run on Node < 10. Development dependencies were updated to address security warnings, and this meant tests could no longer be run on Node 6 or 8. If you still use these Node versions, you may still be able to use this library, but be warned that tests are no longer run on these versions.
All changes:
- #357 - Dev dependency updates (
 @tschaub)- #333 - Update readme with command line options (
 @Victoire44)- #356 - Test as a GitHub action (
 @tschaub)- #355 - feat(beforeAdd): allow custom script before git add (
 @Xiphe)- #336 - Fix remove not working properly (
 @sunghwan2789)- #328 - Update .travis.yml (
 @XhmikosR)
... (truncated)
Changelog
Sourced from gh-pages's changelog.
v5.0.0
Potentially breaking change: the
publishmethod now always returns a promise. Previously, it did not return a promise in some error cases. This should not impact most users.Updates to the development dependencies required a minimum Node version of 14 for the tests. The library should still work on Node 12, but tests are no longer run in CI for version 12. A future major version of the library may drop support for version 12 altogether.
- #438 - Remove quotation marks (
 @Vicropht)- #459 - Bump async from 2.6.4 to 3.2.4 (
 @tschaub)- #454 - Bump email-addresses from 3.0.1 to 5.0.0 (
 @tschaub)- #455 - Bump actions/setup-node from 1 to 3 (
 @tschaub)- #453 - Bump actions/checkout from 2 to 3 (
 @tschaub)- #445 - Update README to clarify project site configuration requirements with tools like CRA, webpack, Vite, etc. (
 @Nezteb)- #452 - Assorted updates (
 @tschaub)v4.0.0
This release doesn't include any breaking changes, but due to updated development dependencies, tests are no longer run on Node 10.
- #432 - Updated dev dependencies and formatting (
 @tschaub)- #430 - Bump ansi-regex from 3.0.0 to 3.0.1 (
 @tschaub)- #431 - Bump path-parse from 1.0.6 to 1.0.7 (
 @tschaub)- #427 - Bump async from 2.6.1 to 2.6.4 (
 @tschaub)- #423 - Bump minimist from 1.2.5 to 1.2.6 (
 @tschaub)v3.2.3
- #398 - Update glob-parent (
 @tschaub)- #395 - Switch from filenamify-url to filenamify (
 @tw0517tw)v3.2.2
v3.2.1
v3.2.0
This release updates a few development dependencies and adds a bit of documentation.
- #391 - Update dev dependencies (
 @tschaub)- #375 - Add note about domain problem (
 @demee)- #390 - Fix little typo in the README (
 @cizordj)- #388 - Bump hosted-git-info from 2.8.8 to 2.8.9 (
 @tschaub)- #387 - Bump y18n from 4.0.0 to 4.0.3 (
 @tschaub)- #378 - Add GitHub Actions tips to readme.md (
 @mickelsonmichael)- #386 - Bump lodash from 4.17.14 to 4.17.21 (
 @tschaub)
... (truncated)
Commits
f729b975.0.051534c7Log changesace063bMerge pull request #438 from Vicropht/patch-158e54beMerge pull request #459 from tschaub/dependabot/npm_and_yarn/async-3.2.42189df3Bump async from 2.6.4 to 3.2.4051846eMerge pull request #454 from tschaub/dependabot/npm_and_yarn/email-addresses-...5c91c67Merge pull request #455 from tschaub/dependabot/github_actions/actions/setup-...fe0ad83Merge pull request #453 from tschaub/dependabot/github_actions/actions/checko...b89287dMerge pull request #445 from Nezteb/patch-1e890bd1Bump email-addresses from 3.0.1 to 5.0.0- Additional commits viewable in compare view
 
Updates node-sass from 4.14.1 to 9.0.0
Release notes
Sourced from node-sass's releases.
v9.0.0
What's Changed
- Node 20 support by
 @nschonniin sass/node-sass#3355Breaking changes
- Drop support for Node 14 (
 @nschonni)Supported Environments
OS Architecture Node Windows x86 & x64 16, 18, 19, 20 OSX x64 16, 18, 19, 20 Linux* x64 16, 18, 19, 20 Alpine Linux x64 16, 18, 19, 20 *Linux support refers to major distributions like Ubuntu, and Debian
v8.0.0
What's Changed
- Fix binaries being partially downloaded by
 @xzyferin sass/node-sass#3313- Bump node-gyp and nan for node 19 support by
 @xzyferin sass/node-sass#3314- feat: Node 18 and 19 support and drop Node 17 by
 @nschonniin sass/node-sass#3257Breaking changes
- Drop support for Node 12 (
 @nschonni)- Drop support for Node 17 (
 @nschonni)- Set
 rejectUnauthorizedtotrueby default (@scott-ut, #3149)Features
- Add support for Node 18 (
 @nschonni)- Add support for Node 19 (
 @nschonni)- Replace
 requestwithmake-fetch-happen(@CamilleDrapier@xzyfer, #3193, #3313)Dependencies
- Bump true-case-path@2.2.1
 - Bump node-gyp
 @9.0.0- Bump nan@^2.17.0
 - Bump sass-graph@^4.0.1
 Misc
- Bump various GitHub Actions dependencies (
 @nschonni)
... (truncated)
Commits
87f3899feat: Node 20 support (#3355)06ae4c7build(deps): bump coverallsapp/github-action from 2.0.0 to 2.1.0 (#3350)e069f73build(deps): bump coverallsapp/github-action from 1.2.0 to 2.0.0c34837dbuild(deps): bump coverallsapp/github-action from 1.1.3 to 1.2.0ee13eb98.0.098e75b3feat: Node 18 and 19 support and drop Node 17 (#3257)e9bb866Bump node-gyp and nan for node 19 support (#3314)ab7840bFix binaries being partially downloaded (#3313)d595abf7.0.33b556c17.0.2- Additional commits viewable in compare view
 
Updates @babel/helpers from 7.12.5 to 7.28.3
Release notes
Sourced from @babel/helpers's releases.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
 @nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
 @nicolo-ribaudo):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressionsCommitters: 5
- Babel Bot (
 @babel-bot)- Huáng Jùnliàng (
 @JLHwung)- Jam Balaya (
 @JamBalaya56562)- Nicolò Ribaudo (
 @nicolo-ribaudo)- easrng (
 @easrng)v7.28.2 (2025-07-24)
Thanks
@souhailaSfor your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
 operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
 regeneratorDefinecompatibility with es5 strict mode (@liuxingbaoyu)Committers: 4
- Babel Bot (
 @babel-bot)- Nicolò Ribaudo (
 @nicolo-ribaudo)- SOUHAILA SERBOUT (
 @souhailaS)@liuxingbaoyuv7.28.1 (2025-07-12)
... (truncated)
Changelog
Sourced from @babel/helpers's changelog.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
 @nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
 @nicolo-ribaudo):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressionsv7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
 operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
 regeneratorDefinecompatibility with es5 strict mode (@liuxingbaoyu)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator
- #17426 fix:
 regeneratorcorrectly handlesthrowoutside oftry(@liuxingbaoyu):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-typesv7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
 @liuxingbaoyu)babel-types
... (truncated)
Commits
ef155f5v7.28.3741cbd2chore: fix various typos across codebase (#17476)cac0ff4v7.28.2f743094fix:regeneratorDefinecompatibility with es5 strict mode (#17441)baa4cb8v7.27.6fdbf1b3fix:finallycauses unexpected return value (#17366)7d06930v7.27.45b9468dReduceregeneratorsize more (#17287)cb78b5b[babel 8] Do not replace globalregeneratorRuntimereferences in regenerato...49c0dbbFix iterator compatibility ofregeneratorValues(#17335)- Additional commits viewable in compare view
 
Updates @babel/runtime-corejs3 from 7.12.5 to 7.28.3
Release notes
Sourced from @babel/runtime-corejs3's releases.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
 @nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
 @nicolo-ribaudo):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressionsCommitters: 5
- Babel Bot (
 @babel-bot)- Huáng Jùnliàng (
 @JLHwung)- Jam Balaya (
 @JamBalaya56562)- Nicolò Ribaudo (
 @nicolo-ribaudo)- easrng (
 @easrng)v7.28.2 (2025-07-24)
Thanks
@souhailaSfor your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
 operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
 regeneratorDefinecompatibility with es5 strict mode (@liuxingbaoyu)Committers: 4
- Babel Bot (
 @babel-bot)- Nicolò Ribaudo (
 @nicolo-ribaudo)- SOUHAILA SERBOUT (
 @souhailaS)@liuxingbaoyuv7.28.1 (2025-07-12)
... (truncated)
Changelog
Sourced from @babel/runtime-corejs3's changelog.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
 @nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
 @nicolo-ribaudo):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressionsv7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
 operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
 regeneratorDefinecompatibility with es5 strict mode (@liuxingbaoyu)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator
- #17426 fix:
 regeneratorcorrectly handlesthrowoutside oftry(@liuxingbaoyu):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-typesv7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
 @liuxingbaoyu)babel-types
... (truncated)
Commits
ef155f5v7.28.3cac0ff4v7.28.2f743094fix:regeneratorDefinecompatibility with es5 strict mode (#17441)ccc5faev7.28.0cd0de90Updatebabel-polyfillpackages (#17403)baa4cb8v7.27.6fdbf1b3fix:finallycauses unexpected return value (#17366)7d06930v7.27.45b9468dReduceregeneratorsize more (#17287)cb78b5b[babel 8] Do not replace globalregeneratorRuntimereferences in regenerato...- Additional commits viewable in compare view
 
Updates @babel/traverse from 7.12.12 to 7.28.3
Release notes
Sourced from @babel/traverse's releases.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
 @nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
 @nicolo-ribaudo):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressionsCommitters: 5
- Babel Bot (
 @babel-bot)- Huáng Jùnliàng (
 @JLHwung)- Jam Balaya (
 @JamBalaya56562)- Nicolò Ribaudo (
 @nicolo-ribaudo)- easrng (
 @easrng)v7.28.2 (2025-07-24)
Thanks
@souhailaSfor your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
 operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
 regeneratorDefinecompatibility with es5 strict mode (@liuxingbaoyu)Committers: 4
- Babel Bot (
 @babel-bot)- Nicolò Ribaudo (
 @nicolo-ribaudo)- SOUHAILA SERBOUT (
 @souhailaS)@liuxingbaoyuv7.28.1 (2025-07-12)
... (truncated)
Changelog
Sourced from @babel/traverse's changelog.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
 @nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
 @nicolo-ribaudo):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressionsv7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
 operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
 regeneratorDefinecompatibility with es5 strict mode (@liuxingbaoyu)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator
- #17426 fix:
 regeneratorcorrectly handlesthrowoutside oftry(@liuxingbaoyu):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-typesv7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
 @liuxingbaoyu)babel-types
... (truncated)
Commits
ef155f5v7.28.3741cbd2chore: fix various typos across codebase (#17476)5051613Type-check.d.tsfile withstrict: true(#17461)ccc5faev7.28.04b4e7e2Create babel-helper-globals (#17297)cf5ae03LVal coverage updates (Part 2) (#17391)6ca9df4Accept bigints int.bigIntLiteralfactory (#17378)75f0140Parse discard binding (#17163)4ce7dfdv7.27.76c8faf1add generateUidBasedOnNode test cases (#17381)- Additional commits viewable in compare view
 
Updates ansi-regex from 4.1.0 to 4.1.1
Commits
64735d2v4.1.175a657dFix potential ReDoS (#37)- See full diff in compare view
 
Updates ansi-regex from 5.0.0 to 5.0.1
Commits
64735d2v4.1.175a657dFix potential ReDoS (#37)- See full diff in compare view
 
Updates semver from 5.3.0 to 5.7.1
Pull Request Statistics
1
2
+21788
-23978
Package Dependencies
Technical Details
| ID: | 6022499 | 
            
| UUID: | 2787338404 | 
            
| Node ID: | PR_kwDOGSh4DM6mI2ik | 
            
| Host: | GitHub | 
| Repository: | abhinavm24/leetcode-patterns | 
| Merge State: | Unknown |