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 #906

Closed
wants to merge 16 commits into from
Closed
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
244bd5b
Bump actions/setup-node from 3 to 4
dependabot[bot] Oct 30, 2023
be21255
Bump babel-jest from 29.6.1 to 29.7.0
dependabot[bot] Oct 30, 2023
6bb048d
Bump @babel/runtime from 7.22.6 to 7.23.2
dependabot[bot] Oct 30, 2023
c5d5aa1
Bump jest from 29.6.1 to 29.7.0
dependabot[bot] Oct 30, 2023
748e2db
Bump @babel/core from 7.22.9 to 7.23.3
dependabot[bot] Nov 13, 2023
9cb03e8
Bump actions/github-script from 6 to 7
dependabot[bot] Nov 20, 2023
57e9569
Bump react-native from 0.71.4 to 0.72.7
dependabot[bot] Nov 20, 2023
f36c008
Bump eslint from 8.45.0 to 8.54.0
dependabot[bot] Nov 20, 2023
f2f2d31
Merge dependabot/npm_and_yarn/master/eslint-8.54.0 into dependabot-co…
github-actions[bot] Nov 27, 2023
09e192d
Merge dependabot/npm_and_yarn/master/react-native-0.72.7 into dependa…
github-actions[bot] Nov 27, 2023
bd19307
Merge dependabot/github_actions/actions/github-script-7 into dependab…
github-actions[bot] Nov 27, 2023
e22bc36
Merge dependabot/npm_and_yarn/master/babel/core-7.23.3 into dependabo…
github-actions[bot] Nov 27, 2023
1790d15
Merge dependabot/npm_and_yarn/master/jest-29.7.0 into dependabot-comb…
github-actions[bot] Nov 27, 2023
a6a4ea9
Merge dependabot/npm_and_yarn/master/babel/runtime-7.23.2 into depend…
github-actions[bot] Nov 27, 2023
15e5814
Merge dependabot/npm_and_yarn/master/babel-jest-29.7.0 into dependabo…
github-actions[bot] Nov 27, 2023
e7406c1
Merge dependabot/github_actions/actions/setup-node-4 into dependabot-…
github-actions[bot] Nov 27, 2023
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 @@ -37,7 +37,7 @@ jobs:
echo "oncall_slack_id=$slack_id" >> $GITHUB_OUTPUT

- name: Create PR
uses: actions/github-script@v6
uses: actions/github-script@v7
id: create-pr
with:
script: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gate-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
Expand All @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
Expand Down
Loading