@stencil/core 4.27.2 → 4.28.0

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stencil/core/mock-doc",
3
- "version": "4.27.2",
3
+ "version": "4.28.0",
4
4
  "description": "Mock window, document and DOM outside of a browser environment.",
5
5
  "main": "./index.cjs",
6
6
  "module": "./index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stencil/core",
3
- "version": "4.27.2",
3
+ "version": "4.28.0",
4
4
  "license": "MIT",
5
5
  "main": "./internal/stencil-core/index.cjs",
6
6
  "module": "./internal/stencil-core/index.js",
@@ -128,11 +128,12 @@
128
128
  },
129
129
  "devDependencies": {
130
130
  "@ionic/prettier-config": "^4.0.0",
131
- "@rollup/plugin-commonjs": "21.1.0",
131
+ "@jridgewell/source-map": "^0.3.6",
132
+ "@rollup/plugin-commonjs": "28.0.2",
132
133
  "@rollup/plugin-json": "6.1.0",
133
- "@rollup/plugin-node-resolve": "9.0.0",
134
- "@rollup/plugin-replace": "5.0.7",
135
- "@rollup/pluginutils": "5.1.3",
134
+ "@rollup/plugin-node-resolve": "16.0.0",
135
+ "@rollup/plugin-replace": "6.0.2",
136
+ "@rollup/pluginutils": "5.1.4",
136
137
  "@types/eslint": "^8.4.6",
137
138
  "@types/exit": "^0.1.31",
138
139
  "@types/fs-extra": "^11.0.0",
@@ -179,21 +180,24 @@
179
180
  "node-fetch": "3.3.2",
180
181
  "open": "^9.0.0",
181
182
  "open-in-editor": "2.2.0",
182
- "parse5": "7.1.2",
183
+ "parse5": "7.2.1",
183
184
  "pixelmatch": "5.3.0",
184
185
  "postcss": "^8.2.8",
185
186
  "prettier": "3.3.1",
186
187
  "prompts": "2.4.2",
187
188
  "puppeteer": "^24.1.0",
188
189
  "rimraf": "^6.0.1",
189
- "rollup": "2.56.3",
190
+ "rollup": "4.34.9",
190
191
  "semver": "^7.3.7",
191
- "terser": "5.31.1",
192
+ "terser": "5.37.0",
192
193
  "tsx": "^4.19.2",
193
194
  "typescript": "~5.5.4",
194
195
  "webpack": "^5.75.0",
195
196
  "ws": "8.17.1"
196
197
  },
198
+ "optionalDependencies": {
199
+ "@rollup/rollup-linux-x64-gnu": "4.34.9"
200
+ },
197
201
  "engines": {
198
202
  "node": ">=16.0.0",
199
203
  "npm": ">=7.10.0"
@@ -1,5 +1,5 @@
1
1
  /*
2
- Stencil Screenshot v4.27.2 | MIT Licensed | https://stenciljs.com
2
+ Stencil Screenshot v4.28.0 | MIT Licensed | https://stenciljs.com
3
3
  */
4
4
  "use strict";
5
5
  var __create = Object.create;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stencil/core/screenshot",
3
- "version": "4.27.2",
3
+ "version": "4.28.0",
4
4
  "description": "Stencil Screenshot.",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -1,5 +1,5 @@
1
1
  /*
2
- Stencil Screenshot Pixel Match v4.27.2 | MIT Licensed | https://stenciljs.com
2
+ Stencil Screenshot Pixel Match v4.28.0 | MIT Licensed | https://stenciljs.com
3
3
  */
4
4
  "use strict";
5
5
  var __create = Object.create;