Skip to content

👷 Update all non-major dependencies #3046

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

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@mantine/core (source) 7.12.2 -> 7.13.2 age adoption passing confidence dependencies minor
@mantine/hooks (source) 7.12.2 -> 7.13.2 age adoption passing confidence dependencies minor
@tabler/icons-react (source) 3.17.0 -> 3.19.0 age adoption passing confidence devDependencies minor
@types/chrome (source) 0.0.271 -> 0.0.277 age adoption passing confidence devDependencies patch
@types/node (source) 22.5.5 -> 22.7.4 age adoption passing confidence dependencies minor
@types/react (source) 18.3.8 -> 18.3.11 age adoption passing confidence devDependencies patch
@wdio/browserstack-service (source) 8.40.5 -> 8.40.6 age adoption passing confidence devDependencies patch
@wdio/cli (source) 8.40.5 -> 8.40.6 age adoption passing confidence devDependencies patch
@wdio/jasmine-framework (source) 8.40.5 -> 8.40.6 age adoption passing confidence devDependencies patch
@wdio/junit-reporter (source) 8.40.3 -> 8.40.6 age adoption passing confidence devDependencies patch
@wdio/local-runner (source) 8.40.5 -> 8.40.6 age adoption passing confidence devDependencies patch
@wdio/spec-reporter (source) 8.40.3 -> 8.40.6 age adoption passing confidence devDependencies patch
chrome-webstore-upload 3.1.1 -> 3.1.4 age adoption passing confidence devDependencies patch
eslint-module-utils (source) 2.11.0 -> 2.12.0 age adoption passing confidence devDependencies minor
eslint-plugin-import 2.30.0 -> 2.31.0 age adoption passing confidence devDependencies minor
eslint-plugin-jsdoc 50.2.4 -> 50.3.1 age adoption passing confidence devDependencies minor
node (source) 20.17.0 -> 20.18.0 age adoption passing confidence volta minor
node 20.17.0-bookworm-slim -> 20.18.0-bookworm-slim age adoption passing confidence final minor
puppeteer (source) 23.4.0 -> 23.5.0 age adoption passing confidence dependencies minor
puppeteer (source) 23.4.0 -> 23.5.0 age adoption passing confidence devDependencies minor
webdriverio (source) 8.40.5 -> 8.40.6 age adoption passing confidence devDependencies patch
webpack 5.94.0 -> 5.95.0 age adoption passing confidence devDependencies minor

Release Notes

mantinedev/mantine (@​mantine/core)

v7.13.2

Compare Source

