Update all non-major dependencies#947
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
8793f89 to
51c178e
Compare
e28a20f to
e2d2e98
Compare
669a4a2 to
b0c318a
Compare
b0c318a to
5215eda
Compare
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
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:
30.3.0→30.4.17.3.10→7.3.1124.12.2→24.13.019.2.14→19.2.168.59.1→8.60.18.59.1→8.60.112.9.0→12.10.015.14.1→15.16.016.2.4→16.2.730.3.0→30.4.2^0.28.0→^0.29.016.2.4→16.2.719.2.5→19.2.719.2.5→19.2.729.4.9→29.4.118.59.1→8.60.19.0.5→9.0.10Release Notes
jestjs/jest (@jest/globals)
v30.4.1Compare Source
Features
[jest-config, jest-core, jest-runner, jest-schemas, jest-types]Allow custom runner configuration options via tuple format['runner-path', {options}](#16141)Fixes
[jest-runtime]Align CJS-from-ESM default export with Node:module.exportsis always the ESM default,__esModuleunwrapping is no longer applied (#16143)v30.4.0Compare Source
Features
[babel-jest]Support collecting coverage from.mts,.cts(and other) files (#15994)[jest-circus, jest-cli, jest-config, jest-core, jest-jasmine2, jest-types]Add--collect-testsflag to discover and list tests without executing them (#16006)[jest-config, jest-runner, jest-worker]AddworkerGracefulExitTimeoutconfig option to control how long workers are given to exit before being force-killed (#15984)[jest-config]Add support forjest.config.mtsas a valid configuration file (#16005)[jest-config, jest-core, jest-reporters, jest-runner]verboseandsilentcan now be set per-project; the project-level value overrides the global value for that project's tests (#16133)[@jest/fake-timers]AcceptTemporal.Durationinjest.advanceTimersByTime()andjest.advanceTimersByTimeAsync()(#16128)[@jest/fake-timers]AcceptTemporal.InstantandTemporal.ZonedDateTimeinjest.setSystemTime()anduseFakeTimers({now})(#16128)[@jest/fake-timers]Support fakingTemporal.Now.*(#16131)[jest-mock]AddclearMocksOnScope(scope)onModuleMockerfor clearing every mock function exposed on a scope object (#16088)[jest-resolve]AddcanResolveSync()onResolverso callers can detect when a user-configured resolver only exports anasynchook (#16064)[jest-runtime]Use synchronousevaluate()for ES modules without top-levelawaiton Node versions that support it (v24.9+), and prefer the synchronous transform path when a sync transformer is configured (#16062)[jest-runtime]Supportrequire()of ES modules on Node v24.9+ (#16074)[jest-runtime]Validate TC39 import attributes (with { type: 'json' }) on ESM imports (#16127)[@jest/transform]AddcanTransformSync(filename)onScriptTransformerso callers can pick the sync vs async transform path (#16062)[jest-util]AddisErrorhelper (#16076)[pretty-format]Support React 19 (#16123)Fixes
[expect-utils]FixtoStrictEqualfailing onstructuredCloneresults due to cross-realm constructor mismatch (#15959)[@jest/expect-utils]PreventtoMatchObject/subset matching from throwing when encountering exotic iterables (#15952)[fake-timers]ConvertDateto milliseconds before passing to@sinonjs/fake-timers(#16029)[jest]ExportGlobalConfigandProjectConfigTypeScript types (#16132)[jest-circus]Prevent crash whenasyncErroris undefined for non-Error throws (#16003)[jest-circus, jest-jasmine2]IncludeError.causein JSONfailureMessagesoutput (#15967)[jest-config]Fix preset path resolution on Windows when the preset uses subpathexports(#15961)[jest-config]AllowcollectCoverageandcoverageProviderin project config without a validation warning (#16132)[jest-config]Project config validator now emits "is not supported in an individual project configuration" instead of "probably a typing mistake" for known global-only options (#16132)[jest-environment-node]Fix--localstorage-filewarning on Node 25+ (#16086)[jest-reporters]Apply global coverage threshold to unmatched pattern files in addition to glob/path thresholds (#16137)[jest-reporters, jest-runner, jest-runtime, jest-transform]Fix coverage report not showing correct code coverage when usingprojectsconfig option (#16140)[jest-runtime]Resolveexpectand@jest/expectfrom the internal module registry so test-file imports share the sameJestAssertionErroras the globalexpect(#16130)[jest-runtime]Improve CJS-from-ESM interop:__esModule/Babel default unwrap, broader named-export coverage, and shared CJS singleton across importers (#16050)[jest-runtime]Load.jsfiles with ESM syntax but no"type":"module"marker as native ESM (#16050)[jest-runtime]Extend the.js-with-ESM-syntax fallback torequire()on Node v24.9+ - falls back torequire(esm)when the CJS parser rejects ESM syntax (#16078)[jest-runtime]Fix deadlocks and double-evaluation in concurrent ESM and wasm imports (#16050)[jest-runtime]Fix error whenrequire()is called after the Jest environment has been torn down (#15951)[jest-runtime]Fix missing error whenimport()is called after the Jest environment has been torn down (#16080)[jest-runtime]Fix virtualunstable_mockModuleregistrations not respected in ESM (#16081)[jest-runtime]ApplymoduleNameMapperwhen resolving modules withrequire.resolve()and thepathsoption (#16135)Chore & Maintenance
[@jest/fake-timers]Upgrade@sinonjs/fake-timers(#16139)[jest-runtime]Use synchronouslinkRequests/instantiatefor ESM linking on Node v24.9+ (#16063)mui/material-ui (@mui/material)
v7.3.11Compare Source
A big thanks to the 5 contributors who made this release possible.
@mui/material@7.3.11startIconalignment (#48339) @mj12albertaria-checked=mixedwhen indeterminate (#48286) @mj12albertrolewithslotProps.input(#48472) @mj12albertDocs
Core
All contributors of this release in alphabetical order: @alexfauquette, @mj12albert, @oliviertassinari, @silviuaavram, @siriwatknp
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.60.1Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.60.0Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.4Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.3Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.2Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.60.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.60.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.4Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.3Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.2Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
WiseLibs/better-sqlite3 (better-sqlite3)
v12.10.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.9.1...v12.10.0
cypress-io/cypress (cypress)
v15.16.0Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#15-16-0
v15.15.0Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#15-15-0
v15.14.2Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#15-14-2
vercel/next.js (eslint-config-next)
v16.2.7Compare Source
v16.2.6Compare Source
v16.2.5Compare Source
kysely-org/kysely (kysely)
v0.29.2: 0.29.2Compare Source
Hey 👋
A small batch of bug fixes. Please report any issues. 🤞😰🤞
🚀 Features
🐞 Bugfixes
$narrowTypemishandling branded types. by @igalklebanov in #1851📖 Documentation
📦 CICD & Tooling
🐤 New Contributors
What's Changed
Full Changelog: kysely-org/kysely@v0.29.1...v0.29.2
v0.29.1: 0.29.1Compare Source
Hey 👋
A small batch of bug fixes. Please report any issues. 🤞😰🤞
🚀 Features
🐞 Bugfixes
📖 Documentation
📦 CICD & Tooling
zizmorscans. by @igalklebanov in #1843🐤 New Contributors
What's Changed
Full Changelog: kysely-org/kysely@v0.29.0...v0.29.1
v0.29.0: 0.29.0Compare Source
Hey 👋
This one's a banger! 💥 💥 💥
We got
$pickTables,$omitTablescompile-time helpers to narrow the world view of downstream queries, cutting down on compilation complexity/time while at it!We got a new
ReadonlyKysely<DB>helper type that turns your instance into a compile-time readonly instance!We got a brand new PGlite dialect. With it comes a new
supportsMultipleConnectionsadapter flag that uses a new centralized connection mutex whenfalse- should help simplify all SQLite dialects out here!We got
$narrowTypesupporting nested narrowing and discriminated unions!We got web standards driven query cancellation support. Pass an abort
signaltoexecute*methods and similar. Pick between different inflight query abort strategies - ignore the query, cancel it on the database side or even kill the session on the database side.We got
SafeNullComparisonPluginto flip (in)equality operators toisandis notwhen right hand side argument isnull.We got a new
shouldParse(value, path)option inParseJSONResultsPluginfor granular control of what getsJSON.parse'd and what stays a string using JSON paths.🚀 Features
thenRefmethod ineb.caseby @ericsodev in #1531whenRef(lhs, op, rhs)ineb.case. by @iam-abdul in #1598elseRefineb.case()by @iam-abdul in #1601$pickTables,$omitTablesand$extendTables, deprecatewithTables. by @igalklebanov in #1582SafeNullComparisonPluginplugin by @rafaelalmeidatk in #1338ParseJSONResultsPlugin. by @igalklebanov in #1453columnandcolumnsfunctions, deprecate theirexpressionfunctions. by @igalklebanov in #1664with(name, query). by @igalklebanov in #1702NarrowPartialby @ethanresnick in #1667ReadonlyKysely<DB>helper. by @igalklebanov in #218requireAllProps<T>(obj)usage withsatisfies AllProps<T>. by @igalklebanov in #1787FileMigrationProvider. by @igalklebanov in #166133e60df&b739e02&4d7064fby @igalklebanov in #1799
1e051c8PostgreSQL 🐘 / MySQL 🐬
PostgreSQL 🐘 / MSSQL 🥅
Migrator. by @jlucaso1 in #1480PostgreSQL 🐘
ba89cc3MySQL 🐬
addIndextoCreateTableBuilderby @alenap93 in #1352MSSQL 🥅
datetime2data type support. by @igalklebanov in #1792PGlite 🟨
🐞 Bugfixes
📖 Documentation
📦 CICD & Tooling
65b6ec4b23085a8193d37585bf607f988519e0bfc0Migrator,FileMigrationProviderand other migration related things are now exported from'kysely/migration'. Importing from'kysely'will provide an informative error message at compilation time.Minimum TypeScript version is now 5.4. Versions 5.3 and older will get a very aggressive compilation error.
The library no longer ships CommonJS files. Use a Node.js version that supports
require(esm), or use dynamic imports. ES Modules files have moved from/dist/esm/to/dist/.TypeScript build target was bumped to
'es2023'.sql.valueandsql.literalwere removed after spending a long time in deprecation. Usesql.valandsql.litinstead.db.executeQuery'squeryId2nd argument has been replaced withoptions?: AbortableQueryOptionsafter spending a long time in deprecation.QueryResult.numUpdatedOrDeletedRowshas been removed after spending a long time in deprecation. Dialects that use it need to be updated to useQueryResult.numAffectedRowsinstead.UniqueConstraintNode.columnswidened fromReadonlyArray<ColumnNode>toReadonlyArray<OperationNode>.ExpressionBuilder.withSchemahas been removed after spending a long time in deprecation.DatabaseIntrospector.getMetadatahas been removed after spending a long time in deprecation. UseDatabaseIntrospector.getTablesinstead.MssqlDialectConfig.Tedious.resetConnectionOnReleasehas been removed after spending a long time in deprecation. UseMssqlDialectConfig.resetConnectionsOnReleaseinstead.MssqlDialectConfig.Tarn.options.validateConnectionshas been removed after spending a long time in deprecation. UseMssqlDialectConfig.validateConnectionsinstead.InsertQueryNode.ignorehas been removed after spending a long time in deprecation. UseInsertQueryNode.orActioninstead.PrimaryConstraintNodehas been removed after spending a long time in deprecation. UsePrimaryKeyConstraintNodeinstead.DropTablexNodeParamshas been removed after spending a long time in deprecation. UseDropTableNodeParamsinstead.🐤 New Contributors
ba89cc3Full Changelog: kysely-org/kysely@v0.28.17...v0.29.0
v0.28.17: 0.28.17Compare Source
Hey 👋
A small batch of bug fixes. Please report any issues. 🤞😰🤞
0.29 is right around the corner. Try the latest RC version!
🚀 Features
🐞 Bugfixes
.key(...)and.at(...)against SQL injections and exfiltrations. by @igalklebanov in #1804📖 Documentation
📦 CICD & Tooling
🐤 New Contributors
What's Changed
Full Changelog: kysely-org/kysely@v0.28.16...v0.28.17
vercel/next.js (next)
v16.2.7Compare Source
v16.2.6Compare Source
v16.2.5Compare Source
facebook/react (react)
v19.2.7Compare Source
v19.2.6: 19.2.6 (May 6th, 2026)Compare Source
React Server Components
(by @eps1lon and @unstubbable)
facebook/react (react-dom)
v19.2.7Compare Source
v19.2.6: 19.2.6 (May 6th, 2026)Compare Source
React Server Components
(by @eps1lon and @unstubbable)
kulshekhar/ts-jest (ts-jest)
v29.4.11Compare Source
Bug Fixes
v29.4.10Compare Source
Bug Fixes
resolutionModetots.resolveModuleNamefor hybrid module support (b557a85)Programwhen consecutive compiles need different module kinds (a82a2b3), closes #4774moduleResolutioninstead of forcingNode10(1bffffc)mjsfiles fromnode_modulesfor CJS mode (96d025d)typescript-eslint/typescript-eslint (typescript-eslint)
v8.60.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our [versioning strategy](https://typescript-eslint.i
Configuration
📅 Schedule: (UTC)
🚦 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.