@elliemae/pui-cli 5.18.0 → 5.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,6 +11,7 @@ const DuplicatePackageCheckerPlugin = require('duplicate-package-checker-webpack
11
11
  const CaseSensitivePathsPlugin = require('case-sensitive-paths-webpack-plugin');
12
12
  const MomentLocalesPlugin = require('moment-locales-webpack-plugin');
13
13
  const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
14
+ const ResolveTypeScriptPlugin = require('resolve-typescript-plugin').default;
14
15
 
15
16
  const {
16
17
  excludeNodeModulesExcept,
@@ -231,6 +232,7 @@ module.exports = (options) => ({
231
232
  ...getAlias(),
232
233
  ...((options.resolve || {}).alias || {}),
233
234
  },
235
+ plugins: [new ResolveTypeScriptPlugin()],
234
236
  },
235
237
  externals: {
236
238
  '@elliemae/pui-user-monitoring': 'emuiUserMonitoring',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "5.18.0",
3
+ "version": "5.19.0",
4
4
  "private": false,
5
5
  "description": "EllieMae Platform UI CLI",
6
6
  "sideEffects": false,
@@ -89,15 +89,15 @@
89
89
  "@storybook/theming": "~6.3.12",
90
90
  "@stylelint/postcss-css-in-js": "~0.37.2",
91
91
  "@svgr/webpack": "~5.5.0",
92
- "@testing-library/jest-dom": "~5.15.1",
92
+ "@testing-library/jest-dom": "~5.16.0",
93
93
  "@testing-library/react": "~12.1.2",
94
94
  "@testing-library/react-hooks": "~7.0.2",
95
95
  "@types/jest": "~27.0.3",
96
- "@types/node": "~16.11.10",
96
+ "@types/node": "~16.11.11",
97
97
  "@types/rimraf": "~3.0.2",
98
- "@types/testing-library__jest-dom": "~5.14.1",
99
- "@typescript-eslint/eslint-plugin": "~5.4.0",
100
- "@typescript-eslint/parser": "~5.4.0",
98
+ "@types/testing-library__jest-dom": "~5.14.2",
99
+ "@typescript-eslint/eslint-plugin": "~5.5.0",
100
+ "@typescript-eslint/parser": "~5.5.0",
101
101
  "autoprefixer": "~10.4.0",
102
102
  "axe-core": "~4.3.5",
103
103
  "babel-loader": "~8.2.3",
@@ -132,7 +132,7 @@
132
132
  "dotenv": "~10.0.0",
133
133
  "dotenv-webpack": "~7.0.3",
134
134
  "duplicate-package-checker-webpack-plugin": "~3.0.0",
135
- "eslint": "~8.3.0",
135
+ "eslint": "~8.4.0",
136
136
  "eslint-config-airbnb": "~18.2.1",
137
137
  "eslint-config-airbnb-base": "~15.0.0",
138
138
  "eslint-config-airbnb-typescript": "~15.0.0",
@@ -145,20 +145,20 @@
145
145
  "eslint-plugin-eslint-comments": "~3.2.0",
146
146
  "eslint-plugin-import": "~2.25.3",
147
147
  "eslint-plugin-jest": "~25.3.0",
148
- "eslint-plugin-jsdoc": "~37.0.3",
148
+ "eslint-plugin-jsdoc": "~37.1.0",
149
149
  "eslint-plugin-jsx-a11y": "~6.5.1",
150
150
  "eslint-plugin-mdx": "~1.16.0",
151
151
  "eslint-plugin-prettier": "~4.0.0",
152
152
  "eslint-plugin-react": "~7.27.1",
153
153
  "eslint-plugin-react-hooks": "~4.3.0",
154
154
  "eslint-plugin-redux-saga": "~1.2.1",
155
- "eslint-plugin-testing-library": "~5.0.0",
155
+ "eslint-plugin-testing-library": "~5.0.1",
156
156
  "eslint-plugin-wdio": "~7.4.2",
157
157
  "execa": "~5.1.1",
158
158
  "express": "~4.17.1",
159
159
  "express-pino-logger": "~7.0.0",
160
160
  "file-loader": "~6.2.0",
161
- "fork-ts-checker-webpack-plugin": "~6.4.2",
161
+ "fork-ts-checker-webpack-plugin": "~6.5.0",
162
162
  "helmet-csp": "~3.4.0",
163
163
  "html-loader": "~3.0.1",
164
164
  "html-webpack-plugin": "~5.5.0",
@@ -169,7 +169,7 @@
169
169
  "imports-loader": "~3.1.1",
170
170
  "ip": "~1.1.5",
171
171
  "jest-axe": "~5.0.1",
172
- "jest-cli": "~27.4.0",
172
+ "jest-cli": "~27.4.3",
173
173
  "jest-sonar-reporter": "~2.0.0",
174
174
  "jest-styled-components": "~7.0.8",
175
175
  "jscodeshift": "~0.13.0",
@@ -179,15 +179,15 @@
179
179
  "minimist": "~1.2.5",
180
180
  "moment": "~2.29.1",
181
181
  "moment-locales-webpack-plugin": "~1.2.0",
182
- "msw": "~0.35.0",
182
+ "msw": "~0.36.0",
183
183
  "node-plop": "~0.30.0",
184
184
  "nodemon": "~2.0.15",
185
185
  "npm-check-updates": "12.0.2",
186
186
  "null-loader": "~4.0.1",
187
- "pino": "~7.5.0",
187
+ "pino": "~7.5.1",
188
188
  "pino-pretty": "~7.2.0",
189
189
  "pinst": "~2.1.6",
190
- "plop": "~3.0.1",
190
+ "plop": "~3.0.2",
191
191
  "postcss": "~8.4.4",
192
192
  "postcss-jsx": "~0.36.4",
193
193
  "postcss-html": "~1.3.0",
@@ -195,7 +195,7 @@
195
195
  "postcss-syntax": "~0.36.2",
196
196
  "postcss-loader": "~6.2.1",
197
197
  "postcss-preset-env": "~7.0.1",
198
- "prettier": "~2.5.0",
198
+ "prettier": "~2.5.1",
199
199
  "pug": "~3.0.2",
200
200
  "pug-loader": "~2.4.0",
201
201
  "raf": "~3.4.1",
@@ -204,6 +204,7 @@
204
204
  "react-docgen": "~5.4.0",
205
205
  "react-refresh": "~0.11.0",
206
206
  "react-test-renderer": "~17.0.2",
207
+ "resolve-typescript-plugin": "~1.1.1",
207
208
  "resize-observer-polyfill": "~1.5.1",
208
209
  "rimraf": "~3.0.2",
209
210
  "script-loader": "~0.7.2",
@@ -221,11 +222,11 @@
221
222
  "svgo": "~2.8.0",
222
223
  "terser-webpack-plugin": "~5.2.5",
223
224
  "ts-node": "~10.4.0",
224
- "tsc-alias": "~1.4.1",
225
+ "tsc-alias": "~1.4.2",
225
226
  "tsc-files": "~1.1.3",
226
227
  "tsconfig-paths": "~3.12.0",
227
228
  "tsconfig-paths-webpack-plugin": "~3.5.2",
228
- "type-fest": "~2.6.0",
229
+ "type-fest": "~2.8.0",
229
230
  "typescript": "~4.5.2",
230
231
  "update-notifier": "~5.1.0",
231
232
  "url-loader": "~4.1.1",
@@ -240,8 +241,8 @@
240
241
  "webpack-pwa-manifest": "~4.3.0",
241
242
  "webpack-strip-block": "~0.3.0",
242
243
  "whatwg-fetch": "~3.6.2",
243
- "workbox-webpack-plugin": "~6.4.1",
244
- "yargs": "~17.2.1"
244
+ "workbox-webpack-plugin": "~6.4.2",
245
+ "yargs": "~17.3.0"
245
246
  },
246
247
  "devDependencies": {
247
248
  "redux": "~4.1.2",