Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all dependencies j:cdx-227 #1066

Merged
merged 3 commits into from
Dec 14, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@coveo/atomic (source) 1.124.3 -> 1.126.1 age adoption passing confidence dependencies minor
@coveo/headless (source) 1.112.0 -> 1.114.0 age adoption passing confidence dependencies minor
@coveo/platform-client 37.12.0 -> 37.13.0 age adoption passing confidence dependencies minor
@coveo/platform-client 37.12.0 -> 37.13.0 age adoption passing confidence devDependencies minor
@coveo/semantic-monorepo-tools 1.5.8 -> 1.5.10 age adoption passing confidence devDependencies patch
@mui/material (source) 5.10.17 -> 5.11.0 age adoption passing confidence devDependencies minor
@npmcli/arborist 6.1.4 -> 6.1.5 age adoption passing confidence devDependencies patch
@types/node (source) 18.11.11 -> 18.11.15 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin 5.45.1 -> 5.46.1 age adoption passing confidence devDependencies minor
@typescript-eslint/parser 5.45.1 -> 5.46.1 age adoption passing confidence devDependencies minor
actions/checkout 93ea575 -> 755da8c age adoption passing confidence action digest
actions/setup-python 13ae5bb -> 2c3dd9e age adoption passing confidence action digest
aws-sdk 2.1269.0 -> 2.1274.0 age adoption passing confidence devDependencies minor
devtools-protocol 0.0.1079624 -> 0.0.1082910 age adoption passing confidence dependencies patch
github/codeql-action b2a92eb -> a669cc5 age adoption passing confidence action digest
pacote 15.0.6 -> 15.0.7 age adoption passing confidence devDependencies patch
prettier (source) 2.8.0 -> 2.8.1 age adoption passing confidence devDependencies patch
puppeteer (source) 19.3.0 -> 19.4.0 age adoption passing confidence dependencies minor
react-router-dom 6.4.4 -> 6.4.5 age adoption passing confidence devDependencies patch
supertest 6.3.2 -> 6.3.3 age adoption passing confidence devDependencies patch
typescript (source) 4.9.3 -> 4.9.4 age adoption passing confidence devDependencies patch
typescript (source) 4.9.3 -> 4.9.4 age adoption passing confidence dependencies patch
undici (source) 5.13.0 -> 5.14.0 age adoption passing confidence dependencies minor

Release Notes

coveo/ui-kit (@​coveo/atomic)

v1.126.1

Compare Source

