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: sanity-io/pkg-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0
Choose a base ref
...
head repository: sanity-io/pkg-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.1
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 4, 2023

  1. docs: update README

    mariuslundgard committed Jun 4, 2023
    Copy the full SHA
    58ab918 View commit details
  2. Copy the full SHA
    9184818 View commit details
  3. Copy the full SHA
    10be271 View commit details
  4. Copy the full SHA
    cb969a0 View commit details
Showing with 325 additions and 415 deletions.
  1. +6 −0 CHANGELOG.md
  2. +1 −1 README.md
  3. +14 −14 package.json
  4. +304 −400 pnpm-lock.yaml
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,12 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/sanity-io/pkg-utils/compare/v2.3.0...v2.3.1) (2023-06-04)

### Bug Fixes

- update dependencies ([10be271](https://github.com/sanity-io/pkg-utils/commit/10be271981019dcb071145556e3930ec5280a876))

## [2.3.0](https://github.com/sanity-io/pkg-utils/compare/v2.2.17...v2.3.0) (2023-06-04)

### Features
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ npm install @sanity/pkg-utils -D

```sh
# Initialize a new package
npx @sanity/pkg-utils@latest init
pnpx @sanity/pkg-utils@latest init my-package

# In a Node.js package directory with `package.json` present

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/pkg-utils",
"version": "2.3.0",
"version": "2.3.1",
"description": "Simple utilities for modern npm packages.",
"keywords": [
"sanity-io",
@@ -121,15 +121,15 @@
},
"dependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.2",
"@babel/types": "^7.22.3",
"@microsoft/api-extractor": "^7.35.0",
"@babel/preset-env": "^7.22.4",
"@babel/types": "^7.22.4",
"@microsoft/api-extractor": "^7.35.1",
"@microsoft/tsdoc-config": "^0.16.2",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"browserslist": "^4.21.7",
@@ -161,8 +161,8 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@sanity/pkg-utils": "workspace:*",
"@sanity/semantic-release-preset": "4.1.1",
"@types/babel__core": "^7.20.1",
@@ -171,16 +171,16 @@
"@types/git-url-parse": "^9.0.1",
"@types/node": "^20.2.5",
"@types/parse-git-config": "^3.0.1",
"@types/prettier": "^2.7.2",
"@types/prettier": "^2.7.3",
"@types/prompts": "^2.4.4",
"@types/treeify": "^1.0.0",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"commitizen": "^4.3.0",
"cpx": "^1.5.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
@@ -190,10 +190,10 @@
"npm-run-all": "^4.1.5",
"outdent": "^0.8.0",
"rollup-plugin-visualizer": "^5.9.0",
"semantic-release": "^21.0.2",
"semantic-release": "^21.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vitest": "^0.31.1"
"typescript": "^5.1.3",
"vitest": "^0.31.4"
},
"peerDependencies": {
"typescript": "^4.7 || ^5"
704 changes: 304 additions & 400 deletions pnpm-lock.yaml

Large diffs are not rendered by default.