What's Changed
  • [@mantine/dates] DateInput: Fix onClick handler passed to getDayProps not being called
  • [@mantine/core] Badge: Fix incorrect cursor styles
  • [@mantine/core] FileInput: Add resetRef prop support
  • [@mantine/core] Popover: Fix onClose function being called twice with controlled state
  • [@mantine/spotlight] Fix selected index not being reset when the spotlight is closed (#​6842)
  • [@mantine/core] Popover: Improve performance of scrolling when large number of closed Popovers are rendered on the same page (#​6771)
  • [@mantine/core] Pagination: Fix getItemProps not being able to override control children prop (#​6789)
  • [@mantine/core] ScrollArea: Fix onBottomReached not being called if the viewport has decimal px height value (#​6792)
  • [@mantine/hooks] use-in-viewport: Fix hook not reacting to node changes (#​6926)
  • [@mantine/core] NumberInput: Fix incorrect handling of decimal numbers with more than 15 decimal places (#​6823)
  • [@mantine/core] Slider: Fix marks not being aligned correctly (#​6909)
  • [@mantine/hooks] use-fullscreen: Fix target node changes being ignored (#​6923)
  • [@mantine/core] Badge: Fix incorrect sections alignment for variant="dot"
  • [@mantine/core] TagsInput: Fix incorrect logic of removing duplicate tags (#​6922)
  • [@mantine/core] AppShell: Fix error when Suspense is rendered inside AppShell (#​6927)
  • [@mantine/core] Menu: Fix onKeyDown prop not working in Menu.Dropdown component (#​6910)
New Contributors

Full Changelog: mantinedev/mantine@7.13.1...7.13.2

v7.13.1

Compare Source

What's Changed
  • [@mantine/chart] PieChart: Remove unused CSS (#​6903)
  • [@mantine/core] Menu: Fix onKeyDown not working when passed to Menu.Item (#​6906)
  • [@mantine/core] TagsInput: Fix duplicated tags being deleted when one of tags with the same value is deleted (#​6907)
  • [@mantine/dates] Fix hidden input value not respecting specified timezone (#​6881)
  • [@mantine/hooks] use-hover: Fix events not being reattached when the target node changes (#​6782)
  • [@mantine/colors-generator] Update chroma-js version to support the latest version (#​6879)
  • [@mantine/core] PinInput: Fix incorrect Backspace key handling on the first input (#​6880)
  • [@mantine/hooks] use-state-history: Add reset handler support (#​6769)
  • [@mantine/core] ScrollArea: Fix onTopReached prop not being passed down in ScrollArea.Autosize component (#​6747)
  • [@mantine/chart] Fix incorrect types for props passed down to recharts components (#​6820)
  • [@mantine/form] Fix indices over 9 not working in form paths in some cases (#​6794)
  • [@mantine/chart] BarChart: Fix BarLabel logging errors in the console (#​6810)
  • [@mantine/chart] Fix error when chart tooltip label contains period (#​6826)
  • [@mantine/core] Title: Add option to use Text font-size and line-height values with size prop (#​6833)
  • [@mantine/date] Calendar: Fix nextLabel and previousLabel props not working (#​6847)
  • [@mantine/core] Fix 2xl and other similar values being treated as CSS value instead of theme value (#​6855)
  • [@mantine/core] Breadcrumbs: Fix component with large number of values not wrapping on small screens (#​6863)
  • [@mantine/core] Table: Fix thead being overlayed to td in some cases (#​6860)
New Contributors

Full Changelog: mantinedev/mantine@7.13.0...7.13.1

v7.13.0: 🎇

Compare Source

View changelog with demos on mantine.dev website

Container queries support in Grid

You can now use container queries
in Grid component. With container queries, all responsive values
are adjusted based on the container width, not the viewport width.

Example of using container queries. To see how the grid changes, resize the root element
of the demo with the resize handle located at the bottom right corner of the demo:

import { Grid } from '@​mantine/core';

function Demo() {
  return (
    // Wrapper div is added for demonstration purposes only,
    // it is not required in real projects
    <div style={{ resize: 'horizontal', overflow: 'hidden', maxWidth: '100%' }}>
      <Grid
        type="container"
        breakpoints={{ xs: '100px', sm: '200px', md: '300px', lg: '400px', xl: '500px' }}
      >
        <Col span={{ base: 12, md: 6, lg: 3 }}>1</Col>
        <Col span={{ base: 12, md: 6, lg: 3 }}>2</Col>
        <Col span={{ base: 12, md: 6, lg: 3 }}>3</Col>
        <Col span={{ base: 12, md: 6, lg: 3 }}>4</Col>
      </Grid>
    </div>
  );
}

CompositeChart component

New CompositeChart component allows using Line, Area and Bar charts together in a single chart:

import { CompositeChart } from '@&#8203;mantine/charts';
import { data } from './data';

function Demo() {
  return (
    <CompositeChart
      h={300}
      data={data}
      dataKey="date"
      unit="$"
      maxBarWidth={30}
      series={[
        { name: 'Tomatoes', color: 'rgba(18, 120, 255, 0.2)', type: 'bar' },
        { name: 'Apples', color: 'red.8', type: 'line' },
        { name: 'Oranges', color: 'yellow.8', type: 'area' },
      ]}
    />
  );
}

Points labels

LineChart and AreaChart now support withPointLabels prop to display labels on data points:

import { LineChart } from '@&#8203;mantine/charts';
import { data } from './data';

function Demo() {
  return (
    <LineChart
      h={300}
      data={data}
      dataKey="date"
      withLegend
      withPointLabels
      series={[
        { name: 'Apples', color: 'indigo.6' },
        { name: 'Oranges', color: 'blue.6' },
      ]}
    />
  );
}

ScatterChart also supports point labels, but also allows to control which axis should display labels with pointLabels prop:

import { ScatterChart } from '@&#8203;mantine/charts';
import { data } from './data';

function Demo() {
  return (
    <ScatterChart
      h={350}
      data={data}
      dataKey={{ x: 'age', y: 'BMI' }}
      xAxisLabel="Age"
      yAxisLabel="BMI"
      pointLabels="x"
    />
  );
}

BarChart: Mixed stacks

You can now control how BarChart series are stacked by setting stackId property in series object:

import { BarChart } from '@&#8203;mantine/charts';
import { data } from './data';

function Demo() {
  return (
    <BarChart
      h={300}
      data={data}
      dataKey="month"
      series={[
        { name: 'Smartphones', color: 'violet.6', stackId: 'a' },
        { name: 'Laptops', color: 'blue.6', stackId: 'b' },
        { name: 'Tablets', color: 'teal.6', stackId: 'b' },
      ]}
    />
  );
}

BarChart: Minimum bar size

BarChart now supports minBarSize prop to set the minimum size of the bar in px:

import { BarChart } from '@&#8203;mantine/charts';
import { data } from './data';

function Demo() {
  return (
    <BarChart
      h={300}
      data={data}
      dataKey="month"
      withLegend
      series={[
        { name: 'Smartphones', color: 'violet.6' },
        { name: 'Laptops', color: 'blue.6' },
        { name: 'Tablets', color: 'teal.6' },
      ]}
    />
  );
}

Help Center updates

Other changes

  • New demo has been added to Chip component with an example of how to deselect radio chip
  • BarChart now supports maxBarWidth prop to set the maximum width of each bar in px
tabler/tabler-icons (@​tabler/icons-react)

v3.19.0: Release 3.19.0

Compare Source

18 new icons:
  • filled/favicon
  • filled/icons
  • filled/ironing-1
  • filled/ironing-2
  • filled/ironing-3
  • filled/ironing-steam
  • filled/sitemap
  • outline/arrow-down-dashed
  • outline/arrow-left-dashed
  • outline/arrow-narrow-down-dashed
  • outline/arrow-narrow-left-dashed
  • outline/arrow-narrow-right-dashed
  • outline/arrow-narrow-up-dashed
  • outline/arrow-right-dashed
  • outline/arrow-up-dashed
  • outline/building-cog
  • outline/building-minus
  • outline/building-plus

Fixed icon: outline/sitemap

Improvements
Fixes

v3.18.0: Release 3.18.0

Compare Source

18 new icons:
  • outline/joker
  • outline/number-10
  • outline/number-11
  • outline/play-card-1
  • outline/play-card-10
  • outline/play-card-2
  • outline/play-card-3
  • outline/play-card-4
  • outline/play-card-5
  • outline/play-card-6
  • outline/play-card-7
  • outline/play-card-8
  • outline/play-card-9
  • outline/play-card-a
  • outline/play-card-j
  • outline/play-card-k
  • outline/play-card-q
  • outline/play-card-star
webdriverio/webdriverio (@​wdio/browserstack-service)

v8.40.6

Compare Source

v8.40.6 (2024-10-02)
🐛 Bug Fix
💅 Polish
Committers: 5
fregante/chrome-webstore-upload (chrome-webstore-upload)

v3.1.4

Compare Source

v3.1.3

Compare Source

v3.1.2

Compare Source

import-js/eslint-plugin-import (eslint-module-utils)

v2.12.0

Compare Source

Added

v2.11.1

Compare Source

Fixed
import-js/eslint-plugin-import (eslint-plugin-import)

v2.31.0

Compare Source

Added
Fixed
Changed
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v50.3.1

Compare Source

Bug Fixes

v50.3.0

Compare Source

Features
  • require-param: add ignoreWhenAllParamsMissing option; fixes #​1317 (3b18435)

v50.2.5

Compare Source

Bug Fixes
  • require-jsdoc: allow TSTypeAliasDeclaration to be detected for export; fixes #​1319 (909de73)
  • force release (6970456)
  • force release (20e0805)
  • update semantic-release (baaf8c3)
  • update semantic-release/github (8e565e0)
nodejs/node (node)

v20.18.0: 2024-10-03, Version 20.18.0 'Iron' (LTS), @​targos

Compare Source

Notable Changes
Experimental Network Inspection Support in Node.js

This update introduces the initial support for network inspection in Node.js.
Currently, this is an experimental feature, so you need to enable it using the --experimental-network-inspection flag.
With this feature enabled, you can inspect network activities occurring within a JavaScript application.

To use network inspection, start your Node.js application with the following command:

$ node --inspect-wait --experimental-network-inspection index.js

Please note that the network inspection capabilities are in active development.
We are actively working on enhancing this feature and will continue to expand its functionality in future updates.

Contributed by Kohei Ueno in #​53593 and #​54246

Exposes X509_V_FLAG_PARTIAL_CHAIN to tls.createSecureContext

This releases introduces a new option to the API tls.createSecureContext. From
now on, tls.createSecureContext({ allowPartialTrustChain: true }) can be used
to treat intermediate (non-self-signed) certificates in the trust CA certificate
list as trusted.

Contributed by Anna Henningsen in #​54790

New option for vm.createContext() to create a context with a freezable globalThis

Node.js implements a flavor of vm.createContext() and friends that creates a context without contextifying its global
object when vm.constants.DONT_CONTEXTIFY is used. This is suitable when users want to freeze the context
(impossible when the global is contextified i.e. has interceptors installed) or speed up the global access if they
don't need the interceptor behavior.

Contributed by Joyee Cheung in #​54394

Deprecations
  • [64aa31f6e5] - repl: doc-deprecate instantiating node:repl classes without new (Aviv Keller) #​54842
  • [4c52ee3d7f] - zlib: deprecate instantiating classes without new (Yagiz Nizipli) #​54708
Other Notable Changes
Commits

Configuration

📅 Schedule: Branch creation - "every weekend" (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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner September 28, 2024 00:38
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 28, 2024
@codecov-commenter
Copy link

codecov-commenter commented Sep 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.66%. Comparing base (e7fa112) to head (0d950e0).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3046      +/-   ##
==========================================
+ Coverage   93.46%   93.66%   +0.19%     
==========================================
  Files         275      275              
  Lines        7610     7610              
  Branches     1707     1707              
==========================================
+ Hits         7113     7128      +15     
+ Misses        497      482      -15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

cit-pr-commenter bot commented Sep 28, 2024

Bundles Sizes Evolution

📦 Bundle Name Base Size Local Size 𝚫 𝚫% Status
Rum 160.95 KiB 160.95 KiB 0 B 0.00%
Logs 56.00 KiB 56.00 KiB 0 B 0.00%
Rum Slim 109.53 KiB 109.53 KiB 0 B 0.00%
Worker 25.21 KiB 25.21 KiB 0 B 0.00%
🚀 CPU Performance
Action Name Base Average Cpu Time (ms) Local Average Cpu Time (ms) 𝚫
addglobalcontext 0.001 0.002 0.000
addaction 0.031 0.038 0.007
addtiming 0.001 0.001 0.000
adderror 0.034 0.037 0.003
startstopsessionreplayrecording 0.895 0.974 0.079
startview 0.973 1.126 0.154
logmessage 0.023 0.021 -0.002
🧠 Memory Performance
Action Name Base Consumption Memory (bytes) Local Consumption Memory (bytes) 𝚫 (bytes)
addglobalcontext 7.26 KiB 8.69 KiB 1.43 KiB
addaction 39.20 KiB 39.21 KiB 12 B
addtiming 5.91 KiB 7.62 KiB 1.71 KiB
adderror 42.40 KiB 44.63 KiB 2.23 KiB
startstopsessionreplayrecording 4.40 KiB 5.86 KiB 1.46 KiB
startview 462.24 KiB 465.96 KiB 3.73 KiB
logmessage 39.02 KiB 41.74 KiB 2.72 KiB

🔗 RealWorld

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 8fe66b0 to 061f90d Compare October 4, 2024 18:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 061f90d to 0d950e0 Compare October 4, 2024 22:04
Copy link
Member

@BenoitZugmeyer BenoitZugmeyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although Node.js has been updated and the base Docker image changed, let's skip image version bump because I want to do it in #3049

@BenoitZugmeyer BenoitZugmeyer merged commit 0701b4f into main Oct 7, 2024
19 checks passed
@BenoitZugmeyer BenoitZugmeyer deleted the renovate/all-minor-patch branch October 7, 2024 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants