Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 12, 2025

This PR contains the following updates:

Package Change Age Confidence
@cloudflare/vitest-pool-workers (source) 0.8.35 -> 0.8.68 age confidence
@sveltejs/adapter-static (source) 3.0.8 -> 3.0.9 age confidence
@sveltejs/kit (source) 2.27.0 -> 2.37.0 age confidence
@sveltejs/vite-plugin-svelte (source) 6.1.0 -> 6.1.3 age confidence
@tailwindcss/vite (source) 4.1.11 -> 4.1.12 age confidence
@types/luxon (source) 3.6.2 -> 3.7.1 age confidence
dotenv 17.1.0 -> 17.2.1 age confidence
eslint (source) 9.25.1 -> 9.34.0 age confidence
eslint-config-prettier 10.1.2 -> 10.1.8 age confidence
globals 16.0.0 -> 16.3.0 age confidence
itty-router (source) 5.0.18 -> 5.0.22 age confidence
luxon 3.6.1 -> 3.7.1 age confidence
prettier (source) 3.5.3 -> 3.6.2 age confidence
prettier-plugin-svelte 3.3.3 -> 3.4.0 age confidence
simple-icons (source) 15.9.0 -> 15.12.0 age confidence
svelte (source) 5.37.3 -> 5.38.6 age confidence
svelte-check 4.1.6 -> 4.3.1 age confidence
tailwindcss (source) 4.1.11 -> 4.1.12 age confidence
typescript (source) 5.8.3 -> 5.9.2 age confidence
typescript-eslint (source) 8.39.0 -> 8.41.0 age confidence
vite (source) 7.0.6 -> 7.1.3 age confidence
vitest (source) 3.1.2 -> 3.2.4 age confidence
vitest (source) ~3.0.7 -> ~3.2.0 age confidence
wrangler (source) 4.18.0 -> 4.33.1 age confidence

Release Notes

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

v0.8.68

Compare Source

Patch Changes
  • Updated dependencies [85be2b6, 452ad0b]:
    • wrangler@​4.33.1
    • miniflare@​4.20250823.1

v0.8.67

Compare Source

Patch Changes

v0.8.66

Compare Source

Patch Changes

v0.8.65

Compare Source

Patch Changes

v0.8.64

Compare Source

Patch Changes

v0.8.63

Compare Source

Patch Changes
  • Updated dependencies [5020694]:
    • miniflare@​4.20250813.0
    • wrangler@​4.29.1

v0.8.62

Compare Source

Patch Changes

v0.8.61

Compare Source

Patch Changes

v0.8.60

Compare Source

Patch Changes

v0.8.59

Compare Source

Patch Changes

v0.8.58

Compare Source

Patch Changes

v0.8.57

Compare Source

Patch Changes

v0.8.56

Compare Source

Patch Changes

v0.8.55

Compare Source

Patch Changes

v0.8.54

Compare Source

Patch Changes

v0.8.53

Compare Source

Patch Changes
  • Updated dependencies [c01c4ee, 3743896]:
    • wrangler@​4.24.3
    • miniflare@​4.20250709.0

v0.8.52

Compare Source

Patch Changes
  • Updated dependencies [80cc834]:
    • wrangler@​4.24.2

v0.8.51

Compare Source

Patch Changes

v0.8.50

Compare Source

Patch Changes

v0.8.49

Compare Source

Patch Changes

v0.8.48

Compare Source

Patch Changes
  • #​9533 0a5bb5a Thanks @​petebacondarwin! - fix: ensure that the sourcemap-codec library has been transformed correctly to be imported in workerd during Vitest runs

    Prior to this the inline snapshot tests were failing because they use the magic-string library, which in turn relies upon the sourcemap-codec library.

    This resulted in errors that look like:

    Error running worker: SyntaxError: The requested module '@​jridgewell/sourcemap-codec' does not provide an export named 'encode'
    

v0.8.47

Compare Source

Patch Changes

v0.8.46

Compare Source

Patch Changes

v0.8.45

Compare Source

Patch Changes

v0.8.44

Compare Source

Patch Changes

v0.8.43

Compare Source

Patch Changes

v0.8.42

Compare Source

Patch Changes

v0.8.41

Compare Source

Patch Changes

v0.8.40

Compare Source

Patch Changes

v0.8.39

Compare Source

Patch Changes

v0.8.38

Compare Source

Patch Changes

v0.8.37

Compare Source

Patch Changes

v0.8.36

Compare Source

Patch Changes
  • Updated dependencies [db2cdc6]:
    • wrangler@​4.19.1
sveltejs/kit (@​sveltejs/adapter-static)

v3.0.9

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/kit)

v2.37.0

Compare Source

Minor Changes
  • feat: automatically resolve query.refresh() promises on the server (#​14332)

  • feat: allow query.set() to be called on the server (#​14304)

Patch Changes
  • fix: disable CSRF checks in dev (#​14335)

  • fix: allow redirects to external URLs from within form functions (#​14329)

  • fix: add type definitions for query.set() method to override the value of a remote query function (#​14303)

  • fix: ensure uniqueness of form.for(...) across form functions (#​14327)

v2.36.3

Compare Source

Patch Changes
  • fix: bump devalue (#​14323)

  • chore: consolidate dev checks to use esm-env instead of a __SVELTEKIT_DEV__ global (#​14308)

  • fix: reset form inputs by default when using remote form functions (#​14322)

v2.36.2

Compare Source

Patch Changes
  • chore: make config deprecation warnings more visible (#​14281)

  • chore: remove redundant Not Found error message (#​14289)

  • chore: deprecate csrf.checkOrigin in favour of csrf.trustedOrigins: ['*'] (#​14281)

v2.36.1

Compare Source

Patch Changes
  • fix: ensure importing from $app/navigation works in test files (#​14195)

v2.36.0

Compare Source

Minor Changes
  • feat: add csrf.trustedOrigins configuration (#​14021)
Patch Changes
  • fix: correctly decode custom types streamed from a server load function (#​14261)

  • fix: add trailing slash pathname when generating typed routes (#​14065)

v2.35.0

Compare Source

Minor Changes
  • feat: better server-side error logging (#​13990)
Patch Changes
  • fix: ensure static error page is loaded correctly for custom user errors (#​13952)

v2.34.1

Compare Source

Patch Changes
  • fix: support multiple cookies with the same name across different paths and domains (b2c5d02)

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 force-pushed the renovate/typescript-projects branch 4 times, most recently from 9596244 to 391c3bd Compare August 12, 2025 20:23
@renovate renovate bot changed the title chore(deps): update typescript-projects fix(deps): update typescript-projects Aug 12, 2025
@renovate renovate bot force-pushed the renovate/typescript-projects branch 12 times, most recently from f10fcf9 to 4d7a833 Compare August 19, 2025 21:10
@renovate renovate bot force-pushed the renovate/typescript-projects branch 10 times, most recently from 78d7fc0 to 1b7671c Compare August 25, 2025 02:24
@renovate renovate bot force-pushed the renovate/typescript-projects branch 2 times, most recently from 6aac0b8 to 00fe1ea Compare August 25, 2025 18:24
@renovate renovate bot force-pushed the renovate/typescript-projects branch 8 times, most recently from 42f9801 to b961236 Compare August 31, 2025 21:58
@renovate renovate bot force-pushed the renovate/typescript-projects branch from b961236 to c5c32a6 Compare September 2, 2025 22:49
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