Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency concurrently to v8 #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
concurrently 6.5.1 -> 8.2.2 age adoption passing confidence

Release Notes

open-cli-tools/concurrently (concurrently)

v8.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.2.1...v8.2.2

v8.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.2.0...v8.2.1

v8.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.1.0...v8.2.0

v8.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.0.1...v8.1.0

v8.0.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v8.0.0...v8.0.1

v8.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v7.6.0...v8.0.0

v7.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v7.5.0...v7.6.0

v7.5.0

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v7.4.0...v7.5.0

v7.4.0

Compare Source

New Contributors

v7.3.0

Compare Source

What's Changed

  • Export package.json path - #​339

v7.2.2

Compare Source

What's Changed

  • Update rxjs to version 7.0.0 - #​326
  • Fix TypeScript not able to resolve types when on Node 16 - #​330

New Contributors

v7.2.1

Compare Source

What's Changed

  • Fix --success command- syntax when command name has dashes - #​324, #​325

v7.2.0

Compare Source

New Contributors

v7.1.0

Compare Source

  • Excluding pattern support added, e.g. concurrently npm:lint:*(!fix) (#​305, #​306)
  • Fixed programmatic API docs to resemble v7.0.0 changes (#​303)

New Contributors

v7.0.0

Compare Source

🎉 🥂 Happy 2022!

Breaking changes

  • Dropped support for Node 10. Minimum version is now 12.20.
  • concurrently() API now has a different return value. Please refer to the docs.

Functional changes

  • Added --group flag/option to run process in parallel but print output in sequence - #​75, #​79, #​272
  • Codebase converted to TypeScript. Some bugs may arise due to this, but I hope not!

API Changes

  • concurrently can now be imported as an ES Module! Just do import concurrently from 'concurrently'.
  • concurrently() now returns the commands alongside a promise for the result - #​209

New Contributors


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link
Contributor

github-actions bot commented May 29, 2023

📊 Package size report   No changes

File Before (Size / Gzip / Brotli) After (Size / Gzip / Brotli)
Total (Includes all files) 303.3 kB / 91.5 kB / 73.0 kB 303.3 kB / -0%↓91.5 kB / 73.0 kB
Tarball size 89.9 kB -0.01%↓89.9 kB
Unchanged files
File Size (Size / Gzip / Brotli)
.babelrc 145 B / 115 B / 106 B
.editorconfig 190 B / 142 B / 129 B
.eslintignore 14 B / 34 B / 18 B
.eslintrc 978 B / 370 B / 319 B
.github/.misspell-fixer.ignore 18 B / 38 B / 22 B
.github/workflows/bundle-size.yml 761 B / 412 B / 323 B
.github/workflows/eslint.yml 586 B / 330 B / 263 B
.github/workflows/github-page.yml 975 B / 516 B / 436 B
.github/workflows/misspell.yml 682 B / 389 B / 320 B
.github/workflows/release-please.yml 1.4 kB / 559 B / 462 B
.github/workflows/test.yaml 783 B / 411 B / 334 B
.husky/pre-commit 58 B / 76 B / 62 B
CHANGELOG.md 2.3 kB / 848 B / 694 B
CODE_OF_CONDUCT.md 3.2 kB / 1.5 kB / 1.1 kB
demo/index.html 840 B / 432 B / 244 B
demo/index.js 1.4 kB / 632 B / 536 B
demo/webpack.config.js 816 B / 439 B / 373 B
dist/motorcortex-flubber.cjs.js 116.9 kB / 32.3 kB / 25.4 kB
dist/motorcortex-flubber.esm.js 116.8 kB / 32.3 kB / 25.4 kB
dist/motorcortex-flubber.umd.js 44.9 kB / 15.4 kB / 12.9 kB
LICENCE 1.1 kB / 650 B / 472 B
package.json 2.7 kB / 989 B / 852 B
README.md 4.0 kB / 1.8 kB / 1.4 kB
renovate.json 174 B / 138 B / 117 B
rollup.config.js 941 B / 369 B / 321 B
src/Flubber.js 419 B / 250 B / 209 B
src/index.js 421 B / 227 B / 190 B

🤖 This report was automatically generated by pkg-size-action

@renovate renovate bot force-pushed the renovate/concurrently-8.x branch from 8095aeb to b15487c Compare June 1, 2023 09:14
@renovate renovate bot force-pushed the renovate/concurrently-8.x branch from b15487c to 8d881cf Compare June 9, 2023 09:32
@sonarcloud
Copy link

sonarcloud bot commented Jun 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/concurrently-8.x branch from 8d881cf to 4b18a66 Compare August 22, 2023 09:16
@renovate renovate bot force-pushed the renovate/concurrently-8.x branch 3 times, most recently from 4a8c0db to 803544c Compare September 7, 2023 18:43
@sonarcloud
Copy link

sonarcloud bot commented Sep 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/concurrently-8.x branch from 803544c to 74a6698 Compare October 19, 2023 04:51
@sonarcloud
Copy link

sonarcloud bot commented Oct 19, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants