@cfpb/ccdb5-ui 2.22.0 → 2.23.2

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.
@@ -32,6 +32,16 @@
32
32
  * Date: Mon, 14 Aug 2023 19:47:14 GMT
33
33
  */
34
34
 
35
+ /**
36
+ * @license React
37
+ * react-compiler-runtime.production.js
38
+ *
39
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
40
+ *
41
+ * This source code is licensed under the MIT license found in the
42
+ * LICENSE file in the root directory of this source tree.
43
+ */
44
+
35
45
  /**
36
46
  * @license React
37
47
  * react-dom-client.production.js
@@ -113,7 +123,7 @@
113
123
  */
114
124
 
115
125
  /**
116
- * react-router v7.18.2
126
+ * react-router v7.18.3
117
127
  *
118
128
  * Copyright (c) Remix Software Inc.
119
129
  *
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cfpb/ccdb5-ui",
3
- "version": "2.22.0",
3
+ "version": "2.23.2",
4
4
  "packageManager": "yarn@4.18.0",
5
5
  "description": "Consumer Complaint Database UI",
6
6
  "homepage": "https://www.consumerfinance.gov/",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/cfpb/ccdb5-ui.git"
9
+ "url": "git+https://github.com/cfpb/ccdb5-ui.git"
10
10
  },
11
11
  "license": "CC0-1.0",
12
12
  "engines": {
@@ -28,14 +28,14 @@
28
28
  "lint:cypress": "yarn eslint ./cypress --fix",
29
29
  "prepare": "husky",
30
30
  "release": "yarn run build && release-it --npm.skipChecks",
31
- "test": "TZ=UTC jest --coverage --watchAll=false",
31
+ "test": "TZ=UTC rstest --coverage",
32
32
  "typecheck": "tsc --noEmit -p tsconfig.json",
33
33
  "start": "rsbuild dev",
34
34
  "build": "./scripts/build.sh",
35
35
  "preview": "rsbuild preview"
36
36
  },
37
37
  "dependencies": {
38
- "@cfpb/cfpb-design-system": "5.10.1",
38
+ "@cfpb/cfpb-design-system": "5.10.2",
39
39
  "@cfpb/design-system-react": "2.0.3",
40
40
  "@fontsource-variable/source-sans-3": "5.3.0",
41
41
  "@reduxjs/toolkit": "^2.12.0",
@@ -44,7 +44,7 @@
44
44
  "intro.js": "7.2.0",
45
45
  "lit": "^3.3.3",
46
46
  "prop-types": "^15.8.1",
47
- "query-string": "^9.5.0",
47
+ "query-string": "^9.5.1",
48
48
  "react": "^19.2.8",
49
49
  "react-bootstrap": "^2.10.10",
50
50
  "react-bootstrap-typeahead": "^6.4.1",
@@ -52,40 +52,33 @@
52
52
  "react-fast-compare": "^3.2.2",
53
53
  "react-modal": "^3.16.3",
54
54
  "react-redux": "^9.3.0",
55
- "react-router": "^7.18.2"
55
+ "react-router": "^7.18.3"
56
56
  },
57
57
  "devDependencies": {
58
- "@babel/core": "^7.29.7",
59
- "@babel/plugin-transform-modules-commonjs": "^7.29.7",
60
- "@babel/preset-env": "^7.29.7",
61
- "@babel/preset-react": "^7.29.7",
62
- "@babel/preset-typescript": "^7.29.7",
63
58
  "@cfpb/browserslist-config": "^0.0.7",
64
59
  "@eslint/js": "^10.0.1",
65
- "@rsbuild/core": "^2.2.0",
60
+ "@rsbuild/core": "^2.2.3",
66
61
  "@rsbuild/plugin-react": "^2.1.0",
67
62
  "@rsbuild/plugin-sass": "^1.5.3",
68
63
  "@rsbuild/plugin-svgr": "^2.0.5",
64
+ "@rstest/core": "^0.11.12",
65
+ "@rstest/coverage-istanbul": "^0.11.12",
69
66
  "@testing-library/cypress": "^10.1.3",
70
67
  "@testing-library/dom": "^10.4.1",
71
68
  "@testing-library/jest-dom": "^6.9.1",
72
- "@testing-library/react": "^16.3.2",
73
- "@testing-library/user-event": "^14.6.6",
74
- "@types/jest": "^30.0.0",
75
- "@types/node": "^26.3.0",
69
+ "@testing-library/react": "^16.3.3",
70
+ "@testing-library/user-event": "^14.6.7",
71
+ "@types/node": "^26.5.0",
76
72
  "@types/react": "^19.2.18",
77
- "@types/react-dom": "^19.2.5",
78
- "autoprefixer": "^10.5.4",
79
- "babel-jest": "^30.4.1",
80
- "babel-plugin-module-resolver": "^5.0.3",
81
- "coveralls-next": "^6.0.2",
73
+ "@types/react-dom": "^19.2.7",
74
+ "autoprefixer": "^10.5.5",
82
75
  "cypress": "^15.21.1",
83
- "eslint": "10.9.1",
76
+ "eslint": "10.10.0",
84
77
  "eslint-config-prettier": "^10.1.8",
85
78
  "eslint-import-resolver-typescript": "^4.4.5",
86
79
  "eslint-plugin-cypress": "^6.4.4",
87
80
  "eslint-plugin-import": "^2.32.0",
88
- "eslint-plugin-jest": "^29.16.2",
81
+ "eslint-plugin-jest": "^29.16.6",
89
82
  "eslint-plugin-jest-dom": "^5.10.1",
90
83
  "eslint-plugin-jsdoc": "^63.3.3",
91
84
  "eslint-plugin-jsx-a11y": "^6.10.2",
@@ -93,25 +86,23 @@
93
86
  "eslint-plugin-react-hooks": "^7.1.1",
94
87
  "eslint-plugin-testing-library": "^7.16.2",
95
88
  "eslint-plugin-unicorn": "^72.0.0",
96
- "globals": "^17.11.0",
89
+ "globals": "^17.12.0",
90
+ "happy-dom": "20.14.0",
97
91
  "husky": "^9.1.7",
98
- "identity-obj-proxy": "3.0.0",
99
- "jest": "^30.4.2",
100
- "jest-environment-jsdom": "^30.4.1",
101
- "jest-fetch-mock": "^3.2.0",
102
- "lint-staged": "^17.3.0",
92
+ "lint-staged": "^17.5.0",
103
93
  "lodash": "^4.18.1",
104
- "postcss": "^8.5.26",
94
+ "postcss": "^8.5.28",
105
95
  "prettier": "^3.9.6",
106
96
  "release-it": "^20.2.1",
107
- "sass": "^1.103.1",
97
+ "rstest-fetch-mock": "0.1.0",
98
+ "sass": "^1.104.0",
108
99
  "string-replace-loader": "^3.3.0",
109
- "stylelint": "17.14.1",
100
+ "stylelint": "17.15.0",
110
101
  "stylelint-config-standard": "^40.0.0",
111
102
  "stylelint-config-standard-scss": "^17.0.0",
112
103
  "typescript": "~5.9.3",
113
- "typescript-eslint": "^8.68.0",
114
- "webpack": "^5.109.2"
104
+ "typescript-eslint": "^8.70.0",
105
+ "webpack": "^5.110.3"
115
106
  },
116
107
  "lint-staged": {
117
108
  "src/**/*.{css,scss}": [
@@ -127,5 +118,6 @@
127
118
  "publishConfig": {
128
119
  "access": "public",
129
120
  "registry": "https://registry.npmjs.org/"
130
- }
121
+ },
122
+ "type": "module"
131
123
  }