Skip to content

Commit 5a4dafd

Browse files
postcss-rtlcss-5.7.1 (#2209)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2d2274c commit 5a4dafd

1 file changed

Lines changed: 19 additions & 24 deletions

File tree

directory/postcss-rtlcss.json

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-rtlcss",
3-
"version": "5.7.0",
3+
"version": "5.7.1",
44
"description": "PostCSS plugin to build Cascading Style Sheets (CSS) with Left-To-Right (LTR) and Right-To-Left (RTL) rules",
55
"keywords": [
66
"postcss",
@@ -67,59 +67,54 @@
6767
"@types/eslint": "^9.6.1",
6868
"@types/jest": "^29.5.14",
6969
"@types/jest-specific-snapshot": "^0.5.9",
70-
"@types/node": "^22.14.0",
70+
"@types/node": "^22.15.18",
7171
"@types/rtlcss": "^3.5.4",
72-
"eslint": "^9.24.0",
72+
"eslint": "^9.27.0",
7373
"eslint-plugin-jest": "^28.11.0",
74-
"globals": "^16.0.0",
74+
"globals": "^16.1.0",
7575
"jest": "^29.7.0",
7676
"jest-specific-snapshot": "^8.0.0",
7777
"postcss": "^8.4.38",
78-
"postcss-preset-env": "^10.1.5",
78+
"postcss-preset-env": "^10.1.6",
7979
"replace-in-file": "^8.3.0",
8080
"rimraf": "^6.0.1",
81-
"rollup": "^4.39.0",
81+
"rollup": "^4.41.0",
8282
"rollup-plugin-ts": "^3.4.5",
83-
"ts-jest": "^29.3.1",
83+
"ts-jest": "^29.3.4",
8484
"tslib": "^2.8.1",
8585
"typescript": "^5.8.3",
86-
"typescript-eslint": "^8.29.0"
86+
"typescript-eslint": "^8.32.1"
8787
},
8888
"peerDependencies": {
8989
"postcss": "^8.4.21"
9090
},
9191
"engines": {
9292
"node": ">=18.0.0"
9393
},
94-
"pnpm": {
95-
"overrides": {
96-
"@babel/helpers@<7.26.10": ">=7.26.10"
97-
}
98-
},
99-
100-
"gitHead": "2ffba88e791faf1fa14c120092886e231c427a07",
94+
95+
"gitHead": "032555fa497431bc64d761747279039e4c0dc79d",
10196
"bugs": {
10297
"url": "https://github.com/elchininet/postcss-rtlcss/issues"
10398
},
10499
"homepage": "https://github.com/elchininet/postcss-rtlcss#readme",
105-
"_nodeVersion": "18.20.7",
100+
"_nodeVersion": "20.19.1",
106101
"_npmVersion": "10.8.2",
107102
"dist": {
108-
"integrity": "sha512-qx0KQ9iX17Qsi6AGZL3D6Ty7UjDebApE92FLP1Z8tQg4cGck/V/w0UrIo1rFQSh3rYsxDnSf1r30X8GNyxy6VQ==",
109-
"shasum": "fab5e48231c40ec4c1836f79f7b0c9104ef873d3",
110-
"tarball": "https://registry.npmjs.org/postcss-rtlcss/-/postcss-rtlcss-5.7.0.tgz",
103+
"integrity": "sha512-zE68CuARv5StOG/UQLa0W1Y/raUTzgJlfjtas43yh3/G1BFmoPEaHxPRHgeowXRFFhW33FehrNgsljxRLmPVWw==",
104+
"shasum": "fb40cc13d1d8517dd9915cafa6416decc83d206c",
105+
"tarball": "https://registry.npmjs.org/postcss-rtlcss/-/postcss-rtlcss-5.7.1.tgz",
111106
"fileCount": 12,
112-
"unpackedSize": 115883,
107+
"unpackedSize": 115869,
113108
"attestations": {
114-
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected].0",
109+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected].1",
115110
"provenance": {
116111
"predicateType": "https://slsa.dev/provenance/v1"
117112
}
118113
},
119114
"signatures": [
120115
{
121116
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
122-
"sig": "MEYCIQDjqrpxWrW0p2D7kX0k5YcdIJpiJAJY16bLiMrMV3djegIhALqrHfHLCVjAvyj8Sig/qTDsRpwQks4H+vAvZS3z0P/n"
117+
"sig": "MEYCIQDCKDJS54EgxKQx51z6J8cprbdviwuXA6iKiDyv+KkgNAIhAOFGhBHjEIDHsitOytwtqK5T2KlaS+Jd4JhQreVZBpgh"
123118
}
124119
]
125120
},
@@ -136,8 +131,8 @@
136131
],
137132
"_npmOperationalInternal": {
138133
"host": "s3://npm-registry-packages-npm-production",
139-
"tmp": "tmp/postcss-rtlcss_5.7.0_1744130500941_0.5557021787559175"
134+
"tmp": "tmp/postcss-rtlcss_5.7.1_1747596243741_0.553674155649309"
140135
},
141136
"_hasShrinkwrap": false,
142-
"_time": "2025-04-08T16:41:41.150Z"
137+
"_time": "2025-05-18T19:24:03.944Z"
143138
}

0 commit comments

Comments
 (0)