chore(deps): bump the server-dependencies group across 1 directory with 6 updates#288
Open
dependabot[bot] wants to merge 2 commits into
Open
Conversation
…th 6 updates Bumps the server-dependencies group with 6 updates in the /apps/server directory: | Package | From | To | | --- | --- | --- | | [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.1037.0` | `3.1073.0` | | [@hocuspocus/server](https://github.com/ueberdosis/hocuspocus) | `4.1.0` | `4.3.0` | | [marked](https://github.com/markedjs/marked) | `18.0.4` | `18.0.5` | | [meilisearch](https://github.com/meilisearch/meilisearch-js) | `0.57.0` | `0.58.0` | | [node-cron](https://github.com/node-cron/node-cron) | `4.2.1` | `4.5.0` | | [yjs](https://github.com/yjs/yjs) | `13.6.30` | `13.6.31` | Updates `@aws-sdk/client-s3` from 3.1037.0 to 3.1073.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.1073.0/clients/client-s3) Updates `@hocuspocus/server` from 4.1.0 to 4.3.0 - [Release notes](https://github.com/ueberdosis/hocuspocus/releases) - [Changelog](https://github.com/ueberdosis/hocuspocus/blob/main/CHANGELOG.md) - [Commits](ueberdosis/hocuspocus@v4.1.0...v4.3.0) Updates `marked` from 18.0.4 to 18.0.5 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](markedjs/marked@v18.0.4...v18.0.5) Updates `meilisearch` from 0.57.0 to 0.58.0 - [Release notes](https://github.com/meilisearch/meilisearch-js/releases) - [Commits](meilisearch/meilisearch-js@v0.57.0...v0.58.0) Updates `node-cron` from 4.2.1 to 4.5.0 - [Release notes](https://github.com/node-cron/node-cron/releases) - [Changelog](https://github.com/node-cron/node-cron/blob/main/CHANGELOG.md) - [Commits](node-cron/node-cron@v4.2.1...v4.5.0) Updates `yjs` from 13.6.30 to 13.6.31 - [Release notes](https://github.com/yjs/yjs/releases) - [Commits](yjs/yjs@v13.6.30...v13.6.31) --- updated-dependencies: - dependency-name: "@aws-sdk/client-s3" dependency-version: 3.1073.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server-dependencies - dependency-name: "@hocuspocus/server" dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server-dependencies - dependency-name: marked dependency-version: 18.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: server-dependencies - dependency-name: meilisearch dependency-version: 0.58.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server-dependencies - dependency-name: node-cron dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server-dependencies - dependency-name: yjs dependency-version: 13.6.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: server-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the server-dependencies group with 6 updates in the /apps/server directory:
3.1037.03.1073.04.1.04.3.018.0.418.0.50.57.00.58.04.2.14.5.013.6.3013.6.31Updates
@aws-sdk/client-s3from 3.1037.0 to 3.1073.0Release notes
Sourced from @aws-sdk/client-s3's releases.
... (truncated)
Changelog
Sourced from @aws-sdk/client-s3's changelog.
... (truncated)
Commits
ee71adcPublish v3.1073.0501cd33Publish v3.1072.03ce820aPublish v3.1071.04f2cfe1Publish v3.1070.0c555874feat(client-s3): Added support for annotations. You can now attach up to 1000...7058d13Publish v3.1069.067981c5chore(scripts): tuning the build graph (#8095)0632f6dPublish v3.1068.00a3246fPublish v3.1067.04b11912Publish v3.1066.0Updates
@hocuspocus/serverfrom 4.1.0 to 4.3.0Release notes
Sourced from @hocuspocus/server's releases.
Changelog
Sourced from @hocuspocus/server's changelog.
Commits
1129ae0v4.3.06e1a932feat: enforce pre-auth resource limits to safeguard server stability (#1113)abec66dfeat: addafterHandleMessagehook to run after message handling completion ...94fa0c7v4.2.0eeb4696feat: addunloadImmediatelyoption todisconnect()for configurable docum...f3d761dv4.1.2f05f1d0fix: delete debouncer timer entry before awaiting the in-flight execution (#1...a07826av4.1.15e3dd91Feature: expose sessionAwareness in provider-react HocuspocusRoom (#1104)79e9fe7build(deps): bump hono from 4.12.18 to 4.12.21 (#1106)Updates
markedfrom 18.0.4 to 18.0.5Release notes
Sourced from marked's releases.
Commits
4063c63chore(release): 18.0.5 [skip ci]b55410ffix: parse empty list item with trailing space (#3984)c6e667bchore(deps-dev): bump eslint from 10.4.0 to 10.4.1 (#3986)95f98ecchore(deps-dev): bump@arethetypeswrong/clifrom 0.18.2 to 0.18.3 (#3985)c1a86f0Add Node.js usage example to README (#3983)763f729chore(deps-dev): bump marked-man from 2.1.0 to 2.1.1 (#3978)2cf1fd0chore(deps-dev): bump markdown-it from 14.1.1 to 14.2.0 (#3977)Updates
meilisearchfrom 0.57.0 to 0.58.0Release notes
Sourced from meilisearch's releases.
Commits
70ac04bUpdate version for the next release (v0.58.0) in package.json6dd94eabuild(deps-dev): bump vite from 8.0.0 to 8.0.517343bcUpdate experimental features test133e1d0Update experimental featuresdeee206Rename filesc4d11a9Check presence of expected fields onlye2ec121Update typesf0d7a23Add dynamic search rulesc162ca3Make tests compatible with v1.42.01d7221bchore: remove unused code samplesUpdates
node-cronfrom 4.2.1 to 4.5.0Release notes
Sourced from node-cron's releases.
... (truncated)
Changelog
Sourced from node-cron's changelog.
... (truncated)
Commits
cd9a5a7chore(release): 4.5.0 (#569)fbdd883Rewrite README to surface scheduling capabilities (#568)c80a396perf(build): bundle dist into flat files instead of preserving modules (#566)b71b9b1Fix typos in internal function names (#567)7c5015cperf(id): drop crypto.randomBytes from internal id generation (#564)dd0a2a9perf(pattern): parse cron expression once per TimeMatcher (#562)cf69f32perf(time): cache Intl.DateTimeFormat instances per timezone (#561)dad56e1perf(runner): run inline when no random delay is configured (#565)a309d5fperf(time): compute the GMT offset lazily (#563)c2db9d1feat: support extended day-of-week tokens (# nth weekday and L last weekday) ...Updates
yjsfrom 13.6.30 to 13.6.31Release notes
Sourced from yjs's releases.
Commits
271330813.6.311ddba7eMerge branch 'ppiotrowicz-fix/757-undo-attr-redo' into v13d9aaff7fix #757 in v1367c809efix undoing setAttribute combined with delete corrupts remote state - closes ...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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions