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 hardcoded deploymentId in tests & prettier behavior #1727

Merged
merged 3 commits into from
Apr 11, 2023

Conversation

amarthadan
Copy link
Contributor

@amarthadan amarthadan commented Apr 10, 2023

Backporting #1653 and #1656 to fix failing v0.10.1 release

Edit: For the love of god 🙈 Some npm dependency changed its requirement for the Node version (presumably without a major version bump) so I had to pin the npm version to 8.19.4 (currently the latest in the 8.x branch). This is needed only for 0.10 as we've switched to Node 18 in 0.11. The change should be fine but I will release snapshot packages for v0.10.1 again just to be on the safe side.

@amarthadan amarthadan requested a review from a team April 10, 2023 07:05
@amarthadan amarthadan self-assigned this Apr 10, 2023
Copy link
Contributor

@dcroote dcroote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Backport looks good.

...though at the risk of driving you even crazier on this release 😅 the failing documentation CI is real. Two airnode-examples integration links are broken for v0.10 because the URLs have master in them and the integrations were combined for v0.11 and therefore no longer exist. Specifically:

- [coingecko-signed-data](https://github.com/api3dao/airnode/tree/master/packages/airnode-examples/integrations/coingecko-signed-data) -

and

- [coingecko-testable](https://github.com/api3dao/airnode/tree/master/packages/airnode-examples/integrations/coingecko-testable) -

could be fixed by replacing master in the URL with v0.10, or I suppose with a local link e.g.

 - [coingecko-signed-data](integrations/coingecko-signed-data/README.md)

Which maybe we should do as part of a separate PR as well?

@amarthadan
Copy link
Contributor Author

amarthadan commented Apr 11, 2023

I know about that, I encountered it and commented on in #1703 (comment). I didn't consider it worth fixing TBH.

@amarthadan amarthadan merged commit fbb4b60 into v0.10 Apr 11, 2023
@amarthadan amarthadan deleted the backport-fixes branch April 11, 2023 06:21
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.

2 participants