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 devdependencies (non-major) #119

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@docusaurus/module-type-aliases (source) 3.6.0 -> 3.6.3 age adoption passing confidence
@docusaurus/tsconfig (source) 3.6.0 -> 3.6.3 age adoption passing confidence
@docusaurus/types (source) 3.6.0 -> 3.6.3 age adoption passing confidence
@playwright/test (source) 1.48.2 -> 1.49.0 age adoption passing confidence
@types/node (source) 22.8.6 -> 22.10.1 age adoption passing confidence
@vitest/coverage-v8 (source) 2.1.4 -> 2.1.6 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.1 age adoption passing confidence
swagger-typescript-api 13.0.22 -> 13.0.23 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.2 age adoption passing confidence
vitest (source) 2.1.4 -> 2.1.6 age adoption passing confidence

Release Notes

facebook/docusaurus (@​docusaurus/module-type-aliases)

v3.6.3

Compare Source

🐛 Bug Fix
Committers: 1

v3.6.2: 3.6.2

Compare Source

3.6.2 (2024-11-19)

🐛 Bug Fix
  • docusaurus-module-type-aliases
  • docusaurus-theme-translations
  • docusaurus
    • #​10685 fix(cli): docusaurus --help should print plugin commands using extendCli() (@​slorber)
  • docusaurus-bundler
  • create-docusaurus
  • docusaurus-bundler, docusaurus-faster, docusaurus
🔧 Maintenance
Committers: 5

v3.6.1

Compare Source

🐛 Bug Fix
  • docusaurus
  • docusaurus-bundler, docusaurus-faster, docusaurus-utils-common, docusaurus-utils
💅 Polish
  • docusaurus-bundler, docusaurus-types, docusaurus
📝 Documentation
🔧 Maintenance
  • docusaurus-mdx-loader
    • #​10651 refactor(mdx-loader): streamline typescript usage for remark plugin types (@​lebalz)
  • Other
Committers: 2
microsoft/playwright (@​playwright/test)

v1.49.0

Compare Source

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub

v2.1.5

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
prettier/prettier (prettier)

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes

acacode/swagger-typescript-api (swagger-typescript-api)

v13.0.23

Compare Source

What's Changed

Full Changelog: acacode/swagger-typescript-api@13.0.22...13.0.23

microsoft/TypeScript (typescript)

v5.7.2

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from ed7c46c to 203d137 Compare December 1, 2024 04:28
@renovate renovate bot merged commit 54730dc into main Dec 1, 2024
3 checks passed
@renovate renovate bot deleted the renovate/devdependencies-(non-major) branch December 1, 2024 07:27
Copy link

🚀 This pull request is included in v1.5.0. See Release 1.5.0 for release notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants