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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^3.0.0 -> ^3.5.1 age adoption passing confidence
@commitlint/cli (source) ^19.3.0 -> ^19.5.0 age adoption passing confidence
@commitlint/config-conventional (source) ^19.2.2 -> ^19.5.0 age adoption passing confidence
@nuxt/devtools (source) ^1.3.9 -> ^1.4.2 age adoption passing confidence
@nuxt/kit (source) ^3.13.0 -> ^3.13.1 age adoption passing confidence
@nuxtjs/device ^3.1.1 -> ^3.2.2 age adoption passing confidence
@nuxtjs/i18n (source) ^8.5.1 -> ^8.5.3 age adoption passing confidence
@prisma/client (source) ^5.19.0 -> ^5.19.1 age adoption passing confidence
@types/node (source) ^22.5.1 -> ^22.5.4 age adoption passing confidence
crossws ^0.2.4 -> ^0.3.1 age adoption passing confidence
eslint (source) ^9.9.1 -> ^9.10.0 age adoption passing confidence
husky ^9.0.11 -> ^9.1.6 age adoption passing confidence
lint-staged ^15.2.9 -> ^15.2.10 age adoption passing confidence
lucide-vue-next (source) ^0.436.0 -> ^0.440.0 age adoption passing confidence
nuxt (source) ^3.13.0 -> ^3.13.1 age adoption passing confidence
nuxt-auth-utils ^0.3.5 -> ^0.3.8 age adoption passing confidence
pixi.js (source) ~8.2.6 -> ~8.4.0 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.10.0 age adoption passing confidence
pnpm (source) >=9.9.0 -> >=9.10.0 age adoption passing confidence
prisma (source) ^5.19.0 -> ^5.19.1 age adoption passing confidence
turbo (source) ^2.1.0 -> ^2.1.1 age adoption passing confidence
vue-tsc (source) ^2.0.29 -> ^2.1.6 age adoption passing confidence

Release Notes

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

v3.5.1

Compare Source

No significant changes

    View changes on GitHub

v3.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.4.1

Compare Source

No significant changes

    View changes on GitHub

v3.4.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.3.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.3.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.3.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.2.2

Compare Source

   🐞 Bug Fixes
  • Disable unicorn/consistent-function-scoping for arrow functions  -  by @​antfu (362ab)
    View changes on GitHub

v3.2.1

Compare Source

No significant changes

    View changes on GitHub

v3.2.0

Compare Source

   🚀 Features
  • Move disable rules to the end, remove deprecated rules  -  by @​antfu (c3e2d)
    View changes on GitHub

v3.1.0

Compare Source

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

v19.5.0

Compare Source

Features

19.4.1 (2024-08-28)

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

v19.4.1

Compare Source

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

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

v19.5.0

Compare Source

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

19.4.1 (2024-08-28)

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

19.2.2 (2024-04-14)

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

v19.4.1

Compare Source

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

nuxt/devtools (@​nuxt/devtools)

v1.4.2

Compare Source

Bug Fixes

v1.4.1

Compare Source

Bug Fixes

v1.4.0

Compare Source

Features
  • kit: introduce host-client utility (167373c)

1.3.14 (2024-08-20)

1.3.13 (2024-08-20)

1.3.12 (2024-08-20)

1.3.11 (2024-08-20)

1.3.10 (2024-08-20)

Bug Fixes
Features

1.3.9 (2024-07-02)

Bug Fixes
  • capture for circular reference in state editor (841fd76)
  • introduce client.revision to trigger state editor update (418a22e)
  • modules: update compatibility check for Nuxt 3 and 4 (#​689) (2354da7)
  • use ofetch for fast-npm-meta (4188f8d)

1.3.8 (2024-07-02)

Performance Improvements
  • avoid deps on npm-registry-fetch, save install size (3d74691)

1.3.7 (2024-06-27)

Bug Fixes
Features
Performance Improvements
  • use npm-registry-fetch instead of pacote to deduce the package size (a049c52)

1.3.6 (2024-06-21)

Features

1.3.5 (2024-06-21)

Bug Fixes
  • downgrade module-builder (de79dc4)

1.3.4 (2024-06-21)

Bug Fixes

1.3.3 (2024-06-04)

Bug Fixes

1.3.2 (2024-05-27)

Bug Fixes

1.3.1 (2024-05-10)

Bug Fixes
  • module builder chunk path patch (87199a1)
nuxt/nuxt (@​nuxt/kit)

v3.13.1

Compare Source

3.13.1 is the next regularly scheduled patch release.

👀 Highlights

Although this is a patch release, there are two features I'd love to draw your attention to.

  1. 🆔 useId now uses a built-in Vue composable for stable ids between server + client! https://github.com/nuxt/nuxt/pull/28285
  2. 🔥 a new experimental.buildCache feature now allows for quicker app rebuilds https://github.com/nuxt/nuxt/pull/28726

As always, feedback is appreciated 🙏 ❤️

✅ 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
  • nuxt: Cache vue app build outputs (#​28726)
  • nuxt: Use ServerPlaceholder for ssr client components (#​28563)
  • nuxt: Use reducer array + handle modified proto (#​28768)
🩹 Fixes
  • schema: Resolve user-provided serverDir relative to root (#​28700)
  • nuxt: Handle mismatching declaration/plugin extensions (#​28709)
  • nuxt: Do not accept arbitrary strings for MiddlewareKey (#​28676)
  • nuxt: Do not pass listeners to custom NuxtLink (#​28738)
  • nuxt: Generate basic jsdoc for module config entry (#​27689)
  • nuxt: Augment NuxtOptions as well as config (#​28747)
  • nuxt: Improve error logging in import protections (#​28753)
  • nuxt: Handle deleted cookies from CookieStore events (#​28760)
  • nuxt: Allow updating appConfig with non-iterable objects (#​28773)
  • nuxt: Improve isNuxtError type inference (#​28814)
💅 Refactors
  • nuxt: Update to vue v3.5 + native useId (#​28285)
📖 Documentation
  • Fix typo (#​28724)
  • Update broken/redirected links (#​28739)
  • Capitalize text (#​28734)
  • Updated line number for nuxt build-time hooks (#​28746)
  • Add missing query returned value from useRoute() (#​28743)
  • Persist package manager choice in code blocks (#​28514)
  • Fix postcss codeblock typo (#​28801)
  • Include --frozen-lockfile when installing dependencies (#​28794)
🏡 Chore
✅ Tests
❤️ Contributors
nuxt-modules/device (@​nuxtjs/device)

v3.2.2

Compare Source

compare changes

🩹 Fixes
  • Move runtime types to src/runtime/ dir (57a658a)
❤️ Contributors

v3.2.1

Compare Source

compare changes

🚀 Enhancements
  • Deprecate enabled option (7b64ac6)
🩹 Fixes
  • Do not warn about refreshOnResize deprecation if not explicitly used (11196cd)
  • Add augmentations for $device helper (e758cc6)
💅 Refactors
  • Use single return in plugin (401a366)
  • Shorten useDevice syntax (e528ba7)
🏡 Chore
  • Use local module in playground (eca8ff1)
❤️ Contributors

v3.2.0

Compare Source

compare changes

🚀 Enhancements
  • Module overhaul (#​199)
  • Deprecate refreshOnResize option (#​211)
  • Detect Google-InspectionTool crawler (#​219)
  • Replace manual crawler regex generation with crawler-user-agents (#​224)
🩹 Fixes
  • Import Nuxt composables from #imports (#​174)
  • Update to latest @nuxt/module-builder (#​223)
  • Augment runtime config on @nuxt/schema (a84ad64)
  • Disable 'vue/multi-word-component-names' for test/ dir (502d5b1)
  • Account for absence of module's runtime config in plugin (a311d11)
📖 Documentation
  • Use new nuxi module add command in installation (#​187)
  • Update link to 2.x branch (2aec2e7)
  • Remove unused badges (4cdf090)
  • Revert removing badges (eea7813)
  • Update badges style and links (d290e56)
  • Add banner (1130799)
🏡 Chore
  • Add pull request template (2de7def)
  • Lint pull request template (0faf42f)
  • Update renovate config (855e082)
  • Test bundler module resolution (#​181)
  • Indicate compatibility with new v4 major (#​216)
  • Exclude 2.x branch from renovate (487f042)
  • Remove commented out module config from test fixture (6d860a4)
🤖 CI
❤️ Contributors
3.1.1 (2023-09-16)
  • #​157 chore: export runtime
  • #​158 fix of problem with export named 'default' in nuxt 3
nuxt-community/i18n-module (@​nuxtjs/i18n)

v8.5.3

Compare Source

v8.5.2

Compare Source

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

v5.19.1

Compare Source

Today, we are issuing the 5.19.1 patch release.

What's Changed

We've fixed the following issues:

Full Changelog: prisma/prisma@5.19.0...5.19.x, prisma/prisma-engines@5.19.0...5.19.x

unjs/crossws (crossws)

v0.3.1

Compare Source

compare changes

🩹 Fixes
  • types: AdapterOptions type (#​80)
🏡 Chore
❤️ Contributors

v0.3.0

Compare Source

compare changes

eslint/eslint (eslint)

v9.10.0

Compare Source

typicode/husky (husky)

v9.1.6

Compare Source

lint-staged/lint-staged (lint-staged)

v15.2.10

Compare Source

Patch Changes
lucide-icons/lucide (lucide-vue-next)

v0.440.0: New icons 0.440.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.439.0: New icons 0.439.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.438.0: New icons 0.438.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.437.0: New icons 0.437.0

Compare Source

Modified Icons 🔨

Atinux/nuxt-auth-utils (nuxt-auth-utils)

v0.3.8

Compare Source

compare changes

🚀 Enhancements
  • Add Gitlab provider (fec746f)
  • Add instagram provider (3bd553c)
  • Add vk provider (6581f12)
  • Add support for private data & config argument (#​171)
🩹 Fixes
  • Ensure plugin declaration files are emitted (#​170)
📖 Documentation
  • Add note about cookie size (a725436)
  • Add note to readme about session API route (ddf38c1)
🏡 Chore
❤️ Contributors

v0.3.7

Compare Source

compare changes

🩹 Fixes
  • Paypal tokens request requires encoded redirect_uri (8bf3b0b)
🏡 Chore
❤️ Contributors

v0.3.6

Compare Source

compare changes

🚀 Enhancements
💅 Refactors
📖 Documentation
🏡 Chore
❤️ Contributors
pixijs/pixijs (pixi.js)

v8.4.0

Compare Source

💾 Download

Development Build:

Production Build:

Documentation:

Changed
🎁 Added
🐛 Fixed
🧹 Chores
New Contributors

v8.3.4

Compare Source

💾 Download

Development Build:

Production Build:

Documentation:

Changed

🐛 Fixed

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 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 29 times, most recently from 77567ce to 38a5b48 Compare September 1, 2024 12:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 0e5dcdf to 49e37d7 Compare September 8, 2024 00:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 5087fe6 to 66c7364 Compare September 12, 2024 00:56
@hmbanan666 hmbanan666 closed this Sep 12, 2024
@hmbanan666 hmbanan666 deleted the renovate/all-minor-patch branch September 12, 2024 10:25
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.

1 participant