Skip to content

Commit

Permalink
fix(deps): bump find-my-way from 8.2.0 to 8.2.2 and vite from 5.2.10 …
Browse files Browse the repository at this point in the history
…to 5.4.6 (#6828)

* ci: pin deno for integration tests

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

* test: increase timeout for deploy test using next site

* chore(deps): bump find-my-way from 8.2.0 to 8.2.2

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] <support@github.com>

* chore(deps): bump vite from 5.2.10 to 5.4.6

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] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
pieh and dependabot[bot] authored Sep 19, 2024
1 parent 7089c02 commit 04567fb
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 384 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- name: Install core dependencies
run: npm ci --no-audit
if: '${{!steps.release-check.outputs.IS_RELEASE}}'
Expand Down
Loading

0 comments on commit 04567fb

Please sign in to comment.