Skip to content

Commit

Permalink
chore: bump webpack from 5.89.0 to 5.94.0 (#4578)
Browse files Browse the repository at this point in the history
* chore: bump webpack from 5.89.0 to 5.94.0

Bumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.89.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: update upload-artifact action

* chore: update nix action

* chore: update nix gh actions

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Juan P Lopez <[email protected]>
  • Loading branch information
dependabot[bot] and dolcalmi authored Sep 13, 2024
1 parent a6fa20b commit 8982040
Show file tree
Hide file tree
Showing 8 changed files with 210 additions and 468 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-code-and-unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
root-reserve-mb: 12288
temp-reserve-mb: 12288
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
uses: DeterminateSystems/nix-installer-action@v14
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
uses: DeterminateSystems/magic-nix-cache-action@v8
- uses: actions/checkout@v3
- name: Prepare buck2 test args from labels
id: prepare_args
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-sdls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
uses: DeterminateSystems/nix-installer-action@v14
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
uses: DeterminateSystems/magic-nix-cache-action@v8
- uses: actions/checkout@v4
- run: nix develop -c buck2 test //dev:check-sdls
6 changes: 3 additions & 3 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
temp-reserve-mb: 12288
- uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
uses: DeterminateSystems/nix-installer-action@v14
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Buck2 build
run: |
nix develop -c buck2 build //core/api //core/api-ws-server \
Expand All @@ -33,7 +33,7 @@ jobs:
run: mv bats/.e2e-tilt.log bats/e2e-tilt.log
- name: Upload Tilt log
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Tilt log
path: bats/e2e-tilt.log
4 changes: 2 additions & 2 deletions .github/workflows/generate-graphql-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
uses: DeterminateSystems/nix-installer-action@v14
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
uses: DeterminateSystems/magic-nix-cache-action@v8
- uses: actions/checkout@v4
with:
path: main
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
root-reserve-mb: 12288
temp-reserve-mb: 12288
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v14
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Prepare tilt args from labels
id: prepare_args
run: |
Expand Down Expand Up @@ -97,7 +98,7 @@ jobs:
echo "args=$ARGS" >> "$GITHUB_OUTPUT"
echo "build_args=$BUILD_ARGS" >> "$GITHUB_OUTPUT"
- name: Build via buck2
if: steps.prepare_args.outputs.args != ''
if: steps.prepare_args.outputs.build_args != ''
run: nix develop -c buck2 build ${{ steps.prepare_args.outputs.build_args }}
- name: Start deps and run tests via tilt
if: steps.prepare_args.outputs.args != ''
Expand All @@ -117,7 +118,7 @@ jobs:
fi
- name: Upload Tilt log
if: steps.prepare_tilt_log.outputs.prepared == 'true'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Tilt log
path: dev/e2e-tilt.log
4 changes: 2 additions & 2 deletions .github/workflows/mongodb-migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
timeout-minutes: 15
steps:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
uses: DeterminateSystems/nix-installer-action@v14
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
uses: DeterminateSystems/magic-nix-cache-action@v8
- uses: actions/checkout@v4
- name: Run clean mongodb migration
run: nix develop -c ./dev/bin/tilt-ci.sh mongodb-migrate
2 changes: 1 addition & 1 deletion lib/galoy-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"tailwindcss": "3.4.1",
"ts-loader": "^9.5.1",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}
Loading

0 comments on commit 8982040

Please sign in to comment.