serve-placeholder
serve-placeholder copied to clipboard
chore(deps): update devdependency listhen to v1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| listhen | ^0.2.8 -> ^1.7.2 |
Release Notes
unjs/listhen (listhen)
v1.7.2
🩹 Fixes
- dev: Call dynamic websocket resolver (7360d27)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.7.1
💅 Refactors
- Update to crossws 0.2 api (b29607f)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.7.0
🚀 Enhancements
- ws: Support dynamic websocket resolver (7b006e2)
🏡 Chore
❤️ Contributors
- Pooya Parsa (@pi0)
v1.6.0
🚀 Enhancements
- Experimental websocket support (#158)
🏡 Chore
❤️ Contributors
- Pooya Parsa (@pi0)
v1.5.6
🩹 Fixes
- Apply default
localhostin internalgenerateURLutil (6c76d31) - dev: Fix absolute paths imports on windows (#142)
📖 Documentation
- Update h3 example (#147)
🏡 Chore
- release: V1.5.5 (50224b5)
- Update lockfile (8b873f0)
- Fix h3 example (#150)
- Update lockfile and dependencies (79de7b8)
❤️ Contributors
- Pooya Parsa (@pi0)
- Eugen Istoc [email protected]
- Jean-philippe Martel
- Haruaki OTAKE [email protected]
v1.5.5
🩹 Fixes
- Apply default
localhostin internalgenerateURLutil (6c76d31)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.5.4
🩹 Fixes
- Use
localhostwhen host is empty forgetURL(9ec7d77)
📖 Documentation
- Fix typo (#127)
🏡 Chore
❤️ Contributors
- Pooya Parsa (@pi0)
- Tech Genius
v1.5.3
🩹 Fixes
- Correct private host warning message (df5ff4d)
- Prefer explicit
hostnameoption overHOSTenv (0674d96)
🏡 Chore
❤️ Contributors
- Pooya Parsa (@pi0)
v1.5.2
🔥 Performance
- Imprve default host for windows, docker and wsl (#126)
💅 Refactors
- Use
std-envfor stackblitz detection (933c0c3)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.5.1
🩹 Fixes
- Open browser on wsl (#124)
🏡 Chore
❤️ Contributors
- Pooya Parsa (@pi0)
- Sacha Stafyniak [email protected]
v1.5.0
🚀 Enhancements
- Trap
SIGINT,SIGTERMandSIGHUPfor autoclosing (#108)
🩹 Fixes
- Allow valid ipv6 as hostnames (78dd4b7)
🏡 Chore
- Update deps (7d34ab9)
❤️ Contributors
- Mastercuber <e4d33vb85@mozmail.com>
- Pooya Parsa (@pi0)
v1.4.8
🩹 Fixes
- Type and provide
listener.address(972fac7)
🏡 Chore
- Update get-port-please and jiti (8be655c)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.4.7
🩹 Fixes
- Validate hostname after applying defaults (e6c1b89)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.4.6
🩹 Fixes
- Validate input hostname and warn (bfc8149)
🏡 Chore
- Remove
console.log(aee15da)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.4.5
🩹 Fixes
- Update
get-port-pleaseand passpublicflag (3de5b10) - cli: Remove
default: falsefor opt-in flag (180c685)
🏡 Chore
❤️ Contributors
- Pooya Parsa (@pi0)
v1.4.4
🩹 Fixes
- Use ipv4 for windows and wsl default hostname (#119)
💅 Refactors
- Tidy up
open,wsl, anddockerutils (#118)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.4.3
🩹 Fixes
- Prevent double brackets for ipv6 format (2110e40)
🏡 Chore
- Update playground version (f9f1be3)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.4.2
🩹 Fixes
- Better options handling for public host (#112)
- cli: Handle
--hostwith boolean value (#113) - Several bugfixes for generated urls (#114)
💅 Refactors
- Show qr code above listening urls (#115)
🏡 Chore
- release: V1.4.1 (a5bf8db)
- Update playground versions (e15fc57)
- Update dependencies (b8840f8)
- Update lockfile (d91d4ef)
- Remove emoji (e4d0037)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.4.1
🩹 Fixes
- dev: Update
@parcel/watcher-wasmusage to 2.3.0 (329230a)
🏡 Chore
- Update dependencies (b6b8a9c)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.4.0
🚀 Enhancements
- cli: Expose
getArgsandparseArgs(#109)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.3.1
🩹 Fixes
🏡 Chore
❤️ Contributors
- Pooya Parsa (@pi0)
- Anthony Fu <anthonyfu117@hotmail.com>
v1.3.0
🚀 Enhancements
- Print qr code for public address (#89)
qrandpublicURLoptions and--qr,--no-qr, and--public-urlcli flags (#97)publicoption and--hostflag to disable network expose in development by default (#98)- Stackblitz auto url detection (experimental) (#99)
- cli: Accept
https.*options (#93) - Tunnel support via
unjs/untunandcloudflared(experimental) (#102)
🔥 Performance
- dev: Use
@parcel/watcherwhenever available (#95)
🩹 Fixes
- dev: Try to resolve h3 from user
node_modulesfirst (#94) - dev: Show better error for when no compatible handler is exported (#92)
💅 Refactors
- Better watcher warning message (ec92cf4)
- Fix option types and handling (ad82a70)
- Use consistent emojies (4b26902)
- Simplify console output (e741be0)
🏡 Chore
- release: V1.2.2 (fb01a23)
- Update readme (4169f50)
- Update readme (1a6eaac)
- cli: Fix typo and avoid exposing internal util (0c55c9c)
- cli: Remove accidental console log (bd2b5d6)
- Update playground (1dbb809)
- Update readme (b45be3f)
- Update readme (10ad172)
✅ Tests
- Fix order mismatch (#90)
- setup: Extend certificate generation to also write ca.pem, ca-key.pem and certificate chain to files (#103)
❤️ Contributors
- Pooya Parsa (@pi0)
- Mastercuber <e4d33vb85@mozmail.com>
- Anthony Fu <anthonyfu117@hotmail.com>
v1.2.2
🩹 Fixes
- watcher: Use
@parcel/watcher-wasmfor non node.js environment compatibility (#85)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.2.1
🩹 Fixes
- Avoid directly importing
availableParallelismfrom os (bdd8771)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.2.0
🚀 Enhancements
- Improve watcher experience (#82)
- Dev server with serve static support (#83)
- https: Support using encrypted private key and pkcs12 (pfx) keystore (#80)
🩹 Fixes
- watcher: Resolve relative paths without leading dot (c8388f1)
🏡 Chore
- Update dependencies (1a7a974)
- Update playground (028b5c9)
- Update lockfile (cd9f66a)
- Update usage to include h3 (ede3999)
🤖 CI
- Use conventional commit for autofix action (#79)
❤️ Contributors
- Mastercuber <e4d33vb85@mozmail.com>
- Pooya Parsa (@pi0)
- Daniel Roe [email protected]
v1.1.2
📦 Build
- Fix bin entries (c6dbc80)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.1.1
📦 Build
- Include
binin npm dist files (03e66b0)
❤️ Contributors
- Pooya Parsa (@pi0)
v1.1.0
🚀 Enhancements
💅 Refactors
📦 Build
- Remove non existing
cjsdist fromexports(#69) - Move
typesfield to the first (5abd82c) - Fix cjs compatibility (65d667c)
🏡 Chore
- Update dependencies (92e94fb)
- Format code (5590480)
- Add autofix ci (c2e6b85)
- Add missing type import (448d3c9)
- Fix type import (174e9fe)
❤️ Contributors
- Pooya Parsa (@pi0)
- Daniel Roe [email protected]
v1.0.4
🩹 Fixes
- Add default port range (#63)
📖 Documentation
- Update badges and content (b7cf9ad)
🏡 Chore
- Remove extra badges (767c9ed)
❤️ Contributors
- Sébastien Chopin (@Atinux)
v1.0.3
🏡 Chore
- Update ufo and other dependencies (d3db211)
❤️ Contributors
- Pooya Parsa [email protected]
v1.0.2
🏡 Chore
🎨 Styles
- Format with prettier (bb2aa4d)
❤️ Contributors
- Pooya Parsa [email protected]
- Farnabaz [email protected]
1.0.1 (2022-11-28)
Bug Fixes
v1.0.1
v1.0.0
0.3.5 (2022-11-02)
Bug Fixes
0.3.4 (2022-09-20)
Bug Fixes
- add custom hostname to alternative domains (d7ffa58)
- fix type for
httpsonly for listener instead of options (59a2c76)
0.3.3 (2022-09-20)
Bug Fixes
- narrow down listener.https type (c8279e2)
0.3.2 (2022-09-20)
Features
- expose resolve https options (84023f4)
Bug Fixes
- display provided hostname (ee1df6d)
0.3.1 (2022-09-15)
Features
- ipv6 support (eb9f5ef)
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
⚠ BREAKING CHANGES
certificateandselfsignedoptions are merged withhttps
Features
- improved ssl support (71256e6)
0.2.15 (2022-08-08)
Bug Fixes
- deps: update get-port please (d0267d8)
0.2.14 (2022-08-08)
Features
- update ger-port-please with verbose error (8e6f023)
Bug Fixes
0.2.13 (2022-06-15)
Bug Fixes
0.2.12 (2022-06-13)
Features
0.2.11 (2022-04-25)
Bug Fixes
- properly invoke isWsl as a function (#22) (2951376), closes nuxt/framework#4495
0.2.10 (2022-04-16)
Bug Fixes
- bundle
xdg-openas an async chunk (890a4a9)
0.2.9 (2022-04-15)
Bug Fixes
- inline
openpackage for esm bundling support (3c2948f), closes nuxt/framework#4352 - use
options.hostnamefor listening (#19) (10164d5)
0.2.8 (2022-04-07)
0.2.7 (2022-04-07)
Bug Fixes
- update ssl keySize to 2048 (f63967b)
0.2.6 (2022-01-13)
Features
- update dependencies (4a25d12)
0.2.5 (2021-10-14)
Bug Fixes
- use defu for defaults (f866a61)
0.2.4 (2021-04-13)
Features
- allow recalling showURL (cd00e79)
0.2.3 (2021-04-05)
Bug Fixes
- add \n to surrounding of listen message (b4b1300)
0.2.2 (2021-04-05)
Bug Fixes
- add empty line to listening message (8381c49)
0.2.1 (2021-04-05)
Features
- allow deferred open (2b4a3f8)
v0.2.15
v0.2.14
v0.2.13
v0.2.12
v0.2.11
v0.2.10
v0.2.9
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: pnpm-lock.yaml
WARN The "store" setting has been renamed to "store-dir". Please use the new name.
WARN GET https://registry.npmjs.org/@nuxtjs%2Feslint-config-typescript error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/eslint error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/listhen error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/standard-version error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/typescript error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/unbuild error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/c8/-/c8-7.11.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/h3/-/h3-0.7.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/ohmyfetch/-/ohmyfetch-0.4.15.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/vitest/-/vitest-0.9.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/defu/-/defu-6.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/@nuxtjs%2Feslint-config-typescript error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/eslint error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/listhen error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/standard-version error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/typescript error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/unbuild error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/c8/-/c8-7.11.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/h3/-/h3-0.7.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/ohmyfetch/-/ohmyfetch-0.4.15.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/vitest/-/vitest-0.9.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/defu/-/defu-6.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
undefined
ERR_INVALID_THIS Value of "this" must be of type URLSearchParams