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

Patch: Bump dependencies #186

Merged
merged 24 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b86f32b
build(deps): bump github/codeql-action from 2 to 3
dependabot[bot] Jan 1, 2024
3e6de8e
build(deps-dev): bump ts-node from 10.9.1 to 10.9.2
dependabot[bot] Jan 1, 2024
58d673a
build(deps-dev): bump @types/jest from 29.5.10 to 29.5.11
dependabot[bot] Jan 1, 2024
b841965
build(deps-dev): bump eslint from 8.55.0 to 8.56.0
dependabot[bot] Jan 1, 2024
491d115
Merge pull request #175 from vHeemstra/dependabot/github_actions/dev/…
vHeemstra Jan 1, 2024
4dbc9a9
Merge pull request #180 from vHeemstra/dependabot/npm_and_yarn/dev/es…
vHeemstra Jan 1, 2024
e167cf7
Merge pull request #176 from vHeemstra/dependabot/npm_and_yarn/dev/ts…
vHeemstra Jan 1, 2024
694e040
Merge pull request #177 from vHeemstra/dependabot/npm_and_yarn/dev/ty…
vHeemstra Jan 1, 2024
b358726
build(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.2
dependabot[bot] Jan 1, 2024
99d5ba5
build(deps-dev): bump @typescript-eslint/parser from 6.13.1 to 6.17.0
dependabot[bot] Jan 1, 2024
64a3245
Merge pull request #178 from vHeemstra/dependabot/npm_and_yarn/dev/es…
vHeemstra Jan 1, 2024
f924418
Merge pull request #179 from vHeemstra/dependabot/npm_and_yarn/dev/ty…
vHeemstra Jan 1, 2024
db52c18
build(deps-dev): bump @typescript-eslint/parser from 6.17.0 to 6.20.0
dependabot[bot] Feb 1, 2024
19c4387
build(deps-dev): bump ts-jest from 29.1.1 to 29.1.2
dependabot[bot] Feb 1, 2024
08061c3
build(deps-dev): bump utility-types from 3.10.0 to 3.11.0
dependabot[bot] Feb 1, 2024
da2aae2
Merge pull request #181 from vHeemstra/dependabot/npm_and_yarn/dev/ty…
vHeemstra Feb 1, 2024
8d08760
Merge pull request #182 from vHeemstra/dependabot/npm_and_yarn/dev/ts…
vHeemstra Feb 1, 2024
833492e
Merge pull request #183 from vHeemstra/dependabot/npm_and_yarn/dev/ut…
vHeemstra Feb 1, 2024
043271e
build(deps-dev): bump typescript from 5.3.2 to 5.3.3
dependabot[bot] Feb 1, 2024
9101bd5
build(deps-dev): bump @typescript-eslint/eslint-plugin
dependabot[bot] Feb 1, 2024
d688f1e
Merge pull request #184 from vHeemstra/dependabot/npm_and_yarn/dev/ty…
vHeemstra Feb 1, 2024
7a4f167
Merge pull request #185 from vHeemstra/dependabot/npm_and_yarn/dev/ty…
vHeemstra Feb 1, 2024
49394de
patch: bump dependencies
vHeemstra Feb 1, 2024
06bfc77
patch: bump fill-pot-po
vHeemstra Feb 1, 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
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -64,7 +64,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -77,4 +77,4 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
Loading
Loading