Skip to content

👷 Update all non-major dependencies#2567

Merged
BenoitZugmeyer merged 4 commits intomainfrom
renovate/all-minor-patch
Jan 24, 2024
Merged

👷 Update all non-major dependencies#2567
BenoitZugmeyer merged 4 commits intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mantine/core (source) 7.4.0 -> 7.4.2 age adoption passing confidence
@mantine/hooks (source) 7.4.0 -> 7.4.2 age adoption passing confidence
@tabler/icons-react (source) 2.45.0 -> 2.46.0 age adoption passing confidence
@types/chrome (source) 0.0.256 -> 0.0.258 age adoption passing confidence
@types/node (source) 18.19.5 -> 18.19.9 age adoption passing confidence
@types/react (source) 18.2.47 -> 18.2.48 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.18.0 -> 6.19.1 age adoption passing confidence
@typescript-eslint/parser (source) 6.18.0 -> 6.19.1 age adoption passing confidence
@wdio/browserstack-service (source) 8.27.1 -> 8.29.0 age adoption passing confidence
@wdio/cli (source) 8.27.1 -> 8.29.0 age adoption passing confidence
@wdio/jasmine-framework (source) 8.27.0 -> 8.29.0 age adoption passing confidence
@wdio/junit-reporter (source) 8.27.0 -> 8.29.0 age adoption passing confidence
@wdio/local-runner (source) 8.27.0 -> 8.29.0 age adoption passing confidence
@wdio/spec-reporter (source) 8.27.0 -> 8.29.0 age adoption passing confidence
chrome-webstore-upload 3.0.2 -> 3.0.3 age adoption passing confidence
css-loader 6.8.1 -> 6.9.1 age adoption passing confidence
prettier (source) 3.1.1 -> 3.2.4 age adoption passing confidence
style-loader 3.3.3 -> 3.3.4 age adoption passing confidence
webdriverio (source) 8.27.0 -> 8.29.0 age adoption passing confidence

Release Notes

mantinedev/mantine (@​mantine/core)

v7.4.2

Compare Source

