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

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/browser (source) 8.34.0 -> 8.35.0 age adoption passing confidence
@types/node (source) 20.16.13 -> 20.17.1 age adoption passing confidence
@types/react (source) 18.3.11 -> 18.3.12 age adoption passing confidence
bullmq (source) 5.21.1 -> 5.21.2 age adoption passing confidence
cypress (source) 13.15.0 -> 13.15.1 age adoption passing confidence
eslint-plugin-jsx-a11y 6.10.0 -> 6.10.2 age adoption passing confidence
eslint-plugin-react 7.37.1 -> 7.37.2 age adoption passing confidence
pg (source) 8.13.0 -> 8.13.1 age adoption passing confidence
sequelize (source) 6.37.4 -> 6.37.5 age adoption passing confidence
tsx (source) 4.19.1 -> 4.19.2 age adoption passing confidence
vite (source) 5.4.9 -> 5.4.10 age adoption passing confidence

Release Notes

getsentry/sentry-javascript (@​sentry/browser) ### [`v8.35.0`](https://redirect.github.com/getsentry/sentry-javascript/compare/8.34.0...8.35.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.34.0...8.35.0)
taskforcesh/bullmq (bullmq) ### [`v5.21.2`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.21.2) [Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.21.1...v5.21.2) ##### Bug Fixes - proper way to get version ([b4e25c1](https://redirect.github.com/taskforcesh/bullmq/commit/b4e25c13cafc001748ee6eb590133feb8ee24d7b))
cypress-io/cypress (cypress) ### [`v13.15.1`](https://redirect.github.com/cypress-io/cypress/releases/tag/v13.15.1) [Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v13.15.0...v13.15.1) Changelog: https://docs.cypress.io/guides/references/changelog#13-15-1
jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y) ### [`v6.10.2`](https://redirect.github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/CHANGELOG.md#v6102---2024-10-25) [Compare Source](https://redirect.github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.10.1...v6.10.2) ##### Fixed - \[patch] `no-redundandant-roles`: allow `<img src="*.svg" role="img" />` [`#936`](https://redirect.github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/936) ##### Commits - \[meta] fix changelog URLs [`0d01a1a`](https://redirect.github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/0d01a1aff796802bca70183b24978ffebdbef073) - \[Refactor] remove no-longer-needed `es-iterator-helpers` [`aa075bd`](https://redirect.github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/aa075bd1897e0b0bb61683e4da68558f38511dae) - \[Refactor] avoid spreading things that are already arrays [`d15d3ab`](https://redirect.github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/d15d3abace7afe833d0988eaf3fb7cc166c05c06) - \[Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/eslint-parser`, `@babel/plugin-transform-flow-strip-types`, `@babel/register` [`5dad7c4`](https://redirect.github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/5dad7c4fdfdc56c6e488fab54f25f602430dad30) - \[Tests] `aria-role`: Add valid test for `<svg role="img" />` [`daba189`](https://redirect.github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/daba18974473bce1301ffaafb822558a9e1738ae) - \[Docs] `label-has-associated-control`: add line breaks for readability [`0bc6378`](https://redirect.github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/0bc63781c8f284ac6bef00321763c13c5bea6b9f) - \[Tests] `label-has-associated-control`: add additional test cases [`30d2318`](https://redirect.github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/30d23189d0b6354750c31a622204a9dc412dc2c1) - \[Tests] Add tests to reinforce required attributes for role="heading" [`d92446c`](https://redirect.github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/d92446c6e608617a4c75173e8b0917c06be14dc6) ### [`v6.10.1`](https://redirect.github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/CHANGELOG.md#v6101---2024-10-20) [Compare Source](https://redirect.github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.10.0...v6.10.1) ##### Commits - \[Fix] handle interactive/noninteractive changes from aria-query [`4925ba8`](https://redirect.github.com/ljharb/eslint-plugin-jsx-a11y/commit/4925ba8d0bf80a4b1d8e8645d310590bf1b40b64) - \[Docs] Use consistent spelling of 'screen reader' [`cb6788c`](https://redirect.github.com/ljharb/eslint-plugin-jsx-a11y/commit/cb6788c56d7108f2faa102d041dfa37dbc0e9f59) - \[Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/eslint-parser`, `@babel/plugin-transform-flow-strip-types`, `@babel/register`, `auto-changelog`, `eslint-plugin-import`, `tape` [`518a77e`](https://redirect.github.com/ljharb/eslint-plugin-jsx-a11y/commit/518a77e1e23fb2b1df2e8a97d14bfdd08aded797) - \[Deps] update `es-iterator-helpers`, `string.prototype.includes` [`eed03a3`](https://redirect.github.com/ljharb/eslint-plugin-jsx-a11y/commit/eed03a31f313442158cf7d702443723ad4800dec) - \[meta] package.json - Update jscodeshift & remove babel-jest [`2ee940c`](https://redirect.github.com/ljharb/eslint-plugin-jsx-a11y/commit/2ee940c5ae87bcd0d384b6dc565d630ea70e103a) - \[Docs] Remove accidental whitespace in CONTRIBUTING.md [`a262131`](https://redirect.github.com/ljharb/eslint-plugin-jsx-a11y/commit/a26213142854ffe3d931fab35f0ee4e6ae101875) - \[Deps] unpin `aria-query` [`e517937`](https://redirect.github.com/ljharb/eslint-plugin-jsx-a11y/commit/e51793729e5e366e30d2f3bf0f253f2bdb9e6523)
jsx-eslint/eslint-plugin-react (eslint-plugin-react) ### [`v7.37.2`](https://redirect.github.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7372---20241022) [Compare Source](https://redirect.github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.1...v7.37.2) ##### Fixed - \[`destructuring-assignment`]: fix false negative when using `typeof props.a` ([#​3835][] [@​golopot](https://redirect.github.com/golopot)) ##### Changed - \[Refactor] \[`destructuring-assignment`]: use `getParentStatelessComponent` ([#​3835][] [@​golopot](https://redirect.github.com/golopot)) [7.37.2]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.1...v7.37.2 [#​3835]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3835
brianc/node-postgres (pg) ### [`v8.13.1`](https://redirect.github.com/brianc/node-postgres/compare/pg@8.13.0...pg@8.13.1) [Compare Source](https://redirect.github.com/brianc/node-postgres/compare/pg@8.13.0...pg@8.13.1)
sequelize/sequelize (sequelize) ### [`v6.37.5`](https://redirect.github.com/sequelize/sequelize/releases/tag/v6.37.5) [Compare Source](https://redirect.github.com/sequelize/sequelize/compare/v6.37.4...v6.37.5) ##### Bug Fixes - cast numbers in DataTypes.STRING to strings ([#​17564](https://redirect.github.com/sequelize/sequelize/issues/17564)) ([fce5ad3](https://redirect.github.com/sequelize/sequelize/commit/fce5ad34fb70dc7fb12876d10213cf4ed51c7b96))
privatenumber/tsx (tsx) ### [`v4.19.2`](https://redirect.github.com/privatenumber/tsx/releases/tag/v4.19.2) [Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.19.1...v4.19.2) ##### Bug Fixes - generate sourcesContent when Node.js debugger is enabled ([#​670](https://redirect.github.com/privatenumber/tsx/issues/670)) ([7c47074](https://redirect.github.com/privatenumber/tsx/commit/7c47074652790e8225bb9c0d3123fc92e75d3695)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.19.2)
vitejs/vite (vite) ### [`v5.4.10`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.10) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.9...v5.4.10) Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md) for details.

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.