Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump next and next-sanity-image #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2024

Bumps next and next-sanity-image. These dependencies needed to be updated together.
Updates next from 12.3.0 to 15.1.1

Release notes

Sourced from next's releases.

v15.1.1

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

Credits

Huge thanks to @​devjiwonchoi and @​ztanner for helping!

v15.1.1-canary.11

Core Changes

  • refactor: cache lowercasing all the locales: #74038
  • Add SRI support for Node.js Runtime : #73891
  • Separate bots detection utils: #74000
  • docs: remove a duplicated word in redirect code comment: #74043

Example Changes

  • examples: update next-config-js document path: #73774

Misc Changes

  • Make ChunkItems reference only OutputAssets: #73824
  • Install Vercel CLI at start of E2E deploy tests: #74047

Credits

Huge thanks to @​JamBalaya56562, @​wyattjoh, @​unstubbable, @​wbinnssmith, @​ijjk, @​huozhi, and @​maciej-ka for helping!

v15.1.1-canary.10

Core Changes

  • refactor: make locales array immutable: #74037

Misc Changes

  • chore(turbopack): Fix build error when CI environment variable is not supplied: #74041

Credits

Huge thanks to @​wyattjoh and @​bgw for helping!

v15.1.1-canary.7

Core Changes

  • Ignore RSC fetch errors after hard navigation: #73975

... (truncated)

Commits
  • 4384c68 v15.1.1
  • d137863 run build_and_test workflow on backport branch
  • d27bb14 backport: fix(turbo): sassOptions silenceDeprecations was not overwritten wit...
  • 0c8187a Add NEXT_PRIVATE_SKIP_CANARY_CHECK env for bench job (#73763)
  • e83ab18 backport: refactor collectAppPageSegments (#73996)
  • ada25fc Designate as backport branch
  • dafcd43 v15.1.0
  • 2deb35d v15.0.4-canary.52
  • f92b159 test: fix type error in segment-cache-basic test (#73755)
  • 4074ede docs(turbopack): Better document the Vc type, with references to ResolvedVc a...
  • Additional commits viewable in compare view

Updates next-sanity-image from 5.0.0 to 6.1.1

Release notes

Sourced from next-sanity-image's releases.

v6.1.1

6.1.1 (2023-11-13)

Peer dependency changes

  • this package now supports next@^14.0.0 from the peerDependencies

Bug Fixes

  • export SanityClientOrProjectDetails to prevent the build from erroring. (1179d90)

This release is also available on:

v6.1.0

6.1.0 (2023-06-17)

Features

  • allow @​sanity/client ^6.0.0 as peer dependency. (553b5c6)

Bug Fixes

  • remove dry-run from the release CI script. (446e076)
  • remove duplicate conditional statement (e1eb37f)

This release is also available on:

6.0.0

This release fixes common typing issues when using newer versions of @​sanity/client, specifically using the SanityClientLike type.

Breaking changes

Version 6.0.0 of this library includes breaking changes on peer dependencies. The following peer dependencies were changed:

  • @sanity/client now expects ^5.0.0
  • Dropped support for next versions ^11.0.0 and ^12.0.0
  • Dropped support for react versions ^17.0.0

Full Changelog: https://github.com/lorenzodejong/next-sanity-image/commits/6.0.0

Changelog

Sourced from next-sanity-image's changelog.

6.1.1 (2023-11-13)

Bug Fixes

  • export SanityClientOrProjectDetails to prevent the build from erroring. (1179d90)

6.1.0 (2023-06-17)

Features

  • allow @​sanity/client ^6.0.0 as peer dependency. (553b5c6)

Bug Fixes

  • remove dry-run from the release CI script. (446e076)
  • remove duplicate conditional statement (e1eb37f)
Commits
  • 3b11583 chore(release): 6.1.1 [skip ci]
  • 1179d90 fix: export SanityClientOrProjectDetails to prevent the build from erroring.
  • bcc62b4 Update package.json (add Next.js 14 peer dependency)
  • fadf8cd chore: upgrade pnpm to the latest version in the package.json packageManager ...
  • 762fa0f chore: upgrade pnpm setup action in the workflow.
  • f686419 Allow useNextSanityImage to receive a client or a config
  • 5e846da chore(release): 6.1.0 [skip ci]
  • 446e076 fix: remove dry-run from the release CI script.
  • 553b5c6 feat: allow @​sanity/client ^6.0.0 as peer dependency.
  • e1eb37f fix: remove duplicate conditional statement
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [next](https://github.com/vercel/next.js) and [next-sanity-image](https://github.com/lorenzodejong/next-sanity-image). These dependencies needed to be updated together.

Updates `next` from 12.3.0 to 15.1.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v12.3.0...v15.1.1)

Updates `next-sanity-image` from 5.0.0 to 6.1.1
- [Release notes](https://github.com/lorenzodejong/next-sanity-image/releases)
- [Changelog](https://github.com/lorenzodejong/next-sanity-image/blob/main/CHANGELOG.md)
- [Commits](lorenzodejong/next-sanity-image@5.0.0...v6.1.1)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
- dependency-name: next-sanity-image
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants