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 (v1) #157

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

Conversation

hywax-assistant
Copy link
Collaborator

@hywax-assistant hywax-assistant commented Dec 1, 2024

This PR contains the following updates:

Package Type Update Change
@commitlint/cli (source) devDependencies patch ^19.6.0 -> ^19.6.1
@iconify/json (source) devDependencies patch ^2.2.277 -> ^2.2.301
@nuxt/ui (source) dependencies patch ^3.0.0-alpha.9 -> ^3.0.0-alpha.12
@nuxt/ui-pro dependencies patch ^3.0.0-alpha.9 -> ^3.0.0-alpha.12
@nuxtjs/i18n (source) devDependencies patch ^9.1.0 -> ^9.1.4
@types/node (source) devDependencies minor ^22.10.1 -> ^22.12.0
@vueuse/nuxt (source) devDependencies minor ^12.0.0 -> ^12.5.0
lint-staged devDependencies minor ^15.2.10 -> ^15.4.3
node final minor 22.11-alpine -> 22.13.1-alpine
node stage minor 22.11-alpine -> 22.13.1-alpine
nuxt (source) devDependencies minor ^3.14.1592 -> ^3.15.4
nuxt-zod-i18n devDependencies patch ^1.11.0 -> ^1.11.5
pnpm (source) packageManager minor 9.14.2 -> 9.15.4
typescript (source) devDependencies patch ^5.7.2 -> ^5.7.3
unocss (source) devDependencies minor ^0.64.1 -> ^0.65.4
unplugin-vue-components devDependencies minor ^0.27.5 -> ^0.28.0
vite (source) devDependencies patch ^6.0.1 -> ^6.0.11
vitepress (source) devDependencies minor ^1.5.0 -> ^1.6.3
vue-tsc (source) devDependencies minor ^2.1.10 -> ^2.2.0
yaml (source) dependencies minor ^2.6.1 -> ^2.7.0
zod (source) dependencies minor ^3.23.8 -> ^3.24.1

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

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

v19.6.1

Compare Source

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

iconify/icon-sets (@​iconify/json)

v2.2.301

Compare Source

v2.2.300

Compare Source

v2.2.299

Compare Source

v2.2.298

Compare Source

v2.2.297

Compare Source

v2.2.296

Compare Source

v2.2.295

Compare Source

v2.2.294

Compare Source

v2.2.293

Compare Source

v2.2.292

Compare Source

v2.2.291

Compare Source

v2.2.290

Compare Source

v2.2.289

Compare Source

v2.2.288

Compare Source

v2.2.287

Compare Source

v2.2.286

Compare Source

v2.2.285

Compare Source

v2.2.284

Compare Source

v2.2.283

Compare Source

v2.2.282

Compare Source

v2.2.281

Compare Source

v2.2.280

Compare Source

v2.2.279

Compare Source

v2.2.278

Compare Source

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

v3.0.0-alpha.11

Compare Source

⚠ BREAKING CHANGES
  • Modal/Popover/Slideover: rename prevent-close to dismissible + uniformize docs
Features
Bug Fixes
  • Accordion/Collapsible/NavigationMenu/Tabs: define unmountOnHide default (4344e36)
  • Avatar: bind $attrs on AvatarFallback (#​2933) (7f64198)
  • Badge: reduce radius on sm size (f97d2e3)
  • CommandPalette/SelectMenu: missing translations (#​3057) (d5dba0e)
  • components: enable pointer events on menus (#​2881) (f85b098)
  • defineShortcuts: handle extract when using onSelect or onClick (#​2896) (2e17fb6)
  • DropdownMenu/ContextMenu: correct bindings of checkbox items (#​2921) (4c5a4fb)
  • FormField: restore eager-validation prop behavior (#​3031) (41dc11c)
  • InputMenu: removing tag does not change modelValue (#​3054) (5a44394)
  • locale: improve Traditional Chinese translation (#​3051) (5c2c55f)
  • Modal/Popover/Slideover: rename prevent-close to dismissible + uniformize docs (6fb426f)
  • NavigationMenu: arrow styles after reka-ui migration (9759320)
  • NavigationMenu: highlight border on children only with vertical orientation (e931880)
  • NavigationMenu: remove w-full on root slot (ef7ecd2), closes #​3000
  • NavigationMenu: unbind link on collapsible trigger with vertical orientation (82d6344)
  • SelectMenu: handle resetSearchTermOnBlur manually (#​3082) (c902a40)
  • Stepper: correct item value type (4f05b1a)
  • Stepper: wrong item in title & description slots (473194f), closes #​2888
  • templates: allow any string in colors autocomplete (5183582), closes #​2143
  • templates: infer variants types in generated theme (2c99bb8)
  • unplugin: invalid url schema on windows (#​2899) (9b4694f)
  • vue: head injection (#​2929) (7302a84)
Reverts
  • Revert "chore(deps): update typescript" (3107039)
  • Revert "chore(deps): update @nuxt/module-builder" (c79acc1)
  • Revert "build: remove cjs support" (15b411d)

v3.0.0-alpha.10

Compare Source

⚠ BREAKING CHANGES
  • module: migrate to reka-ui (#​2448)
  • Form: resolve async validation in yup & issue directly mutate state (#​2702)
Features
Bug Fixes
nuxt-modules/i18n (@​nuxtjs/i18n)

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

v9.1.1

Compare Source

This changelog is generated by GitHub Releases

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vueuse/vueuse (@​vueuse/nuxt)

v12.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
lint-staged/lint-staged (lint-staged)

v15.4.3

Compare Source

Patch Changes

Configuration

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

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

@hywax-assistant hywax-assistant added 1.x Changes in 1.x version dependencies Pull requests that update a dependency file labels Dec 1, 2024
@hywax-assistant hywax-assistant force-pushed the renovate/v1-all-minor-patch branch 5 times, most recently from 8589136 to e9bfc21 Compare December 6, 2024 19:02
@hywax-assistant hywax-assistant changed the title chore(deps): update all non-major dependencies (v1) chore(deps): update node.js to v22.12.0 (v1) Dec 8, 2024
@hywax-assistant hywax-assistant force-pushed the renovate/v1-all-minor-patch branch from e9bfc21 to cb6fef5 Compare December 10, 2024 19:01
@hywax-assistant hywax-assistant changed the title chore(deps): update node.js to v22.12.0 (v1) chore(deps): update all non-major dependencies (v1) Dec 10, 2024
@hywax-assistant hywax-assistant force-pushed the renovate/v1-all-minor-patch branch 5 times, most recently from 8740b45 to 61e518d Compare December 17, 2024 19:01
@hywax-assistant hywax-assistant force-pushed the renovate/v1-all-minor-patch branch 7 times, most recently from fdd6613 to ba6fedd Compare December 25, 2024 19:02
@hywax-assistant hywax-assistant force-pushed the renovate/v1-all-minor-patch branch 4 times, most recently from 8ca116a to 2b39dd3 Compare December 31, 2024 19:01
@hywax-assistant
Copy link
Collaborator Author

hywax-assistant commented Dec 31, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 3 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
 ERR_PNPM_FETCH_404  GET https://npm.pkg.github.com/@hywax%2Ftools-eslint: Not Found - 404

This error happened while installing a direct dependency of /tmp/renovate/repos/github/hywax/mafl

@hywax/tools-eslint is not in the npm registry, or you have no permission to fetch it.

An authorization header was used: Bearer ghp_[hidden]

@hywax-assistant hywax-assistant force-pushed the renovate/v1-all-minor-patch branch 3 times, most recently from 8847898 to 34eaa81 Compare January 3, 2025 19:01
@hywax-assistant hywax-assistant force-pushed the renovate/v1-all-minor-patch branch 6 times, most recently from d2ffbef to f195053 Compare January 10, 2025 08:59
@hywax-assistant hywax-assistant force-pushed the renovate/v1-all-minor-patch branch 6 times, most recently from 0b666f8 to 99a43a9 Compare January 17, 2025 19:02
@hywax-assistant hywax-assistant force-pushed the renovate/v1-all-minor-patch branch 7 times, most recently from d1c0db5 to 2333a0e Compare January 26, 2025 19:04
@hywax-assistant hywax-assistant force-pushed the renovate/v1-all-minor-patch branch 3 times, most recently from c97888f to 9907006 Compare January 29, 2025 19:05
@hywax-assistant hywax-assistant force-pushed the renovate/v1-all-minor-patch branch from 9907006 to 1c08751 Compare January 30, 2025 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.x Changes in 1.x version dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant