@adbayb/stack 2.40.0-next-3d4724f → 2.40.0-next-a52f45f

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.
@@ -272,7 +272,6 @@ const config = defineConfig({
272
272
  "react/jsx-no-literals": "off",
273
273
  "react/jsx-props-no-spreading": "off",
274
274
  "react/no-multi-comp": "off",
275
- "react/only-export-components": ["error", { allowConstantExport: true }],
276
275
  "react/prefer-function-component": [
277
276
  "error",
278
277
  { allowErrorBoundary: true, allowJsxUtilityClass: true },
@@ -227,9 +227,6 @@ declare const config: {
227
227
  "react/jsx-no-literals": "off";
228
228
  "react/jsx-props-no-spreading": "off";
229
229
  "react/no-multi-comp": "off";
230
- "react/only-export-components": ["error", {
231
- allowConstantExport: true;
232
- }];
233
230
  "react/prefer-function-component": ["error", {
234
231
  allowErrorBoundary: true;
235
232
  allowJsxUtilityClass: true;
@@ -280,7 +280,6 @@ const config = defineConfig({
280
280
  "react/jsx-no-literals": "off",
281
281
  "react/jsx-props-no-spreading": "off",
282
282
  "react/no-multi-comp": "off",
283
- "react/only-export-components": ["error", { allowConstantExport: true }],
284
283
  "react/prefer-function-component": ["error", {
285
284
  allowErrorBoundary: true,
286
285
  allowJsxUtilityClass: true
package/dist/index.js CHANGED
@@ -442,7 +442,7 @@ const PRESERVE_FILES = ["node_modules"];
442
442
 
443
443
  //#endregion
444
444
  //#region package.json
445
- var version = "2.40.0-next-3d4724f";
445
+ var version = "2.40.0-next-a52f45f";
446
446
 
447
447
  //#endregion
448
448
  //#region src/commands/create.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "2.40.0-next-3d4724f",
3
+ "version": "2.40.0-next-a52f45f",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "keywords": [
6
6
  "development",
@@ -55,14 +55,14 @@
55
55
  "@changesets/cli": "^2.31.1",
56
56
  "@commitlint/cli": "^21.2.1",
57
57
  "@commitlint/config-conventional": "^21.2.0",
58
- "@e18e/eslint-plugin": "^0.5.1",
58
+ "@e18e/eslint-plugin": "^0.6.0",
59
59
  "@stylistic/eslint-plugin": "^5.10.0",
60
60
  "eslint-plugin-perfectionist": "^5.10.0",
61
- "oxfmt": "^0.58.0",
62
- "oxlint": "^1.74.0",
63
- "oxlint-tsgolint": "^0.24.0",
61
+ "oxfmt": "^0.60.0",
62
+ "oxlint": "^1.75.0",
63
+ "oxlint-tsgolint": "^7.0.2001",
64
64
  "termost": "^1.9.1",
65
- "turbo": "^2.10.5",
65
+ "turbo": "^2.10.6",
66
66
  "typescript": "^6.0.3"
67
67
  },
68
68
  "devDependencies": {
@@ -19,9 +19,9 @@ jobs:
19
19
  id-token: write
20
20
  pull-requests: write
21
21
  steps:
22
- - uses: actions/checkout@v6
22
+ - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
23
23
  - uses: pnpm/action-setup@v6
24
- - uses: actions/setup-node@v6
24
+ - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
25
25
  with:
26
26
  cache: pnpm
27
27
  node-version-file: ".nvmrc"
@@ -12,7 +12,7 @@ jobs:
12
12
  if: github.actor == 'renovate[bot]'
13
13
  steps:
14
14
  - name: Checkout
15
- uses: actions/checkout@v6
15
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
16
16
  with:
17
17
  fetch-depth: 2
18
18
  ref: ${{ github.head_ref }}
@@ -9,9 +9,9 @@ jobs:
9
9
  runs-on: ubuntu-latest
10
10
  steps:
11
11
  - name: Checkout the code
12
- uses: actions/checkout@v6
12
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
13
13
  - uses: pnpm/action-setup@v6
14
- - uses: actions/setup-node@v6
14
+ - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
15
15
  with:
16
16
  cache: pnpm
17
17
  node-version-file: ".nvmrc"
@@ -19,9 +19,9 @@ jobs:
19
19
  id-token: write
20
20
  pull-requests: write
21
21
  steps:
22
- - uses: actions/checkout@v6
22
+ - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
23
23
  - uses: pnpm/action-setup@v6
24
- - uses: actions/setup-node@v6
24
+ - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
25
25
  with:
26
26
  cache: pnpm
27
27
  node-version-file: ".nvmrc"
@@ -12,7 +12,7 @@ jobs:
12
12
  if: github.actor == 'renovate[bot]'
13
13
  steps:
14
14
  - name: Checkout
15
- uses: actions/checkout@v6
15
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
16
16
  with:
17
17
  fetch-depth: 2
18
18
  ref: ${{ github.head_ref }}
@@ -9,9 +9,9 @@ jobs:
9
9
  runs-on: ubuntu-latest
10
10
  steps:
11
11
  - name: Checkout the code
12
- uses: actions/checkout@v6
12
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
13
13
  - uses: pnpm/action-setup@v6
14
- - uses: actions/setup-node@v6
14
+ - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
15
15
  with:
16
16
  cache: pnpm
17
17
  node-version-file: ".nvmrc"