@tamagui/build 1.121.6 → 1.121.8

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tamagui-build-test-simple-tpackage",
3
- "version": "1.121.6",
3
+ "version": "1.121.8",
4
4
  "main": "dist/cjs",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "types": "dist/types/index.d.ts",
@@ -16,7 +16,7 @@
16
16
  "build:target-native": "TAMAGUI_TARGET=native node ../../../tamagui-build.js"
17
17
  },
18
18
  "devDependencies": {
19
- "@tamagui/build": "1.121.6",
19
+ "@tamagui/build": "1.121.8",
20
20
  "typescript": "^5.7.2"
21
21
  }
22
22
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tamagui-build-test-watch-package",
3
- "version": "1.121.6",
3
+ "version": "1.121.8",
4
4
  "main": "dist/cjs",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "types": "dist/types/index.d.ts",
@@ -16,7 +16,7 @@
16
16
  "build:target-native": "TAMAGUI_TARGET=native node ../../../tamagui-build.js"
17
17
  },
18
18
  "devDependencies": {
19
- "@tamagui/build": "1.121.6",
19
+ "@tamagui/build": "1.121.8",
20
20
  "typescript": "^5.7.2"
21
21
  }
22
22
  }
package/biome.json ADDED
@@ -0,0 +1,83 @@
1
+ {
2
+ "$schema": "https://biomejs.dev/schemas/1.9.1/schema.json",
3
+ "organizeImports": {
4
+ "enabled": false
5
+ },
6
+ "linter": {
7
+ "enabled": true,
8
+ "ignore": ["**/*/generated-new.ts", "**/*/generated-v2.ts", ".tamagui"],
9
+ "rules": {
10
+ "correctness": {
11
+ "useExhaustiveDependencies": "off",
12
+ "noInnerDeclarations": "off",
13
+ "noUnnecessaryContinue": "off",
14
+ "noConstructorReturn": "off"
15
+ },
16
+ "suspicious": {
17
+ "noImplicitAnyLet": "off",
18
+ "noConfusingVoidType": "off",
19
+ "noEmptyInterface": "off",
20
+ "noExplicitAny": "off",
21
+ "noArrayIndexKey": "off",
22
+ "noDoubleEquals": "off",
23
+ "noConsoleLog": "error",
24
+ "noAssignInExpressions": "off",
25
+ "noRedeclare": "off"
26
+ },
27
+ "style": {
28
+ "noParameterAssign": "off",
29
+ "noNonNullAssertion": "off",
30
+ "noArguments": "off",
31
+ "noUnusedTemplateLiteral": "off",
32
+ "useDefaultParameterLast": "off",
33
+ "useConst": "off",
34
+ "useEnumInitializers": "off",
35
+ "useTemplate": "off",
36
+ "useSelfClosingElements": "off",
37
+ "useImportType": "error",
38
+ "noUselessElse": "off"
39
+ },
40
+ "security": {
41
+ "noDangerouslySetInnerHtml": "off",
42
+ "noDangerouslySetInnerHtmlWithChildren": "off"
43
+ },
44
+ "performance": {
45
+ "noDelete": "off",
46
+ "noAccumulatingSpread": "off"
47
+ },
48
+ "complexity": {
49
+ "noForEach": "off",
50
+ "noUselessTernary": "off",
51
+ "noBannedTypes": "off",
52
+ "noUselessFragments": "off",
53
+ "useLiteralKeys": "off",
54
+ "useSimplifiedLogicExpression": "off",
55
+ "useOptionalChain": "off"
56
+ },
57
+ "a11y": {
58
+ "noSvgWithoutTitle": "off",
59
+ "useMediaCaption": "off",
60
+ "noHeaderScope": "off",
61
+ "useAltText": "off",
62
+ "useButtonType": "off"
63
+ }
64
+ }
65
+ },
66
+ "formatter": {
67
+ "enabled": true,
68
+ "formatWithErrors": false,
69
+ "indentStyle": "space",
70
+ "indentWidth": 2,
71
+ "lineWidth": 90,
72
+ "lineEnding": "lf",
73
+ "ignore": ["**/*/generated-new.ts", "**/*/generated-v2.ts", ".tamagui"]
74
+ },
75
+ "javascript": {
76
+ "formatter": {
77
+ "trailingCommas": "es5",
78
+ "jsxQuoteStyle": "double",
79
+ "semicolons": "asNeeded",
80
+ "quoteStyle": "single"
81
+ }
82
+ }
83
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/build",
3
- "version": "1.121.6",
3
+ "version": "1.121.8",
4
4
  "bin": {
5
5
  "tamagui-build": "tamagui-build.js",
6
6
  "teesx": "./teesx.sh"
@@ -14,7 +14,7 @@
14
14
  "dependencies": {
15
15
  "@babel/core": "^7.25.2",
16
16
  "@swc/core": "^1.7.21",
17
- "@tamagui/babel-plugin-fully-specified": "1.121.6",
17
+ "@tamagui/babel-plugin-fully-specified": "1.121.8",
18
18
  "@types/fs-extra": "^9.0.13",
19
19
  "chokidar": "^3.5.2",
20
20
  "esbuild": "^0.24.0",