Skip to content

Commit 3ff66d8

Browse files
dependabot[bot]CopilotPlagueHO
authored
deps: bump the gh-actions group across 1 directory with 2 updates (#122)
* deps: bump the gh-actions group across 1 directory with 2 updates Bumps the gh-actions group with 2 updates in the / directory: [pnpm/action-setup](https://github.com/pnpm/action-setup) and [gittools/actions](https://github.com/gittools/actions). Updates `pnpm/action-setup` from 5 to 6 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v5...v6) Updates `gittools/actions` from 4.4.2 to 4.5.0 - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v4.4.2...v4.5.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: gittools/actions dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <support@github.com> * fix: allow esbuild and msw build scripts for pnpm v9 compatibility Agent-Logs-Url: https://github.com/PlagueHO/genai-database-explorer/sessions/44fd0d16-eeb7-4b8b-b5a7-59adef8ed588 Co-authored-by: PlagueHO <7589164+PlagueHO@users.noreply.github.com> * fix: add onlyBuiltDependencies to pnpm-lock.yaml for pnpm v10 compatibility Agent-Logs-Url: https://github.com/PlagueHO/genai-database-explorer/sessions/14bb04e1-9d2d-47d6-ac86-d229143362c5 Co-authored-by: PlagueHO <7589164+PlagueHO@users.noreply.github.com> * fix: regenerate pnpm lockfile with pnpm v10 and msw@2.13.3 Agent-Logs-Url: https://github.com/PlagueHO/genai-database-explorer/sessions/386b481f-1051-44f2-b229-ebbe40e57b03 Co-authored-by: PlagueHO <7589164+PlagueHO@users.noreply.github.com> * fix: add onlyBuiltDependencies to pnpm-lock.yaml settings for pnpm v11 Agent-Logs-Url: https://github.com/PlagueHO/genai-database-explorer/sessions/e01df792-1477-43cf-8d66-3e166ee7605b Co-authored-by: PlagueHO <7589164+PlagueHO@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: PlagueHO <7589164+PlagueHO@users.noreply.github.com>
1 parent f98c221 commit 3ff66d8

6 files changed

Lines changed: 1591 additions & 1568 deletions

File tree

.github/workflows/build-and-publish-frontend-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v6
1616

1717
- name: Set up pnpm
18-
uses: pnpm/action-setup@v5
18+
uses: pnpm/action-setup@v6
1919
with:
2020
version: 10
2121
run_install: false

.github/workflows/set-build-variables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Install GitVersion
27-
uses: gittools/actions/gitversion/setup@v4.4.2
27+
uses: gittools/actions/gitversion/setup@v4.5.0
2828
with:
2929
versionSpec: "6.3.x"
3030

3131
- name: Determine Version
3232
id: build_version
33-
uses: gittools/actions/gitversion/execute@v4.4.2
33+
uses: gittools/actions/gitversion/execute@v4.5.0
3434
with:
3535
configFilePath: GitVersion.yml
3636

genai-database-explorer-frontend/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,11 @@
5151
"workerDirectory": [
5252
"public"
5353
]
54+
},
55+
"pnpm": {
56+
"onlyBuiltDependencies": [
57+
"esbuild",
58+
"msw"
59+
]
5460
}
5561
}

0 commit comments

Comments
 (0)