Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): update all non-major dependencies #918

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 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/eslint-config (source) ^0.7.5 -> ^0.7.6 age adoption passing confidence
@nuxt/test-utils ^3.14.4 -> ^3.15.4 age adoption passing confidence
@nuxt/ui-pro ^1.6.0 -> ^1.7.0 age adoption passing confidence
consola ^3.3.3 -> ^3.4.0 age adoption passing confidence
eslint (source) ^9.18.0 -> ^9.19.0 age adoption passing confidence
h3 ^1.13.1 -> ^1.14.0 age adoption passing confidence
happy-dom ^16.5.3 -> ^16.8.1 age adoption passing confidence
nuxt-og-image (source) ^4.0.2 -> ^4.1.2 age adoption passing confidence
pathe ^2.0.1 -> ^2.0.2 age adoption passing confidence
pnpm (source) 9.15.3 -> 9.15.5 age adoption passing confidence
postcss (source) ^8.4.49 -> ^8.5.1 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.3 age adoption passing confidence

Release Notes

nuxt/eslint (@​nuxt/eslint-config)

v0.7.6

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/test-utils (@​nuxt/test-utils)

v3.15.4

Compare Source

compare changes

🩹 Fixes
  • e2e: Use tinyexec to resolve nuxi binary (7df895e3)
  • e2e: Increase default windows setup timeout (6f38dd58)
✅ Tests
❤️ Contributors

v3.15.3

Compare Source

compare changes

🩹 Fixes
  • e2e: Use node:path to resolve dist directory (#​1054)
❤️ Contributors

v3.15.2

Compare Source

compare changes

🩹 Fixes
  • module: Remove setInterval from the presets (#​1035)
🏡 Chore
  • Add devtools-kit types + specify vite in jest fixture (c37781b5)
  • Double windows timeout (45e16131)
✅ Tests
  • Update windows timeout for e2e test (1acb335b)
❤️ Contributors
nuxt/ui-pro (@​nuxt/ui-pro)

v1.7.0

Compare Source

unjs/consola (consola)

v3.4.0

Compare Source

compare changes

🚀 Enhancements
  • Use upstream @clack/prompts (#​332)
🩹 Fixes
  • Calculate box width without escape sequence chars (#​336)
💅 Refactors
📦 Build
  • Update exports for node16 typescript resolution (#​331)
🏡 Chore
❤️ Contributors
  • Pooya Parsa (@​pi0)
  • Yongqi <yongqi14@​qq.com>
eslint/eslint (eslint)

v9.19.0

Compare Source

unjs/h3 (h3)

v1.14.0

Compare Source

compare changes

🚀 Enhancements
  • session: Allow using with crossws hooks (#​960)
❤️ Contributors
capricorn86/happy-dom (happy-dom)

v16.8.1

Compare Source

👷‍♂️ Patch fixes

v16.8.0

Compare Source

🎨 Features

v16.7.3

Compare Source

👷‍♂️ Patch fixes
  • Removes space from directory name that prevents the repo to be cloned on MS Windows - By @​kleinfreund in task #​1703

v16.7.2

Compare Source

👷‍♂️ Patch fixes

v16.7.1

Compare Source

👷‍♂️ Patch fixes
  • Adds ICookie, IOptionalCookie, CookieSameSiteEnum and IVirtualServer as exports to the index file - By @​capricorn86 in task #​1693
  • Makes non-mandatory cookie properties optional in CookieContainer.addCookies() - By @​capricorn86 in task #​1693

v16.7.0

Compare Source

🎨 Features
  • Adds support for simulating local HTTP servers that serves files from the local file system - By @​capricorn86 in task #​1688
    • Read more about virtual servers in the Wiki

v16.6.0

Compare Source

🎨 Features
  • Adds support for subsequent sibling combinator to querySelector(), querySelectorAll() and matches() (e.g. ".a ~ .b") - By @​karpiuMG in task #​1683
nuxt-modules/og-image (nuxt-og-image)

v4.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.1.1

Compare Source

v4.1.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.0.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
unjs/pathe (pathe)

v2.0.2

Compare Source

compare changes

🩹 Fixes
  • format: Allow calls with partial arguments (#​198)
  • Use node:path export types (#​199)
  • extname: Handle inputs ending with dot (#​203)
🏡 Chore
  • Enable strict typescript compilation (#​200)
  • Update deps (c284a3d)
❤️ Contributors
pnpm/pnpm (pnpm)

v9.15.5: pnpm 9.15.5

Compare Source

Patch Changes

  • Verify that the package name is valid when executing the publish command.
  • When running pnpm install, the preprepare and postprepare scripts of the project should be executed #​8989.
  • Quote args for scripts with shell-quote to support new lines (on POSIX only) #​8980.
  • Proxy settings should be respected, when resolving Git-hosted dependencies #​6530.
  • Replace strip-ansi with the built-in util.stripVTControlCharacters #​9009.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.4: pnpm 9.15.4

Compare Source

Patch Changes

  • Ensure that recursive pnpm update --latest <pkg> updates only the specified package, with dedupe-peer-dependents=true.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva
postcss/postcss (postcss)

v8.5.1

Compare Source

v8.5.0: 8.5 “Duke Alloces”

Compare Source

President Alloces seal

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

microsoft/TypeScript (typescript)

v5.7.3

Compare Source

v5.7.2

Compare Source


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link

what-the-diff bot commented Nov 22, 2024

PR Summary

  • Upgraded Typescript Dependency
    The underlying Typescript version that our codebase relies on has been upgraded from version 5.6.3 to 5.7.2. This will help us benefit from the latest enhancements and bug fixes that the newer version brings, improving the stability and performance of our application.

  • Package Manager Version Update
    Our project's package manager, pnpm, has been updated from version 9.14.1 to 9.14.2. This update will provide us with the latest set of functionality for managing our project's packages and dependencies, contributing to a smoother and more efficient development process.

Copy link

netlify bot commented Nov 22, 2024

Deploy Preview for nuxt-tailwindcss failed. Why did it fail? →

Name Link
🔨 Latest commit 16ce4bf
🔍 Latest deploy log https://app.netlify.com/sites/nuxt-tailwindcss/deploys/679fb5126eb69b0008183dfd

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 05eb2bf to c0aa826 Compare November 29, 2024 21:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c77d451 to 41ae8ba Compare December 6, 2024 16:03
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update devdependency happy-dom to ^15.11.7 Dec 8, 2024
@renovate renovate bot changed the title chore(deps): update devdependency happy-dom to ^15.11.7 chore(deps): update all non-major dependencies Dec 8, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 8a1015e to 79521cd Compare December 13, 2024 21:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 6f34ee4 to 231d42e Compare December 20, 2024 09:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 26ac7d9 to db68488 Compare January 14, 2025 08:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 21297d8 to 6b29b92 Compare January 21, 2025 15:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from a853fd9 to 875d418 Compare January 26, 2025 21:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 32544fc to b40c062 Compare January 31, 2025 15:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b40c062 to 16ce4bf Compare February 2, 2025 18:10
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants