Skip to content

Commit

Permalink
fix(deps): bump @rollup/plugin-node-resolve from 15.2.2 to 15.2.3 (#46)
Browse files Browse the repository at this point in the history
* fix(deps): bump @rollup/plugin-node-resolve from 15.2.2 to 15.2.3

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.2.2 to 15.2.3.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.2.3/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: test moving things around

* chore: update @rollup/plugin-node-resolve from 15.2.2 to 15.2.3

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rinat Zaripov <zaripov.rinat@gmail.com>
Co-authored-by: zaripych <zaripych@users.noreply.github.com>
  • Loading branch information
3 people committed Oct 9, 2023
1 parent af43086 commit 51f0863
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 23 deletions.
5 changes: 5 additions & 0 deletions .changeset/dependabot-1696860610.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@repka-kit/ts': patch
---

deps: update @rollup/plugin-node-resolve from 15.2.2 to 15.2.3
22 changes: 11 additions & 11 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
# if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Fetch Dependabot Metadata
id: metadata
Expand Down Expand Up @@ -72,6 +72,16 @@ jobs:
COMMIT_AUTHOR_NAME: zaripych
PR_URL: ${{github.event.pull_request.html_url}}

- name: Enable auto-merge for Dependabot PRs
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor' }}
run: |
gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
# @note Using Personal Access Token here to ensure
# the jobs in the main branch trigger Check workflows.
GITHUB_TOKEN: ${{ secrets.PAT_GITHUB }}

- name: Approve a PR if not already approved
shell: bash
run: |
Expand All @@ -84,13 +94,3 @@ jobs:
PR_URL: ${{github.event.pull_request.html_url}}
# TODO: Do we need a PAT here?
GITHUB_TOKEN: ${{ secrets.PAT_GITHUB }}

- name: Enable auto-merge for Dependabot PRs
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor' }}
run: |
gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
# @note Using Personal Access Token here to ensure
# the jobs in the main branch trigger Check workflows.
GITHUB_TOKEN: ${{ secrets.PAT_GITHUB }}
2 changes: 1 addition & 1 deletion packages/build-tools/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@jest/transform": "29.7.0",
"@rollup/plugin-commonjs": "25.0.5",
"@rollup/plugin-json": "6.0.1",
"@rollup/plugin-node-resolve": "15.2.2",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.3",
"@rollup/plugin-virtual": "3.0.2",
"@rollup/pluginutils": "5.0.5",
Expand Down
16 changes: 5 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 51f0863

Please sign in to comment.