@akinon/eslint-plugin-projectzero 1.95.0-snapshot-ZERO-3586-20250903094652 → 1.96.0-rc.55

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/CHANGELOG.md +3 -12
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,32 +1,23 @@
1
1
  # @akinon/eslint-plugin-projectzero
2
2
 
3
- ## 1.95.0-snapshot-ZERO-3586-20250903094652
3
+ ## 1.96.0-rc.55
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
8
8
  - 16aff543: ZERO-3431: Add test script for redirect utility in package.json
9
- - 64699d3f: ZERO-2761: Fix invalid import for plugin module
9
+ - 64699d3ff: ZERO-2761: Fix invalid import for plugin module
10
10
  - e974d8e8: ZERO-3406: Fix rc build
11
11
  - 7eb51ca9: ZERO-3424 :Update package versions
12
12
  - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
13
13
  - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
14
- - 3b47394: ZERO-3582: Enhance check-menu-depth rule to enforce depth parameter in getMenu calls and add corresponding error messages
15
14
  - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
16
15
 
17
- ## 1.95.0-rc.54
16
+ ## 1.95.0
18
17
 
19
18
  ### Minor Changes
20
19
 
21
- - d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
22
- - 16aff543: ZERO-3431: Add test script for redirect utility in package.json
23
- - 64699d3ff: ZERO-2761: Fix invalid import for plugin module
24
- - e974d8e8: ZERO-3406: Fix rc build
25
- - 7eb51ca9: ZERO-3424 :Update package versions
26
- - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
27
- - 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
28
20
  - 3b47394: ZERO-3582: Enhance check-menu-depth rule to enforce depth parameter in getMenu calls and add corresponding error messages
29
- - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
30
21
 
31
22
  ## 1.94.0
32
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/eslint-plugin-projectzero",
3
- "version": "1.95.0-snapshot-ZERO-3586-20250903094652",
3
+ "version": "1.96.0-rc.55",
4
4
  "private": false,
5
5
  "description": "ESLint plugin for Project Zero Next",
6
6
  "main": "dist/index.js",