Skip to content

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

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 Jun 5, 2025

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) ^22.13.11 -> ^22.16.5 age confidence
@vitest/coverage-v8 (source) ^3.0.9 -> ^3.2.4 age confidence
changelogen ^0.6.1 -> ^0.6.2 age confidence
destr ^2.0.3 -> ^2.0.5 age confidence
eslint (source) ^9.23.0 -> ^9.31.0 age confidence
eslint-config-unjs ^0.4.2 -> ^0.5.0 age confidence
h3 ^1.15.1 -> ^1.15.3 age confidence
prettier (source) ^3.5.3 -> ^3.6.2 age confidence
std-env ^3.8.1 -> ^3.9.0 age confidence
typescript (source) ^5.8.2 -> ^5.8.3 age confidence
ufo ^1.5.4 -> ^1.6.1 age confidence
undici (source) ^7.5.0 -> ^7.12.0 age confidence
vitest (source) ^3.0.9 -> ^3.2.4 age confidence

Release Notes

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

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.0

Compare Source

v3.1.4

Compare Source

v3.1.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.2

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v3.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.0

Compare Source

🚀 Features
🐞 Bug Fixes
🏎 Performance
View changes on GitHub
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
unjs/destr (destr)

v2.0.5

Compare Source

compare changes

📦 Build
  • Downgrade unbuild to avoid cjs type regression (09889c2)
❤️ Contributors

v2.0.4

Compare Source

compare changes

🔥 Performance
  • Faster plain string and known value checks (#​136)
📦 Build
  • Add sideEffects to package.json (#​137)
🏡 Chore
❤️ Contributors
eslint/eslint (eslint)

v9.31.0

Compare Source

v9.30.1

Compare Source

v9.30.0

Compare Source

v9.29.0

Compare Source

v9.28.0

Compare Source

v9.27.0

Compare Source

v9.26.0

Compare Source

v9.25.1

Compare Source

v9.25.0

Compare Source

v9.24.0

Compare Source

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

v0.5.0

Compare Source

compare changes

📦 Build
  • ⚠️ Update dependencies (9bff5ca)
⚠️ Breaking Changes
  • ⚠️ Update dependencies (9bff5ca)
❤️ Contributors
unjs/h3 (h3)

v1.15.3

Compare Source

compare changes

🩹 Fixes
  • serveStatic: Omit decoded id from statusMessage (#​1044)

v1.15.2

Compare Source

compare changes

🩹 Fixes
❤️ Contributors
prettier/prettier (prettier)

v3.6.2

Compare Source

diff

Markdown: Add missing blank line around code block (#​17675 by @​fisker)
<!-- Input -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

<!-- Prettier 3.6.1 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```
   1. Another
   2. List

<!-- Prettier 3.6.2 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

v3.6.1

Compare Source

diff

TypeScript: Allow const without initializer (#​17650, #​17654 by @​fisker)
// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
    |                     ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
    |              ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;
Miscellaneous: Avoid closing files multiple times (#​17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the
n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if n-readlines did not already close
them.

v3.6.0

Compare Source

diff

🔗 Release Notes

unjs/std-env (std-env)

v3.9.0

Compare Source

compare changes

🚀 Enhancements
  • Detect cloudflare workers build ci (#​156)
🏡 Chore
❤️ Contributors
microsoft/TypeScript (typescript)

v5.8.3

Compare Source

unjs/ufo (ufo)

v1.6.1

Compare Source

compare changes

🩹 Fixes
  • query: Use Object.create(null) (#​290)
❤️ Contributors

v1.6.0

Compare Source

compare changes

🚀 Enhancements
  • Add filterQuery utility (#​287)
🩹 Fixes
  • parseQuery: Use object with null prototype (#​286)
  • parseFilename: Use optional chaining to access opts.strict (#​284)
📖 Documentation
🏡 Chore
  • Consistent spelling in JSDoc comments & update automd syntax (#​256)
  • Apply automated lint fixes (aa6d406)
  • Apply automated lint fixes (46d0a04)
  • Update dev dependencies (9eaa57c)
  • Lint (a7012eb)
✅ Tests
  • query: Validate more than 2 values for key (#​273)
🤖 CI
❤️ Contributors
nodejs/undici (undici)

v7.12.0

Compare Source

What's Changed
New Contributors

Full Changelog: nodejs/undici@v7.11.0...v7.12.0

v7.11.0

Compare Source

What's Changed


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 4 times, most recently from f582b9e to 844f286 Compare June 13, 2025 20:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ebe99d9 to f6b1b23 Compare June 23, 2025 04:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from cca968e to 0b88e91 Compare June 28, 2025 10:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 49e67aa to 5a74c74 Compare July 8, 2025 21:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e7c9abb to ffe4a51 Compare July 15, 2025 10:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ffe4a51 to adec952 Compare July 18, 2025 17:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from adec952 to 9ea8a11 Compare July 19, 2025 07: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