nuxt-modules / design-tokens

Design tokens module for Nuxt
https://design-tokens.nuxtjs.org
MIT License
50 stars 3 forks source link

chore(deps): update devdependency pathe to v1 #27

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pathe ^0.3.5 -> ^1.1.2 age adoption passing confidence

Release Notes

unjs/pathe (pathe) ### [`v1.1.2`](https://redirect.github.com/unjs/pathe/blob/HEAD/CHANGELOG.md#v112) [Compare Source](https://redirect.github.com/unjs/pathe/compare/v1.1.1...v1.1.2) [compare changes](https://redirect.github.com/unjs/pathe/compare/v1.1.1...v1.1.2) ##### 🩹 Fixes - Trim root folder `/` when calculating relative paths ([#​142](https://redirect.github.com/unjs/pathe/pull/142)) - Check `process.cwd` before calling it ([#​147](https://redirect.github.com/unjs/pathe/pull/147)) - Uppercase windows drive letters ([#​151](https://redirect.github.com/unjs/pathe/pull/151)) - **resolveAlias:** Handle aliases ending with trailing slash ([#​155](https://redirect.github.com/unjs/pathe/pull/155)) - **relative:** Handle different windows drive letters ([#​158](https://redirect.github.com/unjs/pathe/pull/158)) ##### 🏡 Chore - Update lockfile ([b310408](https://redirect.github.com/unjs/pathe/commit/b310408)) - Use changelogen for release ([dffa918](https://redirect.github.com/unjs/pathe/commit/dffa918)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Julien Huang ([@​huang-julien](http://github.com/huang-julien)) - Daniel Roe - Kræn Hansen ([@​kraenhansen](http://github.com/kraenhansen)) - Lsh ##### [1.1.1](https://redirect.github.com/unjs/pathe/compare/v1.1.0...v1.1.1) (2023-06-01) ##### Bug Fixes - move `types` condition to the front ([#​134](https://redirect.github.com/unjs/pathe/issues/134)) ([78715ee](https://redirect.github.com/unjs/pathe/commit/78715ee7886270cb6a86c6b6c5bbc6f8c83908a4)) ### [`v1.1.1`](https://redirect.github.com/unjs/pathe/blob/HEAD/CHANGELOG.md#111-2023-06-01) [Compare Source](https://redirect.github.com/unjs/pathe/compare/v1.1.0...v1.1.1) ### [`v1.1.0`](https://redirect.github.com/unjs/pathe/blob/HEAD/CHANGELOG.md#110-2023-01-20) [Compare Source](https://redirect.github.com/unjs/pathe/compare/v1.0.1...v1.1.0) ##### Features - provide default export for node compatibility (resolves [#​115](https://redirect.github.com/unjs/pathe/issues/115)) ([1ff01d1](https://redirect.github.com/unjs/pathe/commit/1ff01d10212c9a9558a23151586c9a3c85d2b5aa)) ##### [1.0.1](https://redirect.github.com/unjs/pathe/compare/v1.0.0...v1.0.1) (2023-01-20) ##### Bug Fixes - `process.cwd` fallback on non-node env ([#​114](https://redirect.github.com/unjs/pathe/issues/114)) ([14714c1](https://redirect.github.com/unjs/pathe/commit/14714c144e0409e4877312c74d16c1e517b01f38)) ### [`v1.0.1`](https://redirect.github.com/unjs/pathe/blob/HEAD/CHANGELOG.md#101-2023-01-20) [Compare Source](https://redirect.github.com/unjs/pathe/compare/v1.0.0...v1.0.1) ### [`v1.0.0`](https://redirect.github.com/unjs/pathe/blob/HEAD/CHANGELOG.md#100-2022-11-14) [Compare Source](https://redirect.github.com/unjs/pathe/compare/v0.3.9...v1.0.0) ##### [0.3.9](https://redirect.github.com/unjs/pathe/compare/v0.3.8...v0.3.9) (2022-10-07) ##### Bug Fixes - respect path separators when resolving aliases ([#​67](https://redirect.github.com/unjs/pathe/issues/67)) ([a718ebe](https://redirect.github.com/unjs/pathe/commit/a718ebeefc5d3a1b6ae264e356735add1db6142c)) ##### [0.3.8](https://redirect.github.com/unjs/pathe/compare/v0.3.7...v0.3.8) (2022-09-19) ##### Bug Fixes - **basename:** handle empty extensions ([#​61](https://redirect.github.com/unjs/pathe/issues/61)) ([b0661cb](https://redirect.github.com/unjs/pathe/commit/b0661cbe62d249cf02e12982011ca987373c628f)) ##### [0.3.7](https://redirect.github.com/unjs/pathe/compare/v0.3.6...v0.3.7) (2022-09-06) ##### Bug Fixes - **resolveAlias:** preserve relative paths as is ([f3e5bcc](https://redirect.github.com/unjs/pathe/commit/f3e5bcc9c277ff4c9e6aeebdbdb19f9f26e1f62b)) ##### [0.3.6](https://redirect.github.com/unjs/pathe/compare/v0.3.5...v0.3.6) (2022-09-06) ##### Features - `resolveAlias` utility ([f8b3c83](https://redirect.github.com/unjs/pathe/commit/f8b3c8334b43f222a637bb2ee922f2d10815b35d)) ##### [0.3.5](https://redirect.github.com/unjs/pathe/compare/v0.3.4...v0.3.5) (2022-08-18) ##### Bug Fixes - **extname:** avoid regex look-behinds for safari support ([#​42](https://redirect.github.com/unjs/pathe/issues/42)) ([c0cec97](https://redirect.github.com/unjs/pathe/commit/c0cec976375514bc4b2239b7fde1314e5c83583e)) ##### [0.3.4](https://redirect.github.com/unjs/pathe/compare/v0.3.3...v0.3.4) (2022-08-10) ##### Features - add `normalizeAliases` and `filename` in `/utils` subpath ([#​34](https://redirect.github.com/unjs/pathe/issues/34)) ([1ece780](https://redirect.github.com/unjs/pathe/commit/1ece780a7568d2151c4f839481759997101a0e93)) ##### Bug Fixes - improve windows path handling and improve coverage ([#​36](https://redirect.github.com/unjs/pathe/issues/36)) ([34a55cf](https://redirect.github.com/unjs/pathe/commit/34a55cf41c9da75d63bff9abc3d5b0b50068b6ac)) ##### [0.3.3](https://redirect.github.com/unjs/pathe/compare/v0.3.2...v0.3.3) (2022-08-01) ##### Bug Fixes - normalize `process.cwd` on windows ([#​31](https://redirect.github.com/unjs/pathe/issues/31)) ([a7b0f7b](https://redirect.github.com/unjs/pathe/commit/a7b0f7bcf150f82bc9e98109fb52bf394dfdc7ae)) ##### [0.3.2](https://redirect.github.com/unjs/pathe/compare/v0.3.1...v0.3.2) (2022-06-29) ##### Bug Fixes - **extname:** handle edge cases wirth leading dot ([dfe46d7](https://redirect.github.com/unjs/pathe/commit/dfe46d79035dd7302bb55b84cc445db07e8dde7f)), closes [#​21](https://redirect.github.com/unjs/pathe/issues/21) ##### [0.3.1](https://redirect.github.com/unjs/pathe/compare/v0.3.0...v0.3.1) (2022-06-27) ##### Bug Fixes - replace double-slashes in `join` calls ([#​17](https://redirect.github.com/unjs/pathe/issues/17)) ([fd57079](https://redirect.github.com/unjs/pathe/commit/fd57079ac8ac597b31c4e5f3dd56a2d39eae20a6)) - return `.` as dirname fallback for non-absolute paths ([#​19](https://redirect.github.com/unjs/pathe/issues/19)) ([e15d5da](https://redirect.github.com/unjs/pathe/commit/e15d5da0efba221209190deb2f3f98466f135d78)) ### [`v0.3.9`](https://redirect.github.com/unjs/pathe/blob/HEAD/CHANGELOG.md#039-2022-10-07) [Compare Source](https://redirect.github.com/unjs/pathe/compare/v0.3.8...v0.3.9) ### [`v0.3.8`](https://redirect.github.com/unjs/pathe/blob/HEAD/CHANGELOG.md#038-2022-09-19) [Compare Source](https://redirect.github.com/unjs/pathe/compare/v0.3.7...v0.3.8) ### [`v0.3.7`](https://redirect.github.com/unjs/pathe/blob/HEAD/CHANGELOG.md#037-2022-09-06) [Compare Source](https://redirect.github.com/unjs/pathe/compare/v0.3.6...v0.3.7) ### [`v0.3.6`](https://redirect.github.com/unjs/pathe/blob/HEAD/CHANGELOG.md#036-2022-09-06) [Compare Source](https://redirect.github.com/unjs/pathe/compare/v0.3.5...v0.3.6)

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