Skip to content

chore(deps): update all non-major dependencies #7

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

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 Confidence
@nuxt-themes/docus ^1.15.0 -> ^1.15.1 age confidence
@nuxt/eslint-config (source) ^0.2.0 -> ^0.7.6 age confidence
@nuxt/module-builder ^0.5.5 -> ^0.8.4 age confidence
@nuxt/test-utils ^3.12.0 -> ^3.19.2 age confidence
@nuxtjs/plausible ^0.2.3 -> ^0.2.4 age confidence
@tsparticles/basic (source) ^3.3.0 -> ^3.9.1 age confidence
@tsparticles/engine (source) ^3.3.0 -> ^3.9.1 age confidence
@tsparticles/slim (source) ^3.3.0 -> ^3.9.1 age confidence
@types/node (source) ^18.18.4 -> ^18.19.122 age confidence
@types/node (source) ^20.8.4 -> ^20.19.10 age confidence
changelogen ^0.5.5 -> ^0.6.2 age confidence
eslint (source) ^8.57.0 -> ^8.57.1 age confidence
eslint (source) ^8.51.0 -> ^8.57.1 age confidence
tsparticles (source) ^3.3.0 -> ^3.9.1 age confidence

Release Notes

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

v1.15.1

Compare Source

What's Changed

New Contributors

Full Changelog: nuxtlabs/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
  • 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/test-utils (@​nuxt/test-utils)

v3.19.2

Compare Source

3.19.2 is the next patch release.

Timetable: 1 July

👉 Changelog

compare changes

🩹 Fixes
  • config: Add missing mocks for vue-devtools (#​1321)
  • runtime-utils: Prevent event duplication (#​1328)
  • config: Include tests without .nuxt. extension ([#​1311](http

Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), 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 failed.

Name Link
🔨 Latest commit 3d85f66
🔍 Latest deploy log https://app.netlify.com/projects/nuxt-particles/deploys/68989eceb9d9c30008a38405

@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 4 times, most recently from cc888c7 to 559603f Compare May 14, 2025 06:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7baa099 to eafadd8 Compare May 21, 2025 03:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from fc6547a to 428486a Compare May 30, 2025 22:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 428486a to 9460064 Compare June 6, 2025 19:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9460064 to bc155b4 Compare June 16, 2025 12:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c1bdedd to f8dd7ea Compare July 1, 2025 23:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 698c905 to 815344e Compare July 10, 2025 22:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 223b0a7 to 5f6deac Compare July 19, 2025 01:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ed6c20b to b4022a8 Compare August 8, 2025 17:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b4022a8 to 3d85f66 Compare August 10, 2025 13:29
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