@elliemae/pui-cli 9.0.0-next.67 → 9.0.0-next.69

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.
Files changed (214) hide show
  1. package/app.tsconfig.json +3 -4
  2. package/dist/cjs/commands/lint.js +1 -1
  3. package/dist/cjs/commands/test.js +1 -1
  4. package/dist/cjs/lint-config/eslint.config.js +186 -194
  5. package/dist/cjs/release.config.js +2 -0
  6. package/dist/cjs/server/appRoutes.js +3 -1
  7. package/dist/cjs/server/csp.js +16 -12
  8. package/dist/cjs/server/index.js +24 -15
  9. package/dist/cjs/server/middlewares.js +11 -8
  10. package/dist/cjs/testing/jest.config.cjs +2 -1
  11. package/dist/cjs/testing/{extended/axe-core/index.js → mocks/frame.js} +7 -5
  12. package/dist/cjs/testing/mocks/iframe.js +3 -1
  13. package/dist/cjs/testing/setup-tests.js +9 -2
  14. package/dist/cjs/testing/vitest.config.js +0 -1
  15. package/dist/cjs/webpack/csp-plugin.js +3 -1
  16. package/dist/cjs/webpack/webpack.base.babel.js +5 -2
  17. package/dist/cjs/webpack/webpack.lib.base.babel.js +3 -1
  18. package/dist/esm/commands/lint.js +1 -1
  19. package/dist/esm/commands/test.js +1 -1
  20. package/dist/esm/lint-config/eslint.config.js +186 -194
  21. package/dist/esm/release.config.js +2 -0
  22. package/dist/esm/server/appRoutes.js +3 -1
  23. package/dist/esm/server/csp.js +16 -12
  24. package/dist/esm/server/index.js +24 -15
  25. package/dist/esm/server/middlewares.js +11 -8
  26. package/dist/esm/testing/jest.config.cjs +2 -1
  27. package/dist/esm/testing/mocks/frame.js +6 -0
  28. package/dist/esm/testing/mocks/iframe.js +3 -1
  29. package/dist/esm/testing/setup-tests.js +9 -2
  30. package/dist/esm/testing/vitest.config.js +0 -1
  31. package/dist/esm/webpack/csp-plugin.js +3 -1
  32. package/dist/esm/webpack/webpack.base.babel.js +5 -2
  33. package/dist/esm/webpack/webpack.lib.base.babel.js +3 -1
  34. package/dist/types/docusaurus.config.d.ts +0 -1
  35. package/dist/types/eslint.config.d.ts +1 -2
  36. package/dist/types/lib/babel.config.d.cts +0 -1
  37. package/dist/types/lib/build/vite.config.d.ts +0 -1
  38. package/dist/types/lib/cli.d.ts +0 -1
  39. package/dist/types/lib/commands/build.d.ts +0 -1
  40. package/dist/types/lib/commands/buildcdn.d.ts +0 -1
  41. package/dist/types/lib/commands/codemod.d.ts +0 -1
  42. package/dist/types/lib/commands/gendoc.d.ts +0 -1
  43. package/dist/types/lib/commands/lint.d.ts +0 -1
  44. package/dist/types/lib/commands/pack.d.ts +0 -1
  45. package/dist/types/lib/commands/start.d.ts +0 -1
  46. package/dist/types/lib/commands/storybook.d.ts +0 -1
  47. package/dist/types/lib/commands/test.d.ts +0 -1
  48. package/dist/types/lib/commands/tscheck.d.ts +0 -1
  49. package/dist/types/lib/commands/utils.d.ts +0 -1
  50. package/dist/types/lib/commands/version.d.ts +0 -1
  51. package/dist/types/lib/commands/vitest.d.ts +0 -1
  52. package/dist/types/lib/index.d.cts +0 -1
  53. package/dist/types/lib/index.d.ts +0 -1
  54. package/dist/types/lib/lint-config/commitlint.config.d.ts +0 -1
  55. package/dist/types/lib/lint-config/eslint.config.d.ts +2 -3
  56. package/dist/types/lib/lint-config/lint-staged.config.d.ts +0 -1
  57. package/dist/types/lib/lint-config/prettier.config.d.ts +0 -1
  58. package/dist/types/lib/lint-config/stylelint.config.d.ts +0 -1
  59. package/dist/types/lib/monorepo/delete-merged-tags.d.ts +0 -1
  60. package/dist/types/lib/monorepo/set-registry-version.d.ts +0 -1
  61. package/dist/types/lib/monorepo/set-workspace-version.d.ts +0 -1
  62. package/dist/types/lib/monorepo/utils.d.cts +0 -1
  63. package/dist/types/lib/monorepo/utils.d.ts +0 -1
  64. package/dist/types/lib/pui-config.d.ts +0 -1
  65. package/dist/types/lib/release.config.d.ts +0 -1
  66. package/dist/types/lib/server/appRoutes.d.ts +0 -1
  67. package/dist/types/lib/server/cert.d.ts +1 -2
  68. package/dist/types/lib/server/csp.d.ts +1 -2
  69. package/dist/types/lib/server/index.d.ts +0 -1
  70. package/dist/types/lib/server/logger.d.ts +0 -1
  71. package/dist/types/lib/server/middlewares.d.ts +0 -1
  72. package/dist/types/lib/server/utils.d.ts +0 -1
  73. package/dist/types/lib/server/wsServer.d.ts +0 -1
  74. package/dist/types/lib/testing/jest.config.d.cts +2 -2
  75. package/dist/types/lib/testing/jest.node.config.d.cts +2 -2
  76. package/dist/types/lib/testing/jest.polyfills.d.cts +0 -1
  77. package/dist/types/lib/testing/mocks/axios.d.ts +0 -1
  78. package/dist/types/lib/testing/mocks/cssModule.d.ts +0 -1
  79. package/dist/types/lib/testing/mocks/frame.d.ts +3 -0
  80. package/dist/types/lib/testing/mocks/html.d.ts +0 -1
  81. package/dist/types/lib/testing/mocks/iframe.d.ts +1 -1
  82. package/dist/types/lib/testing/mocks/image.d.ts +0 -1
  83. package/dist/types/lib/testing/mocks/matchMedia.d.ts +0 -1
  84. package/dist/types/lib/testing/mocks/pui-app-loader.d.ts +0 -1
  85. package/dist/types/lib/testing/mocks/pui-diagnostics.d.ts +0 -1
  86. package/dist/types/lib/testing/mocks/pui-user-monitoring.d.ts +0 -1
  87. package/dist/types/lib/testing/mocks/retry-axios.d.ts +0 -1
  88. package/dist/types/lib/testing/mocks/svg.d.ts +0 -1
  89. package/dist/types/lib/testing/mocks/webpack-hmr.d.ts +0 -1
  90. package/dist/types/lib/testing/resolver.d.cts +0 -1
  91. package/dist/types/lib/testing/setup-react-env.d.ts +0 -1
  92. package/dist/types/lib/testing/setup-tests.d.ts +0 -1
  93. package/dist/types/lib/testing/vitest.config.d.ts +1 -2
  94. package/dist/types/lib/transpile/esbuild.d.ts +0 -1
  95. package/dist/types/lib/transpile/react-shim.d.ts +0 -1
  96. package/dist/types/lib/transpile/swcrc.config.d.cts +0 -1
  97. package/dist/types/lib/typedoc.d.cts +0 -1
  98. package/dist/types/lib/update-notifier.d.ts +0 -1
  99. package/dist/types/lib/utils.d.cts +1 -2
  100. package/dist/types/lib/utils.d.ts +1 -2
  101. package/dist/types/lib/webpack/csp-plugin.d.ts +3 -2
  102. package/dist/types/lib/webpack/csp.d.ts +0 -1
  103. package/dist/types/lib/webpack/helpers.d.ts +0 -1
  104. package/dist/types/lib/webpack/interceptor-middleware.d.ts +0 -1
  105. package/dist/types/lib/webpack/webpack.base.babel.d.ts +0 -1
  106. package/dist/types/lib/webpack/webpack.dev.babel.d.ts +0 -1
  107. package/dist/types/lib/webpack/webpack.lib.base.babel.d.ts +0 -1
  108. package/dist/types/lib/webpack/webpack.lib.dev.babel.d.ts +0 -1
  109. package/dist/types/lib/webpack/webpack.lib.prod.babel.d.ts +0 -1
  110. package/dist/types/lib/webpack/webpack.prod.babel.d.ts +0 -1
  111. package/dist/types/lib/webpack/webpack.storybook.d.ts +0 -1
  112. package/dist/types/tsconfig.tsbuildinfo +1 -1
  113. package/library.tsconfig.json +6 -11
  114. package/package.json +163 -156
  115. package/dist/cjs/testing/ExtendedJSDomEnv.cjs +0 -46
  116. package/dist/cjs/testing/extended/axe-core/getMessageAndPass.js +0 -36
  117. package/dist/cjs/testing/extended/axe-core/reporter.js +0 -50
  118. package/dist/cjs/testing/extended/axe-core/shouldIgnoreNodeViolation.js +0 -31
  119. package/dist/cjs/testing/extended/axe-core/toHaveNoViolations.js +0 -42
  120. package/dist/esm/testing/ExtendedJSDomEnv.cjs +0 -46
  121. package/dist/esm/testing/extended/axe-core/getMessageAndPass.js +0 -16
  122. package/dist/esm/testing/extended/axe-core/index.js +0 -4
  123. package/dist/esm/testing/extended/axe-core/reporter.js +0 -30
  124. package/dist/esm/testing/extended/axe-core/shouldIgnoreNodeViolation.js +0 -11
  125. package/dist/esm/testing/extended/axe-core/toHaveNoViolations.js +0 -22
  126. package/dist/types/docusaurus.config.d.ts.map +0 -1
  127. package/dist/types/eslint.config.d.ts.map +0 -1
  128. package/dist/types/lib/babel.config.d.cts.map +0 -1
  129. package/dist/types/lib/build/vite.config.d.ts.map +0 -1
  130. package/dist/types/lib/cli.d.ts.map +0 -1
  131. package/dist/types/lib/commands/build.d.ts.map +0 -1
  132. package/dist/types/lib/commands/buildcdn.d.ts.map +0 -1
  133. package/dist/types/lib/commands/codemod.d.ts.map +0 -1
  134. package/dist/types/lib/commands/gendoc.d.ts.map +0 -1
  135. package/dist/types/lib/commands/lint.d.ts.map +0 -1
  136. package/dist/types/lib/commands/pack.d.ts.map +0 -1
  137. package/dist/types/lib/commands/start.d.ts.map +0 -1
  138. package/dist/types/lib/commands/storybook.d.ts.map +0 -1
  139. package/dist/types/lib/commands/test.d.ts.map +0 -1
  140. package/dist/types/lib/commands/tscheck.d.ts.map +0 -1
  141. package/dist/types/lib/commands/utils.d.ts.map +0 -1
  142. package/dist/types/lib/commands/version.d.ts.map +0 -1
  143. package/dist/types/lib/commands/vitest.d.ts.map +0 -1
  144. package/dist/types/lib/index.d.cts.map +0 -1
  145. package/dist/types/lib/index.d.ts.map +0 -1
  146. package/dist/types/lib/lint-config/commitlint.config.d.ts.map +0 -1
  147. package/dist/types/lib/lint-config/eslint.config.d.ts.map +0 -1
  148. package/dist/types/lib/lint-config/lint-staged.config.d.ts.map +0 -1
  149. package/dist/types/lib/lint-config/prettier.config.d.ts.map +0 -1
  150. package/dist/types/lib/lint-config/stylelint.config.d.ts.map +0 -1
  151. package/dist/types/lib/monorepo/delete-merged-tags.d.ts.map +0 -1
  152. package/dist/types/lib/monorepo/set-registry-version.d.ts.map +0 -1
  153. package/dist/types/lib/monorepo/set-workspace-version.d.ts.map +0 -1
  154. package/dist/types/lib/monorepo/utils.d.cts.map +0 -1
  155. package/dist/types/lib/monorepo/utils.d.ts.map +0 -1
  156. package/dist/types/lib/pui-config.d.ts.map +0 -1
  157. package/dist/types/lib/release.config.d.ts.map +0 -1
  158. package/dist/types/lib/server/appRoutes.d.ts.map +0 -1
  159. package/dist/types/lib/server/cert.d.ts.map +0 -1
  160. package/dist/types/lib/server/csp.d.ts.map +0 -1
  161. package/dist/types/lib/server/index.d.ts.map +0 -1
  162. package/dist/types/lib/server/logger.d.ts.map +0 -1
  163. package/dist/types/lib/server/middlewares.d.ts.map +0 -1
  164. package/dist/types/lib/server/utils.d.ts.map +0 -1
  165. package/dist/types/lib/server/wsServer.d.ts.map +0 -1
  166. package/dist/types/lib/testing/ExtendedJSDomEnv.d.cts +0 -6
  167. package/dist/types/lib/testing/ExtendedJSDomEnv.d.cts.map +0 -1
  168. package/dist/types/lib/testing/extended/axe-core/getMessageAndPass.d.ts +0 -9
  169. package/dist/types/lib/testing/extended/axe-core/getMessageAndPass.d.ts.map +0 -1
  170. package/dist/types/lib/testing/extended/axe-core/index.d.ts +0 -2
  171. package/dist/types/lib/testing/extended/axe-core/index.d.ts.map +0 -1
  172. package/dist/types/lib/testing/extended/axe-core/reporter.d.ts +0 -3
  173. package/dist/types/lib/testing/extended/axe-core/reporter.d.ts.map +0 -1
  174. package/dist/types/lib/testing/extended/axe-core/shouldIgnoreNodeViolation.d.ts +0 -3
  175. package/dist/types/lib/testing/extended/axe-core/shouldIgnoreNodeViolation.d.ts.map +0 -1
  176. package/dist/types/lib/testing/extended/axe-core/toHaveNoViolations.d.ts +0 -13
  177. package/dist/types/lib/testing/extended/axe-core/toHaveNoViolations.d.ts.map +0 -1
  178. package/dist/types/lib/testing/jest.config.d.cts.map +0 -1
  179. package/dist/types/lib/testing/jest.node.config.d.cts.map +0 -1
  180. package/dist/types/lib/testing/jest.polyfills.d.cts.map +0 -1
  181. package/dist/types/lib/testing/mocks/axios.d.ts.map +0 -1
  182. package/dist/types/lib/testing/mocks/cssModule.d.ts.map +0 -1
  183. package/dist/types/lib/testing/mocks/html.d.ts.map +0 -1
  184. package/dist/types/lib/testing/mocks/iframe.d.ts.map +0 -1
  185. package/dist/types/lib/testing/mocks/image.d.ts.map +0 -1
  186. package/dist/types/lib/testing/mocks/matchMedia.d.ts.map +0 -1
  187. package/dist/types/lib/testing/mocks/pui-app-loader.d.ts.map +0 -1
  188. package/dist/types/lib/testing/mocks/pui-diagnostics.d.ts.map +0 -1
  189. package/dist/types/lib/testing/mocks/pui-user-monitoring.d.ts.map +0 -1
  190. package/dist/types/lib/testing/mocks/retry-axios.d.ts.map +0 -1
  191. package/dist/types/lib/testing/mocks/svg.d.ts.map +0 -1
  192. package/dist/types/lib/testing/mocks/webpack-hmr.d.ts.map +0 -1
  193. package/dist/types/lib/testing/resolver.d.cts.map +0 -1
  194. package/dist/types/lib/testing/setup-react-env.d.ts.map +0 -1
  195. package/dist/types/lib/testing/setup-tests.d.ts.map +0 -1
  196. package/dist/types/lib/testing/vitest.config.d.ts.map +0 -1
  197. package/dist/types/lib/transpile/esbuild.d.ts.map +0 -1
  198. package/dist/types/lib/transpile/react-shim.d.ts.map +0 -1
  199. package/dist/types/lib/transpile/swcrc.config.d.cts.map +0 -1
  200. package/dist/types/lib/typedoc.d.cts.map +0 -1
  201. package/dist/types/lib/update-notifier.d.ts.map +0 -1
  202. package/dist/types/lib/utils.d.cts.map +0 -1
  203. package/dist/types/lib/utils.d.ts.map +0 -1
  204. package/dist/types/lib/webpack/csp-plugin.d.ts.map +0 -1
  205. package/dist/types/lib/webpack/csp.d.ts.map +0 -1
  206. package/dist/types/lib/webpack/helpers.d.ts.map +0 -1
  207. package/dist/types/lib/webpack/interceptor-middleware.d.ts.map +0 -1
  208. package/dist/types/lib/webpack/webpack.base.babel.d.ts.map +0 -1
  209. package/dist/types/lib/webpack/webpack.dev.babel.d.ts.map +0 -1
  210. package/dist/types/lib/webpack/webpack.lib.base.babel.d.ts.map +0 -1
  211. package/dist/types/lib/webpack/webpack.lib.dev.babel.d.ts.map +0 -1
  212. package/dist/types/lib/webpack/webpack.lib.prod.babel.d.ts.map +0 -1
  213. package/dist/types/lib/webpack/webpack.prod.babel.d.ts.map +0 -1
  214. package/dist/types/lib/webpack/webpack.storybook.d.ts.map +0 -1
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "compilerOptions": {
3
- "lib": ["dom", "dom.iterable", "es2023"],
4
- "moduleResolution": "bundler",
5
- "target": "es2023",
6
- "module": "es2022",
3
+ "lib": ["dom", "dom.iterable", "esnext"],
4
+ "moduleResolution": "nodenext",
5
+ "target": "esnext",
6
+ "module": "nodenext",
7
7
  "allowJs": true,
8
8
  "allowSyntheticDefaultImports": true,
9
9
  "strict": true,
@@ -11,20 +11,15 @@
11
11
  "skipLibCheck": true,
12
12
  "emitDecoratorMetadata": true,
13
13
  "experimentalDecorators": true,
14
- "jsx": "preserve",
14
+ "jsx": "react-jsx",
15
15
  "noFallthroughCasesInSwitch": true,
16
16
  "resolveJsonModule": true,
17
17
  "forceConsistentCasingInFileNames": true,
18
18
  "preserveConstEnums": true,
19
19
  "sourceMap": true,
20
20
  "declaration": true,
21
- "declarationMap": true,
22
21
  "emitDeclarationOnly": true,
23
- "composite": true,
24
- "noEmitOnError": false,
25
- "noImplicitOverride": true,
26
- "newLine": "lf",
27
- "incremental": true
22
+ "composite": true
28
23
  },
29
24
  "$schema": "https://json.schemastore.org/tsconfig",
30
25
  "display": "pui-cli library"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "9.0.0-next.67",
3
+ "version": "9.0.0-next.69",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/cjs/index.cjs",
@@ -44,8 +44,8 @@
44
44
  "url": "https://git.elliemae.io/platform-ui/pui-cli.git"
45
45
  },
46
46
  "engines": {
47
- "pnpm": ">=9",
48
- "node": ">=22"
47
+ "pnpm": ">=10",
48
+ "node": ">=24"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"
@@ -78,89 +78,92 @@
78
78
  "indent": 4
79
79
  },
80
80
  "dependencies": {
81
- "@axe-core/react": "~4.10.1",
82
- "@babel/cli": "~7.26.4",
83
- "@babel/core": "~7.26.0",
84
- "@babel/node": "~7.26.0",
85
- "@babel/plugin-proposal-class-properties": "~7.18.6",
86
- "@babel/plugin-proposal-export-default-from": "~7.25.9",
81
+ "@axe-core/react": "~4.10.2",
82
+ "@babel/cli": "~7.28.3",
83
+ "@babel/core": "~7.28.4",
84
+ "@babel/node": "~7.28.0",
85
+ "@babel/plugin-proposal-export-default-from": "~7.27.1",
87
86
  "@babel/plugin-syntax-dynamic-import": "~7.8.3",
88
- "@babel/plugin-syntax-import-assertions": "~7.26.0",
89
- "@babel/plugin-transform-modules-commonjs": "~7.26.3",
90
- "@babel/plugin-transform-react-constant-elements": "~7.25.9",
91
- "@babel/plugin-transform-react-inline-elements": "~7.25.9",
92
- "@babel/plugin-transform-react-jsx-source": "~7.25.9",
93
- "@babel/plugin-transform-runtime": "~7.25.9",
94
- "@babel/preset-env": "~7.26.0",
95
- "@babel/preset-react": "~7.26.3",
96
- "@babel/preset-typescript": "~7.26.0",
97
- "@babel/runtime": "~7.26.0",
98
- "@commitlint/cli": "~19.6.1",
99
- "@commitlint/config-conventional": "~19.6.0",
100
- "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.11.0",
101
- "@eslint/compat": "~1.2.5",
102
- "@eslint/config-inspector": "^0.7.1",
103
- "@eslint/eslintrc": "~3.2.0",
104
- "@eslint/js": "~9.17.0",
105
- "@faker-js/faker": "~9.3.0",
106
- "@nx/workspace": "~20.3.1",
107
- "@pmmmwh/react-refresh-webpack-plugin": "~0.5.15",
87
+ "@babel/plugin-syntax-import-assertions": "~7.27.1",
88
+ "@babel/plugin-transform-class-properties": "~7.27.1",
89
+ "@babel/plugin-transform-modules-commonjs": "~7.27.1",
90
+ "@babel/plugin-transform-react-constant-elements": "~7.27.1",
91
+ "@babel/plugin-transform-react-inline-elements": "~7.27.1",
92
+ "@babel/plugin-transform-react-jsx-source": "~7.27.1",
93
+ "@babel/plugin-transform-runtime": "~7.28.3",
94
+ "@babel/preset-env": "~7.28.3",
95
+ "@babel/preset-react": "~7.27.1",
96
+ "@babel/preset-typescript": "~7.27.1",
97
+ "@babel/runtime": "~7.28.4",
98
+ "@commitlint/cli": "~19.8.1",
99
+ "@commitlint/config-conventional": "~19.8.1",
100
+ "@docusaurus/types": "~3.8.1",
101
+ "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.13.0",
102
+ "@eslint/compat": "~1.3.2",
103
+ "@eslint/config-helpers": "~0.3.1",
104
+ "@eslint/config-inspector": "^1.2.0",
105
+ "@eslint/eslintrc": "~3.3.1",
106
+ "@eslint/js": "~9.35.0",
107
+ "@faker-js/faker": "~10.0.0",
108
+ "@nx/workspace": "~21.5.2",
109
+ "@pmmmwh/react-refresh-webpack-plugin": "~0.6.1",
108
110
  "@semantic-release/changelog": "~6.0.3",
109
- "@semantic-release/exec": "~6.0.3",
111
+ "@semantic-release/exec": "~7.1.0",
110
112
  "@semantic-release/git": "~10.0.1",
111
- "@storybook/addon-a11y": "~8.4.7",
112
- "@storybook/addon-essentials": "~8.4.7",
113
+ "@storybook/addon-a11y": "~9.1.6",
114
+ "@storybook/addon-essentials": "~8.6.14",
113
115
  "@storybook/addon-events": "~6.2.9",
114
- "@storybook/addon-interactions": "~8.4.7",
115
- "@storybook/addon-links": "~8.4.7",
116
- "@storybook/addon-storysource": "~8.4.7",
117
- "@storybook/blocks": "~8.4.7",
118
- "@storybook/builder-vite": "~8.4.7",
119
- "@storybook/builder-webpack5": "~8.4.7",
120
- "@storybook/jest": "~0.2.3",
116
+ "@storybook/addon-interactions": "~8.6.14",
117
+ "@storybook/addon-links": "~9.1.6",
118
+ "@storybook/addon-storysource": "~8.6.14",
119
+ "@storybook/blocks": "~8.6.14",
120
+ "@storybook/builder-vite": "~9.1.6",
121
+ "@storybook/builder-webpack5": "~9.1.6",
122
+ "@storybook/test": "~8.6.14",
121
123
  "@storybook/manager-webpack5": "~6.5.16",
122
- "@storybook/react": "~8.4.7",
123
- "@storybook/react-vite": "~8.4.7",
124
- "@storybook/react-webpack5": "~8.4.7",
125
- "@storybook/testing-library": "~0.2.2",
126
- "@storybook/theming": "~8.4.7",
127
- "@stylelint/postcss-css-in-js": "~0.38.0",
128
- "@stylistic/eslint-plugin": "~2.12.1",
124
+ "@storybook/react": "~9.1.6",
125
+ "@storybook/react-vite": "~9.1.6",
126
+ "@storybook/react-webpack5": "~9.1.6",
127
+ "@storybook/theming": "~8.6.14",
128
+ "@stylistic/eslint-plugin": "~5.3.1",
129
129
  "@svgr/webpack": "~8.1.0",
130
- "@swc/cli": "~0.6.0",
131
- "@swc/core": "~1.10.7",
132
- "@swc/jest": "~0.2.37",
133
- "@testing-library/dom": "~10.4.0",
134
- "@testing-library/jest-dom": "~6.6.3",
135
- "@testing-library/react": "~16.1.0",
130
+ "@swc/cli": "~0.7.8",
131
+ "@swc/core": "~1.13.5",
132
+ "@swc/jest": "~0.2.39",
133
+ "@testing-library/dom": "~10.4.1",
134
+ "@testing-library/jest-dom": "~6.8.0",
135
+ "@testing-library/react": "~16.3.0",
136
136
  "@testing-library/react-hooks": "~8.0.1",
137
- "@testing-library/user-event": "~14.5.2",
137
+ "@testing-library/user-event": "~14.6.1",
138
138
  "@types/circular-dependency-plugin": "~5.0.8",
139
- "@types/compression": "~1.7.5",
140
- "@types/cors": "~2.8.17",
139
+ "@types/compression": "~1.8.1",
140
+ "@types/cors": "~2.8.19",
141
+ "@types/dotenv-webpack": "~7.0.8",
141
142
  "@types/duplicate-package-checker-webpack-plugin": "~2.1.5",
142
- "@types/express-serve-static-core": "~4.19.6",
143
- "@types/helmet": "~4.0.0",
143
+ "@types/express": "~5.0.3",
144
+ "@types/express-serve-static-core": "~5.0.7",
144
145
  "@types/ip": "~1.1.3",
145
- "@types/jest": "~29.5.14",
146
+ "@types/jest": "~30.0.0",
146
147
  "@types/jest-axe": "~3.5.9",
147
- "@types/lodash": "~4.17.14",
148
+ "@types/lodash": "~4.17.20",
149
+ "@types/minimist": "~1.2.5",
148
150
  "@types/moment-locales-webpack-plugin": "~1.2.6",
149
- "@types/node": "~22.10.5",
151
+ "@types/node": "~24.5.0",
150
152
  "@types/normalize-path": "~3.0.2",
151
- "@types/react": "~19.0.4",
152
- "@types/rimraf": "~4.0.5",
153
+ "@types/react": "~19.1.13",
153
154
  "@types/speed-measure-webpack-plugin": "~1.3.6",
154
- "@types/supertest": "~6.0.2",
155
+ "@types/supertest": "~6.0.3",
155
156
  "@types/uuid": "~10.0.0",
156
157
  "@types/webpack-bundle-analyzer": "~4.7.0",
157
- "@typescript-eslint/eslint-plugin": "~8.19.1",
158
- "@typescript-eslint/parser": "~8.19.1",
159
- "@vitejs/plugin-react": "~4.3.4",
160
- "@vitest/coverage-c8": "~0.33.0",
161
- "acorn": "~8.14.0",
162
- "autoprefixer": "~10.4.20",
163
- "axe-core": "~4.10.2",
158
+ "@types/ws": "~8.18.1",
159
+ "@types/yargs": "~17.0.33",
160
+ "@typescript-eslint/eslint-plugin": "~8.44.0",
161
+ "@typescript-eslint/parser": "~8.44.0",
162
+ "@vitejs/plugin-react": "~5.0.2",
163
+ "@vitest/coverage-v8": "~3.2.4",
164
+ "acorn": "~8.15.0",
165
+ "autoprefixer": "~10.4.21",
166
+ "axe-core": "~4.10.3",
164
167
  "babel-plugin-date-fns": "~2.0.0",
165
168
  "babel-plugin-dynamic-import-node": "~2.3.3",
166
169
  "babel-plugin-import-remove-resource-query": "~1.0.0",
@@ -171,148 +174,151 @@
171
174
  "babel-plugin-transform-react-remove-prop-types": "~0.4.24",
172
175
  "babel-plugin-transform-remove-console": "~6.9.4",
173
176
  "babel-plugin-transform-strip-block": "~0.0.5",
174
- "body-parser": "~1.20.3",
175
- "browserslist": "~4.24.4",
177
+ "body-parser": "~2.2.0",
178
+ "browserslist": "~4.26.2",
176
179
  "browserslist-to-esbuild": "~2.1.1",
177
- "chalk": "~5.4.1",
180
+ "chalk": "~5.6.2",
181
+ "cheerio": "~1.1.2",
178
182
  "circular-dependency-plugin": "~5.2.2",
179
- "compression": "~1.7.5",
183
+ "compression": "~1.8.1",
180
184
  "compression-webpack-plugin": "~11.1.0",
181
- "copy-webpack-plugin": "~12.0.2",
185
+ "copy-webpack-plugin": "~13.0.1",
182
186
  "cors": "~2.8.5",
183
- "cross-env": "~7.0.3",
187
+ "cross-env": "~10.0.0",
184
188
  "css-loader": "~7.1.2",
185
- "css-minimizer-webpack-plugin": "~7.0.0",
189
+ "css-minimizer-webpack-plugin": "~7.0.2",
186
190
  "depcheck": "~1.4.7",
187
191
  "docdash": "~2.0.2",
188
- "dotenv": "~16.4.7",
189
- "dotenv-webpack": "~8.1.0",
192
+ "dotenv": "~17.2.2",
193
+ "dotenv-webpack": "~8.1.1",
190
194
  "duplicate-package-checker-webpack-plugin": "~3.0.0",
191
- "enhanced-resolve": "5.18.0",
192
- "esbuild": "~0.24.2",
193
- "esbuild-loader": "~4.2.2",
195
+ "enhanced-resolve": "5.18.3",
196
+ "esbuild": "~0.25.9",
197
+ "esbuild-loader": "~4.3.0",
194
198
  "esbuild-plugin-lodash": "~1.2.0",
195
- "esbuild-plugin-svgr": "~3.1.0",
196
- "eslint": "~9.17.0",
197
- "eslint-config-prettier": "~9.1.0",
198
- "eslint-import-resolver-typescript": "~3.7.0",
199
- "eslint-plugin-import": "~2.31.0",
200
- "eslint-plugin-import-x": "~4.6.1",
201
- "eslint-plugin-jest": "~28.10.0",
202
- "eslint-plugin-jsdoc": "~50.6.1",
199
+ "esbuild-plugin-svgr": "~3.1.1",
200
+ "eslint": "~9.35.0",
201
+ "eslint-config-prettier": "~10.1.8",
202
+ "eslint-import-resolver-typescript": "~4.4.4",
203
+ "eslint-plugin-import": "~2.32.0",
204
+ "eslint-plugin-import-x": "~4.16.1",
205
+ "eslint-plugin-jest": "~29.0.1",
206
+ "eslint-plugin-jsdoc": "~58.1.0",
203
207
  "eslint-plugin-jsx-a11y": "~6.10.2",
204
- "eslint-plugin-mdx": "~3.1.5",
205
- "eslint-plugin-prettier": "~5.2.1",
206
- "eslint-plugin-react": "~7.37.3",
207
- "eslint-plugin-react-hooks": "~5.1.0",
208
+ "eslint-plugin-mdx": "~3.6.2",
209
+ "eslint-plugin-prettier": "~5.5.4",
210
+ "eslint-plugin-react": "~7.37.5",
211
+ "eslint-plugin-react-hooks": "~5.2.0",
208
212
  "eslint-plugin-redux-saga": "~1.3.2",
209
- "eslint-plugin-storybook": "~0.11.2",
210
- "eslint-plugin-testing-library": "~7.1.1",
211
- "eslint-plugin-wdio": "~9.4.4",
212
- "execa": "~9.5.2",
213
- "express": "~4.21.2",
214
- "express-static-gzip": "~2.2.0",
213
+ "eslint-plugin-storybook": "~9.1.6",
214
+ "eslint-plugin-testing-library": "~7.8.0",
215
+ "eslint-plugin-wdio": "~9.16.2",
216
+ "execa": "~9.6.0",
217
+ "express": "~5.1.0",
218
+ "express-static-gzip": "~3.0.0",
215
219
  "fast-glob": "~3.3.3",
216
220
  "favicons": "~7.2.0",
217
221
  "favicons-webpack-plugin": "~6.0.1",
218
- "find-up": "~7.0.0",
222
+ "find-up": "~8.0.0",
219
223
  "find-up-cli": "~6.0.0",
220
- "globals": "~15.14.0",
221
- "happy-dom": "~16.5.3",
224
+ "globals": "~16.4.0",
225
+ "happy-dom": "~18.0.1",
226
+ "helmet": "~8.1.0",
222
227
  "helmet-csp": "~4.0.0",
223
228
  "html-loader": "~5.1.0",
224
- "html-webpack-plugin": "~5.6.3",
229
+ "html-webpack-plugin": "~5.6.4",
225
230
  "http-server": "~14.1.1",
226
231
  "husky": "~9.1.7",
227
232
  "husky-init": "~8.0.0",
228
233
  "imports-loader": "~5.0.0",
229
234
  "ip": "~2.0.1",
230
- "jest": "~29.7.0",
231
- "jest-axe": "~9.0.0",
232
- "jest-environment-jsdom": "~29.7.0",
235
+ "jest": "~30.1.3",
236
+ "jest-axe": "~10.0.0",
237
+ "jest-environment-jsdom": "~30.1.2",
233
238
  "jest-sonar-reporter": "~2.0.0",
234
239
  "jest-styled-components": "~7.2.0",
235
- "jest-watch-typeahead": "~2.2.2",
236
- "jscodeshift": "~17.1.1",
240
+ "jest-watch-typeahead": "~3.0.1",
241
+ "jscodeshift": "~17.3.0",
237
242
  "jsdoc": "~4.0.4",
238
- "lerna": "~8.1.9",
239
- "lint-staged": "~15.3.0",
240
- "mini-css-extract-plugin": "~2.9.2",
243
+ "lerna": "~8.2.4",
244
+ "lodash": "~4.17.21",
245
+ "lint-staged": "~16.1.6",
246
+ "mini-css-extract-plugin": "~2.9.4",
241
247
  "minimist": "~1.2.8",
242
248
  "moment": "~2.30.1",
243
249
  "moment-locales-webpack-plugin": "~1.2.0",
244
- "msw": "~2.7.0",
245
- "node-gyp": "~11.0.0",
246
- "node-plop": "~0.32.0",
247
- "nodemon": "~3.1.9",
250
+ "msw": "~2.11.2",
251
+ "node-gyp": "~11.4.2",
252
+ "node-plop": "~0.32.1",
253
+ "nodemon": "~3.1.10",
248
254
  "normalize-path": "~3.0.0",
249
- "npm-check-updates": "17.1.13",
255
+ "npm-check-updates": "18.1.1",
250
256
  "npm-run-all": "~4.1.5",
251
- "nx": "~20.3.1",
252
- "pino": "~9.6.0",
253
- "pino-http": "~10.3.0",
254
- "pino-pretty": "~13.0.0",
255
- "plop": "~4.0.1",
256
- "postcss": "~8.4.49",
257
- "postcss-html": "~1.7.0",
257
+ "nx": "~21.5.2",
258
+ "pino": "~9.9.5",
259
+ "pino-http": "~10.5.0",
260
+ "pino-pretty": "~13.1.1",
261
+ "plop": "~4.0.2",
262
+ "postcss": "~8.5.6",
263
+ "postcss-html": "~1.8.0",
258
264
  "postcss-jsx": "~0.36.4",
259
- "postcss-loader": "~8.1.1",
260
- "postcss-markdown": "~1.2.0",
261
- "postcss-preset-env": "~10.1.3",
262
- "postcss-styled-syntax": "0.7.0",
265
+ "postcss-loader": "~8.2.0",
266
+ "postcss-markdown": "~1.3.0",
267
+ "postcss-preset-env": "~10.3.1",
268
+ "postcss-styled-syntax": "0.7.1",
263
269
  "postcss-syntax": "~0.36.2",
264
- "prettier": "~3.4.2",
265
- "prisma": "~6.2.1",
270
+ "prettier": "~3.6.2",
271
+ "prisma": "~6.16.2",
266
272
  "pug": "~3.0.3",
267
273
  "pug-loader": "~2.4.0",
268
274
  "raf": "~3.4.1",
269
- "react-docgen": "~7.1.0",
270
- "react-refresh": "~0.16.0",
275
+ "react-docgen": "~8.0.1",
276
+ "react-refresh": "~0.17.0",
271
277
  "react-test-renderer": "~18.3.1",
272
278
  "resize-observer-polyfill": "~1.5.1",
273
279
  "resolve-typescript-plugin": "~2.0.1",
274
280
  "rimraf": "~6.0.1",
275
- "semantic-release": "~24.2.1",
276
- "slackify-markdown": "~4.4.0",
281
+ "semantic-release": "~24.2.8",
282
+ "slackify-markdown": "~4.5.0",
277
283
  "speed-measure-webpack-plugin": "~1.5.0",
278
- "storybook": "~8.4.7",
284
+ "storybook": "~9.1.6",
279
285
  "storybook-addon-turbo-build": "~2.0.1",
280
286
  "storybook-react-router": "~1.0.8",
281
287
  "style-loader": "~4.0.0",
282
- "stylelint": "~16.12.0",
288
+ "stylelint": "~16.24.0",
283
289
  "stylelint-config-prettier": "~9.0.5",
284
- "stylelint-config-standard": "~36.0.1",
285
- "stylelint-prettier": "~5.0.2",
286
- "supertest": "~7.0.0",
290
+ "stylelint-config-standard": "~39.0.0",
291
+ "stylelint-prettier": "~5.0.3",
292
+ "supertest": "~7.1.4",
287
293
  "swc-loader": "~0.2.6",
288
294
  "ts-node": "~10.9.2",
289
- "tsc-alias": "~1.8.10",
295
+ "tsc-alias": "~1.8.16",
290
296
  "tsconfig-paths-webpack-plugin": "~4.2.0",
291
- "tsx": "~4.19.2",
292
- "typedoc": "~0.27.6",
293
- "typescript": "~5.7.3",
294
- "typescript-eslint": "~8.19.1",
295
- "undici": "~7.2.1",
297
+ "tsx": "~4.20.5",
298
+ "typedoc": "~0.28.13",
299
+ "typescript": "~5.9.2",
300
+ "typescript-eslint": "~8.44.0",
301
+ "undici": "~7.16.0",
296
302
  "update-notifier": "~7.3.1",
297
303
  "url-loader": "~4.1.1",
298
- "uuid": "~11.0.5",
299
- "vite": "~6.0.7",
304
+ "uuid": "~13.0.0",
305
+ "vite": "~7.1.5",
300
306
  "vite-tsconfig-paths": "~5.1.4",
301
- "vitest": "~2.1.8",
302
- "webpack": "~5.97.1",
307
+ "vitest": "~3.2.4",
308
+ "webpack": "~5.101.3",
303
309
  "webpack-bundle-analyzer": "~4.10.2",
304
310
  "webpack-cli": "~6.0.1",
305
- "webpack-dev-server": "~5.2.0",
306
- "webpack-manifest-plugin": "~5.0.0",
311
+ "webpack-dev-server": "~5.2.2",
312
+ "webpack-manifest-plugin": "~5.0.1",
307
313
  "webpack-merge": "~6.0.1",
308
314
  "whatwg-fetch": "~3.6.20",
309
315
  "workbox-webpack-plugin": "~7.3.0",
310
- "ws": "~8.18.0",
311
- "yargs": "~17.7.2"
316
+ "ws": "~8.18.3",
317
+ "yargs": "~18.0.0"
312
318
  },
313
319
  "devDependencies": {
314
- "@elliemae/pui-doc-gen": "~3.2.0",
315
- "jiti": "~2.4.2",
320
+ "@elliemae/pui-doc-gen": "~3.6.0",
321
+ "jiti": "~2.5.1",
316
322
  "react": "~18.3.1",
317
323
  "react-dom": "~18.3.1",
318
324
  "redux": "~5.0.1",
@@ -321,7 +327,8 @@
321
327
  },
322
328
  "pnpm": {
323
329
  "overrides": {
324
- "@types/express-serve-static-core": "~4.19.6"
330
+ "@types/express-serve-static-core": "~5.0.7",
331
+ "eslint": "~9.35.0"
325
332
  }
326
333
  },
327
334
  "type": "module"
@@ -1,46 +0,0 @@
1
- /* eslint-disable complexity */
2
- const { TestEnvironment } = require('jest-environment-jsdom');
3
-
4
- // ICE platform is meant to be run on node > 18
5
- // "jest-environment-jsdom": "~29.6.3" is instead meant to support node >16
6
- // features that are supported since node 17 & 18 are not supported in jsdom env
7
- // the limitation is not relevant for us since we are already running on node 18 anyway,
8
- // this "ExtendedJSDomEnv" is an extension of the
9
- // jest.config.cjs
10
- // {
11
- // ...
12
- // testEnvironment: 'jsdom'
13
- // ...
14
- // }
15
- // that actually uses node 18 features that are not supported in "jest-environment-jsdom": "~29.6.3"
16
-
17
- // https://github.com/facebook/jest/blob/v29.4.3/website/versioned_docs/version-29.4/Configuration.md#testenvironment-string
18
- class FixJSDOMEnvironment extends TestEnvironment {
19
- constructor(...args) {
20
- super(...args);
21
-
22
- // From here on we are using "node" (currently running version of it) to polyfill jsdom this.global
23
- if (ReadableStream) this.global.ReadableStream = ReadableStream;
24
- if (TextDecoder) this.global.TextDecoder = TextDecoder;
25
- if (TextEncoder) this.global.TextEncoder = TextEncoder;
26
-
27
- if (Blob) this.global.Blob = Blob;
28
- if (File) this.global.File = File;
29
- if (Headers) this.global.Headers = Headers;
30
- if (FormData) this.global.FormData = FormData;
31
- if (Request) this.global.Request = Request;
32
- if (Response) this.global.Response = Response;
33
- if (Request) this.global.Request = Request;
34
- if (Response) this.global.Response = Response;
35
- if (fetch) this.global.fetch = fetch;
36
-
37
- // FIXME https://github.com/jsdom/jsdom/issues/3363
38
- if (structuredClone) this.global.structuredClone = structuredClone;
39
-
40
- // "mocking" MessagePort so undici can work
41
- if (MessagePort) this.global.MessagePort = MessagePort;
42
- // if MessagePort is not defined, we are creating a mock class that does nothing but won't throw
43
- else this.global.MessagePort = class {};
44
- }
45
- }
46
- module.exports = FixJSDOMEnvironment;
@@ -1,36 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var getMessageAndPass_exports = {};
20
- __export(getMessageAndPass_exports, {
21
- getMessageAndPass: () => getMessageAndPass
22
- });
23
- module.exports = __toCommonJS(getMessageAndPass_exports);
24
- var import_jest_matcher_utils = require("jest-matcher-utils");
25
- var import_reporter = require("./reporter.js");
26
- const getMessageAndPass = (violations) => {
27
- const formatedViolations = (0, import_reporter.reporter)(violations);
28
- const pass = formatedViolations.length === 0;
29
- if (pass) return { message: () => "", pass };
30
- return {
31
- message: () => `${(0, import_jest_matcher_utils.matcherHint)(".toHaveNoViolations")}
32
-
33
- ${formatedViolations}`,
34
- pass
35
- };
36
- };
@@ -1,50 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var reporter_exports = {};
20
- __export(reporter_exports, {
21
- reporter: () => reporter
22
- });
23
- module.exports = __toCommonJS(reporter_exports);
24
- var import_jest_matcher_utils = require("jest-matcher-utils");
25
- const colorYellow = (arg) => `\x1B[93m ${arg ?? ""} \x1B[0m`;
26
- const colorGrey = (arg) => `\x1B[90m ${arg ?? ""} \x1B[0m`;
27
- const colorBlue = (arg) => `\x1B[34m ${arg ?? ""} \x1B[0m`;
28
- const reporter = (violToFormat) => {
29
- if (violToFormat.length === 0) return "";
30
- const lineBreak = "\n\n";
31
- const horizontalLine = "\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500";
32
- return violToFormat.map((violation) => {
33
- const errorBody = violation.nodes.map((node) => {
34
- const selector = node.target.join(", ");
35
- const expectedText = `Expected the HTML found at $('${selector}') to have no violations:${lineBreak}`;
36
- let violationHelpUrl = "";
37
- if (violation.helpUrl)
38
- violationHelpUrl = `You can find more information on this issue here:
39
- ${colorBlue(
40
- violation.helpUrl
41
- )}`;
42
- return `${expectedText + colorGrey(node.html) + lineBreak}Received:${lineBreak}${(0, import_jest_matcher_utils.printReceived)(
43
- `${violation.help} (${violation.id})`
44
- )}${lineBreak}${colorYellow(
45
- node.failureSummary
46
- )}${lineBreak}${violationHelpUrl}`;
47
- }).join(lineBreak);
48
- return errorBody;
49
- }).join(lineBreak + horizontalLine + lineBreak);
50
- };
@@ -1,31 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var shouldIgnoreNodeViolation_exports = {};
20
- __export(shouldIgnoreNodeViolation_exports, {
21
- shouldIgnoreNodeViolation: () => shouldIgnoreNodeViolation
22
- });
23
- module.exports = __toCommonJS(shouldIgnoreNodeViolation_exports);
24
- const dataAttributeRegexp = /(data-[\S]*)=["']([\S]*)["']/gm;
25
- const shouldIgnoreNodeViolation = (node, violation) => [...node.html.matchAll(dataAttributeRegexp)].map(([fullMatch, dataKey, dataValue]) => ({
26
- fullMatch,
27
- dataKey,
28
- dataValue
29
- })).some(
30
- ({ dataKey, dataValue }) => dataKey === `data-axe-ignore-${violation.id}` && dataValue === "true"
31
- );