Skip to content

chore(deps): update all non-major dependencies #31

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Jun 30, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/lucide ^1.2.51 -> ^1.2.53 age adoption passing confidence
@iconify-json/simple-icons ^1.2.39 -> ^1.2.40 age adoption passing confidence
@nuxt/ui-pro (source) ^3.1.3 -> ^3.2.0 age adoption passing confidence
@types/node (source) ^22.15.32 -> ^22.15.34 age adoption passing confidence
drizzle-kit (source) ^0.31.1 -> ^0.31.4 age adoption passing confidence
eslint (source) ^9.29.0 -> ^9.30.0 age adoption passing confidence
pnpm (source) 10.12.2 -> 10.12.4 age adoption passing confidence
wrangler (source) ^4.20.5 -> ^4.22.0 age adoption passing confidence

Release Notes

nuxt/ui-pro (@​nuxt/ui-pro)

v3.2.0

Compare Source

drizzle-team/drizzle-orm (drizzle-kit)

v0.31.4

Compare Source

  • Mark prisma clients package as optional - thanks @​Cherry

v0.31.3

Compare Source

Bug fixed
  • 🛠️ Fixed RQB behavior for tables with same names in different schemas
  • 🛠️ Fixed [BUG]: Mismatched type hints when using RDS Data API - #​2097
New Prisma-Drizzle extension
import { PrismaClient } from '@​prisma/client';
import { drizzle } from 'drizzle-orm/prisma/pg';
import { User } from './drizzle';

const prisma = new PrismaClient().$extends(drizzle());
const users = await prisma.$drizzle.select().from(User);

For more info, check docs: https://orm.drizzle.team/docs/prisma

v0.31.2

Compare Source

Bug fixes
  • Fixed relations extraction to not interfere with Drizzle Studio.
eslint/eslint (eslint)

v9.30.0

Compare Source

pnpm/pnpm (pnpm)

v10.12.4

Compare Source

Patch Changes

v10.12.3

Compare Source

Patch Changes
  • Restore hoisting of optional peer dependencies when installing with an outdated lockfile.
    Regression introduced in v10.12.2 by #​9648; resolves #​9685.
cloudflare/workers-sdk (wrangler)

v4.22.0

Compare Source

Minor Changes
  • #​7871 f2a8d4a Thanks @​dario-piotrowicz! - add support for assets bindings to getPlatformProxy

    this change makes sure that that getPlatformProxy, when the input configuration
    file contains an assets field, correctly returns the appropriate asset binding proxy

    example:

    // wrangler.jsonc
    {
    	"name": "my-worker",
    	"assets": {
    		"directory": "./public/",
    		"binding": "ASSETS",
    	},
    }
    import { getPlatformProxy } from "wrangler";
    
    const { env, dispose } = await getPlatformProxy();
    
    const text = await (await env.ASSETS.fetch("http://0.0.0.0/file.txt")).text();
    console.log(text); // logs the content of file.txt
    
    await dispose();
Patch Changes

v4.21.2

Compare Source

Patch Changes

v4.21.1

Compare Source

Patch Changes

v4.21.0

Compare Source

Minor Changes
Patch Changes
  • #​9695 0e64c35 Thanks @​emily-shen! - Move hotkey registration later in dev start up

    This should have no functional change, but allows us to conditionally render hotkeys based on config.

  • #​9098 ef20754 Thanks @​jseba! - Migrate Workers Containers commands to Containers API Endpoints

    The Workers Containers API was built on top of Cloudchamber, but has now been moved to its own API
    with a reduced scoping and new token.

  • #​9712 2a4c467 Thanks @​emily-shen! - Make wrangler container commands print open-beta status


Configuration

📅 Schedule: Branch creation - "on Monday" (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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

nuxthub-admin bot commented Jun 23, 2025

✅ Deployed chat-template

Deployed chat-template b6a9e0b to preview

🔗 renovate-all-minor-patch.chat-template.pages.dev
📌 86d37b7a.chat-template.pages.dev
📱
View QR Code QR code linking to deployment URL.

📋 View deployment logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e95f83 to 7e17f7d Compare June 23, 2025 22:15
@renovate renovate bot changed the title chore(deps): update devdependency drizzle-kit to ^0.31.2 chore(deps): update all non-major dependencies Jun 23, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7e17f7d to 21ffe84 Compare June 24, 2025 14:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 21ffe84 to 0f02c44 Compare June 24, 2025 21:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0f02c44 to 3cf95bb Compare June 25, 2025 03:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3cf95bb to 8169920 Compare June 25, 2025 17:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8169920 to b764478 Compare June 26, 2025 12:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b764478 to 26518f6 Compare June 26, 2025 17:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 26518f6 to 12e5cbb Compare June 26, 2025 22:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 12e5cbb to 91511ed Compare June 27, 2025 07:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 91511ed to 9b1e92b Compare June 27, 2025 13:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9b1e92b to 3ec6f0d Compare June 27, 2025 22:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3ec6f0d to b6a9e0b Compare June 28, 2025 09:11
@benjamincanac benjamincanac merged commit 251b2ea into main Jun 30, 2025
2 checks passed
@benjamincanac benjamincanac deleted the renovate/all-minor-patch branch June 30, 2025 08:47
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant