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 #617

Open
wants to merge 1 commit into
base: beta
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/module-builder 0.6.0 -> 0.7.0 age adoption passing confidence
@types/node (source) 20.12.12 -> 20.14.2 age adoption passing confidence
eslint (source) 9.3.0 -> 9.4.0 age adoption passing confidence
lint-staged 15.2.2 -> 15.2.5 age adoption passing confidence
playwright (source) 1.44.0 -> 1.44.1 age adoption passing confidence
postcss-preset-env (source) 9.5.13 -> 9.5.14 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.1 age adoption passing confidence
stylelint (source) 16.5.0 -> 16.6.1 age adoption passing confidence
vitepress (source) 1.2.0 -> 1.2.3 age adoption passing confidence
vue-web-component-wrapper (source) 1.4.4 -> 1.5.0 age adoption passing confidence

Release Notes

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

v0.7.0

Compare Source

compare changes

🚀 Enhancements
  • Auto generate module options from schema meta (#​33)
🩹 Fixes
  • Use tsconfck to resolve tsconfig compilerOptions (#​274)
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
  • Resolve full path to runtime externals (#​275)
  • Include dist/runtime in externals list (0946c04)
📖 Documentation
  • Add types condition to export subpath (#​265)
🏡 Chore
✅ Tests
  • Add additional test for validity of types shared from runtime (afc4374)
🤖 CI
  • Adds reproduction workflow (0dc73bb)
⚠️ Breaking Changes
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
❤️ Contributors
eslint/eslint (eslint)

v9.4.0

Compare Source

okonet/lint-staged (lint-staged)

v15.2.5

Compare Source

Patch Changes
  • #​1424 31a1f95 Thanks @​iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.

  • #​1423 91abea0 Thanks @​iiroj! - Improve error logging when failing to read or parse a configuration file

  • #​1424 ee43f15 Thanks @​iiroj! - Upgrade micromatch@4.0.7

v15.2.4

Compare Source

Patch Changes
  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies
microsoft/playwright (playwright)

v1.44.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/30779 - [REGRESSION]: When using video: 'on' with VSCode extension the browser got closed
https://github.com/microsoft/playwright/issues/30755 - [REGRESSION]: Electron launch with spaces inside executablePath didn't workhttps://github.com/microsoft/playwright/issues/307700 - [REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't worhttps://github.com/microsoft/playwright/issues/3085858 - [REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report

Browser Versions

  • Chromium 125.0.6422.14
  • Mozilla Firefox 125.0.1
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 124
  • Microsoft Edge 124
csstools/postcss-plugins (postcss-preset-env)

v9.5.14

Compare Source

May 23, 2024

prettier/prettier (prettier)

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

v3.3.0

Compare Source

diff

🔗 Release Notes

stylelint/stylelint (stylelint)

v16.6.1

Compare Source

v16.6.0

Compare Source

vuejs/vitepress (vitepress)

v1.2.3

Compare Source

Bug Fixes
  • theme,a11y: handle overflow on long mathematical equation and make tables focusable (#​3932) (closes #​3914) (afc611d)
  • types: wrong types generated for markdown-it > mdurl (48ca76c), closes #​3935

v1.2.2

Compare Source

Bug Fixes
  • dont escape ampersand twice in title (7ea3572)

v1.2.1

Compare Source

Bug Fixes
  • a11y: make code blocks accessible with keyboard (#​3902) (cb308b9)
  • escape title properly in build (49b1233)
  • theme: remove unnecessary navigation role on nav element (af4717d)
EranGrin/vue3-web-component-wrapper (vue-web-component-wrapper)

v1.5.0

Compare Source

Added
  • Added support for web components without shadow DOM

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 force-pushed the renovate/all-minor-patch branch 4 times, most recently from 9864a63 to 9285978 Compare March 13, 2024 14:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 7f4ff7d to d81c7d7 Compare March 19, 2024 14:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from e28dd96 to ac1951a Compare March 28, 2024 15:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from b6f8bcc to a14ace4 Compare April 4, 2024 16:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 405909f to 73a5b5c Compare May 18, 2024 15:22
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed May 18, 2024
@renovate renovate bot closed this May 18, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch May 18, 2024 15:23
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies May 21, 2024
@renovate renovate bot reopened this May 21, 2024
@renovate renovate bot restored the renovate/all-minor-patch branch May 21, 2024 13:32
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update devdependency vitepress to v1.2.2 May 21, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 73a5b5c to bcf260d Compare May 21, 2024 13:32
@renovate renovate bot changed the title chore(deps): update devdependency vitepress to v1.2.2 chore(deps): update all non-major dependencies May 22, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from a963a16 to d327727 Compare May 28, 2024 14:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 1f99a6e to 69ae208 Compare June 5, 2024 07:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 69ae208 to 22e37f0 Compare June 5, 2024 10:28
Copy link

sonarcloud bot commented Jun 5, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

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.

None yet

0 participants