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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/coverage-v8 (source) ^1.5.2 -> ^1.6.0 age adoption passing confidence
changelogen ^0.5.5 -> ^0.5.7 age adoption passing confidence
consola ^3.2.3 -> ^3.3.3 age adoption passing confidence
eslint (source) ^8.57.0 -> ^8.57.1 age adoption passing confidence
eslint-config-unjs ^0.2.1 -> ^0.4.2 age adoption passing confidence
h3 ^1.11.1 -> ^1.13.0 age adoption passing confidence
image-meta ^0.2.0 -> ^0.2.1 age adoption passing confidence
jiti ^1.21.0 -> ^1.21.7 age adoption passing confidence
listhen ^1.7.2 -> ^1.9.0 age adoption passing confidence
ofetch ^1.3.4 -> ^1.4.1 age adoption passing confidence
pnpm (source) 9.0.6 -> 9.15.3 age adoption passing confidence
prettier (source) ^3.2.5 -> ^3.4.2 age adoption passing confidence
serve-handler ^6.1.5 -> ^6.1.6 age adoption passing confidence
sharp (source, changelog) ^0.33.3 -> ^0.33.5 age adoption passing confidence
svgo (source) ^3.2.0 -> ^3.3.2 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.7.2 age adoption passing confidence
ufo ^1.5.3 -> ^1.5.4 age adoption passing confidence
unstorage ^1.10.2 -> ^1.14.4 age adoption passing confidence
vitest (source) ^1.5.2 -> ^1.6.0 age adoption passing confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

v1.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v1.5.3

Compare Source

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

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

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)

v8.57.1

Compare Source

unjs/eslint-config (eslint-config-unjs)

v0.4.2

Compare Source

compare changes

💅 Refactors
  • Use Linter.Config as return type (2cce21a)
  • Reflax markdown rules (587c6a7)
🏡 Chore
❤️ Contributors

v0.4.1

Compare Source

compare changes

💅 Refactors
  • Use Linter.Config as return type (2cce21a)
  • Reflax markdown rules (587c6a7)
🏡 Chore
❤️ Contributors

v0.4.0

Compare Source

compare changes

🏡 Chore
  • ⚠️ Update dependencies (ec5727e)
  • Use eslint ts support with jiti (0d531f8)
⚠️ Breaking Changes
  • ⚠️ Update dependencies (ec5727e)
❤️ Contributors

v0.3.2

Compare Source

compare changes

🏡 Chore
  • Update unicorn plugin to 53 (0a944e4)
❤️ Contributors

v0.3.1

Compare Source

compare changes

🩹 Fixes
  • markdown: Override default rules (4765dd5)
🏡 Chore
  • Remove prerelease script (pnpm why ?!) (a98c465)
❤️ Contributors

v0.3.0

Compare Source

compare changes

unjs/h3 (h3)

