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

fix(deps): update dependency ufo to v1 #11372

Merged
merged 1 commit into from Dec 14, 2022
Merged

fix(deps): update dependency ufo to v1 #11372

merged 1 commit into from Dec 14, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

unjs/ufo

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 - "before 3am on Monday" (UTC), 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 14, 2022
sapphi-red
sapphi-red previously approved these changes Dec 14, 2022
Copy link
Member

@sapphi-red sapphi-red left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We only use ufo here.

let query = !options.query
? ''
: typeof options.query === 'string'
? options.query
: stringifyQuery(options.query as any)

IIUC the change affecting us is only this one.
unjs/ufo@f8900d5

import.meta.glob('./*.txt', { query: { foo: undefined } }) // before: ./foo.txt?foo, after: ./foo.txt

I think the new behavior is what users intend.

@patak-dev
Copy link
Member

Agreed, I would consider this a fix.

@patak-dev patak-dev changed the title chore(deps): update dependency ufo to v1 fix(deps): update dependency ufo to v1 Dec 14, 2022
@patak-dev patak-dev merged commit 4288300 into main Dec 14, 2022
@patak-dev patak-dev deleted the renovate/ufo-1.x branch December 14, 2022 08:23
futurGH pushed a commit to futurGH/vite that referenced this pull request Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants