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 all non-major dependencies #70

Merged
merged 2 commits into from
Apr 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/module-builder ^0.3.1 -> ^0.5.5 age adoption passing confidence
defu ^6.1.2 -> ^6.1.4 age adoption passing confidence
pathe ^1.1.0 -> ^1.1.2 age adoption passing confidence
typescript (source) ^5.0.4 -> ^5.4.5 age adoption passing confidence
ufo ^1.1.2 -> ^1.5.3 age adoption passing confidence
web-vitals ^3.3.1 -> ^3.5.2 age adoption passing confidence

Release Notes

nuxt/module-builder (@​nuxt/module-builder)

v0.5.5

Compare Source

compare changes

🩹 Fixes
  • Rename RuntimeModuleHooks to ModuleRuntimeHooks (#​194)
  • Use import with extension in generated .d.mts file (#​202)
📖 Documentation
  • Remove reference to ModulePrivateRuntimeConfig (34ee148)
🏡 Chore
  • Add shell emulator for Windows (#​191)
  • Fix example package.json (#​192)
✅ Tests
  • Add root + module type tests (#​198)
🤖 CI
❤️ Contributors

v0.5.4

Compare Source

compare changes

🚀 Enhancements
  • Support writing RuntimeNuxtHooks types (#​183)
🩹 Fixes
  • Generate explicit type import/exports (#​184)
📖 Documentation
  • Import nuxt composables from #imports (#​186)
❤️ Contributors

v0.5.3

Compare Source

compare changes

🩹 Fixes
  • Esnext-compatible output (#​181)
❤️ Contributors

v0.5.2

Compare Source

compare changes

💅 Refactors
📖 Documentation
🏡 Chore
❤️ Contributors

v0.5.1

Compare Source

compare changes

🚀 Enhancements
  • Support --sourcemap option (#​163)
❤️ Contributors

v0.5.0

Compare Source

compare changes

🚀 Enhancements
  • Expose prepareModule function (76b5654)
  • Upgrade to unbuild@2 (#​161)
🏡 Chore
  • Add type safety to prepare overrides (9d0804a)
  • Switch to changelogen for release (ba811da)
❤️ Contributors

v0.4.0

Compare Source

Features
0.3.1 (2023-05-01)
Bug Fixes
  • extend nuxt/schema as well (796d6ab)
unjs/defu (defu)

v6.1.4

Compare Source

compare changes

🩹 Fixes
  • Merge objects with Module type (#​121)
💅 Refactors
  • Move isPlainObject to _utils to allow testing (e922a16)
  • Make isPlainObject logic more readable (e458b63)
📖 Documentation
🏡 Chore
✅ Tests
  • Improve tests for isPlainObject (b24a213)
❤️ Contributors

v6.1.3

Compare Source

compare changes

🩹 Fixes
  • Only merge plain objects (#​111)
📖 Documentation
📦 Build
  • Backward compatible cjs entry (#​110)
🏡 Chore
🎨 Styles
  • Format with prettier v3 (32650f1)
❤️ Contributors
unjs/pathe (pathe)

v1.1.2

Compare Source

compare changes

🩹 Fixes
  • Trim root folder / when calculating relative paths (#​142)
  • Check process.cwd before calling it (#​147)
  • Uppercase windows drive letters (#​151)
  • resolveAlias: Handle aliases ending with trailing slash (#​155)
  • relative: Handle different windows drive letters (#​158)
🏡 Chore
❤️ Contributors
1.1.1 (2023-06-01)
Bug Fixes

v1.1.1

Compare Source

Microsoft/TypeScript (typescript)

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.3: TypeScript 5.4.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.2: TypeScript 5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.3.3: TypeScript 5.3.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.3.2: TypeScript 5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.2.2: TypeScript 5.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.6: TypeScript 5.1.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm

v5.1.5: TypeScript 5.1.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.3: TypeScript 5.1.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

unjs/ufo (ufo)

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
GoogleChrome/web-vitals (web-vitals)

v3.5.2

Compare Source

  • Pick the first non-null target for INP attribution (#​421)

v3.5.1

Compare Source

  • Add extra guard for PerformanceEventTiming not existing (#​403)

v3.5.0

Compare Source

  • Run onLCP callback in separate task (#​386)
  • Fix INP durationThreshold bug when set to 0 (#​372)
  • Prevent FID entries being emitted as INP for non-supporting browsers (#​368)

v3.4.0

Compare Source

  • Make bindReporter generic over metric type (#​359)
  • Update INP status in README (#​362)
  • Fix Metric types for better TypeScript support (#​356)
  • Fix selector for SVGs for attribution build (#​354)

v3.3.2

Compare Source

  • Fix attribution types (#​348)
  • Safe access navigation entry type (#​290)

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 changed the title chore(deps): update devdependency eslint to ^8.41.0 chore(deps): update all non-major dependencies May 26, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 334f2c1 to 077482e Compare June 2, 2023 01:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 077482e to ac60dde Compare June 3, 2023 00:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ac60dde to 7d8fe89 Compare June 16, 2023 22:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f8b1b3f to 42b2381 Compare July 1, 2023 03:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c45dbf0 to a05a4f2 Compare July 14, 2023 18:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fb5d6ec to ac7f3d2 Compare July 29, 2023 06:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ac7f3d2 to 4446a67 Compare August 11, 2023 17:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from e65dac2 to 4207acd Compare August 31, 2023 15:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ac6eebf to 635551d Compare September 28, 2023 14:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 635551d to 83241c0 Compare October 6, 2023 21:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 42c376f to b90b047 Compare October 25, 2023 01:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from bbddd7c to 6f1cf9c Compare November 8, 2023 12:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d79c664 to 7e3e500 Compare November 20, 2023 18:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fb68f67 to 901845a Compare December 6, 2023 19:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1b908b8 to 8a63d22 Compare December 27, 2023 22:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9826635 to a71ab24 Compare January 10, 2024 19:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 254f260 to 78ac695 Compare March 6, 2024 18:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a7bda1f to 0a86438 Compare March 20, 2024 20:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 629b47a to eb61669 Compare April 10, 2024 14:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eb61669 to a08fe94 Compare April 22, 2024 20:43
@danielroe danielroe merged commit 719a428 into main Apr 22, 2024
1 check passed
@danielroe danielroe deleted the renovate/all-minor-patch branch April 22, 2024 21:03
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.

1 participant