Skip to content

Update dependency @sveltejs/kit to v1.0.0-next.503 - autoclosed #4

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 14, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/kit (source) ^1.0.0-next.76 -> 1.0.0-next.503 age adoption passing confidence

Release Notes

sveltejs/kit

v1.0.0-next.503

Compare Source

Patch Changes
  • Added form property to $page store (#​6986)
  • Throw an error if prerenderable routes are not prerendered (#​6974)

v1.0.0-next.502

Compare Source

Patch Changes
  • [fix] prevent data types from becoming type never, notice moved/deleted files (#​7002)
  • Allow ActionData to be undefined (#​6994)
  • Respect config.kit.env.dir when running vite preview (#​7001)
  • Only run postinstall script if package.json exists (#​6998)
  • Use custom x-sveltekit-action header to route enhanced form submissions to +page.server.js over +server.js (#​6997)

v1.0.0-next.501

Compare Source

Patch Changes
  • [fix] unwrap promises for load function data on the client (#​6972)

v1.0.0-next.500

Compare Source

Patch Changes
  • Allow prerendered pages to link to non-prerenderable endpoints (#​6977)
  • [fix] handle SPA root data loading error (#​6918)

v1.0.0-next.499

Compare Source

Patch Changes
  • [breaking] rename App.PageError to App.Error (#​6963)

v1.0.0-next.498

Compare Source

Patch Changes
  • chdir before attempting postinstall (#​6969)

v1.0.0-next.497

Compare Source

Patch Changes
  • Add origin header for non-GET and external requests made with server-side fetch (#​6901)

v1.0.0-next.496

Compare Source

Patch Changes
  • [fix] update page status when applying action (#​6942)
  • [fix] apply redirect/error logic for use:enhance (#​6828)

v1.0.0-next.495

Compare Source

Patch Changes
  • Run svelte-kit sync in all workspace directories during postinstall (#​6949)

v1.0.0-next.494

Compare Source

Patch Changes
  • Add csp wasm-unsafe-eval keyword (#​6958)
  • Register service worker with relative URL (#​6954)

v1.0.0-next.493

Compare Source

Patch Changes
  • [fix] allow missing routes folder (#​6944)
  • Only forward set-cookie headers for internal fetches (#​6923)

v1.0.0-next.492

Compare Source

Patch Changes
  • [fix] add missing depends function to ServerLoadEvent type (#​6935)
  • Redact error message if getRequest fails (#​6936)
  • Add cookies.serialize method (#​6925)
  • Always apply cookies, not just for matched routes (#​6925)
  • [fix] tighten up navigation and invalidation logic (#​6924)
  • Respond with 413 if request body is too large (#​6936)

v1.0.0-next.491

Compare Source

Patch Changes

v1.0.0-next.490

Compare Source

Patch Changes
  • fix write_types on windows using posixify() (#​6913)
  • Prevent caching of __data.js files (#​6904)
  • Make url property getters non-enumerable (#​6909)

v1.0.0-next.489

Compare Source

Patch Changes
  • [fix] tighten up handling and documentation around 404 (#​6897)

v1.0.0-next.488

Compare Source

Patch Changes
  • Decode HTML entities in href attributes when crawling (#​6891)

v1.0.0-next.487

Compare Source

Patch Changes
  • [feat] allow +server.js files next to +page files (#​6773)

v1.0.0-next.486

Compare Source

Patch Changes
  • [fix] handle jsdoc without tags while generating proxy types (#​6884)

v1.0.0-next.485

Compare Source

Patch Changes
  • fix to ActionData type generation (#​6869)

v1.0.0-next.484

Compare Source

Patch Changes
  • [fix] forward cookies from fetch on redirect response (#​6833)
  • adding missing @types/cookie dependency (#​6818)

v1.0.0-next.483

Compare Source

Patch Changes
  • [fix] various cookies fixes and improvements (#​6811)

v1.0.0-next.482

Compare Source

Patch Changes
  • [fix] reuse server data while not reusing client load (#​6778)
  • [fix] update current.url on hashchange (#​6802)
  • Change illegal import message to reference public-facing code rather than client-side code (#​6646)
  • [fix] silence prop warnings (#​6798)
  • [chore] Refactor graph analysis for better unit tests (#​6727)
  • [fix] error when using paths.base and import assets (#​6769)

v1.0.0-next.481

Compare Source

Patch Changes
  • [fix] docs links in generated and published types (#​6741)

v1.0.0-next.480

Compare Source

Patch Changes
  • [breaking] make action passed to enhance function a URL instead of a string (#​6678)

v1.0.0-next.479

Compare Source

Patch Changes
  • [breaking] request creation cleanup (#​6681)
  • [breaking] limit adapter-node request size (#​6684)

v1.0.0-next.478

Compare Source

Patch Changes
  • [breaking] hooks file renames; error shape defined through handleError (#​6675)
  • [breaking] remove element property; enhance can only be used on form elements (#​6662)

v1.0.0-next.477

Compare Source

Patch Changes
  • [breaking] prevent import of $lib/server modules in client-facing code (#​6623)
  • [breaking] change sveltekit.message to sveltekit.error.message (#​6659)
  • [breaking] apply 304 logic after handle, so handle receives original response from resolve (#​6639)

v1.0.0-next.476

Compare Source

Patch Changes
  • [breaking] change use:enhance signature to support <button formaction> (#​6633)

v1.0.0-next.475

Compare Source

Patch Changes
  • [feat] provide SubmitFunction type (#​6613)
  • [fix] address Vite warning when using base or asset path (#​6621)

v1.0.0-next.474

Compare Source

Patch Changes
  • [breaking] disallow default and named actions next to each other (#​6615)

v1.0.0-next.473

Compare Source

Patch Changes
  • [fix] pass form prop to pages (#​6611)

v1.0.0-next.472

Compare Source

Patch Changes
  • [breaking] add API for interacting with cookies (#​6593)
  • [breaking] Replace POST/PUT/PATCH/DELETE in +page.server.js with export const actions (#​6469)

v1.0.0-next.471

Compare Source

Patch Changes
  • [breaking] Allow users to designate modules as server-only (#​6422)
  • [breaking] exclude headers from serialized responses by default, add filterSerializedResponseHeaders resolve option (#​6569)

v1.0.0-next.470

Compare Source

Patch Changes
  • Bump vite-plugin-svelte and required vite version (#​6583)
  • [feat] Support for $env/dynamic/* in Vite ecosystem tools (#​6454)
  • [breaking] Replace externalFetch with handleFetch (#​6565)

v1.0.0-next.469

Compare Source

Patch Changes
  • disable rollupOptions.output.hoistTransitiveImports by default (#​6560)

v1.0.0-next.468

Compare Source

Patch Changes
  • [breaking] simulate CORS errors in server-side fetch (#​6550)

v1.0.0-next.467

Compare Source

Patch Changes
  • [breaking] prevent server-side fetch from reading files with # character in the filename (#​6549)

v1.0.0-next.466

Compare Source

Patch Changes
  • [breaking] change Navigation type to include from/to.params and from/to.routeId (#​6552)
  • Warn about incorrect data-sveltekit-x values (#​6546)

v1.0.0-next.465

Compare Source

Patch Changes
  • [feat] add type to navigation object (#​6537)

v1.0.0-next.464

Compare Source

Patch Changes
  • Fix server manifest generation (#​6507)
  • Silently skip prefetching of external URLs when using data-sveltekit-prefetch. Warn like before when calling prefetch() for external URLs. (#​6518)

v1.0.0-next.463

Compare Source

Patch Changes
  • fix peer dependency warning on vite-3.1.0-beta.1 (#​6512)
  • [breaking] respect cache-control max-age on the client for initially fetched responses (#​6461)

v1.0.0-next.462

Compare Source

Patch Changes
  • [breaking] block cross-site form POSTs by default. disable with config.kit.csrf.checkOrigin (#​6510)

v1.0.0-next.461

Compare Source

Patch Changes
  • [breaking] call invalidate(fn) predicates with a URL instead of a string (#​6493)
  • Prefer JSON responses when returning errors if accept header is */* (#​6497)
  • [breaking] replace invalidate() with invalidateAll() (#​6493)

v1.0.0-next.460

Compare Source

Patch Changes
  • [breaking] Remove sveltekit:start event (#​6484)

v1.0.0-next.459

Compare Source

Patch Changes
  • Prevent validation_errors from being serialized twice (#​6468)

v1.0.0-next.458

Compare Source

Patch Changes
  • [breaking] catch and render raw response when unexpected error occurs in endpoint (#​6434)

v1.0.0-next.457

Compare Source

Patch Changes
  • Print error if resolveOpts.ssr is set (#​6475)

v1.0.0-next.456

Compare Source

Patch Changes
  • Apply data-sveltekit-prefetch/noscroll/reload to all child <a> elements (#​6442)
  • [fix] Saving the root route will write types now (#​6450)

v1.0.0-next.455

Compare Source

Patch Changes
  • bump vite-plugin-svelte to 1.0.3 to fix an issue with svelte-inspector in vite 3.1 (#​6443)
  • [chore] bump ts version and ensure it works with latest changes (#​6428)
  • [breaking] ssr/hydrate/router/prerender.default are now configurable in +page(.server).js and +layout(.server).js (#​6197)
  • [breaking] add error.html page, rename kit.config.files.template to kit.config.files.appTemplate (#​6367)
  • [breaking] merge resolve options when using sequence helper (#​6401)
  • [breaking] replace router/hydrate page options with csr (#​6446)
  • [breaking] add prerender = 'auto' option, and extend prerender option to endpoints (#​6392)

v1.0.0-next.454

Compare Source

Patch Changes
  • [breaking] Replace sveltekit:* with valid HTML attributes like data-sveltekit-* (#​6170)

v1.0.0-next.453

Compare Source

Patch Changes
  • Include type descriptions for ambient declarations (#​6416)

v1.0.0-next.452

Compare Source

Patch Changes
  • [breaking] remove App.PrivateEnv and App.PublicEnv in favour of generated types (#​6413)

v1.0.0-next.451

Compare Source

Patch Changes
  • Prevent infinite reloads on / when root +layout.server.js exports load (#​6405)

v1.0.0-next.450

Compare Source

Patch Changes
  • [breaking] require Vite 3.1.0-beta.1 (#​6398)

v1.0.0-next.449

Compare Source

Patch Changes
  • [fix] silence unused type hints in generated proxy files (#​6391)

v1.0.0-next.448

Compare Source

Patch Changes
  • prevent test suites from getting published (#​6386)
  • [fix] remove unnecessary JSON serialization of server data (#​6382)
  • [breaking] require Node 16.14 (#​6388)

v1.0.0-next.447

Compare Source

Patch Changes
  • Use devalue to serialize server-only load return values (#​6318)

v1.0.0-next.446

Compare Source

Patch Changes
  • [fix] encode if root layout has server load (#​6352)

v1.0.0-next.445

Compare Source

Patch Changes
  • [breaking] rename $app/env to $app/environment, to disambiguate with $env/... (#​6334)

v1.0.0-next.444

Compare Source

Patch Changes
  • set errors on root component (#​6330)
  • [fix] do not call server and update $page.data unnecessarily (#​6311)

v1.0.0-next.443

Compare Source

Patch Changes
  • [fix] prevent unused types warning (#​6293)
  • [fix] don't reuse server load data from previous page if current doesn't have a load function (#​6309)

v1.0.0-next.442

Compare Source

Patch Changes
  • [fix] handle case where parent() refers to missing load function (#​6282)

v1.0.0-next.441

Compare Source

Patch Changes
  • [fix] Set errors prop on all layout/leaf components, not just page that happens to be deepest (#​6279)
  • Fix route sorting with groups (#​6288)

v1.0.0-next.440

Compare Source

Patch Changes
  • Correctly determine whether route uses server data (#​6275)

v1.0.0-next.439

Compare Source

Patch Changes
  • [feat] add App.PageData type (#​6226)

v1.0.0-next.438

Compare Source

Patch Changes
  • more granular URL property tracking during load (#​6237)
  • [breaking] change event.clientAddress to event.getClientAddress() (#​6237)
  • Remove all enumerable getters from RequestEvent and LoadEvent (#​6237)

v1.0.0-next.437

Compare Source

Patch Changes
  • [fix] only generate blank non-SSR pages when prerendering is enabled (#​6251)

v1.0.0-next.436

Compare Source

Patch Changes
  • [fix] prerender routes in a (group) (#​6232)

v1.0.0-next.435

Compare Source

Patch Changes
  • [fix] allow @ route breakouts to layouts in [foo] or (foo) directories (#​6224)

v1.0.0-next.434

Compare Source

Patch Changes
  • Always create $types for a route with a layout, leaf or endpoint (#​6222)

v1.0.0-next.433

Compare Source

Patch Changes
  • [feat] Moved hooks.js initialization from Server.respond into Server.init (#​6179)

v1.0.0-next.432

Compare Source

Patch Changes
  • [breaking] implement new layout system (see the PR for migration instructions) (#​6174)

v1.0.0-next.431

Compare Source

Patch Changes
  • [feat] Avoid running load on the server unnecessarily (#​6056)

v1.0.0-next.430

Compare Source

Patch Changes
  • [feat] Added config.kit.env.dir, which allows users to set a directory to search for .env files (#​6175)

v1.0.0-next.429

Compare Source

Patch Changes
  • [fix] Prevent import of $env/*/private in client (#​6018)
  • Fix vite.config.ts "Cannot find module '@​sveltejs/kit/vite' or its corresponding type declarations." (#​6140)

v1.0.0-next.428

Compare Source

Patch Changes
  • Allow $app/stores to be used from anywhere on the browser (#​6100)
  • use enumerable: false on "[x] no longer exists" getters so that they are not triggered by spreading (#​6105)
  • Fix pattern matching for routes starting with an encoded @ symbol (#​6110)
  • Fix typos in generating LayoutServerLoad.{name} type (#​6123)
  • Fix sorting of files into +layout, +error, everything else. (#​6108)
  • Add test folder to generated tsconfig (#​6085)

v1.0.0-next.427

Compare Source

Patch Changes
  • Throw error if browser.hydrate is false and browser.router is true (#​6086)

v1.0.0-next.426

Compare Source

Patch Changes
  • Avoid using [].at(-1) in the client (#​6082)

v1.0.0-next.425

Compare Source

Patch Changes
  • Silence more unknown prop warnings coming from SvelteKit (#​6078)

v1.0.0-next.424

Compare Source

Patch Changes
  • Generate types when Svelte file missing, fix layout params (#​6066)
  • Silence unknown prop warnings coming from SvelteKit (#​6071)

v1.0.0-next.423

Compare Source

Patch Changes
  • Accumulate data from parent layouts into export let data (#​6050)

v1.0.0-next.422

Compare Source

Patch Changes
  • [breaking] remove ability for +page.server.js to respond to GET requests with JSON (#​6007)
  • Handle throw error/redirect in +server.js (#​6028)
  • handle set-cookie in setHeaders (#​6033)
  • Handle windows paths and regexp chars in kit.alias (#​6034)
  • Make errors type in Action type less restrictive (#​6022)
  • Check that data is serializable (#​5987)
  • Fix parent data type for layouts referencing named layouts in the same folder (#​6025)

v1.0.0-next.421

Compare Source

Patch Changes
  • Respect export const prerender = false in +page.server.js (#​6012)

v1.0.0-next.420

Compare Source

Patch Changes
  • [fix] support linked @sveltejs/kit project in Vite 3.0.3+ (#​5861)

v1.0.0-next.419

Compare Source

Patch Changes
  • Return a 303 response when a POST handler provides a location (#​5989)
  • Generate __data.json files for server-side redirects when prerendering (#​5997)
  • [chore] remove chokidar as dependency of kit (#​5996)
  • Use relative asset paths where possible (#​4250)

v1.0.0-next.418

Compare Source

Patch Changes
  • Prevent double import of env modules (#​5955)
  • Tighten up params typings, fix load function typings, add event typings to generated types (#​5974)

v1.0.0-next.417

Compare Source

Patch Changes
  • Render pages without a .svelte file in their proper layout/error files (#​5972)

v1.0.0-next.416

Compare Source

Patch Changes
  • [fix] allow additional keys in svelte.config.js (#​5961)

v1.0.0-next.415

Compare Source

Patch Changes
  • [breaking] Remove session object (#​5946)

v1.0.0-next.414

Compare Source

Patch Changes
  • Correctly provide server parent data (#​5916)

v1.0.0-next.413

Compare Source

Patch Changes
  • [feat] $env/static/* are now virtual to prevent writing sensitive values to disk (#​5825)

v1.0.0-next.412

Compare Source

Patch Changes
  • Lazy load Svelte components to reenable no-ssr use cases (#​5930)

v1.0.0-next.411

Compare Source

Patch Changes
  • Hydration validation errors (#​5918)
  • Handle function without params when writing TS proxy (#​5928)
  • [fix] prevent Content-Length header from being incorrectly inherited by requests made from load's fetch during SSR (#​5922)
  • Provide helpful error message on invalid named layout reference (#​5912)

v1.0.0-next.410

Compare Source

Patch Changes
  • Fix generated path extension for AwaitedProperties (#​5917)

v1.0.0-next.409

Compare Source

Patch Changes
  • make generated type import path ends in .js (#​5907)

v1.0.0-next.408

Compare Source

Patch Changes
  • Only search for layout name in basename (#​5897)

v1.0.0-next.407

Compare Source

Patch Changes
  • Allow actions to return undefined (#​5892)
  • [fix] avoid manifest collisions (#​5874)
  • Make package command remove publishConfig.directory from generated package.json (#​5848)

v1.0.0-next.406

Compare Source

Patch Changes

v1.0.0-next.405

Compare Source

Patch Changes
  • Move compress logic to Builder API (#​5822)
  • [feat] implement Link header (#​5735)

v1.0.0-next.403

Compare Source

Patch Changes
  • [chore] upgrade to Undici 5.8.1 (#​5804)

v1.0.0-next.402

Compare Source

Patch Changes
  • [fix] Import analysis doesn't get stuck in an infinite loop when encountering cyclical imports (#​5794)

v1.0.0-next.401

Compare Source

Patch Changes
  • [fix] chdir to user's application directory before running postinstall sync (#​5771)

v1.0.0-next.400

Compare Source

Patch Changes

v1.0.0-next.399

Compare Source

Patch Changes
  • Use @​sveltejs/kit postinstall lifecycle hook to invoke 'svelte-kit sync' instead of prepare in projects created by create-svelte (#​5760)

v1.0.0-next.398

Compare Source

Patch Changes
  • Check url protocol to avoid mailto links navigated by kit in mobile devices (#​5726)
  • [fix] Windows correctly errors on $env/*/private imports (#​5739)
    [fix] Illegal module analysis in dev ignores non-js|ts|svelte files
  • [feat] include reference to @sveltejs/kit types in ambient file (#​5745)

v1.0.0-next.397

Compare Source

Patch Changes
  • load env before importing hooks during dev (#​5728)
  • Add DOM.Iterable to default tsconfig (#​5734)

v1.0.0-next.396

Compare Source

Patch Changes
  • [fix] Environment variable generated types (#​5719)

v1.0.0-next.395

Compare Source

Patch Changes
  • Add $env/static/private, $env/static/public, $env/dynamic/private and $env/dynamic/public modules (#​5663)

v1.0.0-next.394

Compare Source

Patch Changes
  • Set Vite's publicDir and correctly serve public assets earlier in pipeline (#​5686)

v1.0.0-next.393

Compare Source

Patch Changes
  • Prevent needless prop updates causing rerenders (#​5671)
  • Support custom Vite config locations (#​5705)
  • Prevent rerender when route state did not change (#​5654)

v1.0.0-next.392

Compare Source

Patch Changes
  • Revert publicDir change from 1.0.0-next.387 (#​5683)

v1.0.0-next.391

Compare Source

Patch Changes
  • [breaking] replace transformPage with transformPageChunk (#​5657)

v1.0.0-next.390

Compare Source

Patch Changes
  • [fix] vite dev no longer covers errors (#​5563)

v1.0.0-next.389

Compare Source

Patch Changes
  • Only normalise internal URLs (#​5645)

v1.0.0-next.388

Compare Source

Patch Changes
  • Reset stack traces to avoid double-fix (#​5644)

v1.0.0-next.387

Compare Source

Patch Changes
  • set Vite's publicDir option (#​5648)
  • Normalize paths inside prerenderer, so they are correct inside $service-worker (#​5641)

v1.0.0-next.386

Compare Source

Patch Changes
  • Ensure private cache when something is returned from getSession hook (#​5640)
  • [fix] transform link[rel=icon] to be absolute to avoid console error when navigating (#​5583)

v1.0.0-next.385

Compare Source

Patch Changes
  • Make 404 error more helpful if paths.base is missing (#​5622)
  • [fix] decode parameters on client (d02f1f25)
  • Add config.kit.prerender.origin (#​5627)

v1.0.0-next.384

Compare Source

Patch Changes

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.

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


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x branch from 9a2bfef to 5f29005 Compare October 18, 2021 17:15
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.0.0-next.184 Update dependency @sveltejs/kit to v1.0.0-next.185 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x branch from 5f29005 to e12b542 Compare March 7, 2022 13:11
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.0.0-next.185 Update dependency @sveltejs/kit to v1.0.0-next.294 Mar 7, 2022
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.0.0-next.294 Update dependency @sveltejs/kit to v1.0.0-next.303 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x branch from e12b542 to a46452e Compare March 26, 2022 15:00
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x branch from a46452e to 9b0b91a Compare April 24, 2022 21:30
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.0.0-next.303 Update dependency @sveltejs/kit to v1.0.0-next.320 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x branch from 9b0b91a to d78be41 Compare May 15, 2022 23:04
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.0.0-next.320 Update dependency @sveltejs/kit to v1.0.0-next.330 May 15, 2022
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x branch from d78be41 to fd62aeb Compare June 18, 2022 16:37
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.0.0-next.330 Update dependency @sveltejs/kit to v1.0.0-next.350 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x branch from fd62aeb to aa5e3bf Compare June 24, 2022 00:50
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.0.0-next.350 Update dependency @sveltejs/kit to v1.0.0-next.352 Jun 24, 2022
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x branch from aa5e3bf to 759856e Compare September 25, 2022 18:12
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.0.0-next.352 Update dependency @sveltejs/kit to v1.0.0-next.503 Sep 25, 2022
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.0.0-next.503 Update dependency @sveltejs/kit to v1.0.0-next.503 - autoclosed Nov 20, 2022
@renovate renovate bot closed this Nov 20, 2022
@renovate renovate bot deleted the renovate/sveltejs-kit-1.x branch November 20, 2022 14:55
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.

0 participants