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 #4643

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cypress/code-coverage 3.13.2 -> 3.13.4 age adoption passing confidence
@types/lodash (source) 4.17.9 -> 4.17.10 age adoption passing confidence
@types/react (source) 18.3.10 -> 18.3.11 age adoption passing confidence
bullmq (source) 5.13.2 -> 5.16.0 age adoption passing confidence
eslint-plugin-import 2.30.0 -> 2.31.0 age adoption passing confidence
eslint-plugin-react 7.37.0 -> 7.37.1 age adoption passing confidence
moment-timezone (source) 0.5.45 -> 0.5.46 age adoption passing confidence
sequelize (source) 6.37.3 -> 6.37.4 age adoption passing confidence
winston 3.14.2 -> 3.15.0 age adoption passing confidence

Release Notes

cypress-io/code-coverage (@​cypress/code-coverage) ### [`v3.13.4`](https://redirect.github.com/cypress-io/code-coverage/releases/tag/v3.13.4) [Compare Source](https://redirect.github.com/cypress-io/code-coverage/compare/v3.13.3...v3.13.4) ##### Bug Fixes - improve performance combining coverage on large codebases ([#​753](https://redirect.github.com/cypress-io/code-coverage/issues/753)) ([bf696bb](https://redirect.github.com/cypress-io/code-coverage/commit/bf696bb716d10f1fcfc4953f94fc683fe7078c85)) ### [`v3.13.3`](https://redirect.github.com/cypress-io/code-coverage/releases/tag/v3.13.3) [Compare Source](https://redirect.github.com/cypress-io/code-coverage/compare/v3.13.2...v3.13.3) ##### Bug Fixes - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.16.10 ([#​886](https://redirect.github.com/cypress-io/code-coverage/issues/886)) ([e18f4ec](https://redirect.github.com/cypress-io/code-coverage/commit/e18f4ecf9114b74156a71eb467b20612aee25089)) - **deps:** update dependency [@​types/react](https://redirect.github.com/types/react) to v18.3.10 ([#​887](https://redirect.github.com/cypress-io/code-coverage/issues/887)) ([3cf0cfd](https://redirect.github.com/cypress-io/code-coverage/commit/3cf0cfde8a670e6f6d0a7726ad28e9d43738bf58))
taskforcesh/bullmq (bullmq) ### [`v5.16.0`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.16.0) [Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.15.0...v5.16.0) ##### Features - **queue:** add new upsertJobScheduler, getJobSchedulers and removeJobSchedulers methods ([dd6b6b2](https://redirect.github.com/taskforcesh/bullmq/commit/dd6b6b2263badd8f29db65d1fa6bcdf5a1e9f6e2)) ### [`v5.15.0`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.15.0) [Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.14.0...v5.15.0) ##### Features - **worker-fork:** allow passing fork options ([#​2795](https://redirect.github.com/taskforcesh/bullmq/issues/2795)) ([f7a4292](https://redirect.github.com/taskforcesh/bullmq/commit/f7a4292e064b41236f4489b3d7785a4c599a6435)) ### [`v5.14.0`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.14.0) [Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.13.2...v5.14.0) ##### Features - **worker-thread:** allow passing Worker options ([#​2791](https://redirect.github.com/taskforcesh/bullmq/issues/2791)) ref [#​1555](https://redirect.github.com/taskforcesh/bullmq/issues/1555) ([6a1f7a9](https://redirect.github.com/taskforcesh/bullmq/commit/6a1f7a9f0303561d6ec7b2005ba0227132b89e07))
import-js/eslint-plugin-import (eslint-plugin-import) ### [`v2.31.0`](https://redirect.github.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2310---2024-10-03) [Compare Source](https://redirect.github.com/import-js/eslint-plugin-import/compare/v2.30.0...v2.31.0) ##### Added - support eslint v9 (\[[#​2996](https://redirect.github.com/import-js/eslint-plugin-import/issues/2996)], thanks \[[@​G-Rath](https://redirect.github.com/G-Rath)] \[[@​michaelfaith](https://redirect.github.com/michaelfaith)]) - \[`order`]: allow validating named imports (\[[#​3043](https://redirect.github.com/import-js/eslint-plugin-import/issues/3043)], thanks \[[@​manuth](https://redirect.github.com/manuth)]) - \[`extensions`]: add the `checkTypeImports` option (\[[#​2817](https://redirect.github.com/import-js/eslint-plugin-import/issues/2817)], thanks \[[@​phryneas](https://redirect.github.com/phryneas)]) ##### Fixed - `ExportMap` / flat config: include `languageOptions` in context (\[[#​3052](https://redirect.github.com/import-js/eslint-plugin-import/issues/3052)], thanks \[[@​michaelfaith](https://redirect.github.com/michaelfaith)]) - \[`no-named-as-default`]: Allow using an identifier if the export is both a named and a default export (\[[#​3032](https://redirect.github.com/import-js/eslint-plugin-import/issues/3032)], thanks \[[@​akwodkiewicz](https://redirect.github.com/akwodkiewicz)]) - \[`export`]: False positive for exported overloaded functions in TS (\[[#​3065](https://redirect.github.com/import-js/eslint-plugin-import/issues/3065)], thanks \[[@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)]) - `exportMap`: export map cache is tainted by unreliable parse results (\[[#​3062](https://redirect.github.com/import-js/eslint-plugin-import/issues/3062)], thanks \[[@​michaelfaith](https://redirect.github.com/michaelfaith)]) - `exportMap`: improve cacheKey when using flat config (\[[#​3072](https://redirect.github.com/import-js/eslint-plugin-import/issues/3072)], thanks \[[@​michaelfaith](https://redirect.github.com/michaelfaith)]) - adjust "is source type module" checks for flat config (\[[#​2996](https://redirect.github.com/import-js/eslint-plugin-import/issues/2996)], thanks \[[@​G-Rath](https://redirect.github.com/G-Rath)]) ##### Changed - \[Docs] \[`no-relative-packages`]: fix typo (\[[#​3066](https://redirect.github.com/import-js/eslint-plugin-import/issues/3066)], thanks \[[@​joshuaobrien](https://redirect.github.com/joshuaobrien)]) - \[Performance] \[`no-cycle`]: dont scc for each linted file (\[[#​3068](https://redirect.github.com/import-js/eslint-plugin-import/issues/3068)], thanks \[[@​soryy708](https://redirect.github.com/soryy708)]) - \[Docs] \[`no-cycle`]: add `disableScc` to docs (\[[#​3070](https://redirect.github.com/import-js/eslint-plugin-import/issues/3070)], thanks \[[@​soryy708](https://redirect.github.com/soryy708)]) - \[Tests] use re-exported `RuleTester` (\[[#​3071](https://redirect.github.com/import-js/eslint-plugin-import/issues/3071)], thanks \[[@​G-Rath](https://redirect.github.com/G-Rath)]) - \[Docs] \[`no-restricted-paths`]: fix grammar (\[[#​3073](https://redirect.github.com/import-js/eslint-plugin-import/issues/3073)], thanks \[[@​unbeauvoyage](https://redirect.github.com/unbeauvoyage)]) - \[Tests] \[`no-default-export`], \[`no-named-export`]: add test case (thanks \[[@​G-Rath](https://redirect.github.com/G-Rath)])
jsx-eslint/eslint-plugin-react (eslint-plugin-react) ### [`v7.37.1`](https://redirect.github.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7371---20241001) [Compare Source](https://redirect.github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.0...v7.37.1) ##### Fixed - \[meta] do not npmignore `d.ts` files ([#​3836][] [@​ljharb](https://redirect.github.com/ljharb)) ##### Changed - \[readme] Fix shared settings link ([#​3834][] [@​MgenGlder](https://redirect.github.com/MgenGlder)) [#​3836]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3836 [#​3834]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3834
moment/moment-timezone (moment-timezone) ### [`v0.5.46`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0546-2024-10-06) [Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.45...0.5.46) - Updated data to IANA TZDB `2024b`. This only affects historical timestamps; no future timestamps have changed.
sequelize/sequelize (sequelize) ### [`v6.37.4`](https://redirect.github.com/sequelize/sequelize/releases/tag/v6.37.4) [Compare Source](https://redirect.github.com/sequelize/sequelize/compare/v6.37.3...v6.37.4) ##### Bug Fixes - **oracle:** add support for Oracle Database 23ai ([#​17345](https://redirect.github.com/sequelize/sequelize/issues/17345)) ([b9e71a7](https://redirect.github.com/sequelize/sequelize/commit/b9e71a7af57568dd85b8a2fdaac59b96ce0f0e95)) - **oracle:** validate input with TO_TIMESTAMP_TZ and TO_DATE ([#​17516](https://redirect.github.com/sequelize/sequelize/issues/17516)) ([5deadd2](https://redirect.github.com/sequelize/sequelize/commit/5deadd2410ae9136a21fb652db206d27bb715f26))
winstonjs/winston (winston) ### [`v3.15.0`](https://redirect.github.com/winstonjs/winston/releases/tag/v3.15.0) [Compare Source](https://redirect.github.com/winstonjs/winston/compare/v3.14.2...v3.15.0) Note: we removed LogCallback from the TS definitions because the underlying library didn't actually support these. If this causes issues in your apps, we recommend you remove references to LogCallbacks, since such code was not being executed anyways. See [#​2513](https://redirect.github.com/winstonjs/winston/issues/2513) and the issue linked therein. - remove logcallback ([#​2513](https://redirect.github.com/winstonjs/winston/issues/2513)) [`3a54777`](https://redirect.github.com/winstonjs/winston/commit/3a54777) - chore(docs): Update README.md w/ usage comments ([#​2507](https://redirect.github.com/winstonjs/winston/issues/2507)) [`f110f61`](https://redirect.github.com/winstonjs/winston/commit/f110f61) - Bump nyc from 15.1.0 to 17.1.0 ([#​2511](https://redirect.github.com/winstonjs/winston/issues/2511)) [`f5dde86`](https://redirect.github.com/winstonjs/winston/commit/f5dde86) - Bump [@​babel/cli](https://redirect.github.com/babel/cli) from 7.24.7 to 7.25.6 ([#​2512](https://redirect.github.com/winstonjs/winston/issues/2512)) [`d1b8dc6`](https://redirect.github.com/winstonjs/winston/commit/d1b8dc6) - Bump [@​babel/preset-env](https://redirect.github.com/babel/preset-env) from 7.24.8 to 7.25.4 ([#​2506](https://redirect.github.com/winstonjs/winston/issues/2506)) [`564161a`](https://redirect.github.com/winstonjs/winston/commit/564161a) - Bump mocha from 10.7.0 to 10.7.3 ([#​2500](https://redirect.github.com/winstonjs/winston/issues/2500)) [`eb7e315`](https://redirect.github.com/winstonjs/winston/commit/eb7e315) - Unified Handler Tests ([#​2020](https://redirect.github.com/winstonjs/winston/issues/2020)) [`22aab6d`](https://redirect.github.com/winstonjs/winston/commit/22aab6d)

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.