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 zod and next #160

Merged
merged 1 commit into from
Oct 17, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2023

Removes zod. It's no longer used after updating ancestor dependency next. These dependencies need to be updated together.

Removes zod

Updates next from 13.5.3 to 13.5.4

Release notes

Sourced from next's releases.

v13.5.4

Core Changes

  • chore: NextJS -> Next.js: #55961
  • fix-failed-to-generate-self-signed-certificate issue:#55891: #55947
  • Remove .test.js from dist: #55946
  • Turbopack next/font/google: don't insert css rules for multiple weights or styles: #55852
  • Fix stale revalidate stream handling: #55978
  • turbopack: improve turbopack/test stability: #56024
  • Mark testmode fetches internal: #56036
  • chore: Remove 'beta.' Subdomain from beta.nextjs.org Links: #55924
  • Remove experimental.sharedPool: #56021
  • fix(worker): pass env to build worker w/ config.experimental.workerThreads: #55257
  • Update swc_core to v0.83.26: #55780
  • Revert "Update swc_core to v0.83.26": #56077
  • fix reporting of illegal segments when directory only contains irrelevant files: #56076
  • Make permanentRedirect return 308 in route handlers: #56065
  • Remove unneeded next-dev js in next-core: #56039
  • Fix: Use boolean instead of false for experimental logging config: #56110
  • chore: remove chalk in favor of picocolors: #55992
  • Revert: "Generate prefetch RSC payload during build for SSR paths (#54403)": #56059
  • fetching logging on edge: #56108
  • Optimize build trace handling: #56048
  • Update font data: #56121
  • feat(turbopack): port bloom filter to nexturbo: #55678
  • Fixes performance problems due to TaskScopes: #55721
  • perf: remove react dom legacy from app router: #56082
  • perf: replace zod with superstruct: #56083
  • perf: externalise ws for bundled server: #56095
  • misc: refactor node utils: #56096
  • Add support for skipTrailingSlashRedirect and skipMiddlewareUrlNormalize in Turbopack: #56147
  • Add experimental.scrollRestoration for Turbopack: #56150
  • misc: refactor handleExternals: #56161
  • perf: add option to bundle pages externals: #56162
  • Allow jest to run with use server directive: #56148
  • Update experimental compile cache handling: #56139
  • App render related code clean up: #56178
  • Add support for i18n config in Turbopack: #56182
  • Implement list of config options for Turbopack: #56188
  • Turbopack: add support for an assetPrefix and basePath: #56058
  • update turbopack: #56197
  • Update supported options list to reflect #56188: #56200
  • Add support for experimental.logging.level in Turbopack: #56201
  • Add next.config.js options to turbopack warning file: #56207
  • fix: @​libsql/client build error: #56192
  • chore: bump postcss: #56225
  • Add additional handling for experimental-compile: #56224
  • Drop ipc server headers filters: #56226
  • only override NODE_EXTRA_CA_CERTS when using experimental https flag: #56252
  • Pass same mangling option as terser to SWC minifier: #56281

... (truncated)

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 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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 10, 2023
@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

Merging #160 (3977e1f) into main (afb52af) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #160   +/-   ##
=======================================
  Coverage   75.51%   75.51%           
=======================================
  Files          16       16           
  Lines          98       98           
  Branches        4        4           
=======================================
  Hits           74       74           
  Misses         21       21           
  Partials        3        3           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@netlify
Copy link

netlify bot commented Oct 10, 2023

Deploy Preview for currency-exchange-application ready!

Name Link
🔨 Latest commit 3977e1f
🔍 Latest deploy log https://app.netlify.com/sites/currency-exchange-application/deploys/652da4a74a473c0008163e17
😎 Deploy Preview https://deploy-preview-160--currency-exchange-application.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 98 (no change from production)
Accessibility: 84 (no change from production)
Best Practices: 100 (no change from production)
SEO: 67 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/zod-and-next--removed branch from f1b81ac to 123d060 Compare October 11, 2023 12:23
Removes [zod](https://github.com/colinhacks/zod). It's no longer used after updating ancestor dependency [next](https://github.com/vercel/next.js). These dependencies need to be updated together.


Removes `zod`

Updates `next` from 13.5.3 to 13.5.4
- [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.5.3...v13.5.4)

---
updated-dependencies:
- dependency-name: zod
  dependency-type: indirect
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/zod-and-next--removed branch from 123d060 to 3977e1f Compare October 16, 2023 21:01
@ckomop0x
Copy link
Owner

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 17, 2023

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Copy link
Owner

@ckomop0x ckomop0x left a comment

Choose a reason for hiding this comment

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

@dependabot merge

@dependabot dependabot bot merged commit 9232a14 into main Oct 17, 2023
9 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/zod-and-next--removed branch October 17, 2023 20:10
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.

1 participant