Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@antfu/eslint-config ^3.14.0 -> ^3.16.0 age adoption passing confidence dependencies minor
@commitlint/cli (source) ^19.6.1 -> ^19.7.1 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) ^19.6.0 -> ^19.7.1 age adoption passing confidence devDependencies minor
@iconify-json/lucide ^1.2.23 -> ^1.2.28 age adoption passing confidence devDependencies patch
@iconify-json/lucide ^1.2.25 -> ^1.2.28 age adoption passing confidence devDependencies patch
@iconify-json/simple-icons ^1.2.20 -> ^1.2.27 age adoption passing confidence devDependencies patch
@nuxt/kit (source) ^3.15.2 -> ^3.15.4 age adoption passing confidence devDependencies patch
@nuxtjs/i18n (source) ^9.1.1 -> ^9.2.1 age adoption passing confidence devDependencies minor
@prisma/client (source) ^6.2.1 -> ^6.4.1 age adoption passing confidence dependencies minor
@tailwindcss/vite (source) ^4.0.4 -> ^4.0.9 age adoption passing confidence devDependencies patch
@tailwindcss/vite (source) ^4.0.1 -> ^4.0.9 age adoption passing confidence devDependencies patch
@types/node (source) ^22.13.1 -> ^22.13.8 age adoption passing confidence devDependencies patch
@vueuse/components (source) ^12.4.0 -> ^12.7.0 age adoption passing confidence devDependencies minor
@vueuse/core (source) ^12.5.0 -> ^12.7.0 age adoption passing confidence dependencies minor
@vueuse/core (source) ^12.4.0 -> ^12.7.0 age adoption passing confidence devDependencies minor
@vueuse/core (source) ^12.5.0 -> ^12.7.0 age adoption passing confidence devDependencies minor
@vueuse/nuxt (source) ^12.4.0 -> ^12.7.0 age adoption passing confidence devDependencies minor
grammy (source) ^1.34.0 -> ^1.35.0 age adoption passing confidence dependencies minor
ioredis ^5.4.2 -> ^5.5.0 age adoption passing confidence dependencies minor
lint-staged ^15.4.0 -> ^15.4.3 age adoption passing confidence devDependencies patch
node (source) >=20.18.1 -> >=20.18.3 age adoption passing confidence engines patch
node 22.13.1-alpine -> 22.14.0-alpine age adoption passing confidence final minor
node 22.13.1-alpine -> 22.14.0-alpine age adoption passing confidence stage minor
nuxt-auth-utils ^0.5.7 -> ^0.5.16 age adoption passing confidence devDependencies patch
pixi.js (source) ^8.7.3 -> ^8.8.1 age adoption passing confidence dependencies minor
pnpm (source) 9.15.4 -> 9.15.6 age adoption passing confidence packageManager patch
pnpm (source) >=9.15.4 -> >=9.15.6 age adoption passing confidence engines patch
prisma (source) ^6.2.1 -> ^6.4.1 age adoption passing confidence devDependencies minor
semantic-release ^24.2.1 -> ^24.2.3 age adoption passing confidence devDependencies patch
tailwindcss (source) ^4.0.4 -> ^4.0.9 age adoption passing confidence devDependencies patch
turbo (source) ^2.3.3 -> ^2.4.4 age adoption passing confidence devDependencies minor
typescript (source) ^5.7.3 -> ^5.8.2 age adoption passing confidence devDependencies minor
unplugin-auto-import ^19.0.0 -> ^19.1.1 age adoption passing confidence devDependencies minor
unplugin-icons ^22.0.0 -> ^22.1.0 age adoption passing confidence devDependencies minor
unplugin-vue-components ^28.0.0 -> ^28.4.1 age adoption passing confidence devDependencies minor
vite (source) ^6.1.0 -> ^6.2.0 age adoption passing confidence devDependencies minor
vite-plugin-vue-devtools (source) ^7.7.1 -> ^7.7.2 age adoption passing confidence devDependencies patch
vue-i18n (source) ^11.1.0 -> ^11.1.1 age adoption passing confidence dependencies patch
vue-tsc (source) ^2.2.0 -> ^2.2.8 age adoption passing confidence devDependencies patch
zod (source) ^3.24.1 -> ^3.24.2 age adoption passing confidence dependencies patch

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v3.16.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.15.0

Compare Source

   🚀 Features
    View changes on GitHub
conventional-changelog/commitlint (@​commitlint/cli)

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

