chore(deps): update pnpm workspace dependencies#1538
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update pnpm workspace dependencies#1538renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
Contributor
Allure Test Report for this PR:✅ Allure Report | History |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
create-studiocms
effectify
studiocms
@studiocms/auth0
@studiocms/blog
@studiocms/cloudinary-image-service
@studiocms/devapps
@studiocms/discord
@studiocms/github
@studiocms/google
@studiocms/html
@studiocms/markdoc
@studiocms/markdown-remark
@studiocms/md
@studiocms/mdx
@studiocms/s3-storage
@studiocms/upgrade
@studiocms/wysiwyg
@withstudiocms/api-spec
@withstudiocms/auth-kit
@withstudiocms/cli-kit
@withstudiocms/component-registry
@withstudiocms/config-utils
@withstudiocms/effect
@withstudiocms/internal_helpers
@withstudiocms/kysely
@withstudiocms/sdk
@withstudiocms/template-lang
commit: |
6829b9a to
e803427
Compare
e803427 to
54f971d
Compare
01601fe to
8482637
Compare
cec276e to
316697c
Compare
103199e to
61c37fb
Compare
0d1bfe5 to
145bdef
Compare
145bdef to
39b0b61
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:
^8.18.0→^8.20.0^8.0.3→^8.0.4^17.3.1→^17.4.2^0.28.12→^0.28.16^3.20.0→^3.22.3^19.2.4→^19.2.5^19.2.4→^19.2.5^0.2.15→^0.2.16^0.21.4→^0.21.10Release Notes
kpdecker/jsdiff (diff)
v8.0.4Compare Source
diffWordswhen used with anIntl.Segmenter. If the text to be diffed included a combining mark after a whitespace character (i.e. roughly speaking, an accented space),diffWordswould previously crash. Now this case is handled correctly.motdotla/dotenv (dotenv)
v17.4.2Compare Source
v17.4.1Compare Source
v17.4.0Compare Source
kysely-org/kysely (kysely)
v0.28.16: 0.28.16Compare Source
Hey 👋
A small batch of bug fixes. Please report any issues. 🤞😰🤞
0.29 is getting closer btw. 🌶️
🚀 Features
🐞 Bugfixes
FilterObjectallows any defined value when query context has no tables (TBisnever). by @igalklebanov in #1791📖 Documentation
db646ac559714469989155a0f14b📦 CICD & Tooling
2301610f4f1d9eab6d00e521156bverifyDepsBeforeRunto "prompt". by @igalklebanov in20548bc🐤 New Contributors
What's Changed
Full Changelog: kysely-org/kysely@v0.28.15...v0.28.16
v0.28.15: 0.28.15Compare Source
Hey 👋
The introduction of dehydration in JSON functions/helpers caused an unexpected bug for consumers that have some columns defined as
'${number}', e.g.'1' | '2'(also when wrapped inColumnTypeor similar). Such columns, when participating in a JSON function/helper would dehydrate tonumberinstead of staying asstring.Why dehydrate numeric strings to numbers in the first place? Select types in
kyselydescribe the data after underlying driver's (e.g.pg) data transformation. Some drivers transform numeric columns to strings to be safe. When these columns participate in JSON functions, they lose original column data types - drivers don't know they need to transform tostring- they return as-is.This release introduces a special helper type that wraps your column type definition and tells
kyselyto NOT dehydrate it in JSON functions/helpers.🚀 Features
NonDehydrateable<T>to allow opt-out from dehydration in JSON functions/helpers. by @igalklebanov in #1697🐞 Bugfixes
PostgreSQL 🐘
📖 Documentation
📦 CICD & Tooling
🐤 New Contributors
Full Changelog: kysely-org/kysely@v0.28.14...v0.28.15
v0.28.14: 0.28.14Compare Source
Hey 👋
A small batch of bug fixes. Please report any issues. 🤞😰🤞
🚀 Features
🐞 Bugfixes
MySQL 🐬
\\') are used. by @igalklebanov in #1754 &054e801📖 Documentation
📦 CICD & Tooling
9e02f3b🐤 New Contributors
Full Changelog: kysely-org/kysely@v0.28.13...v0.28.14
v0.28.13: 0.28.13Compare Source
Hey 👋
A small batch of bug fixes. Please report any issues. 🤞😰🤞
🚀 Features
🐞 Bugfixes
sideEffects: falsein rootpackage.jsonresulting in bigger bundles in various bundlers. by @igalklebanov in #1746Insertableallows non-objects when a table has no required columns. by @igalklebanov in #1747PostgreSQL 🐘
ON COMMITclause not being output when using.as(query)inCREATE TABLEqueries. by @igalklebanov in #1748📖 Documentation
📦 CICD & Tooling
tsconfig.jsonfor TypeScript native. by @igalklebanov in #1749🐤 New Contributors
Full Changelog: kysely-org/kysely@v0.28.12...v0.28.13
sidorares/node-mysql2 (mysql2)
v3.22.3Compare Source
Bug Fixes
v3.22.2Compare Source
Bug Fixes
v3.22.1Compare Source
Bug Fixes
v3.22.0Compare Source
Features
Performance Improvements
v3.21.1Compare Source
Bug Fixes
v3.21.0Compare Source
Features
facebook/react (react)
v19.2.5: 19.2.5 (April 8th, 2026)Compare Source
React Server Components
SuperchupuDev/tinyglobby (tinyglobby)
v0.2.16Compare Source
Fixed
picomatchto 4.0.4, mitigating any potential exposure toCVE-2026-33671
and CVE-2026-33672
Changed
rolldown/tsdown (tsdown)
v0.21.10Compare Source
🚀 Features
View changes on GitHub
v0.21.9Compare Source
🚀 Features
tsdownConfigandtsdownConfigResolvedplugin hooks - by @sxzz in #918 (665e5)🐞 Bug Fixes
View changes on GitHub
v0.21.8Compare Source
🚀 Features
ignoreRulestype to autocomplete known values - by @mrlubos in #892 (c8f5c)extensionsoption for subpath export keys - by @SinhSinhAn and @sxzz in #899 (1bb7a)baseline-widely-availabletarget - by @sxzz in #896 (d6a16)🐞 Bug Fixes
View changes on GitHub
v0.21.7Compare Source
🚀 Features
moduleoption for attw and publint to allow passing imported modules directly - by @sxzz (31e90)🐞 Bug Fixes
View changes on GitHub
v0.21.6Compare Source
🚀 Features
cjsReexportoption to eliminate dual module type hazard - by @mandarini and @sxzz in #856 (875c1)binoption to auto-generate package.json bin field - by @sxzz in #869 (7ebd6)🐞 Bug Fixes
.modulefrom CSS output filenames - by @sxzz in #866 (03ade)View changes on GitHub
v0.21.5Compare Source
🚀 Features
🐞 Bug Fixes
optionalDependenciesby default - by @sxzz (cd24d)@typespackages for dts deep imports - by @brc-dd and @sxzz in #852 (0b276)View changes on GitHub
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.