devrsi0n / chirpy

๐Ÿ’ฌ A privacy-friendly and customizable Disqus (comment system) alternate. ๆณจ้‡้š็งไฟๆŠคๅ’ŒๅฎšๅˆถๅŒ–็š„่ฏ„่ฎบ็ณป็ปŸใ€‚
https://chirpy.dev
GNU Affero General Public License v3.0
563 stars 32 forks source link

fix(deps): update dependency next-auth to v4.20.1 - autoclosed #513

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
next-auth (source) 4.17.0 -> 4.20.1 age adoption passing confidence

Release Notes

nextauthjs/next-auth ### [`v4.20.1`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%404.20.1) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@4.20.0...next-auth@4.20.1) **Full Changelog**: https://github.com/nextauthjs/next-auth/compare/next-auth@4.20.0...next-auth@4.20.1 ### [`v4.20.0`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%404.20.0) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@4.19.2...next-auth@4.20.0) #### What's Changed - Add success handler to `getServerSideProps` by [@​ChinonsoIg](https://togithub.com/ChinonsoIg) in [https://github.com/nextauthjs/next-auth/pull/6589](https://togithub.com/nextauthjs/next-auth/pull/6589) - docs: update pages configuration example to typescript by [@​rawbinary](https://togithub.com/rawbinary) in [https://github.com/nextauthjs/next-auth/pull/6596](https://togithub.com/nextauthjs/next-auth/pull/6596) - fix(next-auth): remove `engines` requirement on `openid-client` by [@​balazsorban44](https://togithub.com/balazsorban44) in [https://github.com/nextauthjs/next-auth/pull/6654](https://togithub.com/nextauthjs/next-auth/pull/6654) - docs: fix wording for deployment on Vercel preview by [@​jirihofman](https://togithub.com/jirihofman) in [https://github.com/nextauthjs/next-auth/pull/6705](https://togithub.com/nextauthjs/next-auth/pull/6705) - Update custom sign in getProvider example by [@​wsfuller](https://togithub.com/wsfuller) in [https://github.com/nextauthjs/next-auth/pull/6706](https://togithub.com/nextauthjs/next-auth/pull/6706) - fix: Add missing logo to Default Signin Page by [@​raulmarindev](https://togithub.com/raulmarindev) in [https://github.com/nextauthjs/next-auth/pull/6728](https://togithub.com/nextauthjs/next-auth/pull/6728) - fix broken sudo pipe in hostname example by [@​tomryanx](https://togithub.com/tomryanx) in [https://github.com/nextauthjs/next-auth/pull/6769](https://togithub.com/nextauthjs/next-auth/pull/6769) - docs: fix typo on 'nextjs#getserversession' page by [@​babblebey](https://togithub.com/babblebey) in [https://github.com/nextauthjs/next-auth/pull/6790](https://togithub.com/nextauthjs/next-auth/pull/6790) - feat: priortize `NEXTAUTH_URL_INTERNAL` by [@​ThangHuuVu](https://togithub.com/ThangHuuVu) in [https://github.com/nextauthjs/next-auth/pull/6814](https://togithub.com/nextauthjs/next-auth/pull/6814) - docs: typo in faq.md by [@​antjocks](https://togithub.com/antjocks) in [https://github.com/nextauthjs/next-auth/pull/6826](https://togithub.com/nextauthjs/next-auth/pull/6826) #### New Contributors - [@​ChinonsoIg](https://togithub.com/ChinonsoIg) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/6589](https://togithub.com/nextauthjs/next-auth/pull/6589) - [@​wsfuller](https://togithub.com/wsfuller) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/6706](https://togithub.com/nextauthjs/next-auth/pull/6706) - [@​tomryanx](https://togithub.com/tomryanx) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/6769](https://togithub.com/nextauthjs/next-auth/pull/6769) - [@​babblebey](https://togithub.com/babblebey) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/6790](https://togithub.com/nextauthjs/next-auth/pull/6790) - [@​antjocks](https://togithub.com/antjocks) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/6826](https://togithub.com/nextauthjs/next-auth/pull/6826) **Full Changelog**: https://github.com/nextauthjs/next-auth/compare/next-auth@4.19.2...next-auth@4.20.0 ### [`v4.19.2`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%404.19.2) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@4.19.1...next-auth@4.19.2) #### What's Changed - fix(ts): stop using typeof + generic together by [@​balazsorban44](https://togithub.com/balazsorban44) in [https://github.com/nextauthjs/next-auth/pull/6595](https://togithub.com/nextauthjs/next-auth/pull/6595) **Full Changelog**: https://github.com/nextauthjs/next-auth/compare/next-auth@4.19.1...next-auth@4.19.2 ### [`v4.19.1`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%404.19.1) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@4.19.0...next-auth@4.19.1) #### What's Changed - Remove the `unstable` note. by [@​OrJDev](https://togithub.com/OrJDev) in [https://github.com/nextauthjs/next-auth/pull/6537](https://togithub.com/nextauthjs/next-auth/pull/6537) - fix(ts): correctly type `unstable_getServerSession` by [@​joulev](https://togithub.com/joulev) in [https://github.com/nextauthjs/next-auth/pull/6560](https://togithub.com/nextauthjs/next-auth/pull/6560) - feat: redesign all default pages by [@​ThangHuuVu](https://togithub.com/ThangHuuVu) and [@​Gawdfrey](https://togithub.com/Gawdfrey) #### New Contributors - [@​joulev](https://togithub.com/joulev) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/6560](https://togithub.com/nextauthjs/next-auth/pull/6560) **Full Changelog**: https://github.com/nextauthjs/next-auth/compare/next-auth@4.19.0...next-auth@4.19.1 ### [`v4.19.0`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%404.19.0) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@4.18.10...next-auth@4.19.0) #### What's Changed - fix(oauth1): pass `oauth_token_secret` in [https://github.com/nextauthjs/next-auth/pull/6534](https://togithub.com/nextauthjs/next-auth/pull/6534) - feat: remove `unstable_` prefix `getServerSession` in [https://github.com/nextauthjs/next-auth/pull/6535](https://togithub.com/nextauthjs/next-auth/pull/6535) - feat: make `generateSessionToken` awaitable in [https://github.com/nextauthjs/next-auth/pull/6536](https://togithub.com/nextauthjs/next-auth/pull/6536) **Full Changelog**: https://github.com/nextauthjs/next-auth/compare/next-auth@4.18.10...next-auth@4.19.0 ### [`v4.18.10`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%404.18.10) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@4.18.9...next-auth@4.18.10) **Full Changelog**: https://github.com/nextauthjs/next-auth/compare/next-auth@4.18.9...next-auth@4.18.10 ### [`v4.18.9`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%404.18.9) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@4.18.8...next-auth@4.18.9) #### Bugfixes - **next-auth**: remove engines ([`f54424c`](https://togithub.com/nextauthjs/next-auth/commit/f54424c2)) - **providers**: default image to `null` for Azure AD ([`09bcc1d`](https://togithub.com/nextauthjs/next-auth/commit/09bcc1d5)) - Allow adding own logo to provider ([#​6465](https://togithub.com/nextauthjs/next-auth/issues/6465)) ### [`v4.18.8`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%404.18.8) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.18.7...next-auth@4.18.8) #### What's Changed - chore(docs): fix aloglia `docusaurus.config.js` settings (`v4`) [https://github.com/nextauthjs/next-auth/pull/6160](https://togithub.com/nextauthjs/next-auth/pull/6160) - fix broken links related to issue [#​6157](https://togithub.com/nextauthjs/next-auth/issues/6157) [https://github.com/nextauthjs/next-auth/pull/6183](https://togithub.com/nextauthjs/next-auth/pull/6183) - Replaced the word peer dependency [https://github.com/nextauthjs/next-auth/pull/6197](https://togithub.com/nextauthjs/next-auth/pull/6197) - fix(docs): import `NextAuth` correctly [https://github.com/nextauthjs/next-auth/pull/6206](https://togithub.com/nextauthjs/next-auth/pull/6206) - chore(docs): fix middleware verbiage [https://github.com/nextauthjs/next-auth/pull/5981](https://togithub.com/nextauthjs/next-auth/pull/5981) - fix: remove outdated nested middleware info [#​5180](https://togithub.com/nextauthjs/next-auth/issues/5180) [https://github.com/nextauthjs/next-auth/pull/5181](https://togithub.com/nextauthjs/next-auth/pull/5181) **Full Changelog**: https://github.com/nextauthjs/next-auth/compare/next-auth@v4.18.7...next-auth@4.18.8 ### [`v4.18.7`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.18.7) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.18.6...next-auth@v4.18.7) #### Bugfixes - **next-auth**: revert to 4.17 and replay other fixes ([https://github.com/nextauthjs/next-auth/pull/6132](https://togithub.com/nextauthjs/next-auth/pull/6132)) ### [`v4.18.6`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.18.6) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.18.5...next-auth@v4.18.6) #### Bugfixes - **core**: preserve incoming set cookies ([#​6029](https://togithub.com/nextauthjs/next-auth/issues/6029)) ([`2875b49`](https://togithub.com/nextauthjs/next-auth/commit/2875b49f)) - **next**: correctly bundle next-auth/middleware fixes [#​6025](https://togithub.com/nextauthjs/next-auth/issues/6025) ([`5259d24`](https://togithub.com/nextauthjs/next-auth/commit/5259d247)) ### [`v4.18.5`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.18.5) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.18.4...next-auth@v4.18.5) #### Bugfixes - **core**: host detection/NEXTAUTH_URL ([#​6007](https://togithub.com/nextauthjs/next-auth/issues/6007)) ([`62f672a`](https://togithub.com/nextauthjs/next-auth/commit/62f672ae)) - **core**: correct status code when returning redirects ([#​6004](https://togithub.com/nextauthjs/next-auth/issues/6004)) ([`2c669b3`](https://togithub.com/nextauthjs/next-auth/commit/2c669b32)) ### [`v4.18.4`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.18.4) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.18.3...next-auth@v4.18.4) #### Bugfixes - **core**: handle `Request` -> `Response` regressions ([#​5991](https://togithub.com/nextauthjs/next-auth/issues/5991)) ([`5c4a9a6`](https://togithub.com/nextauthjs/next-auth/commit/5c4a9a69)) - **next**: don't override `Content-Type` by `unstable_getServerSession` [https://github.com/nextauthjs/next-auth/pull/5991](https://togithub.com/nextauthjs/next-auth/pull/5991)/commits/7c24c5613f470f4b33f0486201821c6d40bedca8 - **core**: handle `,` while setting `set-cookie` [https://github.com/nextauthjs/next-auth/pull/5991](https://togithub.com/nextauthjs/next-auth/pull/5991)/commits/7a390844c8db3c548ca0155f16d6a033693a3fbf ### [`v4.18.3`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.18.3) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.18.2...next-auth@v4.18.3) #### Bugfixes - **core**: throw error if no action can be determined ([`157269e`](https://togithub.com/nextauthjs/next-auth/commit/157269e0)) - **core**: add protocol if missing ([`221bc8e`](https://togithub.com/nextauthjs/next-auth/commit/221bc8e9)) #### Other - **core**: fix test ([`0a140cd`](https://togithub.com/nextauthjs/next-auth/commit/0a140cdf)) ### [`v4.18.2`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.18.2) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.18.1...next-auth@v4.18.2) #### Bugfixes - **core**: properly construct url ([#​5984](https://togithub.com/nextauthjs/next-auth/issues/5984)) ([`f329102`](https://togithub.com/nextauthjs/next-auth/commit/f3291025)) ### [`v4.18.1`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.18.1) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.18.0...next-auth@v4.18.1) #### Bugfixes - **core**: don't mutate `authOptions` in `unstable_getServerSession` ([#​5973](https://togithub.com/nextauthjs/next-auth/issues/5973)) ([`b19b2bc`](https://togithub.com/nextauthjs/next-auth/commit/b19b2bcb)) #### Other - **core**: use standard `Request` and `Response` ([#​4769](https://togithub.com/nextauthjs/next-auth/issues/4769)) ([`7e91d7d`](https://togithub.com/nextauthjs/next-auth/commit/7e91d7df)) - **dev**: upgrade dev app and deps ([`c4352a7`](https://togithub.com/nextauthjs/next-auth/commit/c4352a7d)) ### [`v4.18.0`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.18.0) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.17.0...next-auth@v4.18.0) #### Features - **core**: make pkce and state maxAge configurable on the cookies ([#​4719](https://togithub.com/nextauthjs/next-auth/issues/4719)) ([`f277989`](https://togithub.com/nextauthjs/next-auth/commit/f277989c)) #### Bugfixes - **next**: improve dev environment variable handling ([#​5763](https://togithub.com/nextauthjs/next-auth/issues/5763)) ([`0d17578`](https://togithub.com/nextauthjs/next-auth/commit/0d175781)) - **provider**: modify `response.name` to `response.nickname` (Naver) ([#​5915](https://togithub.com/nextauthjs/next-auth/issues/5915)) ([`6e408e2`](https://togithub.com/nextauthjs/next-auth/commit/6e408e24)) - **ts**: improve `unstable_getServerSession` return type ([#​5792](https://togithub.com/nextauthjs/next-auth/issues/5792)) ([`a307079`](https://togithub.com/nextauthjs/next-auth/commit/a307079e)) #### Other - **types**: fix typo in comment ([#​5815](https://togithub.com/nextauthjs/next-auth/issues/5815)) ([`2301c1b`](https://togithub.com/nextauthjs/next-auth/commit/2301c1be))

