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

chore(deps): update all non-major dependencies #3843

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) 19.3.0 -> 19.4.0 age adoption passing confidence devDependencies minor
@mantine/carousel (source) 7.12.0 -> 7.12.1 age adoption passing confidence devDependencies patch
@mantine/code-highlight (source) 7.12.0 -> 7.12.1 age adoption passing confidence dependencies patch
@mantine/code-highlight (source) 7.12.0 -> 7.12.1 age adoption passing confidence devDependencies patch
@mantine/core (source) 7.12.0 -> 7.12.1 age adoption passing confidence dependencies patch
@mantine/core (source) 7.12.0 -> 7.12.1 age adoption passing confidence devDependencies patch
@mantine/dates (source) 7.12.0 -> 7.12.1 age adoption passing confidence dependencies patch
@mantine/dates (source) 7.12.0 -> 7.12.1 age adoption passing confidence devDependencies patch
@mantine/form (source) 7.12.0 -> 7.12.1 age adoption passing confidence dependencies patch
@mantine/form (source) 7.12.0 -> 7.12.1 age adoption passing confidence devDependencies patch
@mantine/hooks (source) 7.12.0 -> 7.12.1 age adoption passing confidence dependencies patch
@mantine/hooks (source) 7.12.0 -> 7.12.1 age adoption passing confidence devDependencies patch
@mantine/modals (source) 7.12.0 -> 7.12.1 age adoption passing confidence dependencies patch
@mantine/modals (source) 7.12.0 -> 7.12.1 age adoption passing confidence devDependencies patch
@mantine/notifications (source) 7.12.0 -> 7.12.1 age adoption passing confidence dependencies patch
@mantine/notifications (source) 7.12.0 -> 7.12.1 age adoption passing confidence devDependencies patch
@swc/core (source) 1.7.6 -> 1.7.10 age adoption passing confidence devDependencies patch
@tabler/icons-react (source) 3.11.0 -> 3.12.0 age adoption passing confidence dependencies minor
@types/node (source) 20.14.14 -> 20.14.15 age adoption passing confidence devDependencies patch
actions/upload-artifact v4.3.5 -> v4.3.6 age adoption passing confidence action patch
aws-sdk 2.1668.0 -> 2.1673.0 age adoption passing confidence devDependencies minor
eslint (source) 9.8.0 -> 9.9.0 age adoption passing confidence devDependencies minor
eslint-plugin-testing-library 6.2.2 -> 6.3.0 age adoption passing confidence devDependencies minor
eslint-plugin-unused-imports 4.0.1 -> 4.1.3 age adoption passing confidence devDependencies minor
github/codeql-action v3.25.15 -> v3.26.0 age adoption passing confidence action minor
lint-staged 15.2.8 -> 15.2.9 age adoption passing confidence devDependencies patch
postcss (source) 8.4.40 -> 8.4.41 age adoption passing confidence devDependencies patch
step-security/harden-runner v2.9.0 -> v2.9.1 age adoption passing confidence action patch
turbo (source) 2.0.11 -> 2.0.12 age adoption passing confidence devDependencies patch
typescript-eslint (source) 8.0.1 -> 8.1.0 age adoption passing confidence devDependencies minor
vite (source) 5.3.5 -> 5.4.0 age adoption passing confidence devDependencies minor

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.4.0

Compare Source

Features
mantinedev/mantine (@​mantine/carousel)

v7.12.1

Compare Source

