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 the npm_and_yarn at /tkey-web/quick-starts/tkey-nextjs-quick-start security update group in /tkey-web/quick-starts/tkey-nextjs-quick-start with 2 updates #292

Conversation

dependabot[bot]
Copy link

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

Bumps the npm_and_yarn at /tkey-web/quick-starts/tkey-nextjs-quick-start security update group in /tkey-web/quick-starts/tkey-nextjs-quick-start with 2 updates: next and zod.

Updates next from 13.4.9 to 13.5.0

Release notes

Sourced from next's releases.

v13.4.20-canary.41

Core Changes

  • Add mui-core to the default optimizePackageImports list: #55554
  • Consolidate experimental React opt-in & add ppr flag: #55560
  • Add react-icons to optimizePackageImports: #55572
  • Fix useState function initialiser case for optimize_server_react transform: #55551
  • Update supported config options for Turbopack: #55556
  • Fix react packages are not bundled for metadata routes: #55579
  • improve internal error logging: #55582
  • fix styled-jsx alias: #55581

Documentation Changes

  • chore: Fix heading hierarchy in revalidateTag documentation: #55470
  • chore: replace issue triaing actions with nissuer: #55525

Credits

Huge thanks to @​romeobravo, @​shuding, @​ztanner, @​balazsorban44, @​padmaia, @​huozhi, and @​sokra for helping!

v13.4.20-canary.40

Core Changes

  • Fix missing module.compiled trace file and unhandledRejection in ensurePage: #55553

Example Changes

  • Type Error on Event Type payment_intent webhook: #55493
  • Correct spelling in playwright docs: #55557

Credits

Huge thanks to @​roigecode, @​hoop71, and @​ijjk for helping!

v13.4.20-canary.39

Core Changes

  • fix next.js own build on windows: #55544
  • Fix notFound status code with ISR in app: #55542
  • Disable client-only for middleware and pages api layer: #55541

Documentation Changes

  • Add route groups example to revalidatePath doc: #55543

Misc Changes

  • chore(third-parties): replace rimraf with rm.mjs: #55547

... (truncated)

Commits

Updates zod from 3.21.4 to 3.22.4

Release notes

Sourced from zod's releases.

v3.22.4

