Hemachandar
04c3d81b1f
chore: Setup missing oxlint configs ( #9862 )
...
* shared
* server
* app
* remove vestigial eslintrc files
* update comment directives
2025-08-06 19:54:22 -04:00
Hemachandar
f41f93d6c9
Move ColorPicker to Radix popover ( #9863 )
2025-08-06 19:52:15 -04:00
dependabot[bot]
74acf9601b
chore(deps): bump tmp from 0.2.3 to 0.2.4 ( #9861 )
...
Bumps [tmp](https://github.com/raszi/node-tmp ) from 0.2.3 to 0.2.4.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.3...v0.2.4 )
---
updated-dependencies:
- dependency-name: tmp
dependency-version: 0.2.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-06 18:25:49 -04:00
Hemachandar
6a6e77b52a
Cleanup reakit popover ( #9853 )
2025-08-06 07:33:25 -04:00
Tom Moor
a97908518a
fix: Various issues with JSON import and UTF8 or very long filenames ( #9850 )
2025-08-05 21:15:45 -04:00
Tom Moor
a48aabdd66
fix: /auth/ and /s/ url paths should not be allowed as post-login redirect ( #9849 )
2025-08-05 18:58:28 -04:00
Tom Moor
84f45b7fb7
fix: refresh token rotation is broken in OAuth provider implementation ( #9847 )
...
* fix: Incorrect clientId used in getAccessToken response
* fix: getRefreshToken as well
2025-08-05 18:34:52 -04:00
Hemachandar
9bb802c35c
Migrate SearchPopover to Radix ( #9844 )
2025-08-05 17:42:06 -04:00
Hemachandar
8ad097aef2
fix: Flash of 404 page due to timing diff between React & MobX state ( #9845 )
2025-08-05 17:39:44 -04:00
Hemachandar
0cfd968f1e
chore: Fix console errors ( #9841 )
2025-08-05 11:32:05 -04:00
codegen-sh[bot]
c6fc6230ff
Replace useComponentSize with react-use-measure ( #9838 )
...
* Replace useComponentSize with react-use-measure
- Add react-use-measure dependency
- Replace all useComponentSize usages with useMeasure hook
- Remove useComponentSize hook file
- Update imports across all affected components:
- app/components/Header.tsx
- app/components/ResizingHeightContainer.tsx
- app/scenes/Document/components/Header.tsx
- app/scenes/Document/components/MeasuredContainer.tsx
- shared/editor/embeds/Berrycast.tsx
Fixes #9812
* Remove unused breadcrumbsRef
The breadcrumbsRef is no longer needed since we're using breadcrumbsMeasureRef directly for measuring the breadcrumbs element.
---------
Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com>
2025-08-05 10:40:10 -04:00
Hemachandar
ca2258ecc7
Ensure auth when loading non-public share info ( #9840 )
2025-08-05 09:01:56 -04:00
Hemachandar
bf87f2dfee
Autofocus search input when opening icon picker ( #9839 )
2025-08-05 08:47:16 -04:00
Hemachandar
b4757dfc6c
Allow disconnecting analytics integrations ( #9823 )
...
* Allow disconnecting analytic integrations
* review
2025-08-05 07:36:48 -04:00
dependabot[bot]
b028b541a8
chore(deps): bump the sentry group with 2 updates ( #9832 )
...
Bumps the sentry group with 2 updates: [@sentry/node](https://github.com/getsentry/sentry-javascript ) and [@sentry/react](https://github.com/getsentry/sentry-javascript ).
Updates `@sentry/node` from 7.120.3 to 7.120.4
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.120.4/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.120.3...7.120.4 )
Updates `@sentry/react` from 7.120.3 to 7.120.4
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.120.4/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.120.3...7.120.4 )
---
updated-dependencies:
- dependency-name: "@sentry/node"
dependency-version: 7.120.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: sentry
- dependency-name: "@sentry/react"
dependency-version: 7.120.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: sentry
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-04 22:24:34 -04:00
Tom Moor
8dc6bcba22
fix: Add option as to whether state cookie is considered for team context ( #9831 )
...
* fix: Do not consider host in cookies state unless its a workspace subdomain
* fix: Add option as to whether state cookie is considered in team context
2025-08-04 19:50:32 -04:00
Tom Moor
2f418e7c2e
fix: Missing ROOT_SHARE_ID default ( #9830 )
2025-08-04 23:30:29 +00:00
dependabot[bot]
02e5c7663b
chore(deps): bump the aws group with 5 updates ( #9829 )
...
Bumps the aws group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 ) | `3.850.0` | `3.859.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage ) | `3.850.0` | `3.859.0` |
| [@aws-sdk/s3-presigned-post](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-presigned-post ) | `3.850.0` | `3.859.0` |
| [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner ) | `3.850.0` | `3.859.0` |
| [@aws-sdk/signature-v4-crt](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/signature-v4-crt ) | `3.848.0` | `3.858.0` |
Updates `@aws-sdk/client-s3` from 3.850.0 to 3.859.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.859.0/clients/client-s3 )
Updates `@aws-sdk/lib-storage` from 3.850.0 to 3.859.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.859.0/lib/lib-storage )
Updates `@aws-sdk/s3-presigned-post` from 3.850.0 to 3.859.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-presigned-post/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.859.0/packages/s3-presigned-post )
Updates `@aws-sdk/s3-request-presigner` from 3.850.0 to 3.859.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.859.0/packages/s3-request-presigner )
Updates `@aws-sdk/signature-v4-crt` from 3.848.0 to 3.858.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/signature-v4-crt/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.858.0/packages/signature-v4-crt )
---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
dependency-version: 3.859.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/lib-storage"
dependency-version: 3.859.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-presigned-post"
dependency-version: 3.859.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-request-presigner"
dependency-version: 3.859.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/signature-v4-crt"
dependency-version: 3.858.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-04 19:22:19 -04:00
dependabot[bot]
ca0c7d256b
chore(deps): bump zod from 3.24.2 to 3.25.76 ( #9827 )
...
Bumps [zod](https://github.com/colinhacks/zod ) from 3.24.2 to 3.25.76.
- [Release notes](https://github.com/colinhacks/zod/releases )
- [Commits](https://github.com/colinhacks/zod/compare/v3.24.2...v3.25.76 )
---
updated-dependencies:
- dependency-name: zod
dependency-version: 3.25.76
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-04 19:22:06 -04:00
dependabot[bot]
2a16d76cb3
chore(deps): bump prosemirror-model from 1.25.0 to 1.25.2 ( #9828 )
...
Bumps [prosemirror-model](https://github.com/prosemirror/prosemirror-model ) from 1.25.0 to 1.25.2.
- [Changelog](https://github.com/ProseMirror/prosemirror-model/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prosemirror/prosemirror-model/compare/1.25.0...1.25.2 )
---
updated-dependencies:
- dependency-name: prosemirror-model
dependency-version: 1.25.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-04 19:21:54 -04:00
dependabot[bot]
3c251adf96
chore(deps): bump @fast-csv/parse from 5.0.2 to 5.0.5 ( #9826 )
...
Bumps [@fast-csv/parse](https://github.com/C2FO/fast-csv/tree/HEAD/packages/parse ) from 5.0.2 to 5.0.5.
- [Release notes](https://github.com/C2FO/fast-csv/releases )
- [Changelog](https://github.com/C2FO/fast-csv/blob/main/packages/parse/CHANGELOG.md )
- [Commits](https://github.com/C2FO/fast-csv/commits/v5.0.5/packages/parse )
---
updated-dependencies:
- dependency-name: "@fast-csv/parse"
dependency-version: 5.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-04 19:21:40 -04:00
Hemachandar
129f8f0520
fix: Generate sitemap for shares with custom slugs ( #9820 )
...
* fix: Generate sitemap for shares with custom slugs
* throw 400 when teamId is not present
2025-08-04 09:21:58 -04:00
Max Koon
6cde7fed51
fix: duplicate highlight shortcut key label ( #9806 )
...
* fix: duplicate key label
* Update shortcut
---------
Co-authored-by: Tom Moor <tom@getoutline.com >
2025-08-03 22:48:09 -04:00
Tom Moor
34059ce0ef
chore: More missing transactions ( #9811 )
...
* fix: Missing transaction in notifications.update_all
* lint
2025-08-03 21:52:10 -04:00
Tom Moor
08a0b72706
fix: Unable to load share from custom slug ( #9808 )
...
* fix: Unable to load share from custom slug
closes #9807
regressed in #9529
* fix: Incorrect share ID passed through with custom slug
2025-08-03 18:52:20 -04:00
codegen-sh[bot]
6c2313919b
Improve webhook disabling heuristic with time-based analysis ( #9800 )
...
* Improve webhook disabling heuristic with time-based analysis
- Add WEBHOOK_FAILURE_TIME_WINDOW environment variable (default: 24 hours)
- Add WEBHOOK_FAILURE_RATE_THRESHOLD environment variable (default: 80%)
- Replace simple count-based logic with time-window failure rate analysis
- Require minimum 5 deliveries in time window before disabling
- Add comprehensive logging for webhook failure analysis
- Update email template to reflect new time-based approach
Addresses GitHub issue #9788 by making webhook disabling smarter and
considering time factors instead of just consecutive failure counts.
* Fix Logger.warn type error
Remove extra 'task' parameter from Logger.warn call to match the correct
signature: Logger.warn(message: string, extra?: Extra)
* Update WEBHOOK_FAILURE_TIME_WINDOW to use seconds instead of hours
- Change default value from 24 (hours) to 86400 (seconds)
- Update time conversion logic from hours*60*60*1000 to seconds*1000
- Rename timeWindowHours variable to timeWindowSeconds for clarity
- Update documentation comments to reflect seconds-based configuration
This provides more granular control while maintaining the same default
behavior (24 hours = 86400 seconds).
* Improve webhook failure logging and analysis threshold
- Only log webhook failure analysis when failedDeliveries.length > 0
- Extract hardcoded minimum deliveries threshold to constant
- Update minimum deliveries threshold from 5 to 10 for more reliable analysis
This reduces log noise when there are no failures and requires more data
points before considering webhook disabling.
---------
Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com>
2025-08-03 15:39:04 -04:00
Tom Moor
73f079f32b
fix: Missing transaction in UploadAttachmentFromUrlTask ( #9803 )
2025-08-03 13:43:47 -04:00
Hemachandar
d3eb3db7ba
feat: Public sharing of collections ( #9529 )
...
* shares.info, collections.info, documents.info
* shares.list, shares.create, shares.update
* shares.sitemap
* parity with existing document shared screen
* collection share popover
* parent share and table
* collection scene
* collection link in sidebar
* sidebar and breadcrumb collection link click
* collection link click in editor
* meta
* more meta + 404 page
* map internal link, remove showLastUpdated option
* fix shares.list pagination
* show last updated
* shareLoader tests
* lint
* sidebar context for collection link
* badge in shares table
* fix existing tests
* tsc
* update failing test snapshot
* env
* signed url for collection attachments
* include collection content in SSR for screen readers
* search
* drafts can be shared
* review
* tsc, remove old shared-doc scene
* tweaks
* DRY
* refactor loader
* Remove share/collection urls
* fix: Collection overview should not be editable when viewing shared link and logged in
* Tweak public breadcrumb
* fix: Deleted documents should never be exposed through share
* empty sharedTree array where includeChildDocuments is false
* revert includeChildDocs guard for logical correctness + SSR bug fix
* fix: check document is part of share
---------
Co-authored-by: Tom Moor <tom@getoutline.com >
2025-08-03 13:07:39 -04:00
dependabot[bot]
f7826c7d91
chore(deps): bump koa from 2.16.1 to 3.0.1 ( #9766 )
...
* chore(deps): bump koa from 2.16.1 to 3.0.1
Bumps [koa](https://github.com/koajs/koa ) from 2.16.1 to 3.0.1.
- [Release notes](https://github.com/koajs/koa/releases )
- [Changelog](https://github.com/koajs/koa/blob/master/History.md )
- [Commits](https://github.com/koajs/koa/compare/v2.16.1...v3.0.1 )
---
updated-dependencies:
- dependency-name: koa
dependency-version: 3.0.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update ctx.throw usage
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Moor <tom@getoutline.com >
2025-08-02 19:31:23 -04:00
Tom Moor
09e835d935
fix: Mutation endpoints missing transactions ( #9799 )
2025-08-02 11:14:32 -04:00
Tom Moor
a139d599b7
fix: Nested lists flatten in confluence import ( #9797 )
...
Towards #9789
2025-08-02 09:04:26 -04:00
Tom Moor
114e240958
fix: Remove revision data from events as it is immutable anyway ( #9796 )
2025-08-02 08:17:24 -04:00
Tom Moor
ce3bba9f33
fix: Error in TableLayoutPlugin when table does not exist in previous state ( #9795 )
2025-08-02 12:10:57 +00:00
Translate-O-Tron
6ee275acc7
New Crowdin updates ( #9725 )
...
* fix: New Polish translations from Crowdin [ci skip]
* fix: New Vietnamese translations from Crowdin [ci skip]
* fix: New Vietnamese translations from Crowdin [ci skip]
* fix: New Vietnamese translations from Crowdin [ci skip]
* fix: New Vietnamese translations from Crowdin [ci skip]
* fix: New Vietnamese translations from Crowdin [ci skip]
* fix: New Vietnamese translations from Crowdin [ci skip]
* fix: New French translations from Crowdin [ci skip]
* fix: New Vietnamese translations from Crowdin [ci skip]
* fix: New German translations from Crowdin [ci skip]
2025-08-02 07:17:53 -04:00
Tom Moor
bbe16f26e4
fix: Toggling table full width should always go fullwidth ( #9792 )
2025-08-02 07:17:37 -04:00
Tom Moor
a0308cf809
fix: Allow <br> tags to represent breaks in API markdown input ( #9794 )
...
* fix: Allow <br> tags to represent breaks in API markdown input
* tests
2025-08-02 07:17:29 -04:00
Tom Moor
e2d6c89549
fix: Remote results causes cmd+k state reset ( #9793 )
2025-08-02 07:17:19 -04:00
Tom Moor
1d0c2225d0
fix: Col/row selection on table with merged cells ( #9786 )
...
* fix: Col/row selection on table with merged cells
* skip unrelated tests
2025-07-31 22:07:57 -04:00
Tom Moor
6efd23ad41
fix: Alignment not copied onto new rows ( #9785 )
2025-07-31 20:02:26 -04:00
Tom Moor
da86f38e6f
chore: Include stack traces with warnings and sample at 10% ( #9784 )
2025-07-31 18:16:46 -04:00
Tom Moor
86e76dbe9b
fix: Brand positioning on mobile shared docs ( #9780 )
2025-07-31 07:48:43 -04:00
Tom Moor
a4d59dfc88
fix: Loosen Tella.tv embed regex ( #9779 )
2025-07-31 11:07:27 +00:00
Tom Moor
481adc6ecb
fix: Anchor with some UTF8 characters not correctly decoding ( #9778 )
2025-07-31 07:05:26 -04:00
Tom Moor
3f4950031b
feat: Add support for Tella.tv embed mapping ( #9775 )
...
* feat: Add support for Tella.tv embed mapping
* Optimised images with calibre/image-actions
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-30 08:54:42 -04:00
Tom Moor
737e7ba4b4
fix: Improve importer to be more resilient to hidden directories ( #9762 )
2025-07-28 20:36:45 -04:00
Tom Moor
af041a5a35
fix: Allow toggline sidebar item without activating item ( #9761 )
2025-07-28 19:26:27 -04:00
dependabot[bot]
d4d91c33f3
chore(deps): bump the aws group with 5 updates ( #9757 )
...
Bumps the aws group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 ) | `3.844.0` | `3.850.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage ) | `3.844.0` | `3.850.0` |
| [@aws-sdk/s3-presigned-post](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-presigned-post ) | `3.844.0` | `3.850.0` |
| [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner ) | `3.844.0` | `3.850.0` |
| [@aws-sdk/signature-v4-crt](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/signature-v4-crt ) | `3.844.0` | `3.848.0` |
Updates `@aws-sdk/client-s3` from 3.844.0 to 3.850.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.850.0/clients/client-s3 )
Updates `@aws-sdk/lib-storage` from 3.844.0 to 3.850.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.850.0/lib/lib-storage )
Updates `@aws-sdk/s3-presigned-post` from 3.844.0 to 3.850.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-presigned-post/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.850.0/packages/s3-presigned-post )
Updates `@aws-sdk/s3-request-presigner` from 3.844.0 to 3.850.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.850.0/packages/s3-request-presigner )
Updates `@aws-sdk/signature-v4-crt` from 3.844.0 to 3.848.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/signature-v4-crt/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.848.0/packages/signature-v4-crt )
---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
dependency-version: 3.850.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/lib-storage"
dependency-version: 3.850.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-presigned-post"
dependency-version: 3.850.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/s3-request-presigner"
dependency-version: 3.850.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
- dependency-name: "@aws-sdk/signature-v4-crt"
dependency-version: 3.848.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: aws
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-28 18:26:45 -04:00
dependabot[bot]
0439a2ac27
chore(deps): bump @fortawesome/react-fontawesome ( #9756 )
...
Bumps the fortawesome group with 1 update: [@fortawesome/react-fontawesome](https://github.com/FortAwesome/react-fontawesome ).
Updates `@fortawesome/react-fontawesome` from 0.2.2 to 0.2.3
- [Release notes](https://github.com/FortAwesome/react-fontawesome/releases )
- [Changelog](https://github.com/FortAwesome/react-fontawesome/blob/0.2.x/CHANGELOG.md )
- [Commits](https://github.com/FortAwesome/react-fontawesome/compare/0.2.2...0.2.3 )
---
updated-dependencies:
- dependency-name: "@fortawesome/react-fontawesome"
dependency-version: 0.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: fortawesome
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-28 18:22:03 -04:00
dependabot[bot]
69516f7ab9
chore(deps): bump prosemirror-dropcursor from 1.8.1 to 1.8.2 ( #9758 )
...
Bumps [prosemirror-dropcursor](https://github.com/prosemirror/prosemirror-dropcursor ) from 1.8.1 to 1.8.2.
- [Changelog](https://github.com/ProseMirror/prosemirror-dropcursor/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prosemirror/prosemirror-dropcursor/compare/1.8.1...1.8.2 )
---
updated-dependencies:
- dependency-name: prosemirror-dropcursor
dependency-version: 1.8.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-28 18:21:42 -04:00
dependabot[bot]
b5165f231e
chore(deps): bump @bull-board/koa from 6.9.6 to 6.12.0 ( #9760 )
...
Bumps [@bull-board/koa](https://github.com/felixmosh/bull-board/tree/HEAD/packages/koa ) from 6.9.6 to 6.12.0.
- [Release notes](https://github.com/felixmosh/bull-board/releases )
- [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md )
- [Commits](https://github.com/felixmosh/bull-board/commits/v6.12.0/packages/koa )
---
updated-dependencies:
- dependency-name: "@bull-board/koa"
dependency-version: 6.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-28 18:21:10 -04:00