@backstage/plugin-auth-react 0.0.0-nightly-20260217031303 → 0.0.0-nightly-20260219031318

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 +12 -5
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,14 +1,21 @@
1
1
  # @backstage/plugin-auth-react
2
2
 
3
- ## 0.0.0-nightly-20260217031303
3
+ ## 0.0.0-nightly-20260219031318
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
8
7
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20260217031303
10
- - @backstage/core-plugin-api@0.0.0-nightly-20260217031303
11
- - @backstage/errors@1.2.7
8
+ - @backstage/core-plugin-api@0.0.0-nightly-20260219031318
9
+ - @backstage/core-components@0.0.0-nightly-20260219031318
10
+
11
+ ## 0.1.24
12
+
13
+ ### Patch Changes
14
+
15
+ - a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
16
+ - Updated dependencies
17
+ - @backstage/core-components@0.18.7
18
+ - @backstage/core-plugin-api@1.12.3
12
19
 
13
20
  ## 0.1.24-next.1
14
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-react",
3
- "version": "0.0.0-nightly-20260217031303",
3
+ "version": "0.0.0-nightly-20260219031318",
4
4
  "description": "Web library for the auth plugin",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -39,15 +39,15 @@
39
39
  "test": "backstage-cli package test"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/core-components": "0.0.0-nightly-20260217031303",
43
- "@backstage/core-plugin-api": "0.0.0-nightly-20260217031303",
42
+ "@backstage/core-components": "0.0.0-nightly-20260219031318",
43
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260219031318",
44
44
  "@backstage/errors": "1.2.7",
45
45
  "@material-ui/core": "^4.9.13",
46
46
  "@react-hookz/web": "^24.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/cli": "0.0.0-nightly-20260217031303",
50
- "@backstage/test-utils": "0.0.0-nightly-20260217031303",
49
+ "@backstage/cli": "0.35.4",
50
+ "@backstage/test-utils": "0.0.0-nightly-20260219031318",
51
51
  "@testing-library/jest-dom": "^6.0.0",
52
52
  "@testing-library/react": "^16.0.0",
53
53
  "@testing-library/user-event": "^14.0.0",