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

chore(deps): dependabot batch updates #577

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
b11866b
chore(deps): bump glob from 8.1.0 to 9.3.4
dependabot[bot] Apr 3, 2023
fb4e28a
Merge dependabot/npm_and_yarn/glob-9.3.4 into batched-dependabot-updates
davidlday Apr 5, 2023
e86c0a9
chore(deps-dev): bump eslint-plugin-jsdoc from 40.1.1 to 43.1.1
dependabot[bot] May 1, 2023
833a06d
chore(deps-dev): bump webpack-cli from 5.0.1 to 5.0.2
dependabot[bot] May 1, 2023
77ea18b
chore(deps-dev): bump @typescript-eslint/parser from 5.57.0 to 5.59.1
dependabot[bot] May 1, 2023
d3b0b52
chore(deps-dev): bump typescript from 5.0.3 to 5.0.4
dependabot[bot] May 1, 2023
103dc9b
chore(deps): bump dependabot/fetch-metadata from 1.3.6 to 1.4.0
dependabot[bot] May 1, 2023
da1c936
Merge dependabot/github_actions/dependabot/fetch-metadata-1.4.0 into …
davidlday May 3, 2023
efa8a18
Merge dependabot/npm_and_yarn/typescript-5.0.4 into batched-dependabo…
davidlday May 3, 2023
41c7fcf
Merge dependabot/npm_and_yarn/typescript-eslint/parser-5.59.1 into ba…
davidlday May 3, 2023
7519682
Merge dependabot/npm_and_yarn/webpack-cli-5.0.2 into batched-dependab…
davidlday May 3, 2023
b4217a4
Merge dependabot/npm_and_yarn/eslint-plugin-jsdoc-43.1.1 into batched…
davidlday May 3, 2023
46fc36f
chore(deps-dev): bump ts-loader from 9.4.2 to 9.4.3
dependabot[bot] Jun 1, 2023
769a42b
Merge dependabot/npm_and_yarn/ts-loader-9.4.3 into batched-dependabot…
davidlday Jun 4, 2023
a13f5e8
chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
dependabot[bot] Jul 19, 2023
c57725f
Merge dependabot/npm_and_yarn/word-wrap-1.2.4 into batched-dependabot…
davidlday Aug 30, 2023
a1175c3
chore(deps): bump actions/setup-node from 3.6.0 to 3.8.1
dependabot[bot] Sep 1, 2023
4e6290e
Merge dependabot/github_actions/actions/setup-node-3.8.1 into batched…
davidlday Sep 3, 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-autoapprove.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.3.6
uses: dependabot/fetch-metadata@v1.4.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Approve a PR
Expand Down
Loading