Skip to content

Commit

Permalink
Retext anf quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
arturi committed Dec 24, 2023
1 parent 6f9ebad commit 33fefef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .remarkrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ const retextPreset = [
'simply',
],
})
.use(retextProfanities, { sureness: 1 })
.use(retextProfanities, { sureness: 1, ignore: [
'black',
] })
.use(retextQuotes)
.use(retextSimplify, {
ignore: [
Expand Down
8 changes: 4 additions & 4 deletions blog/2023-12-3.13-3.21.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ and more.
## Typescript

We are excited to announce that we are working hard to refactor Uppy Core and
all of the plugins source files to TypeScript. We have a build setup in place
all plugins source files to TypeScript. We have a build setup in place
that temporarily supports both `.ts` and `.js` files in our monorepo. And a
helper utility that takes a package name and does the initial renaming and
Typescript config. Then we go through the list of plugins one by one. We begun
Expand Down Expand Up @@ -120,7 +120,7 @@ Other notable changes and fixes:

- Allow dynamic S3 bucket
- Companion+client stability fixes, error handling and retries
- Catch "invalid initialization vector" instead of crashing
- Catch invalid initialization vector instead of crashing
- Added Onedrive refresh tokens
- Fixed `authProvider` property inconsistency
- Fixed accelerated endpoints for presigned POST
Expand All @@ -140,8 +140,8 @@ Other notable changes and fixes:
- Added missing credentialsURL for box
- Added test endpoint for dynamic oauth creds
- Added Companion OAuth Key type
- Aliased "removeListener" as "off" in Redis emitter
- Utilize user-defined `onSuccess`, `onError`, and `onProgress` callbacks in
- Aliased removeListener as off in Redis emitter
- Use user-defined `onSuccess`, `onError`, and `onProgress` callbacks in
`@uppy/tus`
- Invoke headers function for remote uploads
- Send certain Onedrive errors to the user
Expand Down

0 comments on commit 33fefef

Please sign in to comment.