openfun / marsha

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

⬆️(dependencies) update js dependencies #2420

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.22.17 -> 7.22.20 age adoption passing confidence
@babel/preset-env (source) 7.22.15 -> 7.22.20 age adoption passing confidence
@codemirror/autocomplete 6.9.0 -> 6.9.1 age adoption passing confidence
@codemirror/lang-markdown 6.2.0 -> 6.2.1 age adoption passing confidence
@codemirror/lint 6.4.1 -> 6.4.2 age adoption passing confidence
@codemirror/search 6.5.2 -> 6.5.3 age adoption passing confidence
@codemirror/view 6.18.1 -> 6.19.0 age adoption passing confidence
@formatjs/cli 6.1.5 -> 6.2.0 age adoption passing confidence
@formatjs/intl (source) 2.9.2 -> 2.9.3 age adoption passing confidence
@sentry/browser (source) 7.68.0 -> 7.69.0 age adoption passing confidence
@sentry/node (source) 7.68.0 -> 7.69.0 age adoption passing confidence
@tanstack/react-query (source) 4.35.0 -> 4.35.3 age adoption passing confidence
@tanstack/react-query-devtools (source) 4.35.0 -> 4.35.3 age adoption passing confidence
@types/fetch-mock (source) 7.3.5 -> 7.3.6 age adoption passing confidence
@types/jest (source) 29.5.4 -> 29.5.5 age adoption passing confidence
@types/jest-image-snapshot (source) 6.2.0 -> 6.2.1 age adoption passing confidence
@types/jsdom-screenshot (source) 3.2.2 -> 3.2.3 age adoption passing confidence
@types/jsonwebtoken (source) 9.0.2 -> 9.0.3 age adoption passing confidence
@types/katex (source) 0.16.2 -> 0.16.3 age adoption passing confidence
@types/node (source) 20.6.0 -> 20.6.2 age adoption passing confidence
@types/node (source) 18.17.15 -> 18.17.17 age adoption passing confidence
@types/uuid (source) 9.0.3 -> 9.0.4 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.6.0 -> 6.7.0 age adoption passing confidence
@typescript-eslint/parser 6.6.0 -> 6.7.0 age adoption passing confidence
aws-sdk 2.1454.0 -> 2.1459.0 age adoption passing confidence
babel-jest 29.6.4 -> 29.7.0 age adoption passing confidence
babel-plugin-formatjs 10.5.5 -> 10.5.6 age adoption passing confidence
eslint-plugin-jest 27.2.3 -> 27.4.0 age adoption passing confidence
iframe-resizer 4.3.6 -> 4.3.7 age adoption passing confidence
jest (source) 29.6.4 -> 29.7.0 age adoption passing confidence
jest-environment-jsdom 29.6.4 -> 29.7.0 age adoption passing confidence
react-datepicker 4.17.0 -> 4.18.0 age adoption passing confidence
sass 1.66.1 -> 1.67.0 age adoption passing confidence
uuid 9.0.0 -> 9.0.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.22.20`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72220-2023-09-16) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.19...v7.22.20) ##### :house: Internal - `babel-helper-validator-identifier` - [#​15973](https://togithub.com/babel/babel/pull/15973) Remove special-casing of U+200C and U+200D ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-dotall-regex` - [#​15974](https://togithub.com/babel/babel/pull/15974) Update Unicode test fixtures ([@​JLHwung](https://togithub.com/JLHwung)) ##### :leftwards_arrow_with_hook: Revert - `babel-helper-remap-async-to-generator`, `babel-helper-wrap-function`, `babel-plugin-proposal-explicit-resource-management`, `babel-plugin-proposal-function-sent`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-parameters`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​15979](https://togithub.com/babel/babel/pull/15979) Revert "Improve output when wrapping functions" ([@​jjonescz](https://togithub.com/jjonescz)) ### [`v7.22.19`](https://togithub.com/babel/babel/releases/tag/v7.22.19) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.18...v7.22.19) #### v7.22.19 (2023-09-14) Re-published 7.22.18, due to a releasing error. ### [`v7.22.18`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72218-2023-09-14) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.17...v7.22.18) ##### :bug: Bug Fix - `babel-helper-validator-identifier` - [#​15957](https://togithub.com/babel/babel/pull/15957) Update identifier name definitions to Unicode 15.1 ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-umd` - [#​15898](https://togithub.com/babel/babel/pull/15898) Fix transform of named import with shadowed namespace import ([@​dhlolo](https://togithub.com/dhlolo)) ##### :leftwards_arrow_with_hook: Revert - [#​15965](https://togithub.com/babel/babel/pull/15965) Revert Node.js 20.6.0 bug workaround ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
codemirror/autocomplete (@​codemirror/autocomplete) ### [`v6.9.1`](https://togithub.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#691-2023-09-14) [Compare Source](https://togithub.com/codemirror/autocomplete/compare/6.9.0...6.9.1) ##### Bug fixes Make sure the cursor is scrolled into view after inserting completion text. Make sure scrolling completions into view doesn't get confused when the tooltip is scaled.
codemirror/lang-markdown (@​codemirror/lang-markdown) ### [`v6.2.1`](https://togithub.com/codemirror/lang-markdown/blob/HEAD/CHANGELOG.md#621-2023-09-14) [Compare Source](https://togithub.com/codemirror/lang-markdown/compare/6.2.0...6.2.1) ##### Bug fixes Make `insertNewlineContinueMarkup` and `deleteMarkupBackward` use tabs for indentation when appropriate.
codemirror/lint (@​codemirror/lint) ### [`v6.4.2`](https://togithub.com/codemirror/lint/blob/HEAD/CHANGELOG.md#642-2023-09-14) [Compare Source](https://togithub.com/codemirror/lint/compare/6.4.1...6.4.2) ##### Bug fixes Make sure scrolling diagnostic into view in the panel works when the editor is scaled.
codemirror/search (@​codemirror/search) ### [`v6.5.3`](https://togithub.com/codemirror/search/blob/HEAD/CHANGELOG.md#653-2023-09-14) [Compare Source](https://togithub.com/codemirror/search/compare/6.5.2...6.5.3) ##### Bug fixes The `gotoLine` dialog is now populated with the current line number when you open it.
codemirror/view (@​codemirror/view) ### [`v6.19.0`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6190-2023-09-14) [Compare Source](https://togithub.com/codemirror/view/compare/6.18.1...6.19.0) ##### Bug fixes Make sure the drop cursor is properly cleaned up even when another extension handles the drop event. Fix a crash related to non-inclusive replacing block decorations. ##### New features The new `EditorView.domEventObservers` (and the corresponding option to view plugins) allows you to register functions that are always called for an event, regardless of whether other handlers handled it.
formatjs/formatjs (@​formatjs/cli) ### [`v6.2.0`](https://togithub.com/formatjs/formatjs/releases/tag/react-intl%406.2.0) [Compare Source](https://togithub.com/formatjs/formatjs/compare/@formatjs/cli@6.1.5...@formatjs/cli@6.2.0) ##### Bug Fixes - **react-intl:** fix type issue w/ ts4.7 ([c366cc8](https://togithub.com/formatjs/formatjs/commit/c366cc88ca77579c34825bf79941be499fbc5156)) ##### Features - **[@​formatjs/intl](https://togithub.com/formatjs/intl),react-intl:** move IntlFormatter type parameters to methods ([#​3858](https://togithub.com/formatjs/formatjs/issues/3858)) ([0d03bb6](https://togithub.com/formatjs/formatjs/commit/0d03bb66123cb49fbd1c7d27908979bc4521b41f))
getsentry/sentry-javascript (@​sentry/browser) ### [`v7.69.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7690) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.68.0...7.69.0) ##### Important Changes - **New Performance APIs** - feat: Update span performance API names ([#​8971](https://togithub.com/getsentry/sentry-javascript/issues/8971)) - feat(core): Introduce startSpanManual ([#​8913](https://togithub.com/getsentry/sentry-javascript/issues/8913)) This release introduces a new set of top level APIs for the Performance Monitoring SDKs. These aim to simplify creating spans and reduce the boilerplate needed for performance instrumentation. The three new methods introduced are `Sentry.startSpan`, `Sentry.startInactiveSpan`, and `Sentry.startSpanManual`. These methods are available in the browser and node SDKs. `Sentry.startSpan` wraps a callback in a span. The span is automatically finished when the callback returns. This is the recommended way to create spans. ```js // Start a span that tracks the duration of expensiveFunction const result = Sentry.startSpan({ name: 'important function' }, () => { return expensiveFunction(); }); // You can also mutate the span wrapping the callback to set data or status Sentry.startSpan({ name: 'important function' }, (span) => { // span is undefined if performance monitoring is turned off or if // the span was not sampled. This is done to reduce overhead. span?.setData('version', '1.0.0'); return expensiveFunction(); }); ``` If you don't want the span to finish when the callback returns, use `Sentry.startSpanManual` to control when the span is finished. This is useful for event emitters or similar. ```js // Start a span that tracks the duration of middleware function middleware(_req, res, next) { return Sentry.startSpanManual({ name: 'middleware' }, (span, finish) => { res.once('finish', () => { span?.setHttpStatus(res.status); finish(); }); return next(); }); } ``` `Sentry.startSpan` and `Sentry.startSpanManual` create a span and make it active for the duration of the callback. Any spans created while this active span is running will be added as a child span to it. If you want to create a span without making it active, use `Sentry.startInactiveSpan`. This is useful for creating parallel spans that are not related to each other. ```js const span1 = Sentry.startInactiveSpan({ name: 'span1' }); someWork(); const span2 = Sentry.startInactiveSpan({ name: 'span2' }); moreWork(); const span3 = Sentry.startInactiveSpan({ name: 'span3' }); evenMoreWork(); span1?.finish(); span2?.finish(); span3?.finish(); ``` ##### Other Changes - feat(core): Export `BeforeFinishCallback` type ([#​8999](https://togithub.com/getsentry/sentry-javascript/issues/8999)) - build(eslint): Enforce that ts-expect-error is used ([#​8987](https://togithub.com/getsentry/sentry-javascript/issues/8987)) - feat(integration): Ensure `LinkedErrors` integration runs before all event processors ([#​8956](https://togithub.com/getsentry/sentry-javascript/issues/8956)) - feat(node-experimental): Keep breadcrumbs on transaction ([#​8967](https://togithub.com/getsentry/sentry-javascript/issues/8967)) - feat(redux): Add 'attachReduxState' option ([#​8953](https://togithub.com/getsentry/sentry-javascript/issues/8953)) - feat(remix): Accept `org`, `project` and `url` as args to upload script ([#​8985](https://togithub.com/getsentry/sentry-javascript/issues/8985)) - fix(utils): Prevent iterating over VueViewModel ([#​8981](https://togithub.com/getsentry/sentry-javascript/issues/8981)) - fix(utils): uuidv4 fix for cloudflare ([#​8968](https://togithub.com/getsentry/sentry-javascript/issues/8968)) - fix(core): Always use event message and exception values for `ignoreErrors` ([#​8986](https://togithub.com/getsentry/sentry-javascript/issues/8986)) - fix(nextjs): Add new potential location for Next.js request AsyncLocalStorage ([#​9006](https://togithub.com/getsentry/sentry-javascript/issues/9006)) - fix(node-experimental): Ensure we only create HTTP spans when outgoing ([#​8966](https://togithub.com/getsentry/sentry-javascript/issues/8966)) - fix(node-experimental): Ignore OPTIONS & HEAD requests ([#​9001](https://togithub.com/getsentry/sentry-javascript/issues/9001)) - fix(node-experimental): Ignore outgoing Sentry requests ([#​8994](https://togithub.com/getsentry/sentry-javascript/issues/8994)) - fix(node-experimental): Require parent span for `pg` spans ([#​8993](https://togithub.com/getsentry/sentry-javascript/issues/8993)) - fix(node-experimental): Use Sentry logger as Otel logger ([#​8960](https://togithub.com/getsentry/sentry-javascript/issues/8960)) - fix(node-otel): Refactor OTEL span reference cleanup ([#​9000](https://togithub.com/getsentry/sentry-javascript/issues/9000)) - fix(react): Switch to props in `useRoutes` ([#​8998](https://togithub.com/getsentry/sentry-javascript/issues/8998)) - fix(remix): Add `glob` to Remix SDK dependencies. ([#​8963](https://togithub.com/getsentry/sentry-javascript/issues/8963)) - fix(replay): Ensure `handleRecordingEmit` aborts when event is not added ([#​8938](https://togithub.com/getsentry/sentry-javascript/issues/8938)) - fix(replay): Fully stop & restart session when it expires ([#​8834](https://togithub.com/getsentry/sentry-javascript/issues/8834)) Work in this release contributed by [@​Duncanxyz](https://togithub.com/Duncanxyz) and [@​malay44](https://togithub.com/malay44). Thank you for your contributions!
TanStack/query (@​tanstack/react-query) ### [`v4.35.3`](https://togithub.com/TanStack/query/releases/tag/v4.35.3) [Compare Source](https://togithub.com/TanStack/query/compare/v4.35.0...v4.35.3) Version 4.35.3 - 9/13/2023, 6:28 AM #### Changes ##### Fix - avoid reverting state to a fetching one ([#​5997](https://togithub.com/TanStack/query/issues/5997)) ([`88a8b30`](https://togithub.com/TanStack/query/commit/88a8b30b)) by [@​Andarist](https://togithub.com/Andarist) ##### Docs - Update dependent-queries.md ([#​5963](https://togithub.com/TanStack/query/issues/5963)) ([`4d859e9`](https://togithub.com/TanStack/query/commit/4d859e9a)) by Favourite Jome #### Packages - [@​tanstack/query-core](https://togithub.com/tanstack/query-core)[@​4](https://togithub.com/4).35.3 - [@​tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@​4](https://togithub.com/4).35.3 - [@​tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@​4](https://togithub.com/4).35.3 - [@​tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@​4](https://togithub.com/4).35.3 - [@​tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@​4](https://togithub.com/4).35.3 - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​4](https://togithub.com/4).35.3 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​4](https://togithub.com/4).35.3 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​4](https://togithub.com/4).35.3 - [@​tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@​4](https://togithub.com/4).35.3 - [@​tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​4](https://togithub.com/4).35.3 - [@​tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@​4](https://togithub.com/4).35.3
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.7.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#670-2023-09-11) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.6.0...v6.7.0) ##### Bug Fixes - **eslint-plugin:** \[no-restricted-imports] disallow side effect imports when allowTypeImports is enabled ([#​7560](https://togithub.com/typescript-eslint/typescript-eslint/issues/7560)) ([4908905](https://togithub.com/typescript-eslint/typescript-eslint/commit/4908905e4ee2b533504fcba0c671aa869668df25)) ##### Features - **eslint-plugin:** \[await-thenable] added suggestion fixer ([#​7437](https://togithub.com/typescript-eslint/typescript-eslint/issues/7437)) ([b284370](https://togithub.com/typescript-eslint/typescript-eslint/commit/b284370e1e95493764d2806cd45975201e02f374)) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v6.7.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#670-2023-09-11) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.6.0...v6.7.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
aws/aws-sdk-js (aws-sdk) ### [`v2.1459.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#214590) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1458.0...v2.1459.0) - feature: AppStream: This release introduces app block builder, allowing customers to provision a resource to package applications into an app block - feature: Connect: New rule type (OnMetricDataUpdate) has been added - feature: SageMaker: This release introduces Skip Model Validation for Model Packages ### [`v2.1458.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#214580) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1457.0...v2.1458.0) - feature: AppStream: This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance. - feature: EntityResolution: Changed "ResolutionTechniques" and "MappedInputFields" in workflow and schema mapping operations to be required fields. - feature: LookoutEquipment: This release adds APIs for the new scheduled retraining feature. ### [`v2.1457.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#214570) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1456.0...v2.1457.0) - feature: Drs: Updated existing APIs and added new ones to support using AWS Elastic Disaster Recovery post-launch actions. Added support for new regions. - feature: Firehose: DocumentIdOptions has been added for the Amazon OpenSearch destination. - feature: GuardDuty: Add `managementType` field to ListCoverage API response. - feature: InternetMonitor: This release updates the Amazon CloudWatch Internet Monitor API domain name. - feature: XRay: Add StartTime field in GetTraceSummaries API response for each TraceSummary. ### [`v2.1456.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#214560) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1455.0...v2.1456.0) - feature: EC2: This release adds support for restricting public sharing of AMIs through AMI Block Public Access - feature: EventBridge: Adds sensitive trait to various shapes in Jetstream Connections API model. - feature: Kendra: Amazon Kendra now supports confidence score buckets for retrieved passage results using the Retrieve API. ### [`v2.1455.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#214550) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1454.0...v2.1455.0) - feature: ECR: This release will have ValidationException be thrown from ECR LifecyclePolicy APIs in regions LifecyclePolicy is not supported, this includes existing Amazon Dedicated Cloud (ADC) regions. This release will also change Tag: TagValue and Tag: TagKey to required. - feature: MediaLive: AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow. - feature: QuickSight: This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules.
jestjs/jest (babel-jest) ### [`v29.7.0`](https://togithub.com/jestjs/jest/blob/HEAD/CHANGELOG.md#2970) [Compare Source](https://togithub.com/jestjs/jest/compare/v29.6.4...v29.7.0) ##### Features - `[create-jest]` Add `npm init` / `yarn create` initialiser for Jest projects ([#​14465](https://togithub.com/jestjs/jest/pull/14453)) - `[jest-validate]` Allow deprecation warnings for unknown options ([#​14499](https://togithub.com/jestjs/jest/pull/14499)) ##### Fixes - `[jest-resolver]` Replace unmatched capture groups in `moduleNameMapper` with empty string instead of `undefined` ([#​14507](https://togithub.com/jestjs/jest/pull/14507)) - `[jest-snapshot]` Allow for strings as well as template literals in inline snapshots ([#​14465](https://togithub.com/jestjs/jest/pull/14465)) - `[@jest/test-sequencer]` Calculate test runtime if `perStats.duration` is missing ([#​14473](https://togithub.com/jestjs/jest/pull/14473)) ##### Performance - `[@jest/create-cache-key-function]` Cache access of `NODE_ENV` and `BABEL_ENV` ([#​14455](https://togithub.com/jestjs/jest/pull/14455)) ##### Chore & Maintenance - `[jest-cli]` Move internal config initialisation logic to the `create-jest` package ([#​14465](https://togithub.com/jestjs/jest/pull/14453))
jest-community/eslint-plugin-jest (eslint-plugin-jest) ### [`v27.4.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2740-2023-09-15) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.3.0...v27.4.0) ##### Features - **valid-title:** support ignoring leading and trailing whitespace ([#​1433](https://togithub.com/jest-community/eslint-plugin-jest/issues/1433)) ([bc96473](https://togithub.com/jest-community/eslint-plugin-jest/commit/bc96473488e004885d8926dc716ef96f889c3d1b)) ### [`v27.3.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2730-2023-09-15) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.2.3...v27.3.0) ##### Features - add `no-confusing-set-time` rule ([#​1425](https://togithub.com/jest-community/eslint-plugin-jest/issues/1425)) ([ff8e482](https://togithub.com/jest-community/eslint-plugin-jest/commit/ff8e482380b36bf8423dac7f9fb6340aca8ae313)) #### [27.2.3](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.2.2...v27.2.3) (2023-07-13) ##### Bug Fixes - allow `@typescript-eslint/eslint-plugin` v6 as peer dep ([#​1400](https://togithub.com/jest-community/eslint-plugin-jest/issues/1400)) ([04b2bf2](https://togithub.com/jest-community/eslint-plugin-jest/commit/04b2bf29bf086f8ce8173a9c3bc15ce31915dbe2)), closes [#​1398](https://togithub.com/jest-community/eslint-plugin-jest/issues/1398) #### [27.2.2](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.2.1...v27.2.2) (2023-06-19) ##### Bug Fixes - add missing (optional) peer dependency on Jest ([#​1384](https://togithub.com/jest-community/eslint-plugin-jest/issues/1384)) ([34c3d32](https://togithub.com/jest-community/eslint-plugin-jest/commit/34c3d32cab726c88dc385a9e7a8998c727f4720c)) #### [27.2.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.2.0...v27.2.1) (2023-01-06) ##### Bug Fixes - **valid-expect-in-promise:** handle sparse arrays ([#​1325](https://togithub.com/jest-community/eslint-plugin-jest/issues/1325)) ([21e72c9](https://togithub.com/jest-community/eslint-plugin-jest/commit/21e72c9d94ed66c1006212e5da78bac8b62fa8c7))
davidjbradshaw/iframe-resizer (iframe-resizer) ### [`v4.3.7`](https://togithub.com/davidjbradshaw/iframe-resizer/compare/v4.3.6...v4.3.7) [Compare Source](https://togithub.com/davidjbradshaw/iframe-resizer/compare/v4.3.6...v4.3.7)
Hacker0x01/react-datepicker (react-datepicker) ### [`v4.18.0`](https://togithub.com/Hacker0x01/react-datepicker/releases/tag/v4.18.0): 4.18.0 [Compare Source](https://togithub.com/Hacker0x01/react-datepicker/compare/v4.17.0...v4.18.0) #### What's Changed - Improve focus with portals by [@​Sam-Apostel](https://togithub.com/Sam-Apostel) in [https://github.com/Hacker0x01/react-datepicker/pull/4245](https://togithub.com/Hacker0x01/react-datepicker/pull/4245) - fix: timepicker on 23 and 25-hour days by [@​lemming](https://togithub.com/lemming) in [https://github.com/Hacker0x01/react-datepicker/pull/4244](https://togithub.com/Hacker0x01/react-datepicker/pull/4244) - fix: showPreviousMonths calendar jump by [@​annadrg](https://togithub.com/annadrg) in [https://github.com/Hacker0x01/react-datepicker/pull/4257](https://togithub.com/Hacker0x01/react-datepicker/pull/4257) #### New Contributors - [@​lemming](https://togithub.com/lemming) made their first contribution in [https://github.com/Hacker0x01/react-datepicker/pull/4244](https://togithub.com/Hacker0x01/react-datepicker/pull/4244) - [@​annadrg](https://togithub.com/annadrg) made their first contribution in [https://github.com/Hacker0x01/react-datepicker/pull/4257](https://togithub.com/Hacker0x01/react-datepicker/pull/4257) **Full Changelog**: https://github.com/Hacker0x01/react-datepicker/compare/v4.17.0...v4.18.0
sass/dart-sass (sass) ### [`v1.67.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1670) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.66.1...1.67.0) - All functions defined in CSS Values and Units 4 are now once again parsed as calculation objects: `round()`, `mod()`, `rem()`, `sin()`, `cos()`, `tan()`, `asin()`, `acos()`, `atan()`, `atan2()`, `pow()`, `sqrt()`, `hypot()`, `log()`, `exp()`, `abs()`, and `sign()`. Unlike in 1.65.0, function calls are *not* locked into being parsed as calculations or plain Sass functions at parse-time. This means that user-defined functions will take precedence over CSS calculations of the same name. Although the function names `calc()` and `clamp()` are still forbidden, users may continue to freely define functions whose names overlap with other CSS calculations (including `abs()`, `min()`, `max()`, and `round()` whose names overlap with global Sass functions). - **Breaking change**: As a consequence of the change in calculation parsing described above, calculation functions containing interpolation are now parsed more strictly than before. However, *almost* all interpolations that would have produced valid CSS will continue to work. The only exception is `#{$variable}%` which is not valid in Sass and is no longer valid in calculations. Instead of this, either use `$variable` directly and ensure it already has the `%` unit, or write `($variable * 1%)`. - **Potentially breaking bug fix**: The importer used to load a given file is no longer used to load absolute URLs that appear in that file. This was unintented behavior that contradicted the Sass specification. Absolute URLs will now correctly be loaded only from the global importer list. This applies to the modern JS API, the Dart API, and the embedded protocol. ##### Embedded Sass - Substantially improve the embedded compiler's performance when compiling many files or files that require many importer or function call round-trips with the embedded host.
uuidjs/uuid (uuid) ### [`v9.0.1`](https://togithub.com/uuidjs/uuid/blob/HEAD/CHANGELOG.md#901-2023-09-12) [Compare Source](https://togithub.com/uuidjs/uuid/compare/v9.0.0...v9.0.1) ##### build - Fix CI to work with Node.js 20.x

Configuration

📅 Schedule: Branch creation - "before 7am on monday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 has been generated by Mend Renovate. View repository job log here.