omnivore/packages/api/src/utils
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
..
twitter Open source omnivore 2022-02-11 09:24:33 -08:00
ai.ts use new gpt-4o-mini openai model 2024-07-19 11:45:38 +08:00
analytics.ts Disable posthog 2024-10-31 11:56:27 +08:00
auth.ts cache api key and invalidate it once api key is revoked 2024-08-22 18:33:33 +08:00
blocked.ts Open source omnivore 2022-02-11 09:24:33 -08:00
corsConfig.ts Set a max age on CORs requests 2024-08-14 10:19:17 +08:00
createTask.ts Improving Self-Hosting and Removing 3rd Party dependencies. (#4513) 2025-01-27 13:33:16 +01:00
dictionary.ts add labels and link_labels table name 2022-02-24 14:44:49 +08:00
errors.ts Open source omnivore 2022-02-11 09:24:33 -08:00
gql-utils.ts fix: do not select content from database for update since api 2024-08-19 10:21:24 +08:00
helpers.ts generate random user-agent when fetching rss feed 2024-07-10 17:59:14 +08:00
highlightGenerator.ts remove timeout in highlight generator 2024-06-12 19:13:09 +08:00
imageproxy.ts pre-cache thumbnail 2024-05-15 17:49:31 +08:00
intercom.ts Update dependencies (#4539) 2025-02-11 18:22:50 +01:00
interpolationSearch.ts Add missing file 2022-11-21 22:39:10 +08:00
logger.ts use read replica for raw query 2024-06-27 17:10:58 +08:00
navigation.ts redirect archived user to /account-archived page when login 2024-08-30 14:56:13 +08:00
parser.ts Export highlights of type note if they have content attached 2024-11-03 11:44:38 +08:00
rate_limit.ts Improving Self-Hosting and Removing 3rd Party dependencies. (#4513) 2025-01-27 13:33:16 +01:00
recaptcha.ts Clean up isRecaptchaResponse function 2024-04-01 12:03:36 +08:00
search.ts improve search 2024-08-26 14:15:20 +08:00
sendEmail.ts debug 2023-10-09 22:06:35 +08:00
sendNotification.ts replace segment with posthog 2024-02-26 16:47:04 +08:00
sso.ts Open source omnivore 2022-02-11 09:24:33 -08:00
uploads.ts Improving Self-Hosting and Removing 3rd Party dependencies. (#4513) 2025-01-27 13:33:16 +01:00
usernamePolicy.ts wrap content in <html><body> element 2024-05-09 11:46:01 +08:00
youtube.ts Better matching for youtube video URLs 2024-03-30 10:42:01 +08:00