Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combined Dependabot PR #1068

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
1e6dcf7
build(deps-dev): bump koa from 2.15.0 to 2.15.3
dependabot[bot] Jul 1, 2024
27e7566
build(deps-dev): bump rimraf from 5.0.1 to 6.0.1
dependabot[bot] Jul 15, 2024
118f3c9
build(deps-dev): bump cz-customizable from 7.0.0 to 7.2.1
dependabot[bot] Jul 22, 2024
4453b96
build(deps-dev): bump jsdom from 24.0.0 to 24.1.1
dependabot[bot] Jul 22, 2024
36de1be
build(deps-dev): bump mocha from 10.2.0 to 10.7.3
dependabot[bot] Aug 12, 2024
e96d9d8
build(deps-dev): bump husky from 9.0.11 to 9.1.5
dependabot[bot] Aug 26, 2024
99336bd
build(deps): bump slackapi/slack-github-action from 1.26.0 to 1.27.0
dependabot[bot] Sep 2, 2024
29434d4
build(deps-dev): bump inquirer from 9.2.15 to 10.2.2
dependabot[bot] Sep 9, 2024
237fc01
Merge dependabot/npm_and_yarn/master/inquirer-10.2.2 into dependabot-…
github-actions[bot] Sep 16, 2024
d06fcd0
Merge dependabot/github_actions/slackapi/slack-github-action-1.27.0 i…
github-actions[bot] Sep 16, 2024
43fc344
Merge dependabot/npm_and_yarn/master/husky-9.1.5 into dependabot-comb…
github-actions[bot] Sep 16, 2024
8df4e37
Merge dependabot/npm_and_yarn/master/mocha-10.7.3 into dependabot-com…
github-actions[bot] Sep 16, 2024
f02f884
Merge dependabot/npm_and_yarn/master/jsdom-24.1.1 into dependabot-com…
github-actions[bot] Sep 16, 2024
2dce418
Merge dependabot/npm_and_yarn/master/cz-customizable-7.2.1 into depen…
github-actions[bot] Sep 16, 2024
862212f
Merge dependabot/npm_and_yarn/master/rimraf-6.0.1 into dependabot-com…
github-actions[bot] Sep 16, 2024
a35e2df
Merge dependabot/npm_and_yarn/master/koa-2.15.3 into dependabot-combi…
github-actions[bot] Sep 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-merger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
core.setOutput('pr_list', combinedPRsString);

- name: Post to a Slack channel
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
id: slack
with:
channel-id: "C03RTLRKJQP"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-readme-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
--data "$payload"

- name: Announce New Release in Slack
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
with:
channel-id: "C063MQJMKJN" #sdk-releases
payload: |
Expand Down
Loading