Commit 3bcc0a6 1 parent 3ca1f03 commit 3bcc0a6 Copy full SHA for 3bcc0a6
File tree 9 files changed +231
-450
lines changed
9 files changed +231
-450
lines changed Original file line number Diff line number Diff line change @@ -94,10 +94,12 @@ jobs:
94
94
95
95
- uses : actions/checkout@v4
96
96
97
+ # Temporarily pinned to `18.18` because `18.19` has a breaking change
98
+ # related to loaders affecting one of our tests.
97
99
- name : ⬢ Set up Node.js
98
100
uses : actions/setup-node@v4
99
101
with :
100
- node-version : 18
102
+ node-version : 18.18
101
103
102
104
- name : 🐈 Set up yarn cache
103
105
uses : ./.github/actions/set-up-yarn-cache
Original file line number Diff line number Diff line change @@ -28,10 +28,12 @@ jobs:
28
28
with :
29
29
fetch-depth : 0
30
30
31
+ # Temporarily pinned to `18.18` because `18.19` has a breaking change
32
+ # related to loaders affecting one of our tests.
31
33
- name : ⬢ Set up Node.js
32
34
uses : actions/setup-node@v4
33
35
with :
34
- node-version : 18
36
+ node-version : 18.18
35
37
36
38
- name : 🐈 Set up yarn cache
37
39
uses : ./.github/actions/set-up-yarn-cache
Original file line number Diff line number Diff line change @@ -62,10 +62,12 @@ jobs:
62
62
# This is required because lerna uses tags to determine the version.
63
63
fetch-depth : 0
64
64
65
+ # Temporarily pinned to `18.18` because `18.19` has a breaking change
66
+ # related to loaders affecting one of our tests.
65
67
- name : ⬢ Set up Node.js
66
68
uses : actions/setup-node@v4
67
69
with :
68
- node-version : 18
70
+ node-version : 18.18
69
71
70
72
- name : 🐈 Set up yarn cache
71
73
uses : ./.github/actions/set-up-yarn-cache
Original file line number Diff line number Diff line change 32
32
},
33
33
"dependencies" : {
34
34
"@babel/runtime-corejs3" : " 7.23.5" ,
35
- "@prisma/client" : " 5.6 .0" ,
35
+ "@prisma/client" : " 5.7 .0" ,
36
36
"@whatwg-node/fetch" : " 0.9.14" ,
37
37
"core-js" : " 3.33.3" ,
38
38
"humanize-string" : " 2.1.0" ,
Original file line number Diff line number Diff line change 35
35
"yargs" : " 17.7.2"
36
36
},
37
37
"devDependencies" : {
38
- "@prisma/client" : " 5.6 .0" ,
38
+ "@prisma/client" : " 5.7 .0" ,
39
39
"@types/fs-extra" : " 11.0.4" ,
40
40
"@types/yargs" : " 17.0.31" ,
41
41
"esbuild" : " 0.19.5" ,
Original file line number Diff line number Diff line change 36
36
"@opentelemetry/resources" : " 1.18.1" ,
37
37
"@opentelemetry/sdk-trace-node" : " 1.18.1" ,
38
38
"@opentelemetry/semantic-conventions" : " 1.18.1" ,
39
- "@prisma/internals" : " 5.6 .0" ,
39
+ "@prisma/internals" : " 5.7 .0" ,
40
40
"@redwoodjs/api-server" : " 6.0.7" ,
41
41
"@redwoodjs/cli-helpers" : " 6.0.7" ,
42
42
"@redwoodjs/fastify" : " 6.0.7" ,
45
45
"@redwoodjs/project-config" : " 6.0.7" ,
46
46
"@redwoodjs/structure" : " 6.0.7" ,
47
47
"@redwoodjs/telemetry" : " 6.0.7" ,
48
+ "archiver" : " 6.0.1" ,
48
49
"boxen" : " 5.1.2" ,
49
50
"camelcase" : " 6.3.0" ,
50
51
"chalk" : " 4.1.2" ,
69
70
"pluralize" : " 8.0.0" ,
70
71
"portfinder" : " 1.0.32" ,
71
72
"prettier" : " 2.8.8" ,
72
- "prisma" : " 5.6 .0" ,
73
+ "prisma" : " 5.7 .0" ,
73
74
"prompts" : " 2.4.2" ,
74
75
"rimraf" : " 5.0.5" ,
75
76
"semver" : " 7.5.4" ,
83
84
"devDependencies" : {
84
85
"@babel/cli" : " 7.23.4" ,
85
86
"@babel/core" : " ^7.22.20" ,
87
+ "@types/archiver" : " ^6" ,
86
88
"jest" : " 29.7.0" ,
87
89
"typescript" : " 5.3.2"
88
90
},
Original file line number Diff line number Diff line change 28
28
},
29
29
"dependencies" : {
30
30
"@babel/runtime-corejs3" : " 7.23.5" ,
31
- "@prisma/client" : " 5.6 .0" ,
31
+ "@prisma/client" : " 5.7 .0" ,
32
32
"@redwoodjs/project-config" : " 6.0.7" ,
33
33
"core-js" : " 3.33.3"
34
34
},
35
35
"devDependencies" : {
36
36
"@babel/cli" : " 7.23.4" ,
37
37
"@babel/core" : " ^7.22.20" ,
38
- "@prisma/internals" : " 5.6 .0" ,
38
+ "@prisma/internals" : " 5.7 .0" ,
39
39
"esbuild" : " 0.19.5" ,
40
40
"jest" : " 29.7.0"
41
41
},
Original file line number Diff line number Diff line change 32
32
"dependencies" : {
33
33
"@babel/runtime-corejs3" : " 7.23.5" ,
34
34
"@iarna/toml" : " 2.2.5" ,
35
- "@prisma/internals" : " 5.6 .0" ,
35
+ "@prisma/internals" : " 5.7 .0" ,
36
36
"@redwoodjs/project-config" : " 6.0.7" ,
37
37
"@types/line-column" : " 1.0.0" ,
38
38
"camelcase" : " 6.3.0" ,
You can’t perform that action at this time.
0 commit comments