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.4.10
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: v3.0.0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 9, 2023

  1. chore(deps): update dependency @types/node to ^20.8.3 (#248)

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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    57b1f16 View commit details
  2. fix(deps)!: update dependency rollup to v4 (#256)

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

    Verified

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

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d019f7c View commit details
Showing with 188 additions and 75 deletions.
  1. +10 −0 CHANGELOG.md
  2. +3 −3 package.json
  3. +175 −72 pnpm-lock.yaml
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,16 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.0](https://github.com/sanity-io/pkg-utils/compare/v2.4.10...v3.0.0) (2023-10-09)

### ⚠ BREAKING CHANGES

- **deps:** update dependency rollup to v4 (#256)

### Bug Fixes

- **deps:** update dependency rollup to v4 ([#256](https://github.com/sanity-io/pkg-utils/issues/256)) ([6ed5aa7](https://github.com/sanity-io/pkg-utils/commit/6ed5aa71fbf2d42fbc335de6d7dfe3242c23bc71))

## [2.4.10](https://github.com/sanity-io/pkg-utils/compare/v2.4.9...v2.4.10) (2023-10-09)

### Bug Fixes
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/pkg-utils",
"version": "2.4.10",
"version": "3.0.0",
"description": "Simple utilities for modern npm packages.",
"keywords": [
"sanity-io",
@@ -154,7 +154,7 @@
"pretty-bytes": "^5.6.0",
"prompts": "^2.4.2",
"rimraf": "^4.4.1",
"rollup": "^3.29.4",
"rollup": "^4.0.2",
"rollup-plugin-esbuild": "^6.1.0",
"rollup-plugin-preserve-directives": "^0.2.0",
"rxjs": "^7.8.1",
@@ -171,7 +171,7 @@
"@types/cpx": "^1.5.3",
"@types/find-config": "^1.0.2",
"@types/git-url-parse": "^9.0.1",
"@types/node": "^20.8.2",
"@types/node": "^20.8.3",
"@types/parse-git-config": "^3.0.2",
"@types/prompts": "^2.4.5",
"@types/rimraf": "^3.0.2",
247 changes: 175 additions & 72 deletions pnpm-lock.yaml