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: unjs/mlly
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.4
Choose a base ref
...
head repository: unjs/mlly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.5
Choose a head ref
  • 4 commits
  • 5 files changed
  • 4 contributors

Commits on Jul 12, 2022

  1. chore(deps): update deps

    antfu committed Jul 12, 2022
    Copy the full SHA
    b5d0a3f View commit details

Commits on Jul 20, 2022

  1. Copy the full SHA
    51c81b8 View commit details
  2. chore(deps): update pnpm to v7.5.2 (#57)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 20, 2022
    Copy the full SHA
    581fbd5 View commit details
  3. chore(release): 0.5.5

    pi0 committed Jul 20, 2022
    Copy the full SHA
    f6c9d90 View commit details
Showing with 107 additions and 96 deletions.
  1. +7 −0 CHANGELOG.md
  2. +3 −3 package.json
  3. +95 −92 pnpm-lock.yaml
  4. +1 −1 src/analyze.ts
  5. +1 −0 test/exports.test.ts
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.5.5](https://github.com/unjs/mlly/compare/v0.5.4...v0.5.5) (2022-07-20)


### Bug Fixes

* **findExports:** export with trailing comma ([#59](https://github.com/unjs/mlly/issues/59)) ([51c81b8](https://github.com/unjs/mlly/commit/51c81b82b8ffc0aef9a1cf3ffbe4c2ef4f429c69))

### [0.5.4](https://github.com/unjs/mlly/compare/v0.5.3...v0.5.4) (2022-06-29)


6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mlly",
"version": "0.5.4",
"version": "0.5.5",
"description": "Missing ECMAScript module utils for Node.js",
"repository": "unjs/mlly",
"license": "MIT",
@@ -24,7 +24,7 @@
"test": "pnpm lint && vitest run"
},
"dependencies": {
"pathe": "^0.3.1",
"pathe": "^0.3.2",
"pkg-types": "^0.3.3"
},
"devDependencies": {
@@ -37,5 +37,5 @@
"unbuild": "latest",
"vitest": "latest"
},
"packageManager": "pnpm@6.32.24"
"packageManager": "pnpm@7.5.2"
}
Loading