unjs / automd

🤖 Automated markdown maintainer
https://automd.unjs.io/
MIT License
205 stars 15 forks source link

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

Closed renovate[bot] closed 2 days ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@parcel/watcher ^2.4.1 -> ^2.5.0 age adoption passing confidence
@types/node (source) ^22.8.6 -> ^22.10.0 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.1.4 -> ^2.1.6 age adoption passing confidence
eslint (source) ^9.14.0 -> ^9.15.0 age adoption passing confidence
eslint-config-unjs ^0.4.1 -> ^0.4.2 age adoption passing confidence
magic-string ^0.30.12 -> ^0.30.14 age adoption passing confidence
mdbox ^0.1.0 -> ^0.1.1 age adoption passing confidence
mlly ^1.7.2 -> ^1.7.3 age adoption passing confidence
pnpm (source) 9.12.3 -> 9.14.2 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.4.1 age adoption passing confidence
typescript (source) ^5.6.3 -> ^5.7.2 age adoption passing confidence
vitest (source) ^2.1.4 -> ^2.1.6 age adoption passing confidence

Release Notes

parcel-bundler/watcher (@​parcel/watcher) ### [`v2.5.0`](https://redirect.github.com/parcel-bundler/watcher/releases/tag/v2.5.0) [Compare Source](https://redirect.github.com/parcel-bundler/watcher/compare/8dfd99440b8666e81cc6865f68697ab272dfe83d...v2.5.0) #### Added - Support 32-bit arm musl platform - Support npm `--build-from-source` flag to optionally build from source instead of using prebuilt packages. Can be used in conjunction with `--no-optional` to prevent installing platform-specific dependencies. #### Fixed - Fix use after free errors ([#​177](https://redirect.github.com/parcel-bundler/watcher/issues/177)) - Fix deadlock between Watcher and Debounce threads ([#​189](https://redirect.github.com/parcel-bundler/watcher/issues/189)) - Avoid `open()` calls on `stat()` failures on macOS to prevent security dialogs ([#​186](https://redirect.github.com/parcel-bundler/watcher/issues/186))
vitest-dev/vitest (@​vitest/coverage-v8) ### [`v2.1.6`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v2.1.6) [Compare Source](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.5...v2.1.6) #### 🚀 Features - Support VIte 6 #####     [View changes on GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.5...v2.1.6) ### [`v2.1.5`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v2.1.5) [Compare Source](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.4...v2.1.5) #####    🐞 Bug Fixes - `dangerouslyIgnoreUnhandledErrors` without base reporter  -  by [@​AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6808](https://redirect.github.com/vitest-dev/vitest/issues/6808) [(0bf0a)](https://redirect.github.com/vitest-dev/vitest/commit/0bf0ab00) - Capture `unhandledRejection` even when base reporter is not used  -  by [@​AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6812](https://redirect.github.com/vitest-dev/vitest/issues/6812) [(8878b)](https://redirect.github.com/vitest-dev/vitest/commit/8878b04d) - Don't change the working directory when loading workspace projects  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6811](https://redirect.github.com/vitest-dev/vitest/issues/6811) [(f0aea)](https://redirect.github.com/vitest-dev/vitest/commit/f0aeaca8) - Remove `sequence.concurrent` from the `RuntimeConfig` type  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6880](https://redirect.github.com/vitest-dev/vitest/issues/6880) [(6af73)](https://redirect.github.com/vitest-dev/vitest/commit/6af73d93) - Stop the runner before restarting, restart on workspace config change  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6859](https://redirect.github.com/vitest-dev/vitest/issues/6859) [(b01df)](https://redirect.github.com/vitest-dev/vitest/commit/b01df47d) - Don't rerun on Esc or Ctrl-C during watch filter  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6895](https://redirect.github.com/vitest-dev/vitest/issues/6895) [(98f76)](https://redirect.github.com/vitest-dev/vitest/commit/98f76ea7) - Print ssrTransform error  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6885](https://redirect.github.com/vitest-dev/vitest/issues/6885) [(4c96c)](https://redirect.github.com/vitest-dev/vitest/commit/4c96cce7) - Throw an error and a warning if `.poll`, `.element`, `.rejects`/`.resolves`, and `locator.*` weren't awaited  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6877](https://redirect.github.com/vitest-dev/vitest/issues/6877) [(93b67)](https://redirect.github.com/vitest-dev/vitest/commit/93b67c24) - **browser**: - Don't process the default css styles  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6861](https://redirect.github.com/vitest-dev/vitest/issues/6861) [(0d67f)](https://redirect.github.com/vitest-dev/vitest/commit/0d67f04b) - Support non US key input  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6873](https://redirect.github.com/vitest-dev/vitest/issues/6873) [(5969d)](https://redirect.github.com/vitest-dev/vitest/commit/5969d8da) - Stop the browser rpc when the pool is closed  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6858](https://redirect.github.com/vitest-dev/vitest/issues/6858) [(9a0c9)](https://redirect.github.com/vitest-dev/vitest/commit/9a0c93d7) - Init browsers eagerly when tests are running  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6876](https://redirect.github.com/vitest-dev/vitest/issues/6876) [(417bd)](https://redirect.github.com/vitest-dev/vitest/commit/417bdb42) - **coverage**: - Report uncovered files when re-run by `enter` or `'a'`  -  by [@​AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6848](https://redirect.github.com/vitest-dev/vitest/issues/6848) [(487c8)](https://redirect.github.com/vitest-dev/vitest/commit/487c80ae) - **ui**: - Remove crossorigin attributes for same origin assets  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6883](https://redirect.github.com/vitest-dev/vitest/issues/6883) [(6e793)](https://redirect.github.com/vitest-dev/vitest/commit/6e793c64) - **vite-node**: - Improve esm check to decide external  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6816](https://redirect.github.com/vitest-dev/vitest/issues/6816) [(7e1fa)](https://redirect.github.com/vitest-dev/vitest/commit/7e1faf3d) - Top-level throw in module is not reported properly  -  by [@​vanaigr](https://redirect.github.com/vanaigr) and [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6840](https://redirect.github.com/vitest-dev/vitest/issues/6840) [(cf0cb)](https://redirect.github.com/vitest-dev/vitest/commit/cf0cbf6a) - **vitest**: - Use fetch() implementation from happy-dom  -  by [@​capricorn86](https://redirect.github.com/capricorn86) in [https://github.com/vitest-dev/vitest/issues/6879](https://redirect.github.com/vitest-dev/vitest/issues/6879) [(3c56f)](https://redirect.github.com/vitest-dev/vitest/commit/3c56feb4) #####    🏎 Performance - Limit workspace project concurrency to available cores  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6869](https://redirect.github.com/vitest-dev/vitest/issues/6869) [(f4c04)](https://redirect.github.com/vitest-dev/vitest/commit/f4c04ab6) #####     [View changes on GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.4...v2.1.5)
eslint/eslint (eslint) ### [`v9.15.0`](https://redirect.github.com/eslint/eslint/compare/v9.14.0...6f37b0747a14dfa9a9e3bdebc5caed1f39b6b0e2) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.14.0...v9.15.0)
unjs/eslint-config (eslint-config-unjs) ### [`v0.4.2`](https://redirect.github.com/unjs/eslint-config/blob/HEAD/CHANGELOG.md#v042) [Compare Source](https://redirect.github.com/unjs/eslint-config/compare/v0.4.1...v0.4.2) [compare changes](https://redirect.github.com/unjs/eslint-config/compare/v0.4.1...v0.4.2) ##### 💅 Refactors - Use `Linter.Config` as return type ([2cce21a](https://redirect.github.com/unjs/eslint-config/commit/2cce21a)) - Reflax markdown rules ([587c6a7](https://redirect.github.com/unjs/eslint-config/commit/587c6a7)) ##### 🏡 Chore - Update deps ([c179c22](https://redirect.github.com/unjs/eslint-config/commit/c179c22)) - **release:** V0.4.1 ([a8fb144](https://redirect.github.com/unjs/eslint-config/commit/a8fb144)) - Update deps ([0431414](https://redirect.github.com/unjs/eslint-config/commit/0431414)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0))
rich-harris/magic-string (magic-string) ### [`v0.30.14`](https://redirect.github.com/rich-harris/magic-string/blob/HEAD/CHANGELOG.md#03014-2024-11-26) [Compare Source](https://redirect.github.com/rich-harris/magic-string/compare/v0.30.13...v0.30.14) ##### Features - Include `debugId` in `SourceMap` types ([#​294](https://redirect.github.com/rich-harris/magic-string/issues/294)) ([5d93dcf](https://redirect.github.com/rich-harris/magic-string/commit/5d93dcf7b59a6b6627bb591b13448d5b189b5dff)) ### [`v0.30.13`](https://redirect.github.com/rich-harris/magic-string/blob/HEAD/CHANGELOG.md#03013-2024-11-18) [Compare Source](https://redirect.github.com/rich-harris/magic-string/compare/v0.30.12...v0.30.13) ##### Features - Add support for sourcemap `debugId` property ([#​292](https://redirect.github.com/rich-harris/magic-string/issues/292)) ([ef531a8](https://redirect.github.com/rich-harris/magic-string/commit/ef531a80c0c3b92d37e07f4c07bf4732b32153a1))
unjs/mdbox (mdbox) ### [`v0.1.1`](https://redirect.github.com/unjs/mdbox/blob/HEAD/CHANGELOG.md#v011) [Compare Source](https://redirect.github.com/unjs/mdbox/compare/c56c89b0d866e492ece83bf432db1ae8e2634f76...v0.1.1) ##### 🚀 Enhancements - Support `URL` input for `link` renderer ([#​12](https://redirect.github.com/unjs/mdbox/pull/12)) - Parser ([#​15](https://redirect.github.com/unjs/mdbox/pull/15)) ##### 🩹 Fixes - Start at index 1 for rendering ordered lists ([#​4](https://redirect.github.com/unjs/mdbox/pull/4)) - **link:** `opts.title` maybe `undefined` ([#​29](https://redirect.github.com/unjs/mdbox/pull/29)) ##### 💅 Refactors - Rename to mdbox ([e3ae11f](https://redirect.github.com/unjs/mdbox/commit/e3ae11f)) - **heading:** Validate `level` ([#​28](https://redirect.github.com/unjs/mdbox/pull/28)) ##### 📖 Documentation - Fix jdocs example ([#​3](https://redirect.github.com/unjs/mdbox/pull/3)) - Update commonmark link to point to its website ([#​11](https://redirect.github.com/unjs/mdbox/pull/11)) ##### 📦 Build - Update mdast and markdown-it libs ([b41a29b](https://redirect.github.com/unjs/mdbox/commit/b41a29b)) ##### 🏡 Chore - Update automd ([b028a4a](https://redirect.github.com/unjs/mdbox/commit/b028a4a)) - Fix lint ([ac4f9d5](https://redirect.github.com/unjs/mdbox/commit/ac4f9d5)) - Fix jsdocs comments ([#​8](https://redirect.github.com/unjs/mdbox/pull/8)) - Update readme ([b235e8d](https://redirect.github.com/unjs/mdbox/commit/b235e8d)) - Update readme ([314e31e](https://redirect.github.com/unjs/mdbox/commit/314e31e)) - Update `heading` example ([#​13](https://redirect.github.com/unjs/mdbox/pull/13)) - Fix jsdocs and readme ([#​14](https://redirect.github.com/unjs/mdbox/pull/14)) - Update readme ([54945ab](https://redirect.github.com/unjs/mdbox/commit/54945ab)) - Apply automated updates ([8bf2132](https://redirect.github.com/unjs/mdbox/commit/8bf2132)) - Update automd ([16f477a](https://redirect.github.com/unjs/mdbox/commit/16f477a)) - Update readme ([ad83274](https://redirect.github.com/unjs/mdbox/commit/ad83274)) - Update deps ([6b06a29](https://redirect.github.com/unjs/mdbox/commit/6b06a29)) - Update md4w to 0.2x ([c56c89b](https://redirect.github.com/unjs/mdbox/commit/c56c89b)) - Update badges ([1a032f5](https://redirect.github.com/unjs/mdbox/commit/1a032f5)) - Update deps ([1aceb6f](https://redirect.github.com/unjs/mdbox/commit/1aceb6f)) - Update eslint ([fbb6540](https://redirect.github.com/unjs/mdbox/commit/fbb6540)) - Update readme ([727398b](https://redirect.github.com/unjs/mdbox/commit/727398b)) - Apply automated updates ([6f95ba4](https://redirect.github.com/unjs/mdbox/commit/6f95ba4)) ##### ✅ Tests - Add tests render utils ([#​6](https://redirect.github.com/unjs/mdbox/pull/6)) ##### ❤️ Contributors - LiuXH ([@​StrivingRabbit](http://github.com/StrivingRabbit)) - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Mahdi Khashan ([@​mahdikhashan](http://github.com/mahdikhashan)) - Chilfish ([@​Chilfish](http://github.com/Chilfish)) - Docxml ([@​docxml](http://github.com/docxml)) - Christian Preston ([@​cpreston321](http://github.com/cpreston321)) - Uncenter ([@​uncenter](http://github.com/uncenter))
unjs/mlly (mlly) ### [`v1.7.3`](https://redirect.github.com/unjs/mlly/blob/HEAD/CHANGELOG.md#v173) [Compare Source](https://redirect.github.com/unjs/mlly/compare/v1.7.2...v1.7.3) [compare changes](https://redirect.github.com/unjs/mlly/compare/v1.7.2...v1.7.3) ##### 🩹 Fixes - **findExportNames:** Do not require space before named exports ([#​285](https://redirect.github.com/unjs/mlly/pull/285)) ##### 🏡 Chore - Update deps ([8dc1790](https://redirect.github.com/unjs/mlly/commit/8dc1790)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Daniel Roe ([@​danielroe](http://github.com/danielroe))
pnpm/pnpm (pnpm) ### [`v9.14.2`](https://redirect.github.com/pnpm/pnpm/releases/tag/v9.14.2) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.14.1...v9.14.2) #### Patch Changes - `pnpm publish --json` should work [#​8788](https://redirect.github.com/pnpm/pnpm/issues/8788). #### Platinum Sponsors
Bit Bit Figma
#### Gold Sponsors
Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me
### [`v9.14.1`](https://redirect.github.com/pnpm/pnpm/releases/tag/v9.14.1) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.14.0...v9.14.1) #### Minor Changes - Added support for `pnpm pack --json` to print packed tarball and contents in JSON format [#​8765](https://redirect.github.com/pnpm/pnpm/pull/8765). #### Patch Changes - `pnpm exec` should print a meaningful error message when no command is provided [#​8752](https://redirect.github.com/pnpm/pnpm/issues/8752). - `pnpm setup` should remove the CLI from the target location before moving the new binary [#​8173](https://redirect.github.com/pnpm/pnpm/issues/8173). - Fix `ERR_PNPM_TARBALL_EXTRACT` error while installing a dependency from GitHub having a slash in branch name [#​7697](https://redirect.github.com/pnpm/pnpm/issues/7697). - Don't crash if the `use-node-version` setting is used and the system has no Node.js installed [#​8769](https://redirect.github.com/pnpm/pnpm/issues/8769). - Convert settings in local `.npmrc` files to their correct types. For instance, `child-concurrency` should be a number, not a string [#​5075](https://redirect.github.com/pnpm/pnpm/issues/5075). - pnpm should fail if a project requires a different package manager even if `manage-package-manager-versions` is set to `true`. - `pnpm init` should respect the `--dir` option [#​8768](https://redirect.github.com/pnpm/pnpm/pull/8768). #### Platinum Sponsors
Bit Bit Figma
#### Gold Sponsors
Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me
### [`v9.14.0`](https://redirect.github.com/pnpm/pnpm/compare/v9.13.2...v9.14.0) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.13.2...v9.14.0) ### [`v9.13.2`](https://redirect.github.com/pnpm/pnpm/releases/tag/v9.13.2): pnpm 9.13.2 [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.13.1...v9.13.2) #### Patch Changes - Detection of circular peer dependencies should not crash with aliased dependencies [#​8759](https://redirect.github.com/pnpm/pnpm/issues/8759). Fixes a regression introduced in the previous version. - Fix race condition of symlink creations caused by multiple parallel `dlx` processes. #### Platinum Sponsors
Bit Bit Figma
#### Gold Sponsors
Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me
#### Silver Sponsors
Leniolabs_ Vercel
Depot moonrepo
devowl.io Cerbos
vlt Vite
### [`v9.13.1`](https://redirect.github.com/pnpm/pnpm/releases/tag/v9.13.1): pnpm 9.13.1 [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.13.0...v9.13.1) #### Patch Changes - Fixed some edge cases where resolving circular peer dependencies caused a dead lock [#​8720](https://redirect.github.com/pnpm/pnpm/issues/8720). #### Platinum Sponsors
Bit Bit Figma
#### Gold Sponsors
Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me
#### Silver Sponsors
Leniolabs_ Vercel
Depot moonrepo
devowl.io Cerbos
vlt Vite
### [`v9.13.0`](https://redirect.github.com/pnpm/pnpm/releases/tag/v9.13.0): pnpm 9.13 [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.12.3...v9.13.0) #### Minor Changes - The `self-update` now accepts a version specifier to install a specific version of pnpm. E.g.: pnpm self-update 9.5.0 or pnpm self-update next-10 #### Patch Changes - Fix `Cannot read properties of undefined (reading 'name')` that is printed while trying to render the missing peer dependencies warning message [#​8538](https://redirect.github.com/pnpm/pnpm/issues/8538). #### Platinum Sponsors
Bit Figma
#### Gold Sponsors
Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me
#### Silver Sponsors
Leniolabs_ Vercel
Depot moonrepo
devowl.io Cerbos
v

</details>
<hr />
<h3>Configuration</h3>
<p>📅 <strong>Schedule</strong>: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).</p>
<p>🚦 <strong>Automerge</strong>: Enabled.</p>
<p>♻ <strong>Rebasing</strong>: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.</p>
<p>👻 <strong>Immortal</strong>: This PR will be recreated if closed unmerged. Get <a rel=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.

cloudflare-workers-and-pages[bot] commented 1 week ago

Deploying automd with  Cloudflare Pages  Cloudflare Pages

Latest commit: 17c2fdd
Status: ✅  Deploy successful!
Preview URL: https://2e2da296.automd.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.automd.pages.dev

View logs