openfun / marsha

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

⬆️(dependencies) update js dependencies #2515

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.23.3 -> 7.23.5 age adoption passing confidence
@babel/preset-env (source) 7.23.3 -> 7.23.5 age adoption passing confidence
@codemirror/autocomplete 6.11.0 -> 6.11.1 age adoption passing confidence
@codemirror/commands 6.3.0 -> 6.3.2 age adoption passing confidence
@codemirror/lang-markdown 6.2.2 -> 6.2.3 age adoption passing confidence
@codemirror/language 6.9.2 -> 6.9.3 age adoption passing confidence
@codemirror/search 6.5.4 -> 6.5.5 age adoption passing confidence
@codemirror/state 6.3.1 -> 6.3.2 age adoption passing confidence
@codemirror/view 6.22.0 -> 6.22.1 age adoption passing confidence
@​openfun/cunningham-react 2.1.0 -> 2.3.0 age adoption passing confidence
@sentry/browser (source) 7.81.0 -> 7.83.0 age adoption passing confidence
@sentry/node (source) 7.81.0 -> 7.83.0 age adoption passing confidence
@types/jest (source) 29.5.9 -> 29.5.10 age adoption passing confidence
@types/node (source) 20.9.3 -> 20.10.0 age adoption passing confidence
@types/react (source) 18.2.38 -> 18.2.39 age adoption passing confidence
@types/react-dom (source) 18.2.16 -> 18.2.17 age adoption passing confidence
@types/react-test-renderer (source) 18.0.6 -> 18.0.7 age adoption passing confidence
@types/styled-components (source) 5.1.31 -> 5.1.32 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.12.0 -> 6.13.1 age adoption passing confidence
@typescript-eslint/parser 6.12.0 -> 6.13.1 age adoption passing confidence
aws-sdk 2.1500.0 -> 2.1506.0 age adoption passing confidence
jsdom 22.1.0 -> 23.0.0 age adoption passing confidence
linkifyjs (source) 4.1.2 -> 4.1.3 age adoption passing confidence
react-datepicker 4.21.0 -> 4.23.0 age adoption passing confidence
react-router-dom 6.19.0 -> 6.20.0 age adoption passing confidence
zustand 4.4.6 -> 4.4.7 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.23.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7235-2023-11-29) [Compare Source](https://togithub.com/babel/babel/compare/v7.23.3...v7.23.5) ##### :eyeglasses: Spec Compliance - `babel-plugin-proposal-decorators` - [#​16138](https://togithub.com/babel/babel/pull/16138) Class binding is in TDZ during decorators initialization ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16132](https://togithub.com/babel/babel/pull/16132) Allow addInitializer in field decorator context ([@​JLHwung](https://togithub.com/JLHwung)) ##### :rocket: New Feature - [#​16023](https://togithub.com/babel/babel/pull/16023) Add `@babel/eslint-plugin/no-undef` for accessor props ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-traverse`, `babel-types` - [#​16131](https://togithub.com/babel/babel/pull/16131) Do not remove bindings when removing assignment expression path ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-classes` - [#​16135](https://togithub.com/babel/babel/pull/16135) Require class properties transform when compiling class with private fields ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator` - [#​16122](https://togithub.com/babel/babel/pull/16122) fix: Missing parentheses after line break ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers` - [#​16130](https://togithub.com/babel/babel/pull/16130) Fix helpers internal fns names conflict resolution ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-typescript` - [#​16123](https://togithub.com/babel/babel/pull/16123) Simplify class fields injetion after `super()` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-parameters`, `babel-plugin-transform-typescript`, `babel-traverse` - [#​16110](https://togithub.com/babel/babel/pull/16110) fix: Unexpected duplication of comments ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :microscope: Output optimization - `babel-helpers` - [#​16129](https://togithub.com/babel/babel/pull/16129) Optimize `decorator` helper size ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
codemirror/autocomplete (@​codemirror/autocomplete) ### [`v6.11.1`](https://togithub.com/codemirror/autocomplete/blob/HEAD/CHANGELOG.md#6111-2023-11-27) [Compare Source](https://togithub.com/codemirror/autocomplete/compare/6.11.0...6.11.1) ##### Bug fixes Fix a bug that caused typing over closed brackets after pressing enter to still not work in many situations.
codemirror/commands (@​codemirror/commands) ### [`v6.3.2`](https://togithub.com/codemirror/commands/blob/HEAD/CHANGELOG.md#632-2023-11-28) [Compare Source](https://togithub.com/codemirror/commands/compare/6.3.1...6.3.2) ##### Bug fixes Fix a regression that caused `deleteCharBackward` to sometimes delete a large chunk of text. ### [`v6.3.1`](https://togithub.com/codemirror/commands/blob/HEAD/CHANGELOG.md#631-2023-11-27) [Compare Source](https://togithub.com/codemirror/commands/compare/6.3.0...6.3.1) ##### Bug fixes When undoing, store the selection after the undone change with the redo event, so that redoing restores it. `deleteCharBackward` will no longer delete variant selector characters as separate characters.
codemirror/lang-markdown (@​codemirror/lang-markdown) ### [`v6.2.3`](https://togithub.com/codemirror/lang-markdown/blob/HEAD/CHANGELOG.md#623-2023-11-27) [Compare Source](https://togithub.com/codemirror/lang-markdown/compare/6.2.2...6.2.3) ##### Bug fixes Support code folding for GFM tables.
codemirror/language (@​codemirror/language) ### [`v6.9.3`](https://togithub.com/codemirror/language/blob/HEAD/CHANGELOG.md#693-2023-11-27) [Compare Source](https://togithub.com/codemirror/language/compare/6.9.2...6.9.3) ##### Bug fixes Fix an issue in `StreamLanguage` where it ran out of node type ids if you repeatedly redefined a language with the same token table.
codemirror/search (@​codemirror/search) ### [`v6.5.5`](https://togithub.com/codemirror/search/blob/HEAD/CHANGELOG.md#655-2023-11-27) [Compare Source](https://togithub.com/codemirror/search/compare/6.5.4...6.5.5) ##### Bug fixes Fix a bug that caused codes like `\n` to be unescaped in strings inserted via replace placeholders like `$&`. Use the keybinding Mod-Alt-g for `gotoLine` to the search keymap, to make it usable for people whose keyboard layout uses Alt/Option-g to type some character.
codemirror/state (@​codemirror/state) ### [`v6.3.2`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#632-2023-11-27) [Compare Source](https://togithub.com/codemirror/state/compare/6.3.1...6.3.2) ##### Bug fixes Make sure transactions cannot add multiple selections when `allowMultipleSelections` is false. Fix a bug that caused `Text.iterLines` to not return empty lines at the end of the iterated ranges.
codemirror/view (@​codemirror/view) ### [`v6.22.1`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6221-2023-11-27) [Compare Source](https://togithub.com/codemirror/view/compare/6.22.0...6.22.1) ##### Bug fixes Call widget `destroy` methods when the entire editor is destroyed or reset. Work around an issue on Safari on macOS Sonoma that made the native cursor visible even when `drawSelection` is enabled. Fix an issue where, on some browsers, the screenreader announced text ended up in the printed document. Fix a bug where a hover tooltip could stick around even though the pointer was no longer on the editor when it was moved out over the tooltip. Fix an issue where hover tooltips could close when moving the mouse onto them due to mouse position rounding issues.
getsentry/sentry-javascript (@​sentry/browser) ### [`v7.83.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.83.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.82.0...7.83.0) - chore(astro): Allow Astro 4.0 in peer dependencies ([#​9683](https://togithub.com/getsentry/sentry-javascript/issues/9683)) - feat(astro): Add `assets` option to source maps upload options ([#​9668](https://togithub.com/getsentry/sentry-javascript/issues/9668)) - feat(react): Support `exactOptionalPropertyTypes` on `ErrorBoundary` ([#​9098](https://togithub.com/getsentry/sentry-javascript/issues/9098)) - fix: Don't depend on browser types in `types` ([#​9682](https://togithub.com/getsentry/sentry-javascript/issues/9682)) - fix(astro): Configure sourcemap assets directory for Vercel adapter ([#​9665](https://togithub.com/getsentry/sentry-javascript/issues/9665)) - fix(remix): Check the error data before spreading. ([#​9664](https://togithub.com/getsentry/sentry-javascript/issues/9664)) #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 65.86 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 59.46 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 31.11 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - Webpack (gzipped) | 21.38 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 62.71 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 29.52 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 21.6 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 197.46 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 89.32 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 64.29 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 32.21 KB | | [@​sentry/react](https://togithub.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 66.24 KB | | [@​sentry/react](https://togithub.com/sentry/react) - Webpack (gzipped) | 21.42 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 82.96 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client - Webpack (gzipped) | 48.21 KB | | [@​sentry-internal/feedback](https://togithub.com/sentry-internal/feedback) - Webpack (gzipped) | 16.19 KB | ### [`v7.82.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.82.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.81.1...7.82.0) - feat(astro): Automatically add Sentry middleware in Astro integration ([#​9532](https://togithub.com/getsentry/sentry-javascript/issues/9532)) - feat(core): Add optional `setup` hook to integrations ([#​9556](https://togithub.com/getsentry/sentry-javascript/issues/9556)) - feat(core): Add top level `getClient()` method ([#​9638](https://togithub.com/getsentry/sentry-javascript/issues/9638)) - feat(core): Allow to pass `mechanism` as event hint ([#​9590](https://togithub.com/getsentry/sentry-javascript/issues/9590)) - feat(core): Allow to use `continueTrace` without callback ([#​9615](https://togithub.com/getsentry/sentry-javascript/issues/9615)) - feat(feedback): Add onClose callback to showReportDialog ([#​9433](https://togithub.com/getsentry/sentry-javascript/issues/9433)) ([#​9550](https://togithub.com/getsentry/sentry-javascript/issues/9550)) - feat(nextjs): Add request data to all edge-capable functionalities ([#​9636](https://togithub.com/getsentry/sentry-javascript/issues/9636)) - feat(node): Add Spotlight option to Node SDK ([#​9629](https://togithub.com/getsentry/sentry-javascript/issues/9629)) - feat(utils): Refactor `addInstrumentationHandler` to dedicated methods ([#​9542](https://togithub.com/getsentry/sentry-javascript/issues/9542)) - fix: Make full url customizable for Spotlight ([#​9652](https://togithub.com/getsentry/sentry-javascript/issues/9652)) - fix(astro): Remove Auth Token existence check ([#​9651](https://togithub.com/getsentry/sentry-javascript/issues/9651)) - fix(nextjs): Fix middleware detection logic ([#​9637](https://togithub.com/getsentry/sentry-javascript/issues/9637)) - fix(remix): Skip capturing aborted requests ([#​9659](https://togithub.com/getsentry/sentry-javascript/issues/9659)) - fix(replay): Add `BODY_PARSE_ERROR` warning & time out fetch response load ([#​9622](https://togithub.com/getsentry/sentry-javascript/issues/9622)) - fix(tracing): Filter out invalid resource sizes ([#​9641](https://togithub.com/getsentry/sentry-javascript/issues/9641)) - ref: Hoist `RequestData` integration to `@sentry/core` ([#​9597](https://togithub.com/getsentry/sentry-javascript/issues/9597)) - ref(feedback): Rename onDialog\* to onForm\*, remove onActorClick ([#​9625](https://togithub.com/getsentry/sentry-javascript/issues/9625)) Work in this release contributed by [@​arya-s](https://togithub.com/arya-s). Thank you for your contribution! ##### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 66.02 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 56.21 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 31.19 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - Webpack (gzipped) | 21.4 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 62.65 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 29.47 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 21.55 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 197.27 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 89.15 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 64.12 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 32.13 KB | | [@​sentry/react](https://togithub.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 66.43 KB | | [@​sentry/react](https://togithub.com/sentry/react) - Webpack (gzipped) | 21.45 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 83.16 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client - Webpack (gzipped) | 48.32 KB | | [@​sentry-internal/feedback](https://togithub.com/sentry-internal/feedback) - Webpack (gzipped) | 16.19 KB | ### [`v7.81.1`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7811) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.81.0...7.81.1) - fix(astro): Remove method from span op ([#​9603](https://togithub.com/getsentry/sentry-javascript/issues/9603)) - fix(deno): Make sure files get published ([#​9611](https://togithub.com/getsentry/sentry-javascript/issues/9611)) - fix(nextjs): Use `globalThis` instead of `global` in edge runtime ([#​9612](https://togithub.com/getsentry/sentry-javascript/issues/9612)) - fix(node): Improve error handling and shutdown handling for ANR ([#​9548](https://togithub.com/getsentry/sentry-javascript/issues/9548)) - fix(tracing-internal): Fix case when originalURL contain query params ([#​9531](https://togithub.com/getsentry/sentry-javascript/issues/9531)) Work in this release contributed by [@​powerfulyang](https://togithub.com/powerfulyang), [@​LubomirIgonda1](https://togithub.com/LubomirIgonda1), [@​joshkel](https://togithub.com/joshkel), and [@​alexgleason](https://togithub.com/alexgleason). Thank you for your contributions!
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.13.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6131-2023-11-28) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.0...v6.13.1) **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.13.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6130-2023-11-27) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.12.0...v6.13.0) **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.13.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6131-2023-11-28) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.0...v6.13.1) **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.13.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6130-2023-11-27) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.12.0...v6.13.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.1506.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#215060) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1505.0...v2.1506.0) - feature: AccessAnalyzer: This release adds support for external access findings for S3 directory buckets to help you easily identify cross-account access. Updated service API, documentation, and paginators. - feature: Bedrock: This release adds support for customization types, model life cycle status and minor versions/aliases for model identifiers. - feature: BedrockAgent: This release introduces Agents for Amazon Bedrock - feature: BedrockAgentRuntime: This release introduces Agents for Amazon Bedrock Runtime - feature: BedrockRuntime: This release adds support for minor versions/aliases for invoke model identifier. - feature: Connect: Added support for following capabilities: Amazon Connect's in-app, web, and video calling. Two-way SMS integrations. Contact Lens real-time chat analytics feature. Amazon Connect Analytics Datalake capability. Capability to configure real time chat rules. - feature: CustomerProfiles: This release introduces DetectProfileObjectType API to auto generate object type mapping. - feature: QBusiness: Amazon Q - a generative AI powered application that your employees can use to ask questions and get answers from knowledge spread across disparate content repositories, summarize reports, write articles, take actions, and much more - all within their company's connected content repositories. - feature: QConnect: Amazon Q in Connect, an LLM-enhanced evolution of Amazon Connect Wisdom. This release adds generative AI support to Amazon Q Connect QueryAssistant and GetRecommendations APIs. - feature: S3: Adds support for S3 Express One Zone. - feature: S3Control: Adds support for S3 Express One Zone, and InvocationSchemaVersion 2.0 for S3 Batch Operations. ### [`v2.1505.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#215050) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1504.0...v2.1505.0) - feature: ElastiCache: Launching Amazon ElastiCache Serverless that enables you to create a cache in under a minute without any capacity management. ElastiCache Serverless monitors the cache's memory, CPU, and network usage and scales both vertically and horizontally to support your application's requirements. ### [`v2.1504.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#215040) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1503.0...v2.1504.0) - feature: AppSync: This update enables introspection of Aurora cluster databases using the RDS Data API - feature: B2bi: This is the initial SDK release for AWS B2B Data Interchange. - feature: Backup: AWS Backup now supports restore testing, a new feature that allows customers to automate restore testing and validating their backups. Additionally, this release adds support for EBS Snapshots Archive tier. - feature: ControlTower: This release adds the following support: 1. The EnableControl API can configure controls that are configurable. 2. The GetEnabledControl API shows the configured parameters on an enabled control. 3. The new UpdateEnabledControl API can change parameters on an enabled control. - feature: EFS: Adding support for EFS Replication to existing file system. - feature: Fis: AWS FIS adds support for multi-account experiments & empty target resolution. This release also introduces the CreateTargetAccountConfiguration API that allows experiments across multiple AWS accounts, and the ListExperimentResolvedTargets API to list target details. - feature: Glue: add observations support to DQ CodeGen config model + update document for connectiontypes supported by ConnectorData entities - feature: SecurityHub: Adds and updates APIs to support central configuration. This feature allows the Security Hub delegated administrator to configure Security Hub for their entire AWS Org across multiple regions from a home Region. With this release, findings also include account name and application metadata. - feature: TranscribeService: This release adds support for AWS HealthScribe APIs within Amazon Transcribe ### [`v2.1503.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#215030) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1502.0...v2.1503.0) - feature: AccessAnalyzer: IAM Access Analyzer now continuously monitors IAM roles and users in your AWS account or organization to generate findings for unused access. Additionally, IAM Access Analyzer now provides custom policy checks to validate that IAM policies adhere to your security standards ahead of deployments. - feature: Amp: This release adds support for the Amazon Managed Service for Prometheus collector, a fully managed, agentless Prometheus metrics scraping capability. - feature: BCMDataExports: Users can create, read, update, delete Exports of billing and cost management data. Users can get details of Export Executions and details of Tables for exporting. Tagging support is provided for Exports - feature: CloudTrail: CloudTrail Lake now supports federating event data stores. giving users the ability to run queries against their event data using Amazon Athena. - feature: CloudWatchLogs: Added APIs to Create, Update, Get, List and Delete LogAnomalyDetectors and List and Update Anomalies in Detector. Added LogGroupClass attribute for LogGroups to classify loggroup as Standard loggroup with all capabilities or InfrequentAccess loggroup with limited capabilities. - feature: CodeStarconnections: This release adds support for the CloudFormation Git sync feature. Git sync enables updating a CloudFormation stack from a template stored in a Git repository. - feature: ComputeOptimizer: This release enables AWS Compute Optimizer to analyze and generate recommendations with customization and discounts preferences. - feature: ConfigService: Support Periodic Recording for Configuration Recorder - feature: ControlTower: Add APIs to create and manage a landing zone. - feature: CostOptimizationHub: This release launches Cost Optimization Hub, a new AWS Billing and Cost Management feature that helps you consolidate and prioritize cost optimization recommendations across your AWS Organizations member accounts and AWS Regions, so that you can get the most out of your AWS spend. - feature: Detective: Added new APIs in Detective to support resource investigations - feature: ECS: Adds a new 'type' property to the Setting structure. Adds a new AccountSetting - guardDutyActivate for ECS. - feature: EFS: Adding support for EFS Archive lifecycle configuration. - feature: EKS: This release adds support for EKS Pod Identity feature. EKS Pod Identity makes it easy for customers to obtain IAM permissions for the applications running in their EKS clusters. - feature: EKSAuth: This release adds support for EKS Pod Identity feature. EKS Pod Identity makes it easy for customers to obtain IAM permissions for their applications running in the EKS clusters. - feature: ELBv2: This release enables both mutual authentication (mTLS), and Automatic Target Weights (ATW) for Application Load Balancers. - feature: FSx: Added support for FSx for ONTAP scale-out file systems and FlexGroup volumes. Added the HAPairs field and ThroughputCapacityPerHAPair for filesystem. Added AggregateConfiguration (containing Aggregates and ConstituentsPerAggregate) and SizeInBytes for volume. - feature: FreeTier: This is the initial SDK release for the AWS Free Tier GetFreeTierUsage API - feature: GuardDuty: Add support for Runtime Monitoring for ECS and ECS-EC2. - feature: IoTFleetWise: AWS IoT FleetWise introduces new APIs for vision system data, such as data collected from cameras, radars, and lidars. You can now model and decode complex data types. - feature: LakeFormation: This release adds four new APIs "DescribeLakeFormationIdentityCenterConfiguration", "CreateLakeFormationIdentityCenterConfiguration", "DescribeLakeFormationIdentityCenterConfiguration", and "DeleteLakeFormationIdentityCenterConfiguration", and also updates the corresponding documentation. - feature: LexModelsV2: This release introduces new generative AI features in AWS Lex: Assisted Slot Resolution, Descriptive Bot Building, and Sample Utterance Generation. These features leverage large language models available through Amazon Bedrock to improve the bot builder and customer experiences. - feature: LexRuntimeV2: Updates API to latest version. - feature: ManagedBlockchain: Add optional NetworkType property to Accessor APIs - feature: Personalize: Enables metadata in recommendations, recommendations with themes, and next best action recommendations - feature: PersonalizeEvents: This release enables PutActions and PutActionInteractions - feature: PersonalizeRuntime: Enables metadata in recommendations and next best action recommendations - feature: QuickSight: This release launches new APIs for trusted identity propagation setup and supports creating datasources using trusted identity propagation as authentication method for QuickSight accounts configured with IAM Identity Center. - feature: Redshift: This release adds support for multi-data warehouse writes through data sharing. - feature: Repostspace: Initial release of AWS re:Post Private - feature: S3: Adding new params - Key and Prefix, to S3 API operations for supporting S3 Access Grants. Note - These updates will not change any of the existing S3 API functionality. - feature: S3Control: Introduce Amazon S3 Access Grants, a new S3 access control feature that maps identities in directories such as Active Directory, or AWS Identity and Access Management (IAM) Principals, to datasets in S3. - feature: SecretsManager: AWS Secrets Manager has released the BatchGetSecretValue API, which allows customers to fetch up to 20 Secrets with a single request using a list of secret names or filters. - feature: SecurityHub: Adds and updates APIs to support customizable security controls. This feature allows Security Hub customers to provide custom parameters for security controls. With this release, findings for controls that support custom parameters will include the parameters used to generate the findings. - feature: StepFunctions: Adds new TestState operation which accepts the definition of a single state and executes it. You can test a state without creating a state machine or updating an existing state machine. - feature: TranscribeService: This release adds support for transcriptions from audio sources in 64 new languages and introduces generative call summarization in Transcribe Call Analytics (Post call) - feature: WorkSpaces: The release introduces Multi-Region Resilience one-way data replication that allows you to replicate data from your primary WorkSpace to a standby WorkSpace in another AWS Region. DescribeWorkspaces now returns the status of data replication. - feature: WorkSpacesThinClient: Initial release of Amazon WorkSpaces Thin Client ### [`v2.1502.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#215020) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1501.0...v2.1502.0) - feature: Kinesis: Updates API to latest version. - feature: S3Control: Amazon S3 Batch Operations now manages buckets or prefixes in a single step. - feature: SageMaker: This feature adds the end user license agreement status as a model access configuration parameter. ### [`v2.1501.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#215010) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1500.0...v2.1501.0) - feature: CloudFront: This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions. - feature: CloudFrontKeyValueStore: This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions. - feature: InspectorScan: This release adds support for the new Amazon Inspector Scan API. The new Inspector Scan API can synchronously scan SBOMs adhering to the CycloneDX v1.5 format. - feature: IoTSiteWise: Adds 1/ user-defined unique identifier for asset and model metadata, 2/ asset model components, and 3/ query API for asset metadata and telemetry data. Supports 4/ multi variate anomaly detection using Amazon Lookout for Equipment, 5/ warm storage tier, and 6/ buffered ingestion of time series data. - feature: IoTTwinMaker: This release adds following support. 1. New APIs for metadata bulk operations. 2. Modify the component type API to support composite component types - nesting component types within one another. 3. New list APIs for components and properties. 4. Support the larger scope digital twin modeling. - feature: S3: Add support for automatic date based partitioning in S3 Server Access Logs.
jsdom/jsdom (jsdom) ### [`v23.0.0`](https://togithub.com/jsdom/jsdom/compare/22.1.0...v23.0.0) [Compare Source](https://togithub.com/jsdom/jsdom/compare/22.1.0...23.0.0)
Hypercontext/linkifyjs (linkifyjs) ### [`v4.1.3`](https://togithub.com/Hypercontext/linkifyjs/blob/HEAD/CHANGELOG.md#v413) [Compare Source](https://togithub.com/Hypercontext/linkifyjs/compare/v4.1.2...v4.1.3) - Fix HTML entity `&` symbol double-encoding in linkify-html - Support for full-width brackets, full-width less-than/greater-than signs and corner bracket as delimiters
Hacker0x01/react-datepicker (react-datepicker) ### [`v4.23.0`](https://togithub.com/Hacker0x01/react-datepicker/releases/tag/v4.23.0): 4.23.0 (skipping 4.22.0) [Compare Source](https://togithub.com/Hacker0x01/react-datepicker/compare/v4.21.0...v4.23.0) #### What's Changed - Fix [#​4334](https://togithub.com/Hacker0x01/react-datepicker/issues/4334): Improved Test Cases Readability and Maintainability by [@​balajis-qb](https://togithub.com/balajis-qb) in [https://github.com/Hacker0x01/react-datepicker/pull/4335](https://togithub.com/Hacker0x01/react-datepicker/pull/4335) - Fix [#​4170](https://togithub.com/Hacker0x01/react-datepicker/issues/4170): Clear the previously selected date on empty input with showTimeSelectOnly by [@​balajis-qb](https://togithub.com/balajis-qb) in [https://github.com/Hacker0x01/react-datepicker/pull/4336](https://togithub.com/Hacker0x01/react-datepicker/pull/4336) - Update showQuarterYearPicker to respect disableKeyboardNavigation by [@​linuxlewis](https://togithub.com/linuxlewis) in [https://github.com/Hacker0x01/react-datepicker/pull/4356](https://togithub.com/Hacker0x01/react-datepicker/pull/4356) - Week picker by [@​philipkocanda](https://togithub.com/philipkocanda) in [https://github.com/Hacker0x01/react-datepicker/pull/4288](https://togithub.com/Hacker0x01/react-datepicker/pull/4288) - refactor: change 'var' to 'let' and 'const' by [@​Sauter001](https://togithub.com/Sauter001) in [https://github.com/Hacker0x01/react-datepicker/pull/4379](https://togithub.com/Hacker0x01/react-datepicker/pull/4379) #### New Contributors - [@​linuxlewis](https://togithub.com/linuxlewis) made their first contribution in [https://github.com/Hacker0x01/react-datepicker/pull/4356](https://togithub.com/Hacker0x01/react-datepicker/pull/4356) - [@​philipkocanda](https://togithub.com/philipkocanda) made their first contribution in [https://github.com/Hacker0x01/react-datepicker/pull/4288](https://togithub.com/Hacker0x01/react-datepicker/pull/4288) - [@​Sauter001](https://togithub.com/Sauter001) made their first contribution in [https://github.com/Hacker0x01/react-datepicker/pull/4379](https://togithub.com/Hacker0x01/react-datepicker/pull/4379) **Full Changelog**: https://github.com/Hacker0x01/react-datepicker/compare/v4.21.0...v4.23.0
remix-run/react-router (react-router-dom) ### [`v6.20.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#6200) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.19.0...react-router-dom@6.20.0) ##### Minor Changes - Export the `PathParam` type from the public API ([#​10719](https://togithub.com/remix-run/react-router/pull/10719)) ##### Patch Changes - Updated dependencies: - `react-router@6.20.0` - `@remix-run/router@1.13.0`
pmndrs/zustand (zustand) ### [`v4.4.7`](https://togithub.com/pmndrs/zustand/releases/tag/v4.4.7) [Compare Source](https://togithub.com/pmndrs/zustand/compare/v4.4.6...v4.4.7) There's a small fix for a use case with an non-object value in store. #### What's Changed - fix(vanilla): unexpected null state update behavior by [@​wulimao49](https://togithub.com/wulimao49) in [https://github.com/pmndrs/zustand/pull/2213](https://togithub.com/pmndrs/zustand/pull/2213) #### New Contributors - [@​isiagi](https://togithub.com/isiagi) made their first contribution in [https://github.com/pmndrs/zustand/pull/2208](https://togithub.com/pmndrs/zustand/pull/2208) - [@​ADTC](https://togithub.com/ADTC) made their first contribution in [https://github.com/pmndrs/zustand/pull/2202](https://togithub.com/pmndrs/zustand/pull/2202) - [@​wulimao49](https://togithub.com/wulimao49) made their first contribution in [https://github.com/pmndrs/zustand/pull/2213](https://togithub.com/pmndrs/zustand/pull/2213) **Full Changelog**: https://github.com/pmndrs/zustand/compare/v4.4.6...v4.4.7

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 7 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.