Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix renovate config #1069

Merged
merged 1 commit into from
Mar 5, 2019
Merged

Fix renovate config #1069

merged 1 commit into from
Mar 5, 2019

Conversation

trevor-scheer
Copy link
Member

See docs for reference:
https://renovatebot.com/docs/configuration-options/#engines

Only node is supported, and requires a JSON object.

Fixes #1060

TODO:

  • Update CHANGELOG.md* with your change (include reference to issue & this PR)
  • Make sure all of the significant new logic is covered by tests
  • Rebase your changes on master so that they can be merged easily
  • Make sure all tests and linter rules pass

*Make sure changelog entries note which project(s) has been affected. See older entries for examples on what this looks like.

@trevor-scheer trevor-scheer merged commit ef5d2c6 into master Mar 5, 2019
@trevor-scheer trevor-scheer deleted the trevor/fix-renovate-config branch March 5, 2019 21:38
abernix added a commit that referenced this pull request Mar 8, 2019
This follows up on @trevor-sheer's #951, which switched to exact pinning for
all deps in the `apollo` CLI.

As the #951 PR body notes, we want exactly that for `apollo`, however using
the `rangeStrategy` of `pin` also includes renovation of the `engines`
setting in `package.json`, which we don't want and resulted in
#1078 which also
exact-pinned `engines` for `node` and `npm`.  (screenshot as it will change
after this PR: https://c.jro.cc/ac9256ebf6ae).

I think @trevor-sheer tried to fix this with #889 and #1069, but I believe
this would be the more complete solution to that configuration.

The #951 which prompted this commit message didn't and won't land, but it's
currently immortal and we want it to go away.  It's existence, as it makes
clear in the PR body, is defined by configuration though.

Specifically, the default Renovate configuration on this repository uses the
`renovate-config-apollo-open-source` defaults. i.e.:

https://github.com/apollographql/renovate-config-apollo-open-source/blob/master/package.json

That default specifies we extend `:pinOnlyDevDependencies`:

https://github.com/apollographql/renovate-config-apollo-open-source/blob/master/package.json#L14

And that `:pinOnlyDevDependencies` is defined as:

https://renovatebot.com/docs/presets-default/#pinonlydevdependencies

This changes to the more appropriate `:pinAllExceptPeerDependencies`:

https://renovatebot.com/docs/presets-default/#pinallexceptpeerdependencies

...which excludes `engines`.
abernix added a commit that referenced this pull request Mar 8, 2019
This follows up on @trevor-sheer's #951, which switched to exact pinning for
all deps in the `apollo` CLI.

As the #951 PR body notes, we want exactly that for `apollo`, however using
the `rangeStrategy` of `pin` also includes renovation of the `engines`
setting in `package.json`, which we don't want and resulted in
#1078 which also
exact-pinned `engines` for `node` and `npm`.  (screenshot as it will change
after this PR: https://c.jro.cc/ac9256ebf6ae).

I think @trevor-sheer tried to fix this with #889 and #1069, but I believe
this would be the more complete solution to that configuration.

The #951 which prompted this commit message didn't and won't land, but it's
currently immortal and we want it to go away.  It's existence, as it makes
clear in the PR body, is defined by configuration though.

Specifically, the default Renovate configuration on this repository uses the
`renovate-config-apollo-open-source` defaults. i.e.:

https://github.com/apollographql/renovate-config-apollo-open-source/blob/master/package.json

That default specifies we extend `:pinOnlyDevDependencies`:

https://github.com/apollographql/renovate-config-apollo-open-source/blob/master/package.json#L14

And that `:pinOnlyDevDependencies` is defined as:

https://renovatebot.com/docs/presets-default/#pinonlydevdependencies

This changes to the more appropriate `:pinAllExceptPeerDependencies`:

https://renovatebot.com/docs/presets-default/#pinallexceptpeerdependencies

...which excludes `engines`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant