Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Batched Dependabot updates #65

Merged
merged 16 commits into from
Jan 18, 2023
Merged
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
ec61e61
npm(deps-dev): bump @commitlint/config-conventional
dependabot[bot] Nov 14, 2022
8e43481
npm(deps): bump @actions/github from 5.0.3 to 5.1.1
dependabot[bot] Nov 14, 2022
61dee47
npm(deps-dev): bump husky from 8.0.1 to 8.0.2
dependabot[bot] Nov 14, 2022
6273209
npm(deps-dev): bump @typescript-eslint/parser from 5.41.0 to 5.42.1
dependabot[bot] Nov 14, 2022
7d0c037
Merge dependabot/npm_and_yarn/husky-8.0.2 into batched-dependabot-upd…
elenagarrone Nov 16, 2022
98b31f4
Merge dependabot/npm_and_yarn/typescript-eslint/parser-5.42.1 into ba…
elenagarrone Nov 16, 2022
9a67986
Merge dependabot/npm_and_yarn/commitlint/config-conventional-17.2.0 i…
elenagarrone Nov 16, 2022
02a4528
Merge dependabot/npm_and_yarn/actions/github-5.1.1 into batched-depen…
elenagarrone Nov 16, 2022
470d27c
npm(deps-dev): bump typescript from 4.8.4 to 4.9.3
dependabot[bot] Nov 20, 2022
7a26744
Merge dependabot/npm_and_yarn/typescript-4.9.3 into batched-dependabo…
elenagarrone Nov 21, 2022
b963fc4
npm(deps-dev): bump prettier from 2.7.1 to 2.8.0
dependabot[bot] Nov 27, 2022
64c785d
Merge dependabot/npm_and_yarn/prettier-2.8.0 into batched-dependabot-…
elenagarrone Nov 28, 2022
5d205b8
chore(deps): bump actions/setup-node from 3.5.1 to 3.6.0
dependabot[bot] Jan 8, 2023
e03c718
npm(deps): bump json5 from 2.2.1 to 2.2.3
dependabot[bot] Jan 9, 2023
a296727
Merge dependabot/npm_and_yarn/json5-2.2.3 into batched-dependabot-upd…
elenagarrone Jan 9, 2023
2e98206
Merge dependabot/github_actions/actions/setup-node-3.6.0 into batched…
elenagarrone Jan 9, 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.scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
token: ${{ secrets.DEPENDABOT_BATCH_TOKEN }}

- name: 'Set Node Version'
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.6.0
with:
node-version-file: '.nvmrc'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

- name: 'Setup Node'
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.6.0
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v3.5.1
- uses: actions/setup-node@v3.6.0
with:
node-version-file: '.nvmrc'
cache: 'npm'
Expand Down
225 changes: 171 additions & 54 deletions package-lock.json

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

Loading