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

Bump deps #161

Merged
merged 21 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
cedcc21
Bump @typescript-eslint/parser from 6.8.0 to 6.9.0
dependabot[bot] Oct 23, 2023
e0cfca0
Bump actions/setup-node from 3 to 4
dependabot[bot] Oct 23, 2023
5f4dda9
Merge pull request #151 from vHeemstra/dependabot/npm_and_yarn/dev/ty…
vHeemstra Oct 23, 2023
0b75de0
Merge pull request #153 from vHeemstra/dependabot/github_actions/dev/…
vHeemstra Oct 23, 2023
23775cd
Bump @typescript-eslint/eslint-plugin from 6.8.0 to 6.9.0
dependabot[bot] Oct 23, 2023
8258c73
Merge pull request #152 from vHeemstra/dependabot/npm_and_yarn/dev/ty…
vHeemstra Oct 23, 2023
5c75fec
Update dependabot.yml
vHeemstra Oct 23, 2023
20a5f95
Bump eslint-plugin-jest from 27.4.3 to 27.6.0
dependabot[bot] Oct 26, 2023
34bc68f
Merge pull request #154 from vHeemstra/dependabot/npm_and_yarn/dev/es…
vHeemstra Oct 27, 2023
b569e2f
Bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.9.1
dependabot[bot] Oct 30, 2023
a23018d
Bump @types/jest from 29.5.6 to 29.5.7
dependabot[bot] Oct 30, 2023
c1eb608
Merge pull request #156 from vHeemstra/dependabot/npm_and_yarn/dev/ty…
vHeemstra Oct 30, 2023
f8f67c7
Merge pull request #157 from vHeemstra/dependabot/npm_and_yarn/dev/ty…
vHeemstra Oct 30, 2023
269d35c
Bump @typescript-eslint/parser from 6.9.0 to 6.9.1
dependabot[bot] Oct 30, 2023
24358f9
Merge pull request #155 from vHeemstra/dependabot/npm_and_yarn/dev/ty…
vHeemstra Oct 30, 2023
dc5b07f
Bump eslint from 8.52.0 to 8.53.0
dependabot[bot] Nov 6, 2023
7cae874
Merge pull request #160 from vHeemstra/dependabot/npm_and_yarn/dev/es…
vHeemstra Nov 6, 2023
4844467
Bump @typescript-eslint/parser from 6.9.1 to 6.10.0
dependabot[bot] Nov 6, 2023
df95cf6
Merge pull request #158 from vHeemstra/dependabot/npm_and_yarn/dev/ty…
vHeemstra Nov 6, 2023
6c6e3f8
Bump @typescript-eslint/eslint-plugin from 6.9.1 to 6.10.0
dependabot[bot] Nov 6, 2023
b6439b8
Merge pull request #159 from vHeemstra/dependabot/npm_and_yarn/dev/ty…
vHeemstra Nov 6, 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
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ updates:
directory: "/"
target-branch: "dev"
schedule:
interval: "daily"
interval: "monthly"
versioning-strategy: increase
labels:
- "dependencies"
Expand All @@ -24,7 +24,7 @@ updates:
directory: "/"
target-branch: "dev"
schedule:
interval: "weekly"
interval: "monthly"
labels:
- "dependencies"
- "github actions"
2 changes: 1 addition & 1 deletion .github/workflows/ci_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
cache: npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
cache: npm
Expand All @@ -34,7 +34,7 @@ jobs:
# See: https://github.com/vHeemstra/fill-pot-po/runs/6805116331?check_suite_focus=true#step:8:33
# # Setup .npmrc file to publish to GitHub Packages
# - name: Install Node.js
# uses: actions/setup-node@v3
# uses: actions/setup-node@v4
# with:
# node-version: 16.x
# cache: npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
cache: npm
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci_push_on_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
cache: npm
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
Expand All @@ -81,7 +81,7 @@ jobs:
# token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
cache: npm
Expand Down
Loading