Update dependency next to v13.0.7 #22

Merged
kjuulh merged 1 commits from renovate/nextjs-monorepo into main 2022-12-22 12:35:07 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
next (source) dependencies patch 13.0.6 -> 13.0.7

Release Notes

vercel/next.js

v13.0.7

Compare Source

Core Changes
  • Update react next tag: #​43617
  • fix(jest): pattern when detecting packages to transpile in next/jest: #​43546
  • Adding head element checking for root layout: #​43597
  • Revert: 'Minimized runtime errors in app dir': #​43648
  • fix: properly handle trailingSlash: true and rewrites: #​43641
  • @​next/font fallback fonts order fix: #​43633
  • Update cache handling for app: #​43659
  • Remove resolved app directory todos: #​43672
  • Fix typo in comment: #​43685
  • perf: disable prefetching for links in viewport in development for app routes: #​43730
  • Remove additional <div> at each segment level in app: #​43717
  • Revert "Adding head element checking for root layout": #​43760
  • fix ci pnpm lock error: #​43767
  • Force reflow when setting scrollBehavior: #​43673
  • Remove __webpack_exports__ from error overlay: #​43715
  • Fix chunk hash logic in hot-reloader for server components: #​43778
  • Assign layer to app client entries: #​43197
  • Remove notifications emitted during pnpm dev: #​43801
  • Display error digest if presented: #​43742
  • Fix HMR issue after patching the client module: #​43819
  • Implement loadable with lazy and suspense for next dynamic: #​42589
  • Do not attach CSS checksum for production build: #​43827
  • Provide error hints for invalid layout props via the TS plugin: #​43835
  • Refactor code: #​43828
  • Unhandled errors and rejections opens as minimized in app dir error overlay: #​43844
  • docs: add readme with development instructions for next/swc: #​43834
  • Use proxy to ensure Flight is referencing to the latest module during development: #​43823
  • memory: fix 2 memory leaks in next-dev: #​43859
  • Refactoring in @​next/font: #​43848
  • build(cargo): bump up swc_core, turbopack: #​43652
  • Move prefetch bailout to start of the prefetch function for pages: #​43731
  • Alias next/head to noop for rsc and add upgration warning: #​43885
  • Update freebsd build: #​43866
  • Fix error message for invalid runtime option in app dir: #​43900
  • fix: forwarding props to no ssr dynamic: #​43901
  • Improve type checking error message for invalid props: #​43903
  • Improve type checking error message for invalid props: #​43903
  • Support for named slots in type checking: #​43906
  • Fix next/dynamic types for resolving named export module: #​43923
  • Add auto completion for prop names and types to the TS plugin: #​43909
  • Skip creating VSCode config and .gitignore if running in CI: #​43935
  • Add helpful error for createContext used in Server Components: #​43747
  • Increase stack trace limit on the server: #​43800
  • Refactor image optimization util: #​43868
  • useSearchParams - bailout to client rendering during static generation: #​43603
  • Open server component errors fullscreen: #​43887
  • next-dev: restart dev server exceeds the memory limits: #​43958
  • Fix: status log when NEXT_TELEMETRY_DISABLED env is set: #​43948
  • Erase dynamic ssr:false imports on server: #​43974
  • use a function expression to access arguments binding: #​43987
  • Added support for query params on not found pages: #​43836
  • Update no-img-element lint rule: #​43982
  • Fix: fix pages in Route Groups returning 500 with output: "standalone": #​43746
  • Add default head for app dir: #​43963
  • Fix browser navigation buttons not working with shallow routing and middleware: #​43919
  • Fast refresh should recover from event handler errors in app dir: #​43882
  • Fix module error for findDOMNode on edge: #​43998
  • Adding data attr to inlined font definition: #​44008
  • Replace taskr.watch for core compilation: #​44027
  • Fix .images.remotePatterns[0].port warning: #​44032
  • Fix app client entry key for windows: #​44011
  • feat: enables 'edge' as a possible runtime for API routes: #​44045
Documentation Changes
  • docs: Add notes about NEXT_MANUAL_SIG_HANDLE: #​43686
  • Changes vercel/examples links from linking to GitHub repo to template marketplace: #​43780
  • docs(migrating): fix broken react-router link: #​43843
  • Update compiler.md: #​43872
  • Add docs for missing support on custom routes: #​44007
  • docs: fix wording: #​44020
  • not ie 11 is dead: #​44029
Example Changes
  • Add with-cloudinary example: #​43250
  • examples(with-turbopack): Fix styling page default active stylingNav: #​42739
  • Fixed broken Cloudinary example: #​43646
  • Convert with-why-did-you-render example to TypeScript: #​43736
  • chore(examples): Remove deprecated function from chakra: #​43784
  • chore(examples): Update convex example: #​43741
  • Update dependencies for Convex demo: #​43855
  • Convert with-gsap, with-mqtt-js, with-mux-video examples to Typescript: #​43874
  • Fix with-webassembly example and convert to Typescript: #​43677
  • corrected /examples/github-pages readme: #​43766
  • chore: add repro links in "verify canary" comment: #​43979
  • Move Google Analytics script to the <Head/>: #​43838
Misc Changes
  • Apply publish step optimizations: #​43620
  • Update create-next-app template: #​43482
  • Update test config: #​43661
  • Update flakey app logbox test: #​43682
  • Update flakey GSSP preview test: #​43702
  • Fix typos in 1.bug_report.yml: #​43697
  • Disable jest autorun in this repo: #​43727
  • Build test binary in Docker image: #​43745
  • Update bug report template to make it clear we require repro: #​43735
  • Add tests for server component HMR: #​43779
  • Add tests for rendering null and undefined in RSC: #​43768
  • Remove swcMinify from Next config in CNA template: #​43782
  • Remove serverComponents from next.conf.js because it's unused: #​43805
  • Add test for providing correct params to layouts: #​43775
  • Fix test binary generation and update test config: #​43790
  • Lock pnpm version during publish: #​43820
  • ci(actions): pin prod-test action image: #​43748
  • Upgrade playwright to 1.28.1: #​43818
  • modify rd email: #​43837
  • Test imports of all file types: #​43751
  • test: client component under server component with ssr:false: #​43853
  • Delete duplicate SECURITY.md: #​43856
  • Clarify e2e dependency on yarn in contributin docs: #​43287
  • test: use react latest: #​43884
  • Update @​next/font data: #​43883
  • Update flakey dev context tests: #​43951
  • Add VSCode settings and recommended extensions for Next.js repository: #​43954
  • Add Web Tooling team to codeowners: #​43981
  • Update docs change files list: #​43984
  • Fix e2e deploy test setup: #​43990
Credits

