Skip to content

Commit fcac1a6

Browse files
Bump fs-extra from 11.3.1 to 11.3.2 in /src (#4227)
* Bump fs-extra from 11.3.1 to 11.3.2 in /src Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.3.1 to 11.3.2. - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@11.3.1...11.3.2) --- updated-dependencies: - dependency-name: fs-extra dependency-version: 11.3.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Add --admin flag to Dependabot PR merge command in workflows * Fix auto-merge command in linter and test workflows --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com>
1 parent 0dacc0c commit fcac1a6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
contains(steps.metadata.outputs.dependency-names, 'sqlfluff') ||
7777
contains(steps.metadata.outputs.dependency-names, 'super-linter')
7878
)
79-
run: gh pr merge --auto --squash "$PR_URL"
79+
run: gh pr merge --admin --squash "$PR_URL"
8080
env:
8181
PR_URL: ${{github.event.pull_request.html_url}}
8282
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

.github/workflows/test_website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
contains(steps.metadata.outputs.dependency-names, 'sqlfluff') ||
9595
contains(steps.metadata.outputs.dependency-names, 'super-linter')
9696
)
97-
run: gh pr merge --auto --squash "$PR_URL"
97+
run: gh pr merge --admin --squash "$PR_URL"
9898
env:
9999
PR_URL: ${{github.event.pull_request.html_url}}
100100
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

src/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"ejs": "3.1.10",
39-
"fs-extra": "11.3.1",
39+
"fs-extra": "11.3.2",
4040
"jsdom": "27.0.0",
4141
"node-fetch": "3.3.2",
4242
"node-watch": "0.7.4",

0 commit comments

Comments
 (0)