Procházet zdrojové kódy

prettier: 3.2.5 -> 3.3.2 (#5270)

Antoine du Hamel před 10 měsíci
rodič
revize
034ea16474

+ 2 - 3
docs/presets/remote-sources.mdx

@@ -128,9 +128,8 @@ fine.
 
 #### `companionCookiesRule`
 
-This option correlates to the [`Request.credentials` value][], which tells the
-plugin whether to send cookies to [Companion](/docs/companion) (`string`,
-default: `same-origin`).
+This option correlates to the [`Request.credentials` value][], which tells the plugin
+whether to send cookies to [Companion](/docs/companion) (`string`, default: `same-origin`).
 
 #### `target`
 

+ 3 - 4
docs/uploader/aws-s3-multipart.mdx

@@ -34,10 +34,9 @@ it uploads a single object as a set of parts. This has certain benefits, such as
 improved throughput (uploading parts in parallel) and quick recovery from
 network issues (only the failed parts need to be retried). The downside is
 request overhead, as it needs to do creation, signing (unless you are [signing
-on the client][]), and completion requests besides the upload requests. For
-example, if you are uploading files that are only a couple kilobytes with a
-100ms roundtrip latency, you are spending 400ms on overhead and only a few
-milliseconds on uploading.
+on the client][]), and completion requests besides the upload requests. For example,
+if you are uploading files that are only a couple kilobytes with a 100ms roundtrip
+latency, you are spending 400ms on overhead and only a few milliseconds on uploading.
 
 **In short**
 

+ 2 - 2
docs/uploader/tus.mdx

@@ -119,8 +119,8 @@ const headers = {
 ```
 
 Header values can also be derived from file data by providing a function. The
-function receives an [Uppy file][] and must return an object where the keys are
-header names, and values are header values.
+function receives an [Uppy file][] and must return an object where the keys are header
+names, and values are header values.
 
 ```js
 const headers = (file) => {

+ 2 - 2
docs/uploader/xhr.mdx

@@ -130,8 +130,8 @@ const headers = {
 ```
 
 Header values can also be derived from file data by providing a function. The
-function receives an [Uppy file][] and must return an object where the keys are
-header names, and values are header values.
+function receives an [Uppy file][] and must return an object where the keys are header
+names, and values are header values.
 
 ```js
 const headers = (file) => {

+ 3 - 3
yarn.lock

@@ -26299,11 +26299,11 @@ __metadata:
   linkType: hard
 
 "prettier@npm:^3.0.3":
-  version: 3.2.5
-  resolution: "prettier@npm:3.2.5"
+  version: 3.3.2
+  resolution: "prettier@npm:3.3.2"
   bin:
     prettier: bin/prettier.cjs
-  checksum: 10/d509f9da0b70e8cacc561a1911c0d99ec75117faed27b95cc8534cb2349667dee6351b0ca83fa9d5703f14127faa52b798de40f5705f02d843da133fc3aa416a
+  checksum: 10/83214e154afa5aa9b664c2506640212323eb1376b13379b2413dc351b7de0687629dca3f00ff2ec895ebd7e3a2adb7d7e231b6c77606e2358137f2150807405b
   languageName: node
   linkType: hard