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

chore(deps): bump next from 13.4.16 to 13.4.17 #2069

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 17, 2023

Bumps next from 13.4.16 to 13.4.17.

Release notes

Sourced from next's releases.

v13.4.17

Core Changes

  • Do not output pages 404 in tree view if app not-found is used: #54051
  • Fix scroll bailout logic when targeting fixed/sticky elements: #53873
  • Debug tracing: add updated modules and page to HMR span: #53698
  • fix(next-swc): coerce mdxrs default options: #54068
  • fix: don't add forceConsistentCasingInFileNames to tsconfig when ts version >= 5.0: #51564
  • fix(47299): allow testing pages with metadata in jsdom test environment: #53578
  • upgrade edge-runtime dependency: #54117
  • Fix root not-found page tree loader structure: #54080
  • chore: remove as any type cast: #54074
  • chore: refactor to use fs.promises.rm(): #54076
  • Refactor layout router creation in app-render: #54126
  • chore(image): remove apple silicon workaround for versions older than [email protected]: #54125
  • fix routing bug when bfcache is hit following an mpa navigation: #54081
  • Tracing: add opt-in flag to send a subset of development traces to url: #53880
  • fix(edge): override init when cloning with NextRequest: #54108
  • OpenTel: remove the internal (ipc) fetched from traces in a non-verbose mode: #54083
  • cleanup: remove unnecessary effect dep: #54134
  • Next build: use exported handle_issues from turbopack: #52972
  • node-web-streams: remove tee shim, use ReadableStream.tee: #54079
  • Debug tracing: Include navigation through hydration timing: #54078
  • fix: cookies().has() breaks in app-route: #54112
  • Revert "fix(47299): allow testing pages with metadata in jsdom test environment": #54160

Documentation Changes

  • fix missing ' in data-fetching/fetching-caching-and-revalidating: #54058

Example Changes

  • Update Docker example to remove HOSTNAME: #54102

Misc Changes

  • chore: hide "same on new version" without link: #54048
  • chore(ci): small notes for the build steps: #54073
  • chore: update lock bot wording: #54099
  • Update swc_core to v0.79.59: #54082
  • install-native.mjs: include packageManager field: #54132

Credits

Huge thanks to @​balazsorban44, @​huozhi, @​ztanner, @​williamli, @​wbinnssmith, @​kwonoj, @​stefanprobst, @​feugy, @​timneutkens, @​kdy1, @​Kikobeats, @​styfle, @​dvoytenko, @​MaxLeiter, and @​devjiwonchoi for helping!

v13.4.17-canary.2

Core Changes

  • Revert "fix(47299): allow testing pages with metadata in jsdom test environment": #54160

... (truncated)

Commits
  • 2360753 v13.4.17
  • 645ba00 v13.4.17-canary.2
  • 02c258d Revert "fix(47299): allow testing pages with metadata in jsdom test environme...
  • fc3bf37 v13.4.17-canary.1
  • 0431147 fix: cookies().has() breaks in app-route (#54112)
  • bd5b715 Debug tracing: Include navigation through hydration timing (#54078)
  • 6767454 node-web-streams: remove tee shim, use ReadableStream.tee (#54079)
  • 93259ca v13.4.17-canary.0
  • 8589a6d Next build: use exported handle_issues from turbopack (#52972)
  • 4f7fc05 cleanup: remove unnecessary effect dep (#54134)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 17, 2023
@vercel
Copy link

vercel bot commented Aug 17, 2023

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

Name Status Preview Updated (UTC)
projectshut ✅ Ready (Inspect) Visit Preview Aug 17, 2023 1:59pm

@github-actions github-actions bot added the wait for reviewers wait for the maintainer label Aug 17, 2023
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Great job, @dependabot[bot]! 🎉 Thank you for submitting your first pull request. Your contribution is valuable and we appreciate your efforts to improve our project.

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines

Bumps [next](https://github.com/vercel/next.js) from 13.4.16 to 13.4.17.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v13.4.16...v13.4.17)

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

Signed-off-by: dependabot[bot] <[email protected]>
@priyankarpal priyankarpal merged commit dbbeba3 into main Aug 17, 2023
7 checks passed
@priyankarpal priyankarpal deleted the dependabot/npm_and_yarn/next-13.4.17 branch August 17, 2023 14:04
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 wait for reviewers wait for the maintainer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant