openfun / marsha

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

⬆️(dependencies) update js dependencies #2440

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.20 -> 7.23.0 age adoption passing confidence
@babel/preset-typescript (source) 7.22.15 -> 7.23.0 age adoption passing confidence
@codemirror/commands 6.2.5 -> 6.3.0 age adoption passing confidence
@codemirror/view 6.20.1 -> 6.21.2 age adoption passing confidence
@​openfun/cunningham-react 1.1.0 -> 1.3.0 age adoption passing confidence
@sentry/browser (source) 7.70.0 -> 7.73.0 age adoption passing confidence
@sentry/node (source) 7.70.0 -> 7.73.0 age adoption passing confidence
@tanstack/eslint-plugin-query (source) 4.34.1 -> 4.36.0 age adoption passing confidence
@tanstack/react-query (source) 4.35.3 -> 4.35.7 age adoption passing confidence
@tanstack/react-query-devtools (source) 4.35.3 -> 4.35.7 age adoption passing confidence
@types/iframe-resizer (source) 3.5.9 -> 3.5.10 age adoption passing confidence
@types/mdast (source) 4.0.0 -> 4.0.1 age adoption passing confidence
@types/node (source) 20.6.5 -> 20.8.2 age adoption passing confidence
@types/node (source) 18.17.19 -> 18.18.3 age adoption passing confidence
@types/rc-tooltip (source) 3.7.7 -> 3.7.8 age adoption passing confidence
@types/react-datepicker (source) 4.15.0 -> 4.15.1 age adoption passing confidence
@types/request-promise-native (source) 1.0.18 -> 1.0.19 age adoption passing confidence
@types/styled-components (source) 5.1.27 -> 5.1.28 age adoption passing confidence
@types/video.js (source) 7.3.52 -> 7.3.53 age adoption passing confidence
@types/ws (source) 8.5.5 -> 8.5.6 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.7.2 -> 6.7.4 age adoption passing confidence
@typescript-eslint/parser 6.7.2 -> 6.7.4 age adoption passing confidence
aws-sdk 2.1463.0 -> 2.1468.0 age adoption passing confidence
core-js 3.32.2 -> 3.33.0 age adoption passing confidence
dompurify 3.0.5 -> 3.0.6 age adoption passing confidence
eslint-plugin-jest 27.4.0 -> 27.4.2 age adoption passing confidence
katex (source) 0.16.8 -> 0.16.9 age adoption passing confidence
node-poppler 7.0.0 -> 7.0.1 age adoption passing confidence
react-markdown 8.0.7 -> 9.0.0 age adoption passing confidence
react-select (source) 5.7.5 -> 5.7.7 age adoption passing confidence
web-vitals 3.4.0 -> 3.5.0 age adoption passing confidence
zustand 4.4.1 -> 4.4.2 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.23.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7230-2023-09-25) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.20...v7.23.0) ##### :rocket: New Feature - `babel-plugin-proposal-import-wasm-source`, `babel-plugin-syntax-import-source`, `babel-plugin-transform-dynamic-import` - [#​15870](https://togithub.com/babel/babel/pull/15870) Support transforming `import source` for wasm ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-module-transforms`, `babel-helpers`, `babel-plugin-proposal-import-defer`, `babel-plugin-syntax-import-defer`, `babel-plugin-transform-modules-commonjs`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone` - [#​15878](https://togithub.com/babel/babel/pull/15878) Implement `import defer` proposal transform support ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-types` - [#​15845](https://togithub.com/babel/babel/pull/15845) Implement `import defer` parsing support ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​15829](https://togithub.com/babel/babel/pull/15829) Add parsing support for the "source phase imports" proposal ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-helper-module-transforms`, `babel-parser`, `babel-plugin-transform-dynamic-import`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-traverse`, `babel-types` - [#​15682](https://togithub.com/babel/babel/pull/15682) Add `createImportExpressions` parser option ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-standalone` - [#​15671](https://togithub.com/babel/babel/pull/15671) Pass through nonce to the transformed script element ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-function-name`, `babel-helper-member-expression-to-functions`, `babel-helpers`, `babel-parser`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-optional-chaining-assign`, `babel-plugin-syntax-optional-chaining-assign`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-optional-chaining`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone`, `babel-types` - [#​15751](https://togithub.com/babel/babel/pull/15751) Add support for optional chain in assignments ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-decorators` - [#​15895](https://togithub.com/babel/babel/pull/15895) Implement the "decorator metadata" proposal ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse`, `babel-types` - [#​15893](https://togithub.com/babel/babel/pull/15893) Add `t.buildUndefinedNode` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-preset-typescript` - [#​15913](https://togithub.com/babel/babel/pull/15913) Add `rewriteImportExtensions` option to TS preset ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​15896](https://togithub.com/babel/babel/pull/15896) Allow TS tuples to have both labeled and unlabeled elements ([@​yukukotani](https://togithub.com/yukukotani)) ##### :bug: Bug Fix - `babel-plugin-transform-block-scoping` - [#​15962](https://togithub.com/babel/babel/pull/15962) fix: `transform-block-scoping` captures the variables of the method in the loop ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-traverse` - [#​15797](https://togithub.com/babel/babel/pull/15797) Expand evaluation of global built-ins in `@babel/traverse` ([@​lorenzoferre](https://togithub.com/lorenzoferre)) - `babel-plugin-proposal-explicit-resource-management` - [#​15985](https://togithub.com/babel/babel/pull/15985) Improve source maps for blocks with `using` declarations ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-core`, `babel-helper-module-transforms`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-classes`, `babel-plugin-transform-dynamic-import`, `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#​15984](https://togithub.com/babel/babel/pull/15984) Inline `exports.XXX =` update in simple variable declarations ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
codemirror/commands (@​codemirror/commands) ### [`v6.3.0`](https://togithub.com/codemirror/commands/blob/HEAD/CHANGELOG.md#630-2023-09-29) [Compare Source](https://togithub.com/codemirror/commands/compare/6.2.5...6.3.0) ##### Bug fixes Make it possible for `selectParentSyntax` to jump out of or into a syntax tree overlay. Make Cmd-Backspace and Cmd-Delete on macOS delete to the next line wrap point, not the start/end of the line. ##### New features The new `deleteLineBoundaryForward` and `deleteLineBoundaryBackward` commands delete to the start/end of the line or the next line wrapping point.
codemirror/view (@​codemirror/view) ### [`v6.21.2`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6212-2023-10-02) [Compare Source](https://togithub.com/codemirror/view/compare/6.21.1...6.21.2) ##### Bug fixes Fix a regression that broke dragging text from inside the editor. ### [`v6.21.1`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6211-2023-10-02) [Compare Source](https://togithub.com/codemirror/view/compare/6.21.0...6.21.1) ##### Bug fixes Fix a bug that could corrupt the DOM view for specific changes involving newlines and mark decorations. ### [`v6.21.0`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6210-2023-09-29) [Compare Source](https://togithub.com/codemirror/view/compare/6.20.2...6.21.0) ##### Bug fixes Fix a bug that could cause zero-length widgets at the start of a line to be left in the view even after they were removed. ##### New features `RectangleMarker`'s dimension properties are now public. ### [`v6.20.2`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6202-2023-09-25) [Compare Source](https://togithub.com/codemirror/view/compare/6.20.1...6.20.2) ##### Bug fixes Fix an issue in the way the DOM selection is being read that could break backspacing of widgets on Android. Fix a bug where the editor could incorrectly computate its transform scale when it was small.
getsentry/sentry-javascript (@​sentry/browser) ### [`v7.73.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.73.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.72.0...7.73.0) ##### Important Changes - **feat(replay): Upgrade to rrweb2** This is fully backwards compatible with prior versions of the Replay SDK. The only breaking change that we will making is to not be masking `aria-label` by default. The reason for this change is to align with our core SDK which also does not mask `aria-label`. This change also enables better support of searching by clicks. Another change that needs to be highlighted is the 13% bundle size increase. This bundle size increase is necessary to bring improved recording performance and improved replay fidelity, especially in regards to web components and iframes. We will be investigating the reduction of the bundle size in [this PR](https://togithub.com/getsentry/sentry-javascript/issues/8815). Here are benchmarks comparing the version 1 of rrweb to version 2 | metric | v1 | v2 | | --------- | ---------- | ---------- | | lcp | 1486.06 ms | 1529.11 ms | | cls | 0.40 ms | 0.40 ms | | fid | 1.53 ms | 1.50 ms | | tbt | 3207.22 ms | 3036.80 ms | | memoryAvg | 131.83 MB | 124.84 MB | | memoryMax | 324.8 MB | 339.03 MB | | netTx | 282.67 KB | 272.51 KB | | netRx | 8.02 MB | 8.07 MB | ##### Other Changes - feat: Always assemble Envelopes ([#​9101](https://togithub.com/getsentry/sentry-javascript/issues/9101)) - feat(node): Rate limit local variables for caught exceptions and enable `captureAllExceptions` by default ([#​9102](https://togithub.com/getsentry/sentry-javascript/issues/9102)) - fix(core): Ensure `tunnel` is considered for `isSentryUrl` checks ([#​9130](https://togithub.com/getsentry/sentry-javascript/issues/9130)) - fix(nextjs): Fix `RequestAsyncStorage` fallback path ([#​9126](https://togithub.com/getsentry/sentry-javascript/issues/9126)) - fix(node-otel): Suppress tracing for generated sentry spans ([#​9142](https://togithub.com/getsentry/sentry-javascript/issues/9142)) - fix(node): fill in span data from http request options object ([#​9112](https://togithub.com/getsentry/sentry-javascript/issues/9112)) - fix(node): Fixes and improvements to ANR detection ([#​9128](https://togithub.com/getsentry/sentry-javascript/issues/9128)) - fix(sveltekit): Avoid data invalidation in wrapped client-side `load` functions ([#​9071](https://togithub.com/getsentry/sentry-javascript/issues/9071)) - ref(core): Refactor `InboundFilters` integration to use `processEvent` ([#​9020](https://togithub.com/getsentry/sentry-javascript/issues/9020)) - ref(wasm): Refactor Wasm integration to use `processEvent` ([#​9019](https://togithub.com/getsentry/sentry-javascript/issues/9019)) Work in this release contributed by [@​vlad-zhukov](https://togithub.com/vlad-zhukov). Thank you for your contribution! #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 84.26 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 31.42 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - Webpack (gzipped) | 22 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 78.69 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 28.52 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 20.59 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 254.14 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 86.42 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 61.23 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 31.38 KB | | [@​sentry/react](https://togithub.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 84.28 KB | | [@​sentry/react](https://togithub.com/sentry/react) - Webpack (gzipped) | 22.03 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 102.2 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client - Webpack (gzipped) | 50.95 KB | ### [`v7.72.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7720) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.71.0...7.72.0) ##### Important Changes - **feat(node): App Not Responding with stack traces ([#​9079](https://togithub.com/getsentry/sentry-javascript/issues/9079))** This release introduces support for Application Not Responding (ANR) errors for Node.js applications. These errors are triggered when the Node.js main thread event loop of an application is blocked for more than five seconds. The Node SDK reports ANR errors as Sentry events and can optionally attach a stacktrace of the blocking code to the ANR event. To enable ANR detection, import and use the `enableANRDetection` function from the `@sentry/node` package before you run the rest of your application code. Any event loop blocking before calling `enableANRDetection` will not be detected by the SDK. Example (ESM): ```ts import * as Sentry from "@​sentry/node"; Sentry.init({ dsn: "___PUBLIC_DSN___", tracesSampleRate: 1.0, }); await Sentry.enableANRDetection({ captureStackTrace: true }); // Function that runs your app runApp(); ``` Example (CJS): ```ts const Sentry = require("@​sentry/node"); Sentry.init({ dsn: "___PUBLIC_DSN___", tracesSampleRate: 1.0, }); Sentry.enableANRDetection({ captureStackTrace: true }).then(() => { // Function that runs your app runApp(); }); ``` ##### Other Changes - fix(nextjs): Filter `RequestAsyncStorage` locations by locations that webpack will resolve ([#​9114](https://togithub.com/getsentry/sentry-javascript/issues/9114)) - fix(replay): Ensure `replay_id` is not captured when session is expired ([#​9109](https://togithub.com/getsentry/sentry-javascript/issues/9109)) ### [`v7.71.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7710) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.70.0...7.71.0) - feat(bun): Instrument Bun.serve ([#​9080](https://togithub.com/getsentry/sentry-javascript/issues/9080)) - fix(core): Ensure global event processors are always applied to event ([#​9064](https://togithub.com/getsentry/sentry-javascript/issues/9064)) - fix(core): Run client eventProcessors before global ones ([#​9032](https://togithub.com/getsentry/sentry-javascript/issues/9032)) - fix(nextjs): Use webpack module paths to attempt to resolve internal request async storage module ([#​9100](https://togithub.com/getsentry/sentry-javascript/issues/9100)) - fix(react): Add actual error name to boundary error name ([#​9065](https://togithub.com/getsentry/sentry-javascript/issues/9065)) - fix(react): Compare location against `basename`-prefixed route. ([#​9076](https://togithub.com/getsentry/sentry-javascript/issues/9076)) - ref(browser): Refactor browser integrations to use `processEvent` ([#​9022](https://togithub.com/getsentry/sentry-javascript/issues/9022)) Work in this release contributed by [@​jorrit](https://togithub.com/jorrit). Thank you for your contribution!
TanStack/query (@​tanstack/eslint-plugin-query) ### [`v4.36.0`](https://togithub.com/TanStack/query/releases/tag/v4.36.0) [Compare Source](https://togithub.com/TanStack/query/compare/v4.34.1...v4.36.0) Version 4.36.0 - 10/1/2023, 2:51 PM #### Changes ##### Feat - eslint-plugin: add stable-query-client rule ([#​6077](https://togithub.com/TanStack/query/issues/6077)) ([`0f581b4`](https://togithub.com/TanStack/query/commit/0f581b4c)) by Eliya Cohen #### Packages - [@​tanstack/eslint-plugin-query](https://togithub.com/tanstack/eslint-plugin-query)[@​4](https://togithub.com/4).36.0
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.7.4`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#674-2023-10-02) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.3...v6.7.4) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) 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. ### [`v6.7.3`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#673-2023-09-25) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.2...v6.7.3) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) 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.4`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#674-2023-10-02) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.3...v6.7.4) **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. ### [`v6.7.3`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#673-2023-09-25) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.2...v6.7.3) **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.1468.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#214680) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1467.0...v2.1468.0) - feature: Bedrock: Provisioned throughput feature with Amazon and third-party base models, and update validators for model identifier and taggable resource ARNs. - feature: BedrockRuntime: Add model timeout exception for InvokeModelWithResponseStream API and update validator for invoke model identifier. - feature: EC2: Introducing Amazon EC2 R7iz instances with 3.9 GHz sustained all-core turbo frequency and deliver up to 20% better performance than previous generation z1d instances. - feature: RDS: Adds DefaultCertificateForNewLaunches field in the DescribeCertificates API response. - feature: SSO: Fix FIPS Endpoints in aws-us-gov. - feature: STS: STS API updates for assumeRole ### [`v2.1467.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#214670) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1466.0...v2.1467.0) - feature: Bedrock: Model Invocation logging added to enable or disable logs in customer account. Model listing and description support added. Provisioned Throughput feature added. Custom model support added for creating custom models. Also includes list, and delete functions for custom model. - feature: BedrockRuntime: Run Inference: Added support to run the inference on models. Includes set of APIs for running inference in streaming and non-streaming mode. - feature: Budgets: Update DescribeBudgets and DescribeBudgetNotificationsForAccount MaxResults limit to 1000. - feature: EC2: Adds support for Customer Managed Key encryption for Amazon Verified Access resources - feature: IoTFleetWise: AWS IoT FleetWise now supports encryption through a customer managed AWS KMS key. The PutEncryptionConfiguration and GetEncryptionConfiguration APIs were added. - feature: SageMaker: Online store feature groups supports Standard and InMemory tier storage types for low latency storage for real-time data retrieval. The InMemory tier supports collection types List, Set, and Vector. - feature: SageMakerFeatureStoreRuntime: Feature Store supports read/write of records with collection type features. ### [`v2.1466.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#214660) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1465.0...v2.1466.0) - feature: CognitoIdentityServiceProvider: The UserPoolType Status field is no longer used. - feature: Firehose: Features : Adding support for new data ingestion source to Kinesis Firehose - AWS Managed Services Kafka. - feature: Iot: Added support for IoT Rules Engine Kafka Action Headers - feature: Textract: This release adds new feature - Layout to Analyze Document API which can automatically extract layout elements such as titles, paragraphs, headers, section headers, lists, page numbers, footers, table areas, key-value areas and figure areas and order the elements as a human would read. ### [`v2.1465.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#214650) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1464.0...v2.1465.0) - feature: AppIntegrations: The Amazon AppIntegrations service adds a set of APIs (in preview) to manage third party applications to be used in Amazon Connect agent workspace. - feature: AppRunner: This release allows an App Runner customer to specify a custom source directory to run the build & start command. This change allows App Runner to support monorepo based repositories - feature: Connect: This release updates a set of Amazon Connect APIs that provides the ability to integrate third party applications in the Amazon Connect agent workspace. - feature: DynamoDB: Amazon DynamoDB now supports Incremental Export as an enhancement to the existing Export Table - feature: EC2: The release includes AWS verified access to support FIPs compliance in North America regions - feature: LakeFormation: This release adds three new API support "CreateLakeFormationOptIn", "DeleteLakeFormationOptIn" and "ListLakeFormationOptIns", and also updates the corresponding documentation. - feature: S3: This release adds a new field COMPLETED to the ReplicationStatus Enum. You can now use this field to validate the replication status of S3 objects using the AWS SDK. ### [`v2.1464.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#214640) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1463.0...v2.1464.0) - feature: AmplifyUIBuilder: Support for generating code that is compatible with future versions of amplify project dependencies. - feature: ChimeSDKMediaPipelines: Adds support for sending WebRTC audio to Amazon Kineses Video Streams. - feature: EMRServerless: This release adds support for application-wide default job configurations. - feature: Finspacedata: Adding sensitive trait to attributes. Change max SessionDuration from 720 to 60. Correct "ApiAccess" attribute to "apiAccess" to maintain consistency between APIs. - feature: QuickSight: Added ability to tag users upon creation. - feature: SSM: This release updates the enum values for ResourceType in SSM DescribeInstanceInformation input and ConnectionStatus in GetConnectionStatus output. - feature: WAFV2: You can now perform an exact match against the web request's JA3 fingerprint.
zloirock/core-js (core-js) ### [`v3.33.0`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3330---20231002) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.32.2...v3.33.0) - Re-introduced [`RegExp` escaping stage 2 proposal](https://togithub.com/tc39/proposal-regex-escaping), September 2023 TC39 meeting: - Added `RegExp.escape` method with the new set of symbols for escaping - Some years ago, it was presented in `core-js`, but it was removed after rejecting the old version of this proposal - Added [`ArrayBuffer.prototype.{ transfer, transferToFixedLength }`](https://togithub.com/tc39/proposal-arraybuffer-transfer) and support transferring of `ArrayBuffer`s via [`structuredClone`](https://html.spec.whatwg.org/multipage/structured-data.html#dom-structuredclone) to engines with `MessageChannel` - Optimized [`Math.f16round`](https://togithub.com/tc39/proposal-float16array) polyfill - Fixed [some conversion cases](https://togithub.com/petamoriken/float16/issues/1046) of [`Math.f16round` and `DataView.prototype.{ getFloat16, setFloat16 }`](https://togithub.com/tc39/proposal-float16array) - Fully forced polyfilling of [the TC39 `Observable` proposal](https://togithub.com/tc39/proposal-observable) because of incompatibility with [the new WHATWG `Observable` proposal](https://togithub.com/WICG/observable) - Added an extra workaround of errors with exotic environment objects in `Symbol` polyfill, [#​1289](https://togithub.com/zloirock/core-js/issues/1289) - Some minor fixes and stylistic changes - Compat data improvements: - V8 unshipped [`Iterator` helpers](https://togithub.com/tc39/proposal-iterator-helpers) because of [some Web compatibility issues](https://togithub.com/tc39/proposal-iterator-helpers/issues/286) - [`Promise.withResolvers`](https://togithub.com/tc39/proposal-promise-with-resolvers) marked as [supported from V8 ~ Chrome 119](https://chromestatus.com/feature/5810984110784512) - [`Array` grouping proposal](https://togithub.com/tc39/proposal-array-grouping) features marked as [supported from FF119](https://bugzilla.mozilla.org/show_bug.cgi?id=1792650#c9) - [`value` argument of `URLSearchParams.prototype.{ has, delete }`](https://url.spec.whatwg.org/#dom-urlsearchparams-delete) marked as properly supported from V8 ~ Chrome 118 - [`URL.canParse`](https://url.spec.whatwg.org/#dom-url-canparse) and [`URLSearchParams.prototype.size`](https://url.spec.whatwg.org/#dom-urlsearchparams-size) marked as [supported from Bun 1.0.2](https://togithub.com/oven-sh/bun/releases/tag/bun-v1.0.2) - Added Deno 1.37 compat data mapping - Added Electron 28 compat data mapping - Added Opera Android 78 compat data mapping
cure53/DOMPurify (dompurify) ### [`v3.0.6`](https://togithub.com/cure53/DOMPurify/releases/tag/3.0.6): DOMPurify 3.0.6 [Compare Source](https://togithub.com/cure53/DOMPurify/compare/3.0.5...3.0.6) - Refactored the core code-base and several utilities, thanks [@​ssi02014](https://togithub.com/ssi02014) - Updated and fixed several sections of the README, thanks [@​ssi02014](https://togithub.com/ssi02014) - Updated several outdated build and test dependencies
jest-community/eslint-plugin-jest (eslint-plugin-jest) ### [`v27.4.2`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2742-2023-09-29) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.4.1...v27.4.2) ##### Bug Fixes - make rule message punctuation consistent ([#​1444](https://togithub.com/jest-community/eslint-plugin-jest/issues/1444)) ([84121ee](https://togithub.com/jest-community/eslint-plugin-jest/commit/84121eee018cc8cc32e6c7a267fc27efd3a4a0a0)) ### [`v27.4.1`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2741-2023-09-29) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.4.0...v27.4.1) ##### Bug Fixes - **no-focused-tests:** make reporting location consistent ([#​1443](https://togithub.com/jest-community/eslint-plugin-jest/issues/1443)) ([a871775](https://togithub.com/jest-community/eslint-plugin-jest/commit/a87177504430d1c469af70d6fc3b674a388291d8))
KaTeX/KaTeX (katex) ### [`v0.16.9`](https://togithub.com/KaTeX/KaTeX/blob/HEAD/CHANGELOG.md#0169-2023-10-02) [Compare Source](https://togithub.com/KaTeX/KaTeX/compare/v0.16.8...v0.16.9) ##### Features - Support bold Fraktur ([#​3777](https://togithub.com/KaTeX/KaTeX/issues/3777)) ([240d5ae](https://togithub.com/KaTeX/KaTeX/commit/240d5aede915e0303929a9328745b1060e12004a))
Fdawgs/node-poppler (node-poppler) ### [`v7.0.1`](https://togithub.com/Fdawgs/node-poppler/blob/HEAD/CHANGELOG.md#701-2023-09-26) [Compare Source](https://togithub.com/Fdawgs/node-poppler/compare/v7.0.0...v7.0.1) ##### Bug fixes - **index:** do not mask error code if unknown ([dc524a7](https://togithub.com/Fdawgs/node-poppler/commit/dc524a728588d0342f6bed5853c99d3aac9ac6fd)) - **index:** expose error codes for pdffonts and pdfinfo ([c2f277b](https://togithub.com/Fdawgs/node-poppler/commit/c2f277b6cb3bd2eeb22993cb6d52f96e9b0d6037))
remarkjs/react-markdown (react-markdown) ### [`v9.0.0`](https://togithub.com/remarkjs/react-markdown/blob/HEAD/changelog.md#900---2023-09-27) [Compare Source](https://togithub.com/remarkjs/react-markdown/compare/8.0.7...9.0.0) - [`b67d714`](https://togithub.com/remarkjs/react-markdown/commit/b67d714) Change to require Node.js 16\ **migrate**: update too - [`ec2b134`](https://togithub.com/remarkjs/react-markdown/commit/ec2b134) Change to require React 18\ **migrate**: update too - [`bf5824f`](https://togithub.com/remarkjs/react-markdown/commit/bf5824f) Change to use `exports`\ **migrate**: don’t use private APIs - [`c383a45`](https://togithub.com/remarkjs/react-markdown/commit/c383a45) Update `@types/hast`, utilities, plugins, etc\ **migrate**: update too - [`eca5e6b`](https://togithub.com/remarkjs/react-markdown/commit/eca5e6b) [`08ead9e`](https://togithub.com/remarkjs/react-markdown/commit/08ead9e) Replace `transformImageUri`, `transformLinkUri` w/ `urlTransform`\ **migrate**: see “Add `urlTransform`” below - [`de29396`](https://togithub.com/remarkjs/react-markdown/commit/de29396) Remove `linkTarget` option\ **migrate**: see “Remove `linkTarget`” below - [`4346276`](https://togithub.com/remarkjs/react-markdown/commit/4346276) Remove support for passing custom props to components\ **migrate**: see “Remove `includeElementIndex`”, “Remove `rawSourcePos`”, “Remove `sourcePos`”, “Remove extra props passed to certain components” below - [`c0dfbd6`](https://togithub.com/remarkjs/react-markdown/commit/c0dfbd6) Remove UMD bundle from package\ **migrate**: use `esm.sh` or a CDN or so - [`e12b5e9`](https://togithub.com/remarkjs/react-markdown/commit/e12b5e9) Remove `prop-types`\ **migrate**: use TypeScript - [`4eb7aa0`](https://togithub.com/remarkjs/react-markdown/commit/4eb7aa0) Change to throw errors for removed props\ **migrate**: don’t pass options that don’t do things - [`8aabf74`](https://togithub.com/remarkjs/react-markdown/commit/8aabf74) Change to improve error messages\ **migrate**: expect better messages ##### Add `urlTransform` The `transformImageUri` and `transformLinkUri` were removed. Having two functions is a bit much, particularly because there are more URLs you might want to change (or which might be unsafe so *we* make them safe). And their name and APIs were a bit weird. You can use

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.

renovate[bot] commented 11 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.