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.6 age adoption passing confidence
@nuxt/module-builder ^0.5.5 -> ^0.8.4 age adoption passing confidence
@nuxt/test-utils ^3.12.0 -> ^3.17.2 age adoption passing confidence
@nuxtjs/plausible ^0.2.3 -> ^0.2.4 age adoption passing confidence
@tsparticles/basic (source) ^3.3.0 -> ^3.8.1 age adoption passing confidence
@tsparticles/engine (source) ^3.3.0 -> ^3.8.1 age adoption passing confidence
@tsparticles/slim (source) ^3.3.0 -> ^3.8.1 age adoption passing confidence
@types/node (source) ^18.18.4 -> ^18.19.86 age adoption passing confidence
@types/node (source) ^20.8.4 -> ^20.17.30 age adoption passing confidence
changelogen ^0.5.5 -> ^0.6.1 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.8.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.6

Compare Source

   🚀 Features
    View changes on GitHub

v0.7.5

Compare Source

No significant changes

    View changes on GitHub

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

   🐞 Bug Fixes
    View changes on GitHub

v0.3.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

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

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 215fa05
🔍 Latest deploy log https://app.netlify.com/sites/nuxt-particles/deploys/67ec1a38b695ce0008cddc9a
😎 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 eccefe6 to b70262e Compare January 6, 2025 14:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ee23cc0 to 115d536 Compare January 14, 2025 23:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0cabcbf to 8cd9265 Compare January 23, 2025 10:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cab5ad3 to e50abad Compare February 4, 2025 00:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9a98247 to 77a0152 Compare February 13, 2025 22:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ea7b08e to eac5d33 Compare February 26, 2025 15:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from e23e271 to 39cda4a Compare March 3, 2025 20:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b86ec32 to 6599a79 Compare March 8, 2025 18:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3ab7a1b to 1aa9984 Compare March 27, 2025 07:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1aa9984 to 5b18312 Compare April 1, 2025 07:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5b18312 to 215fa05 Compare April 1, 2025 16:54
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