-
Notifications
You must be signed in to change notification settings - Fork 140
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
👷 Update all non-major dependencies #2920
Conversation
Bundles Sizes Evolution
🚀 CPU Performance
🧠 Memory Performance
|
ad6432d
to
0a2e3d1
Compare
- Use relative import in specs - Avoid calling unbound-method
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2920 +/- ##
==========================================
- Coverage 93.50% 93.49% -0.02%
==========================================
Files 270 270
Lines 7594 7594
Branches 1692 1692
==========================================
- Hits 7101 7100 -1
- Misses 493 494 +1 ☔ View full report in Codecov by Sentry. |
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. |
@@ -246,7 +246,7 @@ describe('listenActionEvents', () => { | |||
beforeMouseUp, | |||
target = document.body, | |||
clickEventIsPrimary = undefined, | |||
}: { beforeMouseUp?(): void; target?: Node; clickEventIsPrimary?: boolean } = {}) { | |||
}: { beforeMouseUp?(this: void): void; target?: Node; clickEventIsPrimary?: boolean } = {}) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏 praise: TIL! We usually solve this by changing the type to beforeMouseUp?: (...) => void
but this:void
sounds nice too
8c70656
to
0742450
Compare
This PR contains the following updates:
7.11.2
->7.12.0
7.11.2
->7.12.0
22.0.0
->22.1.0
7.17.0
->7.18.0
7.17.0
->7.18.0
8.39.1
->8.40.0
8.39.1
->8.40.0
8.39.1
->8.40.0
8.39.0
->8.40.0
8.39.1
->8.40.0
48.9.2
->48.11.0
6.4.3
->6.4.4
8.1.7
->8.1.8
22.14.0
->22.15.0
6.25.1
->6.26.0
8.39.1
->8.40.0
4.3.1
->4.4.0
Release Notes
mantinedev/mantine (@mantine/core)
v7.12.0
: 🌟Compare Source
View changelog with demos on mantine.dev website
Notifications at any position
It is now possible to display notifications at any position on the screen
with @mantine/notifications package:
Subscribe to notifications state
You can now subscribe to notifications state changes with
useNotifications
hook:SemiCircleProgress component
New SemiCircleProgress component:
Tree checked state
Tree component now supports checked state:
Disable specific features in postcss-preset-mantine
You can now disable specific features of the postcss-preset-mantine
by setting them to
false
in the configuration object. This feature is available starting from[email protected]
.Help Center updates
Component.extend
usage in server components.input
selector is not used for actual input element.Text
component.Other changes
autoInvoke
option to start the interval automatically when the component mounts.mode="uncontrolled"
now triggers additional rerender when dirty state changes to allow subscribing to form state changes.onTopReached
andonBottomReached
props. The functions are called when the user scrolls to the top or bottom of the scroll area.onTransitionEnd
prop that is called when the panel animation completes.typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.18.0
Compare Source
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib
eslint-plugin: [unbound-method] report on destructuring in function parameters
eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types
eslint-plugin: [strict-boolean-expressions] support branded booleans
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.18.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.
webdriverio/webdriverio (@wdio/browserstack-service)
v8.40.0
Compare Source
v8.40.0 (2024-08-05)
🐛 Bug Fix
devtools
,wdio-devtools-service
,webdriverio
wdio-appium-service
wdio-config
wdio-utils
wdio-browserstack-service
💅 Polish
webdriver
Committers: 7
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v48.11.0
Compare Source
v48.10.2
Compare Source
Bug Fixes
check-template-names
: check for param and returns tags; fixes #1286 (12fca71)v48.10.1
Compare Source
Bug Fixes
v48.10.0
Compare Source
Features
require-template
,check-template-names
: add supportClassDeclaration
(31d3255)require-template
,check-template-names
: add supportFunctionDeclaration
(28bc1cb)require-template
,check-template-names
: add supportTSInterfaceDeclaration
(320a1eb)v48.9.3
Compare Source
Bug Fixes
getJsdocProcessorPlugin
: ensure package.json file is consistently located (87a1270)karma-runner/karma (karma)
v6.4.4
Compare Source
lerna/lerna (lerna)
v8.1.8
Compare Source
Bug Fixes
puppeteer/puppeteer (puppeteer)
v22.15.0
Compare Source
remix-run/react-router (react-router-dom)
v6.26.0
Compare Source
Minor Changes
replace(url, init?)
alternative toredirect(url, init?)
that performs ahistory.replaceState
instead of ahistory.pushState
on client-side navigation redirects (#11811)Patch Changes
future.v7_partialHydration
along withunstable_patchRoutesOnMiss
(#11838)router.state.matches
will now include any partial matches so that we can render ancestorHydrateFallback
components@remix-run/[email protected]
[email protected]
yarnpkg/berry (yarn)
v4.4.0
Compare Source
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 was generated by Mend Renovate. View the repository job log.