Hello Let's Encrypt Team,
I am experiencing rate limit issues because several .cc second-level domains are not being recognized as public suffixes in Let's Encrypt's current PSL version.
Problem Description
When requesting SSL certificates for subdomains under the following suffixes:
ec.cc
eu.cc
gu.cc
uk.cc
`us
danb35
February 5, 2026, 11:27am
2
Let's Encrypt does not manage the Public Suffix List. Consult them for this request:
For more on submitting changes to the list, see specifically:
2 Likes
ghen
February 5, 2026, 11:30am
3
The requested entries are in the PSL since December, OP is requestion LE to update their copy to the latest version.
committed 02:57PM - 28 Dec 25 UTC
6 Likes
Let's Encrypt is indeed a bit behind on the PSL version currently: They're running v0.50.1 from November 2025, although a newer release (v0.50.2) from January is available. boulder/go.mod at 5567ab7f8662a61233058bca434062bff2e764ab Β· letsencrypt/boulder Β· GitHub
4 Likes
main β update-psl
opened 04:33PM - 05 Feb 26 UTC
This update brings in several new public suffixes, including several under the .β¦ cc (Cocos Islands) ccTLD. Also transitively update several golang.org/x/ dependencies.
Changelog: https://github.com/weppos/publicsuffix-go/compare/v0.50.1...v0.50.2
Iβd expect this to be deployed next Thursday
5 Likes
Osiris
February 5, 2026, 5:45pm
6
Would be nice if that dependency update could somehow be (semi-)automated. If allowed by policy of course. It's easy enough to doublecheck by a human, but maybe a dependabot-like automatically opened PR would streamline regular updates for better user experience. It's quite common to receive these requests here on the Community.
4 Likes
Fully agree. Your post reminded me of one last month. Looks like they gave up waiting and proxied their domain at Cloudflare (presumably with an Origin CA cert).
2 Likes
boulder repo has Dependabot
But for some reasons, the last PR that dependabot updating github.com/weppos/publicsuffix-go is from 2023, it is mostly manually updated, but I can't find the problems from the dependabot.yml
main β dependabot/go_modules/github.com/weppos/publicsuffix-go-0.30.0
opened 01:58AM - 01 Mar 23 UTC
Bumps [github.com/weppos/publicsuffix-go](https://github.com/weppos/publicsuffix⦠-go) from 0.20.1-0.20221209102050-40d9c30084b3 to 0.30.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/weppos/publicsuffix-go/commits/v0.30.0">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 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)
</details>
(I don't know the dependencies complexity of boulder, but I recommend to give Renovatebot a try for dependencies managements)
4 Likes
In theory, dependabot would update the PSL for us.
In practice, the AWS repos update so frequently that dependabot is constantly trying to update those dependencies, and never has a chance to update any of our other deps. Dependabot has no options, as far as we can tell, to fix this behavior. It doesn't round-robin deps, it doesn't choose deps randomly, it doesn't have cooldown periods after updating a dep, it doesn't let you specify a maximum frequency for a given dep, etc.
This has been a frustration of ours for several years, but has never quite risen to the level where the cost of fixing outweighs the cost of just dealing with it.
Another solution would be to stop relying on the publicsuffix-go repo, and instead consume the upstream PSL directly (perhaps via //go:embed), with our own homegrown update mechanism. That is also nontrivial, and doesn't solve the dependabot problem for our other deps, so we haven't gone that route either.
5 Likes
Soβ¦. AWS dependencies cause Dependabot didn't push other dependencies for somehow?
Anyways, Renovatebot fixed almost of the problems you described
Joplin is one of the project that use Renovate to its fullest potential
You could guess what the config means without reading the docs
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
// We don't update too frequently so that if something is broken in a new package
// release it will have time to be fixed by the time we update. The npm ecosystem
// being what it is even patch releases can have serious breaking changes.
"major": {
"stabilityDays": 200,
},
"minor": {
"stabilityDays": 120,
},
"patch": {
"stabilityDays": 90,
},
// Keep a low limit because otherwise Renovate will do nothing for 3 months then
This file has been truncated. show original
Renovate has a feature called Dependency Dashboard you could set the schedule for the updates just like Dependabot, but you could get them whenever you want by click the button like this, or completely disable PR creation for specific deps(but will still listed at dashboard, and just click it if you want it now.)
opened 11:36AM - 01 Nov 22 UTC
This issue lists Renovate updates and detected dependencies. Read the [Dependenc⦠y Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.<br>[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/laurent22/joplin).
## Config Migration Needed
- [ ] Select this checkbox to let Renovate create an automated Config Migration PR.
## Deprecations / Replacements
> [!WARNING]
These dependencies are either deprecated or have replacements available:
| Datasource | Name | Replacement PR? |
|------------|------|--------------|
| npm | `@joeattardi/emoji-button` |  |
| npm | `@types/bcryptjs` |  |
| npm | `@types/jest-expect-message` |  |
| npm | `@types/json5` |  |
| npm | `@types/pdfjs-dist` |  |
| npm | `@types/sharp` |  |
| npm | `@types/uuid` |  |
| npm | `request` |  |
## Awaiting Schedule
The following updates are awaiting their schedule. To get an update now, click on a checkbox below.
- [ ] Update eslint (`@react-native/typescript-config`, `ts-jest`, `typescript`, `yarn`)
- [ ] Update eslint (major) (`@types/jest`, `@typescript-eslint/eslint-plugin`, `@typescript-eslint/parser`, `babel-jest`, `eslint`, `eslint-interactive`, `eslint-plugin-github`, `eslint-plugin-jest`, `eslint-plugin-promise`, `jest`, `jest-environment-jsdom`)
- [ ] π **Create all awaiting schedule PRs at once** π
## Rate-Limited
The following updates are currently rate-limited. To force their creation now, click on a checkbox below.
- [ ] Update dependency react-native-share to v12.2.1
- [ ] Update dependency nodejs to v24.9.0
- [ ] Update dependency react-native-svg to v15.14.0
- [ ] Update dependency react-native-webview to v13.16.0
- [ ] Update dependency @fortawesome/fontawesome-free to v7
- [ ] Update dependency react to v19.2.0 (`react`, `@types/react`)
- [ ] π **Create all rate-limited PRs at once** π
## Pending Status Checks
The following updates await pending status checks. To force their creation now, click on a checkbox below.
- [ ] Update dependency @pmmmwh/react-refresh-webpack-plugin to v0.6.2
- [ ] Update dependency @types/nodemailer to v6.4.22
- [ ] Update dependency @types/react to v18.3.28
- [ ] Update dependency @types/yargs to v17.0.35
- [ ] Update dependency concurrent-ruby to '< 1.3.7'
- [ ] Update dependency dotenv to v17.2.4
- [ ] Update dependency expo to v54.0.33
- [ ] Update dependency form-data to v4.0.5
- [ ] Update dependency fs-extra to v11.3.3
- [ ] Update dependency gettext-extractor to v4.0.5
- [ ] Update dependency lint-staged to v16.2.7
- [ ] Update dependency lodash to v4.17.23
- [ ] Update dependency nitrogen to v0.33.7
- [ ] Update dependency nodemon to v3.1.11
- [ ] Update dependency raw-body to v3.0.2
- [ ] Update dependency react-native-nitro-modules to v0.33.7
- [ ] Update dependency samlify to v2.10.2
- [ ] Update dependency style-to-js to v1.1.21
- [ ] Update dependency webpack-dev-server to v5.2.3
- [ ] Update dependency @axe-core/playwright to v4.11.1
- [ ] Update dependency @crowdin/cli to v4.13.0
- [ ] Update dependency @playwright/test to v1.58.2
- [ ] Update dependency @react-native-community/datetimepicker to v8.6.0
- [ ] Update dependency @react-native-community/netinfo to v11.5.2
- [ ] Update dependency @react-native-community/push-notification-ios to v1.12.0
- [ ] Update dependency abcjs to v6.6.1
- [ ] Update dependency axios to v1.13.4
- [ ] Update dependency dompurify to v3.3.1
- [ ] Update dependency esbuild to v0.27.3
- [ ] Update dependency git to v2.52.0
- [ ] Update dependency glob to v11.1.0
- [ ] Update dependency ldapts to v8.1.6
- [ ] Update dependency nan to v2.25.0
- [ ] Update dependency node-gyp to v11.5.0
- [ ] Update dependency npm-package-json-lint to v9.1.0
- [ ] Update dependency pg to v8.18.0
- [ ] Update dependency pg-boss to v10.4.2
- [ ] Update dependency prosemirror-gapcursor to v1.4.0
- [ ] Update dependency prosemirror-history to v1.5.0
- [ ] Update dependency prosemirror-transform to v1.11.0
- [ ] Update dependency react-native-localize to v3.6.1
- [ ] Update dependency react-native-paper to v5.15.0
- [ ] Update dependency sass to v1.97.3
- [ ] Update types (`electron`, `electron-updater`)
- [ ] Update actions/checkout action to v6
- [ ] Update actions/setup-java action to v5
- [ ] Update actions/setup-python action to v6
- [ ] Update actions/upload-artifact action to v6
- [ ] Update dependency @fortawesome/react-fontawesome to v3
- [ ] Update dependency @react-native-documents/picker to v12
- [ ] Update dependency @rollup/plugin-commonjs to v29
- [ ] Update dependency @types/jsdom to v27
- [ ] Update dependency @types/uuid to v11
- [ ] Update dependency electron to v40
- [ ] Update dependency glob to v13
- [ ] Update dependency jquery to v4
- [ ] Update dependency jsdom to v28
- [ ] Update dependency koa-body to v7
- [ ] Update dependency node-gyp to v12
- [ ] Update dependency node-os-utils to v2
- [ ] Update dependency otplib to v13
- [ ] Update dependency pg-boss to v12
- [ ] Update dependency rate-limiter-flexible to v9
- [ ] Update dependency react-native-device-info to v15
- [ ] Update dependency react-native-get-random-values to v2
- [ ] Update dependency react-native-quick-crypto to v1
- [ ] Update dependency react-native-url-polyfill to v3
- [ ] Update dependency short-uuid to v6
- [ ] Update dependency tesseract.js to v7
- [ ] Update dependency uuid to v13
- [ ] Update postgres Docker tag to v18
- [ ] Update Slashgear/action-check-pr-title action to v5
## Open
The following updates have all been created. To force a retry/rebase of any, click on a checkbox below.
- [ ] [Update dependency @types/serviceworker to v0.0.167](../pull/14297)
- [ ] [Update dependency python to 3.14](../pull/14270)
- [ ] **Click on this checkbox to rebase all open PRs at once**
## PR Closed (Blocked)
The following updates are blocked by an existing closed PR. To recreate the PR, click on a checkbox below.
- [ ] [Update dependency @types/react-redux to v7.1.34](../pull/12317)
- [ ] [Update dependency prosemirror-inputrules to v1.5.1](../pull/14105)
- [ ] [Update contributor-assistant/github-action action to v2.6.1](../pull/12489)
- [ ] [Update dependency react-native-popup-menu to v0.18.0](../pull/13384)
- [ ] [Update dependency xcodeproj to '< 1.27.1'](../pull/12544)
- [ ] [Update dependency @docusaurus/plugin-sitemap to v3](../pull/9845)
- [ ] [Update dependency @electron/notarize to v3](../pull/13335)
- [ ] [Update dependency @electron/rebuild to v4](../pull/13712)
- [ ] [Update dependency @joplin/onenote-converter to v3](../pull/12622)
- [ ] [Update dependency @sentry/electron to v6](../pull/13232)
- [ ] [Update dependency @types/node to v24](../pull/13995)
- [ ] [Update dependency bcryptjs to v3](../pull/13246) (`bcryptjs`, `@types/bcryptjs`)
- [ ] [Update dependency chalk to v5](../pull/7154)
- [ ] [Update dependency chokidar to v4](../pull/12619)
- [ ] [Update dependency color to v5](../pull/13249)
- [ ] [Update dependency css-loader to v7](../pull/11286)
- [ ] [Update dependency electron to v35](../pull/13714)
- [ ] [Update dependency electron-builder to v26](../pull/12963)
- [ ] [Update dependency entities to v6](../pull/12695)
- [ ] [Update dependency fast-xml-parser to v5](../pull/13253)
- [ ] [Update dependency gulp to v5](../pull/11287)
- [ ] [Update dependency html-entities to v2](../pull/7182)
- [ ] [Update dependency koa to v3](../pull/13709)
- [ ] [Update dependency markdown-it to v14](../pull/10714) (`markdown-it`, `@types/markdown-it`)
- [ ] [Update dependency markdown-it-abbr to v2](../pull/10715)
- [ ] [Update dependency markdown-it-anchor to v9](../pull/12630)
- [ ] [Update dependency markdown-it-deflist to v3](../pull/11008)
- [ ] [Update dependency markdown-it-emoji to v3](../pull/11009)
- [ ] [Update dependency markdown-it-footnote to v4](../pull/11010)
- [ ] [Update dependency markdown-it-mark to v4](../pull/11046)
- [ ] [Update dependency markdown-it-sub to v2](../pull/11047)
- [ ] [Update dependency nanoid to v5](../pull/9431)
- [ ] [Update dependency node-cron to v4](../pull/13821)
- [ ] [Update dependency node-persist to v4](../pull/11052)
- [ ] [Update dependency nodemailer to v7](../pull/13738)
- [ ] [Update dependency re-reselect to v5](../pull/11149)
- [ ] [Update dependency react-dom to v19](../pull/12852) (`react-dom`, `@types/react-dom`)
- [ ] [Update dependency react-redux to v9](../pull/11150)
- [ ] [Update dependency react-tooltip to v5](../pull/7418)
- [ ] [Update dependency redux to v5](../pull/11151)
- [ ] [Update dependency reselect to v5](../pull/11165)
- [ ] [Update dependency style-loader to v4](../pull/11369)
- [ ] [Update dependency tap to v21](../pull/12658)
- [ ] [Update dependency tar to v7](../pull/11370)
- [ ] [Update dependency yosay to v3](../pull/9734)
- [ ] [Update Node.js to v22](../pull/12660)
## Detected Dependencies
<details><summary>bundler (1)</summary>
<blockquote>
<details><summary>packages/app-mobile/Gemfile (2)</summary>
- `xcodeproj '< 1.26.0'` β [Updates: `'< 1.27.1'`]
- `concurrent-ruby '< 1.3.4'` β [Updates: `'< 1.3.7'`]
</details>
</blockquote>
</details>
<details><summary>cocoapods (1)</summary>
<blockquote>
<details><summary>packages/app-mobile/ios/Podfile</summary>
</details>
</blockquote>
</details>
<details><summary>devbox (1)</summary>
<blockquote>
<details><summary>devbox.json (6)</summary>
- `yarn 1.22.19` β [Updates: `1.22.22`]
- `nodejs 24.8.0` β [Updates: `24.9.0`]
- `pkg-config latest`
- `python 3.13.3` β [Updates: `3.14.2`]
- `electron latest` β [Updates: `35.7.2`]
- `git 2.50.1` β [Updates: `2.52.0`]
</details>
</blockquote>
</details>
<details><summary>docker-compose (3)</summary>
<blockquote>
<details><summary>docker-compose.db-dev.yml (2)</summary>
- `bitnamilegacy/postgresql 17.6.0`
- `bitnamilegacy/postgresql 17.6.0`
</details>
<details><summary>docker-compose.server-dev.yml (1)</summary>
- `postgres 16` β [Updates: `18`]
</details>
<details><summary>docker-compose.server.yml (2)</summary>
- `postgres 16` β [Updates: `18`]
- `postgres 16` β [Updates: `18`]
</details>
</blockquote>
</details>
<details><summary>dockerfile (3)</summary>
<blockquote>
<details><summary>Dockerfile.server (2)</summary>
- `node 24`
- `node 24-slim`
</details>
<details><summary>Dockerfile.transcribe (1)</summary>
- `node 24-bullseye`
</details>
<details><summary>packages/transcribe/Dockerfile.htr-cli</summary>
</details>
</blockquote>
</details>
<details><summary>github-actions (10)</summary>
<blockquote>
<details><summary>.github/workflows/automerge.yml (1)</summary>
- `pascalgn/automerge-action v0.16.4`
</details>
<details><summary>.github/workflows/build-android.yml (4)</summary>
- `actions/setup-java v4` β [Updates: `v5`]
- `actions/checkout v4` β [Updates: `v6`]
- `actions/setup-node v6`
- `node 24`
</details>
<details><summary>.github/workflows/build-macos-m1.yml (6)</summary>
- `actions/checkout v4` β [Updates: `v6`]
- `olegtarasov/get-tag v2.1.4`
- `actions/setup-node v6`
- `actions/setup-python v5` β [Updates: `v6`]
- `node 24`
- `python 3.13` β [Updates: `3.14`]
</details>
<details><summary>.github/workflows/check-pr-title.yml (1)</summary>
- `Slashgear/action-check-pr-title v4.3.0` β [Updates: `v5.0.1`]
</details>
<details><summary>.github/workflows/cla.yml (1)</summary>
- `contributor-assistant/github-action v2.3.2` β [Updates: `v2.6.1`]
</details>
<details><summary>.github/workflows/close-stale-issues.yml</summary>
</details>
<details><summary>.github/workflows/comment-on-failure.yml (1)</summary>
- `quipper/comment-failure-action v0.1.1`
</details>
<details><summary>.github/workflows/github-actions-main.yml (5)</summary>
- `actions/checkout v4` β [Updates: `v6`]
- `docker/login-action v3`
- `actions/checkout v4` β [Updates: `v6`]
- `actions/setup-node v6`
- `node 24`
</details>
<details><summary>.github/workflows/shared/setup-build-environment/action.yml (5)</summary>
- `olegtarasov/get-tag v2.1.4`
- `actions/setup-node v6`
- `actions/setup-python v5` β [Updates: `v6`]
- `node 24`
- `python 3.13` β [Updates: `3.14`]
</details>
<details><summary>.github/workflows/ui-tests.yml (2)</summary>
- `actions/checkout v4` β [Updates: `v6`]
- `actions/upload-artifact v4` β [Updates: `v6`]
</details>
</blockquote>
</details>
<details><summary>gradle (8)</summary>
<blockquote>
<details><summary>packages/app-mobile/android/build.gradle</summary>
</details>
<details><summary>packages/app-mobile/android/gradle.properties</summary>
</details>
<details><summary>packages/app-mobile/android/settings.gradle</summary>
</details>
<details><summary>packages/react-native-alarm-notification/android/build.gradle (1)</summary>
- `junit:junit 4.13.2`
</details>
<details><summary>packages/react-native-saf-x/android/build.gradle (1)</summary>
- `androidx.documentfile:documentfile 1.1.0`
</details>
<details><summary>packages/react-native-saf-x/android/gradle.properties</summary>
</details>
<details><summary>packages/whisper-voice-typing/android/build.gradle</summary>
</details>
<details><summary>packages/whisper-voice-typing/android/gradle.properties</summary>
</details>
</blockquote>
</details>
<details><summary>gradle-wrapper (1)</summary>
<blockquote>
<details><summary>packages/app-mobile/android/gradle/wrapper/gradle-wrapper.properties</summary>
</details>
</blockquote>
</details>
<details><summary>html (1)</summary>
<blockquote>
<details><summary>packages/turndown/index.html (1)</summary>
- `normalize 8.0.1`
</details>
</blockquote>
</details>
<details><summary>nodenv (1)</summary>
<blockquote>
<details><summary>packages/app-mobile/.node-version (1)</summary>
- `node 18` β [Updates: `22`]
</details>
</blockquote>
</details>
<details><summary>npm (27)</summary>
<blockquote>
<details><summary>.yarn/joplin-empty-package/package.json</summary>
</details>
<details><summary>package.json (25)</summary>
- `@types/fs-extra 11.0.4`
- `eslint-plugin-github 4.10.2` β [Updates: `6.0.0`]
- `http-server 14.1.1`
- `node-gyp 11.4.2` β [Updates: `11.5.0`, `12.2.0`]
- `nodemon 3.1.10` β [Updates: `3.1.11`]
- `@crowdin/cli 4` β [Updates: `4`]
- `@seiyab/eslint-plugin-react-hooks 4.5.1-beta.0`
- `@typescript-eslint/eslint-plugin 6.21.0` β [Updates: `8.38.0`]
- `@typescript-eslint/parser 6.21.0` β [Updates: `8.38.0`]
- `eslint 8.57.1` β [Updates: `9.31.0`]
- `eslint-interactive 10.8.0` β [Updates: `12.0.0`]
- `eslint-plugin-import 2.32.0`
- `eslint-plugin-jest 27.9.0` β [Updates: `29.0.1`]
- `eslint-plugin-promise 6.6.0` β [Updates: `7.2.1`]
- `eslint-plugin-react 7.37.5`
- `fs-extra 11.3.2` β [Updates: `11.3.3`]
- `glob 11.0.3` β [Updates: `11.1.0`, `13.0.1`]
- `gulp 4.0.2` β [Updates: `5.0.1`]
- `lint-staged 16.2.6` β [Updates: `16.2.7`]
- `madge 8.0.0`
- `npm-package-json-lint 9.0.0` β [Updates: `9.1.0`]
- `typescript 5.8.3` β [Updates: `5.9.3`]
- `node >=18`
- `yarn 4.9.2` β [Updates: `4.10.3`]
- `yarn 4.9.2` β [Updates: `4.10.3`]
</details>
<details><summary>packages/app-cli/package.json (27)</summary>
- `chalk 4.1.2` β [Updates: `5.4.1`]
- `compare-version 0.1.2`
- `fs-extra 11.3.2` β [Updates: `11.3.3`]
- `html-entities 1.4.0` β [Updates: `2.6.0`]
- `keytar 7.9.0`
- `md5 2.3.0`
- `node-rsa 1.1.1`
- `proper-lockfile 4.1.2`
- `redux 4.2.1` β [Updates: `5.0.1`]
- `server-destroy 1.0.1`
- `sharp 0.34.5`
- `sprintf-js 1.1.3`
- `string-padding 1.0.2`
- `tcp-port-used 1.0.2`
- `terminal-kit 3.1.2`
- `tkwidgets 0.5.27`
- `url-parse 1.5.10`
- `word-wrap 1.2.5`
- `@types/fs-extra 11.0.4`
- `@types/jest 29.5.14` β [Updates: `30.0.0`]
- `@types/node 18.19.130` β [Updates: `24.1.0`]
- `@types/proper-lockfile ^4.1.2`
- `gulp 4.0.2` β [Updates: `5.0.1`]
- `jest 29.7.0` β [Updates: `30.0.5`]
- `temp 0.9.4`
- `typescript 5.8.3` β [Updates: `5.9.3`]
- `node >=10.0.0`
</details>
<details><summary>packages/app-clipper/package.json</summary>
</details>
<details><summary>packages/app-desktop/package.json (60)</summary>
- `@electron/remote 2.1.3`
- `@joplin/onenote-converter ~3.6` β [Updates: `~3.3.0`]
- `fs-extra 11.3.2` β [Updates: `11.3.3`]
- `keytar 7.9.0`
- `7zip-bin 5.2.0`
- `@axe-core/playwright 4.10.2` β [Updates: `4.11.1`]
- `@electron/notarize 2.5.0` β [Updates: `3.0.1`]
- `@electron/rebuild 3.7.2` β [Updates: `4.0.1`]
- `@fortawesome/fontawesome-free 5.15.4` β [Updates: `7.0.0`]
- `@joeattardi/emoji-button 4.6.4`
- `@playwright/test 1.56.1` β [Updates: `1.58.2`]
- `@sentry/electron 4.24.0` β [Updates: `6.8.0`]
- `@testing-library/react-hooks 8.0.1`
- `@types/jest 29.5.14` β [Updates: `30.0.0`]
- `@types/mustache 4.2.6`
- `@types/node 18.19.130` β [Updates: `24.1.0`]
- `@types/react 18.3.26` β [Updates: `18.3.28`, `19.1.8`]
- `@types/react-dom 18.3.7` β [Updates: `19.1.6`]
- `@types/react-redux 7.1.33` β [Updates: `7.1.34`]
- `async-mutex 0.5.0`
- `axios ^1.7.7` β [Updates: `^1.7.7`]
- `color 3.2.1` β [Updates: `5.0.0`]
- `compare-versions 6.1.1`
- `electron 39.2.3` β [Updates: `39.5.1`, `40.2.1`]
- `electron-builder 24.13.3` β [Updates: `26.0.19`]
- `electron-updater 6.6.8` β [Updates: `6.7.3`]
- `electron-window-state 5.0.3`
- `esbuild ^0.25.3` β [Updates: `^0.27.0`]
- `formatcoords 1.1.3`
- `glob 11.0.3` β [Updates: `11.1.0`, `13.0.1`]
- `gulp 4.0.2` β [Updates: `5.0.1`]
- `highlight.js 11.11.1`
- `is-apple-silicon 1.1.2`
- `jest 29.7.0` β [Updates: `30.0.5`]
- `jest-environment-jsdom 29.7.0` β [Updates: `30.0.5`]
- `js-sha512 0.9.0`
- `mark.js 8.11.1`
- `md5 2.3.0`
- `moment 2.30.1`
- `mustache 4.2.0`
- `nan 2.23.1` β [Updates: `2.25.0`]
- `node-notifier 10.0.1`
- `node-rsa 1.1.1`
- `re-resizable 6.11.2`
- `react 18.3.1` β [Updates: `19.1.0`]
- `react-dom 18.3.1` β [Updates: `19.1.0`]
- `react-redux 8.1.3` β [Updates: `9.2.0`]
- `react-select 5.10.2`
- `react-toggle-button 2.2.0`
- `react-tooltip 4.5.1` β [Updates: `5.29.1`]
- `redux 4.2.1` β [Updates: `5.0.1`]
- `reselect 4.1.8` β [Updates: `5.1.1`]
- `roboto-fontface 0.10.0`
- `source-map-support 0.5.21`
- `styled-system 5.1.5`
- `taboverride 4.0.3`
- `tesseract.js 6.0.1` β [Updates: `7.0.0`]
- `ts-jest 29.4.1` β [Updates: `29.4.5`]
- `ts-node 10.9.2`
- `typescript 5.8.3` β [Updates: `5.9.3`]
</details>
<details><summary>packages/app-mobile/package.json (93)</summary>
- `@js-draw/material-icons 1.33.0`
- `@react-native-clipboard/clipboard 1.16.3`
- `@react-native-community/datetimepicker 8.4.7` β [Updates: `8.6.0`]
- `@react-native-community/geolocation 3.4.0`
- `@react-native-community/netinfo 11.4.1` β [Updates: `11.5.2`]
- `@react-native-community/push-notification-ios 1.11.0` β [Updates: `1.12.0`]
- `@react-native-documents/picker 10.1.7` β [Updates: `12.0.1`]
- `@react-native-vector-icons/get-image 12.3.0`
- `assert-browserify 2.0.0`
- `buffer 6.0.3`
- `color 3.2.1` β [Updates: `5.0.0`]
- `constants-browserify 1.0.0`
- `crypto-browserify 3.12.1`
- `deprecated-react-native-prop-types 5.0.0`
- `events 3.3.0`
- `expo 54.0.31` β [Updates: `54.0.33`]
- `expo-camera 17.0.10`
- `expo-image-manipulator 14.0.8`
- `expo-local-authentication 17.0.8`
- `js-draw 1.33.0`
- `lodash 4.17.21` β [Updates: `4.17.23`]
- `md5 2.3.0`
- `path-browserify 1.0.1`
- `prop-types 15.8.1`
- `punycode 2.3.1`
- `react 19.1.0` β [Updates: `19.2.0`]
- `react-native-device-info 14.1.1` β [Updates: `15.0.1`]
- `react-native-dropdownalert 5.2.0`
- `react-native-file-viewer 2.1.5`
- `react-native-get-random-values 1.11.0` β [Updates: `2.0.0`]
- `react-native-image-picker 8.2.1`
- `react-native-localize 3.5.4` β [Updates: `3.6.1`]
- `react-native-modal-datetime-picker 18.0.0`
- `react-native-nitro-modules 0.33.2` β [Updates: `0.33.7`]
- `react-native-paper 5.14.5` β [Updates: `5.15.0`]
- `react-native-popup-menu 0.17.0` β [Updates: `0.18.0`]
- `react-native-quick-actions 0.3.13`
- `react-native-quick-base64 2.2.2`
- `react-native-quick-crypto 0.7.17` β [Updates: `1.0.9`]
- `react-native-rsa-native 2.0.5`
- `react-native-safe-area-context 5.6.2`
- `react-native-securerandom 1.0.1`
- `react-native-share 12.2.0` β [Updates: `12.2.1`]
- `react-native-sqlite-storage 6.0.1`
- `react-native-svg 15.12.1` β [Updates: `15.14.0`]
- `react-native-url-polyfill 2.0.0` β [Updates: `3.0.0`]
- `react-native-version-info 1.1.1`
- `react-native-webview 13.15.0` β [Updates: `13.16.0`]
- `react-native-zip-archive 7.0.2`
- `react-redux 8.1.3` β [Updates: `9.2.0`]
- `redux 4.2.1` β [Updates: `5.0.1`]
- `rn-fetch-blob 0.12.0`
- `stream 0.0.3`
- `stream-browserify 3.0.0`
- `string-natural-compare 3.0.1`
- `tar-stream 3.1.7`
- `timers 0.1.1`
- `url 0.11.4`
- `@babel/plugin-transform-export-namespace-from 7.27.1`
- `@pmmmwh/react-refresh-webpack-plugin ^0.6.0` β [Updates: `^0.6.0`]
- `@react-native/typescript-config 0.81.5` β [Updates: `0.82.0`]
- `@sqlite.org/sqlite-wasm 3.46.0-build2`
- `@types/fs-extra 11.0.4`
- `@types/jest 29.5.14` β [Updates: `30.0.0`]
- `@types/node 18.19.130` β [Updates: `24.1.0`]
- `@types/react 19.1.10` β [Updates: `19.2.2`]
- `@types/react-redux 7.1.33` β [Updates: `7.1.34`]
- `@types/serviceworker 0.0.165` β [Updates: `0.0.167`]
- `@types/tar-stream 3.1.4`
- `babel-jest 29.7.0` β [Updates: `30.0.5`]
- `babel-plugin-react-native-web 0.21.2`
- `esbuild 0.25.12` β [Updates: `0.27.3`]
- `fast-deep-equal 3.1.3`
- `fs-extra 11.3.2` β [Updates: `11.3.3`]
- `gulp 4.0.2` β [Updates: `5.0.1`]
- `jest 29.7.0` β [Updates: `30.0.5`]
- `jest-environment-jsdom 29.7.0` β [Updates: `30.0.5`]
- `jetifier 2.0.0`
- `jsdom 26.1.0` β [Updates: `28.0.0`]
- `nodemon 3.1.10` β [Updates: `3.1.11`]
- `punycode 2.3.1`
- `react-dom 19.1.0` β [Updates: `19.2.0`]
- `react-native-web 0.21.2`
- `react-refresh 0.18.0`
- `sharp 0.34.5`
- `timers-browserify 2.0.12`
- `ts-jest 29.4.1` β [Updates: `29.4.5`]
- `ts-loader 9.5.4`
- `ts-node 10.9.2`
- `typescript 5.8.3` β [Updates: `5.9.3`]
- `url-loader 4.1.1`
- `webpack-dev-server 5.2.2` β [Updates: `5.2.3`]
- `node >=20`
</details>
<details><summary>packages/app-mobile/utils/polyfills/crypto-polyfill/package.json</summary>
</details>
<details><summary>packages/default-plugins/package.json (5)</summary>
- `fs-extra 11.3.2` β [Updates: `11.3.3`]
- `@types/yargs 17.0.34` β [Updates: `17.0.35`]
- `joplin-plugin-freehand-drawing 4.3.0`
- `ts-node 10.9.2`
- `typescript 5.8.3` β [Updates: `5.9.3`]
</details>
<details><summary>packages/editor/package.json (21)</summary>
- `dompurify 3.2.7` β [Updates: `3.3.1`]
- `orderedmap 2.1.1`
- `prosemirror-commands 1.7.1`
- `prosemirror-dropcursor 1.8.2`
- `prosemirror-example-setup 1.2.3`
- `prosemirror-gapcursor 1.3.2` β [Updates: `1.4.0`]
- `prosemirror-history 1.4.1` β [Updates: `1.5.0`]
- `prosemirror-inputrules 1.5.0` β [Updates: `1.5.1`]
- `prosemirror-keymap 1.2.3`
- `prosemirror-schema-list 1.5.1`
- `prosemirror-search 1.1.0`
- `prosemirror-transform 1.10.4` β [Updates: `1.11.0`]
- `@testing-library/react-hooks 8.0.1`
- `@types/jest 29.5.14` β [Updates: `30.0.0`]
- `@types/node 18.19.130` β [Updates: `24.1.0`]
- `@types/react 18.3.26` β [Updates: `18.3.28`, `19.1.8`]
- `@types/react-redux 7.1.33` β [Updates: `7.1.34`]
- `jest 29.7.0` β [Updates: `30.0.5`]
- `jest-environment-jsdom 29.7.0` β [Updates: `30.0.5`]
- `ts-jest 29.4.1` β [Updates: `29.4.5`]
- `typescript 5.8.3` β [Updates: `5.9.3`]
</details>
<details><summary>packages/fork-htmlparser2/package.json (14)</summary>
- `domelementtype 2.3.0`
- `domhandler 5.0.3`
- `domutils 3.2.2`
- `entities 2.2.0` β [Updates: `6.0.1`]
- `@types/jest 29.5.14` β [Updates: `30.0.0`]
- `@types/node 18.19.130` β [Updates: `24.1.0`]
- `@typescript-eslint/eslint-plugin 6.21.0` β [Updates: `8.38.0`]
- `@typescript-eslint/parser 6.21.0` β [Updates: `8.38.0`]
- `coveralls 3.1.1`
- `eslint 8.57.1` β [Updates: `9.31.0`]
- `jest 29.7.0` β [Updates: `30.0.5`]
- `prettier 3.6.2` β [Updates: `3.8.1`]
- `ts-jest 29.4.1` β [Updates: `29.4.5`]
- `typescript 5.8.3` β [Updates: `5.9.3`]
</details>
<details><summary>packages/fork-sax/package.json (2)</summary>
- `standard 17.1.2`
- `tap 16.3.10` β [Updates: `21.1.0`]
</details>
<details><summary>packages/fork-uslug/package.json (5)</summary>
- `@types/jest 29.5.14` β [Updates: `30.0.0`]
- `@types/node 18.19.130` β [Updates: `24.1.0`]
- `jest 29.7.0` β [Updates: `30.0.5`]
- `typescript 5.8.3` β [Updates: `5.9.3`]
- `node >= 10.0.0`
</details>
<details><summary>packages/generator-joplin/package.json (6)</summary>
- `chalk 2.4.2` β [Updates: `5.4.1`]
- `slugify 1.6.6`
- `yosay 2.0.2` β [Updates: `3.0.0`]
- `jest 29.7.0` β [Updates: `30.0.5`]
- `ts-node 10.9.2`
- `npm >= 4.0.0`
</details>
<details><summary>packages/htmlpack/package.json (8)</summary>
- `@adobe/css-tools 4.4.4`
- `datauri 4.1.0`
- `fs-extra 11.3.2` β [Updates: `11.3.3`]
- `html-entities 1.4.0` β [Updates: `2.6.0`]
- `@types/fs-extra 11.0.4`
- `@types/jest 29.5.14` β [Updates: `30.0.0`]
- `jest 29.7.0` β [Updates: `30.0.5`]
- `typescript 5.8.3` β [Updates: `5.9.3`]
</details>
<details><summary>packages/lib/package.json (64)</summary>
- `@adobe/css-tools 4.4.4`
- `@joplin/onenote-converter ~3.6` β [Updates: `~3.3.0`]
- `adm-zip 0.5.16`
- `async-mutex 0.5.0`
- `base-64 1.0.0`
- `base64-stream 1.0.0`
- `chokidar 3.6.0` β [Updates: `4.0.3`]
- `color 3.2.1` β [Updates: `5.0.0`]
- `compare-versions 6.1.1`
- `diff-match-patch 1.0.5`
- `fast-deep-equal 3.1.3`
- `fast-xml-parser 3.21.1` β [Updates: `5.2.5`]
- `follow-redirects 1.15.11`
- `form-data 4.0.4` β [Updates: `4.0.5`]
- `fs-extra 11.3.2` β [Updates: `11.3.3`]
- `hpagent 1.2.0`
- `html-entities 1.4.0` β [Updates: `2.6.0`]
- `html-minifier 4.0.0`
- `image-data-uri 2.0.1`
- `js-yaml 4.1.1`
- `markdown-it 13.0.2` β [Updates: `14.1.0`]
- `md5 2.3.0`
- `md5-file 5.0.0`
- `moment 2.30.1`
- `multiparty 4.2.3`
- `mustache 4.2.0`
- `nanoid 3.3.11` β [Updates: `5.1.5`]
- `node-notifier 10.0.1`
- `node-persist 3.1.3` β [Updates: `4.0.4`]
- `node-rsa 1.1.1`
- `re-reselect 4.0.1` β [Updates: `5.1.0`]
- `redux 4.2.1` β [Updates: `5.0.1`]
- `relative 3.0.2`
- `reselect 4.1.8` β [Updates: `5.1.1`]
- `server-destroy 1.0.1`
- `sprintf-js 1.1.3`
- `string-padding 1.0.2`
- `string-to-stream 3.0.1`
- `tar 6.2.1` β [Updates: `7.4.3`]
- `tcp-port-used 1.0.2`
- `uglifycss 0.0.29`
- `url-parse 1.5.10`
- `uuid 11.1.0` β [Updates: `13.0.0`]
- `word-wrap 1.2.5`
- `@testing-library/react-hooks 8.0.1`
- `@types/adm-zip 0.5.7`
- `@types/fs-extra 11.0.4`
- `@types/jest 29.5.14` β [Updates: `30.0.0`]
- `@types/jest-expect-message 1.1.0`
- `@types/js-yaml 4.0.9`
- `@types/jsdom 21.1.7` β [Updates: `27.0.0`]
- `@types/markdown-it 13.0.9` β [Updates: `14.1.2`]
- `@types/mustache 4.2.6`
- `@types/node 18.19.130` β [Updates: `24.1.0`]
- `@types/node-rsa 1.1.4`
- `@types/react 18.3.26` β [Updates: `18.3.28`, `19.1.8`]
- `@types/uuid 10.0.0` β [Updates: `11.0.0`]
- `jest 29.7.0` β [Updates: `30.0.5`]
- `jest-expect-message 1.1.3`
- `jsdom 26.1.0` β [Updates: `28.0.0`]
- `react 18.3.1` β [Updates: `19.1.0`]
- `sharp 0.34.5`
- `tesseract.js 6.0.1` β [Updates: `7.0.0`]
- `typescript 5.8.3` β [Updates: `5.9.3`]
</details>
<details><summary>packages/pdf-viewer/package.json (16)</summary>
- `@fortawesome/react-fontawesome 0.2.6` β [Updates: `3.2.0`]
- `async-mutex 0.5.0`
- `react 18.3.1` β [Updates: `19.1.0`]
- `react-dom 18.3.1` β [Updates: `19.1.0`]
- `@types/jest 29.5.14` β [Updates: `30.0.0`]
- `@types/pdfjs-dist 2.10.378`
- `@types/react 18.3.26` β [Updates: `18.3.28`, `19.1.8`]
- `@types/react-dom 18.3.7` β [Updates: `19.1.6`]
- `babel-jest 29.7.0` β [Updates: `30.0.5`]
- `css-loader 6.11.0` β [Updates: `7.1.2`]
- `jest 29.7.0` β [Updates: `30.0.5`]
- `jest-environment-jsdom 29.7.0` β [Updates: `30.0.5`]
- `style-loader 3.3.4` β [Updates: `4.0.0`]
- `ts-jest 29.4.1` β [Updates: `29.4.5`]
- `ts-loader 9.5.4`
- `typescript 5.8.3` β [Updates: `5.9.3`]
</details>
<details><summary>packages/plugin-repo-cli/package.json (9)</summary>
- `fs-extra 11.3.2` β [Updates: `11.3.3`]
- `gh-release-assets 2.0.1`
- `source-map-support 0.5.21`
- `@types/fs-extra 11.0.4`
- `@types/jest 29.5.14` β [Updates: `30.0.0`]
- `@types/node 18.19.130` β [Updates: `24.1.0`]
- `jest 29.7.0` β [Updates: `30.0.5`]
- `source-map-loader 5.0.0`
- `typescript 5.8.3` β [Updates: `5.9.3`]
</details>
<details><summary>packages/react-native-alarm-notification/package.json (1)</summary>
- `react 18.3.1` β [Updates: `19.1.0`]
</details>
<details><summary>packages/react-native-saf-x/package.json (3)</summary>
- `react 19.1.0` β [Updates: `19.2.0`]
- `typescript 5.8.3` β [Updates: `5.9.3`]
- `react *`
</details>
<details><summary>packages/renderer/package.json (29)</summary>
- `@types/json5 2.2.0`
- `abcjs 6.5.2` β [Updates: `6.6.1`]
- `font-awesome-filetypes 2.1.0`
- `fs-extra 11.3.2` β [Updates: `11.3.3`]
- `highlight.js 11.11.1`
- `html-entities 1.4.0` β [Updates: `2.6.0`]
- `json-stringify-safe 5.0.1`
- `json5 2.2.3`
- `markdown-it 13.0.2` β [Updates: `14.1.0`]
- `markdown-it-abbr 1.0.4` β [Updates: `2.0.0`]
- `markdown-it-anchor 5.3.0` β [Updates: `9.2.0`]
- `markdown-it-deflist 2.1.0` β [Updates: `3.0.0`]
- `markdown-it-emoji 2.0.2` β [Updates: `3.0.0`]
- `markdown-it-expand-tabs 1.0.13`
- `markdown-it-footnote 3.0.3` β [Updates: `4.0.0`]
- `markdown-it-ins 4.0.0`
- `markdown-it-mark 3.0.1` β [Updates: `4.0.0`]
- `markdown-it-multimd-table 4.2.3`
- `markdown-it-sub 1.0.0` β [Updates: `2.0.0`]
- `markdown-it-sup 2.0.0`
- `markdown-it-toc-done-right 4.2.0`
- `md5 2.3.0`
- `@types/jest 29.5.14` β [Updates: `30.0.0`]
- `@types/markdown-it 13.0.9` β [Updates: `14.1.2`]
- `@types/node 18.19.130` β [Updates: `24.1.0`]
- `jest 29.7.0` β [Updates: `30.0.5`]
- `jest-environment-jsdom 29.7.0` β [Updates: `30.0.5`]
- `ts-jest 29.4.1` β [Updates: `29.4.5`]
- `typescript 5.8.3` β [Updates: `5.9.3`]
</details>
<details><summary>packages/server/package.json (50)</summary>
- `@authenio/samlify-xmllint-wasm 1.0.1`
- `@fortawesome/fontawesome-free 5.15.4` β [Updates: `7.0.0`]
- `@types/qrcode 1.5.6`
- `@types/uuid 10.0.0` β [Updates: `11.0.0`]
- `bcryptjs 2.4.3` β [Updates: `3.0.2`]
- `bulma 1.0.4`
- `compare-versions 6.1.1`
- `dayjs 1.11.19`
- `fs-extra 11.3.2` β [Updates: `11.3.3`]
- `html-entities 1.4.0` β [Updates: `2.6.0`]
- `jquery 3.7.1` β [Updates: `4.0.0`]
- `knex 3.1.0`
- `koa 2.16.3` β [Updates: `3.0.0`]
- `ldapts 8.0.9` β [Updates: `8.1.6`]
- `markdown-it 13.0.2` β [Updates: `14.1.0`]
- `mustache 4.2.0`
- `node-cron 3.0.3` β [Updates: `4.2.1`]
- `node-os-utils 1.3.7` β [Updates: `2.0.1`]
- `nodemailer 6.10.1` β [Updates: `7.0.5`]
- `nodemon 3.1.10` β [Updates: `3.1.11`]
- `otplib 12.0.1` β [Updates: `13.2.1`]
- `pg 8.16.3` β [Updates: `8.18.0`]
- `prettycron 0.10.0`
- `qrcode 1.5.4`
- `rate-limiter-flexible 7.4.0` β [Updates: `9.1.1`]
- `raw-body 3.0.1` β [Updates: `3.0.2`]
- `samlify 2.10.1` β [Updates: `2.10.2`]
- `uuid 11.1.0` β [Updates: `13.0.0`]
- `zxcvbn 4.4.2`
- `@types/bcryptjs 2.4.6` β [Updates: `3.0.0`]
- `@types/fs-extra 11.0.4`
- `@types/jest 29.5.14` β [Updates: `30.0.0`]
- `@types/jest-expect-message 1.1.0`
- `@types/jsdom 21.1.7` β [Updates: `27.0.0`]
- `@types/koa 2.15.0` β [Updates: `3.0.1`]
- `@types/markdown-it 13.0.9` β [Updates: `14.1.2`]
- `@types/mustache 4.2.6`
- `@types/node 18.19.130` β [Updates: `24.1.0`]
- `@types/node-os-utils 1.3.4`
- `@types/nodemailer 6.4.21` β [Updates: `6.4.22`, `7.0.9`]
- `@types/yargs 17.0.34` β [Updates: `17.0.35`]
- `@types/zxcvbn 4.4.5`
- `gulp 4.0.2` β [Updates: `5.0.1`]
- `jest 29.7.0` β [Updates: `30.0.5`]
- `jest-expect-message 1.1.3`
- `jsdom 26.1.0` β [Updates: `28.0.0`]
- `node-mocks-http 1.17.2`
- `short-uuid 5.2.0` β [Updates: `6.0.3`]
- `source-map-support 0.5.21`
- `typescript 5.8.3` β [Updates: `5.9.3`]
</details>
<details><summary>packages/tools/package.json (33)</summary>
- `compare-versions 6.1.1`
- `dayjs 1.11.19`
- `fs-extra 11.3.2` β [Updates: `11.3.3`]
- `glob 11.0.3` β [Updates: `11.1.0`, `13.0.1`]
- `license-checker-rseidelsohn 4.4.2`
- `markdown-it 13.0.2` β [Updates: `14.1.0`]
- `md5-file 5.0.0`
- `moment 2.30.1`
- `mustache 4.2.0`
- `relative 3.0.2`
- `request 2.88.2`
- `sharp 0.34.5`
- `source-map-support 0.5.21`
- `uri-template 2.0.0`
- `@docusaurus/plugin-sitemap 2.4.3` β [Updates: `3.8.1`]
- `@types/fs-extra 11.0.4`
- `@types/jest 29.5.14` β [Updates: `30.0.0`]
- `@types/js-yaml 4.0.9`
- `@types/markdown-it 13.0.9` β [Updates: `14.1.2`]
- `@types/mustache 4.2.6`
- `@types/node 18.19.130` β [Updates: `24.1.0`]
- `@types/node-fetch 2.6.13`
- `@types/yargs 17.0.34` β [Updates: `17.0.35`]
- `gettext-extractor 4.0.1` β [Updates: `4.0.5`]
- `gulp 4.0.2` β [Updates: `5.0.1`]
- `html-entities 1.4.0` β [Updates: `2.6.0`]
- `jest 29.7.0` β [Updates: `30.0.5`]
- `js-yaml 4.1.1`
- `rss 1.2.2`
- `sass 1.93.3` β [Updates: `1.97.3`]
- `style-to-js 1.1.19` β [Updates: `1.1.21`]
- `ts-node 10.9.2`
- `typescript 5.8.3` β [Updates: `5.9.3`]
</details>
<details><summary>packages/transcribe/package.json (17)</summary>
- `dotenv 17.2.3` β [Updates: `17.2.4`]
- `fs-extra 11.3.2` β [Updates: `11.3.3`]
- `knex 3.1.0`
- `koa 2.16.3` β [Updates: `3.0.0`]
- `koa-body 6.0.1` β [Updates: `7.0.1`]
- `pg-boss 10.3.3` β [Updates: `10.4.2`, `12.9.0`]
- `sharp 0.34.5`
- `@types/fs-extra 11.0.4`
- `@types/jest 29.5.14` β [Updates: `30.0.0`]
- `@types/jest-expect-message 1.1.0`
- `@types/koa 2.15.0` β [Updates: `3.0.1`]
- `@types/sharp 0.32.0`
- `@types/uuid 10.0.0` β [Updates: `11.0.0`]
- `gulp 4.0.2` β [Updates: `5.0.1`]
- `jest 29.7.0` β [Updates: `30.0.5`]
- `jest-expect-message 1.1.3`
- `typescript 5.8.3` β [Updates: `5.9.3`]
</details>
<details><summary>packages/turndown-plugin-gfm/package.json (3)</summary>
- `standard 17.1.2`
- `turndown 7.2.2`
- `turndown-attendant 0.0.3`
</details>
<details><summary>packages/turndown/package.json (8)</summary>
- `@adobe/css-tools 4.4.4`
- `html-entities 1.4.0` β [Updates: `2.6.0`]
- `jsdom 26.1.0` β [Updates: `28.0.0`]
- `@rollup/plugin-commonjs 28.0.9` β [Updates: `29.0.0`]
- `@rollup/plugin-node-resolve 16.0.3`
- `@rollup/plugin-replace 6.0.3`
- `standard 17.1.2`
- `turndown-attendant 0.0.3`
</details>
<details><summary>packages/utils/package.json (16)</summary>
- `async-mutex 0.5.0`
- `dayjs 1.11.19`
- `fs-extra 11.3.2` β [Updates: `11.3.3`]
- `glob 11.0.3` β [Updates: `11.1.0`, `13.0.1`]
- `html-entities 1.4.0` β [Updates: `2.6.0`]
- `markdown-it 13.0.2` β [Updates: `14.1.0`]
- `moment 2.30.1`
- `sprintf-js 1.1.3`
- `tcp-port-used 1.0.2`
- `@types/fs-extra 11.0.4`
- `@types/jest 29.5.14` β [Updates: `30.0.0`]
- `@types/markdown-it 13.0.9` β [Updates: `14.1.2`]
- `@types/node-fetch 2.6.13`
- `jest 29.7.0` β [Updates: `30.0.5`]
- `ts-jest 29.4.1` β [Updates: `29.4.5`]
- `typescript 5.8.3` β [Updates: `5.9.3`]
</details>
<details><summary>packages/whisper-voice-typing/package.json (7)</summary>
- `@types/react 19.2.10` β [Updates: `19.2.13`]
- `nitrogen 0.33.2` β [Updates: `0.33.7`]
- `react 19.1.0` β [Updates: `19.2.0`]
- `react-native-nitro-modules 0.33.2` β [Updates: `0.33.7`]
- `typescript 5.8.3` β [Updates: `5.9.3`]
- `react *`
- `react-native-nitro-modules *`
</details>
</blockquote>
</details>
---
- [ ] Check this box to trigger a request for Renovate to run again on this repository
Don't want to use Renovate SAAS?
You could self-hosted your own like this