nuxt/nuxt (@​nuxt/kit)

v3.15.4

Compare Source

3.15.4 is the next patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🩹 Fixes
  • nuxt: Improve error logging when parsing with acorn (#​30754)
  • nuxt: Clear island uid before saving into the payload (#​30767)
  • kit: Load @nuxt/schema from nuxt package dir (#​30774)
  • nuxt: Allow restarting nuxt on paths outside srcDir (#​30771)
  • nuxt: Don't warn about calling useRoute in SFC setup (#​30788)
  • webpack: Disallow cross-site requests in no-cors mode (#​30757)
  • vite: Restore externality for dev server externals (#​30802)
💅 Refactors
  • vite: Use new rollup chunk.names for asset names (#​30780)
❤️ Contributors

v3.15.3

Compare Source

3.15.3 is the next regularly scheduled patch release.

👀 Highlights
CORS configuration for dev server

Alongside a range of improvements, we've also shipped a significant fix to impose CORS origin restrictions on the dev server. This applies to your Vite or Webpack/Rspack dev middleware only.

This is a significant/breaking change we would not normally ship in a patch but it is a security fix (see GHSA-4gf7-ff8x-hq99 and GHSA-2452-6xj8-jh47) and we urge you to update ASAP.

You can configure the allowed origins and other CORS options via the devServer.cors options in your nuxt.config, which may be relevant if you are developing with a custom hostname:

export default defineNuxtConfig({
  devServer: {
    cors: {
      origin: ['https://custom-origin.com'],
    },
  },
})
✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • kit,nuxt: Don't resolve paths from local layers/modules (#​30650)
  • nuxt: Reduce number of mkdirSync calls (#​30651)
  • nuxt: Reduce unnecessary template updating (#​30684)
  • kit: Reduce duplication between findPath and resolvePath (#​30682)
  • kit: Run components compat check synchronously (#​30685)
  • nuxt: Early return from annotation for non-object syntax plugins (#​30683)
  • nuxt: Enable Transition component only on client side (#​30720)
🩹 Fixes
  • vite: Override previous #app-manifest alias (#​30618)
  • kit,nuxt,schema,vite: Improve watching behaviour (#​30620)
  • nuxt: Fall back to plugin.src for variable name generation (#​30649)
  • schema: Allow overriding dev/test environment value (#​30667)
  • vite: Drop unneeded call to invalidate module (d2a95c542)
  • vite: Add back invalidateModule call (9bd71e498)
  • nuxt: Do not warn about [[ optional dynamic params (#​30619)
  • vite: Inline shared folder in dev mode (#​30690)
  • nuxt: Deep clone extracted page meta (#​30717)
  • vite,webpack: Restrict access via cors to local origins + allow configuration via devServer.cors (406db5b4d)
💅 Refactors
  • vite: Drop externality and use vite internal config (#​30634)
📖 Documentation
  • Add link to custom useFetch example (#​30629)
  • Fix example command (#​30628)
  • Fix links to nuxi source code (4fabe0025)
  • Add description for prefetch and other details of NuxtLink (#​30614)
  • Update nuxt/content example (542987627)
  • Adjust examples, type and description for addRouteMiddleware (#​30656)
  • Explain how to use ClientOnly with onMounted hook (#​30670)
  • Update links to unhead source (eb5344b43)
  • Add more context about navigation mode in callOnce composable (#​30612)
  • Add example on how to disable default routes for ssg (#​30729)
📦 Build
  • schema: Use new inlineDependencies option (01adefcec)
🏡 Chore
🤖 CI
  • Run bundle size assertion outside of matrix (#​30688)
  • Reenable nuxt benchmarking (#​30711)
❤️ Contributors
nuxt-modules/i18n (@​nuxtjs/i18n)

v9.2.1

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes
    View changes on GitHub

v9.2.0

Compare Source

This changelog is generated by GitHub Releases

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v9.1.5

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes
    View changes on GitHub

v9.1.4

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes
    View changes on GitHub

v9.1.3

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes
    View changes on GitHub

v9.1.2

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes
    View changes on GitHub
prisma/prisma (@​prisma/client)

v6.4.1

Compare Source

Today, we are issuing the 6.4.1 patch release. It fixes a few issues with the NPS survey and makes it respect the --no-hints CLI flag.

Fixes

Prisma CLI

v6.4.0

Compare Source

Today, we are excited to share the 6.4.0 stable release 🎉

🌟 Help us spread the word about Prisma by starring the repo ☝️ or tweeting about the release. 🌟

Highlights

TypeScript-based configuration with prisma.config.ts (Early Access)

In this release, we're introducing an Early Access version of a TypeScript-based configuration file for Prisma ORM: prisma.config.ts.

This file will serve as a central configuration point for Prisma ORM:

import path from 'node:path'

export default {
  earlyAccess: true, // required while in Early Access

  schema: {
    kind: 'single', // use 'multi' if you're using the `prismaSchemaFolder` preview feature
    filePath: path.join('custom', 'prisma', 'schema.prisma')
  }
  
})

With this file you are able to run any arbitrary code needed to get values required by Prisma ORM, such as database URLs from a secret store or fine-grained control of settings. It needs to live in the current working directory from where you're executing Prisma CLI commands (typically, the root of your project).

Note: If you're using prisma.config.ts, the Prisma CLI will not load environment variables from .env files. If you want to use a .env file with prisma.config.ts, you'll need to load the environment variables manually using the dotenv package (see here).

Learn more about the new prisma.config.ts file in the docs.

Case-insensitive mode in JSON filters

You can now do case-insensitive filtering on JSON data.

Just use the new mode option when filtering using string_contains, string_starts_with or string_ends_with in a JSON object and set it to "insensitive":

await prisma.user.findMany({
  where: {
    pets: {
      path: ['favorites', 'catBreed'],
      string_contains: 'Van',
      mode: "insensitive",
    },
  },
});

The above query returns all users where the favorites.catBreed value contains "Van" or "van".

Thanks to @​lubosmato who implemented this feature 🎉

Improved CockroachDB migration speed

In this release we found some inefficiencies in our migration engine that was impacting CockroachDB migrations. In 6.4.0, CockroachDB migrations should be significantly faster.

Calling all devs: Give us your feedback!

Prisma ORM's community keeps us going. To make sure that we're focused on what the community needs, we would like to get your feedback via our online feedback form.

Credits

Huge thanks to @​lubosmato, @​notomo, @​Mayureshd-18, @​mydea, @​omar-dulaimi and @​Hazmi35 for helping out with this release!

v6.3.1

Compare Source

This patch releases introduces improvements to the prisma init output when invoked to with the --db option.

Run npx prisma@latest init --db to get an instant Prisma Postgres database.

v6.3.0

Compare Source

Today, we are excited to share the 6.3.0 stable release 🎉

🌟 Help us spread the word about Prisma by starring the repo ☝️ or tweeting about the release. 🌟

Highlights

A brand new Prisma Studio

In this release we've included several great improvements to Prisma Studio's developer experience. You can learn all about the changes we've made in our release blog post, but here's a short list:

Prisma Studio is back in the Console

Fans of Prisma Data Browser rejoice! The new Prisma Studio is now in the Prisma Console and is available for all PostgreSQL and MySQL databases.

A new model viewer

Previously, switching from model to model in Prisma Studio would require backing all the way out to the model view, then digging in again. With our new UI, it's easy to switch from model to model while keeping your place.

image

A new editing experience

If you're trying to edit a given field in a model, Prisma Studio made it quite easy. However, if you're trying to edit every field in a given row, it could get quite annoying to keep scrolling left to right. Our new edit sidebar resolves that with the ability to edit all fields for a given row at once.

image

Clean up at the click of a button

When editing a number of models, it can get difficult to get back to a clean slate. In the new Prisma Studio, we've added a "Close all" button that puts you back to a fresh start.

image

Add limit to updateMany() and deleteMany()

Previously, limit has not existed as a valid option in top level updateMany() and deleteMany() queries. In 6.3.0 limit is now available in these queries, bringing their features more in line with other query types.

You can use limit like the following:

await prisma.user.deleteMany({
  where: { column: 'value' },
  limit: 100,
});

This will limit the number of deleted users to 100 at maximum.

Sort

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

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.


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

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 29, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 19 times, most recently from 98f7de4 to a90116d Compare February 5, 2025 01:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from b4b6c11 to 80a9abf Compare February 7, 2025 14:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from aed0c75 to 9dc82d4 Compare February 21, 2025 23:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 0e6bba0 to 0f9a12b Compare March 2, 2025 10:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0f9a12b to ad7bce6 Compare March 2, 2025 13:57
Copy link

sonarqubecloud bot commented Mar 2, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants