algolia / algoliasearch-netlify

Official Algolia Plugin for Netlify. Index your website to Algolia when deploying your project to Netlify with the Algolia Crawler
https://www.algolia.com/doc/tools/crawler/netlify-plugin/quick-start/
261 stars 10 forks source link

chore(deps): update dependency concurrently to v7.6.0 #827

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
concurrently 7.1.0 -> 7.6.0 age adoption passing confidence

Release Notes

open-cli-tools/concurrently (concurrently) ### [`v7.6.0`](https://redirect.github.com/open-cli-tools/concurrently/releases/tag/v7.6.0) [Compare Source](https://redirect.github.com/open-cli-tools/concurrently/compare/v7.5.0...v7.6.0) #### What's Changed - Support percent values in maxProcesses by [@​lynxtaa](https://redirect.github.com/lynxtaa) in [https://github.com/open-cli-tools/concurrently/pull/375](https://redirect.github.com/open-cli-tools/concurrently/pull/375) - Enable TypeScript strict mode by [@​gustavohenke](https://redirect.github.com/gustavohenke) in [https://github.com/open-cli-tools/concurrently/pull/374](https://redirect.github.com/open-cli-tools/concurrently/pull/374) - update install command to use `--save-dev` by [@​DetachHead](https://redirect.github.com/DetachHead) in [https://github.com/open-cli-tools/concurrently/pull/376](https://redirect.github.com/open-cli-tools/concurrently/pull/376) - Correct wildcard naming as described in README by [@​paescuj](https://redirect.github.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/385](https://redirect.github.com/open-cli-tools/concurrently/pull/385) #### New Contributors - [@​lynxtaa](https://redirect.github.com/lynxtaa) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/375](https://redirect.github.com/open-cli-tools/concurrently/pull/375) - [@​DetachHead](https://redirect.github.com/DetachHead) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/376](https://redirect.github.com/open-cli-tools/concurrently/pull/376) **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v7.5.0...v7.6.0 ### [`v7.5.0`](https://redirect.github.com/open-cli-tools/concurrently/releases/tag/v7.5.0) [Compare Source](https://redirect.github.com/open-cli-tools/concurrently/compare/v7.4.0...v7.5.0) #### What's Changed - Add auto colors functionality by [@​eliasm307](https://redirect.github.com/eliasm307), [@​paescuj](https://redirect.github.com/paescuj), [@​gustavohenke](https://redirect.github.com/gustavohenke) in [https://github.com/open-cli-tools/concurrently/pull/296](https://redirect.github.com/open-cli-tools/concurrently/pull/296) - Fix `onFinish` signature when using exactOptionalPropertyTypes by [@​Baune8D](https://redirect.github.com/Baune8D) in [https://github.com/open-cli-tools/concurrently/pull/372](https://redirect.github.com/open-cli-tools/concurrently/pull/372) **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v7.4.0...v7.5.0 ### [`v7.4.0`](https://redirect.github.com/open-cli-tools/concurrently/releases/tag/v7.4.0) [Compare Source](https://redirect.github.com/open-cli-tools/concurrently/compare/v7.3.0...v7.4.0) - Add shorthand `conc` - [#​358](https://redirect.github.com/open-cli-tools/concurrently/issues/358) - Updated dependencies `rxjs` and `date-fns` - [#​353](https://redirect.github.com/open-cli-tools/concurrently/issues/353), [#​340](https://redirect.github.com/open-cli-tools/concurrently/issues/340) #### New Contributors - [@​kecrily](https://redirect.github.com/kecrily) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/358](https://redirect.github.com/open-cli-tools/concurrently/pull/358) ### [`v7.3.0`](https://redirect.github.com/open-cli-tools/concurrently/releases/tag/v7.3.0) [Compare Source](https://redirect.github.com/open-cli-tools/concurrently/compare/v7.2.2...v7.3.0) #### What's Changed - Export package.json path - [#​339](https://redirect.github.com/open-cli-tools/concurrently/issues/339) ### [`v7.2.2`](https://redirect.github.com/open-cli-tools/concurrently/releases/tag/v7.2.2) [Compare Source](https://redirect.github.com/open-cli-tools/concurrently/compare/v7.2.1...v7.2.2) #### What's Changed - Update rxjs to version 7.0.0 - [#​326](https://redirect.github.com/open-cli-tools/concurrently/issues/326) - Fix TypeScript not able to resolve types when on Node 16 - [#​330](https://redirect.github.com/open-cli-tools/concurrently/issues/330) #### New Contributors - [@​jsfix-updater](https://redirect.github.com/jsfix-updater) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/326](https://redirect.github.com/open-cli-tools/concurrently/pull/326) - [@​Baune8D](https://redirect.github.com/Baune8D) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/330](https://redirect.github.com/open-cli-tools/concurrently/pull/330) ### [`v7.2.1`](https://redirect.github.com/open-cli-tools/concurrently/releases/tag/v7.2.1) [Compare Source](https://redirect.github.com/open-cli-tools/concurrently/compare/v7.2.0...v7.2.1) #### What's Changed - Fix `--success` `command-` syntax when command name has dashes - [#​324](https://redirect.github.com/open-cli-tools/concurrently/issues/324), [#​325](https://redirect.github.com/open-cli-tools/concurrently/issues/325) ### [`v7.2.0`](https://redirect.github.com/open-cli-tools/concurrently/releases/tag/v7.2.0) [Compare Source](https://redirect.github.com/open-cli-tools/concurrently/compare/v7.1.0...v7.2.0) - Support passthrough of additional arguments to commands via placeholders - [#​33](https://redirect.github.com/open-cli-tools/concurrently/issues/33), [#​282](https://redirect.github.com/open-cli-tools/concurrently/issues/282), [#​307](https://redirect.github.com/open-cli-tools/concurrently/issues/307) - Add `command-{name|index}` and `!command-{name|index}` to `--success` - [#​280](https://redirect.github.com/open-cli-tools/concurrently/issues/280), [#​281](https://redirect.github.com/open-cli-tools/concurrently/issues/281), [#​318](https://redirect.github.com/open-cli-tools/concurrently/issues/318) #### New Contributors - [@​paescuj](https://redirect.github.com/paescuj) made their first contribution in [#​317](https://redirect.github.com/open-cli-tools/concurrently/issues/317) and [#​307](https://redirect.github.com/open-cli-tools/concurrently/issues/307)

Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, 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.



This PR was generated by Mend Renovate. View the repository job log.