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

fix(deps): update tiptap packages #167

Merged
merged 3 commits into from
Feb 14, 2022
Merged

fix(deps): update tiptap packages #167

merged 3 commits into from
Feb 14, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tiptap/extension-link (source) 2.0.0-beta.34 -> 2.0.0-beta.36 age adoption passing confidence
@tiptap/extension-placeholder (source) 2.0.0-beta.46 -> 2.0.0-beta.48 age adoption passing confidence
@tiptap/extension-underline (source) 2.0.0-beta.22 -> 2.0.0-beta.23 age adoption passing confidence
@tiptap/react (source) 2.0.0-beta.106 -> 2.0.0-beta.108 age adoption passing confidence
@tiptap/starter-kit (source) 2.0.0-beta.168 -> 2.0.0-beta.183 age adoption passing confidence

Release Notes

ueberdosis/tiptap (@​tiptap/extension-link)

v2.0.0-beta.36

Compare Source

Note: Version bump only for package @​tiptap/extension-link

v2.0.0-beta.35

Compare Source

Bug Fixes
  • allow to remove autolinks with unsetLink (ea10ffb)
ueberdosis/tiptap (@​tiptap/extension-placeholder)

v2.0.0-beta.48

Compare Source

Bug Fixes
  • fix hasAnchor type for placeholder extension (5257a3b)
Features

v2.0.0-beta.47

Compare Source

Note: Version bump only for package @​tiptap/extension-placeholder

ueberdosis/tiptap (@​tiptap/extension-underline)

v2.0.0-beta.23

Compare Source

Features
ueberdosis/tiptap (@​tiptap/react)

v2.0.0-beta.108

Compare Source

Note: Version bump only for package @​tiptap/react

v2.0.0-beta.107

Compare Source

Note: Version bump only for package @​tiptap/react

ueberdosis/tiptap (@​tiptap/starter-kit)

v2.0.0-beta.183

Compare Source

Note: Version bump only for package @​tiptap/starter-kit

v2.0.0-beta.182

Compare Source

Note: Version bump only for package @​tiptap/starter-kit

v2.0.0-beta.181

Compare Source

Note: Version bump only for package @​tiptap/starter-kit

v2.0.0-beta.180

Compare Source

Note: Version bump only for package @​tiptap/starter-kit

v2.0.0-beta.179

Compare Source

Note: Version bump only for package @​tiptap/starter-kit

v2.0.0-beta.178

Compare Source

Note: Version bump only for package @​tiptap/starter-kit

v2.0.0-beta.177

Compare Source

Note: Version bump only for package @​tiptap/starter-kit

v2.0.0-beta.176

Compare Source

Note: Version bump only for package @​tiptap/starter-kit

v2.0.0-beta.175

Compare Source

Note: Version bump only for package @​tiptap/starter-kit

v2.0.0-beta.174

Compare Source

Note: Version bump only for package @​tiptap/starter-kit

v2.0.0-beta.173

Compare Source

Note: Version bump only for package @​tiptap/starter-kit

v2.0.0-beta.172

Compare Source

Note: Version bump only for package @​tiptap/starter-kit

v2.0.0-beta.171

Compare Source

Note: Version bump only for package @​tiptap/starter-kit

v2.0.0-beta.170

Compare Source

Note: Version bump only for package @​tiptap/starter-kit

v2.0.0-beta.169

Compare Source

Note: Version bump only for package @​tiptap/starter-kit


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

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

@vercel
Copy link

vercel bot commented Feb 4, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/devrsi0n/chirpy/4aHsh8Szewe9anYV8fMoewibsuc3
✅ Preview: https://chirpy-git-renovate-tiptap-packages-devrsi0n.vercel.app

@github-actions
Copy link
Contributor

github-actions bot commented Feb 4, 2022

jest coverage report 🧪

Total coverage

Status Category Percentage Covered / Total
🟡 Statements 26.78% 850/3174
🔴 Branches 22.14% 472/2131
🔴 Functions 25% 249/996
🟡 Lines 26.87% 830/3088

Status of coverage: 🟢 - ok, 🟡 - slightly more than threshold, 🔴 - under the threshold

@github-actions
Copy link
Contributor

github-actions bot commented Feb 4, 2022

📦 Next.js Bundle Analysis

This analysis was generated by the next.js bundle analysis action 🤖

Three Pages Changed Size

The following pages changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (250 KB)
/theme/[domain] 159.74 KB 320.81 KB 128.32% (🟡 +0.20%)
/widget/comment/[pageURL] 151.43 KB 312.5 KB 125.00% (🟡 +0.19%)
/widget/comment/details/[commentId] 151.06 KB 312.13 KB 124.85% (🟡 +0.20%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 10% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@cypress
Copy link

cypress bot commented Feb 4, 2022



Test summary

7 0 0 0


Run details

Project chirpy
Status Passed
Commit 481c6f2
Started Feb 14, 2022 1:29 AM
Ended Feb 14, 2022 1:30 AM
Duration 01:07 💡
OS Linux Ubuntu - 20.04
Browser Electron 94

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@devrsi0n devrsi0n merged commit 3ad3883 into main Feb 14, 2022
@devrsi0n devrsi0n deleted the renovate/tiptap-packages branch February 14, 2022 05:15
devrsi0n added a commit that referenced this pull request Feb 26, 2022
* fix(deps): update dependency framer-motion to v6.2.4 (#165)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* feat: web notification (#147)

* feat: web notification

* feat: send message with a test request

* feat: set up mutation event

* feat: send notification to site owner

* fix: window is undefined

* feat: add title and icon to notification

* feat: focus on existing tab or open a new tab after click a notification

* feat: add body to notification

* fix: refactor the sw

* feat: only register notification when user is posting

* feat: add a popover to ask user notification permission

* fix: delete notification subscription

* feat: add a toast to notify user a new service worker is available

* feat: add notification of reply

* feat: save like notificatioin

* fix: delete like notification failed

* feat: add comment deleted notificatioin

* fix: prettier is not working

* feat: delete the existing comment after deleted a comment

* fix: build error

* fix: ut error

* fix: cypress error

* docs: update progress

* fix: should redirect to previous page after logging in (#172)

* fix: fix bug Footer should be sticky to the bottom

* fix: fix bug Footer should be sticky to the bottom

* fix: fix bug should redirect to previous page after logging in

* fix: change sessionStorage name

* fix: change

* fix: change sessionStorage and localSession key

* fix: sessionStorage bugfix

Co-authored-by: 吴兴利 <xinglee@Xinglees-MacBook-Pro.local>

* refactor: use next-auth callback url  (#174)

* fix: use next-auth callback url

* fix: remove stale comment

* fix: update comment

* fix: remove a duplicated environment variable

* fix: remove comment script url on blog page

* fix: add notification type seed

* feat: add environment badges (#179)

* chore(deps): update dependency superjson to 1.8.1 [security] (#178)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* fix(deps): update dependency type-fest to v2.11.2 (#166)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Polish web notification (#181)

* fix: polish favicon

* fix: don't show popup if user deny the notification permission

* feat: add a playground page for testing

* fix: remove unused variables

* fix(deps): update tiptap packages (#167)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Qing <7880675+devrsi0n@users.noreply.github.com>

* fix: polish favicon (#183)

* fix(deps): update dependency urql to v2.1.3 (#171)

* Fix: database schema migration (#186)

* fix: migrate database

* fix: squash notification database schema

* fix: remove alter

* feat: add hasura ci/cd github action

* Feat: use on-demand ISR and use middleware to protect API and pages (#188)

* fix: prepare for next-auth middleware

* fix: use middleware to check the authorized

* fix: use next-auth middleware to protect pages

* feat: use ondemand revalidate when hasura events happening

* fix: enable swc minify

* fix: squash schema

* fix: cypress test

* fix: missing env

* chore: polish readme image

* fix: cypress index page

* fix: cypress test failed

* fix: cypress test failed (#192)

* fix: hasura ci target branch

* fix: cypress error

* fix: test error (#195)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Xinglee23 <xinglee23@outlook.com>
Co-authored-by: 吴兴利 <xinglee@Xinglees-MacBook-Pro.local>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants