Skip to content

Commit 78ebdc3

Browse files
authored
Merge pull request #458 from sebbo2002/develop
🎉 10.0.0
2 parents 049b0fa + 10269fb commit 78ebdc3

11 files changed

Lines changed: 3120 additions & 2429 deletions

File tree

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: ℹ️ Dependabot metadata
1414
id: metadata
15-
uses: dependabot/fetch-metadata@v2
15+
uses: dependabot/fetch-metadata@v3
1616
with:
1717
github-token: "${{ secrets.GITHUB_TOKEN }}"
1818
- name: 🔃 Enable auto-merge for Dependabot PRs

.github/workflows/release-bot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
pull-requests: write
1616
steps:
1717
- name: ☁️ Checkout Project
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919
- name: ☁️ Checkout ReleaseBot
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
with:
2222
repository: sebbo2002/release-bot
2323
path: ./.actions/release-bot
2424
- name: 🔧 Setup node
2525
uses: actions/setup-node@v6
2626
with:
27-
node-version: '20'
27+
node-version: '24'
2828
cache: 'npm'
2929
- name: 📦 Install Dependencies
3030
run: npm ci

.github/workflows/test-release.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
if: github.repository != 'sebbo2002/js-template' && (contains(toJson(github.event.commits.*.message), '[skip ci]') == false || github.ref == 'refs/heads/main')
1616
strategy:
1717
matrix:
18-
node: [20.x, 22.x, 23.x, current]
18+
node: [22.x, 24.x, 25.x, current]
1919
steps:
2020
- name: ☁️ Checkout Project
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222
- name: 🔧 Set up Python
2323
uses: actions/setup-python@v6
2424
with:
@@ -48,7 +48,7 @@ jobs:
4848
if: github.repository != 'sebbo2002/js-template' && (contains(toJson(github.event.commits.*.message), '[skip ci]') == false || github.ref == 'refs/heads/main')
4949
steps:
5050
- name: ☁️ Checkout Project
51-
uses: actions/checkout@v6
51+
uses: actions/checkout@v7
5252
- name: 🔧 Set up Python
5353
uses: actions/setup-python@v6
5454
with:
@@ -64,7 +64,7 @@ jobs:
6464
- name: 🔧 Setup node.js
6565
uses: actions/setup-node@v6
6666
with:
67-
node-version: 23.x
67+
node-version: 24.x
6868
cache: 'npm'
6969
- name: 📦 Install dependencies
7070
run: npm ci
@@ -79,10 +79,11 @@ jobs:
7979
if: contains(toJson(github.event.commits.*.message), '[skip ci]') == false || github.ref == 'refs/heads/main'
8080
steps:
8181
- name: ☁️ Checkout Project
82-
uses: actions/checkout@v6
82+
uses: actions/checkout@v7
8383
- name: 🔧 Setup node.js
8484
uses: actions/setup-node@v6
8585
with:
86+
node-version: 24.x
8687
cache: 'npm'
8788
- name: 📦 Install dependencies
8889
run: npm ci
@@ -107,7 +108,7 @@ jobs:
107108
if: ${{ github.repository != 'sebbo2002/js-template' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop') }}
108109
steps:
109110
- name: ☁️ Checkout Project
110-
uses: actions/checkout@v6
111+
uses: actions/checkout@v7
111112
- name: 🔧 Set up Python
112113
uses: actions/setup-python@v6
113114
with:
@@ -123,7 +124,7 @@ jobs:
123124
- name: 🔧 Setup node.js
124125
uses: actions/setup-node@v6
125126
with:
126-
node-version: 22.x
127+
node-version: 24.x
127128
cache: 'npm'
128129
- name: 📦 Ensure npm ≥ 11.5.1
129130
run: |

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)