Skip to content

Commit 1afc458

Browse files
committed
chore: upgrade react-pug babel and eslint
1 parent 5340776 commit 1afc458

5 files changed

Lines changed: 58 additions & 22 deletions

File tree

packages/babel-plugin-rn-stylename-to-style/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@babel/plugin-syntax-jsx": "^7.0.0",
34-
"@react-pug/babel-plugin-react-pug": "^0.1.10",
34+
"@react-pug/babel-plugin-react-pug": "^0.1.13",
3535
"babel-plugin-tester": "^9.1.0",
3636
"jest": "^30.0.4"
3737
}

packages/babel-preset-cssxjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@babel/plugin-syntax-typescript": "^7.23.3",
1919
"@cssxjs/babel-plugin-rn-stylename-inline": "^0.3.0-alpha.0",
2020
"@cssxjs/babel-plugin-rn-stylename-to-style": "^0.3.0-alpha.1",
21-
"@react-pug/babel-plugin-react-pug": "^0.1.10"
21+
"@react-pug/babel-plugin-react-pug": "^0.1.13"
2222
}
2323
}

packages/cssxjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@cssxjs/bundler": "^0.3.0-alpha.0",
4040
"@cssxjs/loaders": "^0.3.0-alpha.0",
4141
"@cssxjs/runtime": "^0.3.0-alpha.0",
42-
"@react-pug/babel-plugin-react-pug": "^0.1.10",
42+
"@react-pug/babel-plugin-react-pug": "^0.1.13",
4343
"babel-preset-cssxjs": "^0.3.0-alpha.1"
4444
},
4545
"peerDependencies": {

packages/eslint-plugin-cssxjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "echo 'No tests yet' && exit 0"
1111
},
1212
"dependencies": {
13-
"@react-pug/eslint-plugin-react-pug": "^0.1.12"
13+
"@react-pug/eslint-plugin-react-pug": "^0.1.13"
1414
},
1515
"peerDependencies": {
1616
"eslint": "*"

yarn.lock

Lines changed: 54 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,19 @@ __metadata:
127127
languageName: node
128128
linkType: hard
129129

130+
"@babel/generator@npm:^7.0.0":
131+
version: 7.29.1
132+
resolution: "@babel/generator@npm:7.29.1"
133+
dependencies:
134+
"@babel/parser": "npm:^7.29.0"
135+
"@babel/types": "npm:^7.29.0"
136+
"@jridgewell/gen-mapping": "npm:^0.3.12"
137+
"@jridgewell/trace-mapping": "npm:^0.3.28"
138+
jsesc: "npm:^3.0.2"
139+
checksum: 10c0/349086e6876258ef3fb2823030fee0f6c0eb9c3ebe35fc572e16997f8c030d765f636ddc6299edae63e760ea6658f8ee9a2edfa6d6b24c9a80c917916b973551
140+
languageName: node
141+
linkType: hard
142+
130143
"@babel/generator@npm:^7.25.9, @babel/generator@npm:^7.26.0":
131144
version: 7.26.0
132145
resolution: "@babel/generator@npm:7.26.0"
@@ -384,6 +397,17 @@ __metadata:
384397
languageName: node
385398
linkType: hard
386399

400+
"@babel/parser@npm:^7.29.0":
401+
version: 7.29.2
402+
resolution: "@babel/parser@npm:7.29.2"
403+
dependencies:
404+
"@babel/types": "npm:^7.29.0"
405+
bin:
406+
parser: ./bin/babel-parser.js
407+
checksum: 10c0/e5a4e69e3ac7acdde995f37cf299a68458cfe7009dff66bd0962fd04920bef287201169006af365af479c08ff216bfefbb595e331f87f6ae7283858aebbc3317
408+
languageName: node
409+
linkType: hard
410+
387411
"@babel/plugin-syntax-async-generators@npm:^7.8.4":
388412
version: 7.8.4
389413
resolution: "@babel/plugin-syntax-async-generators@npm:7.8.4"
@@ -668,6 +692,16 @@ __metadata:
668692
languageName: node
669693
linkType: hard
670694

695+
"@babel/types@npm:^7.29.0":
696+
version: 7.29.0
697+
resolution: "@babel/types@npm:7.29.0"
698+
dependencies:
699+
"@babel/helper-string-parser": "npm:^7.27.1"
700+
"@babel/helper-validator-identifier": "npm:^7.28.5"
701+
checksum: 10c0/23cc3466e83bcbfab8b9bd0edaafdb5d4efdb88b82b3be6728bbade5ba2f0996f84f63b1c5f7a8c0d67efded28300898a5f930b171bb40b311bca2029c4e9b4f
702+
languageName: node
703+
linkType: hard
704+
671705
"@bcoe/v8-coverage@npm:^0.2.3":
672706
version: 0.2.3
673707
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -709,7 +743,7 @@ __metadata:
709743
"@babel/template": "npm:^7.4.0"
710744
"@babel/types": "npm:^7.0.0"
711745
"@cssxjs/runtime": "npm:^0.3.0-alpha.0"
712-
"@react-pug/babel-plugin-react-pug": "npm:^0.1.10"
746+
"@react-pug/babel-plugin-react-pug": "npm:^0.1.13"
713747
babel-plugin-tester: "npm:^9.1.0"
714748
jest: "npm:^30.0.4"
715749
languageName: unknown
@@ -2531,32 +2565,32 @@ __metadata:
25312565
languageName: node
25322566
linkType: hard
25332567

2534-
"@react-pug/babel-plugin-react-pug@npm:^0.1.10":
2535-
version: 0.1.10
2536-
resolution: "@react-pug/babel-plugin-react-pug@npm:0.1.10"
2568+
"@react-pug/babel-plugin-react-pug@npm:^0.1.13":
2569+
version: 0.1.13
2570+
resolution: "@react-pug/babel-plugin-react-pug@npm:0.1.13"
25372571
dependencies:
25382572
"@babel/parser": "npm:^7.0.0"
25392573
"@babel/types": "npm:^7.0.0"
2540-
"@react-pug/react-pug-core": "npm:^0.1.10"
2574+
"@react-pug/react-pug-core": "npm:^0.1.13"
25412575
peerDependencies:
25422576
"@babel/core": ^7.0.0
2543-
checksum: 10c0/c19811ffdcba60dba8e8a11bc906d31880732e481c202bac7ef2b9da92a706515d2eead0447af8caabaf2dc30f5eaf34bcad408a583bfbc2def0ea8cbc8d04e9
2577+
checksum: 10c0/68aecd5a4a2713236b36361427e20367c742f5e0f2b4cac2a990a01e3a6184ea337a9507ed6da19976e2c23d001358660ea43fade40551bc27591a16f6596dad
25442578
languageName: node
25452579
linkType: hard
25462580

2547-
"@react-pug/eslint-plugin-react-pug@npm:^0.1.12":
2548-
version: 0.1.12
2549-
resolution: "@react-pug/eslint-plugin-react-pug@npm:0.1.12"
2581+
"@react-pug/eslint-plugin-react-pug@npm:^0.1.13":
2582+
version: 0.1.13
2583+
resolution: "@react-pug/eslint-plugin-react-pug@npm:0.1.13"
25502584
dependencies:
25512585
"@babel/parser": "npm:^7.0.0"
25522586
"@prettier/sync": "npm:^0.6.1"
2553-
"@react-pug/react-pug-core": "npm:^0.1.10"
2587+
"@react-pug/react-pug-core": "npm:^0.1.13"
25542588
"@stylistic/eslint-plugin": "npm:^5.10.0"
25552589
"@typescript-eslint/parser": "npm:^8.57.2"
25562590
prettier: "npm:^3.8.1"
25572591
peerDependencies:
25582592
eslint: ">=9.0.0"
2559-
checksum: 10c0/6453a32498c8c15fb775bd1f1c84fc75e5c8c9a43455e72f8b8a7ec72a1353a1762db8e7ef256a036578d5ea78f3a1729f7f62bb3defa70d080112580198e6d1
2593+
checksum: 10c0/6aa86e065f069c26ac3d0f2d51527077eaf482e59753487583ec4776d8bb78e7625632b6b7139bcacf1ed0ee24a5cebf09aae01b069eb8c524d76871f18e397d
25602594
languageName: node
25612595
linkType: hard
25622596

@@ -2581,17 +2615,19 @@ __metadata:
25812615
languageName: node
25822616
linkType: hard
25832617

2584-
"@react-pug/react-pug-core@npm:^0.1.10":
2585-
version: 0.1.10
2586-
resolution: "@react-pug/react-pug-core@npm:0.1.10"
2618+
"@react-pug/react-pug-core@npm:^0.1.13":
2619+
version: 0.1.13
2620+
resolution: "@react-pug/react-pug-core@npm:0.1.13"
25872621
dependencies:
2622+
"@babel/generator": "npm:^7.0.0"
25882623
"@babel/parser": "npm:^7.0.0"
2624+
"@babel/types": "npm:^7.0.0"
25892625
"@jridgewell/gen-mapping": "npm:^0.3.13"
25902626
"@react-pug/pug-lexer": "npm:^0.1.7"
25912627
"@volar/source-map": "npm:^2.4.28"
25922628
pug-parser: "npm:^6.0.0"
25932629
pug-strip-comments: "npm:^2.0.0"
2594-
checksum: 10c0/61491422e50f4a34993b7c5e76f189cc824c42c72a9ca3f9a4a1d9223c382ce43d203bf8b3395005f750d20623b8e20ef8d2a43f5bb7b33fc2af6cfc94ce84ac
2630+
checksum: 10c0/d23ba1cbfbf6dda01e85b4062ac51378a761b9d7761f9c727f88d1c85069572bc9ead38d19a49c2744e8976dc559fe754c2fee80e0ad919b46c7038eebd8c8be
25952631
languageName: node
25962632
linkType: hard
25972633

@@ -4209,7 +4245,7 @@ __metadata:
42094245
"@babel/plugin-syntax-typescript": "npm:^7.23.3"
42104246
"@cssxjs/babel-plugin-rn-stylename-inline": "npm:^0.3.0-alpha.0"
42114247
"@cssxjs/babel-plugin-rn-stylename-to-style": "npm:^0.3.0-alpha.1"
4212-
"@react-pug/babel-plugin-react-pug": "npm:^0.1.10"
4248+
"@react-pug/babel-plugin-react-pug": "npm:^0.1.13"
42134249
languageName: unknown
42144250
linkType: soft
42154251

@@ -5245,7 +5281,7 @@ __metadata:
52455281
"@cssxjs/bundler": "npm:^0.3.0-alpha.0"
52465282
"@cssxjs/loaders": "npm:^0.3.0-alpha.0"
52475283
"@cssxjs/runtime": "npm:^0.3.0-alpha.0"
5248-
"@react-pug/babel-plugin-react-pug": "npm:^0.1.10"
5284+
"@react-pug/babel-plugin-react-pug": "npm:^0.1.13"
52495285
babel-preset-cssxjs: "npm:^0.3.0-alpha.1"
52505286
peerDependencies:
52515287
react: "*"
@@ -6129,7 +6165,7 @@ __metadata:
61296165
version: 0.0.0-use.local
61306166
resolution: "eslint-plugin-cssxjs@workspace:packages/eslint-plugin-cssxjs"
61316167
dependencies:
6132-
"@react-pug/eslint-plugin-react-pug": "npm:^0.1.12"
6168+
"@react-pug/eslint-plugin-react-pug": "npm:^0.1.13"
61336169
peerDependencies:
61346170
eslint: "*"
61356171
languageName: unknown

0 commit comments

Comments
 (0)