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 (main) #155

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

Conversation

hywax-assistant
Copy link
Collaborator

@hywax-assistant hywax-assistant commented Nov 30, 2024

This PR contains the following updates:

Package Type Update Change
@commitlint/cli (source) devDependencies minor ^19.6.0 -> ^19.8.0
@commitlint/config-conventional (source) devDependencies minor ^19.6.0 -> ^19.8.0
@nuxtjs/tailwindcss devDependencies minor ^6.12.2 -> ^6.13.2
@types/node (source) devDependencies patch ^20.17.9 -> ^20.17.25
@vueuse/nuxt (source) dependencies minor ^12.0.0 -> ^12.8.2
changelogen devDependencies minor ^0.5.7 -> ^0.6.1
consola dependencies minor ^3.2.3 -> ^3.4.2
eslint (source) devDependencies minor ^9.15.0 -> ^9.23.0
lint-staged devDependencies minor ^15.2.10 -> ^15.5.0
node final minor 20.18.1-alpine -> 20.19.0-alpine
node stage minor 20.18.1-alpine -> 20.19.0-alpine
nuxt (source) devDependencies minor ^3.14.1592 -> ^3.16.1
typescript (source) devDependencies minor ^5.7.2 -> ^5.8.2
vitepress (source) devDependencies minor ^1.5.0 -> ^1.6.3
vue-tsc (source) devDependencies minor ^2.1.10 -> ^2.2.8
yaml (source) dependencies minor ^2.6.1 -> ^2.7.0
zod (source) dependencies minor ^3.23.8 -> ^3.24.2

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.8.0

Compare Source

