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 npm #50

Merged
merged 1 commit into from
Apr 25, 2024
Merged

chore(deps): update npm #50

merged 1 commit into from
Apr 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 23, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fortawesome/fontawesome-free (source) ^6.4.0 -> ^6.4.2 age adoption passing confidence
@sveltejs/adapter-auto (source) ^2 -> ^2.1.0 age adoption passing confidence
@sveltejs/kit (source) ^1.20.5 -> ^1.25.0 age adoption passing confidence
@tanstack/svelte-query (source) 5.0.0-beta.35 -> 5.32.0 age adoption passing confidence
@tanstack/svelte-query-devtools (source) 5.0.0-beta.35 -> 5.32.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^6 -> ^6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) ^6 -> ^6.21.0 age adoption passing confidence
eslint (source) ^8.43.0 -> ^8.50.0 age adoption passing confidence
eslint-config-prettier ^9 -> ^9.0.0 age adoption passing confidence
eslint-plugin-svelte (source) ^2 -> ^2.38.0 age adoption passing confidence
openapi-zod-client ^1.7.1 -> ^1.11.1 age adoption passing confidence
prettier (source) ^3 -> ^3.0.3 age adoption passing confidence
prettier-plugin-svelte ^3 -> ^3.0.3 age adoption passing confidence
sass ^1.63.6 -> ^1.68.0 age adoption passing confidence
svelte (source) ^4 -> ^4.2.1 age adoption passing confidence
svelte-check ^3.4.4 -> ^3.7.0 age adoption passing confidence
typescript (source) ^5 -> ^5.2.2 age adoption passing confidence
vite (source) ^4.3.9 -> ^4.5.3 age adoption passing confidence

Release Notes

FortAwesome/Font-Awesome (@​fortawesome/fontawesome-free)

v6.5.2

Compare Source

v6.5.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.5.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

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

v2.1.1

Compare Source

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

v1.30.4

Compare Source

Patch Changes
  • chore(deps): upgrade and unpin undici (#​11860)

v1.30.3

Compare Source

Patch Changes
  • fix: correct documentation for beforeNavigate (#​11300)

v1.30.2

Compare Source

Patch Changes
  • fix: revert recent 'correctly return 415' and 'correctly return 404' changes (#​11295)

v1.30.1

Compare Source

Patch Changes
  • fix: prerendered root page with paths.base config uses correct trailing slash option (#​10763)

  • fix: correctly return 404 when a form action is not found (#​11278)

v1.30.0

Compare Source

Minor Changes
  • feat: inline response.arrayBuffer() during ssr (#​10535)
Patch Changes
  • fix: allow "false" value for preload link options (#​10555)

  • fix: call worker unref instead of terminate (#​10120)

  • fix: correctly analyse exported server API methods during build (#​11019)

  • fix: avoid error when back navigating before page is initialized (#​10636)

  • fix: allow service-worker.js to import assets (#​9285)

  • fix: distinguish better between not-found and internal-error (#​11131)

v1.29.1

Compare Source

Patch Changes
  • fix: correctly return 415 when unexpected content types are submitted to actions (#​11255)

  • chore: deprecate preloadCode calls with multiple arguments (#​11266)

v1.29.0

Compare Source

Minor Changes
  • feat: add resolveRoute to $app/paths, deprecate resolvePath (#​11261)

v1.28.0

Compare Source

Minor Changes
  • chore: deprecate top level promise await behaviour (#​11175)
Patch Changes
  • fix: resolve relative cookie paths before storing (#​11253)

  • chore: deprecate cookies.set/delete without path option (#​11237)

  • fix: make sure promises from fetch handle errors (#​11228)

v1.27.7

Compare Source

Patch Changes
  • fix: set runes option in generated root (#​11111)

  • fix: retain URL query string for trailing slash redirects to prerendered pages (#​11142)

v1.27.6

Compare Source

Patch Changes
  • fix: use runes in generated root when detecting Svelte 5 (#​11028)

  • fix: correctly prerender pages that use browser globals and have SSR turned off (#​11032)

  • fix: correctly show 404 for prerendered dynamic routes when navigating client-side without a root layout server load (#​11025)

v1.27.5

Compare Source

Patch Changes
  • fix: add vite.config.js to included files in generated tsconfig (#​10788)

  • fix: cache location.origin on startup (#​11004)

v1.27.4

Compare Source

Patch Changes
  • fix: generate __data.json for prerendered pages when SSR is turned off (#​10988)

  • chore: add experimental compatibility for Svelte 5 (#​11002)

v1.27.3

Compare Source

Patch Changes
  • fix: use correct environment file for rendering spa fallback page (#​10963)

v1.27.2

Compare Source

Patch Changes
  • fix: missing File Node polyfill for Node version 18.11.0+ (#​10948)

v1.27.1

Compare Source

Patch Changes
  • fix: only apply some polyfills below node 18.11 (#​10920)

v1.27.0

Compare Source

Minor Changes
  • feat: add invalidateAll boolean option to enhance callback (#​9889)

v1.26.0

Compare Source

Minor Changes
  • feat: infer route parameter type from matcher's guard check if applicable (#​10755)
Patch Changes
  • fix: basic mime type handling for prerendered pages in preview (#​10851)

  • chore: use just a single library (mrmime) for mime type handling (#​10851)

  • chore: bump undici to address security issue (#​10885)

  • fix: follow whatwg fetch spec for handling redirect loops (#​10857)

  • fix: use window.fetch in load functions to allow libraries to patch it (#​10009)

  • chore(deps): update dependency undici to ~5.26.0 (#​10860)

v1.25.2

Compare Source

Patch Changes
  • fix: correctly update $page.url.hash when navigating history (#​10843)

  • fix: strip virtual module prefix from error messages (#​10776)

  • fix: cancel ongoing navigation when the browser back button is hit to prevent an incorrect page from being rendered (#​10727)

  • fix: only remove Vite manifest when copying files (#​10782)

v1.25.1

Compare Source

Patch Changes
  • fix: correct line numbers in stack trace (#​10769)

  • fix: correctly return 404 when navigating to a missing page and the root layout fetches a prerendered endpoint (#​10565)

  • fix: allow optional param in middle of route (#​10736)

  • chore: update undici (#​10641)

TanStack/query (@​tanstack/svelte-query)

v5.32.0

Compare Source

Version 5.32.0 - 4/23/2024, 7:31 AM

Changes

Feat
  • core: make observers on Query a public property (#​7326) (e3240f0) by Dominik Dorfmeister
Chore
  • docs: fix prettier (f025a7c) by Dominik Dorfmeister
Docs

Packages

v5.31.0

Compare Source

Version 5.31.0 - 4/22/2024, 6:41 AM

Changes

Feat

Packages

v5.29.0

Compare Source

Version 5.29.0 - 4/5/2024, 5:58 PM

Changes

Feat
  • core: memoize result of combine (#​7233) (3c31124) by Dominik Dorfmeister
Chore
Docs
  • fix quickstart (0b9f971) by Tanner Linsley
  • migrate docs to use path-based navigation instead of route-based (#​7211) (754640a) by Tanner Linsley

Packages

v5.28.13

Compare Source

Version 5.28.13 - 4/2/2024, 3:03 PM

Changes

Fix
  • core: do not invoke combine in constructor (#​7215) (53cdfce) by Dominik Dorfmeister

Packages

v5.28.12

Compare Source

Version 5.28.12 - 4/2/2024, 12:24 PM

Changes

Fix
  • types: add pageParam and direction as optional to "normal" queryFn (#​7212) (e5bfbbe) by Dominik Dorfmeister

Packages

v5.28.9

Compare Source

Version 5.28.9 - 3/27/2024, 3:02 AM

Changes

Fix
Refactor
Style

Packages

v5.28.8

Compare Source

Version 5.28.8 - 3/25/2024, 10:32 AM

Changes

Fix
  • *: infer data type correctly when conditional skipToken is passed to useQueries (#​7150) (a559c48) by 김관식
Chore
  • fix prettier (2ddf803) by Dominik Dorfmeister
Ci
Docs
Types

Packages

v5.28.6

Compare Source

Version 5.28.6 - 3/20/2024, 11:27 PM

Changes

Fix
  • vue-query: respect throwOnError in suspense (#​7143) (392d352) by Damian Osipiuk
Ci
Docs
Test

Packages

v5.28.4

Compare Source

Version 5.28.4 - 3/15/2024, 11:54 AM

Changes

Fix
  • core: optimistic results reflect correct state (#​7114) (4d5cc66) by Dominik Dorfmeister

Packages


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

@alcroito alcroito merged commit 8614f65 into master Apr 25, 2024
26 checks passed
@alcroito alcroito deleted the renovate/npm branch April 25, 2024 21:13
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