#10921 58cdb31
Thanks @eddeee888! - Extend overwrite with overwrite.removeStaleFiles and overwrite.updateExistingFiles
overwrite was being used to both remove stale files in watch mode and update existing files.
Some plugins such as Server Preset may dynamically return files to write between watch runs (for
performance purposes).
The overwrite can now take an object with overwrite.removeStaleFiles and overwrite.updateExistingFiles fields to allow granular control over actions.
This is not a breaking change because overwrite=true|false still works.
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator) ([source](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli)) | [`7.2.0` → `7.3.0`](https://renovatebot.com/diffs/npm/@graphql-codegen%2fcli/7.2.0/7.3.0) |  |  |
---
### Release Notes
<details>
<summary>dotansimha/graphql-code-generator (@​graphql-codegen/cli)</summary>
### [`v7.3.0`](https://github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/graphql-codegen-cli/CHANGELOG.md#730)
[Compare Source](https://github.com/dotansimha/graphql-code-generator/compare/@graphql-codegen/cli@7.2.0...@graphql-codegen/cli@7.3.0)
##### Minor Changes
- [#​10921](https://github.com/dotansimha/graphql-code-generator/pull/10921)
[`58cdb31`](https://github.com/dotansimha/graphql-code-generator/commit/58cdb31a4acfa88a3cf7bfcf188de894495c7e1c)
Thanks [@​eddeee888](https://github.com/eddeee888)! - Extend `overwrite` with
`overwrite.removeStaleFiles` and `overwrite.updateExistingFiles`
`overwrite` was being used to both remove stale files in watch mode and update existing files.
Some plugins such as Server Preset may dynamically return files to write between watch runs (for
performance purposes).
The `overwrite` can now take an object with `overwrite.removeStaleFiles` and
`overwrite.updateExistingFiles` fields to allow granular control over actions.
This is not a breaking change because `overwrite=true|false` still works.
##### Patch Changes
- Updated dependencies
\[[`58cdb31`](https://github.com/dotansimha/graphql-code-generator/commit/58cdb31a4acfa88a3cf7bfcf188de894495c7e1c)]:
- [@​graphql-codegen/plugin-helpers](https://github.com/graphql-codegen/plugin-helpers)@​7.2.0
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zMS4wIiwidXBkYXRlZEluVmVyIjoiNDQuMzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
7.2.0→7.3.0Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/cli)
v7.3.0Compare Source
Minor Changes
#10921
58cdb31Thanks @eddeee888! - Extend
overwritewithoverwrite.removeStaleFilesandoverwrite.updateExistingFilesoverwritewas being used to both remove stale files in watch mode and update existing files.Some plugins such as Server Preset may dynamically return files to write between watch runs (for
performance purposes).
The
overwritecan now take an object withoverwrite.removeStaleFilesandoverwrite.updateExistingFilesfields to allow granular control over actions.This is not a breaking change because
overwrite=true|falsestill works.Patch Changes
[
58cdb31]:Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.