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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt-themes/docus ^1.15.0 -> ^1.15.1 age adoption passing confidence
@nuxt/eslint-config (source) ^0.2.0 -> ^0.7.4 age adoption passing confidence
@nuxt/module-builder ^0.5.5 -> ^0.8.4 age adoption passing confidence
@nuxtjs/plausible ^0.2.3 -> ^0.2.4 age adoption passing confidence
@tsparticles/basic (source) ^3.3.0 -> ^3.7.1 age adoption passing confidence
@tsparticles/engine (source) ^3.3.0 -> ^3.7.1 age adoption passing confidence
@tsparticles/slim (source) ^3.3.0 -> ^3.7.1 age adoption passing confidence
@types/node (source) ^18.18.4 -> ^18.19.68 age adoption passing confidence
@types/node (source) ^20.8.4 -> ^20.17.10 age adoption passing confidence
changelogen ^0.5.5 -> ^0.5.7 age adoption passing confidence
eslint (source) ^8.57.0 -> ^8.57.1 age adoption passing confidence
eslint (source) ^8.51.0 -> ^8.57.1 age adoption passing confidence
tsparticles (source) ^3.3.0 -> ^3.7.1 age adoption passing confidence

Release Notes

nuxt-themes/docus (@​nuxt-themes/docus)

v1.15.1

Compare Source

What's Changed

New Contributors

Full Changelog: nuxt-themes/docus@v1.15.0...v1.15.1

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

v0.7.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.7.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.7.2

Compare Source

   🚀 Features
    View changes on GitHub

v0.7.1

Compare Source

No significant changes

    View changes on GitHub

v0.7.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.6.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.6.1

Compare Source

   🚀 Features
    View changes on GitHub

v0.6.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.7

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.6

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.5.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.3

Compare Source

No significant changes

    View changes on GitHub

v0.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.5.1

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.4.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.13

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.11

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.7

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.5

Compare Source

   🚀 Features
  • eslint-config:
    • Support default export and rest arguments for easier usage  -  by @​antfu (c75eb)
  • module:
    View changes on GitHub

v0.3.4

Compare Source

v0.3.3

Compare Source

v0.3.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.1

Compare Source

v0.3.0

🚀 Notable Changes

💡 Expect an introduction blog post to explain in more detail very soon!

With this release, we have unified the ESLint tools across the ecosystem into this single monorepo to have a more maintainable structure. (For a comparison table between packages, please check: https://eslint.nuxt.com/guide/faq#package-disambiguation)

New docs: https://eslint.nuxt.com/

Introduce the new @nuxt/eslint module, that generates project-aware flat configs. Morden and much more extensible and customizable. Works with ESLint v9.0.0. Learn more at https://eslint.nuxt.com/packages/module.


    Features
    Bug Fixes
    Performance
    View changes on GitHub
nuxt/module-builder (@​nuxt/module-builder)

v0.8.4

Compare Source

compare changes

🩹 Fixes
  • Remove nuxt/schema augment (2a20ed0)
❤️ Contributors

v0.8.3

Compare Source

compare changes

🩹 Fixes
  • build: Handle missing named type exports (#​331)
❤️ Contributors

v0.8.2

Compare Source

compare changes

🔥 Performance
  • Removed unnecessary hasTypeExport check (#​310)
🩹 Fixes
  • prepare: Override compatibilityDate (b9b27c3)
❤️ Contributors

v0.8.1

Compare Source

compare changes

🩹 Fixes
  • build: Export all types in stub mode (6b1970d)
🏡 Chore
❤️ Contributors

v0.8.0

Compare Source

compare changes

🩹 Fixes
  • ⚠️ Do not augment nuxt options inside module entry (#​295)
  • build: Do not export default as a type (d29337c)
  • build: Only generate import type statement if required (190bff4)
⚠️ Breaking Changes
  • ⚠️ Do not augment nuxt options inside module entry (#​295)
❤️ Contributors

v0.7.1

Compare Source

compare changes

🩹 Fixes
  • build: Declare ModuleOptions in correct place (#​283)
📖 Documentation
  • Update path for runtime js files (#​282)
❤️ Contributors

v0.7.0

Compare Source

compare changes

🚀 Enhancements
  • Auto generate module options from schema meta (#​33)
🩹 Fixes
  • Use tsconfck to resolve tsconfig compilerOptions (#​274)
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
  • Resolve full path to runtime externals (#​275)
  • Include dist/runtime in externals list (0946c04)
📖 Documentation
  • Add types condition to export subpath (#​265)
🏡 Chore
✅ Tests
  • Add additional test for validity of types shared from runtime (afc4374)
🤖 CI
  • Adds reproduction workflow (0dc73bb)
⚠️ Breaking Changes
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
❤️ Contributors

v0.6.0

Compare Source

compare changes

🚀 Enhancements
  • Generate runtime/ dts based on nuxt tsconfig options (#​255)
  • Add builder versions to module.json (f8567a3)
  • Support transforming jsx (4841f2e)
🩹 Fixes
  • ⚠️ Remove support for deprecated RuntimeModuleHooks interface (#​228)
  • Add -nightly versions to externals (0a88a87)
  • Ignore exporting type if it is not defined (c308cc5)
  • Mark runtime/ directory as external (7a68e1e)
🏡 Chore
  • release: V0.5.5 (f158ffa)
  • Dedupe kit/schema/vue versions (aa0a710)
  • Add root dev:prepare command (c308a68)
  • Migrate to eslint v9 (#​250)
  • Improve internal type safety and enable strict mode (78aa088)
  • Tweak tsconfig settings (404aae7)
  • Add more type annotations (ba0614b)
✅ Tests
  • Update type testing step (#​256)
  • Add inline snapshots for runtime/ transforms (#​257)
  • Update snapshot (a39c183)
🎨 Styles
⚠️ Breaking Changes
  • ⚠️ Remove support for deprecated RuntimeModuleHooks interface (#​228)
❤️ Contributors
nuxt-modules/plausible (@​nuxtjs/plausible)

v0.2.4

Compare Source

No significant changes

    [View changes on GitH

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.

@netlify
Copy link

netlify bot commented Oct 12, 2023

Deploy Preview for nuxt-particles ready!

Name Link
🔨 Latest commit 5a86096
🔍 Latest deploy log https://app.netlify.com/sites/nuxt-particles/deploys/67654d40b033910008b08f91
😎 Deploy Preview https://deploy-preview-7--nuxt-particles.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2441c34 to d2adb59 Compare October 18, 2023 11:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 92bfc8c to cb04a70 Compare October 25, 2023 18:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0e75cfb to 68565d6 Compare November 6, 2023 13:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bf858db to c8ed682 Compare November 8, 2023 13:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 8b1906c to bc78f5f Compare November 22, 2023 05:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2096f7c to 3b6ae7a Compare November 30, 2023 21:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from adddeeb to 0e08018 Compare December 7, 2023 09:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 46c4afb to 053b02c Compare December 17, 2023 22:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c000f0c to 58b7085 Compare December 30, 2023 00:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 26169bf to 5eda4d8 Compare September 27, 2024 18:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fadd3ef to d1d3984 Compare October 14, 2024 06:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d58769f to c34f96d Compare October 23, 2024 15:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from fd237c4 to cfc2c46 Compare October 31, 2024 19:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b58dc92 to 3ea85b6 Compare November 7, 2024 02:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 01716e8 to 5d8c125 Compare November 23, 2024 07:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 3e1956d to aa08518 Compare November 28, 2024 06:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3271ed3 to 3c2e057 Compare December 12, 2024 12:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3c2e057 to 5a86096 Compare December 20, 2024 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants