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 all-minor-patch #65

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/vitest-pool-workers (source) 0.5.27 -> 0.5.32 age adoption passing confidence
@cloudflare/workers-types 4.20241112.0 -> 4.20241202.0 age adoption passing confidence
flowbite-svelte (source) 0.47.3 -> 0.47.4 age adoption passing confidence
globals 15.12.0 -> 15.13.0 age adoption passing confidence
svelte (source) 5.2.12 -> 5.5.2 age adoption passing confidence
svelte-check 4.1.0 -> 4.1.1 age adoption passing confidence
tailwindcss (source) 3.4.15 -> 3.4.16 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.2 age adoption passing confidence
typescript-eslint (source) 8.16.0 -> 8.17.0 age adoption passing confidence
vitest (source) 2.0.5 -> 2.1.8 age adoption passing confidence
vitest (source) 2.1.6 -> 2.1.8 age adoption passing confidence
worker-mailer 1.0.0 -> 1.0.1 age adoption passing confidence
wrangler (source) 3.86.1 -> 3.91.0 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (@​cloudflare/vitest-pool-workers)

v0.5.32

Compare Source

Patch Changes

v0.5.31

Compare Source

Patch Changes

v0.5.30

Compare Source

Patch Changes

v0.5.29

Compare Source

Patch Changes

v0.5.28

Compare Source

Patch Changes
cloudflare/workerd (@​cloudflare/workers-types)

v4.20241202.0

Compare Source

v4.20241127.0

Compare Source

themesberg/flowbite-svelte (flowbite-svelte)

v0.47.4

Compare Source

Patch Changes
  • fix: datepicker
sindresorhus/globals (globals)

v15.13.0

Compare Source

sveltejs/svelte (svelte)

v5.5.2

Compare Source

Patch Changes
  • fix: use correct reaction when lazily creating deriveds inside SvelteDate (#​14525)

v5.5.0

Compare Source

Minor Changes
  • feat: allow snippets to be exported from module scripts (#​14315)
Patch Changes
  • fix: ignore TypeScript generics on variables (#​14509)

v5.4.0

Compare Source

Minor Changes

v5.3.2

Compare Source

Patch Changes
  • fix: correctly prune CSS for elements inside snippets (#​14494)

  • fix: render attributes during SSR regardless of case (#​14492)

v5.3.1

Compare Source

Patch Changes
  • fix: treat spread elements the same as call expressions (#​14488)

  • fix: correctly increment/decrement bigints (#​14485)

v5.3.0

Compare Source

Minor Changes
  • feat: add error boundaries with <svelte:boundary> (#​14211)
sveltejs/language-tools (svelte-check)

v4.1.1

Compare Source

  • fix: support each without as (#​2615)
tailwindlabs/tailwindcss (tailwindcss)

v3.4.16

Compare Source

Fixed
  • Ensure the TypeScript types for PluginsConfig allow undefined values (#​14668)

Changed

microsoft/TypeScript (typescript)

v5.7.2

Compare Source

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

v8.17.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.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub

v2.1.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.0

Compare Source

This release makes another big change to the Browser Mode by introducing locators API:

test('renders blog posts', async () => {
  const screen = page.render(<Blog />)

  await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()

  const [firstPost] = screen.getByRole('listitem').all()

  await firstPost.getByRole('button', { name: 'Delete' }).click()

  expect(screen.getByRole('listitem').all()).toHaveLength(3)
})

You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the page object from @vitest/browser/context.

   🚀 Features
   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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

cloudflare-workers-and-pages bot commented Dec 2, 2024

Deploying server-radar with  Cloudflare Pages  Cloudflare Pages

Latest commit: a79d5ef
Status: ✅  Deploy successful!
Preview URL: https://0321cebd.server-radar.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.server-radar.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 8be5e09 to 7b8fca4 Compare December 3, 2024 21:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7b8fca4 to a79d5ef Compare December 3, 2024 21:59
@elsbrock elsbrock merged commit 35dd261 into main Dec 3, 2024
2 checks passed
@elsbrock elsbrock deleted the renovate/all-minor-patch branch December 3, 2024 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant