Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#5
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Mar 14, 2024

This PR contains the following updates:

Package Change Age Confidence
@nuxt/eslint-config (source) ^0.2.0^0.7.0 age confidence
@nuxt/module-builder ^0.5.5^0.8.0 age confidence
@types/node (source) ^20.11.25^20.11.26 age confidence
changelogen ^0.5.5^0.6.0 age confidence

Release Notes

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
unjs/changelogen (changelogen)

v0.6.2

Compare Source

compare changes

🩹 Fixes
  • cli: Accept hideAuthorEmail arg (#​275)
📖 Documentation
  • Add note about version number interpretation (#​272)
🌊 Types
  • config.types accept boolean value (#​278)
🏡 Chore
❤️ Contributors

v0.6.1

Compare Source

compare changes

🩹 Fixes
  • Pass cwd in more places before running commands (#​266)
🏡 Chore
✅ Tests
❤️ Contributors

v0.6.0

Compare Source

compare changes

🚀 Enhancements
  • Update jiti to v2 (6e85d32)
  • Add check for breaking changes in commit body (#​228)
  • Hide author email address via flag (#​247)
  • Add noAuthors option (#​183)
🩹 Fixes
  • Use https proto for author's github link (#​225)
  • Use https proto for author's github link in tests (#​226)
  • Release version regex supporting pre versions (#​259)
  • Use correct compare changes URL for Bitbucket (#​257)
  • Use tag template for version title and compare change link (#​255)
  • Render usernames in github changelog (#​265)
💅 Refactors
  • Use consola for colors (49e0401)
  • Use confbox for yaml parsing (19e940c)
📦 Build
🏡 Chore
✅ Tests
  • Add tests for parsing co-authors from commit body (#​229)
⚠️ Breaking Changes
❤️ Contributors

v0.5.7

Compare Source

compare changes

🩹 Fixes
  • bump: Avoid using + for canary suffix (#​224)
❤️ Contributors

v0.5.6

Compare Source

compare changes

🚀 Enhancements
  • Add option to sign git tags (#​117)
  • git: Support parse git messages that have prefix emoji (#​146)
🩹 Fixes
  • github: Use bearer token (#​180)
  • Handle repo name with multiple segments (#​219)
  • Lowercase scope when filtering (#​199)
💅 Refactors
  • Replace execa with execSync (#​222)
  • Use human readable date for canary versions (#​223)
  • Update execCommand (68127be)
🏡 Chore
❤️ Contributors

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.

@renovate renovate bot changed the title chore(deps): update devdependency @types/node to ^20.11.26 chore(deps): update all non-major dependencies Mar 15, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1739cd0 to 833b1b3 Compare March 15, 2024 14:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e6363ef to 935b11b Compare April 5, 2024 20:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2dc5adb to bcf606e Compare April 12, 2024 02:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 310b1bd to 0a2d631 Compare May 2, 2024 17:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from dceb0f8 to fa63eb2 Compare May 9, 2024 02:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7f0e86b to b13b822 Compare May 30, 2024 05:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7ceb7da to b455d08 Compare June 5, 2024 20:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0f8066b to 74e1245 Compare June 26, 2024 05:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 74e1245 to ccbc240 Compare July 6, 2024 14:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ccbc240 to 1dbb263 Compare July 17, 2024 00:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 266a8da to b808614 Compare July 29, 2024 08:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 32a5793 to 44c6029 Compare August 6, 2024 02:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from faed069 to 2e4461f Compare October 19, 2024 05:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4166242 to d0ebedf Compare October 29, 2024 03:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 547c6a9 to f1584bd Compare November 3, 2024 09:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 97939dd to 8374f2d Compare November 23, 2024 11:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d583971 to 2f3068b Compare November 28, 2024 17:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2f3068b to 89d1afb Compare December 11, 2024 19:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1a82ead to 633d65d Compare January 6, 2025 19:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 34ccd38 to d9112a9 Compare January 17, 2025 07:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d9112a9 to f2da314 Compare January 24, 2025 03:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f2da314 to 306bb87 Compare February 5, 2025 03:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 306bb87 to fa49096 Compare February 15, 2025 07:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e7747d6 to efd72ce Compare March 5, 2025 03:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from efd72ce to 573bb2a Compare March 9, 2025 11:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e54e8a8 to d094655 Compare March 28, 2025 04:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d094655 to beaea69 Compare June 6, 2025 12:49
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