nuxt-modules / i18n

I18n module for Nuxt
https://i18n.nuxtjs.org
MIT License
1.75k stars 483 forks source link

chore(deps): update dependency ufo to v1 (v7) #2677

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ufo ^0.8.5 -> ^1.3.2 age adoption passing confidence

Release Notes

unjs/ufo (ufo) ### [`v1.3.2`](https://togithub.com/unjs/ufo/blob/HEAD/CHANGELOG.md#v132) [Compare Source](https://togithub.com/unjs/ufo/compare/v1.3.1...v1.3.2) [compare changes](https://togithub.com/unjs/ufo/compare/v1.3.1...v1.3.2) ##### 🩹 Fixes - **parseURL:** Parse protocol case-insensitively ([#​188](https://togithub.com/unjs/ufo/pull/188)) - Respect fragment in trailing slash utils ([#​175](https://togithub.com/unjs/ufo/pull/175)) ##### 🏡 Chore - **release:** V1.3.1 ([5da74c4](https://togithub.com/unjs/ufo/commit/5da74c4)) - Update lockfile ([11f161e](https://togithub.com/unjs/ufo/commit/11f161e)) ##### ❤️ Contributors - Alexander Lichter ([@​manniL](http://github.com/manniL)) - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Daniel Roe ([@​danielroe](http://github.com/danielroe)) ### [`v1.3.1`](https://togithub.com/unjs/ufo/blob/HEAD/CHANGELOG.md#v131) [Compare Source](https://togithub.com/unjs/ufo/compare/v1.3.0...v1.3.1) [compare changes](https://togithub.com/unjs/ufo/compare/v1.3.0...v1.3.1) ##### 🩹 Fixes - Test script protocols insensitively ([#​180](https://togithub.com/unjs/ufo/pull/180)) ##### 🏡 Chore - Update dependencies ([20e99e7](https://togithub.com/unjs/ufo/commit/20e99e7)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Daniel Roe ### [`v1.3.0`](https://togithub.com/unjs/ufo/blob/HEAD/CHANGELOG.md#v130) [Compare Source](https://togithub.com/unjs/ufo/compare/v1.2.0...v1.3.0) [compare changes](https://togithub.com/unjs/ufo/compare/v1.2.0...v1.3.0) ##### 🚀 Enhancements - **stringifyParsedURL:** Support partial url inputs ([#​166](https://togithub.com/unjs/ufo/pull/166)) ##### 🩹 Fixes - **parseURL:** Handle `data:` and `blob` protocols ([#​159](https://togithub.com/unjs/ufo/pull/159)) - **parseURL, hasProtocol, isScriptProtocol:** Ignore leading whitespaces ([#​170](https://togithub.com/unjs/ufo/pull/170)) ##### 🏡 Chore - **release:** V1.2.0 ([eee29ee](https://togithub.com/unjs/ufo/commit/eee29ee)) - Correct typos in readme ([#​160](https://togithub.com/unjs/ufo/pull/160)) - Update depnednecie ([b6f6cee](https://togithub.com/unjs/ufo/commit/b6f6cee)) - Add `security.md` ([e600fc0](https://togithub.com/unjs/ufo/commit/e600fc0)) ##### 🤖 CI - Use conventional commit message ([#​157](https://togithub.com/unjs/ufo/pull/157)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Daniel Roe - Felix Yan ([@​felixonmars](http://github.com/felixonmars)) ### [`v1.2.0`](https://togithub.com/unjs/ufo/blob/HEAD/CHANGELOG.md#v120) [Compare Source](https://togithub.com/unjs/ufo/compare/v1.1.2...v1.2.0) [compare changes](https://togithub.com/unjs/ufo/compare/v1.1.2...v1.2.0) ##### 🚀 Enhancements - Add `isScriptProtocol` util ([#​156](https://togithub.com/unjs/ufo/pull/156)) - Generic types for `getQuery` and `parseQuery` ([#​131](https://togithub.com/unjs/ufo/pull/131)) - Add `parseFilename` utility ([#​125](https://togithub.com/unjs/ufo/pull/125)) ##### 🩹 Fixes - **parseQuery:** Decode space in query keys ([#​150](https://togithub.com/unjs/ufo/pull/150)) - Parsed query types should be string only ([#​139](https://togithub.com/unjs/ufo/pull/139)) - **stringifyQuery:** Filter out empty values ([#​148](https://togithub.com/unjs/ufo/pull/148)) - **joinURL:** Handle leading dot ([#​35](https://togithub.com/unjs/ufo/pull/35)) ##### 🏡 Chore - **release:** V1.1.2 ([8f36c4f](https://togithub.com/unjs/ufo/commit/8f36c4f)) - Lint test file ([7fa45a0](https://togithub.com/unjs/ufo/commit/7fa45a0)) - Update dependencies ([b9b3b6c](https://togithub.com/unjs/ufo/commit/b9b3b6c)) - Lint ([17c0ad6](https://togithub.com/unjs/ufo/commit/17c0ad6)) - Add autofix ci ([5bb737f](https://togithub.com/unjs/ufo/commit/5bb737f)) - Move autofix ci to `.github/workflows` dir ([f1b3d5c](https://togithub.com/unjs/ufo/commit/f1b3d5c)) - Fix autofix ci ([a6fcce3](https://togithub.com/unjs/ufo/commit/a6fcce3)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Divine - Oleg Khalin - Daniel Roe - Raj Kadhi ### [`v1.1.2`](https://togithub.com/unjs/ufo/blob/HEAD/CHANGELOG.md#v112) [Compare Source](https://togithub.com/unjs/ufo/compare/v1.1.1...v1.1.2) [compare changes](https://togithub.com/unjs/ufo/compare/v1.1.1...v1.1.2) ##### 🩹 Fixes - Provide node16 style types field ([#​133](https://togithub.com/unjs/ufo/pull/133)) ##### 📖 Documentation - Add jsdocs for parse utils ([#​134](https://togithub.com/unjs/ufo/pull/134)) - Add `stringifyParsedURL` ([81e92b2](https://togithub.com/unjs/ufo/commit/81e92b2)) ##### 🏡 Chore - **readme:** Improvements ([e38bdf6](https://togithub.com/unjs/ufo/commit/e38bdf6)) - Update lockfile ([29fd478](https://togithub.com/unjs/ufo/commit/29fd478)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Nozomu Ikuta - Sébastien Chopin - Daniel Roe ### [`v1.1.1`](https://togithub.com/unjs/ufo/blob/HEAD/CHANGELOG.md#v111) [Compare Source](https://togithub.com/unjs/ufo/compare/v1.1.0...v1.1.1) [compare changes](https://togithub.com/unjs/ufo/compare/v1.1.0...v1.1.1) ##### 🩹 Fixes - **hasProtocol:** Expand protocol relative url regexp ([#​126](https://togithub.com/unjs/ufo/pull/126)) ##### ✅ Tests - Add more tests for full coverage ([#​127](https://togithub.com/unjs/ufo/pull/127)) ##### ❤️ Contributors - Divine - Daniel Roe ### [`v1.1.0`](https://togithub.com/unjs/ufo/blob/HEAD/CHANGELOG.md#v110) [Compare Source](https://togithub.com/unjs/ufo/compare/v1.0.1...v1.1.0) [compare changes](https://togithub.com/unjs/ufo/compare/v1.0.1...v1.1.0) ##### 🚀 Enhancements - **hasProtocol:** Strict mode support ([#​124](https://togithub.com/unjs/ufo/pull/124)) - Stringify query values ([#​123](https://togithub.com/unjs/ufo/pull/123)) ##### 🩹 Fixes - **parseHost:** Correctly parse hostnames with and without port ([#​120](https://togithub.com/unjs/ufo/pull/120)) - Port should be string ([75a280c](https://togithub.com/unjs/ufo/commit/75a280c)) - Encode `[]` and `{}` in query values to increase compatibility ([#​118](https://togithub.com/unjs/ufo/pull/118)) - **hasProtocol:** Accept backslash too ([#​122](https://togithub.com/unjs/ufo/pull/122)) ##### 🏡 Chore - Lint ([09ea077](https://togithub.com/unjs/ufo/commit/09ea077)) - Use changelogen for release ([74626fb](https://togithub.com/unjs/ufo/commit/74626fb)) ##### 🎨 Styles - Lint with prettier ([80cd389](https://togithub.com/unjs/ufo/commit/80cd389)) ##### ❤️ Contributors - Pooya Parsa - Divine - Smeng9 ##### [1.0.1](https://togithub.com/unjs/ufo/compare/v1.0.0...v1.0.1) (2022-11-29) ##### Bug Fixes - fix `QueryValue` type to be array only as `QueryObject` values ([#​101](https://togithub.com/unjs/ufo/issues/101)) ([3fbad8c](https://togithub.com/unjs/ufo/commit/3fbad8c04bb9a2e3438d5000de0c49ddc469536a)) - **hasProtocol:** do not treat windows drive letter as protocol ([#​106](https://togithub.com/unjs/ufo/issues/106)) ([67c3dab](https://togithub.com/unjs/ufo/commit/67c3dab271f46abfa82a492ddb7e1e099f994203)) - **query:** uniform handling of empty array values ([#​103](https://togithub.com/unjs/ufo/issues/103)) ([0b1007d](https://togithub.com/unjs/ufo/commit/0b1007dc58d9955dc24bab3312173b7a929387cb)) ### [`v1.0.1`](https://togithub.com/unjs/ufo/blob/HEAD/CHANGELOG.md#101-2022-11-29) [Compare Source](https://togithub.com/unjs/ufo/compare/v1.0.0...v1.0.1) ### [`v1.0.0`](https://togithub.com/unjs/ufo/blob/HEAD/CHANGELOG.md#100-2022-11-14) [Compare Source](https://togithub.com/unjs/ufo/compare/v0.8.6...v1.0.0) ##### Features - remove undefined from withQuery ([#​71](https://togithub.com/unjs/ufo/issues/71)) ([f8900d5](https://togithub.com/unjs/ufo/commit/f8900d5c1d6f8f2c34f6dda82aafc5d9521aba4e)) ##### Bug Fixes - remove leading slash when parsing windows file urls ([#​87](https://togithub.com/unjs/ufo/issues/87)) ([187afb0](https://togithub.com/unjs/ufo/commit/187afb0f954256eb953c1ef447fccf65e6ef5dff)) ##### [0.8.6](https://togithub.com/unjs/ufo/compare/v0.8.5...v0.8.6) (2022-10-15) ##### Bug Fixes - ensure `withBase` does not prefix URLs with protocol ([#​68](https://togithub.com/unjs/ufo/issues/68)) ([b520298](https://togithub.com/unjs/ufo/commit/b520298a4c6979cffe452000039ff5ca41f287b1)) ##### [0.8.5](https://togithub.com/unjs/ufo/compare/v0.8.4...v0.8.5) (2022-07-07) ##### Bug Fixes - **withoutBase:** preserve leading slash ([fc72dd0](https://togithub.com/unjs/ufo/commit/fc72dd0b7e503c07e4788ebb7af6fb790c714035)), closes [#​64](https://togithub.com/unjs/ufo/issues/64) ##### [0.8.4](https://togithub.com/unjs/ufo/compare/v0.8.3...v0.8.4) (2022-05-06) ##### Features - `isEqual` utility ([5fb8267](https://togithub.com/unjs/ufo/commit/5fb826749fc04141655b615ab5868ed63b52db17)) ##### [0.8.3](https://togithub.com/unjs/ufo/compare/v0.8.2...v0.8.3) (2022-03-31) ##### Bug Fixes - **withProtocol:** handle input without protocol (resolves [#​52](https://togithub.com/unjs/ufo/issues/52)) ([4f66249](https://togithub.com/unjs/ufo/commit/4f66249c2a5946483554ead832bb68db724b612e)) ##### [0.8.2](https://togithub.com/unjs/ufo/compare/v0.8.1...v0.8.2) (2022-03-31) ##### Features - withHttp, withHttps, withoutProtocol, withProtocol ([#​48](https://togithub.com/unjs/ufo/issues/48)) ([f8ee0c0](https://togithub.com/unjs/ufo/commit/f8ee0c0a37f45ef695dd65943a5a20f838993e1e)) ##### Bug Fixes - **encodeQueryItem:** stringify boolean values ([#​51](https://togithub.com/unjs/ufo/issues/51)) ([469dd88](https://togithub.com/unjs/ufo/commit/469dd884deb3047ae70dce6fcbbf69154ad491b5)) ##### [0.8.1](https://togithub.com/unjs/ufo/compare/v0.8.0...v0.8.1) (2022-03-16) ##### Bug Fixes - **parseURL:** don't fail if hostAndPath not matching ([d297e60](https://togithub.com/unjs/ufo/commit/d297e60d01c91c2367a20e0779d8a6705c996a3e))

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.



This PR has been generated by Mend Renovate. View repository job log here.