Skip to content

Commit c7c0960

Browse files
committed
Bump Babel and Jest
1 parent 0d20f73 commit c7c0960

12 files changed

Lines changed: 16766 additions & 13099 deletions

File tree

package-lock.json

Lines changed: 16708 additions & 12828 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -93,33 +93,13 @@
9393
"test": "jest --watch"
9494
},
9595
"pinDependencies": {
96-
"@babel/plugin-transform-runtime": [
97-
"7.19.1",
98-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
99-
],
100-
"@babel/preset-env": [
101-
"7.19.1",
102-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
103-
],
104-
"@babel/preset-react": [
105-
"7.18.6",
106-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
107-
],
108-
"@babel/preset-typescript": [
109-
"7.18.6",
110-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
111-
],
112-
"@babel/runtime": [
113-
"7.19.0",
114-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
115-
],
11696
"@testing-library/react": [
11797
"12",
11898
"@testing-library/react@12 is targeting react@16"
11999
],
120100
"@types/jest": [
121-
"28",
122-
"pinned jest@28"
101+
"29",
102+
"pinned jest@29"
123103
],
124104
"@types/react": [
125105
"16",
@@ -130,8 +110,8 @@
130110
"react@16.8.6 is our baseline"
131111
],
132112
"babel-jest": [
133-
"28",
134-
"jest-image-snapshot@5.2.0 does not support jest@29 yet"
113+
"29",
114+
"jest-image-snapshot@6.5.1 does not support jest@29 yet"
135115
],
136116
"eslint": [
137117
"8",
@@ -142,12 +122,8 @@
142122
"get-port@6 dropped support of CommonJS"
143123
],
144124
"jest": [
145-
"28",
146-
"jest-image-snapshot@5.2.0 does not support jest@29 yet"
147-
],
148-
"lerna": [
149-
"6",
150-
"lerna@7 use npm workspaces and we fund the migration work"
125+
"29",
126+
"jest-image-snapshot@6.5.1 does not support jest@29 yet"
151127
],
152128
"node-fetch": [
153129
"2",

packages/api/package.json

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -76,26 +76,6 @@
7676
"botframework-webchat-redux-store": "development"
7777
},
7878
"pinDependencies": {
79-
"@babel/cli": [
80-
"7.18.10",
81-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
82-
],
83-
"@babel/core": [
84-
"7.19.1",
85-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
86-
],
87-
"@babel/preset-env": [
88-
"7.19.1",
89-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
90-
],
91-
"@babel/preset-react": [
92-
"7.18.6",
93-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
94-
],
95-
"@babel/preset-typescript": [
96-
"7.18.6",
97-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
98-
],
9979
"@types/react": [
10080
"16",
10181
"react@16.8.6 is our baseline"
@@ -106,11 +86,11 @@
10686
]
10787
},
10888
"devDependencies": {
109-
"@babel/cli": "^7.18.10",
110-
"@babel/core": "^7.19.1",
111-
"@babel/preset-env": "^7.19.1",
112-
"@babel/preset-react": "^7.18.6",
113-
"@babel/preset-typescript": "^7.18.6",
89+
"@babel/cli": "^7.28.0",
90+
"@babel/core": "^7.28.0",
91+
"@babel/preset-env": "^7.28.0",
92+
"@babel/preset-react": "^7.27.1",
93+
"@babel/preset-typescript": "^7.27.1",
11494
"@types/dom-speech-recognition": "^0.0.6",
11595
"@types/node": "^24.1.0",
11696
"@types/react": "^16.14.65",

packages/bundle/package.json

Lines changed: 7 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -69,34 +69,6 @@
6969
"isomorphic-react-dom": "development"
7070
},
7171
"pinDependencies": {
72-
"@babel/cli": [
73-
"7.18.10",
74-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
75-
],
76-
"@babel/core": [
77-
"7.19.1",
78-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
79-
],
80-
"@babel/plugin-transform-runtime": [
81-
"7.19.1",
82-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
83-
],
84-
"@babel/preset-env": [
85-
"7.19.1",
86-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
87-
],
88-
"@babel/preset-react": [
89-
"7.18.6",
90-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
91-
],
92-
"@babel/preset-typescript": [
93-
"7.18.6",
94-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
95-
],
96-
"@babel/runtime": [
97-
"7.19.0",
98-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
99-
],
10072
"@types/react": [
10173
"16",
10274
"react@16.8.6 is our baseline"
@@ -115,7 +87,7 @@
11587
]
11688
},
11789
"dependencies": {
118-
"@babel/runtime": "7.19.0",
90+
"@babel/runtime": "7.28.2",
11991
"adaptivecards": "3.0.2",
12092
"botframework-directlinejs": "0.15.6",
12193
"botframework-directlinespeech-sdk": "0.0.0-0",
@@ -145,12 +117,12 @@
145117
"whatwg-fetch": "3.6.20"
146118
},
147119
"devDependencies": {
148-
"@babel/cli": "^7.18.10",
149-
"@babel/core": "^7.19.1",
150-
"@babel/plugin-transform-runtime": "^7.19.1",
151-
"@babel/preset-env": "^7.19.1",
152-
"@babel/preset-react": "^7.18.6",
153-
"@babel/preset-typescript": "^7.18.6",
120+
"@babel/cli": "^7.28.0",
121+
"@babel/core": "^7.28.0",
122+
"@babel/plugin-transform-runtime": "^7.28.0",
123+
"@babel/preset-env": "^7.28.0",
124+
"@babel/preset-react": "^7.27.1",
125+
"@babel/preset-typescript": "^7.27.1",
154126
"@types/dom-speech-recognition": "^0.0.6",
155127
"@types/mdast": "^4.0.4",
156128
"@types/node": "^24.1.0",

packages/component/package.json

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -76,26 +76,6 @@
7676
"botframework-webchat-styles": "development"
7777
},
7878
"pinDependencies": {
79-
"@babel/cli": [
80-
"7.18.10",
81-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
82-
],
83-
"@babel/core": [
84-
"7.19.1",
85-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
86-
],
87-
"@babel/preset-env": [
88-
"7.19.1",
89-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
90-
],
91-
"@babel/preset-react": [
92-
"7.18.6",
93-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
94-
],
95-
"@babel/preset-typescript": [
96-
"7.18.6",
97-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
98-
],
9979
"@types/react": [
10080
"16",
10181
"react@16.8.6 is our baseline"
@@ -120,11 +100,11 @@
120100
]
121101
},
122102
"devDependencies": {
123-
"@babel/cli": "^7.18.10",
124-
"@babel/core": "^7.19.1",
125-
"@babel/preset-env": "^7.19.1",
126-
"@babel/preset-react": "^7.18.6",
127-
"@babel/preset-typescript": "^7.18.6",
103+
"@babel/cli": "^7.28.0",
104+
"@babel/core": "^7.28.0",
105+
"@babel/preset-env": "^7.28.0",
106+
"@babel/preset-react": "^7.27.1",
107+
"@babel/preset-typescript": "^7.27.1",
128108
"@types/mdast": "^4.0.4",
129109
"@types/node": "^24.1.0",
130110
"@types/react": "^16.14.65",

packages/core/package.json

Lines changed: 7 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -75,38 +75,13 @@
7575
"localDependences": {
7676
"botframework-webchat-base": "development"
7777
},
78-
"pinDependencies": {
79-
"@babel/cli": [
80-
"7.18.10",
81-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
82-
],
83-
"@babel/core": [
84-
"7.19.1",
85-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
86-
],
87-
"@babel/plugin-transform-runtime": [
88-
"7.19.1",
89-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
90-
],
91-
"@babel/plugin-transform-typescript": [
92-
"7.19.1",
93-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
94-
],
95-
"@babel/preset-env": [
96-
"7.19.1",
97-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
98-
],
99-
"@babel/runtime": [
100-
"7.19.0",
101-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
102-
]
103-
},
78+
"pinDependencies": {},
10479
"devDependencies": {
105-
"@babel/cli": "^7.18.10",
106-
"@babel/core": "^7.19.1",
107-
"@babel/plugin-transform-runtime": "^7.19.1",
108-
"@babel/plugin-transform-typescript": "^7.19.1",
109-
"@babel/preset-env": "^7.19.1",
80+
"@babel/cli": "^7.28.0",
81+
"@babel/core": "^7.28.0",
82+
"@babel/plugin-transform-runtime": "^7.28.0",
83+
"@babel/plugin-transform-typescript": "^7.28.0",
84+
"@babel/preset-env": "^7.28.0",
11085
"@types/node": "^24.1.0",
11186
"babel-plugin-istanbul": "^7.0.0",
11287
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
@@ -119,7 +94,7 @@
11994
"typescript": "^5.9.2"
12095
},
12196
"dependencies": {
122-
"@babel/runtime": "7.19.0",
97+
"@babel/runtime": "7.28.2",
12398
"@redux-devtools/extension": "3.3.0",
12499
"jwt-decode": "4.0.0",
125100
"math-random": "2.0.1",

packages/directlinespeech/package.json

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -47,26 +47,6 @@
4747
"license": "MIT",
4848
"localDependencies": {},
4949
"pinDependencies": {
50-
"@babel/cli": [
51-
"7.18.10",
52-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
53-
],
54-
"@babel/core": [
55-
"7.19.1",
56-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
57-
],
58-
"@babel/plugin-transform-runtime": [
59-
"7.19.1",
60-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
61-
],
62-
"@babel/preset-env": [
63-
"7.19.1",
64-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
65-
],
66-
"@babel/runtime": [
67-
"7.19.0",
68-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
69-
],
7050
"eslint": [
7151
"8",
7252
"@typescript-eslint/eslint-plugin does not support eslint@9 yet"
@@ -81,10 +61,10 @@
8161
]
8262
},
8363
"devDependencies": {
84-
"@babel/cli": "^7.18.10",
85-
"@babel/core": "^7.19.1",
86-
"@babel/plugin-transform-runtime": "^7.19.1",
87-
"@babel/preset-env": "^7.19.1",
64+
"@babel/cli": "^7.28.0",
65+
"@babel/core": "^7.28.0",
66+
"@babel/plugin-transform-runtime": "^7.28.0",
67+
"@babel/preset-env": "^7.28.0",
8868
"@types/jest": "^30.0.0",
8969
"@typescript-eslint/eslint-plugin": "^8.38.0",
9070
"@typescript-eslint/parser": "^8.38.0",
@@ -111,7 +91,7 @@
11191
"webpack-stats-plugin": "^1.1.3"
11292
},
11393
"dependencies": {
114-
"@babel/runtime": "7.19.0",
94+
"@babel/runtime": "7.28.2",
11595
"abort-controller": "3.0.0",
11696
"abort-controller-es5": "2.0.1",
11797
"base64-arraybuffer": "1.0.2",

packages/embed/package.json

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -34,28 +34,7 @@
3434
"author": "Microsoft Corporation",
3535
"license": "MIT",
3636
"localDependencies": {},
37-
"pinDependencies": {
38-
"@babel/cli": [
39-
"7.17.6",
40-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
41-
],
42-
"@babel/core": [
43-
"7.17.5",
44-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
45-
],
46-
"@babel/plugin-transform-runtime": [
47-
"7.17.0",
48-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
49-
],
50-
"@babel/preset-env": [
51-
"7.16.11",
52-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
53-
],
54-
"@babel/runtime": [
55-
"7.17.2",
56-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
57-
]
58-
},
37+
"pinDependencies": {},
5938
"devDependencies": {
6039
"@babel/cli": "^7.17.6",
6140
"@babel/core": "^7.17.5",

packages/isomorphic-react-dom/package.json

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,11 @@
2020
"author": "Microsoft Corporation",
2121
"license": "MIT",
2222
"localDependencies": {},
23-
"pinDependencies": {
24-
"@babel/cli": [
25-
"7.18.10",
26-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
27-
],
28-
"@babel/core": [
29-
"7.19.1",
30-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
31-
],
32-
"@babel/preset-env": [
33-
"7.19.1",
34-
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
35-
]
36-
},
23+
"pinDependencies": {},
3724
"devDependencies": {
38-
"@babel/cli": "^7.18.10",
39-
"@babel/core": "^7.19.1",
40-
"@babel/preset-env": "^7.19.1",
25+
"@babel/cli": "^7.28.0",
26+
"@babel/core": "^7.28.0",
27+
"@babel/preset-env": "^7.28.0",
4128
"webpack": "^5.101.0",
4229
"webpack-cli": "^6.0.1"
4330
}

0 commit comments

Comments
 (0)