Changelog
*Sourced from [apollo's changelog](https://github.com/apollographql/apollo-tooling/blob/master/CHANGELOG.md).*
> ## `apollo@2.19.1`
>
> - `apollo@2.19.1`
> - Support custom frontend and historic parameters for federated service:check
> - `apollo-codegen-swift@0.35.10`
> - Ensure fields named `self` don't cause compilation errors in the generated code [#1533](https://github-redirect.dependabot.com/apollographql/apollo-tooling/pull/1533)
> - Preserve leading/trailing underscores on field names [#1533](https://github-redirect.dependabot.com/apollographql/apollo-tooling/pull/1533)
> - Allow generated code to be compiled without a module umbrella header [#1248](https://github-redirect.dependabot.com/apollographql/apollo-tooling/pull/1248)
Commits
- [`9bd51ce`](https://github.com/apollographql/apollo-tooling/commit/9bd51ce2762a14d65a28ba8c20aa48a0ab0e45f0) Release
- [`99e9451`](https://github.com/apollographql/apollo-tooling/commit/99e9451f5d5b41ad9d29ed105e017177ea5c7450) support frontend and historic parameters for service:check with federation (#...
- [`c95e1a7`](https://github.com/apollographql/apollo-tooling/commit/c95e1a7dcb90bad0dd1e5ede9e3812d57d271f4b) Merge pull request [#1248](https://github-redirect.dependabot.com/apollographql/apollo-tooling/issues/1248) from dfed/dfed--import
- [`1d30068`](https://github.com/apollographql/apollo-tooling/commit/1d300686b18af729591423f13959678069c21940) fix link in changelog
- [`db8e31c`](https://github.com/apollographql/apollo-tooling/commit/db8e31cdd6d6517d084fda203e48e804b085f7f6) Update flag descriptions for multiple localSchemaFiles ([#1574](https://github-redirect.dependabot.com/apollographql/apollo-tooling/issues/1574))
- [`d02fd62`](https://github.com/apollographql/apollo-tooling/commit/d02fd62cdec3292cd9463d022364e282b6cbc69b) Import Foundation in codegen
- [`ff4cb06`](https://github.com/apollographql/apollo-tooling/commit/ff4cb0638dcd12e0df3825cc56e6fd8b4bbf03d0) Merge pull request [#1533](https://github-redirect.dependabot.com/apollographql/apollo-tooling/issues/1533) from lilyball/swift-self-field-in-init
- [`849ea70`](https://github.com/apollographql/apollo-tooling/commit/849ea70d28195ad8a03dbab5b1233c8bf6005a0d) swift: fix initializers with properties named `self`
- [`7962955`](https://github.com/apollographql/apollo-tooling/commit/79629554a747fa69035c56fe88fe363e107741b6) swift: add failing test for struct initializer with self field
- [`c5074b5`](https://github.com/apollographql/apollo-tooling/commit/c5074b52dbfd6d04c1dfe681e8f2929df3066d83) swift: preserve leading/trailing underscores on identifiers
- Additional commits viewable in [compare view](https://github.com/apollographql/apollo-tooling/compare/apollo@2.19.0...apollo@2.19.1)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps apollo from 2.19.0 to 2.19.1.
Changelog
*Sourced from [apollo's changelog](https://github.com/apollographql/apollo-tooling/blob/master/CHANGELOG.md).* > ## `apollo@2.19.1` > > - `apollo@2.19.1` > - Support custom frontend and historic parameters for federated service:check > - `apollo-codegen-swift@0.35.10` > - Ensure fields named `self` don't cause compilation errors in the generated code [#1533](https://github-redirect.dependabot.com/apollographql/apollo-tooling/pull/1533) > - Preserve leading/trailing underscores on field names [#1533](https://github-redirect.dependabot.com/apollographql/apollo-tooling/pull/1533) > - Allow generated code to be compiled without a module umbrella header [#1248](https://github-redirect.dependabot.com/apollographql/apollo-tooling/pull/1248)Commits
- [`9bd51ce`](https://github.com/apollographql/apollo-tooling/commit/9bd51ce2762a14d65a28ba8c20aa48a0ab0e45f0) Release - [`99e9451`](https://github.com/apollographql/apollo-tooling/commit/99e9451f5d5b41ad9d29ed105e017177ea5c7450) support frontend and historic parameters for service:check with federation (#... - [`c95e1a7`](https://github.com/apollographql/apollo-tooling/commit/c95e1a7dcb90bad0dd1e5ede9e3812d57d271f4b) Merge pull request [#1248](https://github-redirect.dependabot.com/apollographql/apollo-tooling/issues/1248) from dfed/dfed--import - [`1d30068`](https://github.com/apollographql/apollo-tooling/commit/1d300686b18af729591423f13959678069c21940) fix link in changelog - [`db8e31c`](https://github.com/apollographql/apollo-tooling/commit/db8e31cdd6d6517d084fda203e48e804b085f7f6) Update flag descriptions for multiple localSchemaFiles ([#1574](https://github-redirect.dependabot.com/apollographql/apollo-tooling/issues/1574)) - [`d02fd62`](https://github.com/apollographql/apollo-tooling/commit/d02fd62cdec3292cd9463d022364e282b6cbc69b) Import Foundation in codegen - [`ff4cb06`](https://github.com/apollographql/apollo-tooling/commit/ff4cb0638dcd12e0df3825cc56e6fd8b4bbf03d0) Merge pull request [#1533](https://github-redirect.dependabot.com/apollographql/apollo-tooling/issues/1533) from lilyball/swift-self-field-in-init - [`849ea70`](https://github.com/apollographql/apollo-tooling/commit/849ea70d28195ad8a03dbab5b1233c8bf6005a0d) swift: fix initializers with properties named `self` - [`7962955`](https://github.com/apollographql/apollo-tooling/commit/79629554a747fa69035c56fe88fe363e107741b6) swift: add failing test for struct initializer with self field - [`c5074b5`](https://github.com/apollographql/apollo-tooling/commit/c5074b52dbfd6d04c1dfe681e8f2929df3066d83) swift: preserve leading/trailing underscores on identifiers - Additional commits viewable in [compare view](https://github.com/apollographql/apollo-tooling/compare/apollo@2.19.0...apollo@2.19.1)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)