v1.13.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • readRawBody: Handle URLSearchParams (#​888)
❤️ Contributors

v1.12.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • getRequestUrl: Forward opts to getRequestProtocol (#​776)
  • readRawBody: Read chunked body (#​652)
  • proxy: Better error when upstream proxy fails (#​746)
  • node: Make sure onBeforeResponse and onAfterResponse are called with error code (#​756)
  • sse: Prevent onClosed from firing twice in EventStream (#​704)
  • plain: Avoid import from unenv internals (#​781)
💅 Refactors
  • session: Remove unnecessary async for clear (#​729)
  • Update unenv import (76736ea)
📖 Documentation
  • Fix typo (#​699)
  • Fix typo (#​707)
  • Fix typo (#​712)
  • Fix typo (#​730)
  • Fix typo (#​732)
  • Remove extra space (#​718)
  • Add semi (#​710)
  • event-handler: Fix typo (#​684)
  • Add jsdoc examples for response utils (#​677)
  • Add note for getRequestIP return value (#​726)
  • Fix session example (#​702)
  • Add jsdoc examples for request utils (#​680)
  • Fix typo (#​734)
  • Correct zod validation example (#​735)
  • Fix typos (#​738)
  • Fix typo (#​758)
  • Add usage example for handleCors (#​747)
  • Fix typo for text/html content-type (#​764)
  • Update mogen example to use combined log format (#​771)
  • Fix typo for plain adapter example (#​766)
  • examples: Add cors example (#​700)
  • Fix respondWith event object (#​775)
  • Provide async for request body (#​777)
  • error-handling: Add string vs object errors and update createError jsdoc (#​762)
🏡 Chore
🤖 CI
  • Remove node 16 from test matrix (458cfac)
❤️ Contributors
unjs/image-meta (image-meta)

v0.2.1

Compare Source

compare changes

🚀 Enhancements
  • Add avif format support (#​16)
  • Add tiff size detection support (#​3)
🏡 Chore
❤️ Contributors
unjs/jiti (jiti)

v1.21.7

Compare Source

compare changes (📦 bundled dependencies updated)

🩹 Fixes
  • Use native require cache of loaded entries only Node.js 22.12.+ compatibility (#​349)

v1.21.6

Compare Source

compare changes

🩹 Fixes
  • Use internal cached modules only if loaded (#​247)

v1.21.5

Compare Source

compare changes

🩹 Fixes

From 1.21.4

  • Avoid node: protocol for node 14 compatibility (5d877de)
  • Update deps (5e11181)

v1.21.4

Compare Source

v1.21.3

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v1.21.2

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v1.21.1

Compare Source

compare changes

🏡 Chore
🤖 CI
❤️ Contributors
unjs/listhen (listhen)

v1.9.0

Compare Source

compare changes

🚀 Enhancements
  • Update crossws to 0.3.x (#​181)
📦 Build
  • Relax crossws dep constraint (bcb9bf4)
🏡 Chore
❤️ Contributors

v1.8.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • dev: Call dynamic websocket resolver (7360d27)
  • dev: Normalize paths with pathe (#​166)
📖 Documentation
🏡 Chore
🤖 CI
❤️ Contributors
unjs/ofetch (ofetch)

v1.4.1

Compare Source

compare changes

🩹 Fixes
  • Remove undefined method and query/params from fetch options (#​451)
  • Use response._bodyInit as fallback for react-native and qq (#​398)
🏡 Chore
✅ Tests
❤️ Contributors

v1.4.0

Compare Source

compare changes

🚀 Enhancements
  • Support retryDelay with callback function (#​372)
  • Add better message and code for timeout error (#​351)
  • Allow custom global options for $fetch.create (#​401)
  • Support interceptors arrays (#​353)
  • Always clone and normalize options.headers and options.query (#​436)
🩹 Fixes
  • Export types from node export condition (#​407)
  • Use wrapper to allow patching global fetch (#​377)
📖 Documentation
  • Add docs for using undici dispatcher (#​389)
🌊 Types
  • Add agent and dispatcher options (node-specific) (#​308)
🏡 Chore
✅ Tests
  • Add additional tests for hook errors (7ff4d11)
🤖 CI
❤️ Contributors
pnpm/pnpm (pnpm)

v9.15.3

Compare Source

v9.15.2: pnpm 9.15.2

Compare Source

Patch Changes

  • Fixed publish/pack error with workspace dependencies with relative paths #​8904. It was broken in v9.4.0 (398472c).
  • Use double quotes in the command suggestion by pnpm patch on Windows #​7546.
  • Do not fall back to SSH, when resolving a git-hosted package if git ls-remote works via HTTPS #​8906.
  • Improve how packages with blocked lifecycle scripts are reported during installation. Always print the list of ignored scripts at the end of the output. Include a hint about how to allow the execution of those packages.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.1

Compare Source

v9.15.0

Compare Source

v9.14.4

Compare Source

[v9.14.3](https://redirect.github.com


Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from dcaa971 to 8927bb8 Compare May 12, 2024 22:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6e57876 to e2c8115 Compare May 21, 2024 06:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 81e84ad to 8bd3643 Compare May 30, 2024 14:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from ad1a925 to e9a43fe Compare June 5, 2024 17:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ec9604a to 20dcfb7 Compare June 11, 2024 06:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6b8311c to d5f983f Compare June 23, 2024 01:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b6da694 to 2fdda6f Compare July 3, 2024 10:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cfaea49 to fa1cbf0 Compare July 13, 2024 14:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fa1cbf0 to 200bd35 Compare July 16, 2024 19:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9d1cee8 to 17f4321 Compare October 21, 2024 01:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f3810f3 to 5ec996a Compare November 1, 2024 23:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from dcaba4b to 69d1c54 Compare November 20, 2024 12:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 8e8ee1c to 9f62f4a Compare November 29, 2024 14:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 90af873 to 1624da4 Compare December 6, 2024 16:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 91c8d31 to 8a92fcc Compare December 23, 2024 13:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 1500e2f to 51d05cd Compare December 28, 2024 22:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 51d05cd to 19a51a7 Compare January 6, 2025 01:56
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