@akinon/projectzero 1.45.0-rc.5 → 1.46.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 +2 -55
- package/README.md +2 -3
- package/app-template/.lintstagedrc.js +4 -5
- package/app-template/CHANGELOG.md +48 -1131
- package/app-template/docs/basic-setup.md +1 -1
- package/app-template/docs/plugins.md +7 -7
- package/app-template/package.json +21 -23
- package/app-template/public/locales/en/account.json +4 -4
- package/app-template/public/locales/tr/account.json +1 -1
- package/app-template/src/app/[commerce]/[locale]/[currency]/account/address/page.tsx +1 -1
- package/app-template/src/app/[commerce]/[locale]/[currency]/account/coupons/page.tsx +4 -4
- package/app-template/src/app/[commerce]/[locale]/[currency]/account/profile/page.tsx +0 -1
- package/app-template/src/app/[commerce]/[locale]/[currency]/category/[pk]/page.tsx +2 -5
- package/app-template/src/app/[commerce]/[locale]/[currency]/orders/completed/[token]/page.tsx +8 -12
- package/app-template/src/components/checkbox.tsx +2 -2
- package/app-template/src/components/input.tsx +7 -19
- package/app-template/src/components/price.tsx +4 -9
- package/app-template/src/redux/reducers/category.ts +1 -7
- package/app-template/src/settings.js +1 -6
- package/app-template/src/views/account/address-card.tsx +2 -2
- package/app-template/src/views/account/address-form.tsx +7 -22
- package/app-template/src/views/account/contact-form.tsx +6 -23
- package/app-template/src/views/account/favorite-item.tsx +2 -2
- package/app-template/src/views/account/favourite-products/favourite-products-list.tsx +1 -5
- package/app-template/src/views/breadcrumb.tsx +1 -4
- package/app-template/src/views/category/category-info.tsx +17 -31
- package/app-template/src/views/category/filters/index.tsx +105 -5
- package/app-template/src/views/category/layout.tsx +3 -5
- package/app-template/src/views/checkout/steps/payment/options/credit-card/index.tsx +4 -33
- package/app-template/src/views/checkout/steps/payment/options/redirection.tsx +37 -43
- package/app-template/src/views/checkout/steps/payment/payment-option-buttons.tsx +3 -19
- package/app-template/src/views/checkout/steps/shipping/address-box.tsx +2 -2
- package/app-template/src/views/checkout/steps/shipping/addresses.tsx +1 -1
- package/app-template/src/views/checkout/steps/shipping/shipping-options.tsx +37 -230
- package/app-template/src/views/find-in-store/index.tsx +3 -2
- package/app-template/src/views/header/mobile-menu.tsx +8 -25
- package/app-template/tsconfig.json +4 -14
- package/app-template/yarn.lock +1953 -1824
- package/commands/create.ts +5 -29
- package/dist/commands/create.js +2 -25
- package/package.json +2 -2
- package/app-template/package-lock.json +0 -29303
- package/app-template/src/app/[commerce]/[locale]/[currency]/[...prettyurl]/page.tsx +0 -8
- package/app-template/src/views/category/filters/filter-item.tsx +0 -131
package/CHANGELOG.md
CHANGED
|
@@ -1,35 +1,12 @@
|
|
|
1
1
|
# @akinon/projectzero
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
3
|
+
## 1.46.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
8
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
9
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
10
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
11
|
-
- 00ffde2f: ZERO-2637: enhance create command with improved messaging
|
|
12
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
13
7
|
- 72692a2: ZERO-2879: Update Node.js runtime to version 22-alpine
|
|
14
8
|
|
|
15
|
-
## 1.45.0
|
|
16
|
-
|
|
17
|
-
## 1.45.0-rc.3
|
|
18
|
-
|
|
19
|
-
## 1.45.0-rc.2
|
|
20
|
-
|
|
21
|
-
## 1.45.0-rc.1
|
|
22
|
-
|
|
23
|
-
## 1.45.0-rc.0
|
|
24
|
-
|
|
25
|
-
### Minor Changes
|
|
26
|
-
|
|
27
|
-
- 90282b5: ZERO-2729: Audit packages for yarn and npm and also update app-template
|
|
28
|
-
- 03c4c3e: ZERO-2731: Update Project Zero CLI command
|
|
29
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
|
30
|
-
- 9b6bf91: ZERO-2660: Change campaings to campaigns
|
|
31
|
-
- 00ffde2f: ZERO-2637: enhance create command with improved messaging
|
|
32
|
-
- d2f0f15: ZERO-2723: Update sentry version and dependencies
|
|
9
|
+
## 1.45.0
|
|
33
10
|
|
|
34
11
|
## 1.44.0
|
|
35
12
|
|
|
@@ -66,36 +43,6 @@
|
|
|
66
43
|
- cd78ddc: ZERO-2661: rename .npmignore to .gitignore during project creation
|
|
67
44
|
- 735f4f0: ZERO-2661: create .npmignore in app-template
|
|
68
45
|
|
|
69
|
-
## 1.34.0-rc.16
|
|
70
|
-
|
|
71
|
-
### Minor Changes
|
|
72
|
-
|
|
73
|
-
- cd78ddc: ZERO-2661: rename .npmignore to .gitignore during project creation
|
|
74
|
-
|
|
75
|
-
## 1.34.0-rc.15
|
|
76
|
-
|
|
77
|
-
### Minor Changes
|
|
78
|
-
|
|
79
|
-
- 735f4f0: ZERO-2661: create .npmignore in app-template
|
|
80
|
-
|
|
81
|
-
## 1.34.0-rc.14
|
|
82
|
-
|
|
83
|
-
## 1.34.0-rc.13
|
|
84
|
-
|
|
85
|
-
## 1.34.0-rc.12
|
|
86
|
-
|
|
87
|
-
## 1.34.0-rc.11
|
|
88
|
-
|
|
89
|
-
## 1.34.0-rc.10
|
|
90
|
-
|
|
91
|
-
## 1.34.0-rc.9
|
|
92
|
-
|
|
93
|
-
## 1.34.0-rc.8
|
|
94
|
-
|
|
95
|
-
## 1.34.0-rc.7
|
|
96
|
-
|
|
97
|
-
## 1.34.0-rc.6
|
|
98
|
-
|
|
99
46
|
## 1.33.2
|
|
100
47
|
|
|
101
48
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
const path = require('path');
|
|
2
2
|
|
|
3
|
-
const buildEslintCommand = (filenames) =>
|
|
4
|
-
//
|
|
5
|
-
|
|
3
|
+
const buildEslintCommand = (filenames) =>
|
|
4
|
+
// TODO: Add --fix flag later
|
|
5
|
+
`next lint --file ${filenames
|
|
6
6
|
.map((f) => path.relative(process.cwd(), f))
|
|
7
|
-
.join(' --file ')}
|
|
8
|
-
};
|
|
7
|
+
.join(' --file ')}`;
|
|
9
8
|
|
|
10
9
|
module.exports = {
|
|
11
10
|
'**/*.(ts|tsx)': () => 'yarn tsc --noEmit',
|