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: sxzz/tsdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.7
Choose a base ref
...
head repository: sxzz/tsdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.8
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 11, 2025

  1. chore: upgrade deps

    sxzz committed Mar 11, 2025
    Copy the full SHA
    f083593 View commit details
  2. chore: release v0.6.8

    sxzz committed Mar 11, 2025
    Copy the full SHA
    1ab56ce View commit details
Showing with 423 additions and 326 deletions.
  1. +1 −1 jsr.json
  2. +6 −6 package.json
  3. +416 −319 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sxzz/tsdown",
"version": "0.6.7",
"version": "0.6.8",
"exports": "./src/index.ts",
"publish": {
"include": [
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsdown",
"version": "0.6.7",
"version": "0.6.8",
"packageManager": "pnpm@10.6.2",
"description": "An even faster bundler powered by Rolldown.",
"type": "module",
@@ -74,30 +74,30 @@
"diff": "^7.0.0",
"oxc-resolver": "^5.0.0",
"pkg-types": "^2.1.0",
"rolldown": "1.0.0-beta.3-commit.e170e6e",
"rolldown": "1.0.0-beta.4",
"rollup": "^4.35.0",
"rollup-plugin-dts": "^6.1.1",
"tinyglobby": "^0.2.12",
"unconfig": "^7.3.1",
"unplugin-isolated-decl": "^0.13.2"
},
"devDependencies": {
"@sxzz/eslint-config": "^6.0.1",
"@sxzz/eslint-config": "^6.0.2",
"@sxzz/prettier-config": "^2.2.1",
"@sxzz/test-utils": "^0.5.1",
"@sxzz/test-utils": "^0.5.2",
"@types/debug": "^4.1.12",
"@types/diff": "^7.0.1",
"@types/node": "^22.13.10",
"bumpp": "^10.0.3",
"eslint": "^9.22.0",
"oxc-transform": "^0.56.5",
"oxc-transform": "^0.57.0",
"prettier": "^3.5.3",
"publint": "^0.3.9",
"tinyexec": "^0.3.2",
"tsup": "^8.4.0",
"tsx": "^4.19.3",
"typescript": "~5.8.2",
"unplugin-ast": "^0.14.2",
"unplugin-ast": "^0.14.3",
"unplugin-unused": "^0.4.3",
"vite": "^6.2.1",
"vitest": "^3.0.8"
735 changes: 416 additions & 319 deletions pnpm-lock.yaml

Large diffs are not rendered by default.