Bug Fixes
  • atomic: replace i18n default escape function with dom purify (#​2606) (be66501)

v1.126.0

Compare Source

Features
  • atomic: add support for min and max for atomic-timeframe-facet (#​2596) (0f34acc)

1.125.1 (2022-12-06)

Bug Fixes

v1.125.1

Compare Source

Bug Fixes

v1.125.0

Compare Source

Features

1.124.3 (2022-12-01)

Note: Version bump only for package @​coveo/atomic

1.124.2 (2022-11-30)

Bug Fixes

1.124.1 (2022-11-28)

Note: Version bump only for package @​coveo/atomic

coveo/ui-kit (@​coveo/headless)

v1.114.0

Compare Source

Features

v1.113.0

Compare Source

Features
  • headless: tab query parameter added to the insight search query (#​2599) (1347597)
coveo/platform-client

v37.13.0

Compare Source

Features
  • maestro: support empty crawling module log requests (#​588) (67b8a93)
coveo/semantic-monorepo-tools

v1.5.10

Compare Source

v1.5.9

Compare Source

mui/material-ui

v5.11.0

Compare Source

Dec 13, 2022

A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:

  • 🔥 @​mnajdova enabled configuration of the sx prop in the theme (#​35150)
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
@mui/material@5.11.0
@mui/icons-material@5.11.0
@mui/system@5.11.0
BREAKING CHANGES
  • [system] Enable configuring the sx prop in the theme (#​35150) @​mnajdova

    The breaking change is regarding an experimental API:

    -import { styled, experimental_sx } from '@​mui/material/styles';
    +import { styled } from '@​mui/material/styles';
    
    -const Component = styled('div)(experimental_sx({ p: 1 }});
    +const Component = styled('div)(({ theme }) => theme.unstable_sx({ p: 1 }});
@mui/joy@5.0.0-alpha.58
@mui/base@5.0.0-alpha.110
@mui/material-next@6.0.0-alpha.66
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​Armanio, @​danilo-leal, @​EduardoSCosta, @​flaviendelangle, @​jesrodri, @​joserodolfofreitas, @​kraftware, @​michaldudak, @​mnajdova, @​oliviertassinari, @​PratikDev, @​samuelsycamore, @​siriwatknp, @​Spanishiwa, @​timbset, @​tsollbach, @​vitorfrs-dev, @​ZeeshanTamboli

npm/cli

v6.1.5

Compare Source

Bug Fixes
Dependencies
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.46.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.46.0

Compare Source

Bug Fixes
  • eslint-plugin: [ban-types] update message to suggest object instead of Record<string, unknown> (#​6079) (d91a5fc)
Features
  • eslint-plugin: [prefer-nullish-coalescing] logic and test for strict null checks (#​6174) (8a91cbd)

5.45.1 (2022-12-05)

Bug Fixes
  • eslint-plugin: [keyword-spacing] unexpected space before/after in import type (#​6095) (98caa92)
  • eslint-plugin: [no-shadow] add call and method signatures to ignoreFunctionTypeParameterNameValueShadow (#​6129) (9d58b6b)
  • eslint-plugin: [prefer-optional-chain] collect MetaProperty type (#​6083) (d7114d3)
  • eslint-plugin: [sort-type-constituents, sort-type-union-intersection-members] handle some required parentheses cases in the fixer (#​6118) (5d49d5d)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.46.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.46.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.45.1 (2022-12-05)

Bug Fixes
  • parser: remove the jsx option requirement for automatic jsx pragma resolution (#​6134) (e777f5e)
aws/aws-sdk-js

v2.1274.0

Compare Source

  • feature: CloudTrail: Merging mainline branch for service model into mainline release branch. There are no new APIs.
  • feature: RDS: This deployment adds ClientPasswordAuthType field to the Auth structure of the DBProxy.

v2.1273.0

Compare Source

  • feature: CustomerProfiles: This release allows custom strings in PartyType and Gender through 2 new attributes in the CreateProfile and UpdateProfile APIs: PartyTypeString and GenderString.
  • feature: EC2: This release updates DescribeFpgaImages to show supported instance types of AFIs in its response.
  • feature: KinesisVideo: This release adds support for public preview of Kinesis Video Stream at Edge enabling customers to provide configuration for the Kinesis Video Stream EdgeAgent running on an on-premise IoT device. Customers can now locally record from cameras and stream videos to the cloud on configured schedule.
  • feature: MigrationHubRefactorSpaces: This release adds support for Lambda alias service endpoints. Lambda alias ARNs can now be passed into CreateService.
  • feature: RDS: Update the RDS API model to support copying option groups during the CopyDBSnapshot operation
  • feature: Rekognition: Adds support for "aliases" and "categories", inclusion and exclusion filters for labels and label categories, and aggregating labels by video segment timestamps for Stored Video Label Detection APIs.
  • feature: SageMakerMetrics: This release introduces support SageMaker Metrics APIs.

v2.1272.0

Compare Source

  • feature: IoTFleetWise: Deprecated assignedValue property for actuators and attributes. Added a message to invalid nodes and invalid decoder manifest exceptions.
  • feature: MediaLive: Link devices now support buffer size (latency) configuration. A higher latency value means a longer delay in transmitting from the device to MediaLive, but improved resiliency. A lower latency value means a shorter delay, but less resiliency.
  • feature: MediaPackageVod: This release provides the approximate number of assets in a packaging group.

v2.1271.0

Compare Source

  • feature: AutoScaling: Adds support for metric math for target tracking scaling policies, saving you the cost and effort of publishing a custom metric to CloudWatch. Also adds support for VPC Lattice by adding the Attach/Detach/DescribeTrafficSources APIs and a new health check type to the CreateAutoScalingGroup API.
  • feature: IoTTwinMaker: This release adds the following new features: 1) New APIs for managing a continuous sync of assets and asset models from AWS IoT SiteWise. 2) Support user friendly names for component types (ComponentTypeName) and properties (DisplayName).
  • feature: MigrationHubStrategy: This release adds known application filtering, server selection for assessments, support for potential recommendations, and indications for configuration and assessment status. For more information, see the AWS Migration Hub documentation at https://docs.aws.amazon.com/migrationhub/index.html

v2.1270.0

Compare Source

  • feature: CloudFront: Introducing UpdateDistributionWithStagingConfig that can be used to promote the staging configuration to the production.
  • feature: CostExplorer: This release adds the LinkedAccountName field to the GetAnomalies API response under RootCause
  • feature: EKS: Adds support for EKS add-ons configurationValues fields and DescribeAddonConfiguration function
ChromeDevTools/devtools-protocol

v0.0.1082910

Compare Source

v0.0.1082281

Compare Source

v0.0.1081726

Compare Source

v0.0.1081314

Compare Source

npm/pacote

v15.0.7

Compare Source

Dependencies
prettier/prettier

v2.8.1

Compare Source

diff

Fix SCSS map in arguments (#​9184 by @​agamkrbit)
// Input
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
  ),
  $display-breakpoints
);

// Prettier 2.8.0
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, " sm
      ")-1})",
  ),
  $display-breakpoints
);

// Prettier 2.8.1
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
  ),
  $display-breakpoints
);
Support auto accessors syntax (#​13919 by @​sosukesuzuki)

Support for Auto Accessors Syntax landed in TypeScript 4.9.

(Doesn't work well with babel-ts parser)

class Foo {
  accessor foo: number = 3;
}
puppeteer/puppeteer

v19.4.0: puppeteer: v19.4.0

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 19.3.0 to 19.4.0
remix-run/react-router

v6.4.5

Compare Source

Patch Changes
  • Updated dependencies:
    • @remix-run/router@1.0.5
    • react-router@6.4.5
visionmedia/supertest

v6.3.3

Compare Source

Microsoft/TypeScript

v4.9.4: TypeScript 4.9.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Changes:

This list of changes was auto generated.

nodejs/undici

v5.14.0

Compare Source

What's Changed
New Contributors

Full Changelog: nodejs/undici@v5.13.0...v5.14.0


Configuration

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

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

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

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


  • If you want to rebase/retry this PR, check this box

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

@github-actions
Copy link
Contributor

github-actions bot commented Dec 9, 2022

Thanks for your contribution @renovate[bot] !
When your pull-request is ready to be merged, check the box below to merge it

  • Merge! :shipit:

@github-actions
Copy link
Contributor

github-actions bot commented Dec 9, 2022

Pull Request Report

PR Title

✅ Title follows the conventional commit spec.

@renovate renovate bot force-pushed the renovate/all branch 11 times, most recently from e3b65e3 to 5953087 Compare December 13, 2022 20:09
@louis-bompart louis-bompart enabled auto-merge (squash) December 13, 2022 20:15
@renovate
Copy link
Contributor Author

renovate bot commented Dec 14, 2022

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.

@louis-bompart louis-bompart merged commit 12533ea into master Dec 14, 2022
@louis-bompart louis-bompart deleted the renovate/all branch December 14, 2022 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant