cypress-io/code-coverage (@cypress/code-coverage)
### [`v3.13.6`](https://redirect.github.com/cypress-io/code-coverage/releases/tag/v3.13.6)
[Compare Source](https://redirect.github.com/cypress-io/code-coverage/compare/v3.13.5...v3.13.6)
##### Bug Fixes
- **deps:** update dependency [@types/jest](https://redirect.github.com/types/jest) to v29.5.14 ([#896](https://redirect.github.com/cypress-io/code-coverage/issues/896)) ([cac8a4b](https://redirect.github.com/cypress-io/code-coverage/commit/cac8a4b202c6f930a5b40d11be63651074ca51a9))
getsentry/sentry-javascript (@sentry/browser)
### [`v8.37.1`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8371)
[Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.37.0...8.37.1)
- feat(deps): Bump [@opentelemetry/instrumentation](https://redirect.github.com/opentelemetry/instrumentation) from 0.53.0 to 0.54.0 for [@sentry/opentelemetry](https://redirect.github.com/sentry/opentelemetry) ([#14187](https://redirect.github.com/getsentry/sentry-javascript/pull/14187))
### [`v8.37.0`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8370)
[Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.36.0...8.37.0)
##### Important Changes
- **feat(nuxt): Add `piniaIntegration` ([#14138](https://redirect.github.com/getsentry/sentry-javascript/pull/14138))**
The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, add the `piniaIntegration` to your client config:
```ts
// sentry.client.config.ts
import { usePinia } from '#imports';
Sentry.init({
integrations: [
Sentry.piniaIntegration(usePinia(), {
/* optional Pinia plugin options */
}),
],
});
```
- **feat: Deprecate metrics API ([#14157](https://redirect.github.com/getsentry/sentry-javascript/pull/14157))**
The Sentry Metrics beta has ended in favour of revisiting metrics in another form at a later date.
This new approach will include different APIs, making the current metrics API unnecessary. This release
deprecates the metrics API with the plan to remove in the next SDK major version. If you currently use the
metrics API in your code, you can safely continue to do so but sent data will no longer be processed by Sentry.
[Learn more](https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Metrics-Beta-Ended-on-October-7th) about the end of the Metrics beta.
##### Other Changes
- feat(browser): Add `http.response_delivery_type` attribute to resource spans ([#14056](https://redirect.github.com/getsentry/sentry-javascript/pull/14056))
- feat(browser): Add `skipBrowserExtensionCheck` escape hatch option ([#14147](https://redirect.github.com/getsentry/sentry-javascript/pull/14147))
- feat(deps): Bump [@opentelemetry/instrumentation](https://redirect.github.com/opentelemetry/instrumentation) from 0.53.0 to 0.54.0 ([#14174](https://redirect.github.com/getsentry/sentry-javascript/pull/14174))
- feat(deps): Bump [@opentelemetry/instrumentation-fastify](https://redirect.github.com/opentelemetry/instrumentation-fastify) from 0.40.0 to 0.41.0 ([#14175](https://redirect.github.com/getsentry/sentry-javascript/pull/14175))
- feat(deps): Bump [@opentelemetry/instrumentation-graphql](https://redirect.github.com/opentelemetry/instrumentation-graphql) from 0.43.0 to 0.44.0 ([#14173](https://redirect.github.com/getsentry/sentry-javascript/pull/14173))
- feat(deps): Bump [@opentelemetry/instrumentation-mongodb](https://redirect.github.com/opentelemetry/instrumentation-mongodb) from 0.47.0 to 0.48.0 ([#14171](https://redirect.github.com/getsentry/sentry-javascript/pull/14171))
- feat(deps): Bump [@opentelemetry/propagator-aws-xray](https://redirect.github.com/opentelemetry/propagator-aws-xray) from 1.25.1 to 1.26.0 ([#14172](https://redirect.github.com/getsentry/sentry-javascript/pull/14172))
- feat(nuxt): Add `asyncFunctionReExports` to define re-exported server functions ([#14104](https://redirect.github.com/getsentry/sentry-javascript/pull/14104))
- feat(nuxt): Add `piniaIntegration` ([#14138](https://redirect.github.com/getsentry/sentry-javascript/pull/14138))
- fix(browser): Avoid recording long task spans starting before their parent span ([#14183](https://redirect.github.com/getsentry/sentry-javascript/pull/14183))
- fix(core): Ensure errors thrown in async cron jobs bubble up ([#14182](https://redirect.github.com/getsentry/sentry-javascript/pull/14182))
- fix(core): Silently fail `maybeInstrument` ([#14140](https://redirect.github.com/getsentry/sentry-javascript/pull/14140))
- fix(nextjs): Resolve path for dynamic webpack import ([#13751](https://redirect.github.com/getsentry/sentry-javascript/pull/13751))
- fix(node): Make sure `modulesIntegration` does not crash esm apps ([#14169](https://redirect.github.com/getsentry/sentry-javascript/pull/14169))
Work in this release was contributed by [@rexxars](https://redirect.github.com/rexxars). Thank you for your contribution!
taskforcesh/bullmq (bullmq)
### [`v5.25.4`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.25.4)
[Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.25.3...v5.25.4)
##### Bug Fixes
- **repeatable:** only apply immediately in the first iteration ([f69cfbc](https://redirect.github.com/taskforcesh/bullmq/commit/f69cfbcbc5516a854adbbc29b259d08e65a19705))
### [`v5.25.3`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.25.3)
[Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.25.2...v5.25.3)
##### Bug Fixes
- **scripts:** set package version by default for extension ([#2887](https://redirect.github.com/taskforcesh/bullmq/issues/2887)) ([b955340](https://redirect.github.com/taskforcesh/bullmq/commit/b955340b940e4c1e330445526cd572e0ab25daa9))
### [`v5.25.2`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.25.2)
[Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.25.1...v5.25.2)
##### Bug Fixes
- **worker:** allow retrieving concurrency value ([#2883](https://redirect.github.com/taskforcesh/bullmq/issues/2883)) fixes [#2880](https://redirect.github.com/taskforcesh/bullmq/issues/2880) ([52f6317](https://redirect.github.com/taskforcesh/bullmq/commit/52f6317ecd2080a5c9684a4fe384e20d86f21de4))
### [`v5.25.1`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.25.1)
[Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.25.0...v5.25.1)
##### Bug Fixes
- **connection:** set packageVersion as protected attribute for extension ([#2884](https://redirect.github.com/taskforcesh/bullmq/issues/2884)) ([411ccae](https://redirect.github.com/taskforcesh/bullmq/commit/411ccae9419e008d916be6cf71c4d57dd2a07b2b))
### [`v5.25.0`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.25.0)
[Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.24.0...v5.25.0)
##### Features
- **queue-events:** add QueueEventsProducer for publishing custom events ([#2844](https://redirect.github.com/taskforcesh/bullmq/issues/2844)) ([5eb03cd](https://redirect.github.com/taskforcesh/bullmq/commit/5eb03cd7f27027191eb4bc4ed7386755fd9be1fb))
### [`v5.24.0`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.24.0)
[Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.23.1...v5.24.0)
##### Features
- **flows:** add telemetry support ([#2879](https://redirect.github.com/taskforcesh/bullmq/issues/2879)) ([5ed154b](https://redirect.github.com/taskforcesh/bullmq/commit/5ed154ba240dbe9eb5c22e27ad02e851c0f3cf69))
### [`v5.23.1`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.23.1)
[Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.23.0...v5.23.1)
##### Bug Fixes
- **deps:** bump msgpackr to 1.1.2 to resolve ERR_BUFFER_OUT_OF_BOUNDS error ([#2882](https://redirect.github.com/taskforcesh/bullmq/issues/2882)) ref [#2747](https://redirect.github.com/taskforcesh/bullmq/issues/2747) ([4d2136c](https://redirect.github.com/taskforcesh/bullmq/commit/4d2136cc6ba340e511a539c130c9a739fe1055d0))
kelektiv/node-cron (cron)
### [`v3.1.9`](https://redirect.github.com/kelektiv/node-cron/blob/HEAD/CHANGELOG.md#319-2024-11-04)
[Compare Source](https://redirect.github.com/kelektiv/node-cron/compare/v3.1.8...v3.1.9)
##### 🛠 Builds
- **typescript:** add missing "types" property to package.json ([#908](https://redirect.github.com/kelektiv/node-cron/issues/908)) ([1953c97](https://redirect.github.com/kelektiv/node-cron/commit/1953c973652175cd751beeb12a57e640f1abb958))
##### 📚 Documentation
- Add .nvmrc with recommended Node version for development ([#904](https://redirect.github.com/kelektiv/node-cron/issues/904)) ([91848e9](https://redirect.github.com/kelektiv/node-cron/commit/91848e9267dd8a05acba6b8d705930ddd5c5196e))
##### ⚙️ Continuous Integrations
- **action:** update github/codeql-action action to v3.27.0 ([#866](https://redirect.github.com/kelektiv/node-cron/issues/866)) ([a6dd871](https://redirect.github.com/kelektiv/node-cron/commit/a6dd8710279662a67f7c3ec0cef2f61553bb605b))
- **action:** update ossf/scorecard-action action to v2.4.0 ([#883](https://redirect.github.com/kelektiv/node-cron/issues/883)) ([e0880a1](https://redirect.github.com/kelektiv/node-cron/commit/e0880a1fd6722e87d134035ecd4f4232a8e303dd))
##### ♻️ Chores
- **config:** migrate renovate config ([#903](https://redirect.github.com/kelektiv/node-cron/issues/903)) ([5ce34f4](https://redirect.github.com/kelektiv/node-cron/commit/5ce34f4cfa01341a453283b7d8599d1b6380f2aa))
- **deps:** lock file maintenance ([be77f4a](https://redirect.github.com/kelektiv/node-cron/commit/be77f4ad329cd2988be470db51e9750ee34a3fe6))
- **deps:** update dependency [@fast-check](https://redirect.github.com/fast-check)/jest to v2 ([#891](https://redirect.github.com/kelektiv/node-cron/issues/891)) ([20c448b](https://redirect.github.com/kelektiv/node-cron/commit/20c448bd569efb954a03591ac479d927f9e6bc5f))
- **deps:** update dependency [@types](https://redirect.github.com/types)/node to v20.17.2 ([24fa266](https://redirect.github.com/kelektiv/node-cron/commit/24fa266d30e4e377d549cf3c230257a3fb0d0621))
- **deps:** update dependency [@types](https://redirect.github.com/types)/node to v20.17.3 ([5bd340e](https://redirect.github.com/kelektiv/node-cron/commit/5bd340e3bab6dd340153804667a58ea829948e17))
- **deps:** update dependency [@types](https://redirect.github.com/types)/node to v20.17.4 ([1ce42a4](https://redirect.github.com/kelektiv/node-cron/commit/1ce42a483b78506cfdb542bf0a3e6f9c71d6efe3))
- **deps:** update dependency [@types](https://redirect.github.com/types)/node to v20.17.5 ([767c430](https://redirect.github.com/kelektiv/node-cron/commit/767c43072a669a6c3ea808185cc8a424293bd7bc))
- **deps:** update semantic-release related packages (major) ([#835](https://redirect.github.com/kelektiv/node-cron/issues/835)) ([73a8d37](https://redirect.github.com/kelektiv/node-cron/commit/73a8d3714e0b8e817f882f5ae090320d313c914d))
cypress-io/cypress (cypress)
### [`v13.15.2`](https://redirect.github.com/cypress-io/cypress/releases/tag/v13.15.2)
[Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v13.15.1...v13.15.2)
Changelog: https://docs.cypress.io/guides/references/changelog#13-15-2
vitejs/vite (vite)
### [`v5.4.11`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.11)
[Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.10...v5.4.11)
Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md) for details.
winstonjs/winston (winston)
### [`v3.17.0`](https://redirect.github.com/winstonjs/winston/releases/tag/v3.17.0)
[Compare Source](https://redirect.github.com/winstonjs/winston/compare/v3.16.0...v3.17.0)
- Try winston-transport 4.9.0 [`3e87128`](https://redirect.github.com/winstonjs/winston/commit/3e87128)
- Revert "Try bumping winston-transport to 4.8.0" [`69625fc`](https://redirect.github.com/winstonjs/winston/commit/69625fc)
- Revert "Try bumping winston-transport to 4.8.0" [`876ef7a`](https://redirect.github.com/winstonjs/winston/commit/876ef7a)
- Try bumping winston-transport to 4.8.0 [`7ef2c1d`](https://redirect.github.com/winstonjs/winston/commit/7ef2c1d)
- Try bumping winston-transport to 4.8.0 [`fe4b64e`](https://redirect.github.com/winstonjs/winston/commit/fe4b64e)
- Bump logform [`c9fd9a4`](https://redirect.github.com/winstonjs/winston/commit/c9fd9a4)
- Revert "Update logform and winston-transport" [`14fef0f`](https://redirect.github.com/winstonjs/winston/commit/14fef0f)
- Merge branch 'master' of github.com:winstonjs/winston [`545b683`](https://redirect.github.com/winstonjs/winston/commit/545b683)
- Update logform and winston-transport [`cceb265`](https://redirect.github.com/winstonjs/winston/commit/cceb265)
- Bump mocha from 10.7.3 to 10.8.2 ([#2523](https://redirect.github.com/winstonjs/winston/issues/2523)) [`bb529b6`](https://redirect.github.com/winstonjs/winston/commit/bb529b6)
- Bump async from 3.2.5 to 3.2.6 ([#2516](https://redirect.github.com/winstonjs/winston/issues/2516)) [`ae847ab`](https://redirect.github.com/winstonjs/winston/commit/ae847ab)
Configuration
📅 Schedule: Branch creation - "before 5:00am" in timezone Europe/Helsinki, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^3.12.39
->^3.13.6
^2.2.3
->^2.3.0
^8.33.1
->^8.37.1
^4.17.7
->^4.17.13
^4.17.6
->^4.17.13
^20.14.2
->^20.17.6
^18.2.0
->^18.3.12
^18.2.0
->^18.3.1
^13.12.0
->^13.12.2
^3.6.0
->^3.7.1
^3.2.5
->^3.2.6
^5.0.0
->^5.25.4
^1.7.4
->^1.7.5
^3.0.0
->^3.1.9
^13.2.0
->^13.15.2
^4.19.2
->^4.21.1
^1.3.4
->^1.3.12
^11.4.3
->^11.4.8
^9.0.0
->^9.1.6
^10.0.4
->^10.1.1
^3.0.0
->^3.1.0
^15.0.0
->^15.2.10
^11.0.0
->^11.0.2
^3.1.0
->^3.1.7
^17.0.0
->^17.1.0
^8.11.5
->^8.13.1
^9.0.0
->^9.1.1
^18.2.0
->^18.3.1
^18.2.0
->^18.3.1
^9.0.0
->^9.0.1
^1.8.14
->^1.10.0
^9.0.0
->^9.1.2
^6.0.0
->^6.37.5
^6.37.3
->^6.37.5
^16.2.1
->^16.10.0
^36.0.0
->^36.0.1
^4.16.2
->^4.19.2
^5.5.4
->^5.6.3
^5.5.3
->^5.6.3
^3.8.1
->^3.8.2
^5.2.10
->^5.4.11
^3.16.0
->^3.17.0
^3.8.2
->^3.17.0
Release Notes
cypress-io/code-coverage (@cypress/code-coverage)
### [`v3.13.6`](https://redirect.github.com/cypress-io/code-coverage/releases/tag/v3.13.6) [Compare Source](https://redirect.github.com/cypress-io/code-coverage/compare/v3.13.5...v3.13.6) ##### Bug Fixes - **deps:** update dependency [@types/jest](https://redirect.github.com/types/jest) to v29.5.14 ([#896](https://redirect.github.com/cypress-io/code-coverage/issues/896)) ([cac8a4b](https://redirect.github.com/cypress-io/code-coverage/commit/cac8a4b202c6f930a5b40d11be63651074ca51a9))getsentry/sentry-javascript (@sentry/browser)
### [`v8.37.1`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8371) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.37.0...8.37.1) - feat(deps): Bump [@opentelemetry/instrumentation](https://redirect.github.com/opentelemetry/instrumentation) from 0.53.0 to 0.54.0 for [@sentry/opentelemetry](https://redirect.github.com/sentry/opentelemetry) ([#14187](https://redirect.github.com/getsentry/sentry-javascript/pull/14187)) ### [`v8.37.0`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8370) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.36.0...8.37.0) ##### Important Changes - **feat(nuxt): Add `piniaIntegration` ([#14138](https://redirect.github.com/getsentry/sentry-javascript/pull/14138))** The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, add the `piniaIntegration` to your client config: ```ts // sentry.client.config.ts import { usePinia } from '#imports'; Sentry.init({ integrations: [ Sentry.piniaIntegration(usePinia(), { /* optional Pinia plugin options */ }), ], }); ``` - **feat: Deprecate metrics API ([#14157](https://redirect.github.com/getsentry/sentry-javascript/pull/14157))** The Sentry Metrics beta has ended in favour of revisiting metrics in another form at a later date. This new approach will include different APIs, making the current metrics API unnecessary. This release deprecates the metrics API with the plan to remove in the next SDK major version. If you currently use the metrics API in your code, you can safely continue to do so but sent data will no longer be processed by Sentry. [Learn more](https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Metrics-Beta-Ended-on-October-7th) about the end of the Metrics beta. ##### Other Changes - feat(browser): Add `http.response_delivery_type` attribute to resource spans ([#14056](https://redirect.github.com/getsentry/sentry-javascript/pull/14056)) - feat(browser): Add `skipBrowserExtensionCheck` escape hatch option ([#14147](https://redirect.github.com/getsentry/sentry-javascript/pull/14147)) - feat(deps): Bump [@opentelemetry/instrumentation](https://redirect.github.com/opentelemetry/instrumentation) from 0.53.0 to 0.54.0 ([#14174](https://redirect.github.com/getsentry/sentry-javascript/pull/14174)) - feat(deps): Bump [@opentelemetry/instrumentation-fastify](https://redirect.github.com/opentelemetry/instrumentation-fastify) from 0.40.0 to 0.41.0 ([#14175](https://redirect.github.com/getsentry/sentry-javascript/pull/14175)) - feat(deps): Bump [@opentelemetry/instrumentation-graphql](https://redirect.github.com/opentelemetry/instrumentation-graphql) from 0.43.0 to 0.44.0 ([#14173](https://redirect.github.com/getsentry/sentry-javascript/pull/14173)) - feat(deps): Bump [@opentelemetry/instrumentation-mongodb](https://redirect.github.com/opentelemetry/instrumentation-mongodb) from 0.47.0 to 0.48.0 ([#14171](https://redirect.github.com/getsentry/sentry-javascript/pull/14171)) - feat(deps): Bump [@opentelemetry/propagator-aws-xray](https://redirect.github.com/opentelemetry/propagator-aws-xray) from 1.25.1 to 1.26.0 ([#14172](https://redirect.github.com/getsentry/sentry-javascript/pull/14172)) - feat(nuxt): Add `asyncFunctionReExports` to define re-exported server functions ([#14104](https://redirect.github.com/getsentry/sentry-javascript/pull/14104)) - feat(nuxt): Add `piniaIntegration` ([#14138](https://redirect.github.com/getsentry/sentry-javascript/pull/14138)) - fix(browser): Avoid recording long task spans starting before their parent span ([#14183](https://redirect.github.com/getsentry/sentry-javascript/pull/14183)) - fix(core): Ensure errors thrown in async cron jobs bubble up ([#14182](https://redirect.github.com/getsentry/sentry-javascript/pull/14182)) - fix(core): Silently fail `maybeInstrument` ([#14140](https://redirect.github.com/getsentry/sentry-javascript/pull/14140)) - fix(nextjs): Resolve path for dynamic webpack import ([#13751](https://redirect.github.com/getsentry/sentry-javascript/pull/13751)) - fix(node): Make sure `modulesIntegration` does not crash esm apps ([#14169](https://redirect.github.com/getsentry/sentry-javascript/pull/14169)) Work in this release was contributed by [@rexxars](https://redirect.github.com/rexxars). Thank you for your contribution!taskforcesh/bullmq (bullmq)
### [`v5.25.4`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.25.4) [Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.25.3...v5.25.4) ##### Bug Fixes - **repeatable:** only apply immediately in the first iteration ([f69cfbc](https://redirect.github.com/taskforcesh/bullmq/commit/f69cfbcbc5516a854adbbc29b259d08e65a19705)) ### [`v5.25.3`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.25.3) [Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.25.2...v5.25.3) ##### Bug Fixes - **scripts:** set package version by default for extension ([#2887](https://redirect.github.com/taskforcesh/bullmq/issues/2887)) ([b955340](https://redirect.github.com/taskforcesh/bullmq/commit/b955340b940e4c1e330445526cd572e0ab25daa9)) ### [`v5.25.2`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.25.2) [Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.25.1...v5.25.2) ##### Bug Fixes - **worker:** allow retrieving concurrency value ([#2883](https://redirect.github.com/taskforcesh/bullmq/issues/2883)) fixes [#2880](https://redirect.github.com/taskforcesh/bullmq/issues/2880) ([52f6317](https://redirect.github.com/taskforcesh/bullmq/commit/52f6317ecd2080a5c9684a4fe384e20d86f21de4)) ### [`v5.25.1`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.25.1) [Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.25.0...v5.25.1) ##### Bug Fixes - **connection:** set packageVersion as protected attribute for extension ([#2884](https://redirect.github.com/taskforcesh/bullmq/issues/2884)) ([411ccae](https://redirect.github.com/taskforcesh/bullmq/commit/411ccae9419e008d916be6cf71c4d57dd2a07b2b)) ### [`v5.25.0`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.25.0) [Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.24.0...v5.25.0) ##### Features - **queue-events:** add QueueEventsProducer for publishing custom events ([#2844](https://redirect.github.com/taskforcesh/bullmq/issues/2844)) ([5eb03cd](https://redirect.github.com/taskforcesh/bullmq/commit/5eb03cd7f27027191eb4bc4ed7386755fd9be1fb)) ### [`v5.24.0`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.24.0) [Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.23.1...v5.24.0) ##### Features - **flows:** add telemetry support ([#2879](https://redirect.github.com/taskforcesh/bullmq/issues/2879)) ([5ed154b](https://redirect.github.com/taskforcesh/bullmq/commit/5ed154ba240dbe9eb5c22e27ad02e851c0f3cf69)) ### [`v5.23.1`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.23.1) [Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.23.0...v5.23.1) ##### Bug Fixes - **deps:** bump msgpackr to 1.1.2 to resolve ERR_BUFFER_OUT_OF_BOUNDS error ([#2882](https://redirect.github.com/taskforcesh/bullmq/issues/2882)) ref [#2747](https://redirect.github.com/taskforcesh/bullmq/issues/2747) ([4d2136c](https://redirect.github.com/taskforcesh/bullmq/commit/4d2136cc6ba340e511a539c130c9a739fe1055d0))kelektiv/node-cron (cron)
### [`v3.1.9`](https://redirect.github.com/kelektiv/node-cron/blob/HEAD/CHANGELOG.md#319-2024-11-04) [Compare Source](https://redirect.github.com/kelektiv/node-cron/compare/v3.1.8...v3.1.9) ##### 🛠 Builds - **typescript:** add missing "types" property to package.json ([#908](https://redirect.github.com/kelektiv/node-cron/issues/908)) ([1953c97](https://redirect.github.com/kelektiv/node-cron/commit/1953c973652175cd751beeb12a57e640f1abb958)) ##### 📚 Documentation - Add .nvmrc with recommended Node version for development ([#904](https://redirect.github.com/kelektiv/node-cron/issues/904)) ([91848e9](https://redirect.github.com/kelektiv/node-cron/commit/91848e9267dd8a05acba6b8d705930ddd5c5196e)) ##### ⚙️ Continuous Integrations - **action:** update github/codeql-action action to v3.27.0 ([#866](https://redirect.github.com/kelektiv/node-cron/issues/866)) ([a6dd871](https://redirect.github.com/kelektiv/node-cron/commit/a6dd8710279662a67f7c3ec0cef2f61553bb605b)) - **action:** update ossf/scorecard-action action to v2.4.0 ([#883](https://redirect.github.com/kelektiv/node-cron/issues/883)) ([e0880a1](https://redirect.github.com/kelektiv/node-cron/commit/e0880a1fd6722e87d134035ecd4f4232a8e303dd)) ##### ♻️ Chores - **config:** migrate renovate config ([#903](https://redirect.github.com/kelektiv/node-cron/issues/903)) ([5ce34f4](https://redirect.github.com/kelektiv/node-cron/commit/5ce34f4cfa01341a453283b7d8599d1b6380f2aa)) - **deps:** lock file maintenance ([be77f4a](https://redirect.github.com/kelektiv/node-cron/commit/be77f4ad329cd2988be470db51e9750ee34a3fe6)) - **deps:** update dependency [@fast-check](https://redirect.github.com/fast-check)/jest to v2 ([#891](https://redirect.github.com/kelektiv/node-cron/issues/891)) ([20c448b](https://redirect.github.com/kelektiv/node-cron/commit/20c448bd569efb954a03591ac479d927f9e6bc5f)) - **deps:** update dependency [@types](https://redirect.github.com/types)/node to v20.17.2 ([24fa266](https://redirect.github.com/kelektiv/node-cron/commit/24fa266d30e4e377d549cf3c230257a3fb0d0621)) - **deps:** update dependency [@types](https://redirect.github.com/types)/node to v20.17.3 ([5bd340e](https://redirect.github.com/kelektiv/node-cron/commit/5bd340e3bab6dd340153804667a58ea829948e17)) - **deps:** update dependency [@types](https://redirect.github.com/types)/node to v20.17.4 ([1ce42a4](https://redirect.github.com/kelektiv/node-cron/commit/1ce42a483b78506cfdb542bf0a3e6f9c71d6efe3)) - **deps:** update dependency [@types](https://redirect.github.com/types)/node to v20.17.5 ([767c430](https://redirect.github.com/kelektiv/node-cron/commit/767c43072a669a6c3ea808185cc8a424293bd7bc)) - **deps:** update semantic-release related packages (major) ([#835](https://redirect.github.com/kelektiv/node-cron/issues/835)) ([73a8d37](https://redirect.github.com/kelektiv/node-cron/commit/73a8d3714e0b8e817f882f5ae090320d313c914d))cypress-io/cypress (cypress)
### [`v13.15.2`](https://redirect.github.com/cypress-io/cypress/releases/tag/v13.15.2) [Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v13.15.1...v13.15.2) Changelog: https://docs.cypress.io/guides/references/changelog#13-15-2vitejs/vite (vite)
### [`v5.4.11`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.11) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.10...v5.4.11) Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md) for details.winstonjs/winston (winston)
### [`v3.17.0`](https://redirect.github.com/winstonjs/winston/releases/tag/v3.17.0) [Compare Source](https://redirect.github.com/winstonjs/winston/compare/v3.16.0...v3.17.0) - Try winston-transport 4.9.0 [`3e87128`](https://redirect.github.com/winstonjs/winston/commit/3e87128) - Revert "Try bumping winston-transport to 4.8.0" [`69625fc`](https://redirect.github.com/winstonjs/winston/commit/69625fc) - Revert "Try bumping winston-transport to 4.8.0" [`876ef7a`](https://redirect.github.com/winstonjs/winston/commit/876ef7a) - Try bumping winston-transport to 4.8.0 [`7ef2c1d`](https://redirect.github.com/winstonjs/winston/commit/7ef2c1d) - Try bumping winston-transport to 4.8.0 [`fe4b64e`](https://redirect.github.com/winstonjs/winston/commit/fe4b64e) - Bump logform [`c9fd9a4`](https://redirect.github.com/winstonjs/winston/commit/c9fd9a4) - Revert "Update logform and winston-transport" [`14fef0f`](https://redirect.github.com/winstonjs/winston/commit/14fef0f) - Merge branch 'master' of github.com:winstonjs/winston [`545b683`](https://redirect.github.com/winstonjs/winston/commit/545b683) - Update logform and winston-transport [`cceb265`](https://redirect.github.com/winstonjs/winston/commit/cceb265) - Bump mocha from 10.7.3 to 10.8.2 ([#2523](https://redirect.github.com/winstonjs/winston/issues/2523)) [`bb529b6`](https://redirect.github.com/winstonjs/winston/commit/bb529b6) - Bump async from 3.2.5 to 3.2.6 ([#2516](https://redirect.github.com/winstonjs/winston/issues/2516)) [`ae847ab`](https://redirect.github.com/winstonjs/winston/commit/ae847ab)Configuration
📅 Schedule: Branch creation - "before 5:00am" in timezone Europe/Helsinki, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.