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(deps): bump find-my-way from 8.2.0 to 8.2.2 and vite from 5.2.10 to 5.4.6 #6828

Merged
merged 4 commits into from
Sep 19, 2024

Conversation

pieh
Copy link
Contributor

@pieh pieh commented Sep 19, 2024

🎉 Thanks for submitting a pull request! 🎉

Summary

Contains #6824 + #6822 + some test adjustments to decrease some flakiness


For us to review and ship your PR efficiently, please perform the following steps:

  • Open a bug/issue before writing your code 🧑‍💻. This ensures we can discuss the changes and get feedback from everyone that should be involved. If you`re fixing a typo or something that`s on fire 🔥 (e.g. incident related), you can skip this step.
  • Read the contribution guidelines 📖. This ensures your code follows our style guide and
    passes our tests.
  • Update or add tests (if any source code was changed or added) 🧪
  • Update or add documentation (if features were changed or added) 📝
  • Make sure the status checks below are successful ✅

A picture of a cute animal (not mandatory, but encouraged)

pieh and others added 4 commits September 19, 2024 19:28
const DENO_VERSION_RANGE = '1.37.0 - 1.44.4'

Latest is 1.46.3 now, so CLI tries to download one instead of using one we install ourselves in GHA and that is very flaky in Windows tests
Bumps [find-my-way](https://github.com/delvedor/find-my-way) from 8.2.0 to 8.2.2.
- [Release notes](https://github.com/delvedor/find-my-way/releases)
- [Commits](delvedor/find-my-way@v8.2.0...v8.2.2)

---
updated-dependencies:
- dependency-name: find-my-way
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@@ -62,7 +62,7 @@ jobs:
uses: denoland/setup-deno@v1
if: '${{!steps.release-check.outputs.IS_RELEASE}}'
with:
deno-version: v1.x
deno-version: v1.44.4
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Our supported deno version range is:

const DENO_VERSION_RANGE = '1.37.0 - 1.44.4'

Latest is 1.46.3 now, so CLI tries to download one instead of using one we install ourselves in GHA and that is very flaky in Windows tests, so instead let's install Deno version that matches supported range in first place

test<FixtureTestContext>(
'should run deploy with --build without any netlify specific configuration',
{
timeout: 300_000,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This seems to often timeout in windows tests, so just increasing timeout here

@pieh pieh changed the title ci: pin deno for integration tests chore(deps): bump find-my-way from 8.2.0 to 8.2.2 and vite from 5.2.10 to 5.4.6 Sep 19, 2024
@pieh pieh marked this pull request as ready for review September 19, 2024 18:04
@pieh pieh requested a review from a team as a code owner September 19, 2024 18:04
Copy link
Contributor

@serhalp serhalp left a comment

Choose a reason for hiding this comment

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

🎉

@serhalp serhalp changed the title chore(deps): bump find-my-way from 8.2.0 to 8.2.2 and vite from 5.2.10 to 5.4.6 fix(deps): bump find-my-way from 8.2.0 to 8.2.2 and vite from 5.2.10 to 5.4.6 Sep 19, 2024
@pieh pieh merged commit 04567fb into main Sep 19, 2024
48 checks passed
@pieh pieh deleted the pieh-patch-2 branch September 19, 2024 18: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