👷 Update all non-major dependencies#2567
Conversation
|
|
7a89ad6 to
0e2ef28
Compare
698f0e2 to
6151bb6
Compare
6151bb6 to
abd9085
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
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.
Edited/Blocked NotificationRenovate 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. |
This PR contains the following updates:
7.4.0->7.4.27.4.0->7.4.22.45.0->2.46.00.0.256->0.0.25818.19.5->18.19.918.2.47->18.2.486.18.0->6.19.16.18.0->6.19.18.27.1->8.29.08.27.1->8.29.08.27.0->8.29.08.27.0->8.29.08.27.0->8.29.08.27.0->8.29.03.0.2->3.0.36.8.1->6.9.13.1.1->3.2.43.3.3->3.3.48.27.0->8.29.0Release Notes
mantinedev/mantine (@mantine/core)
v7.4.2Compare Source
What's Changed
[@mantine/modals]FixonClosethrowing error iftrapFocus: falseis passed to one of the modals (#5577)[@mantine/dates]Add missingplaceholderstyles api selector to DatePickerInput, MonthPickerInput and YearPickerInput components[@mantine/tiptap]Fix incorrect disabled controls in dark color scheme[@mantine/core]MultiSelect: Fixcombobox.closeDropdown()called twice inonBlurmethod[@mantine/tiptap]Fix incorrect peer dependencies[@mantine/core]Fix incorrect colors resolving logic forbgstyle prop[@mantine/core]Remove global height styles from body and html[@mantine/hooks]use-media-query: FixgetInitialValueInEffectnot working correctly when initial value is provided (#5575, #5549)[@mantine/core]Divider: Change default colors to match other components (#5480)[@mantine/core]Fix incorrectforceColorScheme={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.1Compare Source
What's Changed
[@mantine/core]Combobox: Fix numpad enter not working (#5526)[@mantine/core]Combobox: FixonCloseprop 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: FixautoContrastbeing passed to the dom node as attribute (#5508)[@mantine/core]NumberInput: FixallowLeadingZerosprop 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: Improvewidthprop type[@mantine/core]Improve types ofdataprop in Autocomplete and TagsInput components[@mantine/core]MultiSelect: Fixrequiredprop not displaying required asterisk[@mantine/hooks]use-scroll-into-view: Improve types (#5426)[@mantine/core]MultiSelect: Fix incorrectpointer-eventsstyle on the right section (#5472)[@mantine/core]Fix breakpoints defined in px being transformed into em whenvisibleFromandhiddenFromprops are used (#5457)[@mantine/core]Rating: Improvesizetype (#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.0Compare Source
18 new icons:
arrow-down-from-arcarrow-down-to-arcarrow-left-from-arcarrow-left-to-arcarrow-right-from-arcarrow-right-to-arcarrow-up-from-arcarrow-up-to-arcavocadobadge-ad-offbowl-chopsticksbowl-spoonchart-scatter-3dchart-scattersort-ascending-shapessort-ascending-small-bigsort-deacending-small-bigsort-descending-shapesFixed icons:
circle-dashed-percentage,circle-percentage,square-percentage,square-rounded-percentagetypescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.19.1Compare Source
🩹 Fixes
type-utils: preventing isUnsafeAssignment infinite recursive calls
eslint-plugin: [no-unnecessary-condition] fix false positive for type variable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.0Compare 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
You can read about our versioning strategy and releases on our website.
v6.18.1Compare 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
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.19.1Compare 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.0Compare 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.1Compare 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.0Compare Source
🚀 New Feature
wdio-browser-runner,wdio-cli,wdio-globals,wdio-jasmine-framework,wdio-runner,wdio-typesCommitters: 1
v8.28.8Compare Source
🐛 Bug Fix
wdio-jasmine-framework,wdio-utils📝 Documentation
wdio-cliCommitters: 3
v8.28.6Compare Source
🐛 Bug Fix
wdio-browser-runner,wdio-runner,wdio-typesCommitters: 1
v8.28.4Compare Source
🐛 Bug Fix
wdio-browserstack-service💅 Polish
webdriverioCommitters: 2
v8.28.0Compare Source
🚀 New Feature
wdio-browser-runner,wdio-cli,wdio-local-runner,wdio-runner,wdio-types,wdio-utils,webdriver,webdriveriowdio-browserstack-service🐛 Bug Fix
wdio-logger💅 Polish
wdio-typeswdio-utilswdio-browserstack-service📝 Documentation
Committers: 6
v8.27.2Compare Source
🚀 New Feature
wdio-sauce-service🐛 Bug Fix
webdriverio💅 Polish
wdio-spec-reporter,wdio-types,webdriverio📝 Documentation
wdio-cliwdio-browser-runner,wdio-globals,wdio-jasmine-framework,wdio-runnerwdio-browserstack-serviceCommitters: 6
fregante/chrome-webstore-upload (chrome-webstore-upload)
v3.0.3Compare Source
d8d7365webpack-contrib/css-loader (css-loader)
v6.9.1Compare Source
v6.9.0Compare Source
Features
Bug Fixes
6.8.1 (2023-05-28)
Bug Fixes
causefor original errors and warnings (#1526) (ae3d8ae)prettier/prettier (prettier)
v3.2.4Compare Source
diff
Fix incorrect parser inference (#15947 by @fisker)
Files like
.eslintrc.jsonwere incorrectly formatted as JSONC files.v3.2.3Compare Source
diff
Throw errors for invalid code (#15881 by @fisker, @Josh-Cena, @auvred)
Fix parser inference (#15927 by @fisker)
v3.2.2Compare 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:
Fix formatting error on optional call expression and member chain (#15920 by @sosukesuzuki)
v3.2.1Compare Source
diff
Fix formatting error on member chain (#15915 by @sosukesuzuki)
v3.2.0Compare Source
diff
🔗 Release Notes
webpack-contrib/style-loader (style-loader)
v3.3.4Compare 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.
This PR has been generated by Mend Renovate. View repository job log here.