Huge thanks to @​Nutlope, @​huozhi, @​m7yue, @​BRKalow, @​Andarist, @​hanneslund, @​jueungrace, @​balazsorban44, @​ijjk, @​mmaaaaz, @​Alfred-Mountfield, @​soonoo, @​JanKaifer, @​feedthejim, @​Brooooooklyn, @​shuding, @​manovotny, @​maxproske, @​AnujSsStw, @​thomasballinger, @​kwonoj, @​aaronbrown-vercel, @​saseungmin, @​styfle, @​timneutkens, @​aziyatali, @​labyrinthitis, @​padmaia, @​mattpr, @​gnoff, @​wyattjoh, @​aarnadlr, @​DuCanhGH, @​kleintorres, @​janicklas-ralph, @​theevilhead, @​Nfinished, and @​feugy for helping!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [next](https://nextjs.org) ([source](https://github.com/vercel/next.js)) | dependencies | patch | [`13.0.6` -> `13.0.7`](https://renovatebot.com/diffs/npm/next/13.0.6/13.0.7) | --- ### Release Notes <details> <summary>vercel/next.js</summary> ### [`v13.0.7`](https://github.com/vercel/next.js/releases/tag/v13.0.7) [Compare Source](https://github.com/vercel/next.js/compare/v13.0.6...v13.0.7) ##### Core Changes - Update react next tag: [#&#8203;43617](https://github.com/vercel/next.js/issues/43617) - fix(jest): pattern when detecting packages to transpile in next/jest: [#&#8203;43546](https://github.com/vercel/next.js/issues/43546) - Adding head element checking for root layout: [#&#8203;43597](https://github.com/vercel/next.js/issues/43597) - Revert: 'Minimized runtime errors in app dir': [#&#8203;43648](https://github.com/vercel/next.js/issues/43648) - fix: properly handle `trailingSlash: true` and `rewrites`: [#&#8203;43641](https://github.com/vercel/next.js/issues/43641) - [@&#8203;next/font](https://github.com/next/font) fallback fonts order fix: [#&#8203;43633](https://github.com/vercel/next.js/issues/43633) - Update cache handling for app: [#&#8203;43659](https://github.com/vercel/next.js/issues/43659) - Remove resolved `app` directory todos: [#&#8203;43672](https://github.com/vercel/next.js/issues/43672) - Fix typo in comment: [#&#8203;43685](https://github.com/vercel/next.js/issues/43685) - perf: disable prefetching for links in viewport in development for app routes: [#&#8203;43730](https://github.com/vercel/next.js/issues/43730) - Remove additional `<div>` at each segment level in `app`: [#&#8203;43717](https://github.com/vercel/next.js/issues/43717) - Revert "Adding head element checking for root layout": [#&#8203;43760](https://github.com/vercel/next.js/issues/43760) - fix ci pnpm lock error: [#&#8203;43767](https://github.com/vercel/next.js/issues/43767) - Force reflow when setting scrollBehavior: [#&#8203;43673](https://github.com/vercel/next.js/issues/43673) - Remove `__webpack_exports__` from error overlay: [#&#8203;43715](https://github.com/vercel/next.js/issues/43715) - Fix chunk hash logic in hot-reloader for server components: [#&#8203;43778](https://github.com/vercel/next.js/issues/43778) - Assign layer to app client entries: [#&#8203;43197](https://github.com/vercel/next.js/issues/43197) - Remove notifications emitted during pnpm dev: [#&#8203;43801](https://github.com/vercel/next.js/issues/43801) - Display error digest if presented: [#&#8203;43742](https://github.com/vercel/next.js/issues/43742) - Fix HMR issue after patching the client module: [#&#8203;43819](https://github.com/vercel/next.js/issues/43819) - Implement loadable with lazy and suspense for next dynamic: [#&#8203;42589](https://github.com/vercel/next.js/issues/42589) - Do not attach CSS checksum for production build: [#&#8203;43827](https://github.com/vercel/next.js/issues/43827) - Provide error hints for invalid layout props via the TS plugin: [#&#8203;43835](https://github.com/vercel/next.js/issues/43835) - Refactor code: [#&#8203;43828](https://github.com/vercel/next.js/issues/43828) - Unhandled errors and rejections opens as minimized in app dir error overlay: [#&#8203;43844](https://github.com/vercel/next.js/issues/43844) - docs: add readme with development instructions for next/swc: [#&#8203;43834](https://github.com/vercel/next.js/issues/43834) - Use proxy to ensure Flight is referencing to the latest module during development: [#&#8203;43823](https://github.com/vercel/next.js/issues/43823) - memory: fix 2 memory leaks in `next-dev`: [#&#8203;43859](https://github.com/vercel/next.js/issues/43859) - Refactoring in [@&#8203;next/font](https://github.com/next/font): [#&#8203;43848](https://github.com/vercel/next.js/issues/43848) - build(cargo): bump up swc_core, turbopack: [#&#8203;43652](https://github.com/vercel/next.js/issues/43652) - Move prefetch bailout to start of the prefetch function for `pages`: [#&#8203;43731](https://github.com/vercel/next.js/issues/43731) - Alias next/head to noop for rsc and add upgration warning: [#&#8203;43885](https://github.com/vercel/next.js/issues/43885) - Update freebsd build: [#&#8203;43866](https://github.com/vercel/next.js/issues/43866) - Fix error message for invalid `runtime` option in app dir: [#&#8203;43900](https://github.com/vercel/next.js/issues/43900) - fix: forwarding props to no ssr dynamic: [#&#8203;43901](https://github.com/vercel/next.js/issues/43901) - Improve type checking error message for invalid props: [#&#8203;43903](https://github.com/vercel/next.js/issues/43903) - Improve type checking error message for invalid props: [#&#8203;43903](https://github.com/vercel/next.js/issues/43903) - Support for named slots in type checking: [#&#8203;43906](https://github.com/vercel/next.js/issues/43906) - Fix next/dynamic types for resolving named export module: [#&#8203;43923](https://github.com/vercel/next.js/issues/43923) - Add auto completion for prop names and types to the TS plugin: [#&#8203;43909](https://github.com/vercel/next.js/issues/43909) - Skip creating VSCode config and `.gitignore` if running in CI: [#&#8203;43935](https://github.com/vercel/next.js/issues/43935) - Add helpful error for createContext used in Server Components: [#&#8203;43747](https://github.com/vercel/next.js/issues/43747) - Increase stack trace limit on the server: [#&#8203;43800](https://github.com/vercel/next.js/issues/43800) - Refactor image optimization util: [#&#8203;43868](https://github.com/vercel/next.js/issues/43868) - useSearchParams - bailout to client rendering during static generation: [#&#8203;43603](https://github.com/vercel/next.js/issues/43603) - Open server component errors fullscreen: [#&#8203;43887](https://github.com/vercel/next.js/issues/43887) - next-dev: restart dev server exceeds the memory limits: [#&#8203;43958](https://github.com/vercel/next.js/issues/43958) - Fix: status log when NEXT_TELEMETRY_DISABLED env is set: [#&#8203;43948](https://github.com/vercel/next.js/issues/43948) - Erase dynamic ssr:false imports on server: [#&#8203;43974](https://github.com/vercel/next.js/issues/43974) - use a function expression to access arguments binding: [#&#8203;43987](https://github.com/vercel/next.js/issues/43987) - Added support for query params on not found pages: [#&#8203;43836](https://github.com/vercel/next.js/issues/43836) - Update `no-img-element` lint rule: [#&#8203;43982](https://github.com/vercel/next.js/issues/43982) - Fix: fix pages in Route Groups returning 500 with `output: "standalone"`: [#&#8203;43746](https://github.com/vercel/next.js/issues/43746) - Add default head for app dir: [#&#8203;43963](https://github.com/vercel/next.js/issues/43963) - Fix browser navigation buttons not working with shallow routing and middleware: [#&#8203;43919](https://github.com/vercel/next.js/issues/43919) - Fast refresh should recover from event handler errors in app dir: [#&#8203;43882](https://github.com/vercel/next.js/issues/43882) - Fix module error for findDOMNode on edge: [#&#8203;43998](https://github.com/vercel/next.js/issues/43998) - Adding data attr to inlined font definition: [#&#8203;44008](https://github.com/vercel/next.js/issues/44008) - Replace taskr.watch for core compilation: [#&#8203;44027](https://github.com/vercel/next.js/issues/44027) - Fix `.images.remotePatterns[0].port` warning: [#&#8203;44032](https://github.com/vercel/next.js/issues/44032) - Fix app client entry key for windows: [#&#8203;44011](https://github.com/vercel/next.js/issues/44011) - feat: enables 'edge' as a possible runtime for API routes: [#&#8203;44045](https://github.com/vercel/next.js/issues/44045) ##### Documentation Changes - docs: Add notes about NEXT_MANUAL_SIG_HANDLE: [#&#8203;43686](https://github.com/vercel/next.js/issues/43686) - Changes `vercel/examples` links from linking to GitHub repo to template marketplace: [#&#8203;43780](https://github.com/vercel/next.js/issues/43780) - docs(migrating): fix broken react-router link: [#&#8203;43843](https://github.com/vercel/next.js/issues/43843) - Update compiler.md: [#&#8203;43872](https://github.com/vercel/next.js/issues/43872) - Add docs for missing support on custom routes: [#&#8203;44007](https://github.com/vercel/next.js/issues/44007) - docs: fix wording: [#&#8203;44020](https://github.com/vercel/next.js/issues/44020) - not ie 11 is dead: [#&#8203;44029](https://github.com/vercel/next.js/issues/44029) ##### Example Changes - Add with-cloudinary example: [#&#8203;43250](https://github.com/vercel/next.js/issues/43250) - examples(with-turbopack): Fix styling page default active stylingNav: [#&#8203;42739](https://github.com/vercel/next.js/issues/42739) - Fixed broken Cloudinary example: [#&#8203;43646](https://github.com/vercel/next.js/issues/43646) - Convert `with-why-did-you-render` example to TypeScript: [#&#8203;43736](https://github.com/vercel/next.js/issues/43736) - chore(examples): Remove deprecated function from chakra: [#&#8203;43784](https://github.com/vercel/next.js/issues/43784) - chore(examples): Update convex example: [#&#8203;43741](https://github.com/vercel/next.js/issues/43741) - Update dependencies for Convex demo: [#&#8203;43855](https://github.com/vercel/next.js/issues/43855) - Convert `with-gsap`, `with-mqtt-js`, `with-mux-video` examples to Typescript: [#&#8203;43874](https://github.com/vercel/next.js/issues/43874) - Fix `with-webassembly` example and convert to Typescript: [#&#8203;43677](https://github.com/vercel/next.js/issues/43677) - corrected /examples/github-pages readme: [#&#8203;43766](https://github.com/vercel/next.js/issues/43766) - chore: add repro links in "verify canary" comment: [#&#8203;43979](https://github.com/vercel/next.js/issues/43979) - Move Google Analytics script to the <Head/>: [#&#8203;43838](https://github.com/vercel/next.js/issues/43838) ##### Misc Changes - Apply publish step optimizations: [#&#8203;43620](https://github.com/vercel/next.js/issues/43620) - Update create-next-app template: [#&#8203;43482](https://github.com/vercel/next.js/issues/43482) - Update test config: [#&#8203;43661](https://github.com/vercel/next.js/issues/43661) - Update flakey app logbox test: [#&#8203;43682](https://github.com/vercel/next.js/issues/43682) - Update flakey GSSP preview test: [#&#8203;43702](https://github.com/vercel/next.js/issues/43702) - Fix typos in 1.bug_report.yml: [#&#8203;43697](https://github.com/vercel/next.js/issues/43697) - Disable jest autorun in this repo: [#&#8203;43727](https://github.com/vercel/next.js/issues/43727) - Build test binary in Docker image: [#&#8203;43745](https://github.com/vercel/next.js/issues/43745) - Update bug report template to make it clear we require repro: [#&#8203;43735](https://github.com/vercel/next.js/issues/43735) - Add tests for server component HMR: [#&#8203;43779](https://github.com/vercel/next.js/issues/43779) - Add tests for rendering null and undefined in RSC: [#&#8203;43768](https://github.com/vercel/next.js/issues/43768) - Remove `swcMinify` from Next config in CNA template: [#&#8203;43782](https://github.com/vercel/next.js/issues/43782) - Remove `serverComponents` from next.conf.js because it's unused: [#&#8203;43805](https://github.com/vercel/next.js/issues/43805) - Add test for providing correct params to layouts: [#&#8203;43775](https://github.com/vercel/next.js/issues/43775) - Fix test binary generation and update test config: [#&#8203;43790](https://github.com/vercel/next.js/issues/43790) - Lock pnpm version during publish: [#&#8203;43820](https://github.com/vercel/next.js/issues/43820) - ci(actions): pin prod-test action image: [#&#8203;43748](https://github.com/vercel/next.js/issues/43748) - Upgrade playwright to 1.28.1: [#&#8203;43818](https://github.com/vercel/next.js/issues/43818) - modify rd email: [#&#8203;43837](https://github.com/vercel/next.js/issues/43837) - Test imports of all file types: [#&#8203;43751](https://github.com/vercel/next.js/issues/43751) - test: client component under server component with ssr:false: [#&#8203;43853](https://github.com/vercel/next.js/issues/43853) - Delete duplicate SECURITY.md: [#&#8203;43856](https://github.com/vercel/next.js/issues/43856) - Clarify e2e dependency on yarn in contributin docs: [#&#8203;43287](https://github.com/vercel/next.js/issues/43287) - test: use react latest: [#&#8203;43884](https://github.com/vercel/next.js/issues/43884) - Update [@&#8203;next/font](https://github.com/next/font) data: [#&#8203;43883](https://github.com/vercel/next.js/issues/43883) - Update flakey dev context tests: [#&#8203;43951](https://github.com/vercel/next.js/issues/43951) - Add VSCode settings and recommended extensions for Next.js repository: [#&#8203;43954](https://github.com/vercel/next.js/issues/43954) - Add Web Tooling team to codeowners: [#&#8203;43981](https://github.com/vercel/next.js/issues/43981) - Update docs change files list: [#&#8203;43984](https://github.com/vercel/next.js/issues/43984) - Fix e2e deploy test setup: [#&#8203;43990](https://github.com/vercel/next.js/issues/43990) ##### Credits Huge thanks to [@&#8203;Nutlope](https://github.com/Nutlope), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;m7yue](https://github.com/m7yue), [@&#8203;BRKalow](https://github.com/BRKalow), [@&#8203;Andarist](https://github.com/Andarist), [@&#8203;hanneslund](https://github.com/hanneslund), [@&#8203;jueungrace](https://github.com/jueungrace), [@&#8203;balazsorban44](https://github.com/balazsorban44), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;mmaaaaz](https://github.com/mmaaaaz), [@&#8203;Alfred-Mountfield](https://github.com/Alfred-Mountfield), [@&#8203;soonoo](https://github.com/soonoo), [@&#8203;JanKaifer](https://github.com/JanKaifer), [@&#8203;feedthejim](https://github.com/feedthejim), [@&#8203;Brooooooklyn](https://github.com/Brooooooklyn), [@&#8203;shuding](https://github.com/shuding), [@&#8203;manovotny](https://github.com/manovotny), [@&#8203;maxproske](https://github.com/maxproske), [@&#8203;AnujSsStw](https://github.com/AnujSsStw), [@&#8203;thomasballinger](https://github.com/thomasballinger), [@&#8203;kwonoj](https://github.com/kwonoj), [@&#8203;aaronbrown-vercel](https://github.com/aaronbrown-vercel), [@&#8203;saseungmin](https://github.com/saseungmin), [@&#8203;styfle](https://github.com/styfle), [@&#8203;timneutkens](https://github.com/timneutkens), [@&#8203;aziyatali](https://github.com/aziyatali), [@&#8203;labyrinthitis](https://github.com/labyrinthitis), [@&#8203;padmaia](https://github.com/padmaia), [@&#8203;mattpr](https://github.com/mattpr), [@&#8203;gnoff](https://github.com/gnoff), [@&#8203;wyattjoh](https://github.com/wyattjoh), [@&#8203;aarnadlr](https://github.com/aarnadlr), [@&#8203;DuCanhGH](https://github.com/DuCanhGH), [@&#8203;kleintorres](https://github.com/kleintorres), [@&#8203;janicklas-ralph](https://github.com/janicklas-ralph), [@&#8203;theevilhead](https://github.com/theevilhead), [@&#8203;Nfinished](https://github.com/Nfinished), and [@&#8203;feugy](https://github.com/feugy) for helping! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTguMSJ9-->
kjuulh force-pushed renovate/nextjs-monorepo from 89b2888066 to d7a44dc277 2022-12-18 18:58:32 +01:00 Compare
kjuulh force-pushed renovate/nextjs-monorepo from d7a44dc277 to f33038d9d5 2022-12-22 12:16:30 +01:00 Compare
kjuulh merged commit f33038d9d5 into main 2022-12-22 12:35:07 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/microblog#22
No description provided.