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 npm packages #333

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

chore(deps): update npm packages #333

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@headlessui/vue (source) 1.7.19 -> 1.7.23 age adoption passing confidence
@types/node (source) ^20.11.27 -> ^20.17.16 age adoption passing confidence
case-police ^0.6.1 -> ^0.7.2 age adoption passing confidence
consola ^3.2.3 -> ^3.4.0 age adoption passing confidence
jiti ^1.21.0 -> ^1.21.7 age adoption passing confidence
magicast ^0.3.3 -> ^0.3.5 age adoption passing confidence
markdownlint-cli ^0.39.0 -> ^0.44.0 age adoption passing confidence
myzod ^1.11.0 -> ^1.12.0 age adoption passing confidence
ofetch ^1.3.3 -> ^1.4.1 age adoption passing confidence
pkg-types ^1.0.3 -> ^1.3.1 age adoption passing confidence
unstorage ^1.10.2 -> ^1.14.4 age adoption passing 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/consola (consola)

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.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.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

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.0

Compare Source

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

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

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

v1.14.4

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v1.14.3

Compare Source

compare changes

🩹 Fixes
  • types: Allow passing generic to untyped storage (#​543)
❤️ Contributors

v1.14.2

Compare Source

compare changes

🩹 Fixes
  • db: Escape mysql queries (#​542)
📖 Documentation
  • cloudflare: Fix example comments (#​534)
📦 Build
❤️ Contributors

v1.14.1

Compare Source

compare changes

🩹 Fixes
  • types: Fallback to StorageValue for un-typed stores (#​532)
📖 Documentation
  • Add driver name to each usage section (#​533)
📦 Build
  • Fix netlify options type (756fee4)
❤️ Contributors

v1.14.0

Compare Source

compare changes

🚀 Enhancements
  • Add upstash driver (#​500)
  • cloudflare-r2-binding: Allow specify raw type (#​519)
  • indexedb: Support raw storage (#​520)
  • Add experimental db0 driver (#​476)
  • Add vercel-blob driver (#​472)
  • Add deno-kv driver (#​233)
  • deno-kv-node driver (#​521)
  • Typed storage interface (#​509)
  • Add s3 driver (#​361)
  • Add uploadthing driver (#​390)
  • Support raw conversion in envs without Buffer (#​364)
🩹 Fixes
  • cloudflare-r2-binding: Return null for non existing getItem (fb8e00e)
  • upstash: Drop base prefix from keyKeys (8711a94)
  • Capture stacktrace of thrown errors (c704fef)
  • http: Return arrayBuffer for getItemRaw (#​527)
  • localstorage: Consider base for clear and getKeys (#​529)
💅 Refactors
  • More strict type checks (c8ed5cf)
  • cloudflare-kv-http: Use new bulk/delete api for clear() (0231775)
  • Reuse localstorage logic for session-storage (#​530)
📖 Documentation
  • Add notes about nightly channel (de31652)
  • netlify: Add consistency option (#​525)
  • cloudflare: Add note about r2 over http (1f2d444)
📦 Build
🏡 Chore
✅ Tests
  • Add missing await (7730923)
  • cloudflare: Use wrangler dev proxy (#​518)
  • Enable cloudflare-r2-binding tests (0c4d9fd)
  • upstash, vercel-blob: Use random base (65a10cc)
  • cloudflare-kv-http: Use sandbox tests (8043897)
  • Add retry (5ab4afd)
  • Lazy init driver for conditional tests (33d90a9)
  • s3: Skip if not setup (ce9685e)
🤖 CI
❤️ Contributors

v1.13.1

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v1.13.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • cloudflare-kv: Use min ttl of 60 seconds (#​496)
💅 Refactors
📖 Documentation
  • Missing values return null, not undefined (#​487)
🏡 Chore
❤️ Contributors

v1.12.0

Compare Source

compare changes

🚀 Enhancements
  • http, server: Support native ttl (#​479)
🏡 Chore
🤖 CI
  • Setup nightly release (258fd4a)
  • Fetch full history to preserve nightly changelog (329ff2b)
❤️ Contributors

v1.11.1

Compare Source

compare changes

🔥 Performance
  • cloudflare-kv-binding: Add missing base argument on getKeys (#​475)
❤️ Contributors

v1.11.0

Compare Source

compare changes

🚀 Enhancements
  • Add keys, get, set, has and del aliases (#​402)
  • Expose underlying client instance (#​446)
  • cloudflare-kv-binding: Support ttl for setItem (#​470)
  • cloudflare-kv-http: Support ttl for setItem (#​448)
🔥 Performance
  • getKeys: Avoid duplicate iteration (#​386)
  • Use direct array access instead of endsWIth (#​387)
🩹 Fixes
  • cloudflare-kv-binding: Allow passing transaction options for setItem to binding.put (#​423)
  • Fix driver types (#​433)
  • server: Avoid decoding raw request body (#​434)
  • cloudflare-kv-binding: Go through all pages to list the keys (#​459)
📖 Documentation
🏡 Chore
🤖 CI
❤️ Contributors

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 6 times, most recently from 8b15546 to 3966b35 Compare October 31, 2024 18:14
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 3c1b582 to 70277f0 Compare November 3, 2024 07:07
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 011ac8b to 47775a6 Compare November 28, 2024 07:08
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 121cd6e to d6a2021 Compare December 17, 2024 21:43
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 4adea3d to fe0aa56 Compare December 23, 2024 12:25
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from bc34105 to 3d9818a Compare January 1, 2025 03:27
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from 68a2022 to 990c75f Compare January 16, 2025 02:20
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from e0ff6f9 to 2298e21 Compare January 23, 2025 11:10
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