evadecker / genderswap.fm

A catalogue of gender-swapped song covers.
https://genderswap.fm
MIT License
30 stars 1 forks source link

chore(deps): Bump the patch-minor group with 9 updates #287

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the patch-minor group with 9 updates:

Package From To
satori 0.11.0 0.11.1
@playwright/test 1.47.1 1.47.2
@sveltejs/adapter-auto 3.2.4 3.2.5
@sveltejs/adapter-vercel 5.4.3 5.4.4
@sveltejs/kit 2.5.27 2.5.28
jsdom 25.0.0 25.0.1
sass 1.78.0 1.79.3
sveltekit-superforms 2.18.1 2.19.0
vite 5.4.5 5.4.7

Updates satori from 0.11.0 to 0.11.1

Release notes

Sourced from satori's releases.

0.11.1

0.11.1 (2024-09-17)

Bug Fixes

  • clipping behavior of children with transform (#635) (c55e4da)
Commits


Updates @playwright/test from 1.47.1 to 1.47.2

Release notes

Sourced from @​playwright/test's releases.

v1.47.2

Highlights

microsoft/playwright#32699 [REGRESSION]: fix(codegen): use content_frame property in python/.NET microsoft/playwright#32706 [REGRESSION]: page.pause() does not pause test timeout after 1.47 microsoft/playwright#32661 - fix(trace-viewer): time delta between local and remote actions

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128
Commits


Updates @sveltejs/adapter-auto from 3.2.4 to 3.2.5

Release notes

Sourced from @​sveltejs/adapter-auto's releases.

@​sveltejs/adapter-auto@​3.2.5

Patch Changes

Changelog

Sourced from @​sveltejs/adapter-auto's changelog.

3.2.5

Patch Changes

Commits


Updates @sveltejs/adapter-vercel from 5.4.3 to 5.4.4

Release notes

Sourced from @​sveltejs/adapter-vercel's releases.

@​sveltejs/adapter-vercel@​5.4.4

Patch Changes

Changelog

Sourced from @​sveltejs/adapter-vercel's changelog.

5.4.4

Patch Changes

Commits


Updates @sveltejs/kit from 2.5.27 to 2.5.28

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.5.28

Patch Changes

  • fix: import node:process instead of using globals (#12641)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.5.28

Patch Changes

  • fix: import node:process instead of using globals (#12641)
Commits


Updates jsdom from 25.0.0 to 25.0.1

Release notes

Sourced from jsdom's releases.

Version 25.0.1

  • Updated dependencies, notably tough-cookie, which no longer prints a deprecation warning.
Changelog

Sourced from jsdom's changelog.

25.0.1

  • Updated dependencies, notably tough-cookie, which no longer prints a deprecation warning.
Commits


Updates sass from 1.78.0 to 1.79.3

Release notes

Sourced from sass's releases.

Dart Sass 1.79.3

To install Sass 1.79.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Update the $channel parameter in the suggested replacement for color.red(), color.green(), color.blue(), color.hue(), color.saturation(), color.lightness(), color.whiteness(), and color.blackness() to use a quoted string.

See the full changelog for changes in earlier releases.

Dart Sass 1.79.2

To install Sass 1.79.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Add a $space parameter to the suggested replacement for color.red(), color.green(), color.blue(), color.hue(), color.saturation(), color.lightness(), color.whiteness(), and color.blackness().

  • Update deprecation warnings for the legacy JS API to include a link to relevant documentation.

See the full changelog for changes in earlier releases.

Dart Sass 1.79.1

To install Sass 1.79.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.79.3

  • Update the $channel parameter in the suggested replacement for color.red(), color.green(), color.blue(), color.hue(), color.saturation(), color.lightness(), color.whiteness(), and color.blackness() to use a quoted string.

1.79.2

  • Add a $space parameter to the suggested replacement for color.red(), color.green(), color.blue(), color.hue(), color.saturation(), color.lightness(), color.whiteness(), and color.blackness().

  • Update deprecation warnings for the legacy JS API to include a link to relevant documentation.

1.79.1

  • No user-visible changes.

1.79.0

  • Breaking change: Passing a number with unit % to the $alpha parameter of color.change(), color.adjust(), change-color(), and adjust-color() is now interpreted as a percentage, instead of ignoring the unit. For example, color.change(red, $alpha: 50%) now returns rgb(255 0 0 / 0.5).

  • Potentially breaking compatibility fix: Sass no longer rounds RGB channels to the nearest integer. This means that, for example, rgb(0 0 1) != rgb(0 0 0.6). This matches the latest version of the CSS spec and browser behavior.

  • Potentially breaking compatibility fix: Passing large positive or negative values to color.adjust() can now cause a color's channels to go outside that color's gamut. In most cases this will currently be clipped by the browser and end up showing the same color as before, but once browsers implement gamut mapping it may produce a different result.

  • Add support for CSS Color Level 4 [color spaces]. Each color value now tracks its color space along with the values of each channel in that color space. There are two general principles to keep in mind when dealing with new color spaces:

    1. With the exception of legacy color spaces (rgb, hsl, and hwb), colors will always be emitted in the color space they were defined in unless they're explicitly converted.

    2. The color.to-space() function is the only way to convert a color to another color space. Some built-in functions may do operations in a

... (truncated)

Commits


Updates sveltekit-superforms from 2.18.1 to 2.19.0

Release notes

Sourced from sveltekit-superforms's releases.

v2.19.0

Changed

  • Arktype updated to require 2.0.0-rc.8, fixing some types (last update before 2.0).

Deprecated

Added

  • Exceptions thrown in the onSubmit, onResult and onUpdate events will now be caught and sent to onError, if it exists.

Fixed

  • Updating the same variable to the same value prevented the onChange event from being triggered.
  • Factorized SuperDebug clipboard script.
Changelog

Sourced from sveltekit-superforms's changelog.

[2.19.0]

Changed

  • Arktype updated to require 2.0.0-rc.8, fixing some types (last update before 2.0).

Deprecated

Added

  • Exceptions thrown in the onSubmit, onResult and onUpdate events will now be caught and sent to onError, if it exists.

Fixed

  • Updating the same variable to the same value prevented the onChange event from being triggered.
  • Factorized SuperDebug clipboard script
Commits
  • 9cbf06f 2.19.0
  • 49dc12d 2.19.0 changelog and readme update.
  • 5668961 Updating the same variable to the same value prevented onChange.
  • 5c1dafc Svelte 5 compatibility fix for test
  • fa3800c Changelog
  • 1fc9912 Error status for event exceptions fixed.
  • abcd34c WIP: Exception handling for events work, but need correct status.
  • 5639f14 Schema fixes for Arktype
  • d2d7501 Arktype schema type fix
  • 995a5fc Changelog
  • Additional commits viewable in compare view


Updates vite from 5.4.5 to 5.4.7

Changelog

Sourced from vite's changelog.

5.4.7 (2024-09-20)

5.4.6 (2024-09-16)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
genderswap-fm ✅ Ready (Inspect) Visit Preview Sep 23, 2024 4:08pm