@stencil/core 2.19.2 → 2.20.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.
Files changed (51) hide show
  1. package/cli/config-flags.d.ts +31 -19
  2. package/cli/index.cjs +359 -188
  3. package/cli/index.js +359 -188
  4. package/cli/package.json +1 -1
  5. package/compiler/lib.dom.d.ts +130 -185
  6. package/compiler/lib.dom.iterable.d.ts +1 -11
  7. package/compiler/lib.es2015.collection.d.ts +62 -1
  8. package/compiler/lib.es2015.proxy.d.ts +91 -2
  9. package/compiler/lib.es2017.intl.d.ts +16 -1
  10. package/compiler/lib.es2020.intl.d.ts +30 -5
  11. package/compiler/lib.es2021.intl.d.ts +11 -3
  12. package/compiler/lib.es2022.d.ts +1 -0
  13. package/compiler/lib.es2022.error.d.ts +2 -2
  14. package/compiler/lib.es2022.sharedmemory.d.ts +27 -0
  15. package/compiler/lib.es5.d.ts +13 -1
  16. package/compiler/lib.esnext.intl.d.ts +5 -1
  17. package/compiler/lib.webworker.d.ts +56 -29
  18. package/compiler/lib.webworker.iterable.d.ts +1 -1
  19. package/compiler/package.json +1 -1
  20. package/compiler/stencil.js +22740 -22830
  21. package/compiler/stencil.min.js +2 -2
  22. package/dependencies.json +2 -1
  23. package/dev-server/client/index.js +1 -1
  24. package/dev-server/client/package.json +1 -1
  25. package/dev-server/connector.html +2 -2
  26. package/dev-server/index.js +1 -1
  27. package/dev-server/package.json +1 -1
  28. package/dev-server/server-process.js +2 -2
  29. package/internal/app-data/package.json +1 -1
  30. package/internal/client/css-shim.js +1 -1
  31. package/internal/client/dom.js +1 -1
  32. package/internal/client/index.js +1 -1
  33. package/internal/client/package.json +1 -1
  34. package/internal/client/patch-browser.js +1 -1
  35. package/internal/client/patch-esm.js +1 -1
  36. package/internal/client/shadow-css.js +1 -1
  37. package/internal/hydrate/package.json +1 -1
  38. package/internal/hydrate/runner.d.ts +1 -1
  39. package/internal/package.json +1 -1
  40. package/internal/testing/package.json +1 -1
  41. package/mock-doc/index.cjs +6 -6
  42. package/mock-doc/index.js +6 -6
  43. package/mock-doc/package.json +1 -1
  44. package/package.json +16 -16
  45. package/screenshot/package.json +1 -1
  46. package/sys/node/autoprefixer.js +2 -2
  47. package/sys/node/index.js +1 -1
  48. package/sys/node/package.json +1 -1
  49. package/sys/node/worker.js +1 -1
  50. package/testing/index.js +13 -11
  51. package/testing/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stencil/core/mock-doc",
3
- "version": "2.19.2",
3
+ "version": "2.20.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": "2.19.2",
3
+ "version": "2.20.0",
4
4
  "license": "MIT",
5
5
  "main": "./internal/stencil-core/index.cjs",
6
6
  "module": "./internal/stencil-core/index.js",
@@ -24,16 +24,16 @@
24
24
  "testing/"
25
25
  ],
26
26
  "scripts": {
27
- "build": "node scripts --prepare && npm run tsc.prod && npm run rollup.prod.ci",
27
+ "build": "npm run tsc.scripts && npm run tsc.prod && npm run rollup.prod.ci",
28
28
  "clean": "rm -rf build/ cli/ compiler/ dev-server/ internal/ mock-doc/ sys/ testing/ && npm run clean-scripts",
29
29
  "clean-scripts": "rm -rf scripts/build",
30
- "license": "node scripts --license",
31
- "lint": "eslint \"src/*.ts\" \"src/**/*.ts\" \"src/**/*.tsx\"",
30
+ "license": "node scripts/build --license",
31
+ "lint": "eslint 'bin/*' 'scripts/*.ts' 'scripts/**/*.ts' 'src/*.ts' 'src/**/*.ts' 'src/**/*.tsx'",
32
32
  "prettier": "npm run prettier.base -- --write",
33
- "prettier.base": "prettier \"./({bin,scripts,src,test}/**/*.{ts,tsx,js,jsx})|bin/stencil|.github/(**/)?*.(yml|yaml)|*.js\"",
33
+ "prettier.base": "prettier --cache \"./({bin,scripts,src,test}/**/*.{ts,tsx,js,jsx})|bin/stencil|.github/(**/)?*.(yml|yaml)|*.js\"",
34
34
  "prettier.dry-run": "npm run prettier.base -- --list-different",
35
- "release": "node scripts --release --publish",
36
- "release.prepare": "node scripts --release --prepare",
35
+ "release": "npm run tsc.scripts && node scripts/build --release --publish",
36
+ "release.prepare": "npm run tsc.scripts && node scripts/build --release --prepare",
37
37
  "rollup": "rollup --config",
38
38
  "rollup.prod": "rollup --config --config-prod",
39
39
  "rollup.prod.ci": "rollup --config --config-prod --config-ci",
@@ -42,7 +42,7 @@
42
42
  "test": "jest --coverage",
43
43
  "test.analysis": "cd test && npm run analysis.build-and-analyze",
44
44
  "test.bundlers": "cd test && npm run bundlers",
45
- "test.dist": "node scripts --validate-build",
45
+ "test.dist": "node scripts/build --validate-build",
46
46
  "test.end-to-end": "cd test/end-to-end && npm ci && npm test && npm run test.dist",
47
47
  "test.jest": "jest",
48
48
  "test.karma": "cd test/karma && npm ci && npm run karma",
@@ -53,13 +53,13 @@
53
53
  "test.watch-all": "jest --watchAll --coverage",
54
54
  "tsc": "tsc --incremental",
55
55
  "tsc.prod": "tsc",
56
- "tsc.scripts": "tsc -p scripts/tsconfig.json",
56
+ "tsc.scripts": "tsc --build --force scripts/tsconfig.json",
57
57
  "tsc.watch": "tsc --incremental --watch"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@ionic/prettier-config": "^2.0.0",
61
61
  "@rollup/plugin-commonjs": "15.1.0",
62
- "@rollup/plugin-json": "5.0.0",
62
+ "@rollup/plugin-json": "5.0.2",
63
63
  "@rollup/plugin-node-resolve": "9.0.0",
64
64
  "@rollup/plugin-replace": "2.3.4",
65
65
  "@rollup/pluginutils": "5.0.2",
@@ -84,9 +84,9 @@
84
84
  "@typescript-eslint/parser": "^5.38.0",
85
85
  "@yarnpkg/lockfile": "^1.1.0",
86
86
  "ansi-colors": "4.1.3",
87
- "autoprefixer": "10.4.12",
87
+ "autoprefixer": "10.4.13",
88
88
  "conventional-changelog-cli": "^2.2.2",
89
- "dts-bundle-generator": "~7.0.0",
89
+ "dts-bundle-generator": "~7.1.0",
90
90
  "eslint": "^8.23.1",
91
91
  "eslint-config-prettier": "^8.5.0",
92
92
  "eslint-plugin-jest": "^27.0.4",
@@ -94,7 +94,7 @@
94
94
  "eslint-plugin-simple-import-sort": "^8.0.0",
95
95
  "execa": "4.1.0",
96
96
  "exit": "^0.1.2",
97
- "fs-extra": "^10.1.0",
97
+ "fs-extra": "^11.0.0",
98
98
  "glob": "8.0.3",
99
99
  "graceful-fs": "~4.2.6",
100
100
  "hash.js": "^1.1.7",
@@ -110,11 +110,11 @@
110
110
  "node-fetch": "2.6.7",
111
111
  "open": "^8.4.0",
112
112
  "open-in-editor": "2.2.0",
113
- "parse5": "7.1.1",
113
+ "parse5": "7.1.2",
114
114
  "path-browserify": "^1.0.1",
115
115
  "pixelmatch": "5.3.0",
116
116
  "postcss": "^8.2.8",
117
- "prettier": "2.7.1",
117
+ "prettier": "2.8.0",
118
118
  "prompts": "2.4.2",
119
119
  "puppeteer": "~10.0.0",
120
120
  "rollup": "2.42.3",
@@ -122,7 +122,7 @@
122
122
  "semver": "^7.3.7",
123
123
  "sizzle": "^2.3.6",
124
124
  "terser": "5.6.1",
125
- "typescript": "4.7.4",
125
+ "typescript": "4.8.4",
126
126
  "webpack": "^4.46.0",
127
127
  "ws": "7.4.6"
128
128
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stencil/core/screenshot",
3
- "version": "2.19.2",
3
+ "version": "2.20.0",
4
4
  "description": "Stencil Screenshot.",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",