Skip to content

chore(deps): update npm packages#333

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/npm
Open

chore(deps): update npm packages#333
renovate[bot] wants to merge 1 commit intomainfrom
renovate/npm

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 15, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@headlessui/vue (source) 1.7.191.7.23 age confidence
@types/node (source) ^20.11.27^20.19.39 age confidence
case-police (source) ^0.6.1^0.7.2 age confidence
citty ^0.1.6^0.2.2 age confidence
consola ^3.2.3^3.4.2 age confidence
jiti ^1.21.0^1.21.7 age confidence
magicast ^0.3.3^0.5.2 age confidence
markdownlint-cli ^0.39.0^0.48.0 age confidence
myzod ^1.11.0^1.12.1 age confidence
ofetch ^1.3.3^1.5.1 age confidence
pkg-types ^1.0.3^1.3.1 age confidence
slugify ^1.6.6^1.6.9 age confidence
unstorage (source) ^1.10.2^1.17.5 age confidence
vis-data (source) ^7.1.9^7.1.10 age confidence
vis-network (source) ^9.1.9^9.1.13 age confidence

Release Notes

tailwindlabs/headlessui (@​headlessui/vue)

v1.7.23

Compare Source

Fixed
  • use native useId from Vue.js 3.5 when available (#​3458)

v1.7.22

Compare Source

Fixed
  • Don’t cancel touchmove on input elements inside a dialog (#​3166)
  • Ensure clicking a ComboboxOption after filtering the options, correctly triggers a change (#​3180)

v1.7.21

Compare Source

Fixed
  • Prevent closing the Combobox component when clicking inside the scrollbar area (#​3104)
  • Don’t unmount portal targets used by other portals (#​3144)

v1.7.20

Compare Source

Fixed
  • Expose disabled state on Tab component (#​2918)
  • Prevent default behaviour when clicking outside of a DialogPanel (#​2919)
  • Don’t override explicit disabled prop for components inside MenuItem (#​2929)
  • Add hidden attribute to internal Hidden component when the Features.Hidden feature is used (#​2955)
  • Allow setting custom tabIndex on the Switch component (#​2966)
  • Forward disabled state to hidden inputs in form-like components (#​3004)
  • Respect selectedIndex for controlled Tab components (#​3037)
antfu/case-police (case-police)

v0.7.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.7.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.7.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
    View changes on GitHub
unjs/citty (citty)

v0.2.2

Compare Source

compare changes

🚀 Enhancements
  • Support subcommand aliases (#​236)
  • Add plugin system (#​238)
  • default: Support default sub command (#​156)
🩹 Fixes
  • main: Allow user-defined -h, --help, -v, --version args (#​234)
  • Resolve alias value over default (#​228)
  • Subcommand resolution incorrectly consumes flag values (#​231)
  • Coerce parsed arg values to match declared types (#​239)
💅 Refactors
📖 Documentation
  • Add usage section (#​70)
  • Add example setup and cleanup option (#​188)
🏡 Chore
✅ Tests
  • Reproduce issue with short option (alias) and = (#​230)
  • parser: Add regression tests for hyphen-prefixed string values (#​171)
❤️ Contributors

v0.2.1

Compare Source

compare changes

🩹 Fixes
  • Propagate --no- negation to aliases and main option (#​225)
🏡 Chore
❤️ Contributors

v0.2.0

Compare Source

compare changes

🚀 Enhancements
  • Support hidden meta to hide command (#​111)
  • Support enum arg type (#​83)
  • Support number arg type (#​73)
  • Support negativeDescription for args (#​40)
  • ⚠️ Parsed optionals and enum type safety (#​174)
🩹 Fixes
  • ⚠️ Conditionally print negative boolean argument usage (#​177)
  • types: Value type of NumberArgDef should be number (#​183)
  • Show cli error message (#​186)
  • Allow number arg to be optional (#​194)
💅 Refactors
  • Show error once (#​167)
  • More strict types (f597897)
  • ⚠️ Use node:util.parseArgs for arg parsing (#​218)
  • Use simple console formatting (#​219)
📦 Build
🏡 Chore
✅ Tests
⚠️ Breaking Changes
  • ⚠️ Parsed optionals and enum type safety (#​174)
  • ⚠️ Conditionally print negative boolean argument usage (#​177)
  • ⚠️ Use node:util.parseArgs for arg parsing (#​218)
  • ⚠️ Esm-only dist (42b57b0)
❤️ 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
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/magicast (magicast)

v0.5.2

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.5.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

v0.4.0

Compare Source

compare changes

🚀 Enhancements
  • ⚠️ Add introspection and improve proxy behavior (#​136)
🏡 Chore
⚠️ Breaking Changes
  • ⚠️ Add introspection and improve proxy behavior (#​136)
❤️ Contributors

v0.3.5

Compare Source

compare changes

🚀 Enhancements
  • Add $prepend and $append APIs to imports (#​124)
📦 Build
🏡 Chore
❤️ Contributors

v0.3.4

Compare Source

compare changes

🚀 Enhancements
  • Support logical and member expression (#​111)
🏡 Chore
❤️ Contributors
  • Anthony Fu <anthonyfu117@​hotmail.com>
  • Lucie (@​lihbr)
igorshubovych/markdownlint-cli (markdownlint-cli)

v0.48.0

Compare Source

  • Update all dependencies via Dependabot

v0.47.0

Compare Source

  • Add output and exit code support for warnings
  • Update markdownlint dependency to 0.40.0
    • Improve MD011/MD013/MD051/MD060
  • Update all dependencies via Dependabot

v0.46.0

Compare Source

  • Replace glob dependency with tinyglobby (smaller and fewer dependencies)
  • Update markdownlint dependency to 0.39.0
    • Add MD060/table-column-style
    • Improve MD001/MD007/MD009/MD010/MD029/MD033/MD037/MD059
  • Update all dependencies via Dependabot

v0.45.0

Compare Source

  • Update markdownlint dependency to 0.38.0
    • Add MD059/descriptive-link-text
    • Improve MD025/MD027/MD036/MD038/MD041/MD043/MD045/MD051/MD052
    • Remove support for end-of-life Node version 18
  • Update all dependencies via Dependabot

v0.44.0

Compare Source

  • Update markdownlint dependency to 0.37.4
    • Convert module to ECMAScript (breaking change)
    • Stop using require, convert to import
    • Improve MD032
  • Update all dependencies via Dependabot

v0.43.0

Compare Source

  • Update markdownlint dependency to 0.36.1
    • Improve MD051
    • Make micromark parser available to custom rules
    • Improve performance
  • Update all dependencies via Dependabot

v0.42.0

Compare Source

  • Update markdownlint dependency to 0.35.0
    • Add MD058/blanks-around-tables
    • Use micromark in MD001/MD003/MD009/MD010/MD013/MD014/MD019/MD021/MD023/MD024/MD025/MD039/MD042/MD043
    • Improve MD018/MD020/MD031/MD034/MD044
    • markdown-it parser no longer invoked by default
    • Improve performance
  • Update all dependencies via Dependabot

v0.41.0: 0.41.0

Compare Source

  • Change TOML parser to smol-toml which supports v1.0.0 of the specification
  • Update all dependencies via Dependabot

v0.40.0: 0.40.0

Compare Source

  • Update markdownlint dependency to 0.34.0
    • Use micromark in MD027/MD028/MD036/MD040/MD041/MD046/MD048
    • Improve MD013/MD034/MD049/MD050/MD051
  • Add support for TOML configuration files via --config
  • Add --configPointer argument for nested configuration
  • Update --ignore for directories to ignore all files within
  • Update all dependencies via Dependabot
davidmdm/myzod (myzod)

v1.12.1

Compare Source

v1.12.0

Compare Source

unjs/ofetch (ofetch)

v1.5.1

Compare Source

compare changes

🩹 Fixes
  • Normalize options.headers (again) after onRequest hook (#​524)
❤️ Contributors

v1.5.0

Compare Source

compare changes

🚀 Enhancements
  • Serialize with URLSearchParams for application/x-www-form-urlencoded content type header (#​482)
  • Auto detect text/event-stream as stream response type (#​486)
🩹 Fixes
  • Mark FormData & URLSearchParams as non-serializable for bun compatibility (#​483)
💅 Refactors
  • Deprecate params in favor of query (#​511)
📖 Documentation
  • readme: Use ProxyAgent in example (#​465)
  • Fix typo (#​472)
  • Add retryStatusCodes option to auto retry example (#​480)
  • Guide on augmenting FetchOptions (#​487)
  • Replace ProxyAgent with Agent in self-signed certs example (#​516)
❤️ Contributors

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

v1.3.4

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Clear abort timeout after response was received (#​369)
💅 Refactors
📖 Documentation
📦 Build
  • Add top level react-native field (03680dd)
🏡 Chore
❤️ Contributors
unjs/pkg-types (pkg-types)

v1.3.1

Compare Source

compare changes

🩹 Fixes
🏡 Chore
❤️ Contributors

v1.3.0

Compare Source

compare changes

🚀 Enhancements
  • types: Add packageManager field to PackageJson (#​204)
🏡 Chore
🤖 CI
  • Enable tests on windows (#​205)
❤️ Contributors

v1.2.1

Compare Source

compare changes

🩹 Fixes
  • Optional fields from publishConfig (#​194)
  • tsconfig: Add missing references key (#​198)
🏡 Chore
✅ Tests
  • packagejson: Add tests for partial objects (e2dc735)
❤️ Contributors
  • Pooya Parsa (@​pi0)
  • Johan Meester <johan.meester71@​gmail.com>
  • Kevin Deng 三咲智子 sxzz@sxzz.moe

v1.2.0

Compare Source

compare changes

🚀 Enhancements
  • Add more fields into package.json (#​190)
🏡 Chore
❤️ Contributors

v1.1.3

Compare Source

compare changes

🩹 Fixes
  • Fix types for PackageJson exports (#​185)
🏡 Chore
  • Update tsconfig and enable type tests (#​184)
🤖 CI
  • Enable --typecheck for vitest step (cacfa8e)
❤️ Contributors

v1.1.2

Compare Source

compare changes

🩹 Fixes
  • Expand the types of exports (#​183)
🏡 Chore
❤️ Contributors

v1.1.1

Compare Source

compare changes

🩹 Fixes
  • Check for all lockfiles before ascending directories (#​179)
🏡 Chore
❤️ Contributors

v1.1.0

Compare Source

compare changes

🚀 Enhancements
  • Auto detect and preserve format (#​175)
  • Try to parse package.json as jsonc (#​176)
🩹 Fixes
  • Add object syntax browser field type (#​145)
  • types: Allow extends as array (#​151)
  • Add imports field to the types (#​160)
💅 Refactors
  • Migrate from jsonc-parser to unjs/confbox (#​174)
📖 Documentation
🏡 Chore
❤️ Contributors
simov/slugify (slugify)

v1.6.9

Compare Source

v1.6.8

Compare Source

unjs/unstorage (unstorage)

v1.17.5

Compare Source

[compare changes](h


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday"
  • 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.28 chore(deps): update npm packages Mar 18, 2024
@renovate renovate bot force-pushed the renovate/npm branch 5 times, most recently from cb0dfcf to 5e78b11 Compare March 25, 2024 06:48
@renovate renovate bot force-pushed the renovate/npm branch 5 times, most recently from 6c5dd05 to 0d66e36 Compare April 6, 2024 01:46
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 47e7db1 to 19bb3ca Compare April 12, 2024 01:20
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from 9e956c5 to f1bc5bc Compare April 22, 2024 06:06
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 271be3b to 278d0d4 Compare May 1, 2024 19:48
@renovate renovate bot force-pushed the renovate/npm branch 5 times, most recently from 9f62ff6 to 7a549fe Compare May 9, 2024 19:17
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 6d40fc4 to 0315204 Compare May 20, 2024 09:56
@renovate renovate bot force-pushed the renovate/npm branch from 0315204 to 8b313bb Compare May 26, 2024 03:26
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from 4fab01e to 8aa9b7b Compare June 17, 2024 10:12
@renovate renovate bot force-pushed the renovate/npm branch 7 times, most recently from 33a6d5a to 4d34494 Compare June 24, 2024 07:50
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 1df62f4 to d6c6811 Compare July 2, 2024 21:06
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from 586b032 to bc9766f Compare July 11, 2024 17:22
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from a361480 to 6586369 Compare July 23, 2024 20:31
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 2ef5bc8 to d0918a8 Compare August 2, 2024 09:35
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 45df1c3 to 5cfb72b Compare August 16, 2024 11:16
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from adaf207 to 944e0f2 Compare August 23, 2024 01:52
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from ee5e637 to 9afb0eb Compare August 28, 2024 00: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