@immense/vue-pom-generator 1.0.69 → 1.0.70

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/RELEASE_NOTES.md +14 -80
  2. package/package.json +2 -2
package/RELEASE_NOTES.md CHANGED
@@ -1,95 +1,29 @@
1
- ## Highlights
1
+ # Release Notes: v1.0.70
2
2
 
3
- - **Accessibility auditing**: Added accessibility audit metadata and warnings to generated POMs
4
- - **Runtime metadata**: Introduced runtime annotator metadata for enhanced test introspection
5
- - **Zero runtime dependencies**: Eliminated all runtime dependencies for a leaner installation
6
- footprint
7
- - **Dev-mode parity**: Fixed multiple issues ensuring dev-mode POM generation matches build mode
8
- - **Node 24 support**: Updated CI workflows and actions for Node 24 compatibility
9
- - **Enhanced Playwright discoverability**: Added split POM output with manifest and locator
10
- descriptions
3
+ ## Highlights
11
4
 
12
- ## Changes
13
-
14
- ### Features & Enhancements
15
- - Added accessibility audit metadata and warnings (#25)
16
- - Added runtime annotator metadata (#27)
17
- - Added manifest and locator descriptions (#24)
18
- - Added split Playwright POM output for better discoverability (#12)
19
- - Added fail-fast behavior for unnameable wrapper handlers (#11)
20
- - Added PR release-notes preview comments (#1)
5
+ - Relaxed Playwright peer dependency range for broader version compatibility
6
+ - Enhanced packed package smoke testing to validate Playwright peer resolution
21
7
 
22
- ### Bug Fixes
23
- - Normalized file scope path checks (#29)
24
- - Avoided reparsing generated test IDs (#21)
25
- - Parsed TypeScript template expressions and allowed submit-button fallback (#20)
26
- - Hardened local app integration (#19)
27
- - Restored router DOM globals after introspection (#18)
28
- - Supported awaited handler wrappers (#17)
29
- - Guarded manual releases (#16)
30
- - Resolved Nuxt app-root dev POM clobber (#15)
31
- - Fixed dev snapshot generation to fail fast on errors (#6)
32
- - Achieved dev-mode POM generation parity with build mode (#5)
33
- - Fixed keyed POM dedupe and C# navigation returns (#4)
8
+ ## Changes
34
9
 
35
- ### Infrastructure & Dependencies
36
- - Updated GitHub Actions for Node 24 (#28)
37
- - Relaxed Vite peer dependency range (#13)
38
- - Eliminated all runtime dependencies (#9)
10
+ **Dependencies**
11
+ - Relaxed Playwright peer dependency version range to support more versions
39
12
 
40
- ### Testing
41
- - Added build–serve parity regression tests (#7)
13
+ **Testing**
14
+ - Added smoke check validation for Playwright peer dependency resolution in packed builds
42
15
 
43
16
  ## Breaking Changes
44
17
 
45
- - **Runtime dependencies removed** (#9): All runtime dependencies have been eliminated. If your
46
- project relied on transitive dependencies from this package, you may need to install them
47
- directly.
18
+ None
48
19
 
49
20
  ## Pull Requests Included
50
21
 
51
- - #29 [fix: normalize file scope path
52
- checks](https://github.com/immense/vue-pom-generator/pull/29)
53
- - #28 [ci: update GitHub actions for Node
54
- 24](https://github.com/immense/vue-pom-generator/pull/28)
55
- - #27 [feat: add runtime annotator
56
- metadata](https://github.com/immense/vue-pom-generator/pull/27)
57
- - #25 [feat: add accessibility audit metadata and
58
- warnings](https://github.com/immense/vue-pom-generator/pull/25)
59
- - #24 [feat: add manifest and locator
60
- descriptions](https://github.com/immense/vue-pom-generator/pull/24)
61
- - #21 [fix: avoid reparsing generated test
62
- ids](https://github.com/immense/vue-pom-generator/pull/21)
63
- - #20 [fix: parse TypeScript template expressions + allow submit-button
64
- fallback](https://github.com/immense/vue-pom-generator/pull/20)
65
- - #19 [fix: harden local app integration](https://github.com/immense/vue-pom-generator/pull/19)
66
- - #18 [fix: restore router DOM globals after
67
- introspection](https://github.com/immense/vue-pom-generator/pull/18)
68
- - #17 [fix: support awaited handler
69
- wrappers](https://github.com/immense/vue-pom-generator/pull/17)
70
- - #16 [fix: guard manual releases](https://github.com/immense/vue-pom-generator/pull/16)
71
- - #15 [fix: resolve Nuxt app-root dev POM
72
- clobber](https://github.com/immense/vue-pom-generator/pull/15)
73
- - #13 [Relax Vite peer dependency range](https://github.com/immense/vue-pom-generator/pull/13)
74
- - #12 [feat: add split Playwright POM output for
75
- discoverability](https://github.com/immense/vue-pom-generator/pull/12)
76
- - #11 [feat: fail fast on unnameable wrapper
77
- handlers](https://github.com/immense/vue-pom-generator/pull/11)
78
- - #9 [refactor(deps): eliminate all runtime
79
- dependencies](https://github.com/immense/vue-pom-generator/pull/9)
80
- - #8 [chore: bump version to 1.0.43](https://github.com/immense/vue-pom-generator/pull/8)
81
- - #7 [test: add build–serve parity regression
82
- tests](https://github.com/immense/vue-pom-generator/pull/7)
83
- - #6 [fix: fail fast on dev snapshot generation
84
- errors](https://github.com/immense/vue-pom-generator/pull/6)
85
- - #5 [fix: dev-mode POM generation parity with build
86
- mode](https://github.com/immense/vue-pom-generator/pull/5)
87
- - #4 [Fix keyed POM dedupe and C# navigation
88
- returns](https://github.com/immense/vue-pom-generator/pull/4)
89
- - #1 [Add PR release-notes preview
90
- comments](https://github.com/immense/vue-pom-generator/pull/1)
22
+ - #30 fix: relax Playwright peer pinning (https://github.com/immense/vue-pom-generator/pull/30)
23
+ (by @dkattan)
91
24
 
92
25
  ## Testing
93
26
 
94
- Build–serve parity regression tests added. All changes validated through existing test suite.
27
+ Added `packed-smoke-check.mjs` script to validate Playwright peer dependency resolution in
28
+ production builds.
95
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@immense/vue-pom-generator",
3
- "version": "1.0.69",
3
+ "version": "1.0.70",
4
4
  "description": "Injects data-testid attributes for all interactive elements and generates page object models for every page.",
5
5
  "type": "module",
6
6
  "repository": {
@@ -62,7 +62,7 @@
62
62
  "@vue/compiler-dom": ">=3.5",
63
63
  "@vue/compiler-sfc": ">=3.5",
64
64
  "eslint": ">=9",
65
- "playwright": "1.59.1",
65
+ "playwright": ">=1.59.1 <2",
66
66
  "vite": "^5 || ^6 || ^7"
67
67
  },
68
68
  "peerDependenciesMeta": {