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

chore(deps): update core #35

Merged
merged 1 commit into from
Dec 4, 2024
Merged

chore(deps): update core #35

merged 1 commit into from
Dec 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@sveltejs/kit (source) 2.8.3 -> 2.8.5 age adoption passing confidence devDependencies patch 2.9.0
@sveltejs/vite-plugin-svelte (source) 4.0.1 -> 4.0.2 age adoption passing confidence devDependencies patch
cloudflare (source) 4.46.0 -> 4.47.0 age adoption passing confidence required_provider minor
prettier (source) 3.3.3 -> 3.4.1 age adoption passing confidence devDependencies minor
svelte (source) 5.2.7 -> 5.2.10 age adoption passing confidence devDependencies patch 5.5.3 (+8)
tailwind-merge 2.5.4 -> 2.5.5 age adoption passing confidence dependencies patch
typescript-eslint (source) 8.15.0 -> 8.16.0 age adoption passing confidence devDependencies minor 8.17.0
vitest (source) 2.1.5 -> 2.1.6 age adoption passing confidence devDependencies patch 2.1.8 (+1)

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.8.5

Compare Source

Patch Changes
  • fix: don't hydrate when falling back to error page (#​13056)

v2.8.4

Compare Source

Patch Changes
  • fix: update inline css url generation for FOUC prevention in dev (#​13007)
sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v4.0.2

Compare Source

Patch Changes
  • Allow script tags to span multiple lines (5309d7b)
cloudflare/terraform-provider-cloudflare (cloudflare)

v4.47.0

Compare Source

ENHANCEMENTS:

  • resource/cloudflare_access_application: support SCIM schema strictness setting for outbound provisioning (#​4419)
  • resource/cloudflare_access_identity_provider: Adds identity update behavior field in SCIM configuration (#​4602)
  • resource/cloudflare_notification_policy: Added support for D1 in the cloudflare_notification_policy resource and data source. (#​4615)
  • resource/cloudflare_notification_policy: add support for image_resizing_notification alert type (#​4588)
  • resource/cloudflare_r2_bucket: Added support for Oceania region in location hints. (#​4660)

BUG FIXES:

  • resource/cloudflare_logpush_job: add dlp_forensic_copies to allowed dataset values (#​4598)
  • resource/cloudflare_zero_trust_access_policy: make gsuite parameters required (#​4597)

DEPENDENCIES:

  • provider: bump github.com/cloudflare/cloudflare-go from 0.109.0 to 0.110.0 (#​4632)
  • provider: bump github.com/hashicorp/terraform-plugin-testing from 1.10.0 to 1.11.0 (#​4613)
  • provider: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#​4663)
prettier/prettier (prettier)

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes

sveltejs/svelte (svelte)

v5.2.10

Compare Source

Patch Changes
  • fix: correctly remove unused selectors in middle of selector lists (#​14448)

  • chore: upgrade esm-env for Vite 6 support (#​14460)

  • fix: strip exported TypeScript function overloads (#​14458)

v5.2.9

Compare Source

Patch Changes
  • fix: show :then block for null/undefined value (#​14440)

  • fix: relax html parent validation (#​14442)

  • fix: prevent memory leak when creating deriveds inside untrack (#​14443)

  • fix: disregard TypeScript nodes when pruning CSS (#​14446)

v5.2.8

Compare Source

Patch Changes
  • fix: correctly prune each blocks (#​14403)

  • fix: provide temporary LegacyComponentType (#​14257)

  • fix: attach spread attribute events synchronously (#​14387)

  • fix: ensure last empty text node correctly hydrates (#​14425)

  • fix: correctly prune key blocks (#​14403)

dcastil/tailwind-merge (tailwind-merge)

v2.5.5

Compare Source

Bug Fixes
Documentation

Full Changelog: dcastil/tailwind-merge@v2.5.4...v2.5.5

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov and more via @​thnxdev for sponsoring tailwind-merge! ❤️

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

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

vitest-dev/vitest (vitest)

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "on tuesday" (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.

Copy link
Contributor

github-actions bot commented Dec 3, 2024

📖 Preview of ui.immich.app deployed to ui.pr-35.dev.immich.app

@jrasm91 jrasm91 merged commit 7210ea9 into main Dec 4, 2024
4 checks passed
@jrasm91 jrasm91 deleted the renovate/core branch December 4, 2024 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant