mozilla / ensemble-transposer

A Node task which reformats and adds metadata to raw data :musical_score: :pen:
https://ensemble-transposer.herokuapp.com/
Mozilla Public License 2.0
11 stars 7 forks source link

Update all dependencies #168

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
aws-sdk dependencies minor 2.625.0 -> 2.631.0
mocha (source) devDependencies minor 7.0.1 -> 7.1.0

Release Notes

aws/aws-sdk-js ### [`v2.631.0`](https://togithub.com/aws/aws-sdk-js/blob/master/CHANGELOG.md#​26310) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.630.0...v2.631.0) - feature: CloudWatch: Introducing Amazon CloudWatch Composite Alarms - feature: ComprehendMedical: New Time Expression feature, part of DetectEntitiesV2 API will provide temporal relations to existing NERe entities such as Medication, Test, Treatment, Procedure and Medical conditions. ### [`v2.630.0`](https://togithub.com/aws/aws-sdk-js/blob/master/CHANGELOG.md#​26300) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.629.0...v2.630.0) - feature: ConfigService: Correcting list of supported resource types. ### [`v2.629.0`](https://togithub.com/aws/aws-sdk-js/blob/master/CHANGELOG.md#​26290) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.628.0...v2.629.0) - feature: AccessAnalyzer: This release includes improvements and fixes bugs for the IAM Access Analyzer feature. - feature: AppMesh: App Mesh now supports Transport Layer Security (TLS) between Virtual Nodes in a Mesh. Customers can use managed certificates from an AWS Certificate Manager Private Certificate Authority or bring their own certificates from the local file system to encrypt traffic between their workloads. See for details. - feature: AugmentedAIRuntime: This release updates Amazon Augmented AI ListHumanLoops API, DescribeHumanLoop response, StartHumanLoop response and type names of SDK fields. - feature: ConfigService: Accepts a structured query language (SQL) SELECT command and an aggregator name, performs the corresponding search on resources aggregated by the aggregator, and returns resource configurations matching the properties. - feature: Glue: AWS Glue adds resource tagging support for Machine Learning Transforms and adds a new API, ListMLTransforms to support tag filtering. With this feature, customers can use tags in AWS Glue to organize and control access to Machine Learning Transforms. - feature: QuickSight: Added SearchDashboards API that allows listing of dashboards that a specific user has access to. ### [`v2.628.0`](https://togithub.com/aws/aws-sdk-js/blob/master/CHANGELOG.md#​26280) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.627.0...v2.628.0) - feature: GlobalAccelerator: This release adds support for adding tags to accelerators and bringing your own IP address to AWS Global Accelerator (BYOIP). - feature: Lightsail: Adds support to create notification contacts in Amazon Lightsail, and to create instance, database, and load balancer metric alarms that notify you based on the value of a metric relative to a threshold that you specify. ### [`v2.627.0`](https://togithub.com/aws/aws-sdk-js/blob/master/CHANGELOG.md#​26270) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.626.0...v2.627.0) - feature: EC2: This release changes the RunInstances CLI and SDK's so that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency. - feature: SageMaker: SageMaker UpdateEndpoint API now supports retained variant properties, e.g., instance count, variant weight. SageMaker ListTrials API filter by TrialComponentName. Make ExperimentConfig name length limits consistent with CreateExperiment, CreateTrial, and CreateTrialComponent APIs. - feature: SecurityHub: Security Hub has added to the DescribeProducts API operation a new response field called IntegrationTypes. The IntegrationTypes field lists the types of actions that a product performs relative to Security Hub such as send findings to Security Hub and receive findings from Security Hub. - feature: TranscribeService: Amazon Transcribe's Automatic Content Redaction feature enables you to automatically redact sensitive personally identifiable information (PII) from transcription results. It replaces each instance of an identified PII utterance with a [PII] tag in the transcript. ### [`v2.626.0`](https://togithub.com/aws/aws-sdk-js/blob/master/CHANGELOG.md#​26260) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.625.0...v2.626.0) - feature: Kafka: Amazon MSK has added support for Broker Log delivery to CloudWatch, S3, and Firehose. - feature: Outposts: This release adds DeleteSite and DeleteOutpost. - feature: SecretsManager: This release increases the maximum allowed size of SecretString or SecretBinary from 10KB to 64KB in the CreateSecret, UpdateSecret, PutSecretValue and GetSecretValue APIs. - feature: StepFunctions: This release adds support for CloudWatch Logs for Standard Workflows.
mochajs/mocha ### [`v7.1.0`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​710--2020-02-26) [Compare Source](https://togithub.com/mochajs/mocha/compare/v7.0.1...v7.1.0) #### :tada: Enhancements [#​4038](https://togithub.com/mochajs/mocha/issues/4038): Add Node.js native ESM support ([**@​giltayar**](https://togithub.com/giltayar)) Mocha supports writing your test files as ES modules: - Node.js only v12.11.0 and above - Node.js below v13.2.0, you must set `--experimental-modules` option - current limitations: please check our [documentation](https://mochajs.org/#nodejs-native-esm-support) - for programmatic usage: see [API: loadFilesAsync()](https://mochajs.org/api/mocha#loadFilesAsync) **Note:** Node.JS native [ECMAScript Modules](https://nodejs.org/api/esm.html) implementation has status: **Stability: 1 - Experimental** #### :bug: Fixes - [#​4181](https://togithub.com/mochajs/mocha/issues/4181): Programmatic API cannot access retried test objects ([**@​juergba**](https://togithub.com/juergba)) - [#​4174](https://togithub.com/mochajs/mocha/issues/4174): Browser: fix `allowUncaught` option ([**@​juergba**](https://togithub.com/juergba)) #### :book: Documentation - [#​4058](https://togithub.com/mochajs/mocha/issues/4058): Manage author list in AUTHORS instead of `package.json` ([**@​outsideris**](https://togithub.com/outsideris)) #### :nut_and_bolt: Other - [#​4138](https://togithub.com/mochajs/mocha/issues/4138): Upgrade ESLint v6.8 ([**@​kaicataldo**](https://togithub.com/kaicataldo))

Renovate configuration

:date: Schedule: "before 3am on Monday" (UTC).

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

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.