What's Changed

  • [@mantine/modals] Fix onClose throwing error if trapFocus: false is passed to one of the modals (#​5577)
  • [@mantine/dates] Add missing placeholder styles api selector to DatePickerInput, MonthPickerInput and YearPickerInput components
  • [@mantine/tiptap] Fix incorrect disabled controls in dark color scheme
  • [@mantine/core] MultiSelect: Fix combobox.closeDropdown() called twice in onBlur method
  • [@mantine/tiptap] Fix incorrect peer dependencies
  • [@mantine/core] Fix incorrect colors resolving logic for bg style prop
  • [@mantine/core] Remove global height styles from body and html
  • [@mantine/hooks] use-media-query: Fix getInitialValueInEffect not working correctly when initial value is provided (#​5575, #​5549)
  • [@mantine/core] Divider: Change default colors to match other components (#​5480)
  • [@mantine/core] Fix incorrect forceColorScheme={undefined} handling (#​4959)
  • [@mantine/core] Menu: Remove duplicated static class on the dropdown element (#​5537)
  • [@mantine/core] Add / support for rgba calculations (#​5544)

New Contributors

Full Changelog: mantinedev/mantine@7.4.1...7.4.2

v7.4.1

Compare Source

What's Changed

  • [@mantine/core] Combobox: Fix numpad enter not working (#​5526)
  • [@mantine/core] Combobox: Fix onClose prop not working (#​5509)
  • [@mantine/core] AppShell: Fix header height 0 not working (#​5514)
  • [@mantine/core] ColorPicker: Fix incorrect background gradient in AlphaSlider (#​5518)
  • [@mantine/core] Indicator: Fix autoContrast being passed to the dom node as attribute (#​5508)
  • [@mantine/core] NumberInput: Fix allowLeadingZeros prop not working
  • [@mantine/core] NumberInput: Fix incorrect controls border color in disabled state
  • [@mantine/core] NumberInput: Fix incorrect -0.0, -0.00, -0.000 ... inputs handling
  • [@mantine/core] Popover: Improve width prop type
  • [@mantine/core] Improve types of data prop in Autocomplete and TagsInput components
  • [@mantine/core] MultiSelect: Fix required prop not displaying required asterisk
  • [@mantine/hooks] use-scroll-into-view: Improve types (#​5426)
  • [@mantine/core] MultiSelect: Fix incorrect pointer-events style on the right section (#​5472)
  • [@mantine/core] Fix breakpoints defined in px being transformed into em when visibleFrom and hiddenFrom props are used (#​5457)
  • [@mantine/core] Rating: Improve size type (#​5470)
  • [@mantine/core] ScrollArea: Fix ScrollArea.Autosize working incorrectly with some tables (#​5481)
  • [@mantine/core] NumberInput: Add support for numbers that are larger than Number.MAX_SAFE_INTEGER (#​5471)
  • [@mantine/core] Combobox: Fix readonly data array not being supported (#​5477)
  • [@mantine/charts] Fix incorrect y-axis styles in RTL (#​5505)

New Contributors

Full Changelog: mantinedev/mantine@7.4.0...7.4.1

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

v2.46.0: Release 2.46.0

Compare Source

18 new icons:
  • arrow-down-from-arc
  • arrow-down-to-arc
  • arrow-left-from-arc
  • arrow-left-to-arc
  • arrow-right-from-arc
  • arrow-right-to-arc
  • arrow-up-from-arc
  • arrow-up-to-arc
  • avocado
  • badge-ad-off
  • bowl-chopsticks
  • bowl-spoon
  • chart-scatter-3d
  • chart-scatter
  • sort-ascending-shapes
  • sort-ascending-small-big
  • sort-deacending-small-big
  • sort-descending-shapes

Fixed icons: circle-dashed-percentage, circle-percentage, square-percentage, square-rounded-percentage

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

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

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.19.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v6.19.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v6.18.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

webdriverio/webdriverio (@​wdio/browserstack-service)

v8.29.0

Compare Source

🚀 New Feature
Committers: 1

v8.28.8

Compare Source

🐛 Bug Fix
📝 Documentation
Committers: 3

v8.28.6

Compare Source

🐛 Bug Fix
Committers: 1

v8.28.4

Compare Source

🐛 Bug Fix
💅 Polish
Committers: 2

v8.28.0

Compare Source

🚀 New Feature
🐛 Bug Fix
💅 Polish
📝 Documentation
Committers: 6

v8.27.2

Compare Source

🚀 New Feature
🐛 Bug Fix
💅 Polish
📝 Documentation
Committers: 6
fregante/chrome-webstore-upload (chrome-webstore-upload)

v3.0.3

Compare Source

  • Throw error if server responds with non-OK HTTP status (#​82) d8d7365
webpack-contrib/css-loader (css-loader)

v6.9.1

Compare Source

v6.9.0

Compare Source

Features
Bug Fixes
6.8.1 (2023-05-28)
Bug Fixes
prettier/prettier (prettier)

v3.2.4

Compare Source

diff

Fix incorrect parser inference (#​15947 by @​fisker)

Files like .eslintrc.json were incorrectly formatted as JSONC files.

// Input
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "jsonc" }

// Prettier 3.2.4
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "json" }

v3.2.3

Compare Source

diff

Throw errors for invalid code (#​15881 by @​fisker, @​Josh-Cena, @​auvred)
// Input
1++;

// Prettier 3.2.2
1++;

// Prettier 3.2.3
SyntaxError: Invalid left-hand side expression in unary operation (1:1)
> 1 | 1++;
    | ^
// Input
try {} catch (error = 1){}

// Prettier 3.2.2
try {
} catch (error) {}

// Prettier 3.2.3
SyntaxError: Catch clause variable cannot have an initializer. (1:23)
> 1 | try {} catch (error = 1){}
    |                       ^
Fix parser inference (#​15927 by @​fisker)
// Prettier 3.2.2
prettier --file-info tsconfig.json
{ "ignored": false, "inferredParser": "json" }

// Prettier 3.2.3
prettier --file-info tsconfig.json
{ "ignored": false, "inferredParser": "jsonc" }

v3.2.2

Compare Source

diff

Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#​15896 by @​eelco)

For example this code would crash before:

<style {...spread}>{`.{}`}</style>
Fix formatting error on optional call expression and member chain (#​15920 by @​sosukesuzuki)
// Input
a(() => {}, c?.d());

// Prettier 3.2.1
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.2
a(() => {}, c?.d());

v3.2.1

Compare Source

diff

Fix formatting error on member chain (#​15915 by @​sosukesuzuki)
// Input
test().test2().test2(thing?.something);

// Prettier 3.2.0
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.1
test().test2().test2(thing?.something);

v3.2.0

Compare Source

diff

🔗 Release Notes

webpack-contrib/style-loader (style-loader)

v3.3.4

Compare Source

3.3.4 (2024-01-09)
Bug Fixes

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate Bot requested a review from a team as a code owner January 13, 2024 00:08
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jan 13, 2024
@bits-bot
Copy link
Copy Markdown

bits-bot commented Jan 13, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ BenoitZugmeyer
❌ renovate[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 7a89ad6 to 0e2ef28 Compare January 20, 2024 04:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 698f0e2 to 6151bb6 Compare January 23, 2024 00:25
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 6151bb6 to abd9085 Compare January 24, 2024 06:13
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jan 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.85%. Comparing base (051df53) to head (16d8c13).
Report is 358 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2567   +/-   ##
=======================================
  Coverage   92.85%   92.85%           
=======================================
  Files         232      232           
  Lines        6761     6761           
  Branches     1487     1487           
=======================================
  Hits         6278     6278           
  Misses        483      483           

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

In v3.2.0, prettier starts respecting the `trailingComma` option for
JSON files (see https://prettier.io/blog/2024/01/12/3.2.0.html#json).

Trailing commas in JSON is not always supported by JSON parsers (ex:
`JSON.parse('{"foo":1,}')` fails in JS), so I think it's better to
keep removing them by default.
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jan 24, 2024

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.

@BenoitZugmeyer BenoitZugmeyer merged commit 24e302a into main Jan 24, 2024
@BenoitZugmeyer BenoitZugmeyer deleted the renovate/all-minor-patch branch January 24, 2024 13:25
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.

3 participants