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

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

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/vite-plugin-svelte (source) ^4.0.0 -> ^4.0.1 age adoption passing confidence
@types/dlv (source) ^1.1.4 -> ^1.1.5 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.1.4 -> ^5.2.0 age adoption passing confidence
@vitejs/plugin-vue-jsx (source) ^4.0.1 -> ^4.1.0 age adoption passing confidence
@vue/compiler-sfc (source) ^3.5.12 -> ^3.5.13 age adoption passing confidence
astro-embed (source) ^0.8.0 -> ^0.9.0 age adoption passing confidence
ci-info ^4.0.0 -> ^4.1.0 age adoption passing confidence
eslint (source) ^9.14.0 -> ^9.15.0 age adoption passing confidence
eslint-plugin-regexp ^2.6.0 -> ^2.7.0 age adoption passing confidence
postcss (source) ^8.4.47 -> ^8.4.49 age adoption passing confidence
postcss-preset-env (source) ^10.0.9 -> ^10.1.0 age adoption passing confidence
rollup (source) ^4.24.4 -> ^4.27.2 age adoption passing confidence
sass ^1.80.6 -> ^1.81.0 age adoption passing confidence
shiki (source) ^1.22.2 -> ^1.23.0 age adoption passing confidence
svelte (source) ^5.1.16 -> ^5.2.2 age adoption passing confidence
svelte2tsx (source) ^0.7.22 -> ^0.7.26 age adoption passing confidence
tailwindcss (source) ^3.4.14 -> ^3.4.15 age adoption passing confidence
turbo (source) ^2.2.3 -> ^2.3.0 age adoption passing confidence
typescript-eslint (source) ^8.13.0 -> ^8.14.0 age adoption passing confidence
undici (source) ^6.20.1 -> ^6.21.0 age adoption passing confidence
vite (source) ^5.4.10 -> ^5.4.11 age adoption passing confidence
vite-plugin-vue-devtools (source) ^7.6.3 -> ^7.6.4 age adoption passing confidence
vitest (source) ^2.1.4 -> ^2.1.5 age adoption passing confidence
vue (source) ^3.5.12 -> ^3.5.13 age adoption passing confidence

Release Notes

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

v4.0.1

Compare Source

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

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.0

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

v3.5.13

Compare Source

Bug Fixes
Performance Improvements
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(regexp/no-useless-dollar-replacements): Correct capturing group not found grammar (#​776)

postcss/postcss (postcss)

v8.4.49

Compare Source

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
csstools/postcss-plugins (postcss-preset-env)

v10.1.0

Compare Source

November 11, 2024

rollup/rollup (rollup)

v4.27.2

Compare Source

2024-11-15

Bug Fixes
  • Ensure unused variables in patterns are always deconflicted if rendered (#​5728)
Pull Requests

v4.27.1

Compare Source

2024-11-15

Bug Fixes
  • Fix some situations where parameter declarations could put Rollup into an infinite loop (#​5727)
Pull Requests

v4.27.0

Compare Source

2024-11-15

Features
  • Tree-shake unused properties in object literals (#​5420)
Bug Fixes
  • Change hash length limit to 21 to avoid inconsistent hash length (#​5423)
Pull Requests

v4.26.0

Compare Source

2024-11-13

Features
  • Allow to avoid await bundle.close() via explicit resource management in TypeScript (#​5721)
Pull Requests

v4.25.0

Compare Source

2024-11-09

Features
  • Add output.sourcemapDebugIds option to add matching debug ids to sourcemaps and code for tools like Sentry or Rollbar (#​5712)
Bug Fixes
  • Make it easier to manually reproduce base16 hashes by using a more standard base16 conversion algorithm (#​5719)
Pull Requests
sass/dart-sass (sass)

v1.81.0

Compare Source

  • Fix a few cases where deprecation warnings weren't being emitted for global
    built-in functions whose names overlap with CSS calculations.

  • Add support for the CSS round() calculation with a single argument, as long
    as that argument might be a unitless number.

v1.80.7

Compare Source

Embedded Host
  • Don't treat 0 as undefined for the green and blue channels in the
    LegacyColor constructor.
shikijs/shiki (shiki)

v1.23.0

Compare Source

   🚀 Features
    View changes on GitHub
sveltejs/svelte (svelte)

v5.2.2

Compare Source

Patch Changes
  • fix: treat property accesses of literals as pure (#​14325)

v5.2.1

Compare Source

Patch Changes
  • fix: mark pseudo classes nested inside :not as used (#​14303)

  • fix: disallow invalid attributes for <svelte:window> and <svelte:document> (#​14228)

  • fix: ensure props passed to components via mount are updateable (#​14210)

  • fix: mark subtree dynamic for img with loading attribute (#​14317)

  • fix: avoid relying on Node specifics within compiler (#​14314)

v5.2.0

Compare Source

Minor Changes
  • feat: better inlining of static attributes (#​14269)

v5.1.17

Compare Source

Patch Changes
  • fix: account for :has(...) as part of :root (#​14229)

  • fix: prevent nested pseudo class from being marked as unused (#​14229)

  • fix: use strict equality for key block comparisons in runes mode (#​14285)

  • fix: bump is-reference dependency to fix import.meta bug (#​14286)

sveltejs/language-tools (svelte2tsx)

v0.7.26

Compare Source

  • fix: detect shadowed variables/types during type hoisting (#​2590)

v0.7.25

Compare Source

  • fix: fall back to any instead of unknown for untyped $props (#​2582)
  • fix: robustify and fix file writing (#​2584)
  • fix: hoist types related to $props rune if possible (#​2571)

v0.7.24

Compare Source

  • fix: $props: infer types for $bindable, infer function type from arrow function

v0.7.23

Compare Source

  • feat: autotype const load = ... declarations (#​2540)
  • feat: provide component instance type in Svelte 5 (#​2553)
  • fix: infer object and array shapes from fallback types (#​2562)
  • fix: ignore exported variable declarations that aren't simple identifiers when checking for valid SvelteKit exports
tailwindlabs/tailwindcss (tailwindcss)

v3.4.15

Compare Source

  • Bump versions for security vulnerabilities (#​14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#​14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#​15003)
vercel/turborepo (turbo)

v2.3.0: Turborepo v2.3.0

Compare Source

What's Changed
Docs
@​turbo/codemod
Examples
Changelog

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: af2e457

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 (af2e457) with main (25baa4e)

Summary

✅ 6 untouched benchmarks

@github-actions github-actions bot added the pkg: vue Related to Vue (scope) label Nov 11, 2024
@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 feat: markdown Related to Markdown (scope) label Nov 15, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5f895e9 to d8fac7f Compare November 15, 2024 15:47
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Nov 15, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 258ca6a to cd456e6 Compare November 16, 2024 01:36
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 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: 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.

0 participants