focus-trap 8.0.1 → 8.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "focus-trap",
3
- "version": "8.0.1",
3
+ "version": "8.2.0",
4
4
  "description": "Trap focus within a DOM node.",
5
5
  "main": "dist/focus-trap.js",
6
6
  "module": "dist/focus-trap.esm.js",
@@ -31,7 +31,7 @@
31
31
  "build": "npm run clean && npm run compile",
32
32
  "start": "npm run compile:demo -- --watch --environment SERVE,RELOAD",
33
33
  "start:cypress": "npm run compile:demo -- --environment SERVE,IS_CYPRESS_ENV:\"$CYPRESS_BROWSER\"",
34
- "test:types": "tsc index.d.ts",
34
+ "test:types": "tsc",
35
35
  "test:unit": "jest",
36
36
  "test:coverage": "jest --coverage",
37
37
  "test:e2e": "ELECTRON_ENABLE_LOGGING=1 start-server-and-test start:cypress 9966 'cypress run --browser $CYPRESS_BROWSER --headless'",
@@ -73,7 +73,7 @@
73
73
  "@babel/eslint-parser": "^7.28.6",
74
74
  "@babel/eslint-plugin": "^7.27.1",
75
75
  "@babel/preset-env": "^7.29.2",
76
- "@changesets/cli": "^2.30.0",
76
+ "@changesets/cli": "^2.31.0",
77
77
  "@eslint/js": "^9.39.2",
78
78
  "@rollup/plugin-babel": "^7.0.0",
79
79
  "@rollup/plugin-commonjs": "^29.0.2",
@@ -86,34 +86,34 @@
86
86
  "@testing-library/user-event": "^14.6.1",
87
87
  "@types/jest": "^30.0.0",
88
88
  "@types/jquery": "^4.0.0",
89
- "@types/node": "^25.5.0",
90
- "@typescript-eslint/eslint-plugin": "^8.57.1",
91
- "@typescript-eslint/parser": "^8.57.0",
89
+ "@types/node": "^25.6.0",
90
+ "@typescript-eslint/eslint-plugin": "^8.59.1",
91
+ "@typescript-eslint/parser": "^8.58.2",
92
92
  "all-contributors-cli": "^6.26.1",
93
93
  "babel-jest": "^30.3.0",
94
94
  "babel-loader": "^10.1.1",
95
95
  "cross-env": "^10.1.0",
96
- "cypress": "^15.12.0",
96
+ "cypress": "^15.14.1",
97
97
  "cypress-plugin-tab": "^1.0.5",
98
98
  "eslint": "^9.39.2",
99
99
  "eslint-config-prettier": "^10.1.8",
100
- "eslint-import-resolver-node": "^0.3.9",
100
+ "eslint-import-resolver-node": "^0.3.10",
101
101
  "eslint-import-resolver-typescript": "^4.4.4",
102
- "eslint-plugin-cypress": "^6.2.0",
102
+ "eslint-plugin-cypress": "^6.4.0",
103
103
  "eslint-plugin-import": "^2.32.0",
104
- "eslint-plugin-jest": "^29.15.0",
104
+ "eslint-plugin-jest": "^29.15.2",
105
105
  "eslint-plugin-jest-dom": "^5.5.0",
106
- "eslint-plugin-testing-library": "^7.16.0",
107
- "globals": "^17.4.0",
106
+ "eslint-plugin-testing-library": "^7.16.2",
107
+ "globals": "^17.5.0",
108
108
  "jest": "^30.3.0",
109
109
  "jest-environment-jsdom": "^30.3.0",
110
110
  "jest-watch-typeahead": "^3.0.1",
111
111
  "onchange": "^7.1.0",
112
- "prettier": "^3.8.1",
113
- "rollup": "^4.59.0",
112
+ "prettier": "^3.8.3",
113
+ "rollup": "^4.60.2",
114
114
  "rollup-plugin-livereload": "^2.0.5",
115
115
  "rollup-plugin-serve": "^3.0.0",
116
- "start-server-and-test": "^2.1.5",
117
- "typescript": "^5.9.3"
116
+ "start-server-and-test": "^3.0.2",
117
+ "typescript": "^6.0.3"
118
118
  }
119
119
  }