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

Commits on Feb 17, 2023

  1. chore(deps): update all non-major dependencies (#150)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 17, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    df6e325 View commit details

Commits on Feb 21, 2023

  1. Copy the full SHA
    101b9f2 View commit details

Commits on Feb 25, 2023

  1. Copy the full SHA
    8a05dc2 View commit details

Commits on Mar 10, 2023

  1. chore(deps): update all non-major dependencies (#154)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 10, 2023
    Copy the full SHA
    8368caa View commit details
  2. Copy the full SHA
    a48974d View commit details
Showing with 481 additions and 342 deletions.
  1. +10 −10 package.json
  2. +306 −308 pnpm-lock.yaml
  3. +86 −23 src/analyze.ts
  4. +79 −1 test/exports.test.ts
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -27,22 +27,22 @@
"dependencies": {
"acorn": "^8.8.2",
"pathe": "^1.1.0",
"pkg-types": "^1.0.1",
"ufo": "^1.1.0"
"pkg-types": "^1.0.2",
"ufo": "^1.1.1"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@vitest/coverage-c8": "^0.28.5",
"@types/node": "^18.15.0",
"@vitest/coverage-c8": "^0.29.2",
"c8": "^7.13.0",
"changelogen": "^0.4.1",
"eslint": "^8.34.0",
"changelogen": "^0.5.1",
"eslint": "^8.35.0",
"eslint-config-unjs": "^0.1.0",
"import-meta-resolve": "^2.2.1",
"jiti": "^1.17.0",
"jiti": "^1.17.2",
"prettier": "^2.8.4",
"typescript": "^4.9.5",
"unbuild": "^1.1.1",
"vitest": "^0.28.5"
"unbuild": "^1.1.2",
"vitest": "^0.29.2"
},
"packageManager": "pnpm@7.27.0"
"packageManager": "pnpm@7.29.1"
}
Loading