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

Commits on Dec 30, 2022

  1. chore(deps): update dependencies (non-major) (#32)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 30, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d2ce714 View commit details
  2. chore(deps): update pnpm to v7.21.0 (#33)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 30, 2022

    Verified

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

Commits on Jan 2, 2023

  1. Verified

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

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    016440f View commit details
Showing with 374 additions and 103 deletions.
  1. +6 −0 CHANGELOG.md
  2. +1 −1 LICENSE
  3. +4 −4 package.json
  4. +1 −1 playground/runtime-astro/package.json
  5. +1 −1 playground/runtime-next-js/package.json
  6. +361 −96 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.0.4](https://github.com/sanity-io/pkg-utils/compare/v2.0.3...v2.0.4) (2023-01-02)

### Bug Fixes

- **deps:** update dependencies (non-major) ([a9bd709](https://github.com/sanity-io/pkg-utils/commit/a9bd709150f07d801509feac05c86cd98e790ad9))

## [2.0.3](https://github.com/sanity-io/pkg-utils/compare/v2.0.2...v2.0.3) (2022-12-23)

### Bug Fixes
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 Sanity.io
Copyright (c) 2023 Sanity.io

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@sanity/pkg-utils",
"version": "2.0.3",
"version": "2.0.4",
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
"description": "Simple utilities for modern npm packages.",
@@ -71,7 +71,7 @@
"cac": "^6.7.14",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"esbuild": "^0.16.10",
"esbuild": "^0.16.12",
"esbuild-register": "^3.4.2",
"find-config": "^1.0.0",
"globby": "^11.1.0",
@@ -82,7 +82,7 @@
"pretty-bytes": "^5.6.0",
"recast": "^0.22.0",
"rimraf": "^3.0.2",
"rollup": "^3.8.1",
"rollup": "^3.9.0",
"rollup-plugin-esbuild": "^5.0.0",
"rxjs": "^7.8.0",
"treeify": "^1.1.0",
@@ -149,7 +149,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@7.19.0",
"packageManager": "pnpm@7.21.0",
"pnpm": {
"overrides": {
"@sanity/pkg-utils": "workspace:*"
2 changes: 1 addition & 1 deletion playground/runtime-astro/package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.7.2",
"astro": "^1.8.0",
"dummy-commonjs": "workspace:*",
"dummy-module": "workspace:*"
}
2 changes: 1 addition & 1 deletion playground/runtime-next-js/package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"dummy-module": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "^13.1.0"
"next": "^13.1.1"
},
"devDependencies": {
"@types/react": "^18.0.26"
457 changes: 361 additions & 96 deletions pnpm-lock.yaml

Large diffs are not rendered by default.