@backstage/plugin-scaffolder-node-test-utils 0.0.0-nightly-20260202031345 → 0.0.0-nightly-20260204030923

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 +5 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,15 @@
1
1
  # @backstage/plugin-scaffolder-node-test-utils
2
2
 
3
- ## 0.0.0-nightly-20260202031345
3
+ ## 0.0.0-nightly-20260204030923
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 7455dae: Use node prefix on native imports
8
+ - 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
9
  - Updated dependencies
9
- - @backstage/backend-test-utils@0.0.0-nightly-20260202031345
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20260202031345
11
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20260202031345
10
+ - @backstage/backend-test-utils@0.0.0-nightly-20260204030923
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260204030923
12
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20260204030923
12
13
  - @backstage/types@1.2.2
13
14
 
14
15
  ## 0.3.8-next.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-node-test-utils",
3
- "version": "0.0.0-nightly-20260202031345",
3
+ "version": "0.0.0-nightly-20260204030923",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "scaffolder",
@@ -40,25 +40,25 @@
40
40
  "test": "backstage-cli package test"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260202031345",
44
- "@backstage/backend-test-utils": "0.0.0-nightly-20260202031345",
45
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20260202031345",
43
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260204030923",
44
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260204030923",
45
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20260204030923",
46
46
  "@backstage/types": "1.2.2",
47
47
  "winston": "^3.2.1",
48
48
  "winston-transport": "^4.7.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "0.0.0-nightly-20260202031345",
51
+ "@backstage/cli": "0.0.0-nightly-20260204030923",
52
52
  "@types/react": "^18.0.0",
53
53
  "react": "^18.0.2",
54
54
  "react-dom": "^18.0.2",
55
- "react-router-dom": "^6.3.0"
55
+ "react-router-dom": "^6.30.2"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "@types/react": "^17.0.0 || ^18.0.0",
59
59
  "react": "^17.0.0 || ^18.0.0",
60
60
  "react-dom": "^17.0.0 || ^18.0.0",
61
- "react-router-dom": "^6.3.0"
61
+ "react-router-dom": "^6.30.2"
62
62
  },
63
63
  "peerDependenciesMeta": {
64
64
  "@types/react": {