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.6
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.7
Choose a head ref
  • 5 commits
  • 15 files changed
  • 4 contributors

Commits on Jul 24, 2023

  1. chore(deps): update linters to v6 (major) (#151)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Cody Olsen <stipsan@gmail.com>
    Co-authored-by: Cody Olsen <81981+stipsan@users.noreply.github.com>
    3 people authored Jul 24, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ddbe8f9 View commit details

Commits on Jul 25, 2023

  1. chore: bump regular deps

    stipsan committed Jul 25, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a3789f9 View commit details
  2. chore(deps): update non-major (#152)

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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    413942a View commit details
  3. fix(deps): update non-major (#153)

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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c95c1ab View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    72cd82f View commit details
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.7](https://github.com/sanity-io/pkg-utils/compare/v2.3.6...v2.3.7) (2023-07-25)

### Bug Fixes

- **deps:** update non-major ([#153](https://github.com/sanity-io/pkg-utils/issues/153)) ([c95c1ab](https://github.com/sanity-io/pkg-utils/commit/c95c1ab781b1125b3723151efbf20917ef3057d9))

## [2.3.6](https://github.com/sanity-io/pkg-utils/compare/v2.3.5...v2.3.6) (2023-07-24)

### Bug Fixes
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/pkg-utils",
"version": "2.3.6",
"version": "2.3.7",
"description": "Simple utilities for modern npm packages.",
"keywords": [
"sanity-io",
@@ -120,26 +120,26 @@
"extends": "@sanity/semantic-release-preset"
},
"dependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@babel/types": "^7.22.4",
"@microsoft/api-extractor": "^7.35.2",
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/types": "^7.22.5",
"@microsoft/api-extractor": "^7.36.3",
"@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-commonjs": "^25.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"browserslist": "^4.21.7",
"browserslist": "^4.21.9",
"cac": "^6.7.14",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"esbuild": "^0.18.0",
"esbuild": "^0.18.16",
"esbuild-register": "^3.4.2",
"find-config": "^1.0.0",
"get-latest-version": "^5.0.1",
"get-latest-version": "^5.1.0",
"git-url-parse": "^13.1.0",
"globby": "^11.1.0",
"jsonc-parser": "^3.2.0",
@@ -148,51 +148,51 @@
"parse-git-config": "^3.0.0",
"pkg-up": "^3.1.0",
"prettier": "^3.0.0",
"prettier-plugin-packagejson": "^2.4.3",
"prettier-plugin-packagejson": "^2.4.5",
"pretty-bytes": "^5.6.0",
"prompts": "^2.4.2",
"recast": "^0.23.2",
"rimraf": "^4.4.0",
"rollup": "^3.24.0",
"recast": "^0.23.3",
"rimraf": "^4.4.1",
"rollup": "^3.26.3",
"rollup-plugin-esbuild": "^5.0.0",
"rxjs": "^7.8.1",
"treeify": "^1.1.0",
"uuid": "^9.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@sanity/pkg-utils": "workspace:*",
"@sanity/semantic-release-preset": "4.1.2",
"@types/babel__core": "^7.20.1",
"@types/cpx": "^1.5.2",
"@types/find-config": "^1.0.1",
"@types/git-url-parse": "^9.0.1",
"@types/node": "^20.2.5",
"@types/node": "^20.4.4",
"@types/parse-git-config": "^3.0.1",
"@types/prompts": "^2.4.4",
"@types/rimraf": "^3.0.2",
"@types/treeify": "^1.0.0",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"commitizen": "^4.3.0",
"cpx": "^1.5.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.42.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"npm-run-all": "^4.1.5",
"outdent": "^0.8.0",
"rollup-plugin-visualizer": "^5.9.0",
"semantic-release": "^21.0.3",
"rollup-plugin-visualizer": "^5.9.2",
"semantic-release": "^21.0.7",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
"peerDependencies": {
2 changes: 1 addition & 1 deletion playground/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
"clean": "rimraf dist"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/core": "^7.22.9",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7"
}
}
2 changes: 1 addition & 1 deletion playground/runtime-astro/package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"start": "astro dev"
},
"dependencies": {
"astro": "^2.1.3",
"astro": "^2.9.2",
"dummy-commonjs": "workspace:*",
"dummy-module": "workspace:*"
}
4 changes: 2 additions & 2 deletions playground/runtime-next-js/package.json
Original file line number Diff line number Diff line change
@@ -10,11 +10,11 @@
},
"dependencies": {
"dummy-module": "workspace:*",
"next": "^13.2.4",
"next": "^13.4.12",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.28"
"@types/react": "^18.2.16"
}
}
4 changes: 2 additions & 2 deletions playground/runtime-vite/package.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
"dummy-module": "workspace:*"
},
"devDependencies": {
"typescript": "^5.0.2",
"vite": "^4.2.1"
"typescript": "^5.1.6",
"vite": "^4.4.7"
}
}
2 changes: 1 addition & 1 deletion playground/ts-bundler/src/not-imported.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
/* eslint-disable @typescript-eslint/no-unused-vars */
//@ts-expect-error unused
import {IncludedModuleDummy} from './module2'

2 changes: 1 addition & 1 deletion playground/ts-node16/src/not-imported.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
/* eslint-disable @typescript-eslint/no-unused-vars */
//@ts-expect-error unused
import {IncludedModuleDummy} from './module2.js'

2 changes: 1 addition & 1 deletion playground/ts/src/not-imported.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
/* eslint-disable @typescript-eslint/no-unused-vars */
// @ts-expect-error unused
import {IncludedModuleDummy} from './module2'

Loading