File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ Changes since the last non-beta release.
2121#### Fixed
2222- Fix obscure errors by introducing FULL_TEXT_ERRORS [ PR 1695] ( https://github.com/shakacode/react_on_rails/pull/1695 ) by [ Romex91] ( https://github.com/Romex91 ) .
2323
24+ #### Changed
25+ - More up-to-date TS config [ PR 1700] ( https://github.com/shakacode/react_on_rails/pull/1700 ) by [ alexeyr-ci] ( https://github.com/alexeyr-ci ) .
26+
2427### [ 14.1.1] - 2025-01-15
2528
2629#### Fixed
Original file line number Diff line number Diff line change 1414 "devDependencies" : {
1515 "@babel/core" : " ^7.20.12" ,
1616 "@babel/preset-env" : " ^7.20.2" ,
17+ "@tsconfig/node14" : " ^14.1.2" ,
1718 "@types/jest" : " ^29.5.14" ,
1819 "@types/node" : " ^20.17.16" ,
1920 "@types/react" : " ^18.3.18" ,
Original file line number Diff line number Diff line change 11{
2+ "extends" : " @tsconfig/node14" ,
23 "compilerOptions" : {
34 "allowJs" : true ,
45 "esModuleInterop" : true ,
6+ // needed for Jest tests even though we don't use .tsx
57 "jsx" : " react-jsx" ,
6- "lib" : [" dom" , " es2015" ],
7- "module" : " CommonJS" ,
88 "noImplicitAny" : true ,
99 "outDir" : " node_package/lib" ,
1010 "strict" : true ,
1111 "incremental" : true ,
12- "target" : " es5"
1312 },
1413 "include" : [" node_package/src/**/*" ]
1514}
Original file line number Diff line number Diff line change 15931593 resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
15941594 integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
15951595
1596+ " @tsconfig/node14@^14.1.2 " :
1597+ version "14.1.2"
1598+ resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-14.1.2.tgz#ed84879e927a2f12ae8bb020baa990bd4cc3dabb"
1599+ integrity sha512-1vncsbfCZ3TBLPxesRYz02Rn7SNJfbLoDVkcZ7F/ixOV6nwxwgdhD1mdPcc5YQ413qBJ8CvMxXMFfJ7oawjo7Q==
1600+
15961601" @types/babel__core@^7.1.14 " :
15971602 version "7.20.0"
15981603 resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.0.tgz#61bc5a4cae505ce98e1e36c5445e4bee060d8891"
You can’t perform that action at this time.
0 commit comments