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 (v3) #2454

Merged
merged 5 commits into from
Oct 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/simple-icons ^1.2.9 -> ^1.2.10 age adoption passing confidence
@nuxt/eslint-config (source) ^0.6.0 -> ^0.6.1 age adoption passing confidence
@nuxt/icon ^1.5.6 -> ^1.6.1 age adoption passing confidence
@nuxthub/core (source) ^0.7.37 -> ^0.8.4 age adoption passing confidence
@nuxtjs/color-mode ^3.5.1 -> ^3.5.2 age adoption passing confidence
@release-it/conventional-changelog ^9.0.1 -> ^9.0.2 age adoption passing confidence
embla-carousel (source) ^8.3.0 -> ^8.3.1 age adoption passing confidence
embla-carousel-auto-height (source) ^8.3.0 -> ^8.3.1 age adoption passing confidence
embla-carousel-auto-scroll (source) ^8.3.0 -> ^8.3.1 age adoption passing confidence
embla-carousel-autoplay (source) ^8.3.0 -> ^8.3.1 age adoption passing confidence
embla-carousel-class-names (source) ^8.3.0 -> ^8.3.1 age adoption passing confidence
embla-carousel-fade (source) ^8.3.0 -> ^8.3.1 age adoption passing confidence
embla-carousel-vue (source) ^8.3.0 -> ^8.3.1 age adoption passing confidence
nuxt-component-meta ^0.8.2 -> ^0.9.0 age adoption passing confidence
nuxt-og-image (source) ^3.0.6 -> ^3.0.8 age adoption passing confidence
pnpm (source) 9.12.2 -> 9.12.3 age adoption passing confidence
radix-vue ^1.9.7 -> ^1.9.8 age adoption passing confidence
tinyglobby ^0.2.9 -> ^0.2.10 age adoption passing confidence
typescript (source) ^5.5.3 -> ^5.6.3 age adoption passing confidence
unplugin ^1.14.1 -> ^1.15.0 age adoption passing confidence
vite (source) ^5.4.8 -> ^5.4.10 age adoption passing confidence
vitest (source) ^2.1.3 -> ^2.1.4 age adoption passing confidence
vue (source) ^3.5.10 -> ^3.5.12 age adoption passing confidence
vue-tsc (source) ^2.1.6 -> ^2.1.8 age adoption passing confidence
wrangler (source) ^3.82.0 -> ^3.83.0 age adoption passing confidence

Release Notes

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

v0.6.1

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/icon (@​nuxt/icon)

v1.6.1

Compare Source

v1.6.0

Compare Source

  • chore: update deps (52fbaa2)
  • fix(components): fixed duplicate icon class names (#​292) (ee82b2e)
  • feat: propagate SVG changes in customCollections to client and server bundles without nuxt server restart (#​282) (799ee0b)

v1.5.8

Compare Source

  • fix: compatiable with test env (2a619ac)

v1.5.7

Compare Source

nuxt-hub/core (@​nuxthub/core)

v0.8.4

Compare Source

compare changes

🚀 Enhancements
  • Support cloudflare access (#​348)
📖 Documentation
  • Add note about CF routes limit (6556a74)
🏡 Chore
❤️ Contributors

v0.8.3

Compare Source

compare changes

🩹 Fixes
  • Make vectorize query params optional (#​351)
  • Correctly resolve vectorize type (#​349)
  • Only show vectorize as remote storage if indexes present (#​352)
📖 Documentation
❤️ Contributors

v0.8.2

Compare Source

compare changes

🩹 Fixes
  • Only apply migrations if database is enabled (#​343)
📖 Documentation
❤️ Contributors

v0.8.1

Compare Source

compare changes

🩹 Fixes
  • database: Create migrations table in dev (#​342)
📖 Documentation
❤️ Contributors
  • Sébastien Chopin (@​atinux)
  • Estéban <e.soubiran25@​gmail.com>

v0.8.0

Compare Source

compare changes

🚀 Enhancements
  • ⚠️ Automatic database migrations (#​333)
📖 Documentation
🏡 Chore
⚠️ Breaking Changes
  • ⚠️ Automatic database migrations (#​333)
❤️ Contributors
nuxt-modules/color-mode (@​nuxtjs/color-mode)

v3.5.2

Compare Source

compare changes

📖 Documentation
🏡 Chore
❤️ Contributors
release-it/conventional-changelog (@​release-it/conventional-changelog)

v9.0.2

Compare Source

davidjerleke/embla-carousel (embla-carousel)

v8.3.1

Compare Source

nuxtlabs/nuxt-component-meta (nuxt-component-meta)

v0.9.0

Compare Source

nuxt-modules/og-image (nuxt-og-image)

v3.0.8

Compare Source

v3.0.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
pnpm/pnpm (pnpm)

v9.12.3

Compare Source

Patch Changes
  • Don't purge node_modules, when typing "n" in the prompt that asks whether to remove node_modules before installation #​8655.
  • Fix a bug causing pnpm to infinitely spawn itself when manage-package-manager-versions=true is set and the .tools directory is corrupt.
  • Use crypto.hash, when available, for improved performance #​8629.
  • Fixed a race condition in temporary file creation in the store by including worker thread ID in filename. Previously, multiple worker threads could attempt to use the same temporary file. Temporary files now include both process ID and thread ID for uniqueness #​8703.
  • All commands should read settings from the package.json at the root of the workspace #​8667.
  • When manage-package-manager-versions is set to true, errors spawning a self-managed version of pnpm will now be shown (instead of being silent).
  • Pass the find command to npm, it is an alias for npm search
unovue/radix-vue (radix-vue)

v1.9.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
SuperchupuDev/tinyglobby (tinyglobby)

v0.2.10

Compare Source

Added
  • Re-enabled symlinks resolution. Big thanks to thecodrr for fixing the critical bug upstream
Fixed
  • Processing of absolute negative patterns
  • Negative ignore patterns are now not processed for consistency with fast-glob
unjs/unplugin (unplugin)

v1.15.0

Compare Source

Bug Fixes
  • Unvirtualize importer paths in webpack and rspack (#​430) (52f0b79)

1.14.1 (2024-09-11)

Bug Fixes
vitejs/vite (vite)

v5.4.10

Compare Source

Please refer to CHANGELOG.md for details.

vitest-dev/vitest (vitest)

v2.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vuejs/language-tools (vue-tsc)

v2.1.8

Compare Source

Features
  • vscode: reactions visualization now identifies more use cases Insiders
  • language-core: auto infer $el type (#​4805) - Thanks to @​KazariEX!
  • language-core: typed directive arg and modifiers (#​4813) - Thanks to @​KazariEX!
Bug Fixes
Performance
  • language-service: find destructured props only with enabled setting (#​4815) - Thanks to @​KazariEX!
Other Changes
cloudflare/workers-sdk (wrangler)

v3.83.0

Compare Source

Minor Changes
  • #​7000 1de309b Thanks @​jkoe-cf! - feature: allowing users to specify a description when creating an event notification rule
Patch Changes

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the v3 #1289 label Oct 24, 2024
Copy link

pkg-pr-new bot commented Oct 24, 2024

pnpm add https://pkg.pr.new/@nuxt/ui@2454

commit: 0f42552

Copy link

cloudflare-workers-and-pages bot commented Oct 24, 2024

Deploying ui3 with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0f42552
Status: ✅  Deploy successful!
Preview URL: https://aa4ab34c.ui-6q2.pages.dev
Branch Preview URL: https://renovate-v3-all-minor-patch.ui-6q2.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch 17 times, most recently from c73dc0e to befe596 Compare October 30, 2024 05:17
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from befe596 to 4299023 Compare October 30, 2024 06:47
Copy link
Contributor Author

renovate bot commented Oct 30, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@benjamincanac benjamincanac merged commit ce427f7 into v3 Oct 30, 2024
3 checks passed
@benjamincanac benjamincanac deleted the renovate/v3-all-minor-patch branch October 30, 2024 11:01
yassilah pushed a commit to yassilah/ui that referenced this pull request Oct 31, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3 #1289
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant