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

fix(deps): update all non-major dependencies #53

Open
wants to merge 1 commit into
base: rewrite
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/adapter-auto (source) 3.1.1 -> 3.3.1 age adoption passing confidence
@sveltejs/kit (source) 2.5.4 -> 2.13.0 age adoption passing confidence
@sveltejs/vite-plugin-svelte (source) 3.0.2 -> 3.1.2 age adoption passing confidence
@tailwindcss/typography 0.5.10 -> 0.5.15 age adoption passing confidence
@types/eslint (source) 8.56.6 -> 8.56.12 age adoption passing confidence
autoprefixer 10.4.19 -> 10.4.20 age adoption passing confidence
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence
eslint-plugin-svelte (source) 2.35.1 -> 2.46.1 age adoption passing confidence
postcss (source) 8.4.38 -> 8.4.49 age adoption passing confidence
prettier (source) 3.2.5 -> 3.4.2 age adoption passing confidence
prettier-plugin-svelte 3.2.2 -> 3.3.2 age adoption passing confidence
sass 1.72.0 -> 1.83.0 age adoption passing confidence
svelte (source) 4.2.12 -> 4.2.19 age adoption passing confidence
svelte-check 3.6.8 -> 3.8.6 age adoption passing confidence
tailwindcss (source) 3.4.1 -> 3.4.17 age adoption passing confidence
tslib (source) 2.6.2 -> 2.8.1 age adoption passing confidence
typescript (source) 5.4.3 -> 5.7.2 age adoption passing confidence
vite (source) 5.2.6 -> 5.4.11 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/adapter-auto)

v3.3.1

Patch Changes

v3.3.0

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

v3.2.5

Compare Source

Patch Changes

v3.2.4

Compare Source

Patch Changes

v3.2.3

Compare Source

Patch Changes

v3.2.2

Compare Source

Patch Changes

v3.2.1

Compare Source

Patch Changes

v3.2.0

Compare Source

Minor Changes
  • feat: add support for Google Cloud Run (#​12015)
sveltejs/kit (@​sveltejs/kit)

v2.13.0

Compare Source

Minor Changes
  • feat: add bundleStrategy: 'split' | 'single' option (#​13173)

v2.12.2

Compare Source

Patch Changes
  • fix: correctly resolve no hooks file when a similarly named directory exists (#​13188)

  • fix: correctly resolve $app/state on the server with Vite 5 (#​13192)

v2.12.1

Compare Source

Patch Changes
  • fix: replace navigating.current.<x> with navigating.<x> (#​13174)

v2.12.0

Compare Source

Minor Changes
Patch Changes
  • chore: specify the route ID in the error message during development when making a form action request to a route without form actions (#​13167)

v2.11.1

Compare Source

Patch Changes
  • fix: adhere to Vite build.minify setting when building the service worker (#​13143)

v2.11.0

Compare Source

Minor Changes
  • feat: transport custom types across the server/client boundary (#​13149)
Patch Changes
  • fix: correctly resolve hooks file when a similarly named directory exists (#​13144)

v2.10.1

Compare Source

Patch Changes
  • fix: export init hook from get_hooks (#​13136)

v2.10.0

Compare Source

Minor Changes
  • feat: server and client init hook (#​13103)
Patch Changes
  • fix: prevent hooks exported from hooks.js from overwriting hooks from hooks.server.js (#​13104)

v2.9.1

Compare Source

Patch Changes
  • fix: correctly match route groups preceding optional parameters (#​13099)

v2.9.0

Compare Source

Minor Changes
Patch Changes
  • fix: transform link[rel='shortcut icon'] and link[rel='apple-touch-icon'] to be absolute to avoid console error when navigating (#​13077)

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)

v2.8.3

Compare Source

Patch Changes
  • fix: ensure error messages are escaped (#​13050)

  • fix: escape values included in dev 404 page (#​13039)

v2.8.2

Compare Source

Patch Changes
  • fix: prevent duplicate fetch request when using Request with load function's fetch (#​13023)

  • fix: do not override default cookie decoder to allow users to override the cookie library version (#​13037)

v2.8.1

Compare Source

Patch Changes
  • fix: only add nonce to script-src-elem, style-src-attr and style-src-elem CSP directives when unsafe-inline is not present (#​11613)

  • fix: support HTTP/2 in dev and production. Revert the changes from #​12907 to downgrade HTTP/2 to TLS as now being unnecessary (#​12989)

v2.8.0

Compare Source

Minor Changes
  • feat: add helper to identify ActionFailure objects (#​12878)

v2.7.7

Compare Source

Patch Changes

v2.7.6

Compare Source

Patch Changes
  • fix: update broken links in JSDoc (#​12960)

v2.7.5

Compare Source

Patch Changes
  • fix: warn on invalid cookie name characters (#​12806)

  • fix: when using @vitejs/plugin-basic-ssl, set a no-op proxy config to downgrade from HTTP/2 to TLS since undici does not yet enable HTTP/2 by default (#​12907)

v2.7.4

Compare Source

Patch Changes
  • fix: ensure element is focused after subsequent clicks of the same hash link (#​12866)

  • fix: avoid preload if event default was prevented for touchstart and mousedown events (#​12887)

  • fix: avoid reloading behaviour for hash links with data-sveltekit-reload if the hash is on the same page (#​12866)

v2.7.3

Compare Source

Patch Changes
  • fix: include importer in illegal import error message (#​12820)

  • fix: don't try reading assets directly that aren't present (#​12876)

  • fix: decode non-latin characters when previewing prerendered pages (#​12874)

  • fix: better error message when a Result is returned from a form action (#​12829)

  • docs: update URLs for new svelte.dev site (#​12857)

v2.7.2

Compare Source

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

v2.7.1

Compare Source

Patch Changes
  • chore: upgrade to sirv 3.0 (#​12796)

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

v2.7.0

Compare Source

Minor Changes
  • feat: update service worker when new version is detected (#​12448)
Patch Changes
  • fix: correctly handle relative paths when fetching assets on the server (#​12113)

  • fix: decode non ASCII anchor hashes when scrolling into view (#​12699)

  • fix: page response missing CSP and Link headers when return promise in load (#​12418)

v2.6.4

Compare Source

Patch Changes
  • fix: only preload links that have a different URL than the current page (#​12773)

  • fix: revert change to replace version in generateBundle (#​12779)

  • fix: catch stack trace fixing errors thrown in web containers (#​12775)

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

v2.6.3

Compare Source

Patch Changes
  • fix: ensure a changing version doesn't affect the hashes for chunks without any actual code changes (#​12700)

  • fix: prevent crash when logging URL search params in a server load function (#​12763)

  • chore: revert update dependency cookie to ^0.7.0 (#​12767)

v2.6.2

Compare Source

Patch Changes
  • chore(deps): update dependency cookie to ^0.7.0 (#​12746)

v2.6.1

Compare Source

Patch Changes
  • fix: better error message when calling push/replaceState before router is initialized (#​11968)

v2.6.0

Compare Source

Minor Changes
  • feat: support typed arrays in load functions (#​12716)
Patch Changes
  • fix: open a new tab for <form target="_blank"> and ` submissions (#​11936)

v2.5.28

Compare Source

Patch Changes
  • fix: import node:process instead of using globals (#​12641)

v2.5.27

Compare Source

Patch Changes
  • fix: asynchronously instantiate components when using Svelte 5 (#​12613)

  • fix: use {@&#8203;render ...} tag when generating default fallback page for svelte 5 apps (#​12653)

  • fix: emulate event.platform even when the route does not exist (#​12513)

v2.5.26

Compare Source

Patch Changes
  • fix: exclude service worker directory from tsconfig (#​12196)

v2.5.25

Compare Source

Patch Changes

v2.5.24

Compare Source

Patch Changes

v2.5.23

Compare Source

Patch Changes
  • fix: use dynamic components in root.svelte instead of svelte:component for svelte 5 (#​12584)

v2.5.22

Compare Source

Patch Changes
  • chore: configure provenance in a simpler manner (#​12570)

v2.5.21

Compare Source

Patch Changes

v2.5.20

Compare Source

Patch Changes
  • fix: set revalidate cache header on 404'd static assets (#​12530)

v2.5.19

Compare Source

Patch Changes
  • fix: Svelte 5 - ignore binding_non_reactive warning in generated root component (you also need to update to [email protected]) (#​12524)

v2.5.18

Compare Source

Patch Changes
  • fix: respect HTML attributes enctype and formenctype for forms with use:enhance (#​12198)

  • fix: prevent client import error when a hooks.server file imports a private environment variable (#​12195)

  • fix: set default Content-Type header to application/x-www-form-urlencoded for POST form submissions with use:enhance to align with native form behaviour (#​12198)

v2.5.17

Compare Source

Patch Changes
  • chore: update package description (#​11846)

v2.5.16

Compare Source

Patch Changes
  • fix: determine local Svelte version more reliably (#​12350)

v2.5.15

Compare Source

Patch Changes

v2.5.14

Compare Source

Patch Changes
  • fix: read non-encoded data URIs (#​12347)

v2.5.13

Compare Source

Patch Changes
  • fix: decode asset URLs in dev when reading them, but for real this time (#​12344)

v2.5.12

Compare Source

Patch Changes
  • fix: decode asset URLs in dev when reading them (#​12341)

v2.5.11

Compare Source

Patch Changes
  • fix: hrefs that start with config.prerender.origin are now crawled (#​12277)

  • chore: add keywords for discovery in npm search (#​12330)

  • fix: handle whitespace in HTTP Accept header (#​12292)

v2.5.10

Compare Source

Patch Changes
  • fix: exclude server files from optimizeDeps.entries (#​12242)

  • fix: bump import-meta-resolve to remove deprecation warnings (#​12240)

v2.5.9

Compare Source

Patch Changes
  • fix: yield main thread before navigating (#​12225)

  • fix: correctly handle aliases to files in the .svelte-kit directory (#​12220)

v2.5.8

Compare Source

Patch Changes
  • fix: prevent excessive Vite dependency optimizations on navigation (#​12182)

v2.5.7

Compare Source

Patch Changes
  • chore(deps): update devalue to v5 ignore non-enumerable symbols during serialization (#​12141)

v2.5.6

Compare Source

Patch Changes
  • fix: avoid incorrectly un- and re-escaping cookies collected during a server-side fetch (#​11904)

v2.5.5

Compare Source

Patch Changes
  • fix: only hydrate when page is server-rendered (#​12050)
sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v3.1.2

Compare Source

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

v3.1.1

Compare Source

Patch Changes
  • fix: ensure vite config is only resolved once during lazy init of vitePreprocess (#​917)

  • fix: disable hmr when vite config server.hmr is false (#​917)

v3.1.0

Compare Source

Minor Changes
  • feat(svelte5): enable hmr option in dev (#​836)
Patch Changes
tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.15

Compare Source

Fixed
  • Support installing with alpha versions of Tailwind CSS v4 (#​358)

v0.5.14

Compare Source

  • Fix table text alignment (#​346)

v0.5.13

Compare Source

Fixed
  • Don't apply margins to <br> elements contained in an <li> in FF (#​350)

v0.5.12

Compare Source

Added
  • Use logical properties for better RTL support (#​323)

v0.5.11

Compare Source

Added
Fixed
  • Fix space between <figcaption> and <video> (#​339)
postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.
eslint/eslint (eslint)

v8.57.1

Compare Source

sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v2.46.1

Compare Source

Patch Changes

v2.46.0

Compare Source

Minor Changes

v2.45.1

Compare Source

Patch Changes

v2.45.0

Compare Source

Minor Changes
Patch Changes

v2.44.1

Compare Source

Patch Changes

v2.44.0

Compare Source

Minor Changes
Patch Changes

v2.43.0

Compare Source

Minor Changes

v2.42.0

Compare Source

Minor Changes

v2.41.0

Compare Source

Minor Changes
Patch Changes

v2.40.0

Compare Source

Minor Changes

Configuration

📅 Schedule: Branch creation - "* 0-3 * * *" (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

vercel bot commented Mar 27, 2024

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

Name Status Preview Comments Updated (UTC)
astolfo-dot-cafe-s45b ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 19, 2024 4:11pm

@renovate renovate bot changed the title chore(deps): update dependency @tailwindcss/typography to v0.5.11 chore(deps): update all non-major dependencies Mar 27, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a71164e to 625d1be Compare April 1, 2024 13:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 625d1be to 0b57f86 Compare April 1, 2024 22:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0b57f86 to 4ad0f63 Compare April 3, 2024 15:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4ad0f63 to 5781249 Compare April 4, 2024 01:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5781249 to a2647a2 Compare April 4, 2024 19:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2647a2 to 4adeb89 Compare April 8, 2024 04:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4adeb89 to 554b378 Compare April 10, 2024 14:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 554b378 to cc02a87 Compare April 10, 2024 17:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cc02a87 to f98b452 Compare April 10, 2024 20:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f98b452 to 984ec9c Compare April 11, 2024 12:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 984ec9c to e2f7523 Compare April 11, 2024 17:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e2f7523 to e4cff70 Compare April 12, 2024 02:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e4cff70 to 97287c9 Compare April 12, 2024 07:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cbc24a3 to de47a7b Compare November 30, 2024 01:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from de47a7b to 9f6ef03 Compare December 2, 2024 12:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9f6ef03 to 95db257 Compare December 3, 2024 02:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 95db257 to 8d47fcf Compare December 3, 2024 23:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8d47fcf to 4e36c70 Compare December 4, 2024 11:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e36c70 to 3a115b7 Compare December 9, 2024 21:35
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3a115b7 to a5d5505 Compare December 10, 2024 16:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a5d5505 to 64b4361 Compare December 12, 2024 17:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 64b4361 to 36fce21 Compare December 12, 2024 23:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 36fce21 to acdc2e0 Compare December 16, 2024 15:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from acdc2e0 to 7e45744 Compare December 16, 2024 23:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7e45744 to d69da6b Compare December 17, 2024 22:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d69da6b to 032dba6 Compare December 19, 2024 05:18
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