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

Merged
merged 2 commits into from
Oct 15, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.25.7 -> ^7.25.8 age adoption passing confidence
@babel/types (source) ^7.25.7 -> ^7.25.8 age adoption passing confidence
@playwright/test (source) 1.47.2 -> 1.48.0 age adoption passing confidence
@playwright/test (source) ^1.47.2 -> ^1.48.0 age adoption passing confidence
@solidjs/router ^0.14.7 -> ^0.14.8 age adoption passing confidence
@types/diff (source) ^5.2.2 -> ^5.2.3 age adoption passing confidence
@types/react-dom (source) ^18.3.0 -> ^18.3.1 age adoption passing confidence
@vue/compiler-sfc (source) ^3.5.11 -> ^3.5.12 age adoption passing confidence
astro-embed (source) ^0.7.2 -> ^0.7.4 age adoption passing confidence
expect-type ^1.0.0 -> ^1.1.0 age adoption passing confidence
hast-util-select ^6.0.2 -> ^6.0.3 age adoption passing confidence
lit (source) ^3.2.0 -> ^3.2.1 age adoption passing confidence
magic-string ^0.30.11 -> ^0.30.12 age adoption passing confidence
memfs ^4.12.0 -> ^4.14.0 age adoption passing confidence
open-props ^1.7.6 -> ^1.7.7 age adoption passing confidence
parse5 (source) ^7.1.2 -> ^7.2.0 age adoption passing confidence
postcss-preset-env (source) ^10.0.6 -> ^10.0.7 age adoption passing confidence
preact (source) ^10.24.2 -> ^10.24.3 age adoption passing confidence
sass ^1.79.4 -> ^1.79.5 age adoption passing confidence
solid-js (source) ^1.9.1 -> ^1.9.2 age adoption passing confidence
svelte2tsx (source) ^0.7.21 -> ^0.7.22 age adoption passing confidence
tsconfck (source) ^3.1.3 -> ^3.1.4 age adoption passing confidence
typescript (source) ^5.6.2 -> ^5.6.3 age adoption passing confidence
typescript (source) ~5.6.2 -> ~5.6.3 age adoption passing confidence
typescript-eslint (source) ^8.8.0 -> ^8.9.0 age adoption passing confidence
undici (source) ^6.19.8 -> ^6.20.1 age adoption passing confidence
vite (source) ^5.4.8 -> ^5.4.9 age adoption passing confidence
vitefu ^1.0.2 -> ^1.0.3 age adoption passing confidence
vitest (source) ^2.1.2 -> ^2.1.3 age adoption passing confidence
vue (source) ^3.5.11 -> ^3.5.12 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.25.8

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-parser, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-defer, babel-plugin-proposal-partial-application, babel-plugin-proposal-throw-expressions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-static-block, babel-plugin-transform-dynamic-import, babel-plugin-transform-export-namespace-from, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object, babel-preset-env
microsoft/playwright (@​playwright/test)

v1.48.0

Compare Source

solidjs/solid-router (@​solidjs/router)

v0.14.8

Patch Changes
  • a3a36fb: Add query and param wrappers to support non-Proxy envs
  • 2475851: bump deps
  • 2f1fa18: improve anchor preload performance
vuejs/core (@​vue/compiler-sfc)

v3.5.12

Compare Source

Bug Fixes
Performance Improvements
delucis/astro-embed (astro-embed)

v0.7.4

Compare Source

Patch Changes

v0.7.3

Compare Source

Patch Changes
mmkal/expect-type (expect-type)

v1.1.0

Compare Source

What's Changed

Full Changelog: mmkal/expect-type@v1.0.0...v1.1.0

syntax-tree/hast-util-select (hast-util-select)

v6.0.3

Compare Source

Miscellaneous
Types

Full Changelog: syntax-tree/hast-util-select@6.0.2...6.0.3

lit/lit (lit)

v3.2.1

Compare Source

Patch Changes
  • #​4782 99703a03 - Revert the Terser plugin for Rollup to rollup-plugin-terser from @rollup/plugin-terser
    due to a bug that prevented our minified name prefixing from working.
rich-harris/magic-string (magic-string)

v0.30.12

Compare Source

Performance Improvements
streamich/memfs (memfs)

v4.14.0

Compare Source

Features
  • support stream as source in promises version of writeFile (#​1069) (11f8a36)

v4.13.0

Compare Source

Features
argyleink/open-props (open-props)

v1.7.7

Compare Source

inikulin/parse5 (parse5)

v7.2.0

Compare Source

csstools/postcss-plugins (postcss-preset-env)

v10.0.7

Compare Source

October 10, 2024

preactjs/preact (preact)

v10.24.3

Compare Source

Fixes

Performance

Maintenance

sass/dart-sass (sass)

v1.79.5

Compare Source

  • Changes to how selector.unify() and @extend combine selectors:

    • The relative order of pseudo-classes (like :hover) and pseudo-elements
      (like ::before) within each original selector is now preserved when
      they're combined.

    • Pseudo selectors are now consistently placed at the end of the combined
      selector, regardless of which selector they came from. Previously, this
      reordering only applied to pseudo-selectors in the second selector.

  • Tweak the color transformation matrices for OKLab and OKLCH to match the
    newer, more accurate values in the CSS spec.

  • Fix a slight inaccuracy case when converting to srgb-linear and
    display-p3.

  • Potentially breaking bug fix: math.unit() now wraps multiple denominator
    units in parentheses. For example, px/(em*em) instead of px/em*em.

Command-Line Interface
  • Use @parcel/watcher to watch the filesystem when running from JavaScript and
    not using --poll. This should mitigate more frequent failures users have
    been seeing since version 4.0.0 of Chokidar, our previous watching tool, was
    released.
JS API
  • Fix SassColor.interpolate() to allow an undefined options parameter, as
    the types indicate.
Embedded Sass
  • Properly pass missing color channel values to and from custom functions.
solidjs/solid (solid-js)

v1.9.2

sveltejs/language-tools (svelte2tsx)

v0.7.22

Compare Source

  • fix: include named exports in svelte 5 type (#​2528)
dominikg/tsconfck (tsconfck)

v3.1.4

Compare Source

Patch Changes
  • fix(glob-matching): add implicit **/* to path patterns that do not have an extension or wildcard in their last segment, eg src becomes src/**/* for matching. (#​200)
microsoft/TypeScript (typescript)

v5.6.3

Compare Source

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

v8.9.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.

nodejs/undici (undici)

v6.20.1

Compare Source

v6.20.0

Compare Source

What's Changed

Full Changelog: nodejs/undici@v6.19.8...v6.20.0

vitejs/vite (vite)

v5.4.9

Compare Source

Please refer to CHANGELOG.md for details.

svitejs/vitefu (vitefu)

v1.0.3

Compare Source

  • Allow Vite 6 beta peer dependency (experimental support)
vitest-dev/vitest (vitest)

v2.1.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

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 Oct 14, 2024
Copy link

changeset-bot bot commented Oct 14, 2024

⚠️ No Changeset found

Latest commit: 5dd4795

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: vue Related to Vue (scope) pkg: example Related to an example package (scope) pkg: react Related to React (scope) pkg: solid Related to Solid (scope) pkg: lit Related to Lit (scope) pkg: integration Related to any renderer integration (scope) pkg: astro Related to the core `astro` package (scope) labels Oct 14, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cbe8d76 to 9d32dfc Compare October 14, 2024 07:12
@github-actions github-actions bot added the pkg: preact Related to Preact (scope) label Oct 14, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 19f85b7 to 59876a0 Compare October 14, 2024 13:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 59876a0 to 2ba7406 Compare October 14, 2024 18:46
@bluwy bluwy merged commit 5ab2d98 into main Oct 15, 2024
5 checks passed
@bluwy bluwy deleted the renovate/all-minor-patch branch October 15, 2024 06:42
Copy link
Contributor Author

renovate bot commented Oct 15, 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.

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