-
Notifications
You must be signed in to change notification settings - Fork 161
👷 Update all non-major dependencies #3908
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+302
−281
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bundles Sizes Evolution
🚀 CPU Performance
🧠 Memory Performance
|
|
876c217
to
4a8ea76
Compare
4a8ea76
to
bf9f37d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.36.0
->9.37.0
8.3.2
->8.3.3
8.3.4
8.3.2
->8.3.3
8.3.4
0.1.12
->0.1.22
0.1.24
(+1)24.5.2
->24.7.0
24.7.2
(+1)24.5.2
->24.7.0
24.7.2
(+1)19.1.15
->19.2.0
19.2.2
(+1)19.1.9
->19.2.0
19.2.1
v10.0.0
->v10.1.0
9.36.0
->9.37.0
60.5.0
->60.8.2
60.8.3
v3.30.5
->v3.30.6
v3.30.8
(+1)24.22.3
->24.23.0
24.24.0
(+1)24.22.3
->24.23.0
24.24.0
(+1)19.1.1
->19.2.0
19.1.1
->19.2.0
19.1.1
->19.2.0
19.1.1
->19.2.0
^0.17.0
->^0.18.0
2.0.10
->2.0.11
5.9.2
->5.9.3
8.44.1
->8.45.0
8.46.0
5.101.3
->5.102.0
5.102.1
Release Notes
eslint/eslint (@eslint/js)
v9.37.0
Compare Source
mantinedev/mantine (@mantine/core)
v8.3.3
Compare Source
What's Changed
[@mantine/core]
Checkbox: FixiconColor
prop not working as intended in some cases (#8271)[@mantine/spotlight]
AddscrollareaProps
to pass props down to the actions list wrapper (#8300)[@mantine/core]
Tabs: Fixaria-controls
not being overriden by...others
(#8248)[@mantine/dates]
DateInput: Fix invalid datevalue
crashing component (#8290)[@mantine/hooks]
use-did-update: Fix hook not working in react strict mode (#8306)[@mantine/core]
Popover: Fix excessive dropdown position recalculations (#8308)[@mantine/core]
AppShell: Fix performance issues on first render (#8287)New Contributors
Full Changelog: mantinedev/mantine@8.3.2...8.3.3
actions/stale (actions/stale)
v10.1.0
Compare Source
What's Changed
only-issue-types
option to filter issues by type by @Bibo-Joshi in #1255New Contributors
Full Changelog: actions/stale@v10...v10.1.0
eslint/eslint (eslint)
v9.37.0
Compare Source
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v60.8.2
Compare Source
Bug Fixes
no-undefined-types
: do not treat type parameters or their references as undefined; #1215 (#1553) (a5a0a3c)v60.8.1
Compare Source
Bug Fixes
valid-types
: parse distinctly for names vs. namepaths (#1552) (6efd9e9)v60.8.0
Compare Source
Features
name-defining
role for likes oftypedef
as distinct from likes ofparam
(#1551) (e67e474)v60.7.1
Compare Source
Bug Fixes
prefer-import-tag
: handle other cases of comments before structures early in the document; fixes #1549 (622b17e)v60.7.0
Compare Source
Bug Fixes
prefer-import-tag
: handle inserting before early comment nodes; fixes #1549 (9e92718)Features
require-returns-check
: addnoNativeTypes
option to assert async functions do not have native types as return types; fixes #1345 (13fe027)v60.6.0
Compare Source
Features
escape-inline-tags
: add new rule (#1547) (7a6b7db)github/codeql-action (github/codeql-action)
v3.30.6
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.6 - 02 Oct 2025
See the full CHANGELOG.md for more information.
puppeteer/puppeteer (puppeteer)
v24.23.0
Compare Source
Features
createUserContext(downloadBehavior)
(#14249) (cd9dc0c)Dependencies
Bug Fixes
facebook/react (react)
v19.2.0
Compare Source
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>
: A new API to hide and restore the UI and internal state of its children.useEffectEvent
is a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal
(for RSCs) lets your know when thecache()
lifetime is over.New React DOM Features
resume
: to resume a prerender to a stream.resumeAndPrerender
: to resume a prerender to HTML.resumeToPipeableStream
: to resume a prerender to a stream.resumeAndPrerenderToNodeStream
: to resume a prerender to HTML.prerender
APIs to return apostponed
state that can be passed to theresume
APIs.Notable changes
<ViewTransition>
Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.prerender
,renderToReadableStream
) to server-side-rendering APIs for Node.js:
IDs generated by useIdAll Changes
React
<Activity />
was developed over many years, starting beforeClassComponent.setState
(@acdlite @sebmarkbage and many others)%o
placeholder (@eps1lon #34198)useDeferredValue
loop in popstate event (@acdlite #32821)useDeferredValue
(@acdlite #34376)cacheSignal
(@sebmarkbage #33557)React DOM
:
for IDs generated byuseId
(@sebmarkbage, @eps1lon: #32001, #33342#33099, #33422)nonce
to be used on hoistable styles (@Andarist #32461)React.use
insideReact.lazy
-ed Component (@hi-ogawa #33941)progressiveChunkSize
option for server-side-rendering APIs (@sebmarkbage #33027)React Server Components
<img>
and<link>
using hints before they're rendered (@sebmarkbage #34604)filterStackFrame
(@eps1lon #33707)React Reconciler
on*
handlers to account for upcoming experimental APIsmicrosoft/TypeScript (typescript)
v5.9.3
Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.45.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
webpack/webpack (webpack)
v5.102.0
Compare Source
Features
import file from "./file.ext" with { type: "bytes" }
to get the content asUint8Array
(look at example)import file from "./file.ext" with { type: "text" }
to get the content as text (look at example)snapshot.contextModule
to configure snapshots options for context modulesextractSourceMap
option to implement the capabilities of loading source maps by comment, you don't needsource-map-loader
(look at example)topLevelAwait
experiment is now stable (you can removeexperiments.topLevelAwait
from yourwebpack.config.js
)layers
experiment is now stable (you can removeexperiments.layers
from yourwebpack.config.js
)Fixes
this
exportstimeout
attribute of script tages-lexer
formjs
files for build dependencies__non_webpack_require__
for ES moduleschunk.auxiliaryFiles
createRequire
only when output is ES module and target is nodePerformance Improvements
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.