openfun / marsha

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

⬆️(dependencies) update js dependencies #2480

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/state 6.3.0 -> 6.3.1 age adoption passing confidence
@formatjs/intl (source) 2.9.4 -> 2.9.5 age adoption passing confidence
@formatjs/intl-pluralrules 5.2.6 -> 5.2.7 age adoption passing confidence
@formatjs/intl-relativetimeformat 11.2.6 -> 11.2.7 age adoption passing confidence
@sentry/browser (source) 7.74.0 -> 7.74.1 age adoption passing confidence
@sentry/node (source) 7.74.0 -> 7.74.1 age adoption passing confidence
@tanstack/eslint-plugin-query (source) 4.36.1 -> 5.0.5 age adoption passing confidence
@tanstack/react-query (source) 4.36.1 -> 5.0.5 age adoption passing confidence
@tanstack/react-query-devtools (source) 4.36.1 -> 5.0.5 age adoption passing confidence
@types/dompurify (source) 3.0.3 -> 3.0.4 age adoption passing confidence
@types/express (source) 4.17.19 -> 4.17.20 age adoption passing confidence
@types/fetch-mock (source) 7.3.6 -> 7.3.7 age adoption passing confidence
@types/iframe-resizer (source) 3.5.10 -> 3.5.11 age adoption passing confidence
@types/intl (source) 1.2.0 -> 1.2.1 age adoption passing confidence
@types/jest (source) 29.5.5 -> 29.5.6 age adoption passing confidence
@types/jest-image-snapshot (source) 6.2.1 -> 6.2.2 age adoption passing confidence
@types/jsdom-screenshot (source) 3.2.3 -> 3.2.4 age adoption passing confidence
@types/jsonwebtoken (source) 9.0.3 -> 9.0.4 age adoption passing confidence
@types/katex (source) 0.16.3 -> 0.16.5 age adoption passing confidence
@types/lodash (source) 4.14.199 -> 4.14.200 age adoption passing confidence
@types/luxon (source) 3.3.2 -> 3.3.3 age adoption passing confidence
@types/mdast (source) 4.0.1 -> 4.0.2 age adoption passing confidence
@types/node (source) 20.8.6 -> 20.8.7 age adoption passing confidence
@types/node (source) 18.18.5 -> 18.18.6 age adoption passing confidence
@types/rc-tooltip (source) 3.7.8 -> 3.7.9 age adoption passing confidence
@types/react-datepicker (source) 4.19.0 -> 4.19.1 age adoption passing confidence
@types/request-promise-native (source) 1.0.19 -> 1.0.20 age adoption passing confidence
@types/styled-components (source) 5.1.28 -> 5.1.29 age adoption passing confidence
@types/uuid (source) 9.0.5 -> 9.0.6 age adoption passing confidence
@types/video.js (source) 7.3.53 -> 7.3.55 age adoption passing confidence
@types/ws (source) 8.5.7 -> 8.5.8 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.7.5 -> 6.8.0 age adoption passing confidence
@typescript-eslint/parser 6.7.5 -> 6.8.0 age adoption passing confidence
aws-sdk 2.1473.0 -> 2.1478.0 age adoption passing confidence
core-js 3.33.0 -> 3.33.1 age adoption passing confidence
eslint (source) 8.51.0 -> 8.52.0 age adoption passing confidence
eslint-plugin-import 2.28.1 -> 2.29.0 age adoption passing confidence
eslint-plugin-jest 27.4.2 -> 27.4.3 age adoption passing confidence
react-datepicker 4.20.0 -> 4.21.0 age adoption passing confidence
sass 1.69.3 -> 1.69.4 age adoption passing confidence
zustand 4.4.3 -> 4.4.4 age adoption passing confidence

Release Notes

