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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) 1.50.0 -> 1.50.1 age adoption passing confidence
@playwright/test (source) ^1.50.0 -> ^1.50.1 age adoption passing confidence
@tailwindcss/vite (source) ^4.0.1 -> ^4.0.3 age adoption passing confidence
@types/html-escaper (source) 3.0.2 -> 3.0.4 age adoption passing confidence
preferred-pm (source) ^4.1.0 -> ^4.1.1 age adoption passing confidence
rollup (source) ^4.32.1 -> ^4.34.1 age adoption passing confidence
semver ^7.7.0 -> ^7.7.1 age adoption passing confidence
svelte (source) ^5.19.6 -> ^5.19.7 age adoption passing confidence
tailwindcss (source) ^4.0.1 -> ^4.0.3 age adoption passing confidence
turbo (source) ^2.3.4 -> ^2.4.0 age adoption passing confidence
typescript-eslint (source) ^8.22.0 -> ^8.23.0 age adoption passing confidence
vite-plugin-solid ^2.11.0 -> ^2.11.1 age adoption passing confidence
vitest (source) ^3.0.4 -> ^3.0.5 age adoption passing confidence
which-pm (source) ^3.0.0 -> ^3.0.1 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.50.1

Compare Source

tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.0.3

Compare Source

Fixed
  • Fix incorrect removal of @import url(); (#​16144)

v4.0.2

Compare Source

Fixed
  • Only generate positive grid-cols-* and grid-rows-* utilities (#​16020)
  • Ensure escaped theme variables are handled correctly (#​16064)
  • Ensure we process Tailwind CSS features when only using @reference or @variant (#​16057)
  • Refactor gradient implementation to work around prettier/prettier#17058 (#​16072)
  • Vite: Ensure hot-reloading works with SolidStart setups (#​16052)
  • Vite: Fix a crash when starting the development server in SolidStart setups (#​16052)
  • Vite: Don't rebase URLs that appear to be aliases (#​16078)
  • Vite: Transform <style> blocks in HTML files (#​16069)
  • Prevent camel-casing CSS custom properties added by JavaScript plugins (#​16103)
  • Do not emit @keyframes in @theme reference (#​16120)
  • Discard invalid declarations when parsing CSS (#​16093)
  • Do not emit empty CSS rules and at-rules (#​16121)
  • Handle @variant when at the top-level of a stylesheet (#​16129)
rollup/rollup (rollup)

v4.34.1

Compare Source

2025-02-03

Bug Fixes
  • Ensure throwing objects includes the entire object (#​5825)
Pull Requests

v4.34.0

Compare Source

2025-02-01

Features
  • Tree-shake unused properties in object literals (re-implements #​5420) (#​5737)
Pull Requests

v4.33.0

Compare Source

2025-02-01

Features
  • Correctly detect literal value of more negated expressions (#​5812)
Bug Fixes
  • Use the correct with/assert attribute key in dynamic imports (#​5818)
  • Fix an issue where logical expressions were considered to have the wrong value (#​5819)
Pull Requests
npm/node-semver (semver)

v7.7.1

Compare Source

Bug Fixes
sveltejs/svelte (svelte)

v5.19.7

Compare Source

Patch Changes
  • chore: remove unused code from signal logic (#​15195)

  • fix: encounter svelte:element in blocks as sibling during pruning css (#​15165)

vercel/turborepo (turbo)

v2.4.0: Turborepo v2.4.0

Compare Source

What's Changed

Docs
@​turbo/repository
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.3.4...v2.4.0

typescript-eslint/typescript-eslint (typescript-eslint)

v8.23.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

solidjs/vite-plugin-solid (vite-plugin-solid)

v2.11.1

Patch Changes
  • c5ddd03: Fix vite6 environment detection
vitest-dev/vitest (vitest)

v3.0.5

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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 Feb 3, 2025
Copy link

changeset-bot bot commented Feb 3, 2025

⚠️ No Changeset found

Latest commit: 3478564

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: 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 Feb 3, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7a08c98 to bbb4940 Compare February 3, 2025 18:22
@github-actions github-actions bot added the pkg: svelte Related to Svelte (scope) label Feb 3, 2025
Copy link

codspeed-hq bot commented Feb 3, 2025

CodSpeed Performance Report

Merging #13124 will not alter performance

Comparing renovate/all-minor-patch (3478564) with main (2a85bd7)

Summary

✅ 6 untouched benchmarks

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bbb4940 to 3478564 Compare February 3, 2025 22:27
@github-actions github-actions bot added the pkg: solid Related to Solid (scope) label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file 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: solid Related to Solid (scope) pkg: svelte Related to Svelte (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants