chore(deps): update all non-major dependencies#159
Conversation
|
✅ All tests passed. |
0ed6a03 to
1ee5e0b
Compare
1ee5e0b to
84cc95a
Compare
|
@copilot fix failed workflow |
…ssion in tailwindcss 4.2.4 Agent-Logs-Url: https://github.com/wolfstar-project/wolfstar.rocks/sessions/4152fe4f-252c-49a2-8f97-b4b6388df319 Co-authored-by: RedStar071 <76824516+RedStar071@users.noreply.github.com>
Fixed in commit 867f182. Root cause: The upstream fix (tailwindlabs/tailwindcss#19949) is not yet released. As a workaround, changed |
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. |
…ld regression in tailwindcss 4.2.4" This reverts commit 867f182.
|
@copilot resolve the merge conflicts in this pull request |
Agent-Logs-Url: https://github.com/wolfstar-project/wolfstar.rocks/sessions/972717f0-40ca-496c-81dc-805b6206edfc Co-authored-by: RedStar071 <76824516+RedStar071@users.noreply.github.com>
Resolved in commit 4e5ac52. The conflict was in Fixed by:
|
|
@copilot resolve the merge conflicts in this pull request |
…pdate CI workflow Co-authored-by: RedStar071 <76824516+RedStar071@users.noreply.github.com>
Resolved in commit 34f6840.
|
|
@copilot resolve the merge conflicts in this pull request |
…age.json conflicts Co-authored-by: RedStar071 <76824516+RedStar071@users.noreply.github.com>
Resolved in commit 915a245. Conflicts this round:
Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Agent-Logs-Url: https://github.com/wolfstar-project/wolfstar.rocks/sessions/2c0ea36f-6ff0-4ab9-8c1d-48feb2ade5df Co-authored-by: RedStar071 <76824516+RedStar071@users.noreply.github.com>
|
@copilot resolve the merge conflicts in this pull request |
…kill files Co-authored-by: RedStar071 <76824516+RedStar071@users.noreply.github.com>
…kill files Agent-Logs-Url: https://github.com/wolfstar-project/wolfstar.rocks/sessions/cd816fb5-cc47-412c-877d-f02fc5e25677 Co-authored-by: RedStar071 <76824516+RedStar071@users.noreply.github.com>
Resolved in commit 21e9eae.
Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Agent-Logs-Url: https://github.com/wolfstar-project/wolfstar.rocks/sessions/cd816fb5-cc47-412c-877d-f02fc5e25677 Co-authored-by: RedStar071 <76824516+RedStar071@users.noreply.github.com>
This PR contains the following updates:
^20.4.3→^20.5.01.2.102→1.2.104^0.2.36→^0.3.04.6.1→4.7.07.7.0→7.8.07.7.0→7.8.010.49.0→10.50.01.0.12→1.1.21.0.12→1.1.22.4.6→2.4.96.4.3→6.4.810.33.0→10.33.2^1.6.2→^1.7.00.8.5→0.8.6^4.2.1→^4.2.2v1.6.0→v1.8.0^3.2.5→^3.2.6Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v20.5.2Compare Source
Note: Version bump only for package @commitlint/cli
netlify/primitives (@netlify/nuxt)
v0.3.0Compare Source
Features
Dependencies
v0.2.41Compare Source
Dependencies
v0.2.40Compare Source
Dependencies
v0.2.39Compare Source
Dependencies
v0.2.38Compare Source
Dependencies
v0.2.37Compare Source
Dependencies
nuxt/ui (@nuxt/ui)
v4.7.0Compare Source
Features
separatorslot (#6305) (81c7ddb)titleanddescriptionprops (3cf7d75), closes #6001group-labelslot (#6329) (7fc773c)searchDelayprop (7d2af05)@nuxtjs/i18nis installed (#5537) (92cfda0)autoResizemethod (#6120) (9c5c0df)Bug Fixes
leading-nonefrom fallback (#6383) (77ce09a)disabledprop when status is notready(600a2ca)defaultVariantsin template logic (#6361) (75b37d0)colorandhighlightinstead of raw props (bb5a9ed)v-showand$elresolution (#6310) (2c4ff35)tagPriorityfor inline style tags (#6299) (ae693d0)codeprop is missing (#6333) (b808ce4)item-alignedposition mode (#6358) (255807a)prisma/prisma (@prisma/adapter-pg)
v7.8.0Compare Source
Today, we are excited to share the
7.8.0stable release 🎉🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!
Highlights
ORM
Features
Prisma Client
queryPlanCacheMaxSizeoption to thePrismaClientconstructor for fine-grained control over the query plan cache. Pass0to disable the cache entirely, or omit it to use the default cache size. A larger value can improve performance in applications that execute many unique queries, while a smaller one can reduce memory usage. (#29503)Bug Fixes
Prisma Client
::jsonbcast when filtering on PostgreSQL JSON list columns. Queries usingwhere: { jsonListField: { equals: [...] } }no longer panic with a type mismatch or emit invalid SQL. (prisma/prisma-engines#5804)mode: insensitive), allowingwhere: { jsonField: { equals: "...", mode: "insensitive" } }to work correctly. (prisma/prisma-engines#5806)@map. (#29422)P2029), which could incorrectly reject or miss over-limit queries. (#29422)VARCHARcasts for parameterized values. (prisma/prisma-engines#5801)Schema Engine
prisma migrate diffthat referenced the--shadow-database-urlCLI flag, which was removed in Prisma 7. (#29455)prisma migrate dev(and shadow database migration replay in general) failing withCREATE INDEX CONCURRENTLY cannot run inside a transaction blockwhen a migration contained concurrent index creation statements on PostgreSQL. (prisma/prisma-engines#5799)pg_catalog.nextval('sequence_name'::regclass)instead of the barenextval(...). Columns backed by sequences now correctly appear as@default(autoincrement())in the Prisma schema in all cases. (prisma/prisma-engines#5802)Driver Adapters
createSavepoint,rollbackToSavepoint,releaseSavepoint) now silently no-op with debug logging instead of executing SQL statements, consistent with how the D1 adapter already treats top-level transactions. (#29499)Open roles at Prisma
Interested in joining Prisma? We're growing and have several exciting opportunities across the company for developers who are passionate about building with Prisma. Explore our open positions on our Careers page and find the role that's right for you.
Enterprise support
Thousands of teams use Prisma and many of them already tap into our Enterprise & Agency Support Program for hands-on help with everything from schema integrations and performance tuning to security and compliance.
With this program you also get priority issue triage and bug fixes, expert scalability advice, and custom training so that your Prisma-powered apps stay rock-solid at any scale. Learn more or join: https://prisma.io/enterprise.
getsentry/sentry-javascript (@sentry/nuxt)
v10.50.0Compare Source
kane50613/takumi (@takumi-rs/core)
v1.1.2Compare Source
Patch Changes
v1.1.1Compare Source
Patch Changes
v1.1.0Compare Source
Patch Changes
v1.0.16Compare Source
Patch Changes
v1.0.15Compare Source
Patch Changes
v1.0.14Compare Source
Patch Changes
v1.0.13Compare Source
Patch Changes
kane50613/takumi (@takumi-rs/wasm)
v1.1.2Compare Source
Patch Changes
v1.1.1Compare Source
Patch Changes
v1.1.0Compare Source
Patch Changes
v1.0.16Compare Source
Patch Changes
v1.0.15Compare Source
Patch Changes
v1.0.14Compare Source
Patch Changes
6323299]v1.0.13Compare Source
Patch Changes
ccfaff3]vuejs/test-utils (@vue/test-utils)
v2.4.9Compare Source
v2.4.8Compare Source
compare changes
🩹 Fixes
🤖 CI
❤️ Contributors
v2.4.7Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
💅 Refactors
📖 Documentation
<select>(#2819)🏡 Chore
🤖 CI
❤️ Contributors
nuxt-modules/og-image (nuxt-og-image)
v6.4.8Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.4.7Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v6.4.6Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.4.5Compare Source
🐞 Bug Fixes
View changes on GitHub
v6.4.4Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
pnpm/pnpm (pnpm)
v10.33.2Compare Source
v10.33.1: pnpm 10.33.1Compare Source
Patch Changes
packageManagerfield selects pnpm v11 or newer, commands that v10 would have passed through to npm (version,login,logout,publish,unpublish,deprecate,dist-tag,docs,ping,search,star,stars,unstar,whoami, etc.) are now handed over to the wanted pnpm, which implements them natively. Previously they silently shelled out to npm — making, for example,pnpm version --helpprint npm's help on a project withpackageManager: pnpm@11.0.0-rc.3#11328.Platinum Sponsors
Gold Sponsors
skilld-dev/skilld (skilld)
v1.7.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
sxzz/stale-dep (stale-dep)
v0.8.6Compare Source
🐞 Bug Fixes
View changes on GitHub
tailwindlabs/tailwindcss (tailwindcss)
v4.2.4Compare Source
Fixed
@importand@pluginstill resolve correctly when using Vite aliases in@tailwindcss/vite(#19947)v4.2.3Compare Source
Fixed
tracking-*utilities by preferring non-negative utilities (e.g.-tracking-tighter→tracking-wider) (#19827)@tailwindcss/webpack(#19723)px-[1.2rem] py-[1.2rem]→p-[1.2rem]) (#19837)border-{t,b}-*intoborder-y-*,border-{l,r}-*intoborder-x-*, andborder-{t,r,b,l}-*intoborder-*(#19842)scroll-m{t,b}-*intoscroll-my-*,scroll-m{l,r}-*intoscroll-mx-*, andscroll-m{t,r,b,l}-*intoscroll-m-*(#19842)scroll-p{t,b}-*intoscroll-py-*,scroll-p{l,r}-*intoscroll-px-*, andscroll-p{t,r,b,l}-*intoscroll-p-*(#19842)overflow-{x,y}-*intooverflow-*(#19842)overscroll-{x,y}-*intooverscroll-*(#19842)--placeholder-colorinstead of--background-colorforplaceholder-*utilities (#19843)config.contentwhen migrating from Tailwind CSS v3 to Tailwind CSS v4 (#19846).envand.env.*to default ignored content files (#19846)overflow-ellipsisintotext-ellipsis(#19849)start-full→inset-s-full,start-auto→inset-s-auto,start-px→inset-s-px, andstart-<number>→inset-s-<number>as well as negative versions (#19849)end-full→inset-e-full,end-auto→inset-e-auto,end-px→inset-e-px, andend-<number>→inset-e-<number>as well as negative versions (#19849)-sign inside the arbitrary value-left-[9rem]→left-[-9rem](#19858)-sign outside the arbitrary valueml-[calc(-1*var(--width))]→-ml-(--width)(#19858)NODE_PATHenvironment variable in standalone CLI (Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.