codemirror/state (@​codemirror/state) ### [`v6.3.1`](https://togithub.com/codemirror/state/blob/HEAD/CHANGELOG.md#631-2023-10-18) [Compare Source](https://togithub.com/codemirror/state/compare/6.3.0...6.3.1) ##### Bug fixes Give the tag property on `FacetReader` the type of the output type parameter to force TypeScript to infer the proper type when converting from `Facet` to `FacetReader`.
formatjs/formatjs (@​formatjs/intl) ### [`v2.9.5`](https://togithub.com/formatjs/formatjs/compare/@formatjs/intl@2.9.4...@formatjs/intl@2.9.5) [Compare Source](https://togithub.com/formatjs/formatjs/compare/@formatjs/intl@2.9.4...@formatjs/intl@2.9.5)
getsentry/sentry-javascript (@​sentry/browser) ### [`v7.74.1`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7741) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.74.0...7.74.1) - chore(astro): Add `astro-integration` keyword ([#​9265](https://togithub.com/getsentry/sentry-javascript/issues/9265)) - fix(core): Narrow filters for health check transactions ([#​9257](https://togithub.com/getsentry/sentry-javascript/issues/9257)) - fix(nextjs): Fix HMR by inserting new entrypoints at the end ([#​9267](https://togithub.com/getsentry/sentry-javascript/issues/9267)) - fix(nextjs): Fix resolution of request async storage module ([#​9259](https://togithub.com/getsentry/sentry-javascript/issues/9259)) - fix(node-experimental): Guard against missing `fetch` ([#​9275](https://togithub.com/getsentry/sentry-javascript/issues/9275)) - fix(remix): Update `defer` injection logic. ([#​9242](https://togithub.com/getsentry/sentry-javascript/issues/9242)) - fix(tracing-internal): Parameterize express middleware parameters ([#​8668](https://togithub.com/getsentry/sentry-javascript/issues/8668)) - fix(utils): Move Node specific ANR impl. out of utils ([#​9258](https://togithub.com/getsentry/sentry-javascript/issues/9258)) Work in this release contributed by [@​LubomirIgonda1](https://togithub.com/LubomirIgonda1). Thank you for your contribution!
TanStack/query (@​tanstack/eslint-plugin-query) ### [`v5.0.5`](https://togithub.com/TanStack/query/releases/tag/v5.0.5) [Compare Source](https://togithub.com/TanStack/query/compare/v5.0.0...v5.0.5) Version 5.0.5 - 10/23/2023, 1:19 AM ##### Changes ##### Fix - svelte-query: Make `combine` work for createQueries ([#​6222](https://togithub.com/TanStack/query/issues/6222)) ([`b35fe32`](https://togithub.com/TanStack/query/commit/b35fe32f)) by Lachlan Collins ##### Chore - Module resolution bundler ([#​6217](https://togithub.com/TanStack/query/issues/6217)) ([`129f8c9`](https://togithub.com/TanStack/query/commit/129f8c9f)) by Lachlan Collins - Disable vitest globals ([#​6216](https://togithub.com/TanStack/query/issues/6216)) ([`c014ea7`](https://togithub.com/TanStack/query/commit/c014ea7a)) by Lachlan Collins - Update dev dependencies ([#​6215](https://togithub.com/TanStack/query/issues/6215)) ([`b5c74f9`](https://togithub.com/TanStack/query/commit/b5c74f9f)) by Lachlan Collins ##### Docs - repo-header ([`4e2f425`](https://togithub.com/TanStack/query/commit/4e2f4250)) by Dominik Dorfmeister - community projects ([#​6221](https://togithub.com/TanStack/query/issues/6221)) ([`0a0e490`](https://togithub.com/TanStack/query/commit/0a0e490a)) by Dominik Dorfmeister ##### Packages - [@​tanstack/eslint-plugin-query](https://togithub.com/tanstack/eslint-plugin-query)[@​5](https://togithub.com/5).0.5 - [@​tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@​5](https://togithub.com/5).0.5 - [@​tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@​5](https://togithub.com/5).0.5 - [@​tanstack/query-core](https://togithub.com/tanstack/query-core)[@​5](https://togithub.com/5).0.5 - [@​tanstack/query-devtools](https://togithub.com/tanstack/query-devtools)[@​5](https://togithub.com/5).0.5 - [@​tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@​5](https://togithub.com/5).0.5 - [@​tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@​5](https://togithub.com/5).0.5 - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​5](https://togithub.com/5).0.5 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​5](https://togithub.com/5).0.5 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​5](https://togithub.com/5).0.5 - [@​tanstack/react-query-next-experimental](https://togithub.com/tanstack/react-query-next-experimental)[@​5](https://togithub.com/5).0.5 - [@​tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@​5](https://togithub.com/5).0.5 - [@​tanstack/solid-query-devtools](https://togithub.com/tanstack/solid-query-devtools)[@​5](https://togithub.com/5).0.5 - [@​tanstack/solid-query-persist-client](https://togithub.com/tanstack/solid-query-persist-client)[@​5](https://togithub.com/5).0.5 - [@​tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​5](https://togithub.com/5).0.5 - [@​tanstack/svelte-query-devtools](https://togithub.com/tanstack/svelte-query-devtools)[@​5](https://togithub.com/5).0.5 - [@​tanstack/svelte-query-persist-client](https://togithub.com/tanstack/svelte-query-persist-client)[@​5](https://togithub.com/5).0.5 - [@​tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@​5](https://togithub.com/5).0.5 ### [`v5.0.0`](https://togithub.com/TanStack/query/releases/tag/v5.0.0) [Compare Source](https://togithub.com/TanStack/query/compare/v4.36.1...v5.0.0) Version 5.0.0 - 10/17/2023, 12:23 PM #### Changes Read the announcement post here: https://tanstack.com/blog/announcing-tanstack-query-v5 Read the migration guide here: https://tanstack.com/query/v5/docs/react/guides/migrating-to-v5 #### Packages - [@​tanstack/eslint-plugin-query](https://togithub.com/tanstack/eslint-plugin-query)[@​5](https://togithub.com/5).0.0 - [@​tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@​5](https://togithub.com/5).0.0 - [@​tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@​5](https://togithub.com/5).0.0 - [@​tanstack/query-core](https://togithub.com/tanstack/query-core)[@​5](https://togithub.com/5).0.0 - [@​tanstack/query-devtools](https://togithub.com/tanstack/query-devtools)[@​5](https://togithub.com/5).0.0 - [@​tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@​5](https://togithub.com/5).0.0 - [@​tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@​5](https://togithub.com/5).0.0 - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​5](https://togithub.com/5).0.0 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​5](https://togithub.com/5).0.0 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​5](https://togithub.com/5).0.0 - [@​tanstack/react-query-next-experimental](https://togithub.com/tanstack/react-query-next-experimental)[@​5](https://togithub.com/5).0.0 - [@​tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@​5](https://togithub.com/5).0.0 - [@​tanstack/solid-query-devtools](https://togithub.com/tanstack/solid-query-devtools)[@​5](https://togithub.com/5).0.0 - [@​tanstack/solid-query-persist-client](https://togithub.com/tanstack/solid-query-persist-client)[@​5](https://togithub.com/5).0.0 - [@​tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​5](https://togithub.com/5).0.0 - [@​tanstack/svelte-query-devtools](https://togithub.com/tanstack/svelte-query-devtools)[@​5](https://togithub.com/5).0.0 - [@​tanstack/svelte-query-persist-client](https://togithub.com/tanstack/svelte-query-persist-client)[@​5](https://togithub.com/5).0.0 - [@​tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@​5](https://togithub.com/5).0.0
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.8.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#680-2023-10-16) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.5...v6.8.0) ##### Bug Fixes - **eslint-plugin:** \[consistent-type-imports] import assertion checks added ([#​7722](https://togithub.com/typescript-eslint/typescript-eslint/issues/7722)) ([afdae37](https://togithub.com/typescript-eslint/typescript-eslint/commit/afdae3739c68469a488277eb7b7f56f679d6eb20)) - **eslint-plugin:** \[no-shadow] fix static class generics for class expressions ([#​7724](https://togithub.com/typescript-eslint/typescript-eslint/issues/7724)) ([e5ea1d0](https://togithub.com/typescript-eslint/typescript-eslint/commit/e5ea1d05603e6212093de541e5da49f139571454)) - **eslint-plugin:** \[no-unsafe-member-access] report on only the accessed property ([#​7717](https://togithub.com/typescript-eslint/typescript-eslint/issues/7717)) ([f81a2da](https://togithub.com/typescript-eslint/typescript-eslint/commit/f81a2da13529e77d039c5b31b4313a6984ceb964)) - **eslint-plugin:** \[no-useless-empty-export] exempt .d.ts ([#​7718](https://togithub.com/typescript-eslint/typescript-eslint/issues/7718)) ([ac397f1](https://togithub.com/typescript-eslint/typescript-eslint/commit/ac397f18176a9defd8c189b5b6b4e5d0b7582210)) ##### Features - **eslint-plugin:** add new extended rule `prefer-destructuring` ([#​7117](https://togithub.com/typescript-eslint/typescript-eslint/issues/7117)) ([3c6379b](https://togithub.com/typescript-eslint/typescript-eslint/commit/3c6379b7678bcb190ae70d211cb3930c942d17a0)) 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. #### [6.7.5](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.4...v6.7.5) (2023-10-09) ##### Bug Fixes - **eslint-plugin:** \[prefer-string-starts-ends-with] only report slice/substring with correct range ([#​7712](https://togithub.com/typescript-eslint/typescript-eslint/issues/7712)) ([db40a0a](https://togithub.com/typescript-eslint/typescript-eslint/commit/db40a0a83abf14237a7a9b3f75d869da26512292)) 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. #### [6.7.4](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.3...v6.7.4) (2023-10-02) **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. #### [6.7.3](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.2...v6.7.3) (2023-09-25) **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. #### [6.7.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.1...v6.7.2) (2023-09-18) **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. #### [6.7.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.0...v6.7.1) (2023-09-18) **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.8.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#680-2023-10-16) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.5...v6.8.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. #### [6.7.5](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.4...v6.7.5) (2023-10-09) **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. #### [6.7.4](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.3...v6.7.4) (2023-10-02) **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. #### [6.7.3](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.2...v6.7.3) (2023-09-25) **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. #### [6.7.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.1...v6.7.2) (2023-09-18) **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. #### [6.7.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.0...v6.7.1) (2023-09-18) **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.1478.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#214780) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1477.0...v2.1478.0) - feature: AppConfig: Update KmsKeyIdentifier constraints to support AWS KMS multi-Region keys. - feature: AppIntegrations: Updated ScheduleConfig to be an optional input to CreateDataIntegration to support event driven downloading of files from sources such as Amazon s3 using Amazon Connect AppIntegrations. - feature: Connect: This release adds support for updating phone number metadata, such as phone number description. - feature: Discovery: This release introduces three new APIs: StartBatchDeleteConfigurationTask, DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents. - feature: SSM: This release introduces a new API: DeleteOpsItem. This allows deletion of an OpsItem. ### [`v2.1477.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#214770) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1476.0...v2.1477.0) - bugfix: Gamesparks: Deprecate Gamesparks - feature: EC2: Amazon EC2 C7a instances, powered by 4th generation AMD EPYC processors, are ideal for high performance, compute-intensive workloads such as high performance computing. Amazon EC2 R7i instances are next-generation memory optimized and powered by custom 4th Generation Intel Xeon Scalable processors. - feature: ManagedBlockchainQuery: This release adds support for Ethereum Sepolia network - feature: Omics: This change enables customers to retrieve failure reasons with detailed status messages for their failed runs - feature: OpenSearch: Added Cluster Administrative options for node restart, opensearch process restart and opensearch dashboard restart for Multi-AZ without standby domains - feature: QuickSight: This release adds the following: 1) Trino and Starburst Database Connectors 2) Custom total for tables and pivot tables 3) Enable restricted folders 4) Add rolling dates for time equality filters 5) Refine DataPathValue and introduce DataPathType 6) Add SeriesType to ReferenceLineDataConfiguration - feature: ServiceCatalog: Introduce support for EXTERNAL product and provisioning artifact type in CreateProduct and CreateProvisioningArtifact APIs. - feature: VerifiedPermissions: Improving Amazon Verified Permissions Create experience ### [`v2.1476.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#214760) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1475.0...v2.1476.0) - feature: Kendra: Changes for a new feature in Amazon Kendra's Query API to Collapse/Expand query results - feature: RDS: This release adds support for upgrading the storage file system configuration on the DB instance using a blue/green deployment or a read replica. - feature: Wisdom: This release adds an max limit of 25 recommendation ids for NotifyRecommendationsReceived API. ### [`v2.1475.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#214750) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1474.0...v2.1475.0) - feature: CodePipeline: Add retryMode ALL_ACTIONS to RetryStageExecution API that retries a failed stage starting from first action in the stage - feature: Discovery: This release introduces three new APIs: StartBatchDeleteConfigurationTask, DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents. - feature: GlobalAccelerator: Fixed error where ListCustomRoutingEndpointGroups did not have a paginator - feature: GuardDuty: Add domainWithSuffix finding field to dnsRequestAction - feature: Kafka: AWS Managed Streaming for Kafka is launching MSK Replicator, a new feature that enables customers to reliably replicate data across Amazon MSK clusters in same or different AWS regions. You can now use SDK to create, list, describe, delete, update, and manage tags of MSK Replicators. - feature: Route53RecoveryCluster: Adds Owner field to ListRoutingControls API. - feature: Route53RecoveryControlConfig: Adds permissions for GetResourcePolicy to support returning details about AWS Resource Access Manager resource policies for shared resources. ### [`v2.1474.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#214740) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1473.0...v2.1474.0) - feature: CloudFormation: SDK and documentation updates for UpdateReplacePolicy - feature: Drs: Updated exsiting API to allow AWS Elastic Disaster Recovery support of launching recovery into existing EC2 instances. - feature: EntityResolution: This launch expands our matching techniques to include provider-based matching to help customer match, link, and enhance records with minimal data movement. With data service providers, we have removed the need for customers to build bespoke integrations,. - feature: ManagedBlockchainQuery: This release introduces two new APIs: GetAssetContract and ListAssetContracts. This release also adds support for Bitcoin Testnet. - feature: MediaPackageV2: This release allows customers to manage MediaPackage v2 resource using CloudFormation. - feature: OpenSearch: This release allows customers to list and associate optional plugin packages with compatible Amazon OpenSearch Service clusters for enhanced functionality. - feature: Redshift: Added support for managing credentials of provisioned cluster admin using AWS Secrets Manager. - feature: RedshiftServerless: Added support for managing credentials of serverless namespace admin using AWS Secrets Manager. - feature: SESV2: This release provides enhanced visibility into your SES identity verification status. This will offer you more actionable insights, enabling you to promptly address any verification-related issues. - feature: XRay: This releases enhances GetTraceSummaries API to support new TimeRangeType Service to query trace summaries by segment end time.
zloirock/core-js (core-js) ### [`v3.33.1`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3331---20231020) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.33.0...v3.33.1) - Added one more workaround of possible error with `Symbol` polyfill on global object, [#​1289](https://togithub.com/zloirock/core-js/issues/1289#issuecomment-1768411444) - Directly specified `type: commonjs` in `package.json` of all packages to avoid potential breakage in future Node versions, see [this issue](https://togithub.com/nodejs/TSC/issues/1445) - Prevented potential issue with lack of some dependencies after automatic optimization polyfills of some methods in the pure version - Some minor internal fixes and optimizations - Compat data improvements: - [`String.prototype.{ isWellFormed, toWellFormed }`](https://togithub.com/tc39/proposal-is-usv-string) marked as [supported from FF119](https://bugzilla.mozilla.org/show_bug.cgi?id=1850755) - Added React Native 0.73 Hermes compat data, mainly fixes of [some issues](https://togithub.com/facebook/hermes/issues/770) - Added [NodeJS 21.0 compat data mapping](https://nodejs.org/ru/blog/release/v21.0.0)
eslint/eslint (eslint) ### [`v8.52.0`](https://togithub.com/eslint/eslint/releases/tag/v8.52.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.51.0...v8.52.0) #### Features - [`70648ee`](https://togithub.com/eslint/eslint/commit/70648ee49c07f7b533d09f6bf8a5291e5a5a8601) feat: report-unused-disable-directive to report unused eslint-enable ([#​17611](https://togithub.com/eslint/eslint/issues/17611)) (Yosuke

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