apollographql/apollo-server (@apollo/server)
### [`v4.9.3`](https://togithub.com/apollographql/apollo-server/blob/HEAD/packages/server/CHANGELOG.md#493)
[Compare Source](https://togithub.com/apollographql/apollo-server/compare/@apollo/server@4.9.2...@apollo/server@4.9.3)
##### Patch Changes
- [`a1c725eaf`](https://togithub.com/apollographql/apollo-server/commit/a1c725eaf53c901e32a15057211bcb3eb6a6109b) Thanks [@trevor-scheer](https://togithub.com/trevor-scheer)! - Ensure API keys are valid header values on startup
Apollo Server previously performed no sanitization or validation of API keys on startup. In the case that an API key was provided which contained characters that are invalid as header values, Apollo Server could inadvertently log the API key in cleartext.
This only affected users who:
- Provide an API key with characters that are invalid as header values
- Use either schema or usage reporting
- Use the default fetcher provided by Apollo Server or configure their own `node-fetch` fetcher
Apollo Server now trims whitespace from API keys and validates that they are valid header values. If an invalid API key is provided, Apollo Server will throw an error on startup.
For more details, see the security advisory:
https://github.com/apollographql/apollo-server/security/advisories/GHSA-j5g3-5c8r-7qfx
apollographql/apollo-server (@apollo/server-integration-testsuite)
### [`v4.9.3`](https://togithub.com/apollographql/apollo-server/blob/HEAD/packages/integration-testsuite/CHANGELOG.md#493)
[Compare Source](https://togithub.com/apollographql/apollo-server/compare/@apollo/server-integration-testsuite@4.9.2...@apollo/server-integration-testsuite@4.9.3)
##### Patch Changes
- Updated dependencies \[[`a1c725eaf`](https://togithub.com/apollographql/apollo-server/commit/a1c725eaf53c901e32a15057211bcb3eb6a6109b)]:
- [@apollo/server](https://togithub.com/apollo/server)[@4](https://togithub.com/4).9.3
swc-project/swc (@swc/core)
### [`v1.3.82`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1382---2023-09-01)
[Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.81...v1.3.82)
##### Bug Fixes
- **(common)** Fix logic for excluding `FileName` from source maps ([#7900](https://togithub.com/swc-project/swc/issues/7900)) ([aa64955](https://togithub.com/swc-project/swc/commit/aa6495519b9271cb21d380c0c5a35fe79d31ee14))
- **(es/module)** Make `jsc.paths` fully resolve TypeScript files ([#7901](https://togithub.com/swc-project/swc/issues/7901)) ([c714dd2](https://togithub.com/swc-project/swc/commit/c714dd20dedfab60ac75de613d13c0f3af60a6c7))
- **(es/resolver)** Correctly resolve global value ([#7893](https://togithub.com/swc-project/swc/issues/7893)) ([2db10e9](https://togithub.com/swc-project/swc/commit/2db10e9fd1913b69cb088aaded2d587872e9f2bb))
### [`v1.3.81`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1381---2023-08-30)
[Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.80...v1.3.81)
##### Bug Fixes
- **(es/codegen)** Fix placing of comments of yield arguments ([#7858](https://togithub.com/swc-project/swc/issues/7858)) ([122d14c](https://togithub.com/swc-project/swc/commit/122d14c0d306d7c437f1ef0f6f375634ff5d7d1a))
- **(es/compat)** Apply transforms for explicit resource management ([#7881](https://togithub.com/swc-project/swc/issues/7881)) ([3180e68](https://togithub.com/swc-project/swc/commit/3180e68bf27fb95ff00bd24677ae7e96b3aa6c62))
- **(es/compat)** Make `SwitchCase` handler of `block-scoping` stateless ([#7888](https://togithub.com/swc-project/swc/issues/7888)) ([4b33d41](https://togithub.com/swc-project/swc/commit/4b33d41fabf841dfc31c6f44d94e4651239ab667))
- **(es/dep-graph)** Analyze import type children ([#7883](https://togithub.com/swc-project/swc/issues/7883)) ([057bd5f](https://togithub.com/swc-project/swc/commit/057bd5f3efe55077a5a8e7f627e80175c8af2bd0))
- **(es/minifier)** Report `is_fn_local` even if var is hoisted ([#7876](https://togithub.com/swc-project/swc/issues/7876)) ([87a47bf](https://togithub.com/swc-project/swc/commit/87a47bfb2c602f2ce7eb33f78612197e290518b8))
- **(es/module)** Don't create absolute paths for `jsc.paths` on Windows ([#7892](https://togithub.com/swc-project/swc/issues/7892)) ([5fbc251](https://togithub.com/swc-project/swc/commit/5fbc251db1cc1f7973ba780a6c4fc1cdce5ef40d))
- **(swc-info)** Use correct path while getting local package versions ([#7872](https://togithub.com/swc-project/swc/issues/7872)) ([67afaf1](https://togithub.com/swc-project/swc/commit/67afaf1f2db087518ac990c71de896c8e5e2a051))
##### Features
- **(es)** Add an option to disable builtin transforms ([#7873](https://togithub.com/swc-project/swc/issues/7873)) ([71d01ec](https://togithub.com/swc-project/swc/commit/71d01ec12772c2854a47947deceb6d1cab141289))
- **(es/ast)** Support import attributes proposal ([#7868](https://togithub.com/swc-project/swc/issues/7868)) ([4d3fcb8](https://togithub.com/swc-project/swc/commit/4d3fcb86e4843cf323a471537cc1ab3a26d054b1))
- **(es/preset-env)** Update data ([#7882](https://togithub.com/swc-project/swc/issues/7882)) ([a97d8b4](https://togithub.com/swc-project/swc/commit/a97d8b42b1f85c1f76ffadcabf6e9c85f0458d8d))
- **(swc-info)** Add a CLI to help issue reporting ([#7871](https://togithub.com/swc-project/swc/issues/7871)) ([d6952ea](https://togithub.com/swc-project/swc/commit/d6952ea687beb5b9aff1eae26076fa98ac94818b))
##### Miscellaneous Tasks
- **(deps)** Update `memchr` ([#7891](https://togithub.com/swc-project/swc/issues/7891)) ([01cbd6e](https://togithub.com/swc-project/swc/commit/01cbd6edbd37c95ece7ca20ad2f6c85d6c1b6e35))- **general**: Use `textarea` for `swc-info` ([eed2903](https://togithub.com/swc-project/swc/commit/eed290319e4a8128948ce07e76d11a01d2096a8b))
##### Performance
- **(es/transforms)** Remove wrong parallelism ([#7889](https://togithub.com/swc-project/swc/issues/7889)) ([a505012](https://togithub.com/swc-project/swc/commit/a50501255d2a91f2bbc1ce9767689dc4fad540cc))
##### Refactor
- **(es/minifier)** Remove `mutated` and `mutation_by_call_count` ([#7890](https://togithub.com/swc-project/swc/issues/7890)) ([8db968a](https://togithub.com/swc-project/swc/commit/8db968a25d508a0d28d15d556ad121951f39ae0d))
streetsidesoftware/cspell (cspell)
### [`v7.3.2`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/CHANGELOG.md#732-2023-09-01)
[Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v7.3.1...v7.3.2)
**Note:** Version bump only for package cspell-monorepo
### [`v7.3.1`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/CHANGELOG.md#731-2023-09-01)
[Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v7.3.0...v7.3.1)
**Note:** Version bump only for package cspell-monorepo
### [`v7.3.0`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/CHANGELOG.md#730-2023-08-31)
[Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v7.2.0...v7.3.0)
**Note:** Version bump only for package cspell-monorepo
### [`v7.2.0`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/CHANGELOG.md#720-2023-08-29)
[Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v7.1.1...v7.2.0)
**Note:** Version bump only for package cspell-monorepo
### [`v7.1.1`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/CHANGELOG.md#711-2023-08-28)
[Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v7.0.2...v7.1.1)
**Note:** Version bump only for package cspell-monorepo
### [`v7.0.2`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/CHANGELOG.md#702-2023-08-28)
[Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v7.0.1...v7.0.2)
**Note:** Version bump only for package cspell-monorepo
fastify/fastify (fastify)
### [`v4.22.2`](https://togithub.com/fastify/fastify/releases/tag/v4.22.2)
[Compare Source](https://togithub.com/fastify/fastify/compare/v4.22.1...v4.22.2)
A spurious file (a test run result) was added to the package, which was now removed.
### [`v4.22.1`](https://togithub.com/fastify/fastify/releases/tag/v4.22.1)
[Compare Source](https://togithub.com/fastify/fastify/compare/v4.22.0...v4.22.1)
#### What's Changed
- chore: Bump the dev-dependencies group with 1 update by [@dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify/pull/5002](https://togithub.com/fastify/fastify/pull/5002)
- docs(ecosystem): add fastify-rabbitmq to ecosystem.md by [@Bugs5382](https://togithub.com/Bugs5382) in [https://github.com/fastify/fastify/pull/5000](https://togithub.com/fastify/fastify/pull/5000)
- docs(ecosystem): add `@fastify/throttle` to core list by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5004](https://togithub.com/fastify/fastify/pull/5004)
- fix: typos by [@Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5006](https://togithub.com/fastify/fastify/pull/5006)
- docs: typo on catch statement inside Postgrator migration example by [@alessandrob88](https://togithub.com/alessandrob88) in [https://github.com/fastify/fastify/pull/5007](https://togithub.com/fastify/fastify/pull/5007)
- fix: post async regression with empty body by [@mcollina](https://togithub.com/mcollina) in [https://github.com/fastify/fastify/pull/5008](https://togithub.com/fastify/fastify/pull/5008)
#### New Contributors
- [@Bugs5382](https://togithub.com/Bugs5382) made their first contribution in [https://github.com/fastify/fastify/pull/5000](https://togithub.com/fastify/fastify/pull/5000)
- [@alessandrob88](https://togithub.com/alessandrob88) made their first contribution in [https://github.com/fastify/fastify/pull/5007](https://togithub.com/fastify/fastify/pull/5007)
**Full Changelog**: https://github.com/fastify/fastify/compare/v4.22.0...v4.22.1
prettier/prettier (prettier)
### [`v3.0.3`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#303)
[Compare Source](https://togithub.com/prettier/prettier/compare/3.0.2...3.0.3)
[diff](https://togithub.com/prettier/prettier/compare/3.0.2...3.0.3)
##### Add `preferUnplugged: true` to `package.json` ([#15169](https://togithub.com/prettier/prettier/pull/15169) by [@fisker](https://togithub.com/fisker) and [@so1ve](https://togithub.com/so1ve))
Prettier v3 uses dynamic imports, user [will need to unplug Prettier](https://togithub.com/yarnpkg/berry/pull/5411#issuecomment-1523502224) when Yarn's PnP mode is enabled, add [`preferUnplugged: true`](https://yarnpkg.com/configuration/manifest#preferUnplugged) to `package.json`, so Yarn will install Prettier as unplug by default.
##### Support shared config that forbids `require()` ([#15233](https://togithub.com/prettier/prettier/pull/15233) by [@fisker](https://togithub.com/fisker))
If an external shared config package is used, and the package `exports` don't have `require` or `default` export.
In Prettier 3.0.2 Prettier fails when attempt to `require()` the package, and throws an error.
```text
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in /package.json
```
##### Allow argument of `require()` to break ([#15256](https://togithub.com/prettier/prettier/pull/15256) by [@fisker](https://togithub.com/fisker))
```jsx
// Input
const plugin = require(
global.STANDALONE
? path.join(__dirname, "../standalone.js")
: path.join(__dirname, "..")
);
// Prettier 3.0.2
const plugin = require(global.STANDALONE
? path.join(__dirname, "../standalone.js")
: path.join(__dirname, ".."));
// Prettier 3.0.3
const plugin = require(
global.STANDALONE
? path.join(__dirname, "../standalone.js")
: path.join(__dirname, "..")
);
```
##### Do not print trailing commas in arrow function type parameter lists in `ts` code blocks ([#15286](https://togithub.com/prettier/prettier/pull/15286) by [@sosukesuzuki](https://togithub.com/sosukesuzuki))
````md
```ts
const foo = () => {}
```
```ts
const foo = () => {}
```
```ts
const foo = () => {}
```
````
##### Support TypeScript 5.2 `using` / `await using` declaration ([#15321](https://togithub.com/prettier/prettier/pull/15321) by [@sosukesuzuki](https://togithub.com/sosukesuzuki))
Support for the upcoming Explicit Resource Management feature in ECMAScript. [`using` / `await using` declaration](https://devblogs.microsoft.com/typescript/announcing-typescript-5-2/#using-declarations-and-explicit-resource-management)
```tsx
{
using foo = new Foo();
await using bar = new Bar();
}
```
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR contains the following updates:
4.9.2
->4.9.3
4.9.2
->4.9.3
1.3.80
->1.3.82
16.18.46
->16.18.47
7.0.1
->7.3.2
4.22.0
->4.22.2
3.0.2
->3.0.3
Release Notes
apollographql/apollo-server (@apollo/server)
### [`v4.9.3`](https://togithub.com/apollographql/apollo-server/blob/HEAD/packages/server/CHANGELOG.md#493) [Compare Source](https://togithub.com/apollographql/apollo-server/compare/@apollo/server@4.9.2...@apollo/server@4.9.3) ##### Patch Changes - [`a1c725eaf`](https://togithub.com/apollographql/apollo-server/commit/a1c725eaf53c901e32a15057211bcb3eb6a6109b) Thanks [@trevor-scheer](https://togithub.com/trevor-scheer)! - Ensure API keys are valid header values on startup Apollo Server previously performed no sanitization or validation of API keys on startup. In the case that an API key was provided which contained characters that are invalid as header values, Apollo Server could inadvertently log the API key in cleartext. This only affected users who: - Provide an API key with characters that are invalid as header values - Use either schema or usage reporting - Use the default fetcher provided by Apollo Server or configure their own `node-fetch` fetcher Apollo Server now trims whitespace from API keys and validates that they are valid header values. If an invalid API key is provided, Apollo Server will throw an error on startup. For more details, see the security advisory: https://github.com/apollographql/apollo-server/security/advisories/GHSA-j5g3-5c8r-7qfxapollographql/apollo-server (@apollo/server-integration-testsuite)
### [`v4.9.3`](https://togithub.com/apollographql/apollo-server/blob/HEAD/packages/integration-testsuite/CHANGELOG.md#493) [Compare Source](https://togithub.com/apollographql/apollo-server/compare/@apollo/server-integration-testsuite@4.9.2...@apollo/server-integration-testsuite@4.9.3) ##### Patch Changes - Updated dependencies \[[`a1c725eaf`](https://togithub.com/apollographql/apollo-server/commit/a1c725eaf53c901e32a15057211bcb3eb6a6109b)]: - [@apollo/server](https://togithub.com/apollo/server)[@4](https://togithub.com/4).9.3swc-project/swc (@swc/core)
### [`v1.3.82`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1382---2023-09-01) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.81...v1.3.82) ##### Bug Fixes - **(common)** Fix logic for excluding `FileName` from source maps ([#7900](https://togithub.com/swc-project/swc/issues/7900)) ([aa64955](https://togithub.com/swc-project/swc/commit/aa6495519b9271cb21d380c0c5a35fe79d31ee14)) - **(es/module)** Make `jsc.paths` fully resolve TypeScript files ([#7901](https://togithub.com/swc-project/swc/issues/7901)) ([c714dd2](https://togithub.com/swc-project/swc/commit/c714dd20dedfab60ac75de613d13c0f3af60a6c7)) - **(es/resolver)** Correctly resolve global value ([#7893](https://togithub.com/swc-project/swc/issues/7893)) ([2db10e9](https://togithub.com/swc-project/swc/commit/2db10e9fd1913b69cb088aaded2d587872e9f2bb)) ### [`v1.3.81`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1381---2023-08-30) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.80...v1.3.81) ##### Bug Fixes - **(es/codegen)** Fix placing of comments of yield arguments ([#7858](https://togithub.com/swc-project/swc/issues/7858)) ([122d14c](https://togithub.com/swc-project/swc/commit/122d14c0d306d7c437f1ef0f6f375634ff5d7d1a)) - **(es/compat)** Apply transforms for explicit resource management ([#7881](https://togithub.com/swc-project/swc/issues/7881)) ([3180e68](https://togithub.com/swc-project/swc/commit/3180e68bf27fb95ff00bd24677ae7e96b3aa6c62)) - **(es/compat)** Make `SwitchCase` handler of `block-scoping` stateless ([#7888](https://togithub.com/swc-project/swc/issues/7888)) ([4b33d41](https://togithub.com/swc-project/swc/commit/4b33d41fabf841dfc31c6f44d94e4651239ab667)) - **(es/dep-graph)** Analyze import type children ([#7883](https://togithub.com/swc-project/swc/issues/7883)) ([057bd5f](https://togithub.com/swc-project/swc/commit/057bd5f3efe55077a5a8e7f627e80175c8af2bd0)) - **(es/minifier)** Report `is_fn_local` even if var is hoisted ([#7876](https://togithub.com/swc-project/swc/issues/7876)) ([87a47bf](https://togithub.com/swc-project/swc/commit/87a47bfb2c602f2ce7eb33f78612197e290518b8)) - **(es/module)** Don't create absolute paths for `jsc.paths` on Windows ([#7892](https://togithub.com/swc-project/swc/issues/7892)) ([5fbc251](https://togithub.com/swc-project/swc/commit/5fbc251db1cc1f7973ba780a6c4fc1cdce5ef40d)) - **(swc-info)** Use correct path while getting local package versions ([#7872](https://togithub.com/swc-project/swc/issues/7872)) ([67afaf1](https://togithub.com/swc-project/swc/commit/67afaf1f2db087518ac990c71de896c8e5e2a051)) ##### Features - **(es)** Add an option to disable builtin transforms ([#7873](https://togithub.com/swc-project/swc/issues/7873)) ([71d01ec](https://togithub.com/swc-project/swc/commit/71d01ec12772c2854a47947deceb6d1cab141289)) - **(es/ast)** Support import attributes proposal ([#7868](https://togithub.com/swc-project/swc/issues/7868)) ([4d3fcb8](https://togithub.com/swc-project/swc/commit/4d3fcb86e4843cf323a471537cc1ab3a26d054b1)) - **(es/preset-env)** Update data ([#7882](https://togithub.com/swc-project/swc/issues/7882)) ([a97d8b4](https://togithub.com/swc-project/swc/commit/a97d8b42b1f85c1f76ffadcabf6e9c85f0458d8d)) - **(swc-info)** Add a CLI to help issue reporting ([#7871](https://togithub.com/swc-project/swc/issues/7871)) ([d6952ea](https://togithub.com/swc-project/swc/commit/d6952ea687beb5b9aff1eae26076fa98ac94818b)) ##### Miscellaneous Tasks - **(deps)** Update `memchr` ([#7891](https://togithub.com/swc-project/swc/issues/7891)) ([01cbd6e](https://togithub.com/swc-project/swc/commit/01cbd6edbd37c95ece7ca20ad2f6c85d6c1b6e35))- **general**: Use `textarea` for `swc-info` ([eed2903](https://togithub.com/swc-project/swc/commit/eed290319e4a8128948ce07e76d11a01d2096a8b)) ##### Performance - **(es/transforms)** Remove wrong parallelism ([#7889](https://togithub.com/swc-project/swc/issues/7889)) ([a505012](https://togithub.com/swc-project/swc/commit/a50501255d2a91f2bbc1ce9767689dc4fad540cc)) ##### Refactor - **(es/minifier)** Remove `mutated` and `mutation_by_call_count` ([#7890](https://togithub.com/swc-project/swc/issues/7890)) ([8db968a](https://togithub.com/swc-project/swc/commit/8db968a25d508a0d28d15d556ad121951f39ae0d))streetsidesoftware/cspell (cspell)
### [`v7.3.2`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/CHANGELOG.md#732-2023-09-01) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v7.3.1...v7.3.2) **Note:** Version bump only for package cspell-monorepo ### [`v7.3.1`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/CHANGELOG.md#731-2023-09-01) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v7.3.0...v7.3.1) **Note:** Version bump only for package cspell-monorepo ### [`v7.3.0`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/CHANGELOG.md#730-2023-08-31) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v7.2.0...v7.3.0) **Note:** Version bump only for package cspell-monorepo ### [`v7.2.0`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/CHANGELOG.md#720-2023-08-29) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v7.1.1...v7.2.0) **Note:** Version bump only for package cspell-monorepo ### [`v7.1.1`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/CHANGELOG.md#711-2023-08-28) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v7.0.2...v7.1.1) **Note:** Version bump only for package cspell-monorepo ### [`v7.0.2`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/CHANGELOG.md#702-2023-08-28) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v7.0.1...v7.0.2) **Note:** Version bump only for package cspell-monorepofastify/fastify (fastify)
### [`v4.22.2`](https://togithub.com/fastify/fastify/releases/tag/v4.22.2) [Compare Source](https://togithub.com/fastify/fastify/compare/v4.22.1...v4.22.2) A spurious file (a test run result) was added to the package, which was now removed. ### [`v4.22.1`](https://togithub.com/fastify/fastify/releases/tag/v4.22.1) [Compare Source](https://togithub.com/fastify/fastify/compare/v4.22.0...v4.22.1) #### What's Changed - chore: Bump the dev-dependencies group with 1 update by [@dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify/pull/5002](https://togithub.com/fastify/fastify/pull/5002) - docs(ecosystem): add fastify-rabbitmq to ecosystem.md by [@Bugs5382](https://togithub.com/Bugs5382) in [https://github.com/fastify/fastify/pull/5000](https://togithub.com/fastify/fastify/pull/5000) - docs(ecosystem): add `@fastify/throttle` to core list by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5004](https://togithub.com/fastify/fastify/pull/5004) - fix: typos by [@Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5006](https://togithub.com/fastify/fastify/pull/5006) - docs: typo on catch statement inside Postgrator migration example by [@alessandrob88](https://togithub.com/alessandrob88) in [https://github.com/fastify/fastify/pull/5007](https://togithub.com/fastify/fastify/pull/5007) - fix: post async regression with empty body by [@mcollina](https://togithub.com/mcollina) in [https://github.com/fastify/fastify/pull/5008](https://togithub.com/fastify/fastify/pull/5008) #### New Contributors - [@Bugs5382](https://togithub.com/Bugs5382) made their first contribution in [https://github.com/fastify/fastify/pull/5000](https://togithub.com/fastify/fastify/pull/5000) - [@alessandrob88](https://togithub.com/alessandrob88) made their first contribution in [https://github.com/fastify/fastify/pull/5007](https://togithub.com/fastify/fastify/pull/5007) **Full Changelog**: https://github.com/fastify/fastify/compare/v4.22.0...v4.22.1prettier/prettier (prettier)
### [`v3.0.3`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#303) [Compare Source](https://togithub.com/prettier/prettier/compare/3.0.2...3.0.3) [diff](https://togithub.com/prettier/prettier/compare/3.0.2...3.0.3) ##### Add `preferUnplugged: true` to `package.json` ([#15169](https://togithub.com/prettier/prettier/pull/15169) by [@fisker](https://togithub.com/fisker) and [@so1ve](https://togithub.com/so1ve)) Prettier v3 uses dynamic imports, user [will need to unplug Prettier](https://togithub.com/yarnpkg/berry/pull/5411#issuecomment-1523502224) when Yarn's PnP mode is enabled, add [`preferUnplugged: true`](https://yarnpkg.com/configuration/manifest#preferUnplugged) to `package.json`, so Yarn will install Prettier as unplug by default. ##### Support shared config that forbids `require()` ([#15233](https://togithub.com/prettier/prettier/pull/15233) by [@fisker](https://togithub.com/fisker)) If an external shared config package is used, and the package `exports` don't have `require` or `default` export. In Prettier 3.0.2 Prettier fails when attempt to `require()` the package, and throws an error. ```text Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined inConfiguration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.