repoman
repoman copied to clipboard
Multi-repository source code management command-line tool.
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.4.3 to 19.0.3. Release notes Sourced from @commitlint/cli's releases. v19.0.3 19.0.3 (2024-02-28) Bug Fixes fix: mark @types/conventional-commits-parser as dep for @commitlint/types by @JounQin in conventional-changelog/commitlint#3944 Full Changelog:...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 18.4.3 to 19.0.3. Release notes Sourced from @commitlint/config-conventional's releases. v19.0.3 19.0.3 (2024-02-28) Bug Fixes fix: mark @types/conventional-commits-parser as dep for @commitlint/types by @JounQin in conventional-changelog/commitlint#3944 Full Changelog:...
Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 8.57.0. Release notes Sourced from eslint's releases. v8.57.0 Features 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas) dca7d0f feat: Enable eslint.config.mjs...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.6.0 to 27.9.0. Release notes Sourced from eslint-plugin-jest's releases. v27.9.0 27.9.0 (2024-02-16) Features add should-be-fine support for flat configs (#1505) (4cc2a1b) v27.8.0 27.8.0 (2024-02-13) Features support failing.each...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.29.0 to 2.29.1. Release notes Sourced from eslint-plugin-import's releases. v2.29.1 Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1 Changelog Sourced from eslint-plugin-import's changelog. [2.29.1] - 2023-12-14 Fixed [no-extraneous-dependencies]: ignore export type {...
Actually, with https://github.com/basti1302/repoman/commit/2a6932e3bbb87f55745b5607d0cc0ca53e5fb2b0 (and therefore with release 1.7.0) the command `repoman signin` (to authenticate with Github and also fetch private repos) is broken. But it seems like it was probably...
bagofcli has moved from cjs to esm. Either repoman is also migrated to esm as well (which is an option) or the dependency needs to be replaced. Otherwise it becomes...
last release 2016
`mock-fs` is currently used for `test/generator/local.js`. Tests pass in Node 20.4 and earlier, but fail in more recent versions of Node. Possible related to: https://github.com/tschaub/mock-fs/issues/377 Since this is a very...
Commands are currently explicitly exec'd in series: https://github.com/basti1302/repoman/blob/69bae2da6bb5f36e00347c22c2b36cfca5e61dec/lib/repoman.js#L255 I suspect that may be to ensure multiple tasks execute in order for each repo, although it seems like command batches could...