@visulima/packem-rollup 1.0.0-alpha.1 → 1.0.0-alpha.2
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 +15 -0
- package/package.json +175 -121
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# @visulima/packem-rollup [1.0.0-alpha.2](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.1...@visulima/packem-rollup@1.0.0-alpha.2) (2025-07-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* fixed release ([047b530](https://github.com/visulima/packem/commit/047b530ebcd6458f93699fd9d0f819bc7dbf9990))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Dependencies
|
|
13
|
+
|
|
14
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.2
|
|
15
|
+
|
|
1
16
|
## @visulima/packem-rollup 1.0.0-alpha.1 (2025-07-02)
|
|
2
17
|
|
|
3
18
|
### ⚠ BREAKING CHANGES
|
package/package.json
CHANGED
|
@@ -1,133 +1,187 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
},
|
|
13
|
-
"repository": {
|
|
14
|
-
"type": "git",
|
|
15
|
-
"url": "git+https://github.com/visulima/packem.git",
|
|
16
|
-
"directory": "packages/packem-rollup"
|
|
17
|
-
},
|
|
18
|
-
"funding": [
|
|
19
|
-
{
|
|
20
|
-
"type": "github",
|
|
21
|
-
"url": "https://github.com/sponsors/prisis"
|
|
2
|
+
"name": "@visulima/packem-rollup",
|
|
3
|
+
"version": "1.0.0-alpha.2",
|
|
4
|
+
"description": "Rollup plugins for packem",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"visulima",
|
|
7
|
+
"packem-rollup"
|
|
8
|
+
],
|
|
9
|
+
"homepage": "https://github.com/visulima/packem/tree/main/packages/packem-rollup",
|
|
10
|
+
"bugs": {
|
|
11
|
+
"url": "https://github.com/visulima/packem/issues"
|
|
22
12
|
},
|
|
23
|
-
{
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
],
|
|
28
|
-
"license": "MIT",
|
|
29
|
-
"author": {
|
|
30
|
-
"name": "Daniel Bannert",
|
|
31
|
-
"email": "d.bannert@anolilab.de"
|
|
32
|
-
},
|
|
33
|
-
"sideEffects": false,
|
|
34
|
-
"type": "module",
|
|
35
|
-
"exports": {
|
|
36
|
-
".": {
|
|
37
|
-
"types": "./dist/index.d.mts",
|
|
38
|
-
"default": "./dist/index.mjs"
|
|
39
|
-
},
|
|
40
|
-
"./esbuild": {
|
|
41
|
-
"types": "./dist/plugins/esbuild/index.d.mts",
|
|
42
|
-
"default": "./dist/plugins/esbuild/index.mjs"
|
|
43
|
-
},
|
|
44
|
-
"./swc": {
|
|
45
|
-
"types": "./dist/plugins/swc/index.d.mts",
|
|
46
|
-
"default": "./dist/plugins/swc/index.mjs"
|
|
13
|
+
"repository": {
|
|
14
|
+
"type": "git",
|
|
15
|
+
"url": "git+https://github.com/visulima/packem.git",
|
|
16
|
+
"directory": "packages/packem-rollup"
|
|
47
17
|
},
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
|
|
18
|
+
"funding": [
|
|
19
|
+
{
|
|
20
|
+
"type": "github",
|
|
21
|
+
"url": "https://github.com/sponsors/prisis"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"type": "consulting",
|
|
25
|
+
"url": "https://anolilab.com/support"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"license": "MIT",
|
|
29
|
+
"author": {
|
|
30
|
+
"name": "Daniel Bannert",
|
|
31
|
+
"email": "d.bannert@anolilab.de"
|
|
51
32
|
},
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
|
|
33
|
+
"sideEffects": false,
|
|
34
|
+
"type": "module",
|
|
35
|
+
"exports": {
|
|
36
|
+
".": {
|
|
37
|
+
"types": "./dist/index.d.mts",
|
|
38
|
+
"default": "./dist/index.mjs"
|
|
39
|
+
},
|
|
40
|
+
"./esbuild": {
|
|
41
|
+
"types": "./dist/plugins/esbuild/index.d.mts",
|
|
42
|
+
"default": "./dist/plugins/esbuild/index.mjs"
|
|
43
|
+
},
|
|
44
|
+
"./swc": {
|
|
45
|
+
"types": "./dist/plugins/swc/index.d.mts",
|
|
46
|
+
"default": "./dist/plugins/swc/index.mjs"
|
|
47
|
+
},
|
|
48
|
+
"./typescript": {
|
|
49
|
+
"types": "./dist/plugins/typescript/index.d.mts",
|
|
50
|
+
"default": "./dist/plugins/typescript/index.mjs"
|
|
51
|
+
},
|
|
52
|
+
"./oxc": {
|
|
53
|
+
"types": "./dist/plugins/oxc/index.d.mts",
|
|
54
|
+
"default": "./dist/plugins/oxc/index.mjs"
|
|
55
|
+
},
|
|
56
|
+
"./sucrase": {
|
|
57
|
+
"types": "./dist/plugins/sucrase/index.d.mts",
|
|
58
|
+
"default": "./dist/plugins/sucrase/index.mjs"
|
|
59
|
+
},
|
|
60
|
+
"./package.json": "./package.json"
|
|
55
61
|
},
|
|
56
|
-
"
|
|
57
|
-
|
|
58
|
-
|
|
62
|
+
"files": [
|
|
63
|
+
"CHANGELOG.md",
|
|
64
|
+
"README.md",
|
|
65
|
+
"dist"
|
|
66
|
+
],
|
|
67
|
+
"scripts": {
|
|
68
|
+
"build": "../../node_modules/.bin/packem build --development",
|
|
69
|
+
"build:prod": "../../node_modules/.bin/packem build --production",
|
|
70
|
+
"clean": "rimraf node_modules dist .eslintcache",
|
|
71
|
+
"dev": "pnpm run build --watch",
|
|
72
|
+
"lint:eslint": "eslint .",
|
|
73
|
+
"lint:eslint:fix": "eslint . --fix",
|
|
74
|
+
"lint:package-json": "publint --strict",
|
|
75
|
+
"lint:types": "tsc --noEmit",
|
|
76
|
+
"test": "vitest run",
|
|
77
|
+
"test:coverage": "vitest run --coverage",
|
|
78
|
+
"test:ui": "vitest --ui --coverage.enabled=true",
|
|
79
|
+
"test:watch": "vitest"
|
|
59
80
|
},
|
|
60
|
-
"
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
"rollup-plugin-dts": "6.2.1",
|
|
91
|
-
"rollup-plugin-license": "3.6.0",
|
|
92
|
-
"rollup-plugin-polyfill-node": "0.13.0",
|
|
93
|
-
"rollup-plugin-pure": "^0.4.0",
|
|
94
|
-
"rollup-plugin-visualizer": "6.0.3",
|
|
95
|
-
"semver": "7.7.2",
|
|
96
|
-
"tinyglobby": "0.2.14"
|
|
97
|
-
},
|
|
98
|
-
"peerDependencies": {
|
|
99
|
-
"@swc/core": "*",
|
|
100
|
-
"esbuild": "*",
|
|
101
|
-
"oxc-transform": "*",
|
|
102
|
-
"rollup": ">=4",
|
|
103
|
-
"sucrase": "*",
|
|
104
|
-
"typescript": "*"
|
|
105
|
-
},
|
|
106
|
-
"peerDependenciesMeta": {
|
|
107
|
-
"@swc/core": {
|
|
108
|
-
"optional": true
|
|
81
|
+
"dependencies": {
|
|
82
|
+
"@babel/parser": "7.28.0",
|
|
83
|
+
"@rollup/plugin-alias": "5.1.1",
|
|
84
|
+
"@rollup/plugin-commonjs": "28.0.6",
|
|
85
|
+
"@rollup/plugin-dynamic-import-vars": "2.1.5",
|
|
86
|
+
"@rollup/plugin-inject": "5.0.5",
|
|
87
|
+
"@rollup/plugin-json": "6.1.0",
|
|
88
|
+
"@rollup/plugin-node-resolve": "16.0.1",
|
|
89
|
+
"@rollup/plugin-replace": "6.0.2",
|
|
90
|
+
"@rollup/plugin-wasm": "6.2.2",
|
|
91
|
+
"@rollup/pluginutils": "5.2.0",
|
|
92
|
+
"@visulima/find-cache-dir": "1.0.31",
|
|
93
|
+
"@visulima/fs": "3.1.5",
|
|
94
|
+
"@visulima/package": "3.5.8",
|
|
95
|
+
"@visulima/packem-share": "1.0.0-alpha.2",
|
|
96
|
+
"@visulima/path": "1.4.0",
|
|
97
|
+
"@visulima/source-map": "1.0.20",
|
|
98
|
+
"es-module-lexer": "1.7.0",
|
|
99
|
+
"glob-parent": "6.0.2",
|
|
100
|
+
"magic-string": "0.30.17",
|
|
101
|
+
"mlly": "1.7.4",
|
|
102
|
+
"oxc-parser": "0.75.0",
|
|
103
|
+
"oxc-resolver": "11.4.0",
|
|
104
|
+
"rollup-plugin-dts": "6.2.1",
|
|
105
|
+
"rollup-plugin-license": "3.6.0",
|
|
106
|
+
"rollup-plugin-polyfill-node": "0.13.0",
|
|
107
|
+
"rollup-plugin-pure": "^0.4.0",
|
|
108
|
+
"rollup-plugin-visualizer": "6.0.3",
|
|
109
|
+
"semver": "7.7.2",
|
|
110
|
+
"tinyglobby": "0.2.14"
|
|
109
111
|
},
|
|
110
|
-
"
|
|
111
|
-
|
|
112
|
+
"devDependencies": {
|
|
113
|
+
"@anolilab/eslint-config": "^16.2.15",
|
|
114
|
+
"@anolilab/semantic-release-pnpm": "^2.0.2",
|
|
115
|
+
"@anolilab/semantic-release-preset": "^11.0.2",
|
|
116
|
+
"@babel/core": "^7.28.0",
|
|
117
|
+
"@oxc-parser/binding-linux-x64-gnu": "0.75.0",
|
|
118
|
+
"@oxc-project/types": "0.75.0",
|
|
119
|
+
"@oxc-resolver/binding-linux-x64-gnu": "11.4.0",
|
|
120
|
+
"@rushstack/eslint-plugin-security": "^0.11.0",
|
|
121
|
+
"@secretlint/secretlint-rule-preset-recommend": "^10.1.1",
|
|
122
|
+
"@swc/core": "^1.12.9",
|
|
123
|
+
"@swc/types": "0.1.23",
|
|
124
|
+
"@total-typescript/ts-reset": "^0.6.1",
|
|
125
|
+
"@types/estree": "^1.0.8",
|
|
126
|
+
"@types/glob-parent": "^5.1.3",
|
|
127
|
+
"@types/is-glob": "^4.0.4",
|
|
128
|
+
"@types/node": "24.0.10",
|
|
129
|
+
"@types/semver": "^7.7.0",
|
|
130
|
+
"@visulima/pail": "2.1.25",
|
|
131
|
+
"@visulima/tsconfig": "^1.1.19",
|
|
132
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
133
|
+
"@vitest/ui": "^3.2.4",
|
|
134
|
+
"browserslist": "4.25.1",
|
|
135
|
+
"conventional-changelog-conventionalcommits": "9.0.0",
|
|
136
|
+
"esbuild": "^0.25.5",
|
|
137
|
+
"eslint": "^9.30.1",
|
|
138
|
+
"estree-walker": "^3.0.3",
|
|
139
|
+
"hookable": "5.5.3",
|
|
140
|
+
"jiti": "2.4.2",
|
|
141
|
+
"mime": "4.0.7",
|
|
142
|
+
"oxc-transform": "^0.75.0",
|
|
143
|
+
"p-queue": "^8.1.0",
|
|
144
|
+
"rimraf": "^6.0.1",
|
|
145
|
+
"rollup": "4.44.1",
|
|
146
|
+
"secretlint": "10.1.1",
|
|
147
|
+
"semantic-release": "^24.2.6",
|
|
148
|
+
"sucrase": "^3.35.0",
|
|
149
|
+
"typescript": "^5.8.3",
|
|
150
|
+
"vitest": "^3.2.4"
|
|
112
151
|
},
|
|
113
|
-
"
|
|
114
|
-
|
|
152
|
+
"peerDependencies": {
|
|
153
|
+
"@swc/core": "*",
|
|
154
|
+
"esbuild": "*",
|
|
155
|
+
"oxc-transform": "*",
|
|
156
|
+
"rollup": ">=4",
|
|
157
|
+
"sucrase": "*",
|
|
158
|
+
"typescript": "*"
|
|
115
159
|
},
|
|
116
|
-
"
|
|
117
|
-
|
|
160
|
+
"peerDependenciesMeta": {
|
|
161
|
+
"@swc/core": {
|
|
162
|
+
"optional": true
|
|
163
|
+
},
|
|
164
|
+
"esbuild": {
|
|
165
|
+
"optional": true
|
|
166
|
+
},
|
|
167
|
+
"oxc-transform": {
|
|
168
|
+
"optional": true
|
|
169
|
+
},
|
|
170
|
+
"p-queue": {
|
|
171
|
+
"optional": true
|
|
172
|
+
},
|
|
173
|
+
"sucrase": {
|
|
174
|
+
"optional": true
|
|
175
|
+
},
|
|
176
|
+
"typescript": {
|
|
177
|
+
"optional": true
|
|
178
|
+
}
|
|
118
179
|
},
|
|
119
|
-
"
|
|
120
|
-
|
|
180
|
+
"engines": {
|
|
181
|
+
"node": ">=18.* <=24.*"
|
|
121
182
|
},
|
|
122
|
-
"
|
|
123
|
-
|
|
183
|
+
"publishConfig": {
|
|
184
|
+
"access": "public",
|
|
185
|
+
"provenance": true
|
|
124
186
|
}
|
|
125
|
-
|
|
126
|
-
"engines": {
|
|
127
|
-
"node": ">=18.* <=24.*"
|
|
128
|
-
},
|
|
129
|
-
"publishConfig": {
|
|
130
|
-
"access": "public",
|
|
131
|
-
"provenance": true
|
|
132
|
-
}
|
|
133
|
-
}
|
|
187
|
+
}
|