Configuration

๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

๐Ÿ”• Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git โ†—๏ธŽ

Name Status Preview Comments Updated
chirpy โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add your feedback Mar 2, 2023 at 10:14PM (UTC)
changeset-bot[bot] commented 2 years ago

โš ๏ธ No Changeset found

Latest commit: 848bbdc78d847d49304ebe0abff921ed43aaddb1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

github-actions[bot] commented 2 years ago

Coverage report for ./apps/main

St.:grey_question:
Category Percentage Covered / Total
๐Ÿ”ด Statements 8.77% 40/456
๐Ÿ”ด Branches 10.23% 9/88
๐Ÿ”ด Functions 4.13% 5/121
๐Ÿ”ด Lines 9.27% 38/410

Test suite run success

2 tests passing in 2 suites.

Report generated by ๐Ÿงชjest coverage report action from 1a8700c1c33ebc85a68f19e6ba6df9bb5f3b4f2d

relativeci[bot] commented 2 years ago

Job #1332: Bundle Size โ€” 3.57MiB (0%).

152108b(current) vs 8304686 main#1325(baseline)

:warning: Bundle contains 10 duplicate packages

Metrics (1 change)
โ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒ โ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒCurrent
Job #1332
โ€ƒโ€ƒโ€ƒโ€ƒโ€ƒBaseline
Job #1325
Initial JS 1.88MiB 1.88MiB
Initial CSS 148.69KiB 148.69KiB
Cache Invalidation 9.42% 75.51%
Chunks 87 87
Assets 99 99
Modules 1599 1599
Duplicate Modules 432 432
Duplicate Code 8.45% 8.45%
Packages 178 178
Duplicate Packages 8 8

