focus-trap-react 11.0.5 → 11.0.6

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 (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 11.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - c0bd275: Bump focus-trap to 7.8.0 for new aria-hidden support in isolateSubtrees option and bug fix related to trapStack option
8
+
3
9
  ## 11.0.5
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "focus-trap-react",
3
- "version": "11.0.5",
3
+ "version": "11.0.6",
4
4
  "description": "A React component that traps focus.",
5
5
  "main": "dist/focus-trap-react.js",
6
6
  "types": "index.d.ts",
@@ -75,7 +75,7 @@
75
75
  "@types/node": "^25.0.3",
76
76
  "@types/react": "^19.0.0",
77
77
  "@types/react-dom": "^19.0.0",
78
- "@typescript-eslint/eslint-plugin": "^8.51.0",
78
+ "@typescript-eslint/eslint-plugin": "^8.52.0",
79
79
  "@typescript-eslint/parser": "^8.52.0",
80
80
  "all-contributors-cli": "^6.26.1",
81
81
  "babel-jest": "^30.1.2",
@@ -94,7 +94,7 @@
94
94
  "eslint-plugin-jest-dom": "^5.5.0",
95
95
  "eslint-plugin-react": "^7.37.5",
96
96
  "eslint-plugin-react-hooks": "^7.0.1",
97
- "eslint-plugin-testing-library": "^7.15.3",
97
+ "eslint-plugin-testing-library": "^7.15.4",
98
98
  "globals": "^17.0.0",
99
99
  "jest": "^30.2.0",
100
100
  "jest-environment-jsdom": "^30.2.0",
@@ -108,7 +108,7 @@
108
108
  "typescript": "^5.9.3"
109
109
  },
110
110
  "dependencies": {
111
- "focus-trap": "^7.7.1",
111
+ "focus-trap": "^7.8.0",
112
112
  "tabbable": "^6.4.0"
113
113
  },
114
114
  "peerDependencies": {