openfun / marsha

:clapper: An opensource LTI Learning Content Management System (LCMS)
MIT License
107 stars 24 forks source link

⬆️(dependencies) update js dependencies #2369

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.22.9 -> 7.22.10 age adoption passing confidence
@babel/plugin-transform-runtime (source) 7.22.9 -> 7.22.10 age adoption passing confidence
@babel/preset-env (source) 7.22.9 -> 7.22.10 age adoption passing confidence
@codemirror/search 6.5.0 -> 6.5.1 age adoption passing confidence
@codemirror/view 6.15.3 -> 6.16.0 age adoption passing confidence
@​openfun/cunningham-react 0.10.0 -> 0.11.0 age adoption passing confidence
@sentry/browser (source) 7.60.1 -> 7.62.0 age adoption passing confidence
@sentry/node (source) 7.60.1 -> 7.62.0 age adoption passing confidence
@tanstack/eslint-plugin-query (source) 4.29.9 -> 4.32.5 age adoption passing confidence
@tanstack/react-query (source) 4.29.25 -> 4.32.6 age adoption passing confidence
@tanstack/react-query-devtools (source) 4.29.25 -> 4.32.6 age adoption passing confidence
@types/jest-image-snapshot (source) 6.1.0 -> 6.2.0 age adoption passing confidence
@types/lodash (source) 4.14.196 -> 4.14.197 age adoption passing confidence
@types/node (source) 20.4.5 -> 20.4.9 age adoption passing confidence
@types/node (source) 18.17.1 -> 18.17.4 age adoption passing confidence
@typescript-eslint/eslint-plugin <6.0.0 -> <7.0.0 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.2.0 -> 6.3.0 age adoption passing confidence
@typescript-eslint/parser 6.2.0 -> 6.3.0 age adoption passing confidence
aws-sdk 2.1425.0 -> 2.1433.0 age adoption passing confidence
bittorrent-tracker 10.0.10 -> 10.0.12 age adoption passing confidence
eslint-config-prettier 8.9.0 -> 9.0.0 age adoption passing confidence
eslint-plugin-testing-library 5.11.0 -> 5.11.1 age adoption passing confidence
handlebars (source) 4.7.7 -> 4.7.8 age adoption passing confidence
jest-websocket-mock 2.4.0 -> 2.4.1 age adoption passing confidence
luxon 3.3.0 -> 3.4.0 age adoption passing confidence
m3u8-parser 7.0.0 -> 7.1.0 age adoption passing confidence
prettier (source) 3.0.0 -> 3.0.1 age adoption passing confidence
regenerator-runtime (source) 0.13.11 -> 0.14.0 age adoption passing confidence
rehype-mathjax (source) 4.0.2 -> 4.0.3 age adoption passing confidence
sass 1.64.1 -> 1.65.1 age adoption passing confidence
zustand 4.3.9 -> 4.4.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.22.10`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72210-2023-08-07) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.9...v7.22.10) ##### :bug: Bug Fix - `babel-plugin-transform-typescript` - [#​15799](https://togithub.com/babel/babel/pull/15799) \[ts] Strip type-only namespaces ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​15798](https://togithub.com/babel/babel/pull/15798) \[ts] Fix compiling extended exported nested namespace ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-new-target`, `babel-plugin-transform-private-methods`, `babel-preset-env` - [#​15701](https://togithub.com/babel/babel/pull/15701) Memoize class binding when compiling private methods and static elements ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-cli` - [#​15824](https://togithub.com/babel/babel/pull/15824) Add `meta` object to `@babel/eslint-plugin` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-traverse`, `babel-types` - [#​15661](https://togithub.com/babel/babel/pull/15661) Improve the type definition of `path.isX` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator`, `babel-types` - [#​15776](https://togithub.com/babel/babel/pull/15776) improve SourceLocation typing ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - Other - [#​15818](https://togithub.com/babel/babel/pull/15818) build: generate flow typings in prepublish job ([@​JLHwung](https://togithub.com/JLHwung)) - [#​15777](https://togithub.com/babel/babel/pull/15777) chore: bump dev dependencies and remove .eslintignore ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-builder-react-jsx`, `babel-preset-env`, `babel-standalone` - [#​15794](https://togithub.com/babel/babel/pull/15794) Enable `@typescript-eslint/no-redundant-type-constituents` rule ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-compilation-targets` - [#​15811](https://togithub.com/babel/babel/pull/15811) Remove `@babel/core` peerDep from `helper-compilation-targets` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​15793](https://togithub.com/babel/babel/pull/15793) Use const enum in babel-parser ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-runtime`, `babel-traverse`, `babel-types` - [#​15716](https://togithub.com/babel/babel/pull/15716) chore: Use `typescript-eslint@v6` with reworked configs ([@​JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg)) ##### :microscope: Output optimization - `babel-plugin-transform-block-scoping`, `babel-plugin-transform-parameters`, `babel-plugin-transform-regenerator` - [#​15746](https://togithub.com/babel/babel/pull/15746) Reduce `transform-block-scoping` loops output size ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
codemirror/search (@​codemirror/search) ### [`v6.5.1`](https://togithub.com/codemirror/search/blob/HEAD/CHANGELOG.md#651-2023-08-04) [Compare Source](https://togithub.com/codemirror/search/compare/6.5.0...6.5.1) ##### Bug fixes Make `gotoLine` prefer to scroll the target line to the middle of the view. Fix an issue in `SearchCursor` where character normalization could produce nonsensical matches.
codemirror/view (@​codemirror/view) ### [`v6.16.0`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6160-2023-07-31) [Compare Source](https://togithub.com/codemirror/view/compare/6.15.3...6.16.0) ##### Bug fixes Fix an issue that made the gutter not stick in place when the editor was in a right-to-left context. ##### New features The new `EditorView.coordsForChar` method returns the client rectangle for a given character in the editor.
getsentry/sentry-javascript (@​sentry/browser) ### [`v7.62.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7620) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.61.1...7.62.0) ##### Important Changes - **feat(integrations): Add `ContextLines` integration for html-embedded JS stack frames ([#​8699](https://togithub.com/getsentry/sentry-javascript/issues/8699))** This release adds the `ContextLines` integration as an optional integration for the Browser SDKs to `@sentry/integrations`. This integration adds source code from inline JavaScript of the current page's HTML (e.g. JS in ` Githubissues.
  • Githubissues is a development platform for aggregating issues.