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 dependency ufo to v1 #17

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ufo ^0.8.6 -> ^1.5.4 age adoption passing confidence

Release Notes

unjs/ufo (ufo)

v1.5.4

Compare Source

compare changes

🩹 Fixes
  • parseURL: Only normalize windows drive letters with file:// protocol (#​246)
  • withProtocol: Consider relative protocol (#​242)
🏡 Chore
🎨 Styles
  • Lint with prettier defaults (666091d)
❤️ Contributors

v1.5.3

Compare Source

compare changes

🩹 Fixes
  • joinRelativeURL: Avoid lookbehind regex for browser compatibility (#​228)
❤️ Contributors

v1.5.2

Compare Source

compare changes

🩹 Fixes
  • Use lookbehind regex only inside joinRelativeURL (#​226)
❤️ Contributors

v1.5.1

Compare Source

compare changes

🩹 Fixes
  • joinRelativeURL: Handle base with protocol (#​222)
🏡 Chore
❤️ Contributors

v1.5.0

Compare Source

compare changes

🚀 Enhancements
  • Add withoutHost utility (#​212)
  • joinURL: Handle segments with ../ (#​217)
  • joinRelativeURL (#​220)
🩹 Fixes
  • withoutTrailingSlash: Consider qurry param (#​219)
💅 Refactors
  • joinURL: Rewrite with clear syntax and relative ../ support (#​218)
📖 Documentation
🏡 Chore
❤️ Contributors

v1.4.0

Compare Source

compare changes

🚀 Enhancements
  • Add withFragment utility (#​193)
  • Add withoutFragment util (#​199)
🔥 Performance
  • withFragment: Early return when no hash changes required (d6ce037)
🩹 Fixes
  • encodeQueryValue: Encode the slash character (#​198)
  • Stringify protocol-relative URLs (#​207)
  • withFragment: Use encodeHash for encoding (48237ab)
💅 Refactors
  • resolveUrl: Decouple from $URL (#​186)
  • Deprecate $URL and createURL (f1af9b3)
  • normalizeURL: Decouple from $URL (9013029)
  • withoutFragment: Decouple from withFragment (712b8d5)
📖 Documentation
🏡 Chore
  • Update dependencies and lockfile (21e644e)
  • Format readme with prettier (6b00230)
  • Gitignore vitest temp files (89be2d1)
  • Update docs (5ab6d16)
❤️ Contributors
  • Pooya Parsa (@​pi0)
  • Daniel Acuña
  • Diptesh Choudhuri <ignisda2001@​gmail.com>
  • Daniel Roe (@​danielroe)
  • Petr Kolonicz

v1.3.2

Compare Source

compare changes

🩹 Fixes
  • parseURL: Parse protocol case-insensitively (#​188)
  • Respect fragment in trailing slash utils (#​175)
🏡 Chore
❤️ Contributors

v1.3.1

Compare Source

compare changes

🩹 Fixes
  • Test script protocols insensitively (#​180)
🏡 Chore
❤️ Contributors

v1.3.0

Compare Source

compare changes

🚀 Enhancements
  • stringifyParsedURL: Support partial url inputs (#​166)
🩹 Fixes
  • parseURL: Handle data: and blob protocols (#​159)
  • parseURL, hasProtocol, isScriptProtocol: Ignore leading whitespaces (#​170)
🏡 Chore
🤖 CI
  • Use conventional commit message (#​157)
❤️ Contributors

v1.2.0

Compare Source

compare changes

🚀 Enhancements
  • Add isScriptProtocol util (#​156)
  • Generic types for getQuery and parseQuery (#​131)
  • Add parseFilename utility (#​125)
🩹 Fixes
  • parseQuery: Decode space in query keys (#​150)
  • Parsed query types should be string only (#​139)
  • stringifyQuery: Filter out empty values (#​148)
  • joinURL: Handle leading dot (#​35)
🏡 Chore
❤️ Contributors

v1.1.2

Compare Source

compare changes

🩹 Fixes
  • Provide node16 style types field (#​133)
📖 Documentation
  • Add jsdocs for parse utils (#​134)
  • Add stringifyParsedURL (81e92b2)
🏡 Chore
❤️ Contributors

v1.1.1

Compare Source

compare changes

🩹 Fixes
  • hasProtocol: Expand protocol relative url regexp (#​126)
✅ Tests
  • Add more tests for full coverage (#​127)
❤️ Contributors

v1.1.0

Compare Source

compare changes

🚀 Enhancements
  • hasProtocol: Strict mode support (#​124)
  • Stringify query values (#​123)
🩹 Fixes
  • parseHost: Correctly parse hostnames with and without port (#​120)
  • Port should be string (75a280c)
  • Encode [] and {} in query values to increase compatibility (#​118)
  • hasProtocol: Accept backslash too (#​122)
🏡 Chore
🎨 Styles
❤️ Contributors
1.0.1 (2022-11-29)
Bug Fixes
  • fix QueryValue type to be array only as QueryObject values (#​101) (3fbad8c)
  • hasProtocol: do not treat windows drive letter as protocol (#​106) (67c3dab)
  • query: uniform handling of empty array values (#​103) (0b1007d)

v1.0.1

Compare Source

v1.0.0

Compare Source

Features
Bug Fixes
  • remove leading slash when parsing windows file urls (#​87) (187afb0)
0.8.6 (2022-10-15)
Bug Fixes
  • ensure withBase does not prefix URLs with protocol (#​68) (b520298)
0.8.5 (2022-07-07)
Bug Fixes
0.8.4 (2022-05-06)
Features
0.8.3 (2022-03-31)
Bug Fixes
  • withProtocol: handle input without protocol (resolves #​52) (4f66249)
0.8.2 (2022-03-31)
Features
  • withHttp, withHttps, withoutProtocol, withProtocol (#​48) (f8ee0c0)
Bug Fixes
0.8.1 (2022-03-16)
Bug Fixes
  • parseURL: don't fail if hostAndPath not matching (d297e60)

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ufo-1.x branch from 7e94b80 to 670f6b2 Compare November 21, 2022 14:47
@renovate renovate bot force-pushed the renovate/ufo-1.x branch from 670f6b2 to 86d634b Compare November 29, 2022 14:55
@renovate renovate bot changed the title chore(deps): update dependency ufo to v1 Update dependency ufo to v1 Dec 17, 2022
@renovate renovate bot changed the title Update dependency ufo to v1 chore(deps): update dependency ufo to v1 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/ufo-1.x branch from 86d634b to f5ef7b7 Compare February 5, 2023 01:47
@renovate renovate bot force-pushed the renovate/ufo-1.x branch from f5ef7b7 to 532660a Compare February 16, 2023 23:15
@renovate renovate bot force-pushed the renovate/ufo-1.x branch from 532660a to 4a89857 Compare February 27, 2023 17:49
@renovate renovate bot force-pushed the renovate/ufo-1.x branch 2 times, most recently from 0b81c27 to 22bba44 Compare May 7, 2023 01:49
@renovate renovate bot force-pushed the renovate/ufo-1.x branch from 22bba44 to 3f19f58 Compare July 29, 2023 07:32
@renovate renovate bot force-pushed the renovate/ufo-1.x branch 2 times, most recently from be2606b to fad93be Compare August 29, 2023 01:11
@renovate renovate bot force-pushed the renovate/ufo-1.x branch from fad93be to fb4fb37 Compare September 28, 2023 11:00
@renovate renovate bot force-pushed the renovate/ufo-1.x branch from fb4fb37 to 95b52e3 Compare November 15, 2023 19:01
@renovate renovate bot force-pushed the renovate/ufo-1.x branch from 95b52e3 to 7c10c50 Compare November 23, 2023 01:02
@renovate renovate bot force-pushed the renovate/ufo-1.x branch from 7c10c50 to ee450a3 Compare December 29, 2023 01:57
@renovate renovate bot force-pushed the renovate/ufo-1.x branch from ee450a3 to 2ad8f61 Compare February 6, 2024 10:42
@renovate renovate bot force-pushed the renovate/ufo-1.x branch 4 times, most recently from 2ae3a39 to 09a44ca Compare March 20, 2024 15:57
@renovate renovate bot force-pushed the renovate/ufo-1.x branch from 09a44ca to 4d2706b Compare July 16, 2024 22:25
@renovate renovate bot force-pushed the renovate/ufo-1.x branch from 4d2706b to f3c7e7e Compare November 15, 2024 01:52
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