-
Notifications
You must be signed in to change notification settings - Fork 362
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
Conversation
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]>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.10 to 5.4.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite) --- updated-dependencies: - dependency-name: vite 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 |
There was a problem hiding this comment.
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, |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
🎉 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:
passes our tests.
A picture of a cute animal (not mandatory, but encouraged)