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