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/mendoza-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.7
Choose a base ref
...
head repository: sanity-io/mendoza-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.8
Choose a head ref
  • 12 commits
  • 10 files changed
  • 6 contributors

Commits on Apr 16, 2024

  1. chore: update browserslist db (#71)

    Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    ecospark[bot] and github-actions[bot] authored Apr 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1bad4b8 View commit details
  2. chore(prettier): 🤖 ✨ (#70)

    Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    ecospark[bot] and github-actions[bot] authored Apr 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    534ea3b View commit details

Commits on Dec 4, 2024

  1. fix: stricter typescript output

    stipsan committed Dec 4, 2024
    Copy the full SHA
    8d27d5b View commit details
  2. chore(deps): update peter-evans/create-pull-request action to v7 (#77)

    * chore(deps): update peter-evans/create-pull-request action to v7
    
    * Update browserslist.yml
    
    * Update prettier.yml
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Cody Olsen <81981+stipsan@users.noreply.github.com>
    renovate[bot] and stipsan authored Dec 4, 2024
    Copy the full SHA
    fbf5ecb View commit details
  3. chore(deps): update vitest monorepo to v2 (#78)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 4, 2024
    Copy the full SHA
    029e27a View commit details
  4. chore(deps): update dependency vite-tsconfig-paths to v5 (#75)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 4, 2024
    Copy the full SHA
    cafe9a4 View commit details
  5. chore(deps): update linters to v8 (#76)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 4, 2024
    Copy the full SHA
    74a2be1 View commit details
  6. chore(deps): update dependency ls-engines to ^0.9.3 (#79)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 4, 2024
    Copy the full SHA
    bc1eed4 View commit details
  7. chore(deps): update linters (#81)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 4, 2024
    Copy the full SHA
    2247208 View commit details
  8. chore(deps): update semantic-release (#80)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 4, 2024
    Copy the full SHA
    5629577 View commit details
  9. chore(deps): update dependency semantic-release to v24 (#82)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 4, 2024
    Copy the full SHA
    fd1cb37 View commit details
  10. chore(release): 3.0.8 [skip ci]

    semantic-release-bot committed Dec 4, 2024
    Copy the full SHA
    4dbf691 View commit details
Showing with 4,063 additions and 4,738 deletions.
  1. +2 −1 .github/workflows/browserslist.yml
  2. +2 −1 .github/workflows/prettier.yml
  3. +6 −0 CHANGELOG.md
  4. +4 −0 README.md
  5. +4,025 −4,690 package-lock.json
  6. +17 −25 package.json
  7. +2 −2 src/internal-patcher.ts
  8. +2 −2 src/simple-patcher.ts
  9. +0 −2 tsconfig.json
  10. +3 −15 tsconfig.settings.json
3 changes: 2 additions & 1 deletion .github/workflows/browserslist.yml
Original file line number Diff line number Diff line change
@@ -23,12 +23,13 @@ jobs:
with:
app-id: ${{ secrets.ECOSPARK_APP_ID }}
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6
- uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7
with:
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
body: I ran `npx update-browserslist-db@latest` 🧑‍💻
branch: actions/update-browserslist-database-if-needed
commit-message: 'chore: update browserslist db'
labels: 🤖 bot
sign-commits: true
title: 'chore: update browserslist db'
token: ${{ steps.generate-token.outputs.token }}
3 changes: 2 additions & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
@@ -35,12 +35,13 @@ jobs:
with:
app-id: ${{ secrets.ECOSPARK_APP_ID }}
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6
- uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7
with:
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
body: I ran `npx prettier --ignore-path .gitignore --cache --write .` 🧑‍💻
branch: actions/prettier
commit-message: 'chore(prettier): 🤖 ✨'
labels: 🤖 bot
sign-commits: true
title: 'chore(prettier): 🤖 ✨'
token: ${{ steps.generate-token.outputs.token }}
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.

## [3.0.8](https://github.com/sanity-io/mendoza-js/compare/v3.0.7...v3.0.8) (2024-12-04)

### Bug Fixes

- stricter typescript output ([8d27d5b](https://github.com/sanity-io/mendoza-js/commit/8d27d5baee0d79e09836424563c028764a4d2a49))

## [3.0.7](https://github.com/sanity-io/mendoza-js/compare/v3.0.6...v3.0.7) (2024-04-11)

### Bug Fixes
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -12,11 +12,15 @@
```bash
npm install mendoza
```

or

```bash
pnpm install mendoza
```

or

```bash
yarn add mendoza
```
Loading