Skip to content

Commit ca7f721

Browse files
chore(deps): update dependency concurrently to v9.2.1 (#2147)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [concurrently](https://redirect.github.com/open-cli-tools/concurrently) | [`9.2.0` -> `9.2.1`](https://renovatebot.com/diffs/npm/concurrently/9.2.0/9.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/concurrently/9.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/concurrently/9.2.0/9.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>open-cli-tools/concurrently (concurrently)</summary> ### [`v9.2.1`](https://redirect.github.com/open-cli-tools/concurrently/releases/tag/v9.2.1) [Compare Source](https://redirect.github.com/open-cli-tools/concurrently/compare/v9.2.0...v9.2.1) #### What's Changed - chore: update eslint-plugin-simple-import-sort from v10 to v12 by [@&#8203;noritaka1166](https://redirect.github.com/noritaka1166) in [#&#8203;551](https://redirect.github.com/open-cli-tools/concurrently/pull/551) - chore: update eslint-config-prettier from v9 to v10 by [@&#8203;noritaka1166](https://redirect.github.com/noritaka1166) in [#&#8203;552](https://redirect.github.com/open-cli-tools/concurrently/pull/552) - Remove lodash by [@&#8203;gustavohenke](https://redirect.github.com/gustavohenke) in [#&#8203;555](https://redirect.github.com/open-cli-tools/concurrently/pull/555) - chore: update coveralls-next from v4 to v5 by [@&#8203;noritaka1166](https://redirect.github.com/noritaka1166) in [#&#8203;557](https://redirect.github.com/open-cli-tools/concurrently/pull/557) - Replace jest with vitest by [@&#8203;gustavohenke](https://redirect.github.com/gustavohenke) in [#&#8203;554](https://redirect.github.com/open-cli-tools/concurrently/pull/554) - Upgrade to pnpm v10 by [@&#8203;paescuj](https://redirect.github.com/paescuj) in [#&#8203;558](https://redirect.github.com/open-cli-tools/concurrently/pull/558) - chore: remove unused eslint-plugin-jest by [@&#8203;noritaka1166](https://redirect.github.com/noritaka1166) in [#&#8203;559](https://redirect.github.com/open-cli-tools/concurrently/pull/559) - Minor dependency updates by [@&#8203;paescuj](https://redirect.github.com/paescuj) in [#&#8203;560](https://redirect.github.com/open-cli-tools/concurrently/pull/560) - Migrate to ESLint v9 by [@&#8203;paescuj](https://redirect.github.com/paescuj) in [#&#8203;561](https://redirect.github.com/open-cli-tools/concurrently/pull/561) - Update shell-quote to 1.8.3 by [@&#8203;paescuj](https://redirect.github.com/paescuj) in [#&#8203;562](https://redirect.github.com/open-cli-tools/concurrently/pull/562) - Full coverage by [@&#8203;paescuj](https://redirect.github.com/paescuj) in [#&#8203;563](https://redirect.github.com/open-cli-tools/concurrently/pull/563) - Update GH actions/workflows, enable NPM provenance by [@&#8203;paescuj](https://redirect.github.com/paescuj) in [#&#8203;564](https://redirect.github.com/open-cli-tools/concurrently/pull/564) **Full Changelog**: <open-cli-tools/concurrently@v9.2.0...v9.2.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/runtime-env/import-meta-env). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 94e4c93 commit ca7f721

22 files changed

Lines changed: 352 additions & 436 deletions

File tree

packages/examples/babel-starter-example/package-lock.json

Lines changed: 31 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/examples/babel-starter-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@babel/cli": "7.28.3",
1010
"@babel/core": "7.28.3",
1111
"@babel/preset-env": "7.28.3",
12-
"concurrently": "9.2.0",
12+
"concurrently": "9.2.1",
1313
"cross-env": "7.0.3",
1414
"rimraf": "6.0.1"
1515
}

packages/examples/docker-compose-starter-example/package-lock.json

Lines changed: 31 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/examples/docker-compose-starter-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"chai": "5.2.1",
14-
"concurrently": "9.2.0",
14+
"concurrently": "9.2.1",
1515
"cross-env": "7.0.3",
1616
"html-webpack-plugin": "5.6.4",
1717
"picocolors": "1.1.1",

0 commit comments

Comments
 (0)