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

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

hywax-assistant
Copy link
Collaborator

@hywax-assistant hywax-assistant commented Aug 24, 2024

This PR contains the following updates:

Package Type Update Change
@antfu/eslint-config dependencies patch ^2.27.1 -> ^2.27.2
@iconify/json (source) devDependencies patch ^2.2.240 -> ^2.2.241
@nuxtjs/i18n (source) dependencies patch ^8.5.0 -> ^8.5.1
@vueuse/core (source) dependencies patch ^11.0.1 -> ^11.0.3
drizzle-kit (source) devDependencies patch ^0.24.1 -> ^0.24.2
eslint (source) peerDependencies patch ^9.9.0 -> ^9.9.1
eslint (source) devDependencies patch ^9.9.0 -> ^9.9.1
pnpm (source) packageManager minor 9.8.0 -> 9.9.0
unocss devDependencies patch ^0.62.2 -> ^0.62.3
vitepress (source) devDependencies patch ^1.3.3 -> ^1.3.4

Release Notes

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

v2.27.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
iconify/icon-sets (@​iconify/json)

v2.2.241

Compare Source

nuxt-community/i18n-module (@​nuxtjs/i18n)

v8.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vueuse/vueuse (@​vueuse/core)

v11.0.3

Compare Source

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

v0.24.2

Compare Source

New Features

🎉 Support for pglite driver

You can now use pglite with all drizzle-kit commands, including Drizzle Studio!

import { defineConfig } from "drizzle-kit";

export default defineConfig({
  dialect: "postgresql",
  driver: "pglite",
  schema: "./schema.ts",
  dbCredentials: {
    url: "local-pg.db",
  },
  verbose: true,
  strict: true,
});

Bug fixes

  • mysql-kit: fix GENERATED ALWAYS AS ... NOT NULL - #​2824
eslint/eslint (eslint)

v9.9.1

Compare Source

Bug Fixes

  • 9bde90c fix: add logic to handle fixTypes in lintText() (#​18736) (Amaresh S M)

Documentation

Chores

pnpm/pnpm (pnpm)

v9.9.0: pnpm 9.9

Compare Source

Minor Changes

  • Minor breaking change. This change might result in resolving your peer dependencies slightly differently but we don't expect it to introduce issues.

    We had to optimize how we resolve peer dependencies in order to fix some infinite loops and out-of-memory errors during peer dependencies resolution.

    When a peer dependency is a prod dependency somewhere in the dependency graph (with the same version), pnpm will resolve the peers of that peer dependency in the same way across the subgraph.

    For example, we have react-dom in the peer deps of the form and button packages. card has react-dom and react as regular dependencies and card is a dependency of form.

    These are the direct dependencies of our example project:

    form
    react@16
    react-dom@16
    

    These are the dependencies of card:

    button
    react@17
    react-dom@16
    

    When resolving peers, pnpm will not re-resolve react-dom for card, even though card shadows react@16 from the root with react@17. So, all 3 packages (form, card, and button) will use react-dom@16, which in turn uses react@16. form will use react@16, while card and button will use react@17.

    Before this optimization react-dom@16 was duplicated for the card, so that card and button would use a react-dom@16 instance that uses react@17.

    Before the change:

    form
    -> react-dom@16(react@16)
    -> react@16
    card
    -> react-dom@16(react@17)
    -> react@17
    button
    -> react-dom@16(react@17)
    -> react@17
    

    After the change

    form
    -> react-dom@16(react@16)
    -> react@16
    card
    -> react-dom@16(react@16)
    -> react@17
    button
    -> react-dom@16(react@16)
    -> react@17
    

Patch Changes

  • pnpm deploy should write the node_modules/.modules.yaml to the node_modules directory within the deploy directory #​7731.
  • Don't override a symlink in node_modules if it already points to the right location pnpm/symlink-dir#54.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

unocss/unocss (unocss)

v0.62.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/vitepress (vitepress)

v1.3.4

Compare Source

Bug Fixes
  • check if _importGlobMap (vite internal) exists before using it (612d66f)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Hywax Assistant.

@hywax-assistant hywax-assistant added the dependencies Pull requests that update a dependency file label Aug 24, 2024
@hywax-assistant hywax-assistant force-pushed the renovate/all-minor-patch branch from 225e9d7 to 9f9484f Compare August 25, 2024 19:07
@hywax-assistant hywax-assistant force-pushed the renovate/all-minor-patch branch from 9f9484f to 0765240 Compare August 26, 2024 19:07
@hywax hywax merged commit 89c25ec into main Aug 26, 2024
1 check passed
@hywax hywax deleted the renovate/all-minor-patch branch August 26, 2024 21:29
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.

2 participants