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 8 updates #293

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the patch-minor group with 8 updates:

Package From To
@supabase/supabase-js 2.45.4 2.45.6
@playwright/test 1.48.0 1.48.1
@sveltejs/kit 2.7.0 2.7.2
@testing-library/svelte 5.2.3 5.2.4
eslint-plugin-svelte 2.44.1 2.46.0
sass 1.79.5 1.80.3
sveltekit-superforms 2.19.1 2.20.0
tslib 2.7.0 2.8.0

Updates @supabase/supabase-js from 2.45.4 to 2.45.6

Release notes

Sourced from @​supabase/supabase-js's releases.

v2.45.6

2.45.6 (2024-10-19)

Bug Fixes

  • Update @​supabase/postgrest-js to v1.16.3 (#1289) (0221325)

v2.45.5

2.45.5 (2024-10-18)

Bug Fixes

Commits
  • 0221325 fix: Update @​supabase/postgrest-js to v1.16.3 (#1289)
  • 991914a fix: trigger release
  • 39ba2c5 chore: update deps (#1283)
  • a8f4e90 chore: remove examples
  • 3bde336 Merge pull request #1221 from supabase/dependabot/npm_and_yarn/examples/next-...
  • 52ffdf7 Merge pull request #1272 from supabase/monicakh-patch-1
  • e40c3e1 Update README.md
  • dd95300 chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /examples/next-todo
  • See full diff in compare view


Updates @playwright/test from 1.48.0 to 1.48.1

Release notes

Sourced from @​playwright/test's releases.

v1.48.1

Highlights

microsoft/playwright#33023 - [Bug]: command line flag --headed has no effect in ui mode microsoft/playwright#33107 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.0 microsoft/playwright#33085 - [Bug]: WebSocket route does not handle full URLs in Playwright microsoft/playwright#33052 - [Regression]: Inspector not showing recorded steps microsoft/playwright#33132 - [Bug]: Wrong Ubuntu release name in Dockerfile.noble microsoft/playwright#32996 - [BUG] Trace attachments have small unusable height

Browser Versions

  • Chromium 130.0.6723.19
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 129
  • Microsoft Edge 129
Commits


Updates @sveltejs/kit from 2.7.0 to 2.7.2

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.7.2

Patch Changes

  • fix: use absolute links in JSDoc comments (#12718)

@​sveltejs/kit@​2.7.1

Patch Changes

  • chore: upgrade to sirv 3.0 (#12796)

  • fix: warn when form action responses are lost because SSR is off (#12063)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.7.2

Patch Changes

  • fix: use absolute links in JSDoc comments (#12718)

2.7.1

Patch Changes

  • chore: upgrade to sirv 3.0 (#12796)

  • fix: warn when form action responses are lost because SSR is off (#12063)

Commits


Updates @testing-library/svelte from 5.2.3 to 5.2.4

Release notes

Sourced from @​testing-library/svelte's releases.

v5.2.4

5.2.4 (2024-10-18)

Bug Fixes

  • vite: set ssr.noExternal even if not in project package.json (#404) (b5e0f3d)
Commits


Updates eslint-plugin-svelte from 2.44.1 to 2.46.0

Release notes

Sourced from eslint-plugin-svelte's releases.

eslint-plugin-svelte@2.46.0

Minor Changes

eslint-plugin-svelte@2.45.1

Patch Changes

eslint-plugin-svelte@2.45.0

Minor Changes

Patch Changes

Commits
  • 85a055a chore: release eslint-plugin-svelte (#882)
  • bbc3e07 fix(deps): update dependency svelte-eslint-parser to ^0.43.0 (#884)
  • 051925c feat: update svelte to v5.0.0 (#881)
  • ad83f29 chore(deps): update dependency stylus to ^0.64.0
  • 46c41a1 chore(deps): update dependency @​sveltejs/vite-plugin-svelte to v4
  • 960d437 fix(deps): update dependency known-css-properties to ^0.35.0
  • e57a1b5 chore: release eslint-plugin-svelte (#875)
  • 457521a fix: update svelte-eslint-parser to v0.42 (#874)
  • be8d9c9 chore: release eslint-plugin-svelte (#866)
  • 7460836 chore: add changeset
  • Additional commits viewable in compare view


Updates sass from 1.79.5 to 1.80.3

Release notes

Sourced from sass's releases.

Dart Sass 1.80.3

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

Changes

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like --quiet, --verbose, and --silence-deprecation.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.2

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

Changes

  • Fix a bug where deprecation warnings were incorrectly emitted for the plain-CSS invert() function.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.1

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

Changes

  • Fix a bug where repeated deprecation warnings were not automatically limited.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.0

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

Changes

  • @import is now officially deprecated, as are global built-in functions that are available within built-in modules. See the Sass blog post for more details on the deprecation process.

... (truncated)

Changelog

Sourced from sass's changelog.

1.80.3

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like --quiet, --verbose, and --silence-deprecation.

1.80.2

  • Fix a bug where deprecation warnings were incorrectly emitted for the plain-CSS invert() function.

1.80.1

  • Fix a bug where repeated deprecation warnings were not automatically limited.

1.80.0

  • @import is now officially deprecated, as are global built-in functions that are available within built-in modules. See the Sass blog post for more details on the deprecation process.

Embedded Host

  • Fix an error that would sometimes occur when deprecation warnings were emitted when using a custom importer with the legacy API.

1.79.6

  • Fix a bug where Sass would add an extra */ after loud comments with whitespace after an explicit */ in the indented syntax.

  • Potentially breaking bug fix: Adding text after an explicit */ in the indented syntax is now an error, rather than silently generating invalid CSS.

Embedded Host

  • Properly export the SassBoolean type.
Commits


Updates sveltekit-superforms from 2.19.1 to 2.20.0

Changelog

Sourced from sveltekit-superforms's changelog.

[2.20.0] - 2024-10-18

Added

  • New validation library: Effect!

Changed

  • @typeschema/class-validator version bump to ^0.3.0.
Commits


Updates tslib from 2.7.0 to 2.8.0

Release notes

Sourced from tslib's releases.

v2.8.0

What's Changed

Full Changelog: https://github.com/microsoft/tslib/compare/v2.7.0...v2.8.0

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 2 weeks ago

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

Name Status Preview Updated (UTC)
genderswap-fm ✅ Ready (Inspect) Visit Preview Oct 21, 2024 2:48pm