Skip to content

Commit a5c39d1

Browse files
postcss-rtlcss-6.0.0 (#2750)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent be0c782 commit a5c39d1

1 file changed

Lines changed: 45 additions & 32 deletions

File tree

directory/postcss-rtlcss.json

Lines changed: 45 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-rtlcss",
3-
"version": "5.7.1",
3+
"version": "6.0.0",
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",
@@ -40,7 +40,8 @@
4040
},
4141
"scripts": {
4242
"test": "jest --clearCache && jest --verbose",
43-
"lint": "eslint \"src/**/*.ts\" \"playground/src/**/*.tsx\" \"tests/**/*.ts\"",
43+
"lint:playground": "cd playground && pnpm lint && cd ..",
44+
"lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" && pnpm lint:playground",
4445
"clean": "./scripts/clean.sh",
4546
"copy": "./scripts/copy.sh",
4647
"modify-dts": "replace-in-file --configFile=config.replace.json",
@@ -62,65 +63,77 @@
6263
"rtlcss": "4.3.0"
6364
},
6465
"devDependencies": {
66+
"@eslint/js": "^10.0.1",
6567
"@rollup/plugin-json": "^6.1.0",
66-
"@rollup/plugin-terser": "^0.4.4",
68+
"@rollup/plugin-terser": "^1.0.0",
69+
"@rollup/plugin-typescript": "^12.3.0",
6770
"@types/eslint": "^9.6.1",
68-
"@types/jest": "^29.5.14",
69-
"@types/jest-specific-snapshot": "^0.5.9",
70-
"@types/node": "^22.15.18",
71+
"@types/jest": "^30.0.0",
72+
"@types/jest-specific-snapshot": "^0.5.10",
73+
"@types/node": "^25.5.0",
7174
"@types/rtlcss": "^3.5.4",
72-
"eslint": "^9.27.0",
73-
"eslint-plugin-jest": "^28.11.0",
74-
"globals": "^16.1.0",
75-
"jest": "^29.7.0",
75+
"eslint": "^10.1.0",
76+
"eslint-plugin-jest": "^29.15.1",
77+
"globals": "^17.4.0",
78+
"jest": "^30.3.0",
7679
"jest-specific-snapshot": "^8.0.0",
7780
"postcss": "^8.4.38",
78-
"postcss-preset-env": "^10.1.6",
79-
"replace-in-file": "^8.3.0",
80-
"rimraf": "^6.0.1",
81-
"rollup": "^4.41.0",
82-
"rollup-plugin-ts": "^3.4.5",
83-
"ts-jest": "^29.3.4",
81+
"postcss-preset-env": "10.6.1",
82+
"replace-in-file": "^8.4.0",
83+
"rimraf": "^6.1.3",
84+
"rollup": "^4.60.0",
85+
"rollup-plugin-dts": "^6.4.1",
86+
"rollup-plugin-tsconfig-paths": "^1.5.2",
87+
"ts-jest": "^29.4.6",
8488
"tslib": "^2.8.1",
85-
"typescript": "^5.8.3",
86-
"typescript-eslint": "^8.32.1"
89+
"typescript": "^5.9.3",
90+
"typescript-eslint": "^8.57.2"
8791
},
8892
"peerDependencies": {
8993
"postcss": "^8.4.21"
9094
},
9195
"engines": {
9296
"node": ">=18.0.0"
9397
},
94-
95-
"gitHead": "032555fa497431bc64d761747279039e4c0dc79d",
98+
"pnpm": {
99+
"overrides": {
100+
"@isaacs/brace-expansion@<=5.0.0": ">=5.0.1"
101+
}
102+
},
103+
"gitHead": "0f9cf1ea720b3d889b159091049db683b00c0f51",
104+
96105
"bugs": {
97106
"url": "https://github.com/elchininet/postcss-rtlcss/issues"
98107
},
99108
"homepage": "https://github.com/elchininet/postcss-rtlcss#readme",
100-
"_nodeVersion": "20.19.1",
101-
"_npmVersion": "10.8.2",
109+
"_nodeVersion": "24.14.0",
110+
"_npmVersion": "11.12.1",
102111
"dist": {
103-
"integrity": "sha512-zE68CuARv5StOG/UQLa0W1Y/raUTzgJlfjtas43yh3/G1BFmoPEaHxPRHgeowXRFFhW33FehrNgsljxRLmPVWw==",
104-
"shasum": "fb40cc13d1d8517dd9915cafa6416decc83d206c",
105-
"tarball": "https://registry.npmjs.org/postcss-rtlcss/-/postcss-rtlcss-5.7.1.tgz",
112+
"integrity": "sha512-iJMOT4vM6EOnvNUm+uZycpqqTeHCTMGPsyxIHloVUioECgKIrvtWtPIczc5NMc14x5ZJGadwUs0L1o6iZDCldg==",
113+
"shasum": "12ff93dcc0252f0f749bbd7c7138b6c3295557b2",
114+
"tarball": "https://registry.npmjs.org/postcss-rtlcss/-/postcss-rtlcss-6.0.0.tgz",
106115
"fileCount": 12,
107-
"unpackedSize": 115869,
116+
"unpackedSize": 108908,
108117
"attestations": {
109-
"url": "https://registry.npmjs.org/-/npm/v1/attestations/postcss-rtlcss@5.7.1",
118+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/postcss-rtlcss@6.0.0",
110119
"provenance": {
111120
"predicateType": "https://slsa.dev/provenance/v1"
112121
}
113122
},
114123
"signatures": [
115124
{
116125
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
117-
"sig": "MEYCIQDCKDJS54EgxKQx51z6J8cprbdviwuXA6iKiDyv+KkgNAIhAOFGhBHjEIDHsitOytwtqK5T2KlaS+Jd4JhQreVZBpgh"
126+
"sig": "MEUCIQCdkJ+/4yAwbsvQrTZ8KKH9vN0WWhZgnTPjhf2e7A37DwIgBTL6i2DY18TSU6pkvfh5YqCvIpYRnJdELlf50Wvp8K8="
118127
}
119128
]
120129
},
121130
"_npmUser": {
122-
"name": "elchininet",
123-
"email": "[email protected]"
131+
"name": "GitHub Actions",
132+
"email": "[email protected]",
133+
"trustedPublisher": {
134+
"id": "github",
135+
"oidcConfigId": "oidc:9a80f304-aea1-43d6-8202-819809de3dec"
136+
}
124137
},
125138
"directories": {},
126139
"maintainers": [
@@ -131,8 +144,8 @@
131144
],
132145
"_npmOperationalInternal": {
133146
"host": "s3://npm-registry-packages-npm-production",
134-
"tmp": "tmp/postcss-rtlcss_5.7.1_1747596243741_0.553674155649309"
147+
"tmp": "tmp/postcss-rtlcss_6.0.0_1774795318126_0.13198051800534083"
135148
},
136149
"_hasShrinkwrap": false,
137-
"_time": "2025-05-18T19:24:03.944Z"
150+
"_time": "2026-03-29T14:41:58.329Z"
138151
}

0 commit comments

Comments
 (0)