Skip to content

Commit 744c6f1

Browse files
authored
feat: upgrade nodejs and dependencies. (#175)
BREAKING CHANGE: Node22
1 parent e2f8a0e commit 744c6f1

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "screwdriver-config-parser",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"description": "Node module for parsing screwdriver.yaml configurations",
55
"main": "index.js",
66
"scripts": {
@@ -42,24 +42,24 @@
4242
"engine-strict": true,
4343
"devDependencies": {
4444
"chai": "^4.3.7",
45-
"eslint": "^8.27.0",
46-
"eslint-config-screwdriver": "^7.0.0",
45+
"eslint": "^8.57.0",
46+
"eslint-config-screwdriver": "^8.0.0",
4747
"mocha": "^10.1.0",
4848
"mocha-multi-reporters": "^1.5.1",
4949
"mocha-sonarqube-reporter": "^1.0.2",
5050
"nyc": "^15.1.0",
5151
"sinon": "^14.0.2"
5252
},
5353
"dependencies": {
54-
"@hapi/hoek": "^10.0.1",
54+
"@hapi/hoek": "^11.0.7",
5555
"clone": "^2.1.2",
56-
"joi": "^17.7.0",
56+
"joi": "^17.13.3",
5757
"js-yaml": "^4.1.0",
5858
"keymbinatorial": "^2.0.0",
59-
"screwdriver-data-schema": "^24.0.0",
60-
"screwdriver-notifications-email": "^4.0.0",
61-
"screwdriver-notifications-slack": "^6.0.0",
62-
"screwdriver-workflow-parser": "^5.0.0",
59+
"screwdriver-data-schema": "^25.0.0",
60+
"screwdriver-notifications-email": "^5.0.0",
61+
"screwdriver-notifications-slack": "^7.0.0",
62+
"screwdriver-workflow-parser": "^6.0.0",
6363
"shell-escape": "^0.2.0",
6464
"tinytim": "^0.1.1"
6565
}

screwdriver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
shared:
2-
image: node:18
2+
image: node:22
33

44
jobs:
55
main:

0 commit comments

Comments
 (0)