Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: mheob/changeset-changelog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 51a73c0ac3c63430f85c6eb184000dbcbde4f9f0
Choose a base ref
..
head repository: mheob/changeset-changelog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a893bf5475e2d20404ea9c40cf05f2273f645116
Choose a head ref
Showing with 223 additions and 181 deletions.
  1. +5 −5 package.json
  2. +218 −176 pnpm-lock.yaml
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -49,18 +49,18 @@
"dependencies": {
"@changesets/get-github-info": "^0.6.0",
"@changesets/types": "^6.0.0",
"dotenv": "^16.3.1"
"dotenv": "^16.4.1"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@changesets/parse": "^0.4.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/cli": "^18.6.0",
"@mheob/commitlint-config": "^1.1.1",
"@mheob/eslint-config": "^5.2.0",
"@mheob/prettier-config": "^3.2.0",
"@mheob/tsconfig": "^2.0.0",
"@types/node": "^20.10.5",
"@vitest/coverage-istanbul": "^1.1.0",
"@types/node": "^20.11.7",
"@vitest/coverage-istanbul": "^1.2.1",
"commitizen": "^4.3.0",
"cz-git": "^1.8.0",
"eslint": "^8.56.0",
@@ -70,7 +70,7 @@
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^1.1.0"
"vitest": "^1.2.1"
},
"tsup": {
"clean": true,
Loading