Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-cli-tools/concurrently
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.6.0
Choose a base ref
...
head repository: open-cli-tools/concurrently
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.0
Choose a head ref
  • 16 commits
  • 27 files changed
  • 5 contributors

Commits on Nov 24, 2022

  1. Fixed broken link in the readme (#390)

    * Fixed broken link in the readme
    
    Link to "task automation with npm" pointed to 404, now pointing to an archive of James` post with the same content.
    
    * Changed link to archive.org mirror
    abstractpoint authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    2c98a91 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Drop support for Node.js v12 & add support for Node.js v18 (#342)

    * Drop support for Node.js v12 & add support for Node.js v18
    
    * Minor dependencies updates & update lint-staged to v13
    
    * Replace depreacted 'rmdirSync' & use top-level-await in sleep fixture
    
    * Downgrade @types/node to lowest supported Node.js version (14)
    
    * Update package-lock.json
    
    * Clean-up tsconfig
    
    - allowJs / noImplicitAny are default values
    - Align with https://github.com/tsconfig/bases/blob/main/bases/node14.json
    
    * Simplify "engines" definition
    
    * Test against Node.js v19 (current)
    
    * Update lint-staged
    paescuj authored Nov 26, 2022
    Configuration menu
    Copy the full SHA
    8e7af9d View commit details
    Browse the repository at this point in the history
  2. Update dependencies (#391)

    paescuj authored Nov 26, 2022
    Configuration menu
    Copy the full SHA
    d41e78d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Revert "Simplify "engines" definition" (#392)

    This reverts commit 6bb5443.
    paescuj authored Nov 27, 2022
    Configuration menu
    Copy the full SHA
    ed3c18f View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Add release workflow (#387)

    paescuj authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    a6fc612 View commit details
    Browse the repository at this point in the history
  2. Update CI badge

    paescuj authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    633b1cb View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Switch to pnpm (#354)

    paescuj authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    ebc52c4 View commit details
    Browse the repository at this point in the history
  2. Clean-up after switch to pnpm

    paescuj committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    dbad224 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Switch from 'simple-git-hooks' to 'husky'

    To be able to get rid of the workaround introduced in dbad224
    paescuj committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    08a7d46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecc9d3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08c971d View commit details
    Browse the repository at this point in the history
  4. Update dependencies (#400)

    paescuj authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    d4c3b21 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    388a9df View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    91c2448 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    a469388 View commit details
    Browse the repository at this point in the history
  2. 8.0.0

    gustavohenke committed Mar 28, 2023
    2 Configuration menu
    Copy the full SHA
    5115c43 View commit details
    Browse the repository at this point in the history
Loading