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 #465

Merged
merged 1 commit into from
Feb 1, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/lucide 1.2.24 -> 1.2.25 age adoption passing confidence
@iconify-json/simple-icons 1.2.21 -> 1.2.22 age adoption passing confidence
@nuxt/content (source) 3.0.0 -> 3.0.1 age adoption passing confidence
@nuxt/ui (source) 3.0.0-alpha.11 -> 3.0.0-alpha.12 age adoption passing confidence
@nuxthub/core (source) 0.8.14 -> 0.8.15 age adoption passing confidence
@nuxtjs/seo (source) 2.1.0 -> 2.1.1 age adoption passing confidence
@types/bun (source) 1.2.0 -> 1.2.2 age adoption passing confidence
drizzle-kit (source) 0.30.2 -> 0.30.4 age adoption passing confidence
drizzle-orm (source) 0.38.4 -> 0.39.1 age adoption passing confidence
nuxt (source) ^3.15.3 -> ^3.15.4 age adoption passing confidence
nuxt (source) 3.15.2 -> 3.15.4 age adoption passing confidence
nuxt-auth-utils 0.5.9 -> 0.5.10 age adoption passing confidence
nypm 0.5.0 -> 0.5.2 age adoption passing confidence
semver 7.6.3 -> 7.7.0 age adoption passing confidence
turbo (source) 2.3.4 -> 2.4.0 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.3 age adoption passing confidence
wrangler (source) ^3.105.1 -> ^3.107.2 age adoption passing confidence

Release Notes

nuxt/content (@​nuxt/content)

v3.0.1

Compare Source

Bug Fixes
nuxt/ui (@​nuxt/ui)

v3.0.0-alpha.12

Compare Source

⚠ BREAKING CHANGES
  • ColorPicker: migrate from color to colortranslator (#​3097)
  • Form: include nested state in submit data (#​3028)
Features
Bug Fixes
  • Alert: allow actions wrap (#​3083) (e7c10bc)
  • Avatar: handle loading manually to support @nuxt/image (00c5f26), closes nuxt/ui-pro#727
  • Avatar: hide fallback when image is loaded (36d7402), closes nuxt/ui-pro#727
  • Button: wrong avatar size with block prop (ba1dd13)
  • colors: move css variables to base layer (533ccec), closes #​3075
  • components: prevent multiple appConfig identifier import (#​3186) (cd16b95)
  • ContextMenu/DropdownMenu: remove unnecessary bindings in html (9b5a957)
  • Form: include nested state in submit data (#​3028) (de9ecb1)
  • Form: standard schema validation no longer wrapped in value object (#​3104) (8f7f579)
  • locale: remove emoji fallback for Chinese (#​3134) (1a95104)
  • locale: year translation missing ñ in es (#​3090) (1bf370e)
  • NavigationMenu: handle children recursively in vertical orientation (2b7ff3e), closes #​3128
  • NavigationMenu: highlight open items on horizontal orientation only (931211a)
  • useToast: add in queue and improve unique ids (aafddd8), closes #​2686
Code Refactoring
nuxt-hub/core (@​nuxthub/core)

v0.8.15

Compare Source

compare changes

🚀 Enhancements
🏡 Chore
  • Add nitroPreset in hub.config.json (c2e29b3)
❤️ Contributors
harlan-zw/nuxt-seo (@​nuxtjs/seo)

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
drizzle-team/drizzle-orm (drizzle-kit)

v0.30.4

Compare Source

  • Fix bug that generates incorrect syntax when introspect in mysql
  • Fix a bug that caused incorrect syntax output when introspect in unsigned columns

v0.30.3

Compare Source

SingleStore push and generate improvements

As SingleStore did not support certain DDL statements before this release, you might encounter an error indicating that some schema changes cannot be applied due to a database issue. Starting from this version, drizzle-kit will detect such cases and initiate table recreation with data transfer between the tables

Bug fixes

nuxt/nuxt (nuxt)

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
atinux/nuxt-auth-utils (nuxt-auth-utils)

v0.5.10

Compare Source

compare changes

🚀 Enhancements
📖 Documentation
❤️ Contributors
unjs/nypm (nypm)

v0.5.2

Compare Source

compare changes

📦 Build
  • Update exports for typescript compatibility (#​186)
❤️ Contributors

v0.5.1

Compare Source

compare changes

🚀 Enhancements
  • Normalize packageManager field when parsing (#​184)
🏡 Chore
❤️ Contributors
npm/node-semver (semver)

v7.7.0

Compare Source

Features
Bug Fixes
Documentation
Chores
vercel/turborepo (turbo)

v2.4.0: Turborepo v2.4.0

Compare Source

What's Changed

Docs
create-turbo
eslint
@​turbo/repository
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.3.4...v2.4.0

microsoft/TypeScript (typescript)

v5.7.3

Compare Source

v5.7.2

Compare Source

cloudflare/workers-sdk (wrangler)

v3.107.2

Compare Source

Patch Changes

v3.107.1

Compare Source

Patch Changes

v3.107.0

Compare Source

Minor Changes
Patch Changes
  • #​7945 d758215 Thanks @​ns476! - Add Images binding (in private beta for the time being)

  • #​7947 f57bc4e Thanks @​dario-piotrowicz! - fix: avoid getPlatformProxy logging twice that it is using vars defined in .dev.vars files

    when getPlatformProxy is called and it retrieves values from .dev.vars files, it logs twice
    a message like: Using vars defined in .dev.vars, the changes here make sure that in such cases
    this log only appears once

  • #​7889 38db4ed Thanks @​emily-shen! - feat: add experimental resource auto-provisioning to versions upload

  • #​7864 de6fa18 Thanks @​dario-piotrowicz! - Update the unstable_getMiniflareWorkerOptions types to always include an env parameter.

    The unstable_getMiniflareWorkerOptions types, when accepting a config object as the first argument,
    didn't accept a second env argument. The changes here make sure they do, since the env is still
    relevant for picking up variables from .dev.vars files.

  • #​7964 bc4d6c8 Thanks @​LuisDuarte1! - Fix scripts binding to a workflow in a different script overriding workflow config

  • Updated dependencies [cf4f47a]:


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.

Copy link
Contributor

nuxthub-admin bot commented Feb 1, 2025

✅ Deployed shelve-vault

Deployed shelve-vault b775800 to preview

🔗 renovate-all-minor-patch.shelve-vault.pages.dev
📌 9e5a87f8.shelve-vault.pages.dev
📱
View QR Code QR code linking to deployment URL.

📋 View deployment logs

Copy link
Contributor

nuxthub-admin bot commented Feb 1, 2025

❌ Deployment failed shelve

Failed to deploy shelve b775800 to preview

📋 View deployment logs

Copy link
Contributor

nuxthub-admin bot commented Feb 1, 2025

✅ Deployed shelve-lp

Deployed shelve-lp b775800 to preview

🔗 renovate-all-minor-patch.shelve-lp.pages.dev
📌 69e9768e.shelve-lp.pages.dev
📱
View QR Code QR code linking to deployment URL.

📋 View deployment logs

@HugoRCD HugoRCD self-assigned this Feb 1, 2025
@HugoRCD HugoRCD merged commit 8993cab into main Feb 1, 2025
13 of 14 checks passed
@HugoRCD HugoRCD deleted the renovate/all-minor-patch branch February 1, 2025 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant