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

fix(deps): update all non-major dependencies #12410

Merged
merged 3 commits into from
Nov 27, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@astrojs/react (source) ^3.6.2 -> ^3.6.3 age adoption passing confidence dependencies patch
@playwright/test (source) 1.48.2 -> 1.49.0 age adoption passing confidence devDependencies minor
@playwright/test (source) ^1.48.2 -> ^1.49.0 age adoption passing confidence devDependencies minor
@sveltejs/vite-plugin-svelte (source) ^4.0.0 -> ^4.0.2 age adoption passing confidence dependencies patch
@types/alpinejs (source) ^3.13.10 -> ^3.13.11 age adoption passing confidence dependencies patch
@types/dlv (source) ^1.1.4 -> ^1.1.5 age adoption passing confidence devDependencies patch
@vitejs/plugin-react (source) ^4.3.3 -> ^4.3.4 age adoption passing confidence dependencies patch
@vitejs/plugin-vue (source) ^5.1.4 -> ^5.2.1 age adoption passing confidence dependencies minor
@vitejs/plugin-vue-jsx (source) ^4.0.1 -> ^4.1.1 age adoption passing confidence dependencies minor
@vue/compiler-sfc (source) ^3.5.12 -> ^3.5.13 age adoption passing confidence dependencies patch
CodSpeedHQ/action v3.1.0 -> v3.2.0 age adoption passing confidence action minor
astro-embed (source) ^0.8.0 -> ^0.9.0 age adoption passing confidence dependencies minor
ci-info ^4.0.0 -> ^4.1.0 age adoption passing confidence dependencies minor
eslint (source) ^9.14.0 -> ^9.15.0 age adoption passing confidence devDependencies minor
eslint-plugin-regexp ^2.6.0 -> ^2.7.0 age adoption passing confidence devDependencies minor
magic-string ^0.30.12 -> ^0.30.14 age adoption passing confidence dependencies patch
nanoid ^5.0.8 -> ^5.0.9 age adoption passing confidence dependencies patch
postcss (source) ^8.4.47 -> ^8.4.49 age adoption passing confidence dependencies patch
postcss-preset-env (source) ^10.0.9 -> ^10.1.1 age adoption passing confidence devDependencies minor
preact (source) ^10.24.3 -> ^10.25.0 age adoption passing confidence devDependencies minor
preact (source) ^10.24.3 -> ^10.25.0 age adoption passing confidence dependencies minor
prettier (source) ^3.3.3 -> ^3.4.1 age adoption passing confidence devDependencies minor
rollup (source) ^4.24.4 -> ^4.27.4 age adoption passing confidence devDependencies minor
sass ^1.80.6 -> ^1.81.0 age adoption passing confidence devDependencies minor
sass ^1.80.6 -> ^1.81.0 age adoption passing confidence dependencies minor
shiki (source) ^1.22.2 -> ^1.23.1 age adoption passing confidence dependencies minor
shiki (source) ^1.22.2 -> ^1.23.1 age adoption passing confidence devDependencies minor
svelte (source) ^5.1.16 -> ^5.2.9 age adoption passing confidence devDependencies minor
svelte (source) ^5.1.16 -> ^5.2.9 age adoption passing confidence dependencies minor
svelte2tsx (source) ^0.7.22 -> ^0.7.28 age adoption passing confidence dependencies patch
tailwindcss (source) ^3.4.14 -> ^3.4.15 age adoption passing confidence devDependencies patch
tailwindcss (source) ^3.4.14 -> ^3.4.15 age adoption passing confidence dependencies patch
turbo (source) ^2.2.3 -> ^2.3.3 age adoption passing confidence devDependencies minor
typescript (source) ^5.6.3 -> ^5.7.2 age adoption passing confidence devDependencies minor
typescript (source) ^5.6.3 -> ^5.7.2 age adoption passing confidence dependencies minor
typescript (source) ~5.6.3 -> ~5.7.2 age adoption passing confidence devDependencies minor
typescript-eslint (source) ^8.13.0 -> ^8.16.0 age adoption passing confidence devDependencies minor
undici (source) ^6.20.1 -> ^6.21.0 age adoption passing confidence devDependencies minor
vite (source) ^5.4.10 -> ^5.4.11 age adoption passing confidence devDependencies patch
vite (source) ^5.4.10 -> ^5.4.11 age adoption passing confidence dependencies patch
vite-plugin-solid ^2.10.2 -> ^2.11.0 age adoption passing confidence dependencies minor
vite-plugin-vue-devtools (source) ^7.6.3 -> ^7.6.4 age adoption passing confidence dependencies patch
vitefu ^1.0.3 -> ^1.0.4 age adoption passing confidence dependencies patch
vitest (source) ^2.1.4 -> ^2.1.6 age adoption passing confidence dependencies patch
vue (source) ^3.5.12 -> ^3.5.13 age adoption passing confidence dependencies patch
vue (source) ^3.5.12 -> ^3.5.13 age adoption passing confidence devDependencies patch
xxhash-wasm ^1.0.2 -> ^1.1.0 age adoption passing confidence dependencies minor

Release Notes

withastro/astro (@​astrojs/react)

v3.6.3

Compare Source

Patch Changes
microsoft/playwright (@​playwright/test)

v1.49.0

Compare Source

sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v4.0.2

Compare Source

Patch Changes
  • Allow script tags to span multiple lines (5309d7b)

v4.0.1

Compare Source

Patch Changes
  • removed references to compiler options no longer available in svelte5 (#​1010)
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.3.4

Compare Source

Add Vite 6 to peerDependencies range

Vite 6 is highly backward compatible, not much to add!

Force Babel to output spec compliant import attributes #​386

The default was an old spec (with type: "json"). We now enforce spec compliant (with { type: "json" })

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.2.1

v5.2.0

  • feat: add a feature option to support custom component id generator (#​461) (7a1fc4c), closes #​461

v5.1.5

vitejs/vite-plugin-vue (@​vitejs/plugin-vue-jsx)

v4.1.1

v4.1.0

vuejs/core (@​vue/compiler-sfc)

v3.5.13

Compare Source

Bug Fixes
Performance Improvements
CodSpeedHQ/action (CodSpeedHQ/action)

v3.2.0

Compare Source

Release Notes

🚀 Features
🏗️ Refactor
⚙️ Internals

Associated runner release: https://github.com/CodSpeedHQ/runner/releases/tag/v3.2.0
Full Changelog: CodSpeedHQ/action@v3.1.0...v3.2.0

delucis/astro-embed (astro-embed)

v0.9.0

Compare Source

Minor Changes
Patch Changes
watson/ci-info (ci-info)

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: watson/ci-info@v4.0.0...v4.1.0

eslint/eslint (eslint)

v9.15.0

Compare Source

ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)

v2.7.0

Compare Source

Minor Changes
  • Add support for ES2025 duplicate named capturing groups (#​752)
Patch Changes
  • Updates unicode property alias resource with latest (#​766)

  • fix(rege


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
Copy link

changeset-bot bot commented Nov 11, 2024

⚠️ No Changeset found

Latest commit: e8b4833

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added pkg: svelte Related to Svelte (scope) pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope) pkg: astro Related to the core `astro` package (scope) labels Nov 11, 2024
Copy link

codspeed-hq bot commented Nov 11, 2024

CodSpeed Performance Report

Merging #12410 will not alter performance

Comparing renovate/all-minor-patch (2fa7f6f) with main (25baa4e)

Summary

✅ 6 untouched benchmarks

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 898d938 to 873cdbf Compare November 11, 2024 04:42
@github-actions github-actions bot added the pkg: vue Related to Vue (scope) label Nov 11, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 873cdbf to 74a53df Compare November 11, 2024 10:21
@github-actions github-actions bot added pkg: react Related to React (scope) pkg: solid Related to Solid (scope) labels Nov 11, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 4a9fe2c to 36fff90 Compare November 13, 2024 00:03
@github-actions github-actions bot added the pkg: lit Related to Lit (scope) label Nov 13, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 371befa to 086f4fa Compare November 13, 2024 14:54
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Nov 13, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 0a80d3d to 098cf61 Compare November 15, 2024 07:09
@github-actions github-actions bot added the pkg: preact Related to Preact (scope) label Nov 21, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a09a58a to e5aa9b3 Compare November 21, 2024 15:55
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Nov 21, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 6f68a75 to bbb53ec Compare November 26, 2024 11:40
@github-actions github-actions bot added the 🚨 action Modifies GitHub Actions label Nov 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8bb309a to 26d1f80 Compare November 26, 2024 22:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 26d1f80 to f57e25d Compare November 27, 2024 02:19
Copy link
Contributor Author

renovate bot commented Nov 27, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@bluwy bluwy merged commit 6fc29e3 into main Nov 27, 2024
14 checks passed
@bluwy bluwy deleted the renovate/all-minor-patch branch November 27, 2024 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 action Modifies GitHub Actions dependencies Pull requests that update a dependency file feat: markdown Related to Markdown (scope) pkg: astro Related to the core `astro` package (scope) pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope) pkg: lit Related to Lit (scope) pkg: preact Related to Preact (scope) pkg: react Related to React (scope) pkg: solid Related to Solid (scope) pkg: svelte Related to Svelte (scope) pkg: vue Related to Vue (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant