Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
be14542
Bump the linter group with 6 updates
dependabot[bot] Mar 4, 2025
8ae4013
Merge pull request #73 from nerjs/dependabot/npm_and_yarn/dependencie…
nerjs Mar 4, 2025
fbb7fbe
Bump the typescript group with 2 updates
dependabot[bot] Mar 4, 2025
4bf6059
Merge pull request #74 from nerjs/dependabot/npm_and_yarn/dependencie…
nerjs Mar 4, 2025
7574c72
Bump the linter group with 4 updates
dependabot[bot] Mar 10, 2025
32105c6
Merge pull request #76 from nerjs/dependabot/npm_and_yarn/dependencie…
nerjs Mar 11, 2025
38cd6e1
Bump @types/node from 22.13.9 to 22.13.10 in the typescript group
dependabot[bot] Mar 11, 2025
8bf6597
Merge pull request #75 from nerjs/dependabot/npm_and_yarn/dependencie…
nerjs Mar 11, 2025
9023068
Bump @types/node from 22.13.10 to 22.13.13 in the typescript group
dependabot[bot] Mar 24, 2025
ea66338
Merge pull request #77 from nerjs/dependabot/npm_and_yarn/dependencie…
nerjs Mar 26, 2025
37cf681
Bump the linter group with 5 updates
dependabot[bot] Mar 26, 2025
501b63e
Merge pull request #78 from nerjs/dependabot/npm_and_yarn/dependencie…
nerjs Mar 26, 2025
c9916be
Bump ts-jest from 29.2.6 to 29.3.0 in the jest group
dependabot[bot] Mar 26, 2025
925bc58
Merge pull request #79 from nerjs/dependabot/npm_and_yarn/dependencie…
nerjs Mar 26, 2025
c36077b
Bump ts-jest from 29.3.0 to 29.3.1 in the jest group
dependabot[bot] Mar 31, 2025
f436907
Merge pull request #82 from nerjs/dependabot/npm_and_yarn/dependencie…
nerjs Apr 1, 2025
7afffb6
Bump typescript-eslint from 8.28.0 to 8.29.0 in the linter group
dependabot[bot] Apr 1, 2025
82b70b2
Merge pull request #81 from nerjs/dependabot/npm_and_yarn/dependencie…
nerjs Apr 1, 2025
c720838
Bump @types/node from 22.13.13 to 22.13.14 in the typescript group
dependabot[bot] Apr 1, 2025
8b9c437
Merge pull request #80 from nerjs/dependabot/npm_and_yarn/dependencie…
nerjs Apr 1, 2025
30ae3db
Bump the typescript group with 2 updates
dependabot[bot] Apr 7, 2025
d7caf1f
Merge pull request #83 from nerjs/dependabot/npm_and_yarn/dependencie…
nerjs Apr 21, 2025
56dea08
Sync master to dependencies [skip-CI]
github-actions[bot] May 14, 2026
fe12d90
Sync master to dependencies [skip-CI]
github-actions[bot] May 14, 2026
7cec54f
Sync master to dependencies [skip-CI]
github-actions[bot] May 14, 2026
c0d8f6f
Sync master to dependencies [skip-CI]
github-actions[bot] May 15, 2026
54f2112
Sync master to dependencies [skip-CI]
github-actions[bot] May 15, 2026
c17aa14
Sync master to dependencies [skip-CI]
github-actions[bot] May 15, 2026
83e2aac
Sync master to dependencies [skip-CI]
github-actions[bot] May 15, 2026
02b7bdc
Bump picomatch from 2.3.1 to 2.3.2 (#99)
dependabot[bot] May 15, 2026
4cb3138
Bump the actions group across 1 directory with 2 updates (#97)
dependabot[bot] May 15, 2026
a1ea14f
Bump js-yaml from 3.14.1 to 3.14.2 (#95)
dependabot[bot] May 16, 2026
aefc2a7
Bump nodemon from 3.1.9 to 3.1.14 (#103)
dependabot[bot] May 16, 2026
49fd2c3
Bump the debug group with 2 updates (#102)
dependabot[bot] May 16, 2026
7834da0
Bump the typescript group across 1 directory with 2 updates (#93)
dependabot[bot] May 18, 2026
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/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
token: ${{ secrets.PUBLISH_TOKEN }}

- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: 22
cache: 'npm'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
name: "node:${{ matrix.node-version }}"
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: 22
cache: 'npm'
Expand All @@ -34,12 +34,12 @@ jobs:
needs: lint-and-tests
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
token: ${{ secrets.PUBLISH_TOKEN }}

- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: 22
cache: 'npm'
Expand All @@ -64,7 +64,7 @@ jobs:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Create Release
run: gh release create ${{ github.ref }} --generate-notes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Check out dependencies
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: dependencies
fetch-depth: 0
Expand Down
Loading