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
7b11de8 to
27ce2b5
Compare
27ce2b5 to
ffa105e
Compare
ffa105e to
29bf486
Compare
25ce1ef to
248a497
Compare
ea3a494 to
e9c2f17
Compare
e9c2f17 to
54c4d5a
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:
9.1.1→9.1.28.61.0→8.62.18.61.0→8.62.112.10.0→12.11.16.7.0→6.8.015.17.0→15.18.0^0.28.0→^0.29.03.8.4→3.9.30.35.0→0.35.28.61.0→8.62.1Release Notes
mui/material-ui (@mui/material)
v9.1.2Compare Source
Jun 23, 2026
A big thanks to the 5 contributors who made this release possible.
@mui/material@9.1.2freeSolovalue with Enter key (#48679) @mj12albert@mui/system@9.1.2Docs
Core
All contributors of this release in alphabetical order: @brijeshb42, @Janpot, @LukasTy, @mj12albert, @siriwatknp
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.62.1🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.62.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.61.1Compare 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.62.1This 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.62.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.61.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.
WiseLibs/better-sqlite3 (better-sqlite3)
v12.11.1Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.11.0...v12.11.1
v12.10.1Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.10.0...v12.10.1
adaltas/node-csv (csv-stringify)
v6.8.0Compare Source
Features
columnstype asreadonly(#358)Bug Fixes
cypress-io/cypress (cypress)
v15.18.0Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#15-18-0
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
prettier/prettier (prettier)
v3.9.3Compare Source
v3.9.2Compare Source
v3.9.1Compare Source
v3.9.0Compare Source
diff
🔗 Release Notes
v3.8.5Compare Source
lovell/sharp (sharp)
v0.35.2Compare Source
v0.35.1Compare Source
TypeScript: Ensure type definitions are published for both ESM and CJS.
#4537
WebAssembly: Ensure wrapper file is published.
#4538
typescript-eslint/typescript-eslint (typescript-eslint)
v8.62.1This 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 and releases on our website.
v8.62.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.61.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 and releases on our website.
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.