UniversityOfHelsinkiCS / oodikone

An application for analyzing university data
https://oodikone.helsinki.fi
MIT License
14 stars 6 forks source link

Update all non-major dependencies #4668

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cypress/code-coverage 3.13.4 -> 3.13.5 age adoption passing confidence
@sentry/browser (source) 8.35.0 -> 8.36.0 age adoption passing confidence
@types/lodash (source) 4.17.12 -> 4.17.13 age adoption passing confidence
@types/node (source) 20.17.1 -> 20.17.6 age adoption passing confidence
bullmq (source) 5.21.2 -> 5.23.0 age adoption passing confidence
compression 1.7.4 -> 1.7.5 age adoption passing confidence
cron 3.1.7 -> 3.1.8 age adoption passing confidence
lru-cache 11.0.1 -> 11.0.2 age adoption passing confidence
winston 3.15.0 -> 3.16.0 age adoption passing confidence

Release Notes

cypress-io/code-coverage (@​cypress/code-coverage) ### [`v3.13.5`](https://redirect.github.com/cypress-io/code-coverage/releases/tag/v3.13.5) [Compare Source](https://redirect.github.com/cypress-io/code-coverage/compare/v3.13.4...v3.13.5) ##### Bug Fixes - **fix:** Batch coverage data sent to combineCoverage to prevent timeouts [https://github.com/cypress-io/code-coverage/pull/877](https://redirect.github.com/cypress-io/code-coverage/pull/877) - **deps:** update react monorepo ([#​891](https://redirect.github.com/cypress-io/code-coverage/issues/891)) ([90a67bb](https://redirect.github.com/cypress-io/code-coverage/commit/90a67bba74ddca002effca8a1fabb38b74d2647a))
getsentry/sentry-javascript (@​sentry/browser) ### [`v8.36.0`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8360) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.35.0...8.36.0) ##### Important Changes - **feat(nuxt): Add Sentry Pinia plugin ([#​14047](https://redirect.github.com/getsentry/sentry-javascript/pull/14047))** The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, set the `trackPinia` option to `true` in your client config: ```ts // sentry.client.config.ts Sentry.init({ trackPinia: true, }); ``` Read more about the Pinia plugin in the [Sentry Pinia Documentation](https://docs.sentry.io/platforms/javascript/guides/nuxt/features/pinia/). - **feat(nextjs/vercel-edge/cloudflare): Switch to OTEL for performance monitoring ([#​13889](https://redirect.github.com/getsentry/sentry-javascript/pull/13889))** With this release, the Sentry Next.js, and Cloudflare SDKs will now capture performance data based on OpenTelemetry. Some exceptions apply in cases where Next.js captures inaccurate data itself. NOTE: You may experience minor differences in transaction names in Sentry. Most importantly transactions for serverside pages router invocations will now be named `GET /[param]/my/route` instead of `/[param]/my/route`. This means that those transactions are now better aligned with the OpenTelemetry semantic conventions. ##### Other Changes - deps: Bump bundler plugins and CLI to 2.22.6 and 2.37.0 respectively ([#​14050](https://redirect.github.com/getsentry/sentry-javascript/pull/14050)) - feat(deps): bump [@​opentelemetry/instrumentation-aws-sdk](https://redirect.github.com/opentelemetry/instrumentation-aws-sdk) from 0.44.0 to 0.45.0 ([#​14099](https://redirect.github.com/getsentry/sentry-javascript/pull/14099)) - feat(deps): bump [@​opentelemetry/instrumentation-connect](https://redirect.github.com/opentelemetry/instrumentation-connect) from 0.39.0 to 0.40.0 ([#​14101](https://redirect.github.com/getsentry/sentry-javascript/pull/14101)) - feat(deps): bump [@​opentelemetry/instrumentation-express](https://redirect.github.com/opentelemetry/instrumentation-express) from 0.43.0 to 0.44.0 ([#​14102](https://redirect.github.com/getsentry/sentry-javascript/pull/14102)) - feat(deps): bump [@​opentelemetry/instrumentation-fs](https://redirect.github.com/opentelemetry/instrumentation-fs) from 0.15.0 to 0.16.0 ([#​14098](https://redirect.github.com/getsentry/sentry-javascript/pull/14098)) - feat(deps): bump [@​opentelemetry/instrumentation-kafkajs](https://redirect.github.com/opentelemetry/instrumentation-kafkajs) from 0.3.0 to 0.4.0 ([#​14100](https://redirect.github.com/getsentry/sentry-javascript/pull/14100)) - feat(nextjs): Add method and url to route handler request data ([#​14084](https://redirect.github.com/getsentry/sentry-javascript/pull/14084)) - feat(node): Add breadcrumbs for `child_process` and `worker_thread` ([#​13896](https://redirect.github.com/getsentry/sentry-javascript/pull/13896)) - fix(core): Ensure standalone spans are not sent if SDK is disabled ([#​14088](https://redirect.github.com/getsentry/sentry-javascript/pull/14088)) - fix(nextjs): Await flush in api handlers ([#​14023](https://redirect.github.com/getsentry/sentry-javascript/pull/14023)) - fix(nextjs): Don't leak webpack types into exports ([#​14116](https://redirect.github.com/getsentry/sentry-javascript/pull/14116)) - fix(nextjs): Fix matching logic for file convention type for root level components ([#​14038](https://redirect.github.com/getsentry/sentry-javascript/pull/14038)) - fix(nextjs): Respect directives in value injection loader ([#​14083](https://redirect.github.com/getsentry/sentry-javascript/pull/14083)) - fix(nuxt): Only wrap `.mjs` entry files in rollup ([#​14060](https://redirect.github.com/getsentry/sentry-javascript/pull/14060)) - fix(nuxt): Re-export all exported bindings ([#​14086](https://redirect.github.com/getsentry/sentry-javascript/pull/14086)) - fix(nuxt): Server-side setup in readme ([#​14049](https://redirect.github.com/getsentry/sentry-javascript/pull/14049)) - fix(profiling-node): Always warn when running on incompatible major version of Node.js ([#​14043](https://redirect.github.com/getsentry/sentry-javascript/pull/14043)) - fix(replay): Fix `onError` callback ([#​14002](https://redirect.github.com/getsentry/sentry-javascript/pull/14002)) - perf(otel): Only calculate current timestamp once ([#​14094](https://redirect.github.com/getsentry/sentry-javascript/pull/14094)) - test(browser-integration): Add sentry DSN route handler by default ([#​14095](https://redirect.github.com/getsentry/sentry-javascript/pull/14095))
taskforcesh/bullmq (bullmq) ### [`v5.23.0`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.23.0) [Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.22.0...v5.23.0) ##### Features - **scheduler:** add getJobScheduler method ([#​2877](https://redirect.github.com/taskforcesh/bullmq/issues/2877)) ref [#​2875](https://redirect.github.com/taskforcesh/bullmq/issues/2875) ([956d98c](https://redirect.github.com/taskforcesh/bullmq/commit/956d98c6890484742bb080919c70692234f28c69)) ### [`v5.22.0`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.22.0) [Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.21.2...v5.22.0) ##### Bug Fixes - **commands:** add missing build statement when releasing \[python] ([#​2869](https://redirect.github.com/taskforcesh/bullmq/issues/2869)) fixes [#​2868](https://redirect.github.com/taskforcesh/bullmq/issues/2868) ([ff2a47b](https://redirect.github.com/taskforcesh/bullmq/commit/ff2a47b37c6b36ee1a725f91de2c6e4bcf8b011a)) ##### Features - **job:** add getChildrenValues method \[python] ([#​2853](https://redirect.github.com/taskforcesh/bullmq/issues/2853)) ([0f25213](https://redirect.github.com/taskforcesh/bullmq/commit/0f25213b28900a1c35922bd33611701629d83184)) - **queue:** add a telemetry interface ([#​2721](https://redirect.github.com/taskforcesh/bullmq/issues/2721)) ([273b574](https://redirect.github.com/taskforcesh/bullmq/commit/273b574e6b5628680990eb02e1930809c9cba5bb))
expressjs/compression (compression) ### [`v1.7.5`](https://redirect.github.com/expressjs/compression/blob/HEAD/HISTORY.md#175--2024-10-31) [Compare Source](https://redirect.github.com/expressjs/compression/compare/1.7.4...1.7.5) \========== - deps: Replace accepts with negotiator@~0.6.4 - Add preference option - deps: bytes@3.1.2 - Add petabyte (`pb`) support - Fix "thousandsSeparator" incorrecting formatting fractional part - Fix return value for un-parsable strings - deps: compressible@~2.0.18 - Mark `font/ttf` as compressible - Remove compressible from `multipart/mixed` - deps: mime-db@'>= 1.43.0 < 2' - deps: safe-buffer@5.2.1
kelektiv/node-cron (cron) ### [`v3.1.8`](https://redirect.github.com/kelektiv/node-cron/blob/HEAD/CHANGELOG.md#318-2024-10-29) [Compare Source](https://redirect.github.com/kelektiv/node-cron/compare/v3.1.7...v3.1.8) ##### 🛠 Builds - **deps:** update dependency luxon to ~3.5.0 ([676045b](https://redirect.github.com/kelektiv/node-cron/commit/676045b45506146a4906661efe130be508f7e4fe)) ##### ⚙️ Continuous Integrations - allow Renovate to auto-merge minor and patch dependency version updates ([#​901](https://redirect.github.com/kelektiv/node-cron/issues/901)) ([3899b5d](https://redirect.github.com/kelektiv/node-cron/commit/3899b5d926cc531850d7551552c178a9b45e2a1d)) ##### ♻️ Chores - **deps:** lock file maintenance ([f28aed4](https://redirect.github.com/kelektiv/node-cron/commit/f28aed49ad5dfdd3bca38a5331006f876d5b223f)) - **deps:** lock file maintenance ([a420629](https://redirect.github.com/kelektiv/node-cron/commit/a4206292daae053af00705d06af855306de533a9)) - **deps:** lock file maintenance ([63a1cf1](https://redirect.github.com/kelektiv/node-cron/commit/63a1cf1b46d1b9e4f0efe54db6dc6806640e1f15)) - **deps:** lock file maintenance ([7366c8f](https://redirect.github.com/kelektiv/node-cron/commit/7366c8f5dc13dc31d8768a3f5151d4faa5e0478d)) - **deps:** lock file maintenance ([c44d785](https://redirect.github.com/kelektiv/node-cron/commit/c44d78557c65821bd28cd66f10e4a5e67f50835b)) - **deps:** lock file maintenance ([cf74b29](https://redirect.github.com/kelektiv/node-cron/commit/cf74b29a1f6d2efba9de31f4c891571feb1af9e9)) - **deps:** lock file maintenance ([67b2327](https://redirect.github.com/kelektiv/node-cron/commit/67b2327ac88ba9d133f9e4d793c55c1664225966)) - **deps:** lock file maintenance ([190d845](https://redirect.github.com/kelektiv/node-cron/commit/190d8452b024f76615966d1187993850ee9d7850)) - **deps:** lock file maintenance ([166c4a2](https://redirect.github.com/kelektiv/node-cron/commit/166c4a2798c55960ed1a326074dfc20d46112b14)) - **deps:** lock file maintenance ([b6680c7](https://redirect.github.com/kelektiv/node-cron/commit/b6680c7d8f01c6c604810d3bf993ff05dd6c47c1)) - **deps:** lock file maintenance ([18679e9](https://redirect.github.com/kelektiv/node-cron/commit/18679e97d4f29d69ab617ded35fffcf0e58dbd9f)) - **deps:** lock file maintenance ([d99fc57](https://redirect.github.com/kelektiv/node-cron/commit/d99fc5758e38979b92d54a8b8bf50c46359ad9a7)) - **deps:** lock file maintenance ([8c63a93](https://redirect.github.com/kelektiv/node-cron/commit/8c63a93b376e487318f84dd145c559bec73f3633)) - **deps:** lock file maintenance ([91a5d20](https://redirect.github.com/kelektiv/node-cron/commit/91a5d20bc635d11734dba05ab67493c3fa43a6da)) - **deps:** lock file maintenance ([738f2ac](https://redirect.github.com/kelektiv/node-cron/commit/738f2ac6ff2ccb9cdd21b959bca7dc901fc01ea4)) - **deps:** lock file maintenance ([59df061](https://redirect.github.com/kelektiv/node-cron/commit/59df061e0d7e2c581c43ef2815d00dd2d7b0fa7a)) - **deps:** lock file maintenance ([ad3aac7](https://redirect.github.com/kelektiv/node-cron/commit/ad3aac73ac4bd492c516f2864b4041394c9d6299)) - **deps:** lock file maintenance ([abda61e](https://redirect.github.com/kelektiv/node-cron/commit/abda61e936ba909bcfa6858dceced300175c5b71)) - **deps:** lock file maintenance ([b6954f8](https://redirect.github.com/kelektiv/node-cron/commit/b6954f8214ae13ea3ce3e4a5944da4ec497dffad)) - **deps:** lock file maintenance ([650401f](https://redirect.github.com/kelektiv/node-cron/commit/650401f401c0063079421d5d5481ae36d83e5cb1)) - **deps:** lock file maintenance ([a9cd1a6](https://redirect.github.com/kelektiv/node-cron/commit/a9cd1a699c943b105537a933f34cf3f4e4a1fc69)) - **deps:** lock file maintenance ([652b595](https://redirect.github.com/kelektiv/node-cron/commit/652b5958ec567f46302350ab9ba78290a0571a8f)) - **deps:** lock file maintenance ([e52f3e7](https://redirect.github.com/kelektiv/node-cron/commit/e52f3e7d2bfba0048959683a1214f43c9c9a8a82)) - **deps:** lock file maintenance ([a149323](https://redirect.github.com/kelektiv/node-cron/commit/a1493231499a25760066e176b9a29a04f2c99a82)) - **deps:** lock file maintenance ([dc19fcd](https://redirect.github.com/kelektiv/node-cron/commit/dc19fcd35824706fa56f237081a0829e1c330587)) - **deps:** lock file maintenance ([9aab99b](https://redirect.github.com/kelektiv/node-cron/commit/9aab99bb09ae5c2310dd1c9677ec8ff6ae6ad5c9)) - **deps:** lock file maintenance ([5a8f16d](https://redirect.github.com/kelektiv/node-cron/commit/5a8f16d3bacafea8116ff45a7ee1052feceeb1a8)) - **deps:** lock file maintenance ([e2ab57f](https://redirect.github.com/kelektiv/node-cron/commit/e2ab57f5f6e1d870fcb137cc15c0cd15fcf1bc08)) - **deps:** lock file maintenance ([cdc4477](https://redirect.github.com/kelektiv/node-cron/commit/cdc44772b4f212321bda22ac726b3a2f6bb038da)) - **deps:** lock file maintenance ([83e2a67](https://redirect.github.com/kelektiv/node-cron/commit/83e2a679488a1106c17a53aa7e3a9e0c44c7359e)) - **deps:** lock file maintenance ([4ffc01c](https://redirect.github.com/kelektiv/node-cron/commit/4ffc01c1fb37ef42942a44ec1e943c31e2d8b808)) - **deps:** update dependency [@​fast-check](https://redirect.github.com/fast-check)/jest to v1.8.2 ([6dfafb6](https://redirect.github.com/kelektiv/node-cron/commit/6dfafb6c1428792d75156d7c3d93d95d2a28334d)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/jest to v29.5.13 ([1de1b8a](https://redirect.github.com/kelektiv/node-cron/commit/1de1b8ae2bf0451792d47cb7ede515ed78bf1218)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/jest to v29.5.14 ([30cd519](https://redirect.github.com/kelektiv/node-cron/commit/30cd519c3cf69593712da050a9c0cb9261830ded)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.12.10 ([78f9456](https://redirect.github.com/kelektiv/node-cron/commit/78f9456bd3356d640919ee090ade3bc6747d07f3)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.12.11 ([a7871f4](https://redirect.github.com/kelektiv/node-cron/commit/a7871f4da678114301ea3865278f531dc9099003)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.12.12 ([b2997da](https://redirect.github.com/kelektiv/node-cron/commit/b2997da13c637684e7f3d831f25274a6c7271a73)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.12.13 ([8876227](https://redirect.github.com/kelektiv/node-cron/commit/8876227b161e1dfd2be5c3e435a35922a0cefe80)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.12.5 ([ca49751](https://redirect.github.com/kelektiv/node-cron/commit/ca49751f1696dfce9cbac489efa5ea306f46f62a)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.12.6 ([4347927](https://redirect.github.com/kelektiv/node-cron/commit/43479278b0413313c21ad788a21c9029645c0cdf)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.12.7 ([9c2357b](https://redirect.github.com/kelektiv/node-cron/commit/9c2357b077828d8a3a3a937efb36730ba5c22ef6)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.12.8 ([3e86607](https://redirect.github.com/kelektiv/node-cron/commit/3e8660732917b2196fedfaa0a92033700319760f)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.13.0 ([8bc9e52](https://redirect.github.com/kelektiv/node-cron/commit/8bc9e52b5383e00d0886b38175e2dfaa68c3d0f5)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.14.0 ([846691e](https://redirect.github.com/kelektiv/node-cron/commit/846691e612a8382b7fd37f43adceccda6d34b508)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.14.1 ([be4afcd](https://redirect.github.com/kelektiv/node-cron/commit/be4afcde2efbfcd54ba3db146d55eba95a9c1fac)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.14.10 ([ef14320](https://redirect.github.com/kelektiv/node-cron/commit/ef143202724f3ccd21f1a5579dd891420facc90b)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.14.11 ([b60d875](https://redirect.github.com/kelektiv/node-cron/commit/b60d87565f7109178bbe389c2e7dd9614caa7a27)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.14.12 ([6eca2e0](https://redirect.github.com/kelektiv/node-cron/commit/6eca2e09802dcc7dafed62a22db1c2904df66f94)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.14.13 ([1eb978b](https://redirect.github.com/kelektiv/node-cron/commit/1eb978b8cddf8a2f2bead841adcad408238333c6)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.14.14 ([f5ba29b](https://redirect.github.com/kelektiv/node-cron/commit/f5ba29b86fc4df45b377dfc1b92460fd31e34daa)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.14.15 ([636d854](https://redirect.github.com/kelektiv/node-cron/commit/636d854a7da98fbe278cc6d1b5a7587103d7dabe)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.14.2 ([d4dddeb](https://redirect.github.com/kelektiv/node-cron/commit/d4dddeb2a743dad3024df1ec97edfa49e6e71122)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.14.4 ([39d6891](https://redirect.github.com/kelektiv/node-cron/commit/39d6891240fcb8b13cf636dc86846c9d7332e57d)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.14.5 ([e337fc5](https://redirect.github.com/kelektiv/node-cron/commit/e337fc54c002baa09080c237495e095eea6d4d1b)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.14.6 ([4d5849a](https://redirect.github.com/kelektiv/node-cron/commit/4d5849ae9245edc578253b7b46ae50f5c95f0080)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.14.7 ([312df9f](https://redirect.github.com/kelektiv/node-cron/commit/312df9f4fd6827e297c6643552ebee264abc97be)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.14.8 ([2c8dd30](https://redirect.github.com/kelektiv/node-cron/commit/2c8dd30ac548d3eb488912549a694aaf85756190)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.14.9 ([18af32b](https://redirect.github.com/kelektiv/node-cron/commit/18af32b712f97f0a245d12e34617c7b580ff0e73)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.15.0 ([7ddf6d9](https://redirect.github.com/kelektiv/node-cron/commit/7ddf6d9e5929712699086bfcb9169351a784fa38)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.16.1 ([ce067ef](https://redirect.github.com/kelektiv/node-cron/commit/ce067efeb24a139b2179af7c94f3cc1900290272)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.16.10 ([34fe6e2](https://redirect.github.com/kelektiv/node-cron/commit/34fe6e28f6e7607c4fdbeb9fb5e738d2dc8ffff2)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.16.11 ([6c68d92](https://redirect.github.com/kelektiv/node-cron/commit/6c68d92a8f49d0a34cd9ab0f9903073d711eec9b)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.16.12 ([8eae99a](https://redirect.github.com/kelektiv/node-cron/commit/8eae99a8940e1d18b7e80369651632aad1c29cb1)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.16.13 ([716b77b](https://redirect.github.com/kelektiv/node-cron/commit/716b77b6520b2c0f3b7a2b263fd02fa0bb9cfc59)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.16.14 ([49e621c](https://redirect.github.com/kelektiv/node-cron/commit/49e621cd79ea651d5f164025c1c013df3c2f611a)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.16.15 ([518d610](https://redirect.github.com/kelektiv/node-cron/commit/518d610bab9d6f161ea02a99fe84795fc4d3f311)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.16.2 ([35b662e](https://redirect.github.com/kelektiv/node-cron/commit/35b662e1731d810079ed6746206a43d2dca67635)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.16.3 ([71f95ab](https://redirect.github.com/kelektiv/node-cron/commit/71f95ab86d5bfddf5b4c248f013eee8aa881c73f)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.16.4 ([6141a63](https://redirect.github.com/kelektiv/node-cron/commit/6141a63bdce1f29865e0cac077c4108b18e9551a)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.16.5 ([1dd5130](https://redirect.github.com/kelektiv/node-cron/commit/1dd5130434cda1cbb3f70a221b9f579198885386)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.16.6 ([0d4e172](https://redirect.github.com/kelektiv/node-cron/commit/0d4e172e1ee9ef33db7bde6b8a0c057a561f6ca9)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.16.7 ([0a3d240](https://redirect.github.com/kelektiv/node-cron/commit/0a3d240d8603a2465b072941cacf39e0dd339b7e)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.16.9 ([d7ea710](https://redirect.github.com/kelektiv/node-cron/commit/d7ea71036f8ac5450230e1e00a0d007487b272b1)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.17.0 ([3823c7b](https://redirect.github.com/kelektiv/node-cron/commit/3823c7b8b2178569552e7c62572e586f1e91e3bb)) - **deps:** update dependency [@​types](https://redirect.github.com/types)/node to v20.17.1 ([7b7275d](https://redirect.github.com/kelektiv/node-cron/commit/7b7275ddcb0ccad4cf5be00c8800e56c1704a7a5)) - **deps:** update dependency chai to v4.5.0 ([91967d3](https://redirect.github.com/kelektiv/node-cron/commit/91967d3855d29a21b6421962c07e91ece4cae7e2)) - **deps:** update dependency eslint to v8.57.1 ([082e62e](https://redirect.github.com/kelektiv/node-cron/commit/082e62e49c3a6f0609799e55039d98abd83e9e7d)) - **deps:** update dependency eslint-plugin-prettier to v5.2.1 ([a82c504](https://redirect.github.com/kelektiv/node-cron/commit/a82c504d4fbcc8471606ba865c4b79c0bc89a881)) - **deps:** update dependency prettier to v3.3.0 ([c2f087d](https://redirect.github.com/kelektiv/node-cron/commit/c2f087df04da5e3a723554f66a8134c10cc12ff4)) - **deps:** update dependency prettier to v3.3.1 ([9d705d5](https://redirect.github.com/kelektiv/node-cron/commit/9d705d5e6b434f1b095ce7592f1f591408509d0a)) - **deps:** update dependency prettier to v3.3.2 ([074ceba](https://redirect.github.com/kelektiv/node-cron/commit/074ceba66d7a3761e21310ff14024dcbf231c637)) - **deps:** update dependency prettier to v3.3.3 ([8dc9d1e](https://redirect.github.com/kelektiv/node-cron/commit/8dc9d1effadc0e33bcec69201ec376ea684d1586)) - **deps:** update dependency sinon to v17.0.2 ([fec3b54](https://redirect.github.com/kelektiv/node-cron/commit/fec3b541d278e91a3a0c91944c97292fbdbd6e13)) - **deps:** update dependency ts-jest to v29.1.3 ([958dc3d](https://redirect.github.com/kelektiv/node-cron/commit/958dc3d0a303432af52d9017c763a9322041156e)) - **deps:** update dependency ts-jest to v29.1.4 ([42bc711](https://redirect.github.com/kelektiv/node-cron/commit/42bc7114d35ce063bd4c63ee4f183690975c9026)) - **deps:** update dependency ts-jest to v29.1.5 ([eb5d897](https://redirect.github.com/kelektiv/node-cron/commit/eb5d897cdb5409950374a62866579c4cfcb5bf36)) - **deps:** update dependency ts-jest to v29.2.0 ([a6285d2](https://redirect.github.com/kelektiv/node-cron/commit/a6285d2a633df40ba4405899a31febea9c7c39b4)) - **deps:** update dependency ts-jest to v29.2.1 ([407ac3c](https://redirect.github.com/kelektiv/node-cron/commit/407ac3ccd5cae596464d20a432eec9038fb91a33)) - **deps:** update dependency ts-jest to v29.2.2 ([712f807](https://redirect.github.com/kelektiv/node-cron/commit/712f8074dc4dd52687360659847e2a96a3e0ef3f)) - **deps:** update dependency ts-jest to v29.2.3 ([7d99dc8](https://redirect.github.com/kelektiv/node-cron/commit/7d99dc8ce70d6ea0b36f79e3650e5babd79b48bf)) - **deps:** update dependency ts-jest to v29.2.4 ([89317c8](https://redirect.github.com/kelektiv/node-cron/commit/89317c8b5889119b922a13cd47fc63dd428c21e7)) - **deps:** update dependency ts-jest to v29.2.5 ([c3ab980](https://redirect.github.com/kelektiv/node-cron/commit/c3ab980f787a6b5cd20c1e1b1f1455b4b6de693e)) - **deps:** update dependency typescript to v5.4.5 ([a32d0d5](https://redirect.github.com/kelektiv/node-cron/commit/a32d0d557ea79e3f95371ca99cdfade3340bf0ac)) - **deps:** update dependency typescript to v5.5.2 ([b6001f0](https://redirect.github.com/kelektiv/node-cron/commit/b6001f0a00a9c80808d94b7faf2cba572f959f81)) - **deps:** update dependency typescript to v5.5.3 ([ce63267](https://redirect.github.com/kelektiv/node-cron/commit/ce63267438104f34b3663d56dc9afef08d1b4706)) - **deps:** update dependency typescript to v5.5.4 ([169eed7](https://redirect.github.com/kelektiv/node-cron/commit/169eed7883af7e7ab2516082db547f268ab3e473)) - **deps:** update dependency typescript to v5.6.2 ([a071dac](https://redirect.github.com/kelektiv/node-cron/commit/a071dac40dc088542309f4c20e0bbe2846f0dac3)) - **deps:** update dependency typescript to v5.6.3 ([1f99a83](https://redirect.github.com/kelektiv/node-cron/commit/1f99a832ce9cb8027429631b51f4cc258bb11863))
isaacs/node-lru-cache (lru-cache) ### [`v11.0.2`](https://redirect.github.com/isaacs/node-lru-cache/compare/v11.0.1...v11.0.2) [Compare Source](https://redirect.github.com/isaacs/node-lru-cache/compare/v11.0.1...v11.0.2)
winstonjs/winston (winston) ### [`v3.16.0`](https://redirect.github.com/winstonjs/winston/compare/v3.15.0...06749a96115a0ed75783761e596754ab7ec9d16b) [Compare Source](https://redirect.github.com/winstonjs/winston/compare/v3.15.0...v3.16.0)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.