mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
build(deps): bump @nestjs/schedule from 6.0.1 to 6.1.0 (#16925)
Bumps [@nestjs/schedule](https://github.com/nestjs/schedule) from 6.0.1 to 6.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nestjs/schedule/releases"><code>@nestjs/schedule</code>'s releases</a>.</em></p> <blockquote> <h2>Release 6.1.0</h2> <h2>What's Changed</h2> <ul> <li>feat(module): add forRootAsync method to allow async module registration by <a href="https://github.com/daanhegger"><code>@daanhegger</code></a> in <a href="https://redirect.github.com/nestjs/schedule/pull/2142">nestjs/schedule#2142</a></li> <li>fix(deps): update dependency cron to v4.3.5 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/nestjs/schedule/pull/2133">nestjs/schedule#2133</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/daanhegger"><code>@daanhegger</code></a> made their first contribution in <a href="https://redirect.github.com/nestjs/schedule/pull/2142">nestjs/schedule#2142</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nestjs/schedule/compare/6.0.1...6.1.0">https://github.com/nestjs/schedule/compare/6.0.1...6.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="76b802bb5b"><code>76b802b</code></a> chore(): release v6.1.0</li> <li><a href="4973da5cd2"><code>4973da5</code></a> Merge pull request <a href="https://redirect.github.com/nestjs/schedule/issues/2124">#2124</a> from nestjs/renovate/cimg-node-24.x</li> <li><a href="dca5b7c6b6"><code>dca5b7c</code></a> Merge pull request <a href="https://redirect.github.com/nestjs/schedule/issues/2133">#2133</a> from nestjs/renovate/cron-4.x</li> <li><a href="7c00b0b9eb"><code>7c00b0b</code></a> Merge pull request <a href="https://redirect.github.com/nestjs/schedule/issues/2142">#2142</a> from daanhegger/add-async-for-root</li> <li><a href="8ee5a5a3e0"><code>8ee5a5a</code></a> chore(deps): update commitlint monorepo to v20.2.0 (<a href="https://redirect.github.com/nestjs/schedule/issues/2151">#2151</a>)</li> <li><a href="b911f17b9a"><code>b911f17</code></a> fix(deps): update dependency cron to v4.3.5</li> <li><a href="56ed37295b"><code>56ed372</code></a> chore(deps): update dependency prettier to v3.7.4 (<a href="https://redirect.github.com/nestjs/schedule/issues/2150">#2150</a>)</li> <li><a href="52f5c45eb5"><code>52f5c45</code></a> chore(deps): update dependency typescript-eslint to v8.48.1 (<a href="https://redirect.github.com/nestjs/schedule/issues/2149">#2149</a>)</li> <li><a href="7fa5d15c2a"><code>7fa5d15</code></a> chore(deps): update dependency ts-jest to v29.4.6 (<a href="https://redirect.github.com/nestjs/schedule/issues/2148">#2148</a>)</li> <li><a href="056a618ea1"><code>056a618</code></a> chore(deps): update dependency prettier to v3.7.3 (<a href="https://redirect.github.com/nestjs/schedule/issues/2147">#2147</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nestjs/schedule/compare/6.0.1...6.1.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
4b34add51c
commit
cc7fd99879
1 changed files with 8 additions and 8 deletions
16
yarn.lock
16
yarn.lock
|
|
@ -11883,14 +11883,14 @@ __metadata:
|
|||
linkType: hard
|
||||
|
||||
"@nestjs/schedule@npm:^6.0.1":
|
||||
version: 6.0.1
|
||||
resolution: "@nestjs/schedule@npm:6.0.1"
|
||||
version: 6.1.0
|
||||
resolution: "@nestjs/schedule@npm:6.1.0"
|
||||
dependencies:
|
||||
cron: "npm:4.3.3"
|
||||
cron: "npm:4.3.5"
|
||||
peerDependencies:
|
||||
"@nestjs/common": ^10.0.0 || ^11.0.0
|
||||
"@nestjs/core": ^10.0.0 || ^11.0.0
|
||||
checksum: 10c0/220af7977cc93f831223ac750dff5af64ce5d0e46a4970a8221e7ae233524fd6d0137ec0a5ecf12c5e6cb3d3acc9d7d0a8aa1525c053f8cdcfb26e4a0db283a8
|
||||
checksum: 10c0/05465d7e42caad248e7550c3ff9c4cc5d8a29f87d30738bc4df593344576f83e99cac4b3f0694f4db3062ae22827b3cb252bf7c8370a824ead38a3c04401171c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
@ -31573,13 +31573,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"cron@npm:4.3.3":
|
||||
version: 4.3.3
|
||||
resolution: "cron@npm:4.3.3"
|
||||
"cron@npm:4.3.5":
|
||||
version: 4.3.5
|
||||
resolution: "cron@npm:4.3.5"
|
||||
dependencies:
|
||||
"@types/luxon": "npm:~3.7.0"
|
||||
luxon: "npm:~3.7.0"
|
||||
checksum: 10c0/f58976120a069406419d3b690f3e30a2d66c19de87712ce988bed47bbabc9e39c317e1793bdff92a466a57b9174aff7c40912c57f08f3198eb59838f10bf1247
|
||||
checksum: 10c0/5d05afe6dd2e045709ecbc22a6ea2d5a7913cec32d4bdfff1649b32a2b0e11dafc75b1cc021aedfd1c1a8e4a813acde886ececc078207f19c90521e97a224c55
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue