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

meta: bump the next-js group with 2 updates #6967

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps the next-js group with 2 updates: turbo and next.

Updates turbo from 2.0.6 to 2.0.11

Release notes

Sourced from turbo's releases.

Turborepo v2.0.11

What's Changed

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.0.10...v2.0.11

Turborepo v2.0.10

What's Changed

Examples

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.0.9...v2.0.10

Turborepo v2.0.10-canary.4

What's Changed

... (truncated)

Commits
  • 078f4b2 publish 2.0.11 to registry
  • c90d33c fix(pty): disable echoctl for child processes (#8892)
  • 56277b0 smarter logical combination that keeps truthy/falsy/nullish property (#8873)
  • 49c6759 Convert MDX errors into issues (#8879)
  • 727d5e0 Make JS Lints have lower severity (#8837)
  • d3db2f5 fix(ci): Trying to fix benchmark-turbopack workflow (#8090)
  • 75870c6 (docs): Mention sideEffects key in Internal Packages documentation. (#8888)
  • adcf0f7 release(turborepo): 2.0.10 (#8886)
  • e27857d fix(windows): keep stdin open for conpty processes (#8885)
  • 68bbb1f adds daemon flag for env var and turbo.json (#8728)
  • Additional commits viewable in compare view

Updates next from 14.2.4 to 14.2.5

Release notes

Sourced from next's releases.

v14.2.5

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

Core Changes

  • avoid merging global css in a way that leaks into other chunk groups (#67373)
  • Fix server action edge redirect with middleware rewrite (#67148)
  • fix(next): reject protocol-relative URLs in image optimization (#65752)
  • fix(next-swc): correct path interop to filepath for wasm (#65633)
  • Use addDependency to track metadata route file changes (#66714)
  • Fix noindex is missing on static not-found page (#67135)
  • perf: improve retrieving versionInfo on Turbo HMR (#67309)
  • fix(next/image): handle invalid url (#67465)
  • fix(next): initial prefetch cache not set properly with different search params (#65977)
  • fix: Backport class properties fix (#67377)
  • Upgrade acorn (#67592)

Misc

  • Log stdio for pull-turbo-cache script (#66759)
  • Ensure turbo is setup when building in docker (#66804)

Credits

Huge thanks to @​devjiwonchoi, @​ijjk, @​emmerich, @​huozhi, @​kdy1, @​kwonoj, @​styfle, and @​sokra for helping!

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner August 1, 2024 17:29
@dependabot dependabot bot added the github_actions:pull-request Trigger Pull Request Checks label Aug 1, 2024
Copy link

vercel bot commented Aug 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nodejs-org ⬜️ Ignored (Inspect) Visit Preview Aug 2, 2024 4:48pm

@github-actions github-actions bot removed the github_actions:pull-request Trigger Pull Request Checks label Aug 1, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-js-fab1f63701 branch 4 times, most recently from ffaf4a9 to 64455f4 Compare August 2, 2024 05:29
Bumps the next-js group with 2 updates: [turbo](https://github.com/vercel/turbo) and [next](https://github.com/vercel/next.js).


Updates `turbo` from 2.0.6 to 2.0.11
- [Release notes](https://github.com/vercel/turbo/releases)
- [Changelog](https://github.com/vercel/turbo/blob/main/release.md)
- [Commits](vercel/turborepo@v2.0.6...v2.0.11)

Updates `next` from 14.2.4 to 14.2.5
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.4...v14.2.5)

---
updated-dependencies:
- dependency-name: turbo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: next-js
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: next-js
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-js-fab1f63701 branch from 64455f4 to 7859d67 Compare August 2, 2024 16:47
Copy link
Collaborator

@bmuenzenmeyer bmuenzenmeyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ran locally

@bmuenzenmeyer bmuenzenmeyer added the github_actions:pull-request Trigger Pull Request Checks label Aug 2, 2024
@bmuenzenmeyer bmuenzenmeyer enabled auto-merge August 2, 2024 18:52
@github-actions github-actions bot removed the github_actions:pull-request Trigger Pull Request Checks label Aug 2, 2024
@bmuenzenmeyer bmuenzenmeyer added this pull request to the merge queue Aug 2, 2024
Merged via the queue into main with commit 91ea27d Aug 2, 2024
11 checks passed
@bmuenzenmeyer bmuenzenmeyer deleted the dependabot/npm_and_yarn/next-js-fab1f63701 branch August 2, 2024 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant