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: antfu-collective/local-pkg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: antfu-collective/local-pkg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.1
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Feb 27, 2025

  1. chore: upgrade quansync

    sxzz committed Feb 27, 2025
    Copy the full SHA
    9ab648c View commit details

Commits on Mar 3, 2025

  1. chore: upgrade deps

    sxzz committed Mar 3, 2025
    Copy the full SHA
    2aefbb2 View commit details
  2. chore: release v1.1.1

    sxzz committed Mar 3, 2025
    Copy the full SHA
    c6d5c45 View commit details
Showing with 466 additions and 625 deletions.
  1. +1 −1 eslint.config.js
  2. +11 −11 package.json
  3. +451 −610 pnpm-lock.yaml
  4. +3 −3 src/index.ts
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -4,4 +4,4 @@ export default antfu(
{
vue: false,
},
).removeRules(['prefer-arrow-callback'])
)
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "local-pkg",
"type": "module",
"version": "1.1.0",
"packageManager": "pnpm@10.4.1",
"version": "1.1.1",
"packageManager": "pnpm@10.5.2",
"description": "Get information on local packages.",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
@@ -45,24 +45,24 @@
},
"dependencies": {
"mlly": "^1.7.4",
"pkg-types": "^1.3.1",
"quansync": "^0.2.1"
"pkg-types": "^2.0.1",
"quansync": "^0.2.8"
},
"devDependencies": {
"@antfu/eslint-config": "^4.3.0",
"@antfu/eslint-config": "^4.4.0",
"@antfu/ni": "^23.3.1",
"@antfu/utils": "^9.1.0",
"@types/chai": "^5.0.1",
"@types/node": "^22.13.5",
"@types/node": "^22.13.8",
"bumpp": "^10.0.3",
"chai": "^5.2.0",
"eslint": "^9.21.0",
"esno": "^4.8.0",
"find-up-simple": "^1.0.0",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
"unplugin-quansync": "^0.3.0",
"vitest": "^3.0.6"
"find-up-simple": "^1.0.1",
"typescript": "^5.8.2",
"unbuild": "^3.5.0",
"unplugin-quansync": "^0.3.3",
"vitest": "^3.0.7"
},
"pnpm": {
"onlyBuiltDependencies": [
Loading