@visulima/rollup-plugin-css 1.0.0-alpha.6 → 1.0.0-alpha.7
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.
- package/CHANGELOG.md +13 -0
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/loaders/less/index.d.mts +1 -1
- package/dist/loaders/lightningcss.d.mts +1 -1
- package/dist/loaders/lightningcss.d.ts +1 -1
- package/dist/loaders/postcss/index.d.mts +1 -1
- package/dist/loaders/postcss/index.d.ts +1 -1
- package/dist/loaders/sass/index.d.mts +2 -2
- package/dist/loaders/sourcemap.d.mts +1 -1
- package/dist/loaders/sourcemap.d.ts +1 -1
- package/dist/loaders/stylus/index.d.mts +1 -1
- package/dist/loaders/tailwindcss-oxide.d.mts +1 -1
- package/dist/loaders/tailwindcss-oxide.d.ts +1 -1
- package/dist/minifiers/cssnano.d.mts +1 -1
- package/dist/minifiers/cssnano.d.ts +1 -1
- package/dist/minifiers/lightningcss.d.mts +1 -1
- package/dist/minifiers/lightningcss.d.ts +1 -1
- package/dist/packem_shared/{types-CA9pSumu.d.mts → types-D3VQL1eC.d.mts} +2 -2
- package/dist/packem_shared/{types-CA9pSumu.d.ts → types-D3VQL1eC.d.ts} +2 -2
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +27 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## @visulima/rollup-plugin-css [1.0.0-alpha.7](https://github.com/visulima/packem/compare/@visulima/rollup-plugin-css@1.0.0-alpha.6...@visulima/rollup-plugin-css@1.0.0-alpha.7) (2025-10-08)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* update dependencies and versions across multiple packages ([3e5b4a2](https://github.com/visulima/packem/commit/3e5b4a229fc514828ab9e012a5d556163b30c2fc))
|
|
6
|
+
* update package.json dependencies for packem and rollup-plugin-css ([8ff92d6](https://github.com/visulima/packem/commit/8ff92d6a904882076bda9ac796b4fe8740fc4f57))
|
|
7
|
+
* update package.json scripts and dependencies ([8f2aa25](https://github.com/visulima/packem/commit/8f2aa25956f2570a65b53d9f936c8cf1d730a49f))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.13
|
|
13
|
+
|
|
1
14
|
## @visulima/rollup-plugin-css [1.0.0-alpha.6](https://github.com/visulima/packem/compare/@visulima/rollup-plugin-css@1.0.0-alpha.5...@visulima/rollup-plugin-css@1.0.0-alpha.6) (2025-09-22)
|
|
2
15
|
|
|
3
16
|
### Bug Fixes
|
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Plugin } from 'rollup';
|
|
2
|
-
import { S as StyleOptions } from './packem_shared/types-
|
|
3
|
-
export { A as AutoModules, E as ExtractedData, I as InjectOptions, a as InternalStyleOptions, L as LightningCSSOptions, P as PostCSSConfigLoaderOptions, b as PostCSSOptions } from './packem_shared/types-
|
|
2
|
+
import { S as StyleOptions } from './packem_shared/types-D3VQL1eC.mjs';
|
|
3
|
+
export { A as AutoModules, E as ExtractedData, I as InjectOptions, a as InternalStyleOptions, L as LightningCSSOptions, P as PostCSSConfigLoaderOptions, b as PostCSSOptions } from './packem_shared/types-D3VQL1eC.mjs';
|
|
4
4
|
import { Environment } from '@visulima/packem-share/types';
|
|
5
5
|
import 'cssnano';
|
|
6
6
|
import 'lightningcss';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Plugin } from 'rollup';
|
|
2
|
-
import { S as StyleOptions } from './packem_shared/types-
|
|
3
|
-
export { A as AutoModules, E as ExtractedData, I as InjectOptions, a as InternalStyleOptions, L as LightningCSSOptions, P as PostCSSConfigLoaderOptions, b as PostCSSOptions } from './packem_shared/types-
|
|
2
|
+
import { S as StyleOptions } from './packem_shared/types-D3VQL1eC.js';
|
|
3
|
+
export { A as AutoModules, E as ExtractedData, I as InjectOptions, a as InternalStyleOptions, L as LightningCSSOptions, P as PostCSSConfigLoaderOptions, b as PostCSSOptions } from './packem_shared/types-D3VQL1eC.js';
|
|
4
4
|
import { Environment } from '@visulima/packem-share/types';
|
|
5
5
|
import 'cssnano';
|
|
6
6
|
import 'lightningcss';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as Loader, e as SassLoaderOptions } from '../../packem_shared/types-
|
|
2
|
-
export { f as SassLoaderContext } from '../../packem_shared/types-
|
|
1
|
+
import { c as Loader, e as SassLoaderOptions } from '../../packem_shared/types-D3VQL1eC.mjs';
|
|
2
|
+
export { f as SassLoaderContext } from '../../packem_shared/types-D3VQL1eC.mjs';
|
|
3
3
|
import 'cssnano';
|
|
4
4
|
import 'lightningcss';
|
|
5
5
|
import 'postcss';
|
|
@@ -56,11 +56,11 @@ type SassLoaderContext = {
|
|
|
56
56
|
resourcePath: string;
|
|
57
57
|
rootContext: string;
|
|
58
58
|
};
|
|
59
|
-
type SassLoaderOptions =
|
|
59
|
+
type SassLoaderOptions = {
|
|
60
60
|
additionalData: string | ((content: string | Buffer, loaderContext: SassLoaderContext) => Promise<string>) | ((content: string | Buffer, loaderContext: SassLoaderContext) => string);
|
|
61
61
|
implementation?: "sass-embedded" | "sass";
|
|
62
62
|
warnRuleAsWarning?: boolean;
|
|
63
|
-
};
|
|
63
|
+
} & (Omit<StringOptions<"sync">, "charset" | "indentedSyntax"> | Omit<StringOptions$1<"sync">, "charset" | "indentedSyntax">);
|
|
64
64
|
|
|
65
65
|
type StylusLoaderOptions = RenderOptions;
|
|
66
66
|
|
|
@@ -56,11 +56,11 @@ type SassLoaderContext = {
|
|
|
56
56
|
resourcePath: string;
|
|
57
57
|
rootContext: string;
|
|
58
58
|
};
|
|
59
|
-
type SassLoaderOptions =
|
|
59
|
+
type SassLoaderOptions = {
|
|
60
60
|
additionalData: string | ((content: string | Buffer, loaderContext: SassLoaderContext) => Promise<string>) | ((content: string | Buffer, loaderContext: SassLoaderContext) => string);
|
|
61
61
|
implementation?: "sass-embedded" | "sass";
|
|
62
62
|
warnRuleAsWarning?: boolean;
|
|
63
|
-
};
|
|
63
|
+
} & (Omit<StringOptions<"sync">, "charset" | "indentedSyntax"> | Omit<StringOptions$1<"sync">, "charset" | "indentedSyntax">);
|
|
64
64
|
|
|
65
65
|
type StylusLoaderOptions = RenderOptions;
|
|
66
66
|
|
package/dist/utils/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SourceMapGenerator, RawSourceMap, SourceMapConsumer } from 'source-map-js';
|
|
2
|
-
import { h as Extracted, b as PostCSSOptions, S as StyleOptions, a as InternalStyleOptions, i as LoaderContext } from '../packem_shared/types-
|
|
2
|
+
import { h as Extracted, b as PostCSSOptions, S as StyleOptions, a as InternalStyleOptions, i as LoaderContext } from '../packem_shared/types-D3VQL1eC.mjs';
|
|
3
3
|
import { RollupLogger } from '@visulima/packem-share/utils';
|
|
4
4
|
import { Result } from 'postcss-load-config';
|
|
5
5
|
import { NapiResolveOptions } from 'oxc-resolver';
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SourceMapGenerator, RawSourceMap, SourceMapConsumer } from 'source-map-js';
|
|
2
|
-
import { h as Extracted, b as PostCSSOptions, S as StyleOptions, a as InternalStyleOptions, i as LoaderContext } from '../packem_shared/types-
|
|
2
|
+
import { h as Extracted, b as PostCSSOptions, S as StyleOptions, a as InternalStyleOptions, i as LoaderContext } from '../packem_shared/types-D3VQL1eC.js';
|
|
3
3
|
import { RollupLogger } from '@visulima/packem-share/utils';
|
|
4
4
|
import { Result } from 'postcss-load-config';
|
|
5
5
|
import { NapiResolveOptions } from 'oxc-resolver';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/rollup-plugin-css",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.7",
|
|
4
4
|
"description": "CSS processing plugin for packem",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"visulima",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
26
26
|
"url": "git+https://github.com/visulima/packem.git",
|
|
27
|
-
"directory": "packages/
|
|
27
|
+
"directory": "packages/rollup-plugin-css"
|
|
28
28
|
},
|
|
29
29
|
"funding": [
|
|
30
30
|
{
|
|
@@ -98,12 +98,12 @@
|
|
|
98
98
|
"dependencies": {
|
|
99
99
|
"@rollup/pluginutils": "5.3.0",
|
|
100
100
|
"@visulima/fs": "3.1.8",
|
|
101
|
-
"@visulima/package": "
|
|
102
|
-
"@visulima/packem-share": "1.0.0-alpha.
|
|
101
|
+
"@visulima/package": "4.0.0",
|
|
102
|
+
"@visulima/packem-share": "1.0.0-alpha.13",
|
|
103
103
|
"@visulima/path": "1.4.0",
|
|
104
104
|
"mlly": "1.8.0",
|
|
105
105
|
"oxc-resolver": "11.8.2",
|
|
106
|
-
"p-queue": "^
|
|
106
|
+
"p-queue": "^9.0.0",
|
|
107
107
|
"source-map-js": "^1.2.1"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
@@ -130,13 +130,10 @@
|
|
|
130
130
|
"stylus": ">=0.60.0"
|
|
131
131
|
},
|
|
132
132
|
"peerDependenciesMeta": {
|
|
133
|
-
"@
|
|
133
|
+
"@ckeditor/typedoc-plugins": {
|
|
134
134
|
"optional": true
|
|
135
135
|
},
|
|
136
|
-
"@
|
|
137
|
-
"optional": true
|
|
138
|
-
},
|
|
139
|
-
"@csstools/postcss-slow-plugins": {
|
|
136
|
+
"@swc/core": {
|
|
140
137
|
"optional": true
|
|
141
138
|
},
|
|
142
139
|
"@tailwindcss/node": {
|
|
@@ -145,10 +142,10 @@
|
|
|
145
142
|
"@tailwindcss/oxide": {
|
|
146
143
|
"optional": true
|
|
147
144
|
},
|
|
148
|
-
"
|
|
145
|
+
"cssnano": {
|
|
149
146
|
"optional": true
|
|
150
147
|
},
|
|
151
|
-
"
|
|
148
|
+
"esbuild": {
|
|
152
149
|
"optional": true
|
|
153
150
|
},
|
|
154
151
|
"icss-utils": {
|
|
@@ -160,6 +157,9 @@
|
|
|
160
157
|
"lightningcss": {
|
|
161
158
|
"optional": true
|
|
162
159
|
},
|
|
160
|
+
"oxc-transform": {
|
|
161
|
+
"optional": true
|
|
162
|
+
},
|
|
163
163
|
"postcss": {
|
|
164
164
|
"optional": true
|
|
165
165
|
},
|
|
@@ -189,6 +189,21 @@
|
|
|
189
189
|
},
|
|
190
190
|
"stylus": {
|
|
191
191
|
"optional": true
|
|
192
|
+
},
|
|
193
|
+
"sucrase": {
|
|
194
|
+
"optional": true
|
|
195
|
+
},
|
|
196
|
+
"typedoc": {
|
|
197
|
+
"optional": true
|
|
198
|
+
},
|
|
199
|
+
"typedoc-plugin-markdown": {
|
|
200
|
+
"optional": true
|
|
201
|
+
},
|
|
202
|
+
"typedoc-plugin-rename-defaults": {
|
|
203
|
+
"optional": true
|
|
204
|
+
},
|
|
205
|
+
"typescript": {
|
|
206
|
+
"optional": true
|
|
192
207
|
}
|
|
193
208
|
},
|
|
194
209
|
"engines": {
|