What's Changed

  • [@mantine/dates] DateInput: Fix default date being set to the current date when minDate is set to the future (#​6646)
  • [@mantine/core] ScrollArea: Fix incorrect thumb::before styles
  • [@mantine/core] Fix incorrect active styles of buttons used inside disabled fieldset
  • [@mantine/form] Fix form.watch callbacks not being fired when form.initialize is called (#​6639)
  • [@mantine/core] Switch: Fix Switch shrinking when large label or description is used (#​6531)
  • [@mantine/core] Combobox: Fix Combobox.Search overflow when ScrollArea is used in the dropdown (#​6562)
  • [@mantine/core] Accordion: Add missing withProps function (#​6564)
  • [@mantine/core] Pill: Fix remove icon overflowing pill container if its background color was changed with Styles API (#​6565)
  • [@mantine/core] PinInput: Allow passing props to individual input elements depending on index with getInputProps (#​6588)
  • [@mantine/charts]: Fix LineChart Legend and Tooltip to support nested names (#​6536)
  • [@mantine/core] Tooltip: Add missing Tooltip.Group.extend function (#​6576)
  • [@mantine/spotlight] Fix limit prop not working correctly with actions groups (#​6632)
  • [@mantine/core] Badge: Fix text overflow not being handled correctly (#​6629)
  • [@mantine/core] SegmentedControl: Add data-disabled attribute to the root element to simplify styling with Styles API (#​6625)
  • [@mantine/core] SegmentedControl: Fix initial position of indicator being broken when the component is used inside other element that has transitions on mount (#​6622)
  • [@mantine/core] TagsInput: Fix onKeyDown prop not working (#​6569)
  • [@mantine/charts] PieChart: Fix valueFormatter not working on outside labels (#​6616)
  • [@mantine/core] Popover: Fix apply function of size middleware not being handled correctly (#​6598)
  • [@mantine/core] Chip: Fix incorrect checked padding for size="xl" (#​6586)
  • [@mantine/dates] TimeInput: Fix incorrect focus styles of am/pm input (#​6579)
  • [@mantine/hook] use-os: Fix incorrect iPadOS detection (#​6535)
  • [@mantine/core] DatePickerInput: Fix incorrect aria-label being set on the input element (#​6530)
  • [@mantine/core] Menu: Fix incorrect Escape key handling inside Modal (#​6580)

New Contributors

Full Changelog: mantinedev/mantine@7.12.0...7.12.1

mantinedev/mantine (@​mantine/core)

v7.12.1

Compare Source

mantinedev/mantine (@​mantine/dates)

v7.12.1

Compare Source

mantinedev/mantine (@​mantine/hooks)

v7.12.1

Compare Source

mantinedev/mantine (@​mantine/notifications)

v7.12.1

Compare Source

swc-project/swc (@​swc/core)

v1.7.10

Compare Source

Bug Fixes
  • (es/typescript) Strip optional mark and definite mark (#​9411) (8c161a0)

  • (es/typescript) Strip exported default overload function declaration (#​9412) (b395f48)

  • (es/typescript) Strip this param in getter/setter (#​9414) (442fb7b)

  • (es/typescript) Update ts-strip type definition (#​9415) (165c8fa)

v1.7.9

Compare Source

Bug Fixes
tabler/tabler-icons (@​tabler/icons-react)

v3.12.0: Release 3.12.0

Compare Source

18 new icons:
  • outline/arrows-transfer-up-down
  • outline/brand-amie
  • outline/brand-bebo
  • outline/building-airport
  • outline/camera-ai
  • outline/camera-bitcoin
  • outline/camera-moon
  • outline/chart-column
  • outline/chart-covariate
  • outline/congruent-to
  • outline/diaper
  • outline/file-ai
  • outline/file-bitcoin
  • outline/lock-password
  • outline/phone-done
  • outline/phone-end
  • outline/phone-ringing
  • outline/stopwatch

Fixed icons: outline/bolt-off, outline/bolt, outline/phone-outgoing, outline/phone-pause

actions/upload-artifact (actions/upload-artifact)

v4.3.6

Compare Source

aws/aws-sdk-js (aws-sdk)

v2.1673.0

Compare Source

  • feature: ConfigService: Documentation update for the OrganizationConfigRuleName regex pattern.
  • feature: EC2: This release adds new capabilities to manage On-Demand Capacity Reservations including the ability to split your reservation, move capacity between reservations, and modify the instance eligibility of your reservation.
  • feature: EKS: Added support for new AL2023 GPU AMIs to the supported AMITypes.
  • feature: MediaLive: AWS Elemental MediaLive now supports now supports editing the PID values for a Multiplex.
  • feature: SageMaker: Releasing large data support as part of CreateAutoMLJobV2 in SageMaker Autopilot and CreateDomain API for SageMaker Canvas.

v2.1672.0

Compare Source

  • feature: Connect: This release supports adding RoutingCriteria via UpdateContactRoutingData public API.

v2.1671.0

Compare Source

  • feature: CognitoIdentityServiceProvider: Added support for threat protection for custom authentication in Amazon Cognito user pools.
  • feature: Connect: This release fixes a regression in number of access control tags that are allowed to be added to a security profile in Amazon Connect. You can now add up to four access control tags on a single security profile.
  • feature: EC2: Launch of private IPv6 addressing for VPCs and Subnets. VPC IPAM supports the planning and monitoring of private IPv6 usage.
  • feature: Glue: This release adds support to retrieve the validation status when creating or updating Glue Data Catalog Views. Also added is support for BasicCatalogTarget partition keys.

v2.1670.0

Compare Source

  • feature: AppIntegrations: Updated CreateDataIntegration and CreateDataIntegrationAssociation API to support bulk data export from Amazon Connect Customer Profiles to the customer S3 bucket.
  • feature: Glue: Introducing AWS Glue Data Quality anomaly detection, a new functionality that uses ML-based solutions to detect data anomalies users have not explicitly defined rules for.

v2.1669.0

Compare Source

  • feature: BedrockAgentRuntime: Introduce model invocation output traces for orchestration traces, which contain the model's raw response and usage.
  • feature: CognitoIdentityServiceProvider: Advanced security feature updates to include password history and log export for Cognito user pools.
  • feature: CostOptimizationHub: This release adds savings percentage support to the ListRecommendationSummaries API.
  • feature: WorkSpaces: Added support for BYOL_GRAPHICS_G4DN_WSP IngestionProcess
eslint/eslint (eslint)

v9.9.0

Compare Source

Features

  • 41d0206 feat: Add support for TS config files (#​18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#​18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#​18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#​18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#​18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#​18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#​18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

testing-library/eslint-plugin-testing-library (eslint-plugin-testing-library)

v6.3.0

Compare Source

sweepline/eslint-plugin-unused-imports (eslint-plugin-unused-imports)

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

github/codeql-action (github/codeql-action)

v3.26.0

Compare Source

lint-staged/lint-staged (lint-staged)

v15.2.9

Compare Source

Patch Changes
  • #​1463 b69ce2d Thanks @​iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning MaxListenersExceededWarning: Possible EventEmitter memory leak detected.
postcss/postcss (postcss)

v8.4.41

Compare Source

step-security/harden-runner (step-security/harden-runner)

v2.9.1

Compare Source

What's Changed

Release v2.9.1 by @​h0x0er and @​varunsh-coder in #​440
This release includes two changes:

  1. Updated markdown displayed in the job summary by the Harden-Runner Action.
  2. Fixed a bug affecting Enterprise Tier customers where the agent attempted to upload telemetry for jobs with disable-telemetry set to true. No telemetry was uploaded as the endpoint was not in the allowed list.

Full Changelog: step-security/harden-runner@v2...v2.9.1

vercel/turbo (turbo)

v2.0.12

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.1.0

Compare Source

🚀 Features
  • typescript-eslint: add JSDoc comments on generated configs
❤️ Thank You
  • Aly Thobani
  • Brad Zacher
  • James
  • Josh Goldberg ✨
  • Joshua Chen
  • Olivier Zalmanski
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

vitejs/vite (vite)

v5.4.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team August 5, 2024 23:16
@renovate renovate bot enabled auto-merge (rebase) August 5, 2024 23:16
@renovate renovate bot requested review from toofff and gdostie and removed request for a team August 5, 2024 23:16
Copy link

github-actions bot commented Aug 5, 2024

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 59f0fdf to e267f6e Compare August 6, 2024 00:46
@renovate renovate bot changed the title chore(deps): update step-security/harden-runner action to v2.9.1 chore(deps): update all non-major dependencies Aug 6, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 20 times, most recently from a49f842 to 80c3b89 Compare August 13, 2024 07:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 80c3b89 to df9a575 Compare August 13, 2024 16:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from df9a575 to 6742fd2 Compare August 13, 2024 16:32
@renovate renovate bot merged commit 9d43154 into master Aug 13, 2024
6 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch August 13, 2024 16:35
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.

1 participant