Performance Improvements
  • use node: prefix to bypass require.cache call for builtins (#​4302) (0cd8f41)

19.7.1 (2025-02-02)

Note: Version bump only for package @​commitlint/cli

19.6.1 (2024-12-15)

Note: Version bump only for package @​commitlint/cli

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.8.0

Compare Source

Performance Improvements
  • use node: prefix to bypass require.cache call for builtins (#​4302) (0cd8f41)

19.7.1 (2025-02-02)

Note: Version bump only for package @​commitlint/config-conventional

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

nuxt-modules/tailwindcss (@​nuxtjs/tailwindcss)

v6.13.2

Compare Source

compare changes

🩹 Fixes
  • content: Resolve app/ dir for utils, resolves #​955 (#​955)
  • content: Use pages:extend to get page routes (f226a64)
  • config: Dedupe tailwind.config from configPaths, closes #​949 (#​949)
📖 Documentation
  • Mention tailwindcss-cli if tailwindcss init fails (#​946)
  • Direct to v3 tailwindcss docs (a7c54c4)
  • Revert to NuxtTailwind (#​963)
  • Update module-options.md (159ab53)
🏡 Chore
  • ci: Fix corepack for actions/setup-node (c996f0a)
  • Fix lint (3dd3ada)
❤️ Contributors

v6.13.1

Compare Source

compare changes

🩹 Fixes
  • Check for non-resolved tailwind.config (c448158)
❤️ Contributors

v6.13.0

Compare Source

compare changes

🚀 Enhancements
  • content: Add spaLoadingTemplate to content resolution (#​907)
  • Enable c12 for loading config and provide defineConfig (#​913)
  • merger: Add to exports (#​922)
🩹 Fixes
  • hmr: Fix variable (f47e093)
  • load: Add .js to tailwindcss/resolveConfig (0696aba)
  • config: Use mjs template (#​930)
  • injectPosition: Resolve file paths to determine position (71be9ac)
📖 Documentation
  • Add command to create tailwind.config.js for pnpm (#​910)
  • Provide GitHub link for examples (#​904)
  • Update outdated content (#​937)
🏡 Chore
❤️ Contributors
vueuse/vueuse (@​vueuse/nuxt)

v12.8.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v12.8.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v12.8.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.6.1

Compare Source

No significant changes

    View changes on GitHub

v12.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
unjs/changelogen (changelogen)

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

v3.4.2

Compare Source

compare changes

🩹 Fixes
  • Export tree utils (#​349)
  • Calculate box width with the title width (#​362)
🏡 Chore
❤️ Contributors

v3.4.1

Compare Source

compare changes

🩹 Fixes
  • Remove all message lines from stack (#​356)
🏡 Chore
❤️ Contributors

v3.4.0

Compare Source

compare changes

🚀 Enhancements
  • Use upstream @clack/prompts (#​332)
🩹 Fixes
  • Calculate box width without escape sequence chars (#​336)
💅 Refactors
📦 Build
  • Update exports for node16 typescript resolution (#​331)
🏡 Chore
❤️ Contributors
  • Pooya Parsa (@​pi0)
  • Yongqi <yongqi14@​qq.com>

v3.3.3

Compare Source

compare changes

📦 Build
  • Revert "build: update exports for node16 typescript resolution" (2065136)
❤️ Contributors

v3.3.2

Compare Source

compare changes

📦 Build
  • Patch string-width for node 14 support (421c663)
  • Update exports for node16 typescript resolution (18bc852)
❤️ Contributors

v3.3.1

Compare Source

compare changes

🩹 Fixes
  • fancy: Fallback whenIntl is unavailable (#​326)
❤️ Contributors

v3.3.0

Compare Source

compare changes

🚀 Enhancements
  • utils: formatTree utility (#​223)
  • Export prompt option types (#​301)
  • Support report error cause (#​308)
  • prompt: Configurable cancel strategy (#​325)
  • formatTree: Support max depth (#​267)
🩹 Fixes
  • Use initial in select and multiselect prompts (#​232)
  • Make box title color same as border (#​236)
📖 Documentation
📦 Build
  • Fix subpath types (#​265)
  • Add require condition for browser builds (#​243)
🌊 Types
  • Fix prompt with select type return value type (#​238)
🏡 Chore
🎨 Styles
🤖 CI
  • Use conventional commit for autofix (#​217)
❤️ Contributors
eslint/eslint (eslint)

v9.23.0

Compare Source

Features

  • 557a0d2 feat: support TypeScript syntax in no-useless-constructor (#​19535) (Josh Goldberg ✨)
  • 8320241 feat: support TypeScript syntax in default-param-last (#​19431) (Josh Goldberg ✨)
  • 833c4a3 feat: defineConfig() supports "flat/" config prefix (#​19533) (Nicholas C. Zakas)
  • 4a0df16 feat: circular autofix/conflicting rules detection (#​19514) (Milos Djermanovic)
  • be56a68 feat: support TypeScript syntax in class-methods-use-this (#​19498) (Josh Goldberg ✨)

Bug Fixes

  • 0e20aa7 fix: move deprecated RuleContext methods to subtype (#​19531) (Francesco Trotta)
  • cc3bd00 fix: reporting variable used in catch block in no-useless-assignment (#​19423) (Tanuj Kanti)
  • d46ff83 fix: no-dupe-keys false positive with proto setter (#​19508) (Milos Djermanovic)
  • e732773 fix: navigation of search results on pressing Enter (#​19502) (Tanuj Kanti)
  • f4e9c5f fix: allow RuleTester to test files inside node_modules/ (#​19499) (fisker Cheung)

Documentation

Build Related

  • 2357edd build: exclude autogenerated files from Prettier formatting (#​19548) (Francesco Trotta)

Chores


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Hywax Assistant.

@hywax-assistant hywax-assistant added the dependencies Pull requests that update a dependency file label Nov 30, 2024
@hywax-assistant hywax-assistant force-pushed the renovate/main-all-minor-patch branch from d7dfe30 to 5223ec7 Compare December 1, 2024 19:00
@hywax-assistant hywax-assistant changed the title chore(deps): update devdependency eslint to ^9.16.0 (main) chore(deps): update devdependency eslint to ^9.16.0 (main) - autoclosed Dec 8, 2024
@hywax-assistant hywax-assistant deleted the renovate/main-all-minor-patch branch December 8, 2024 19:01
@hywax-assistant hywax-assistant changed the title chore(deps): update devdependency eslint to ^9.16.0 (main) - autoclosed chore(deps): update devdependency eslint to ^9.16.0 (main) Dec 9, 2024
@hywax-assistant hywax-assistant restored the renovate/main-all-minor-patch branch December 9, 2024 19:00
@hywax-assistant hywax-assistant force-pushed the renovate/main-all-minor-patch branch from 5223ec7 to 27ac64f Compare December 10, 2024 19:00
@hywax-assistant hywax-assistant changed the title chore(deps): update devdependency eslint to ^9.16.0 (main) chore(deps): update all non-major dependencies (main) Dec 10, 2024
@hywax-assistant hywax-assistant force-pushed the renovate/main-all-minor-patch branch 3 times, most recently from 7c48790 to 98575f9 Compare December 15, 2024 19:00
@hywax-assistant hywax-assistant force-pushed the renovate/main-all-minor-patch branch 6 times, most recently from 3a76080 to 8b6bba6 Compare December 26, 2024 19:01
@hywax-assistant hywax-assistant force-pushed the renovate/main-all-minor-patch branch 2 times, most recently from 5d473bc to 5d1a3aa Compare December 31, 2024 19:00
@hywax-assistant
Copy link
Collaborator Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]

@hywax-assistant hywax-assistant force-pushed the renovate/main-all-minor-patch branch 4 times, most recently from 327b98d to 627964a Compare January 6, 2025 19:01
@hywax-assistant hywax-assistant force-pushed the renovate/main-all-minor-patch branch 4 times, most recently from 7b0fa28 to 48c1fc0 Compare January 12, 2025 19:01
@hywax-assistant hywax-assistant force-pushed the renovate/main-all-minor-patch branch 4 times, most recently from a16c659 to e55a4a6 Compare January 29, 2025 19:04
@hywax-assistant hywax-assistant force-pushed the renovate/main-all-minor-patch branch 3 times, most recently from b8a2244 to cf7adb9 Compare February 8, 2025 19:02
@hywax-assistant hywax-assistant force-pushed the renovate/main-all-minor-patch branch 5 times, most recently from 24d6a5b to 33554fa Compare February 15, 2025 19:04
@hywax-assistant hywax-assistant force-pushed the renovate/main-all-minor-patch branch 4 times, most recently from ed295d0 to fcb08c1 Compare February 28, 2025 19:07
@hywax-assistant hywax-assistant force-pushed the renovate/main-all-minor-patch branch 6 times, most recently from b724059 to b155c79 Compare March 8, 2025 19:02
@hywax-assistant hywax-assistant force-pushed the renovate/main-all-minor-patch branch 4 times, most recently from 0582891 to f352f58 Compare March 17, 2025 19:02
@hywax-assistant hywax-assistant force-pushed the renovate/main-all-minor-patch branch 2 times, most recently from d7e92a2 to 50a594d Compare March 19, 2025 19:02
@hywax-assistant hywax-assistant force-pushed the renovate/main-all-minor-patch branch from 50a594d to 2d207e4 Compare March 22, 2025 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant