omnivore/packages/api/src/services
Tom Rogers 84d05c0dbd
Some checks are pending
Build Docker Images / Build docker images (push) Waiting to run
Build Self-Hosting Docker Images / Build self-host docker images (push) Waiting to run
Run tests / Run Codebase tests (push) Waiting to run
Run tests / Build docker images (push) Waiting to run
Update dependencies (#4539)
* Bump react-markdown from 8.0.6 to 8.0.7

Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.6 to 8.0.7.
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/react-markdown/compare/8.0.6...8.0.7)

---
updated-dependencies:
- dependency-name: react-markdown
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump nanoid from 4.0.2 to 5.0.9 in /pkg/extension

Bumps [nanoid](https://github.com/ai/nanoid) from 4.0.2 to 5.0.9.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/4.0.2...5.0.9)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump next from 13.5.8 to 14.2.21

Bumps [next](https://github.com/vercel/next.js) from 13.5.8 to 14.2.21.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v13.5.8...v14.2.21)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump intercom-client from 3.2.1 to 6.0.0

Bumps [intercom-client](https://github.com/intercom/intercom-node) from 3.2.1 to 6.0.0.
- [Release notes](https://github.com/intercom/intercom-node/releases)
- [Commits](https://github.com/intercom/intercom-node/compare/v3.2.1...v6.0.0)

---
updated-dependencies:
- dependency-name: intercom-client
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump nanoid from 3.3.8 to 5.0.9

Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.8 to 5.0.9.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.8...5.0.9)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @aws-sdk/lib-storage from 3.730.0 to 3.744.0

Bumps [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) from 3.730.0 to 3.744.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.744.0/lib/lib-storage)

---
updated-dependencies:
- dependency-name: "@aws-sdk/lib-storage"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-11 18:22:50 +01:00
..
integrations fix: readwise export not working for PAGE and LABEL events 2024-07-11 13:13:50 +08:00
ai-summaries.ts tidy 2024-06-27 17:12:45 +08:00
api_key.ts tidy 2024-06-27 17:12:45 +08:00
cached_reading_position.ts replace logger.warn with warning 2024-03-27 15:41:13 +08:00
create_page_save_request.ts use one queue with different priority for fetching content of rss feed item or saved url 2024-08-21 12:24:35 +08:00
create_user.ts Update dependencies (#4539) 2025-02-11 18:22:50 +01:00
digest.ts make author optional 2024-05-15 18:12:54 +08:00
explain.ts use read replica for selecting library items, labels and highlights 2024-06-27 19:02:15 +08:00
export.ts Change time 2024-11-02 14:50:52 +08:00
features.ts reduce logs 2024-08-29 18:18:17 +08:00
folder_policy.ts add a REST API to trigger the expire folder job 2024-06-13 18:36:33 +08:00
followers.ts save claim in httpContext 2023-10-05 14:27:17 +08:00
groups.ts clean up helpers 2024-06-06 12:08:15 +08:00
highlights.ts Improving Self-Hosting and Removing 3rd Party dependencies. (#4513) 2025-01-27 13:33:16 +01:00
home.ts use read replica for selecting library items, labels and highlights 2024-06-27 19:02:15 +08:00
labels.ts Improving Self-Hosting and Removing 3rd Party dependencies. (#4513) 2025-01-27 13:33:16 +01:00
library_item.ts Improving Self-Hosting and Removing 3rd Party dependencies. (#4513) 2025-01-27 13:33:16 +01:00
newsletters.ts Improving Self-Hosting and Removing 3rd Party dependencies. (#4513) 2025-01-27 13:33:16 +01:00
popular_reads.ts allow defining replica mode in the auth transaction 2024-06-27 18:38:43 +08:00
post.ts add delete post graphql api and tests 2024-07-01 10:49:09 +08:00
profile.ts tidy 2024-07-01 10:49:08 +08:00
received_emails.ts use read replica for selecting library items, labels and highlights 2024-06-27 19:02:15 +08:00
recommendation.ts stop storing original html in the database 2024-07-31 19:14:38 +08:00
reminders.ts save claim in httpContext 2023-10-05 14:27:17 +08:00
reports.ts stop storing original html in the database 2024-07-31 19:14:38 +08:00
rules.ts allow omnivore_admin to delete filters 2024-08-29 14:23:32 +08:00
save_email.ts stop storing original html in the database 2024-07-31 19:14:38 +08:00
save_file.ts break save page into different db transactions from one big transaction to reduce lock time 2024-08-23 18:18:06 +08:00
save_newsletter_email.ts migrate inbound-email tasks from pubsub to bullmq 2024-04-11 11:08:22 +08:00
save_page.ts break save page into different db transactions from one big transaction to reduce lock time 2024-08-23 18:18:06 +08:00
save_url.ts reduce find user query 2024-02-06 16:53:32 +08:00
score.ts Merge pull request #4149 from omnivore-app/feat/ml-score-v3 2024-07-05 16:58:00 +08:00
search_history.ts save claim in httpContext 2023-10-05 14:27:17 +08:00
send_emails.ts Add more logging to email sends 2024-11-02 13:04:23 +08:00
service_usage.ts track the usage of the api 2024-04-11 11:08:22 +08:00
subscriptions.ts Merge pull request #4001 from omnivore-app/feature/get-subscription-api 2024-05-29 15:17:31 +08:00
update_pdf_content.ts tidy 2024-06-27 17:12:45 +08:00
update_subscription.ts reset failed_at to null if a feed is refreshed successfully after failure 2024-04-09 18:39:17 +08:00
upload_file.ts Improving Self-Hosting and Removing 3rd Party dependencies. (#4513) 2025-01-27 13:33:16 +01:00
user.ts Merge pull request #4350 from omnivore-app/feature/archive-account 2024-08-30 14:58:06 +08:00
user_device_tokens.ts tidy 2024-06-27 17:12:45 +08:00
user_personalization.ts reduce logs 2024-08-29 18:18:17 +08:00
webhook.ts allow defining replica mode in the auth transaction 2024-06-27 18:38:43 +08:00