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: listr2/listr2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.3.1
Choose a base ref
...
head repository: listr2/listr2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.4.0
Choose a head ref
  • 19 commits
  • 4 files changed
  • 5 contributors

Commits on Apr 25, 2023

  1. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    3248aa1 View commit details

Commits on Apr 26, 2023

  1. Merge branch 'renovate/all-build' into 'master'

    build(deps): update dependency @swc/core to ^1.3.55 [skip ci]
    
    See merge request libraries/listr2!23
    cenk1cenk2 committed Apr 26, 2023
    Copy the full SHA
    dfa7d5d View commit details

Commits on Apr 28, 2023

  1. feat(package): export the package.json

    Allows tooling to perform ad-hoc dependency analysis using
    require.resolve.
    blakef committed Apr 28, 2023
    Copy the full SHA
    3ec1d41 View commit details
  2. Merge pull request #674 from blakef/master

    feat(package): export the package.json
    cenk1cenk2 authored Apr 28, 2023
    Copy the full SHA
    9bc78a1 View commit details
  3. Copy the full SHA
    914a10c View commit details
  4. Copy the full SHA
    e84957f View commit details
  5. chore: update hooks

    cenk1cenk2 committed Apr 28, 2023
    Copy the full SHA
    92cf0a8 View commit details
  6. chore: update hooks

    cenk1cenk2 committed Apr 28, 2023
    Copy the full SHA
    097c0b2 View commit details
  7. chore: update hooks

    cenk1cenk2 committed Apr 28, 2023
    Copy the full SHA
    bc5652b View commit details
  8. Copy the full SHA
    031b536 View commit details
  9. ci: update configuration

    cenk1cenk2 committed Apr 28, 2023
    Copy the full SHA
    45daa5c View commit details
  10. Copy the full SHA
    0148635 View commit details
  11. chore: update hooks

    cenk1cenk2 committed Apr 28, 2023
    Copy the full SHA
    296d9d5 View commit details
  12. chore(release): 6.4.0 [skip ci]

    # [6.4.0](v6.3.1...v6.4.0) (2023-04-28)
    
    ### Features
    
    * **package:** export the package.json ([3ec1d41](3ec1d41))
    
    ### Reverts
    
    * revert back the skiping hooks for now ([031b536](031b536))
    semantic-release [bot] committed Apr 28, 2023
    Copy the full SHA
    04a7e72 View commit details

Commits on Apr 29, 2023

  1. build(deps): update dependency @swc/core to ^1.3.56

    Renovate Bot committed Apr 29, 2023
    Copy the full SHA
    690a11f View commit details
  2. Merge branch 'renovate/all-build' into 'master'

    build(deps): update dependency @swc/core to ^1.3.56
    
    See merge request libraries/listr2!33
    cenk1cenk2 committed Apr 29, 2023
    Copy the full SHA
    72b9069 View commit details
  3. Copy the full SHA
    04c20cc View commit details
  4. Merge pull request #675 from Andarist/patch-1

    fix: move `types` condition to the front
    cenk1cenk2 authored Apr 29, 2023
    Copy the full SHA
    9b437e3 View commit details
  5. chore(release): 6.4.0 [skip ci]

    # [6.4.0](v6.3.1...v6.4.0) (2023-04-29)
    
    ### Bug Fixes
    
    * move `types` condition to the front ([04c20cc](04c20cc))
    
    ### Features
    
    * **package:** export the package.json ([3ec1d41](3ec1d41))
    
    ### Reverts
    
    * revert back the skiping hooks for now ([031b536](031b536))
    semantic-release [bot] committed Apr 29, 2023
    Copy the full SHA
    58b6e64 View commit details
Showing with 93 additions and 62 deletions.
  1. +1 −0 .gitlab-ci.yml
  2. +29 −0 CHANGELOG.md
  3. +8 −7 package.json
  4. +55 −55 pnpm-lock.yaml
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -32,6 +32,7 @@ include:
test:
parallel:
matrix:
- NODE_VERSION: 20-alpine
- NODE_VERSION: 18-alpine
- NODE_VERSION: 16-alpine

29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# [6.4.0](https://github.com/listr2/listr2/compare/v6.3.1...v6.4.0) (2023-04-29)


### Bug Fixes

* move `types` condition to the front ([04c20cc](https://github.com/listr2/listr2/commit/04c20cc5cacf6217329caced9583c8e4eba7da4d))


### Features

* **package:** export the package.json ([3ec1d41](https://github.com/listr2/listr2/commit/3ec1d410c53b1b2b1c6c18712efd7ca99176ca79))


### Reverts

* revert back the skiping hooks for now ([031b536](https://github.com/listr2/listr2/commit/031b53663ead5ec781360ca25bc48951b23dc0ff))

# [6.4.0](https://github.com/listr2/listr2/compare/v6.3.1...v6.4.0) (2023-04-28)


### Features

* **package:** export the package.json ([3ec1d41](https://github.com/listr2/listr2/commit/3ec1d410c53b1b2b1c6c18712efd7ca99176ca79))


### Reverts

* revert back the skiping hooks for now ([031b536](https://github.com/listr2/listr2/commit/031b53663ead5ec781360ca25bc48951b23dc0ff))

## [6.3.1](https://github.com/listr2/listr2/compare/v6.3.0...v6.3.1) (2023-04-17)


15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -10,10 +10,11 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
"import": "./dist/index.js"
},
"./package.json": "./package.json"
},
"author": {
"name": "Cenk Kilic",
@@ -39,9 +40,9 @@
"docs:dev:start:clean": "vuepress dev docs --clean-cache"
},
"simple-git-hooks": {
"pre-commit": "[ -z $SKIP_GIT_HOOKS ] && pnpm exec lint-staged",
"prepare-commit-msg": "[ -z $SKIP_GIT_HOOKS ] && [ -t 1 ] && exec < /dev/tty && git cz --hook || true",
"pre-push": "[ -z $SKIP_GIT_HOOKS ] && pnpm run test"
"pre-commit": "[ -n \"$SKIP_GIT_HOOKS\" ] && true || pnpm exec lint-staged",
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true",
"pre-push": "[ -n \"$SKIP_GIT_HOOKS\" ] && true || pnpm run test"
},
"lint-staged": {
"*.{ts,js,tsx,jsx,spec.ts}": [
@@ -82,7 +83,7 @@
"@cenk1cenk2/cz-cc": "^1.6.0",
"@cenk1cenk2/eslint-config": "^2.6.5",
"@jest/globals": "^29.5.0",
"@swc/core": "^1.3.49",
"@swc/core": "^1.3.56",
"@tsconfig/node16": "^1.0.3",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
110 changes: 55 additions & 55 deletions pnpm-lock.yaml