@module-federation/third-party-dts-extractor 0.16.0 → 0.17.1

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/dist/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @module-federation/third-party-dts-extractor
2
2
 
3
+ ## 0.17.1
4
+
5
+ ### Patch Changes
6
+
7
+ - a7cf276: chore: upgrade NX to 21.2.3, Storybook to 9.0.9, and TypeScript to 5.8.3
8
+
9
+ - Upgraded NX from 21.0.3 to 21.2.3 with workspace configuration updates
10
+ - Migrated Storybook from 8.3.5 to 9.0.9 with updated configurations and automigrations
11
+ - Upgraded TypeScript from 5.7.3 to 5.8.3 with compatibility fixes
12
+ - Fixed package exports and type declaration paths across all packages
13
+ - Resolved module resolution issues and TypeScript compatibility problems
14
+ - Updated build configurations and dependencies to support latest versions
15
+
16
+ - d31a326: refactor: sink React packages from root to individual packages
17
+
18
+ - Removed React dependencies from root package.json and moved them to packages that actually need them
19
+ - Fixed rsbuild-plugin configuration to match workspace patterns
20
+ - Updated tests to handle platform-specific files
21
+ - This change improves dependency management by ensuring packages only have the dependencies they actually use
22
+
23
+ ## 0.17.0
24
+
3
25
  ## 0.16.0
4
26
 
5
27
  ## 0.15.0
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/third-party-dts-extractor",
3
- "version": "0.16.0",
3
+ "version": "0.17.1",
4
4
  "files": [
5
5
  "dist/",
6
6
  "README.md"
@@ -35,5 +35,8 @@
35
35
  "find-pkg": "2.0.0",
36
36
  "fs-extra": "9.1.0",
37
37
  "resolve": "1.22.8"
38
+ },
39
+ "devDependencies": {
40
+ "@types/react": "^18.3.11"
38
41
  }
39
42
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/third-party-dts-extractor",
3
- "version": "0.16.0",
3
+ "version": "0.17.1",
4
4
  "files": [
5
5
  "dist/",
6
6
  "README.md"
@@ -35,5 +35,8 @@
35
35
  "find-pkg": "2.0.0",
36
36
  "fs-extra": "9.1.0",
37
37
  "resolve": "1.22.8"
38
+ },
39
+ "devDependencies": {
40
+ "@types/react": "^18.3.11"
38
41
  }
39
42
  }