@equinor/fusion-framework-vite-plugin-spa 1.0.0 → 1.0.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/CHANGELOG.md +37 -0
- package/dist/esm/version.js +1 -1
- package/dist/html/bootstrap.js +2 -2
- package/dist/html/bootstrap.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/html/index.html.d.ts +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# @equinor/fusion-framework-vite-plugin-spa
|
|
2
2
|
|
|
3
|
+
## 1.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#3381](https://github.com/equinor/fusion-framework/pull/3381) [`bae9c95`](https://github.com/equinor/fusion-framework/commit/bae9c9554f335d0384b864436874bded47d00ed8) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update rollup from 4.49.0 to 4.50.2
|
|
8
|
+
|
|
9
|
+
- Updated rollup dependency via vite transitive dependency
|
|
10
|
+
- Includes bug fixes for tree-shaking array destructuring patterns
|
|
11
|
+
- Performance improvements and platform support updates
|
|
12
|
+
- No breaking changes - backward compatible update
|
|
13
|
+
|
|
14
|
+
- [#2910](https://github.com/equinor/fusion-framework/pull/2910) [`07cc985`](https://github.com/equinor/fusion-framework/commit/07cc9857e1427b574e011cc319518e701dba784d) Thanks [@dependabot](https://github.com/apps/dependabot)! - Updated vitest from 2.1.9 to 3.2.4 across all packages.
|
|
15
|
+
|
|
16
|
+
## Breaking Changes
|
|
17
|
+
|
|
18
|
+
- **Node.js Requirements**: Requires Node.js 18+ (already satisfied)
|
|
19
|
+
- **Vite Compatibility**: Updated to work with Vite 7.x (already using Vite 7.1.5)
|
|
20
|
+
- **Snapshot Format**: Snapshots now use backtick quotes (\`) instead of single quotes
|
|
21
|
+
- **Coverage API**: New coverage methods `enableCoverage()` and `disableCoverage()`
|
|
22
|
+
- **TypeScript Support**: Enhanced TypeScript integration and type definitions
|
|
23
|
+
|
|
24
|
+
## Security Updates
|
|
25
|
+
|
|
26
|
+
- CVE-2025-24963: Browser mode serves arbitrary files (fixed in 2.1.9)
|
|
27
|
+
- CVE-2025-24964: Remote Code Execution vulnerability (fixed in 2.1.9)
|
|
28
|
+
|
|
29
|
+
## Migration Notes
|
|
30
|
+
|
|
31
|
+
- Test snapshots may need regeneration due to quote format changes
|
|
32
|
+
- Some test configurations might need updates for new TypeScript support
|
|
33
|
+
- Peer dependency warnings for @vitest/coverage-v8 are expected and safe to ignore
|
|
34
|
+
|
|
35
|
+
## Links
|
|
36
|
+
|
|
37
|
+
- [Vitest 3.0 Migration Guide](https://vitest.dev/guide/migration)
|
|
38
|
+
- [Vitest 3.2.4 Release Notes](https://github.com/vitest-dev/vitest/releases/tag/v3.2.4)
|
|
39
|
+
|
|
3
40
|
## 1.0.0
|
|
4
41
|
|
|
5
42
|
### Major Changes
|
package/dist/esm/version.js
CHANGED
package/dist/html/bootstrap.js
CHANGED
|
@@ -10998,7 +10998,7 @@ const configureHttpClient = (name, args) => ({
|
|
|
10998
10998
|
var MsalModuleVersion;
|
|
10999
10999
|
(function (MsalModuleVersion) {
|
|
11000
11000
|
MsalModuleVersion["V2"] = "v2";
|
|
11001
|
-
MsalModuleVersion["Latest"] = "4.0.
|
|
11001
|
+
MsalModuleVersion["Latest"] = "4.0.9";
|
|
11002
11002
|
})(MsalModuleVersion || (MsalModuleVersion = {}));
|
|
11003
11003
|
|
|
11004
11004
|
const VersionSchema = z$1.string().transform((x) => String(semver.coerce(x)));
|
|
@@ -30818,7 +30818,7 @@ const resolveDefaultLogLevel = () => {
|
|
|
30818
30818
|
const defaultLogLevel = resolveDefaultLogLevel();
|
|
30819
30819
|
|
|
30820
30820
|
// Generated by genversion.
|
|
30821
|
-
const version = '1.1.
|
|
30821
|
+
const version = '1.1.7';
|
|
30822
30822
|
|
|
30823
30823
|
/**
|
|
30824
30824
|
* Defines an abstract base class for a logger implementation that provides common logging functionality.
|