@squide/firefly 6.0.3 → 7.0.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/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @squide/firefly
2
2
 
3
+ ## 7.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#158](https://github.com/gsoft-inc/wl-squide/pull/158) [`b8d5ea4`](https://github.com/gsoft-inc/wl-squide/commit/b8d5ea42c23c3291e428c9ff907a7cff2f3211eb) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Cleaned up dependencies.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`b8d5ea4`](https://github.com/gsoft-inc/wl-squide/commit/b8d5ea42c23c3291e428c9ff907a7cff2f3211eb)]:
12
+ - @squide/webpack-module-federation@4.0.0
13
+
14
+ ## 6.0.4
15
+
16
+ ### Patch Changes
17
+
18
+ - [#154](https://github.com/gsoft-inc/wl-squide/pull/154) [`e440515`](https://github.com/gsoft-inc/wl-squide/commit/e4405150a3c364fd4029c345399891614a434176) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated packages.
19
+
20
+ - Updated dependencies [[`e440515`](https://github.com/gsoft-inc/wl-squide/commit/e4405150a3c364fd4029c345399891614a434176), [`e440515`](https://github.com/gsoft-inc/wl-squide/commit/e4405150a3c364fd4029c345399891614a434176)]:
21
+ - @squide/webpack-module-federation@3.0.8
22
+ - @squide/react-router@4.1.3
23
+ - @squide/msw@2.0.13
24
+ - @squide/core@3.4.0
25
+
3
26
  ## 6.0.3
4
27
 
5
28
  ### Patch Changes
package/dist/AppRouter.js CHANGED
@@ -1 +1 @@
1
- export { AppRouter, BootstrappingRoute } from './chunk-7LQUNM5I.js';
1
+ export { AppRouter, BootstrappingRoute } from './chunk-YPB7BNRJ.js';
@@ -133,7 +133,7 @@ function AppRouter(props) {
133
133
  }, [errorElement]);
134
134
  return useMemo(() => {
135
135
  if (areModulesRegistered && !findRouteByPath(routes, "*")) {
136
- throw new Error("For the AppRouter component to work properly, the application must be a define a custom no match router. For additional information, refer to: https://reactrouter.com/en/main/start/tutorial#handling-not-found-errors.");
136
+ throw new Error("[squide] For the AppRouter component to work properly, the application must be a define a custom no match router. For additional information, refer to: https://reactrouter.com/en/main/start/tutorial#handling-not-found-errors.");
137
137
  }
138
138
  return renderRouterProvider([
139
139
  {
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { AppRouter, BootstrappingRoute } from './chunk-7LQUNM5I.js';
1
+ export { AppRouter, BootstrappingRoute } from './chunk-YPB7BNRJ.js';
2
2
  export { FireflyRuntime } from './chunk-JRNDLQBI.js';
3
3
  export * from '@squide/core';
4
4
  export * from '@squide/msw';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@squide/firefly",
3
3
  "author": "Workleap",
4
- "version": "6.0.3",
4
+ "version": "7.0.0",
5
5
  "description": "Helpers to facilitate the creation of a shell package with Squide firefly technology stack.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -33,56 +33,38 @@
33
33
  "react-error-boundary": "*",
34
34
  "react-router-dom": "*"
35
35
  },
36
- "peerDependenciesMeta": {
37
- "msw": {
38
- "optional": true
39
- },
40
- "react": {
41
- "optional": true
42
- },
43
- "react-dom": {
44
- "optional": true
45
- },
46
- "react-error-boundary": {
47
- "optional": true
48
- },
49
- "react-router-dom": {
50
- "optional": true
51
- }
52
- },
53
36
  "devDependencies": {
54
- "@swc/core": "1.4.1",
55
- "@swc/helpers": "0.5.6",
37
+ "@swc/core": "1.4.7",
56
38
  "@swc/jest": "0.2.36",
57
39
  "@testing-library/jest-dom": "6.4.2",
58
40
  "@testing-library/react": "14.2.1",
59
41
  "@types/jest": "29.5.12",
60
- "@types/react": "18.2.55",
61
- "@types/react-dom": "18.2.19",
62
- "@workleap/eslint-plugin": "3.0.2",
63
- "@workleap/swc-configs": "2.2.2",
64
- "@workleap/tsup-configs": "3.0.3",
42
+ "@types/react": "18.2.65",
43
+ "@types/react-dom": "18.2.22",
44
+ "@workleap/eslint-plugin": "3.1.0",
45
+ "@workleap/swc-configs": "2.2.3",
46
+ "@workleap/tsup-configs": "3.0.4",
65
47
  "@workleap/typescript-configs": "3.0.2",
66
48
  "jest": "29.7.0",
67
49
  "jest-environment-jsdom": "29.7.0",
68
- "msw": "2.2.0",
50
+ "msw": "2.2.3",
69
51
  "react": "18.2.0",
70
52
  "react-dom": "18.2.0",
71
- "react-error-boundary": "4.0.12",
72
- "react-router-dom": "6.22.0",
53
+ "react-error-boundary": "4.0.13",
54
+ "react-router-dom": "6.22.3",
73
55
  "ts-jest": "29.1.2",
74
56
  "tsup": "8.0.2",
75
- "typescript": "5.3.3"
57
+ "typescript": "5.4.2"
76
58
  },
77
59
  "dependencies": {
78
- "@squide/core": "3.3.2",
79
- "@squide/msw": "2.0.12",
80
- "@squide/react-router": "4.1.2",
81
- "@squide/webpack-module-federation": "3.0.7"
60
+ "@squide/core": "3.4.0",
61
+ "@squide/msw": "2.0.13",
62
+ "@squide/react-router": "4.1.3",
63
+ "@squide/webpack-module-federation": "4.0.0"
82
64
  },
83
65
  "sideEffects": false,
84
66
  "engines": {
85
- "node": ">=18.0.0"
67
+ "node": ">=20.0.0"
86
68
  },
87
69
  "scripts": {
88
70
  "dev": "tsup --config ./tsup.dev.ts",