Total size by type (no changes)
| โ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒ | โ€ƒโ€ƒโ€ƒโ€ƒโ€ƒโ€ƒCurrent
[Job #1332](https://app.relative-ci.com/projects/rYoEVFddayylGRgFiBEd/jobs/1332-hz6nburOjwQcVVxcOjnD?utm_source=github&utm_medium=pr-report "View job report") | โ€ƒโ€ƒโ€ƒโ€ƒโ€ƒBaseline
[Job #1325](https://app.relative-ci.com/projects/rYoEVFddayylGRgFiBEd/jobs/1325-d0ULpsSpr24BnYh1RUaf?utm_source=github&utm_medium=pr-report "View baseline job report") | |:--|--:|--:| | [CSS](https://app.relative-ci.com/projects/rYoEVFddayylGRgFiBEd/jobs/1332-hz6nburOjwQcVVxcOjnD/assets?ba=%7B%22filters%22%3A%7B%22ft.CSS%22%3Atrue%2C%22ft.JS%22%3Afalse%2C%22ft.IMG%22%3Afalse%2C%22ft.MEDIA%22%3Afalse%2C%22ft.FONT%22%3Afalse%2C%22ft.HTML%22%3Afalse%2C%22ft.OTHER%22%3Afalse%7D%7D "View all CSS assets") | `148.69KiB` | `148.69KiB` | | [Fonts](https://app.relative-ci.com/projects/rYoEVFddayylGRgFiBEd/jobs/1332-hz6nburOjwQcVVxcOjnD/assets?ba=%7B%22filters%22%3A%7B%22ft.CSS%22%3Afalse%2C%22ft.JS%22%3Afalse%2C%22ft.IMG%22%3Afalse%2C%22ft.MEDIA%22%3Afalse%2C%22ft.FONT%22%3Atrue%2C%22ft.HTML%22%3Afalse%2C%22ft.OTHER%22%3Afalse%7D%7D "View all Fonts assets") | `0B` | `0B` | | [HTML](https://app.relative-ci.com/projects/rYoEVFddayylGRgFiBEd/jobs/1332-hz6nburOjwQcVVxcOjnD/assets?ba=%7B%22filters%22%3A%7B%22ft.CSS%22%3Afalse%2C%22ft.JS%22%3Afalse%2C%22ft.IMG%22%3Afalse%2C%22ft.MEDIA%22%3Afalse%2C%22ft.FONT%22%3Afalse%2C%22ft.HTML%22%3Atrue%2C%22ft.OTHER%22%3Afalse%7D%7D "View all HTML assets") | `0B` | `0B` | | [IMG](https://app.relative-ci.com/projects/rYoEVFddayylGRgFiBEd/jobs/1332-hz6nburOjwQcVVxcOjnD/assets?ba=%7B%22filters%22%3A%7B%22ft.CSS%22%3Afalse%2C%22ft.JS%22%3Afalse%2C%22ft.IMG%22%3Atrue%2C%22ft.MEDIA%22%3Afalse%2C%22ft.FONT%22%3Afalse%2C%22ft.HTML%22%3Afalse%2C%22ft.OTHER%22%3Afalse%7D%7D "View all IMG assets") | `1.45KiB` | `1.45KiB` | | [JS](https://app.relative-ci.com/projects/rYoEVFddayylGRgFiBEd/jobs/1332-hz6nburOjwQcVVxcOjnD/assets?ba=%7B%22filters%22%3A%7B%22ft.CSS%22%3Afalse%2C%22ft.JS%22%3Atrue%2C%22ft.IMG%22%3Afalse%2C%22ft.MEDIA%22%3Afalse%2C%22ft.FONT%22%3Afalse%2C%22ft.HTML%22%3Afalse%2C%22ft.OTHER%22%3Afalse%7D%7D "View all JS assets") | `3.4MiB` | `3.4MiB` | | [Media](https://app.relative-ci.com/projects/rYoEVFddayylGRgFiBEd/jobs/1332-hz6nburOjwQcVVxcOjnD/assets?ba=%7B%22filters%22%3A%7B%22ft.CSS%22%3Afalse%2C%22ft.JS%22%3Afalse%2C%22ft.IMG%22%3Afalse%2C%22ft.MEDIA%22%3Atrue%2C%22ft.FONT%22%3Afalse%2C%22ft.HTML%22%3Afalse%2C%22ft.OTHER%22%3Afalse%7D%7D "View all Media assets") | `0B` | `0B` | | [Other](https://app.relative-ci.com/projects/rYoEVFddayylGRgFiBEd/jobs/1332-hz6nburOjwQcVVxcOjnD/assets?ba=%7B%22filters%22%3A%7B%22ft.CSS%22%3Afalse%2C%22ft.JS%22%3Afalse%2C%22ft.IMG%22%3Afalse%2C%22ft.MEDIA%22%3Afalse%2C%22ft.FONT%22%3Afalse%2C%22ft.HTML%22%3Afalse%2C%22ft.OTHER%22%3Atrue%7D%7D "View all Other assets") | `24.02KiB` | `24.02KiB` |

View job #1332 reportโ€ƒView refs/pull/513/merge branch activity

github-actions[bot] commented 2 years ago

Coverage report for ./packages/ui

St.:grey_question:
Category Percentage Covered / Total
๐Ÿ”ด Statements 52.86% 2372/4487
๐Ÿ”ด Branches 26.91% 441/1639
๐Ÿ”ด Functions 36.39% 461/1267
๐Ÿ”ด Lines 52.95% 2255/4259

Test suite run success

50 tests passing in 32 suites.

Report generated by ๐Ÿงชjest coverage report action from 1a8700c1c33ebc85a68f19e6ba6df9bb5f3b4f2d

cypress[bot] commented 2 years ago

Passing run #1867 โ†—๏ธŽ

0 4 3 0 Flakiness 0

Details:

fix(deps): update dependency next-auth to v4.20.1
Project: chirpy Commit: 848bbdc78d
Status: Passed Duration: 01:43 ๐Ÿ’ก
Started: Mar 2, 2023 10:16 PM Ended: Mar 2, 2023 10:18 PM

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.