Commits:

  • d931ea3f0f15a6ae64f5f68e3c03912dffb2269d Lint
  • 8e634bd600093b7161487bed705279c892395118 Fix prettier
  • 4018d88f0e94992b2987428c4fda387b99ae2a53 docs: add @​sanity-typed/zod to ecosystem (#2731)
  • 15ba5a4d4cb5be5af23771de0ba1346b4ba20a0e docs: add zod-sandbox to README ecosystem links (#2707)
  • 699ccae13b875d4fcadac268fd789c93b6ce8aef Export jsdoc with @deprecated when building (#2717)
  • dfe3719eae250ab3eca2d276da6c292867899cc6 Fix sanity-typed links (#2840)
  • cd7991e04a550868bfcb5b5d46e5eb5bc7edf5f3 fix ulid regex (#2225)
  • 7cb4ba2f85dd6b28290dda5de80ed54dfd2a793c Remove stalebot
  • 9340fd51e48576a75adc919bff65dbc4a5d4c99b Lazy emojiRegex
  • e7a9b9b3033991be6b4225f1be21da39c250bbb0 3.22.4

v3.22.3

Commits:

  • 1e23990bcdd33d1e81b31e40e77a031fcfd87ce1 Commit
  • 9bd3879b482f139fd03d5025813ee66a04195cdd docs: remove obsolete text about readonly types (#2676)
  • f59be093ec21430d9f32bbcb628d7e39116adf34 clarify datetime ISO 8601 (#2673)
  • 64dcc8e2b16febe48fa8e3c82c47c92643e6c9e3 Update sponsors
  • 18115a8f128680b4526df58ce96deab7dce93b93 Formatting
  • 28c19273658b164c53c149785fa7a8187c428ad4 Update sponsors
  • ad2ee9ccf723c4388158ff6b8669c2a6cdc85643 2718 Updated Custom Schemas documentation example to use type narrowing (#2778)
  • ae0f7a2c15e7741ee1b23c03a3bfb9acebd86551 docs: update ref to discriminated-unions docs (#2485)
  • 2ba00fe2377f4d53947a84b8cdb314a63bbd6dd4 [2609] fix ReDoS vulnerability in email regex (#2824)
  • 1e61d76cdec05de9271fc0df58798ddf9ce94923 3.22.3

v3.22.2

Commits:

  • 13d9e6bda286cbd4c1b177171273695d8309e5de Fix lint
  • 0d49f10b3c25a8e4cbb6534cc0773b195c56d06d docs: add typeschema to ecosystem (#2626)
  • 8e4af7b56df6f2e3daf0dd825b986f1d963025ce X to Zod: add app.quicktype.io (#2668)
  • 792b3ef0d41c144cd10641c6966b98dae1222d82 Fix superrefine types

v3.22.1

Commits:

Fix handing of this in ZodFunction schemas. The parse logic for function schemas now requires the Reflect API.

const methodObject = z.object({
  property: z.number(),
  method: z.function().args(z.string()).returns(z.number()),
});
const methodInstance = {
  property: 3,
  method: function (s: string) {
    return s.length + this.property;
</tr></table> 

... (truncated)

Commits

Updates next from 13.5.0 to 13.5.6

Release notes

Sourced from next's releases.

v13.4.20-canary.41

Core Changes

  • Add mui-core to the default optimizePackageImports list: #55554
  • Consolidate experimental React opt-in & add ppr flag: #55560
  • Add react-icons to optimizePackageImports: #55572
  • Fix useState function initialiser case for optimize_server_react transform: #55551
  • Update supported config options for Turbopack: #55556
  • Fix react packages are not bundled for metadata routes: #55579
  • improve internal error logging: #55582
  • fix styled-jsx alias: #55581

Documentation Changes

  • chore: Fix heading hierarchy in revalidateTag documentation: #55470
  • chore: replace issue triaing actions with nissuer: #55525

Credits

Huge thanks to @​romeobravo, @​shuding, @​ztanner, @​balazsorban44, @​padmaia, @​huozhi, and @​sokra for helping!

v13.4.20-canary.40

Core Changes

  • Fix missing module.compiled trace file and unhandledRejection in ensurePage: #55553

Example Changes

  • Type Error on Event Type payment_intent webhook: #55493
  • Correct spelling in playwright docs: #55557

Credits

Huge thanks to @​roigecode, @​hoop71, and @​ijjk for helping!

v13.4.20-canary.39

Core Changes

  • fix next.js own build on windows: #55544
  • Fix notFound status code with ISR in app: #55542
  • Disable client-only for middleware and pages api layer: #55541

Documentation Changes

  • Add route groups example to revalidatePath doc: #55543

Misc Changes

  • chore(third-parties): replace rimraf with rm.mjs: #55547

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

…rt security update group

Bumps the npm_and_yarn at /tkey-web/quick-starts/tkey-nextjs-quick-start security update group in /tkey-web/quick-starts/tkey-nextjs-quick-start with 2 updates: [next](https://github.com/vercel/next.js) and [zod](https://github.com/colinhacks/zod).


Updates `next` from 13.4.9 to 13.5.0
- [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.9...v13.5.0)

Updates `zod` from 3.21.4 to 3.22.4
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.21.4...v3.22.4)

Updates `next` from 13.5.0 to 13.5.6
- [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.9...v13.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 27, 2023
Copy link
Author

dependabot bot commented on behalf of github Nov 1, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tkey-web/quick-starts/tkey-nextjs-quick-start/next-and-zod-and-next-13.5.0 branch November 1, 2023 08:17
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant