Skip to content

chore(deps): Bump the minor-patch-updates group across 1 directory with 27 updates#11

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/minor-patch-updates-79fd6c6696
Open

chore(deps): Bump the minor-patch-updates group across 1 directory with 27 updates#11
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/minor-patch-updates-79fd6c6696

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps the minor-patch-updates group with 26 updates in the / directory:

Package From To
marked 15.0.4 15.0.7
@cloudflare/workers-types 4.20241230.0 4.20250224.0
@playwright/test 1.45.3 1.50.1
@sveltejs/adapter-auto 3.2.2 3.3.1
@sveltejs/adapter-cloudflare 4.6.1 4.9.0
@sveltejs/adapter-static 3.0.2 3.0.8
@sveltejs/kit 2.5.18 2.17.3
@sveltejs/vite-plugin-svelte 3.1.1 3.1.2
@vitest/coverage-v8 2.1.8 2.1.9
autoprefixer 10.4.19 10.4.20
eslint 9.7.0 9.21.0
@types/eslint 8.56.11 9.6.1
eslint-plugin-svelte 2.43.0 2.46.1
globals 15.8.0 15.15.0
postcss 8.4.39 8.5.3
prettier 3.3.3 3.5.3
prettier-plugin-svelte 3.2.6 3.3.3
prettier-plugin-tailwindcss 0.6.9 0.6.11
svelte 4.2.18 4.2.19
svelte-check 3.8.4 3.8.6
tailwindcss 3.4.6 3.4.17
tslib 2.6.3 2.8.1
typescript 5.5.4 5.8.2
typescript-eslint 8.0.0-alpha.52 8.25.0
vite 5.3.4 5.4.14
wrangler 3.99.0 3.111.0

Updates marked from 15.0.4 to 15.0.7

Release notes

Sourced from marked's releases.

v15.0.7

15.0.7 (2025-02-10)

Bug Fixes

v15.0.6

15.0.6 (2025-01-06)

Bug Fixes

  • fix strikethrough inside strong and em to follow gfm (#3577) (7712a53)

v15.0.5

15.0.5 (2025-01-02)

Bug Fixes

  • allow strikethrough inside strong and em to follow gfm (#3569) (8a01658)
Commits
  • bf4952f chore: fix pkg repository (#3613)
  • 2b99692 chore(release): 15.0.7 [skip ci]
  • 9ae87de fix: fix table rendered as heading (#3612)
  • a1113e0 chore: Update dingus.js import json (#3611)
  • eb61090 chore(deps-dev): Bump rollup from 4.32.0 to 4.34.1 (#3606)
  • 00576d2 chore(deps-dev): Bump @​markedjs/eslint-config from 1.0.9 to 1.0.10 (#3605)
  • 570450c chore(deps-dev): Bump eslint from 9.18.0 to 9.19.0 (#3600)
  • 5fccfb2 chore(deps-dev): Bump rollup from 4.31.0 to 4.32.0 (#3601)
  • b114f21 chore(deps-dev): Bump undici from 6.19.7 to 6.21.1 (#3596)
  • 29cf001 chore(deps-dev): Bump rollup from 4.30.1 to 4.31.0 (#3595)
  • Additional commits viewable in compare view

Updates @cloudflare/workers-types from 4.20241230.0 to 4.20250224.0

Commits

Updates @playwright/test from 1.45.3 to 1.50.1

Release notes

Sourced from @​playwright/test's releases.

v1.50.1

Highlights

microsoft/playwright#34483 - [Feature]: single aria snapshot for different engines/browsers microsoft/playwright#34497 - [Bug]: Firefox not handling keepalive: true fetch requests microsoft/playwright#34504 - [Bug]: update snapshots not creating good diffs microsoft/playwright#34507 - [Bug]: snapshotPathTemplate doesnt work when multiple projects microsoft/playwright#34462 - [Bug]: updateSnapshots "changed" throws an error

Browser Versions

  • Chromium 133.0.6943.16
  • Mozilla Firefox 134.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 132
  • Microsoft Edge 132

v1.50.0

Test runner

  • New option timeout allows specifying a maximum run time for an individual test step. A timed-out step will fail the execution of the test.

    test('some test', async ({ page }) => {
      await test.step('a step', async () => {
        // This step can time out separately from the test
      }, { timeout: 1000 });
    });
  • New method test.step.skip() to disable execution of a test step.

    test('some test', async ({ page }) => {
      await test.step('before running step', async () => {
        // Normal step
      });
    await test.step.skip('not yet ready', async () => {
    // This step is skipped
    });
    await test.step('after running step', async () => {
    // This step still runs even though the previous one was skipped
    });
    });

  • Expanded expect(locator).toMatchAriaSnapshot() to allow storing of aria snapshots in separate YAML files.

... (truncated)

Commits
  • dbc685c chore: mark v1.50.1 (#34575)
  • 13d80f1 cherry-pick(#34560): chore(docs): clarify connection method via BrowserType.c...
  • 159210d cherry-pick(#34556): fix(toMatchAriaSnapshot): fail test run when updating mi...
  • fbad9f7 cherry-pick(#34537): feat: per-assertion snapshot path template in config (#3...
  • 67313fa cherry-pick(#34550): roll follow-ups for .NET and Python
  • 4b7794b cherry-pick(#34544): fix(aria): disregard text area textContent
  • 1efbedd cherry-pick(#34535): Revert "Reapply "fix(har timing): record connect timing ...
  • 1e258e0 cherry-pick(#34420): chore(deps): bump vite from 5.4.6 to 5.4.14 (#34539)
  • 7be4ef5 cherry-pick(#34522): test: fetch request through socks proxy over ipv4
  • 7b3e590 cherry-pick(#34530): fix(firefox): disable fetch keep-alive for now before a ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by dgozman-ms, a new releaser for @​playwright/test since your current version.


Updates @sveltejs/adapter-auto from 3.2.2 to 3.3.1

Release notes

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

@​sveltejs/adapter-auto@​3.3.1

Patch Changes

Changelog

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

3.3.1

Patch Changes

3.3.0

Minor Changes

  • feat: add support for Bun package manager (#12854)

3.2.5

Patch Changes

3.2.4

Patch Changes

3.2.3

Patch Changes

Commits

Updates @sveltejs/adapter-cloudflare from 4.6.1 to 4.9.0

Release notes

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

@​sveltejs/adapter-cloudflare@​4.9.0

Minor Changes

  • feat: generate .assetsignore file for use with Cloudflare Workers Static Assets (#13109)

Patch Changes

@​sveltejs/adapter-cloudflare@​4.8.0

Minor Changes

  • chore: upgrade esbuild to 0.24.0 (#12270)

Patch Changes

@​sveltejs/adapter-cloudflare@​4.7.4

Patch Changes

@​sveltejs/adapter-cloudflare@​4.7.3

Patch Changes

Changelog

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

4.9.0

Minor Changes

  • feat: generate .assetsignore file for use with Cloudflare Workers Static Assets (#13109)

Patch Changes

4.8.0

Minor Changes

  • chore: upgrade esbuild to 0.24.0 (#12270)

Patch Changes

4.7.4

Patch Changes

4.7.3

Patch Changes

4.7.2

Patch Changes

... (truncated)

Commits

Updates @sveltejs/adapter-static from 3.0.2 to 3.0.8

Release notes

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

@​sveltejs/adapter-static@​3.0.8

Patch Changes

  • fix: use optional chaining when checking router type (#13218)

@​sveltejs/adapter-static@​3.0.7

Patch Changes

  • fix: allow dynamic routes with missing fallback in hash mode (#13213)

@​sveltejs/adapter-static@​3.0.6

Patch Changes

Changelog

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

3.0.8

Patch Changes

  • fix: use optional chaining when checking router type (#13218)

3.0.7

Patch Changes

  • fix: allow dynamic routes with missing fallback in hash mode (#13213)

3.0.6

Patch Changes

3.0.5

Patch Changes

3.0.4

Patch Changes

3.0.3

Patch Changes

Commits

Updates @sveltejs/kit from 2.5.18 to 2.17.3

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.17.3

Patch Changes

  • fix: avoid simulated CORS errors with non-HTTP URLs (#13493)

  • fix: correctly preload links on mousedown/touchstart (#13486)

  • fix: load CSS when using server-side route resolution (#13498)

  • fix: correctly find shared entry-point CSS files during inlining (#13431)

@​sveltejs/kit@​2.17.2

Patch Changes

  • fix: add promise return type to the enhance action callback (#13420)

  • fix: change server-side route resolution endpoint (#13461)

@​sveltejs/kit@​2.17.1

Patch Changes

  • fix: make route resolution imports root-relative if paths.relative option is false (#13412)

@​sveltejs/kit@​2.17.0

Minor Changes

  • feat: validate values for cache-control and content-type headers in dev mode (#13114)

  • feat: support server-side route resolution (#13379)

Patch Changes

  • chore: don't error during development when using use:enhance with +server as some third party libraries make it possible to POST forms to it (#13397)

  • fix: skip hooks for server fetch to prerendered routes (#13377)

  • fix: ignore non-entry-point CSS files during inlining (#13395)

  • fix: default server fetch to use prerendered paths (#13377)

@​sveltejs/kit@​2.16.1

Patch Changes

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.17.3

Patch Changes

  • fix: avoid simulated CORS errors with non-HTTP URLs (#13493)

  • fix: correctly preload links on mousedown/touchstart (#13486)

  • fix: load CSS when using server-side route resolution (#13498)

  • fix: correctly find shared entry-point CSS files during inlining (#13431)

2.17.2

Patch Changes

  • fix: add promise return type to the enhance action callback (#13420)

  • fix: change server-side route resolution endpoint (#13461)

2.17.1

Patch Changes

  • fix: make route resolution imports root-relative if paths.relative option is false (#13412)

2.17.0

Minor Changes

  • feat: validate values for cache-control and content-type headers in dev mode (#13114)

  • feat: support server-side route resolution (#13379)

Patch Changes

  • chore: don't error during development when using use:enhance with +server as some third party libraries make it possible to POST forms to it (#13397)

  • fix: skip hooks for server fetch to prerendered routes (#13377)

  • fix: ignore non-entry-point CSS files during inlining (#13395)

... (truncated)

Commits

Updates @sveltejs/vite-plugin-svelte from 3.1.1 to 3.1.2

Release notes

Sourced from @​sveltejs/vite-plugin-svelte's releases.

@​sveltejs/vite-plugin-svelte@​3.1.2

Patch Changes

  • add warning for svelte5 users to update to vite-plugin-svelte@4 (#964)
Changelog

Sourced from @​sveltejs/vite-plugin-svelte's changelog.

3.1.2

Patch Changes

  • add warning for svelte5 users to update to vite-plugin-svelte@4 (#964)
Commits

Updates @vitest/coverage-v8 from 2.1.8 to 2.1.9

Release notes

Sourced from @​vitest/coverage-v8's releases.

v2.1.9

This release includes security patches for:

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates autoprefixer from 10.4.19 to 10.4.20

Release notes

Sourced from autoprefixer's releases.

10.4.20

  • Fixed fit-content prefix for Firefox.
Changelog

Sourced from autoprefixer's changelog.

10.4.20

  • Fixed fit-content prefix for Firefox.
Commits

Updates eslint from 9.7.0 to 9.21.0

Release notes

Sourced from eslint's releases.

v9.21.0

Features

  • 418717f feat: introduce new deprecated types for rules (#19238) (fnx)
  • 5c5b802 feat: Add --ext CLI option (#19405) (Milos Djermanovic)

Bug Fixes

  • db5340d fix: update missing plugin message template (#19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#19436) (Francesco Trotta)

Documentation

  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)

Chores

  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#19425) (Milos Djermanovic)

v9.20.1

Bug Fixes

Documentation

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)
  • 93c78a5 docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)
  • b476a93 docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)
  • ccb60c0 docs: Update README (GitHub Actions Bot)

v9.20.0

Features

  • e89a54a feat: change behavior of inactive flags (#19386) (Milos Djermanovic)

Bug Fixes

  • 91d4d9f fix: Bring types in sync with @​eslint/core (#19157) (Nicholas C. Zakas)
  • fa25c7a fix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)
  • 31a9fd0 fix: Clearer error message for wrong plugin format (#19380) (Nicholas C. Zakas)
  • 61d99e3 fix: Better error message for unserializable parser (#19384) (Nicholas C. Zakas)
  • db1b9a6 fix: Ensure module scope is checked for references in consistent-this (#19383) (Nicholas C. Zakas)
  • 8bcd820 fix: arrow-body-style crash with single-token body (#19379) (Milos Djermanovic)

Documentation

  • b7012c8 docs: rewrite examples with var using let and const (#19407) (Mueez Javaid Hashmi)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.21.0 - February 21, 2025

  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 418717f feat: introduce new deprecated types for rules (#19238) (fnx)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#19448) (Francesco Trotta)
  • c5561ea docs: Update README (GitHub Actions Bot)
  • db5340d fix: update missing plugin message template (#19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#19436) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)
  • 80b0485 docs: replace var with let and const in rule example (#19434) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 5fd211d test: processors can return subpaths (#19425) (Milos Djermanovic)
  • 0636cab docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)
  • 5c5b802 feat: Add --ext CLI option (#19405) (Milos Djermanovic)
  • dd7d930 docs: Update README (GitHub Actions Bot)

v9.20.1 - February 11, 2025

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)
  • 274f054 fix: fix ...

    Description has been truncated

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 3, 2025

Test Results ✅

Build and test run completed.

Details:

  • Type checking: ⏭️
  • Linting: ⏭️
  • Build: ⏭️
  • Unit tests: ⏭️
  • Integration tests: ⏭️
  • Preview: ⏭️

Full results available in workflow artifacts.

…th 27 updates

Bumps the minor-patch-updates group with 26 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [marked](https://github.com/markedjs/marked) | `15.0.4` | `15.0.7` |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20241230.0` | `4.20250224.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.45.3` | `1.50.1` |
| [@sveltejs/adapter-auto](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-auto) | `3.2.2` | `3.3.1` |
| [@sveltejs/adapter-cloudflare](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-cloudflare) | `4.6.1` | `4.9.0` |
| [@sveltejs/adapter-static](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-static) | `3.0.2` | `3.0.8` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.5.18` | `2.17.3` |
| [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `3.1.1` | `3.1.2` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.1.8` | `2.1.9` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.20` |
| [eslint](https://github.com/eslint/eslint) | `9.7.0` | `9.21.0` |
| [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint) | `8.56.11` | `9.6.1` |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.43.0` | `2.46.1` |
| [globals](https://github.com/sindresorhus/globals) | `15.8.0` | `15.15.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.39` | `8.5.3` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.5.3` |
| [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.2.6` | `3.3.3` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.9` | `0.6.11` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.18` | `4.2.19` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `3.8.4` | `3.8.6` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.6` | `3.4.17` |
| [tslib](https://github.com/Microsoft/tslib) | `2.6.3` | `2.8.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.8.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.0.0-alpha.52` | `8.25.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.4` | `5.4.14` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `3.99.0` | `3.111.0` |



Updates `marked` from 15.0.4 to 15.0.7
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v15.0.4...v15.0.7)

Updates `@cloudflare/workers-types` from 4.20241230.0 to 4.20250224.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release)
- [Commits](https://github.com/cloudflare/workerd/commits)

Updates `@playwright/test` from 1.45.3 to 1.50.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.45.3...v1.50.1)

Updates `@sveltejs/adapter-auto` from 3.2.2 to 3.3.1
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-auto/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/adapter-auto@3.3.1/packages/adapter-auto)

Updates `@sveltejs/adapter-cloudflare` from 4.6.1 to 4.9.0
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-cloudflare/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/adapter-cloudflare@4.9.0/packages/adapter-cloudflare)

Updates `@sveltejs/adapter-static` from 3.0.2 to 3.0.8
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-static/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/adapter-static@3.0.8/packages/adapter-static)

Updates `@sveltejs/kit` from 2.5.18 to 2.17.3
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.17.3/packages/kit)

Updates `@sveltejs/vite-plugin-svelte` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/@sveltejs/vite-plugin-svelte@3.1.2/packages/vite-plugin-svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@3.1.2/packages/vite-plugin-svelte)

Updates `@vitest/coverage-v8` from 2.1.8 to 2.1.9
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.9/packages/coverage-v8)

Updates `autoprefixer` from 10.4.19 to 10.4.20
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.19...10.4.20)

Updates `eslint` from 9.7.0 to 9.21.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.7.0...v9.21.0)

Updates `@types/eslint` from 8.56.11 to 9.6.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint)

Updates `eslint-plugin-svelte` from 2.43.0 to 2.46.1
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@2.43.0...v2.46.1)

Updates `globals` from 15.8.0 to 15.15.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.8.0...v15.15.0)

Updates `postcss` from 8.4.39 to 8.5.3
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.39...8.5.3)

Updates `prettier` from 3.3.3 to 3.5.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.5.3)

Updates `prettier-plugin-svelte` from 3.2.6 to 3.3.3
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/prettier-plugin-svelte/commits)

Updates `prettier-plugin-tailwindcss` from 0.6.9 to 0.6.11
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.9...v0.6.11)

Updates `svelte` from 4.2.18 to 4.2.19
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.19/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.19/packages/svelte)

Updates `svelte-check` from 3.8.4 to 3.8.6
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](sveltejs/language-tools@svelte-check-3.8.4...svelte-check-3.8.6)

Updates `tailwindcss` from 3.4.6 to 3.4.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v3.4.17/packages/tailwindcss)

Updates `tslib` from 2.6.3 to 2.8.1
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.6.3...v2.8.1)

Updates `typescript` from 5.5.4 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.8.2)

Updates `typescript-eslint` from 8.0.0-alpha.52 to 8.25.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.25.0/packages/typescript-eslint)

Updates `vite` from 5.3.4 to 5.4.14
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite)

Updates `vitest` from 2.1.8 to 2.1.9
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.9/packages/vitest)

Updates `wrangler` from 3.99.0 to 3.111.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.111.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@cloudflare/workers-types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@sveltejs/adapter-auto"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@sveltejs/adapter-cloudflare"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@sveltejs/adapter-static"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: "@types/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: minor-patch-updates
- dependency-name: eslint-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: prettier-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-updates
- dependency-name: wrangler
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/minor-patch-updates-79fd6c6696 branch from ce8877e to 8cef708 Compare March 10, 2025 17:36
@github-actions
Copy link
Copy Markdown

Test Results ❌

Build and test run completed.

Details:

  • Type checking: ❌
  • Linting: ❌
  • Build: ✅
  • Unit tests: ✅
  • Integration tests: ✅
  • Preview: ✅

⚠️ Some checks failed. Please review the workflow logs for details.

Full results available in workflow artifacts.

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.

0 participants