mrgit
mrgit copied to clipboard
A tool for managing projects build using multiple repositories.
In package.json we say this is MIT while in every file we point to a non-existing LICENSE.md We should do like here: https://github.com/benderjs/benderjs/blob/master/lib/browsers.js
It would be helpful not to define the same data twice. For instance: if my project use fixed hashes, these hashes should be stored in both `package.json` (to let developers...
Not very clear now: ```js execCommand.execute( execOptions( `git checkout ${ repository.branch }` ) ); ```
If you use a command, you need to call its methods (`beforeExecute`, `execute` and `afterExecute`) manually.
That would allow avoiding sth like this: ```js .then( () => { return execCommand.execute( execOptions( `git checkout ${ repository.branch }` ) ); } ) .then( ( response ) => {...
https://huntr.dev/users/alromh87 has fixed the RCE on "mrgit" vulnerability 🔨. alromh87 has been awarded $25 for fixing the vulnerability through the huntr bug bounty program 💵. Think you could fix a...
Short hashes are more likely to cause ambiguous reference error: [https://travis-ci.org/github/ckeditor/ckeditor5/builds/667239269#L320](https://travis-ci.org/github/ckeditor/ckeditor5/builds/667239269#L320).
### 🚀 Summary This PR migrates the repository to ESM, and test suite to Vitest. --- ### 📌 Related issues * Closes #197. --- ### 💡 Additional information *Optional: Notes...
### 🚀 Summary Keep only `engines.node` in released package on npm. --- ### 📌 Related issues * Closes #000 --- ### 💡 Additional information > [!IMPORTANT] > It requires https://github.com/ckeditor/ckeditor5-dev/pull/1239.
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2. Changelog Sourced from js-yaml's changelog. [3.14.2] - 2025-11-15 Security Backported v4.1.1 fix to v3 [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml...